From 56001305de9e88106355080c9d74a77485d3fb9e Mon Sep 17 00:00:00 2001 From: Vivek Gawande Date: Thu, 7 Mar 2019 11:19:50 +0530 Subject: [PATCH 1/2] Add instructions and SQL file for easy import into MySQL --- README.md | 35 +- earthquake.csv => earthquakes.csv | 0 earthquakes.sql | 23147 ++++++++++++++++++++++++++++ 3 files changed, 23181 insertions(+), 1 deletion(-) rename earthquake.csv => earthquakes.csv (100%) create mode 100644 earthquakes.sql diff --git a/README.md b/README.md index 5544d78..8c63102 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,38 @@ This repository contains a variety of datasources used by Socratica in our YouTu Below are the datasources along with the Playlist / Video that uses the data. -earthquake.csv: +earthquakes.csv: - SQL / SELECT (Part 1) + +## To import into MySQL: + +1. Import the file earthquakes.sql into adminer/phpmyadmin/ any other GUI that you use. + + ### OR +1. Create a database called earthquake: +``` +CREATE DATABASE earthquake +``` +2. Create a table called earthquakes with the relevant columns + +``` +CREATE TABLE `earthquakes` ( + `earthquake_id` int(11) NOT NULL, + `occurred_on` datetime NOT NULL, + `latitude` double NOT NULL, + `longitude` double NOT NULL, + `depth` double NOT NULL, + `magnitude` double NOT NULL, + `calculation_method` varchar(512) NOT NULL, + `network_id` varchar(512) NOT NULL, + `place` varchar(512) NOT NULL, + `cause` varchar(512) NOT NULL +) +``` + +2. Run the following command: + +``` +mysqlimport --ignore-lines=1 --fields-terminated-by=, --fields-optionally-enclosed-by=\" --local -u root -p +earthquake earthquakes.csv +``` \ No newline at end of file diff --git a/earthquake.csv b/earthquakes.csv similarity index 100% rename from earthquake.csv rename to earthquakes.csv diff --git a/earthquakes.sql b/earthquakes.sql new file mode 100644 index 0000000..8bfeff3 --- /dev/null +++ b/earthquakes.sql @@ -0,0 +1,23147 @@ +-- Adminer 4.6.3 MySQL dump + +SET NAMES utf8; +SET time_zone = '+00:00'; +SET foreign_key_checks = 0; +SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; + +SET NAMES utf8mb4; + +DROP TABLE IF EXISTS `earthquakes`; +CREATE TABLE `earthquakes` ( + `earthquake_id` int(11) NOT NULL, + `occurred_on` datetime NOT NULL, + `latitude` double NOT NULL, + `longitude` double NOT NULL, + `depth` double NOT NULL, + `magnitude` double NOT NULL, + `calculation_method` varchar(512) NOT NULL, + `network_id` varchar(512) NOT NULL, + `place` varchar(512) NOT NULL, + `cause` varchar(512) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; + +INSERT INTO `earthquakes` (`earthquake_id`, `occurred_on`, `latitude`, `longitude`, `depth`, `magnitude`, `calculation_method`, `network_id`, `place`, `cause`) VALUES +(1, '1969-01-01 09:07:06', 51.096, -179.392, 45, 5.6, 'mw', 'iscgem812771', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2, '1969-01-02 17:50:48', -56.096, -27.842, 80.1, 6, 'mw', 'iscgemsup812819', 'South Sandwich Islands region', 'earthquake\r'), +(3, '1969-01-03 03:16:40', 37.14, 57.899, 10, 5.5, 'mw', 'iscgem812826', 'Turkmenistan-Iran border region', 'earthquake\r'), +(4, '1969-01-03 13:28:12', 51.132, -179.306, 15, 5.9, 'mw', 'iscgem812841', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5, '1969-01-04 22:36:48', -6.85, 129.821, 105, 5.8, 'mw', 'iscgem812879', 'Banda Sea', 'earthquake\r'), +(6, '1969-01-05 13:26:43', -7.97, 158.888, 60, 7, 'mw', 'iscgem812898', 'Solomon Islands', 'earthquake\r'), +(7, '1969-01-06 15:39:00', -10.407, 164.479, 10, 6.9, 'mw', 'iscgem812954', 'Santa Cruz Islands region', 'earthquake\r'), +(8, '1969-01-08 21:55:51', 11.823, 143.419, 45, 5.6, 'mw', 'iscgem813024', 'south of the Mariana Islands', 'earthquake\r'), +(9, '1969-01-10 03:20:55', 28.92, 130.667, 25, 5.9, 'mw', 'iscgem813057', 'Ryukyu Islands, Japan', 'earthquake\r'), +(10, '1969-01-13 08:55:05', -7.967, 158.999, 50, 5.8, 'mw', 'iscgem813149', 'Solomon Islands', 'earthquake\r'), +(11, '1969-01-14 23:12:08', 36.043, 29.221, 25, 6.4, 'mw', 'iscgem813187', 'western Turkey', 'earthquake\r'), +(12, '1969-01-18 03:02:38', -56.756, -26.865, 130, 6.4, 'mw', 'iscgemsup813263', 'South Sandwich Islands region', 'earthquake\r'), +(13, '1969-01-19 07:02:09', 44.985, 143.238, 244.7, 7, 'mw', 'iscgem813290', 'Hokkaido, Japan region', 'earthquake\r'), +(14, '1969-01-19 18:50:53', -14.849, 167.345, 112.9, 7.1, 'mw', 'iscgem813304', 'Vanuatu', 'earthquake\r'), +(15, '1969-01-20 12:24:38', -10.441, 164.67, 10, 6.2, 'mw', 'iscgem813332', 'Santa Cruz Islands region', 'earthquake\r'), +(16, '1969-01-20 14:20:13', 54.899, 166.054, 25, 5.9, 'mw', 'iscgem813336', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(17, '1969-01-22 00:42:31', 55.901, 162.962, 30.1, 5.6, 'mw', 'iscgem813398', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(18, '1969-01-24 02:33:04', -21.882, -179.498, 593.5, 6.7, 'mw', 'iscgem813480', 'Fiji region', 'earthquake\r'), +(19, '1969-01-25 05:19:20', 0.836, 126.005, 35, 6, 'mw', 'iscgem813514', 'Molucca Sea', 'earthquake\r'), +(20, '1969-01-26 15:05:37', 55.84, 162.688, 31.3, 6.1, 'mw', 'iscgem813567', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(21, '1969-01-27 13:15:28', 8.654, 137.854, 15, 6.2, 'mw', 'iscgem813602', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(22, '1969-01-29 17:44:30', -17.048, -171.604, 15, 6, 'mw', 'iscgem813674', 'Tonga region', 'earthquake\r'), +(23, '1969-01-30 10:29:41', 4.569, 127.306, 60, 7.6, 'mw', 'iscgem813688', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(24, '1969-01-31 00:44:16', 4.192, 128.186, 43.3, 6.4, 'mw', 'iscgem813710', 'north of Halmahera, Indonesia', 'earthquake\r'), +(25, '1969-01-31 13:48:24', 4.356, 128.231, 40, 6, 'mw', 'iscgem813732', 'north of Halmahera, Indonesia', 'earthquake\r'), +(26, '1969-01-31 14:59:35', -15.426, -174.909, 260, 5.6, 'mw', 'iscgem813736', 'Tonga', 'earthquake\r'), +(27, '1969-02-01 07:41:24', 9.252, 126.46, 35, 5.7, 'mw', 'iscgem811747', 'Mindanao, Philippines', 'earthquake\r'), +(28, '1969-02-02 01:38:48', 3.8, 128.255, 45, 6, 'mw', 'iscgem811775', 'north of Halmahera, Indonesia', 'earthquake\r'), +(29, '1969-02-02 05:21:29', 3.882, 128.371, 45, 5.7, 'mw', 'iscgem811783', 'north of Halmahera, Indonesia', 'earthquake\r'), +(30, '1969-02-03 19:01:31', 4.254, 128.102, 30, 5.8, 'mw', 'iscgem811839', 'north of Halmahera, Indonesia', 'earthquake\r'), +(31, '1969-02-03 21:41:43', 4.738, 127.374, 35, 6.8, 'mw', 'iscgem811844', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(32, '1969-02-04 01:38:30', -0.717, 121.631, 45, 6.1, 'mw', 'iscgem811849', 'Sulawesi, Indonesia', 'earthquake\r'), +(33, '1969-02-04 04:10:18', -8.124, -79.943, 35, 6.2, 'mw', 'iscgem811851', 'near the coast of northern Peru', 'earthquake\r'), +(34, '1969-02-10 22:58:06', -22.797, 178.82, 660, 7.2, 'mw', 'iscgem812084', 'south of the Fiji Islands', 'earthquake\r'), +(35, '1969-02-10 23:02:59', -22.973, 179.076, 662, 5.9, 'mw', 'iscgem812085', 'south of the Fiji Islands', 'earthquake\r'), +(36, '1969-02-11 22:08:54', 41.389, 79.307, 13.3, 6.1, 'mw', 'iscgem812113', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(37, '1969-02-11 22:16:13', -6.784, 126.581, 430.5, 7.2, 'mw', 'iscgem812115', 'Banda Sea', 'earthquake\r'), +(38, '1969-02-15 13:49:15', -13.672, 167.219, 210.1, 5.7, 'mw', 'iscgem812247', 'Vanuatu', 'earthquake\r'), +(39, '1969-02-17 00:43:04', 3.65, 128.351, 40, 6.3, 'mw', 'iscgem812293', 'north of Halmahera, Indonesia', 'earthquake\r'), +(40, '1969-02-20 09:55:41', 3.524, 128.21, 75, 6.3, 'mw', 'iscgem812400', 'north of Halmahera, Indonesia', 'earthquake\r'), +(41, '1969-02-20 10:30:21', 3.337, 128.176, 55, 6.3, 'mw', 'iscgem812402', 'north of Halmahera, Indonesia', 'earthquake\r'), +(42, '1969-02-20 16:58:15', 3.509, 128.311, 35, 6, 'mw', 'iscgem812421', 'north of Halmahera, Indonesia', 'earthquake\r'), +(43, '1969-02-23 00:36:58', -3.201, 118.904, 15, 7, 'mw', 'iscgem812497', 'Sulawesi, Indonesia', 'earthquake\r'), +(44, '1969-02-24 00:08:46', -6.122, 130.946, 35, 6.2, 'mw', 'iscgem812527', 'Banda Sea', 'earthquake\r'), +(45, '1969-02-25 01:35:04', 5.255, 126.512, 65, 5.7, 'mw', 'iscgem812554', 'Mindanao, Philippines', 'earthquake\r'), +(46, '1969-02-28 02:40:32', 36.033, -10.613, 10, 7.8, 'mw', 'iscgem812637', 'Azores-Cape St. Vincent Ridge', 'earthquake\r'), +(47, '1969-02-28 04:25:35', 36.181, -10.54, 10, 6.2, 'mw', 'iscgem812648', 'Azores-Cape St. Vincent Ridge', 'earthquake\r'), +(48, '1969-03-03 00:59:13', 40.028, 27.572, 15, 5.8, 'mw', 'iscgem810456', 'western Turkey', 'earthquake\r'), +(49, '1969-03-03 14:49:33', 51.574, 159.196, 34.5, 6, 'mw', 'iscgem810486', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(50, '1969-03-05 13:52:05', 4.031, 128.112, 35, 6.2, 'mw', 'iscgem810572', 'north of Halmahera, Indonesia', 'earthquake\r'), +(51, '1969-03-05 19:33:24', 36.394, 70.746, 205.6, 6.2, 'mw', 'iscgem810582', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(52, '1969-03-08 10:20:10', 41.32, 139.81, 170, 5.7, 'mw', 'iscgem810683', 'Hokkaido, Japan region', 'earthquake\r'), +(53, '1969-03-09 13:48:04', -4.193, 135.504, 20, 6.3, 'mw', 'iscgem810744', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(54, '1969-03-09 14:39:04', -4.103, 135.64, 20, 5.7, 'mw', 'iscgem810746', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(55, '1969-03-10 06:54:18', -5.589, 147.23, 198.7, 6, 'mw', 'iscgemsup810765', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(56, '1969-03-14 08:47:17', 12.78, -86.812, 179.8, 5.7, 'mw', 'iscgem810910', 'Nicaragua', 'earthquake\r'), +(57, '1969-03-15 11:44:42', -2.736, 126.589, 20, 5.8, 'mw', 'iscgem810950', 'Ceram Sea, Indonesia', 'earthquake\r'), +(58, '1969-03-15 13:35:36', 51.303, -179.068, 42.3, 5.7, 'mw', 'iscgem810954', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(59, '1969-03-16 15:54:18', 38.542, 142.886, 38.8, 6, 'mw', 'iscgem810987', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(60, '1969-03-18 16:16:36', 44.047, 150.906, 12.9, 5.6, 'mw', 'iscgem811059', 'east of the Kuril Islands', 'earthquake\r'), +(61, '1969-03-19 13:59:27', 28.783, 128.435, 168.5, 6.5, 'mw', 'iscgem811093', 'Ryukyu Islands, Japan', 'earthquake\r'), +(62, '1969-03-20 08:17:42', 31.205, -114.315, 10, 5.7, 'mw', 'iscgem811127', 'Baja California-Sonora border region, Mexico', 'earthquake\r'), +(63, '1969-03-20 16:18:55', 8.697, 127.217, 20, 6.1, 'mw', 'iscgem811148', 'Philippine Islands region', 'earthquake\r'), +(64, '1969-03-20 23:38:40', 8.734, 127.324, 20, 5.7, 'mw', 'iscgem811160', 'Philippine Islands region', 'earthquake\r'), +(65, '1969-03-21 03:05:11', 40.38, 143.882, 17.1, 5.8, 'mw', 'iscgem811168', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(66, '1969-03-21 04:56:18', 31.296, -114.417, 10, 6, 'mw', 'iscgem811200', 'Baja California-Sonora border region, Mexico', 'earthquake\r'), +(67, '1969-03-22 05:43:56', -15.621, -176.013, 15, 5.8, 'mw', 'iscgem811375', 'Fiji region', 'earthquake\r'), +(68, '1969-03-23 21:08:44', 39.083, 28.493, 15, 5.9, 'mw', 'iscgem811440', 'western Turkey', 'earthquake\r'), +(69, '1969-03-25 13:21:32', 39.237, 28.714, 15, 6.1, 'mw', 'iscgem811514', 'western Turkey', 'earthquake\r'), +(70, '1969-03-27 04:46:25', 3.745, 128.299, 15, 6, 'mw', 'iscgem811574', 'north of Halmahera, Indonesia', 'earthquake\r'), +(71, '1969-03-27 12:41:40', 4.575, 127.609, 50, 6.6, 'mw', 'iscgem811592', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(72, '1969-03-28 01:48:32', 38.515, 28.546, 10, 6.7, 'mw', 'iscgem811616', 'western Turkey', 'earthquake\r'), +(73, '1969-03-29 09:15:53', 11.875, 41.208, 10, 6.2, 'mw', 'iscgem811663', 'Ethiopia', 'earthquake\r'), +(74, '1969-03-29 11:04:50', 11.886, 41.341, 10, 6.1, 'mw', 'iscgem811667', 'Ethiopia', 'earthquake\r'), +(75, '1969-03-29 13:48:56', 10.324, 56.977, 15, 5.6, 'mw', 'iscgem811675', 'Carlsberg Ridge', 'earthquake\r'), +(76, '1969-03-31 07:15:52', 27.575, 33.895, 10, 6.6, 'mw', 'iscgem811717', 'Egypt', 'earthquake\r'), +(77, '1969-03-31 19:25:28', 38.502, 134.555, 398.1, 6.7, 'mw', 'iscgem811728', 'Sea of Japan', 'earthquake\r'), +(78, '1969-04-04 08:45:17', 51.117, 173.537, 15, 5.7, 'mw', 'iscgem809550', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(79, '1969-04-04 16:16:16', 24.315, -110.154, 15, 5.9, 'mw', 'iscgem809562', 'Baja California Sur, Mexico', 'earthquake\r'), +(80, '1969-04-04 22:57:16', 54.435, 169.37, 15.9, 5.6, 'mw', 'iscgem809568', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(81, '1969-04-05 02:18:31', 11.884, 41.338, 15, 6.1, 'mw', 'iscgem809572', 'Ethiopia', 'earthquake\r'), +(82, '1969-04-05 23:26:12', 1.339, -85.024, 15, 6.3, 'mw', 'iscgem809597', 'off the coast of Ecuador', 'earthquake\r'), +(83, '1969-04-06 03:49:35', 38.433, 26.631, 15, 5.8, 'mw', 'iscgem809602', 'near the coast of western Turkey', 'earthquake\r'), +(84, '1969-04-07 20:26:29', 76.481, 131.227, 15, 5.5, 'mw', 'iscgem809652', 'Laptev Sea', 'earthquake\r'), +(85, '1969-04-09 11:43:48', -49.191, 30.286, 15, 5.7, 'mw', 'iscgem809697', 'south of Africa', 'earthquake\r'), +(86, '1969-04-09 12:57:25', 36.825, 139.853, 110.4, 5.7, 'mw', 'iscgem809699', 'eastern Honshu, Japan', 'earthquake\r'), +(87, '1969-04-10 14:54:05', 42.082, 131.132, 565, 5.8, 'mw', 'iscgem809729', 'eastern Russia-northeastern China border region', 'earthquake\r'), +(88, '1969-04-13 15:24:55', 17.747, 80.775, 20, 5.7, 'mw', 'iscgem809816', 'Andhra Pradesh, India', 'earthquake\r'), +(89, '1969-04-13 23:33:18', -6.162, 129.789, 167.5, 6.4, 'mw', 'iscgem809833', 'Banda Sea', 'earthquake\r'), +(90, '1969-04-15 17:30:55', 39.854, 143.647, 10, 6.1, 'mw', 'iscgem809881', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(91, '1969-04-15 22:15:11', -6.006, 113.079, 588.3, 5.6, 'mw', 'iscgem809889', 'Java, Indonesia', 'earthquake\r'), +(92, '1969-04-16 01:22:49', -3.549, 151.019, 25, 6.5, 'mw', 'iscgem809893', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(93, '1969-04-16 12:19:35', -13.488, 166.976, 100, 6.2, 'mw', 'iscgem809905', 'Vanuatu', 'earthquake\r'), +(94, '1969-04-16 12:19:58', -13.558, 166.773, 35, 6, 'mw', 'iscgem809906', 'Vanuatu', 'earthquake\r'), +(95, '1969-04-17 04:56:14', 39.599, 143.616, 10, 5.9, 'mw', 'iscgem809924', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(96, '1969-04-18 12:32:04', -4.524, 132.699, 30, 5.7, 'mw', 'iscgem809970', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(97, '1969-04-21 02:19:07', 14.092, -91.058, 70.7, 5.6, 'mw', 'iscgem810035', 'Guatemala', 'earthquake\r'), +(98, '1969-04-21 07:19:28', 32.15, 131.938, 38.6, 7, 'mw', 'iscgem810045', 'Kyushu, Japan', 'earthquake\r'), +(99, '1969-04-22 06:31:57', -26.724, -113.955, 10, 6.2, 'mw', 'iscgem810076', 'Easter Island region', 'earthquake\r'), +(100, '1969-04-22 08:11:23', 39.893, 143.35, 34.5, 6, 'mw', 'iscgem810080', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(101, '1969-04-22 22:34:37', 12.705, 58.403, 17.9, 5.6, 'mw', 'iscgem810096', 'Owen Fracture Zone region', 'earthquake\r'), +(102, '1969-04-25 03:34:20', 7.413, -82.111, 27.4, 5.8, 'mw', 'iscgem810156', 'south of Panama', 'earthquake\r'), +(103, '1969-04-26 05:58:53', -30.663, -71.569, 35, 6, 'mw', 'iscgem810191', 'Coquimbo, Chile', 'earthquake\r'), +(104, '1969-04-26 06:02:52', -30.576, -71.249, 35, 6.2, 'mw', 'iscgem810192', 'Coquimbo, Chile', 'earthquake\r'), +(105, '1969-04-27 01:37:19', 0.777, 119.99, 35, 5.6, 'mw', 'iscgem810215', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(106, '1969-04-27 12:59:09', -57.655, -25.793, 45, 5.7, 'mw', 'iscgem810230', 'South Sandwich Islands region', 'earthquake\r'), +(107, '1969-04-28 07:25:30', -22.356, -177.506, 283.5, 5.9, 'mw', 'iscgem810245', 'south of the Fiji Islands', 'earthquake\r'), +(108, '1969-04-28 19:39:05', -7.889, 158.92, 68.6, 5.7, 'mw', 'iscgem810258', 'Solomon Islands', 'earthquake\r'), +(109, '1969-05-01 19:05:26', -16.695, -174.666, 203.4, 6.2, 'mw', 'iscgem808514', 'Tonga', 'earthquake\r'), +(110, '1969-05-04 12:36:37', -17.469, 168.798, 10, 6, 'mw', 'iscgem808598', 'Vanuatu', 'earthquake\r'), +(111, '1969-05-13 14:16:54', 11.513, -86.278, 75, 5.7, 'mw', 'iscgem808890', 'near the coast of Nicaragua', 'earthquake\r'), +(112, '1969-05-13 14:19:43', 36.4, 140.736, 50, 5.6, 'mw', 'iscgem808891', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(113, '1969-05-13 14:30:22', -7.221, 120.792, 631.7, 6.4, 'mw', 'iscgem808893', 'Flores Sea', 'earthquake\r'), +(114, '1969-05-14 19:32:57', 51.294, -179.831, 28.3, 6.9, 'mw', 'iscgem808940', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(115, '1969-05-15 20:39:49', 34.556, 70.826, 30, 5.6, 'mw', 'iscgem809000', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(116, '1969-05-15 20:43:33', 16.811, -61.24, 34.8, 6, 'mw', 'iscgem809001', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(117, '1969-05-18 00:15:35', -8.897, 158.725, 30, 5.6, 'mw', 'iscgem809070', 'Solomon Islands', 'earthquake\r'), +(118, '1969-05-21 02:56:51', 11.734, 125.876, 30, 6, 'mw', 'iscgem809164', 'Samar, Philippines', 'earthquake\r'), +(119, '1969-05-23 13:04:35', 53.179, -160.38, 15, 5.5, 'mw', 'iscgem809233', 'south of Alaska', 'earthquake\r'), +(120, '1969-05-25 20:18:30', -31.886, -178.696, 60, 5.6, 'mw', 'iscgem809298', 'Kermadec Islands region', 'earthquake\r'), +(121, '1969-05-25 22:30:42', -57.734, -25.372, 15, 5.9, 'mw', 'iscgemsup809301', 'South Sandwich Islands region', 'earthquake\r'), +(122, '1969-05-26 15:37:21', 11.793, 125.786, 30, 6, 'mw', 'iscgem809313', 'Samar, Philippines', 'earthquake\r'), +(123, '1969-05-28 13:30:08', -2.174, -76.763, 158.6, 5.7, 'mw', 'iscgem809360', 'Peru-Ecuador border region', 'earthquake\r'), +(124, '1969-05-30 15:55:36', -32.083, -177.918, 20, 6.2, 'mw', 'iscgem809404', 'south of the Kermadec Islands', 'earthquake\r'), +(125, '1969-05-30 16:22:47', -32.16, -177.984, 20, 6.1, 'mw', 'iscgem809406', 'south of the Kermadec Islands', 'earthquake\r'), +(126, '1969-06-09 21:53:00', -23.558, -174.819, 15, 5.8, 'mw', 'iscgem807885', 'Tonga region', 'earthquake\r'), +(127, '1969-06-12 07:41:24', 40.405, 143.794, 15, 5.8, 'mw', 'iscgem807949', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(128, '1969-06-12 15:13:32', 34.414, 25.169, 22.4, 6.1, 'mw', 'iscgem807959', 'Crete, Greece', 'earthquake\r'), +(129, '1969-06-13 08:48:30', 49.376, 155.44, 55, 6.4, 'mw', 'iscgem807986', 'Kuril Islands', 'earthquake\r'), +(130, '1969-06-14 03:22:57', -8.013, 159.044, 55, 5.8, 'mw', 'iscgem808013', 'Solomon Islands', 'earthquake\r'), +(131, '1969-06-17 19:26:29', 19.033, 145.477, 202.6, 6.5, 'mw', 'iscgem808102', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(132, '1969-06-17 23:58:09', -52.744, 160.309, 15, 6.8, 'mw', 'iscgem808108', 'Macquarie Island region', 'earthquake\r'), +(133, '1969-06-18 23:44:15', 52.537, -167.919, 32.7, 5.8, 'mw', 'iscgem808141', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(134, '1969-06-19 07:03:06', 28.198, 129.969, 40, 5.6, 'mw', 'iscgem808154', 'Ryukyu Islands, Japan', 'earthquake\r'), +(135, '1969-06-20 02:37:49', 53.089, -162.506, 17.8, 5.6, 'mw', 'iscgem808173', 'south of Alaska', 'earthquake\r'), +(136, '1969-06-21 15:12:10', -5.405, 109.603, 557.1, 5.7, 'mw', 'iscgem808220', 'Java Sea', 'earthquake\r'), +(137, '1969-06-22 02:33:52', 49.209, 158.499, 15, 5.7, 'mw', 'iscgem808242', 'east of the Kuril Islands', 'earthquake\r'), +(138, '1969-06-22 10:45:26', 51.486, -179.972, 56.7, 5.8, 'mw', 'iscgem808253', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(139, '1969-06-23 07:08:27', 18.265, -104.779, 20, 5.7, 'mw', 'iscgem808276', 'offshore Colima, Mexico', 'earthquake\r'), +(140, '1969-06-24 03:29:17', -5.894, 146.745, 100, 5.5, 'mw', 'iscgem808297', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(141, '1969-06-24 10:58:07', 13.443, 123.149, 15, 5.9, 'mw', 'iscgem808307', 'Luzon, Philippines', 'earthquake\r'), +(142, '1969-06-29 10:34:06', -30.516, -178.118, 35, 6.1, 'mw', 'iscgem808444', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(143, '1969-06-29 17:09:12', -62.884, 166.684, 10, 6, 'mw', 'iscgem808452', 'Balleny Islands region', 'earthquake\r'), +(144, '1969-07-04 22:54:18', -55.791, 147.116, 10, 5.8, 'mw', 'iscgem806733', 'west of Macquarie Island', 'earthquake\r'), +(145, '1969-07-05 01:44:01', -3.843, 131.523, 25, 5.8, 'mw', 'iscgem806738', 'Ceram Sea, Indonesia', 'earthquake\r'), +(146, '1969-07-07 04:43:16', 16.465, 147.287, 25, 5.9, 'mw', 'iscgem806795', 'Mariana Islands region', 'earthquake\r'), +(147, '1969-07-08 04:06:40', 2.097, 126.65, 15, 5.6, 'mw', 'iscgem806815', 'Molucca Sea', 'earthquake\r'), +(148, '1969-07-12 13:00:40', 46.429, 153.324, 20, 6, 'mw', 'iscgem806976', 'Kuril Islands', 'earthquake\r'), +(149, '1969-07-12 19:16:32', 39.849, 143.737, 19.5, 6.2, 'mw', 'iscgem806984', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(150, '1969-07-16 08:16:53', 52.17, 158.845, 57.3, 5.9, 'mw', 'iscgem807098', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(151, '1969-07-18 05:24:47', 38.31, 119.572, 10, 6.9, 'mw', 'iscgem807162', 'Bo Hai, China', 'earthquake\r'), +(152, '1969-07-18 23:17:11', -18.499, -63.472, 19, 5.6, 'mw', 'iscgem807188', 'Santa Cruz, Bolivia', 'earthquake\r'), +(153, '1969-07-19 04:54:55', -17.334, -72.303, 56.7, 6.4, 'mw', 'iscgem807195', 'near the coast of southern Peru', 'earthquake\r'), +(154, '1969-07-21 22:06:57', 2.905, 124.813, 212.8, 5.6, 'mw', 'iscgem807297', 'Celebes Sea', 'earthquake\r'), +(155, '1969-07-22 17:14:13', -11.8, 166.543, 140, 5.7, 'mw', 'iscgem807318', 'Santa Cruz Islands', 'earthquake\r'), +(156, '1969-07-23 13:14:36', 37.36, 141.669, 47.3, 5.6, 'mw', 'iscgem807346', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(157, '1969-07-24 02:59:24', -11.917, -75.132, 10, 6.1, 'mw', 'iscgem807365', 'central Peru', 'earthquake\r'), +(158, '1969-07-24 12:41:39', -45.672, 35.059, 10, 6.1, 'mw', 'iscgem807386', 'Prince Edward Islands region', 'earthquake\r'), +(159, '1969-07-25 13:34:10', 2.6, 126.532, 30, 5.6, 'mw', 'iscgem807426', 'Molucca Sea', 'earthquake\r'), +(160, '1969-07-25 22:49:41', 21.661, 111.803, 20, 5.7, 'mw', 'iscgem807433', 'Guangdong, China', 'earthquake\r'), +(161, '1969-07-26 14:45:47', -11.651, 165.192, 15, 5.6, 'mw', 'iscgem807453', 'Santa Cruz Islands', 'earthquake\r'), +(162, '1969-07-27 21:21:40', 59.266, -145.401, 15, 5.7, 'mw', 'iscgem807497', 'Gulf of Alaska', 'earthquake\r'), +(163, '1969-07-28 13:03:19', 30.786, 132.423, 20, 5.7, 'mw', 'iscgem807521', 'southeast of Shikoku, Japan', 'earthquake\r'), +(164, '1969-07-29 06:24:22', -14.816, 167.378, 120, 5.6, 'mw', 'iscgem807533', 'Vanuatu', 'earthquake\r'), +(165, '1969-07-31 11:23:04', 52.86, -170.052, 50, 5.7, 'mw', 'iscgem807593', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(166, '1969-08-01 23:43:46', 45.407, 150.882, 38.4, 6.3, 'mw', 'iscgem805092', 'Kuril Islands', 'earthquake\r'), +(167, '1969-08-02 00:34:20', 45.478, 150.942, 25, 5.8, 'mw', 'iscgem805094', 'Kuril Islands', 'earthquake\r'), +(168, '1969-08-03 00:22:29', -4.27, 153.016, 30, 5.9, 'mw', 'iscgem805141', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(169, '1969-08-03 04:19:38', 24.125, 123.212, 55, 5.6, 'mw', 'iscgem805148', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(170, '1969-08-03 07:48:15', 45.336, 151.626, 26.6, 5.6, 'mw', 'iscgem805152', 'Kuril Islands', 'earthquake\r'), +(171, '1969-08-04 17:19:20', -5.639, 125.331, 525.1, 6.3, 'mw', 'iscgem805203', 'Banda Sea', 'earthquake\r'), +(172, '1969-08-05 02:13:11', 1.138, 126.181, 26.9, 6.9, 'mw', 'iscgem805214', 'Molucca Sea', 'earthquake\r'), +(173, '1969-08-05 16:32:24', -5.316, 153.708, 35, 6.1, 'mw', 'iscgem805239', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(174, '1969-08-07 01:49:32', -5.211, 154.109, 100, 5.6, 'mw', 'iscgem805283', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(175, '1969-08-08 06:30:57', 36.369, 70.891, 193.2, 5.9, 'mw', 'iscgem805307', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(176, '1969-08-08 11:08:14', -47.715, -15.654, 15, 6.1, 'mw', 'iscgem805313', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(177, '1969-08-08 20:44:20', -6.069, 129.569, 176.1, 6.6, 'mw', 'iscgem805322', 'Banda Sea', 'earthquake\r'), +(178, '1969-08-11 21:26:36', 43.552, 147.987, 25, 6.2, 'mw', 'iscgem805428', 'Kuril Islands', 'earthquake\r'), +(179, '1969-08-11 21:27:29', 43.634, 147.673, 25, 6.2, 'mw', 'iscgemsup805429', 'Kuril Islands', 'earthquake\r'), +(180, '1969-08-11 21:27:35', 43.424, 147.859, 30, 8.2, 'mw', 'iscgem805430', 'Kuril Islands', 'earthquake\r'), +(181, '1969-08-11 22:53:58', 44.007, 148.413, 30, 5.7, 'mw', 'iscgemsup805455', 'Kuril Islands', 'earthquake\r'), +(182, '1969-08-11 23:02:56', 43.208, 147.731, 30, 5.8, 'mw', 'iscgem805461', 'Kuril Islands', 'earthquake\r'), +(183, '1969-08-11 23:42:04', 43.666, 147.804, 35, 5.6, 'mw', 'iscgem805478', 'Kuril Islands', 'earthquake\r'), +(184, '1969-08-11 23:52:58', 1.848, 126.371, 35, 6.2, 'mw', 'iscgemsup805483', 'Molucca Sea', 'earthquake\r'), +(185, '1969-08-12 03:33:39', 43.235, 147.707, 18.9, 6.2, 'mw', 'iscgem805532', 'Kuril Islands', 'earthquake\r'), +(186, '1969-08-12 04:53:39', 43.301, 147.692, 30.4, 6.1, 'mw', 'iscgem805548', 'Kuril Islands', 'earthquake\r'), +(187, '1969-08-12 05:03:28', 43.584, 148.187, 30, 6.8, 'mw', 'iscgem805549', 'east of the Kuril Islands', 'earthquake\r'), +(188, '1969-08-12 05:53:30', 43.789, 148.424, 29.3, 6.8, 'mw', 'iscgem805554', 'east of the Kuril Islands', 'earthquake\r'), +(189, '1969-08-12 07:10:44', 43.768, 148.186, 35, 5.6, 'mw', 'iscgem805566', 'east of the Kuril Islands', 'earthquake\r'), +(190, '1969-08-12 09:25:40', 43.323, 147.713, 26.3, 6, 'mw', 'iscgem805580', 'Kuril Islands', 'earthquake\r'), +(191, '1969-08-12 09:33:44', 43.518, 147.672, 30.8, 6.1, 'mw', 'iscgem805581', 'Kuril Islands', 'earthquake\r'), +(192, '1969-08-12 11:21:23', 43.948, 148.724, 19.3, 6.8, 'mw', 'iscgem805592', 'east of the Kuril Islands', 'earthquake\r'), +(193, '1969-08-12 12:21:21', 1.702, 126.323, 35, 5.8, 'mw', 'iscgem805603', 'Molucca Sea', 'earthquake\r'), +(194, '1969-08-12 13:18:09', 43.522, 148.187, 26.7, 5.8, 'mw', 'iscgem805612', 'east of the Kuril Islands', 'earthquake\r'), +(195, '1969-08-12 21:16:12', 42.858, 146.821, 30, 5.6, 'mw', 'iscgem805645', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(196, '1969-08-12 23:05:59', 43.378, 147.9, 31.1, 6, 'mw', 'iscgem805649', 'Kuril Islands', 'earthquake\r'), +(197, '1969-08-13 03:29:16', 43.456, 147.482, 35, 5.8, 'mw', 'iscgem805684', 'Kuril Islands', 'earthquake\r'), +(198, '1969-08-13 08:31:34', 43.999, 147.853, 35, 6.1, 'mw', 'iscgem805701', 'Kuril Islands', 'earthquake\r'), +(199, '1969-08-13 22:57:09', 44.14, 148.242, 31, 6.3, 'mw', 'iscgem805735', 'Kuril Islands', 'earthquake\r'), +(200, '1969-08-14 10:58:04', -5.409, 152.071, 40, 5.8, 'mw', 'iscgem805775', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(201, '1969-08-14 14:19:04', 43.313, 147.647, 27.5, 7.1, 'mw', 'iscgem805782', 'Kuril Islands', 'earthquake\r'), +(202, '1969-08-15 04:32:01', 43.305, 147.885, 19.2, 6.3, 'mw', 'iscgem805834', 'Kuril Islands', 'earthquake\r'), +(203, '1969-08-15 08:41:54', 21.665, 143.05, 303.2, 6.1, 'mw', 'iscgem805845', 'Mariana Islands region', 'earthquake\r'), +(204, '1969-08-15 10:02:19', 43.11, 148.292, 25, 6.1, 'mw', 'iscgem805850', 'east of the Kuril Islands', 'earthquake\r'), +(205, '1969-08-16 15:15:31', 43.261, 147.55, 32.5, 5.8, 'mw', 'iscgem805908', 'Kuril Islands', 'earthquake\r'), +(206, '1969-08-16 17:13:42', 43.097, 147.648, 32.9, 5.6, 'mw', 'iscgem805909', 'Kuril Islands', 'earthquake\r'), +(207, '1969-08-17 11:54:56', 42.666, 141.566, 129.7, 5.9, 'mw', 'iscgemsup805944', 'Hokkaido, Japan region', 'earthquake\r'), +(208, '1969-08-17 20:13:08', 25.213, -109.188, 15, 6.5, 'mw', 'iscgem805963', 'Gulf of California', 'earthquake\r'), +(209, '1969-08-17 20:14:59', 25.035, -109.424, 15, 6.7, 'mw', 'iscgem805964', 'Gulf of California', 'earthquake\r'), +(210, '1969-08-18 01:04:03', -55.896, -123.21, 10, 6.1, 'mw', 'iscgem805983', 'southern East Pacific Rise', 'earthquake\r'), +(211, '1969-08-18 01:39:25', 24.881, -109.117, 20, 6, 'mw', 'iscgem805985', 'Gulf of California', 'earthquake\r'), +(212, '1969-08-18 03:21:54', 24.679, -109.222, 20, 5.6, 'mw', 'iscgem805990', 'Gulf of California', 'earthquake\r'), +(213, '1969-08-18 11:43:30', 43.875, 148.5, 25, 5.8, 'mw', 'iscgem806010', 'east of the Kuril Islands', 'earthquake\r'), +(214, '1969-08-19 08:49:55', 43.731, 148.109, 26.7, 6.6, 'mw', 'iscgem806060', 'east of the Kuril Islands', 'earthquake\r'), +(215, '1969-08-20 07:50:10', 47.941, 153.68, 105, 6.3, 'mw', 'iscgemsup806097', 'Kuril Islands', 'earthquake\r'), +(216, '1969-08-21 03:32:12', 43.129, 147.19, 26.7, 5.9, 'mw', 'iscgem806137', 'Kuril Islands', 'earthquake\r'), +(217, '1969-08-21 13:24:01', 43.664, 148.139, 28.5, 5.8, 'mw', 'iscgem806156', 'east of the Kuril Islands', 'earthquake\r'), +(218, '1969-08-22 04:40:24', 43.13, 148.011, 25, 5.8, 'mw', 'iscgem806193', 'east of the Kuril Islands', 'earthquake\r'), +(219, '1969-08-26 16:58:01', -5.739, 151.194, 45, 5.8, 'mw', 'iscgem806385', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(220, '1969-08-26 20:28:04', -15.333, -173.165, 35, 5.6, 'mw', 'iscgem806388', 'Tonga', 'earthquake\r'), +(221, '1969-08-27 03:26:14', 43.279, 147.769, 35, 5.7, 'mw', 'iscgem806413', 'Kuril Islands', 'earthquake\r'), +(222, '1969-08-27 19:23:11', 28.779, 143.83, 15, 5.6, 'mw', 'iscgem806441', 'Bonin Islands, Japan region', 'earthquake\r'), +(223, '1969-08-28 13:54:14', -31.456, -177.59, 30, 6, 'mw', 'iscgem806471', 'Kermadec Islands region', 'earthquake\r'), +(224, '1969-08-28 21:35:23', 43.267, 147.757, 26.4, 5.8, 'mw', 'iscgem806482', 'Kuril Islands', 'earthquake\r'), +(225, '1969-08-30 07:11:41', 43.573, 147.848, 25.9, 6.4, 'mw', 'iscgem806532', 'Kuril Islands', 'earthquake\r'), +(226, '1969-08-30 07:54:29', 43.232, 146.794, 35, 5.7, 'mw', 'iscgem806539', 'Kuril Islands', 'earthquake\r'), +(227, '1969-08-30 08:28:07', 43.54, 147.78, 27.1, 6.1, 'mw', 'iscgem806540', 'Kuril Islands', 'earthquake\r'), +(228, '1969-09-02 03:47:10', -27.786, -66.573, 168.7, 5.7, 'mw', 'iscgem804015', 'Catamarca, Argentina', 'earthquake\r'), +(229, '1969-09-03 16:20:26', 31.343, 140.33, 30, 5.9, 'mw', 'iscgem804081', 'Izu Islands, Japan region', 'earthquake\r'), +(230, '1969-09-04 03:08:53', 46.57, 153.629, 26.8, 6, 'mw', 'iscgem804095', 'Kuril Islands', 'earthquake\r'), +(231, '1969-09-04 21:12:37', 43.78, 147.456, 30, 5.7, 'mw', 'iscgem804123', 'Kuril Islands', 'earthquake\r'), +(232, '1969-09-05 11:42:15', 22.762, 121.656, 25, 5.9, 'mw', 'iscgem804142', 'Taiwan region', 'earthquake\r'), +(233, '1969-09-06 07:43:32', 43.757, 147.485, 41.6, 5.7, 'mw', 'iscgem804170', 'Kuril Islands', 'earthquake\r'), +(234, '1969-09-06 14:30:41', 36.902, -12.002, 35, 6.1, 'mw', 'iscgem804189', 'Azores-Cape St. Vincent Ridge', 'earthquake\r'), +(235, '1969-09-06 14:50:00', -8.81, 157.882, 25, 6.2, 'mw', 'iscgem804190', 'Solomon Islands', 'earthquake\r'), +(236, '1969-09-06 17:08:06', -8.905, 157.963, 25, 6, 'mw', 'iscgem804192', 'Solomon Islands', 'earthquake\r'), +(237, '1969-09-07 03:06:03', -8.887, 157.762, 25, 5.7, 'mw', 'iscgem804205', 'Solomon Islands', 'earthquake\r'), +(238, '1969-09-09 05:15:38', 35.794, 137.063, 10, 6.3, 'mw', 'iscgem804274', 'eastern Honshu, Japan', 'earthquake\r'), +(239, '1969-09-11 03:17:02', 26.158, 128.525, 25.9, 5.6, 'mw', 'iscgem804348', 'Ryukyu Islands, Japan', 'earthquake\r'), +(240, '1969-09-12 08:57:08', 51.207, -179.222, 34.2, 6.7, 'mw', 'iscgem804402', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(241, '1969-09-12 15:00:18', 51.102, -179.142, 35, 5.5, 'mw', 'iscgem804421', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(242, '1969-09-13 11:52:13', 43.144, 147.648, 34.1, 5.7, 'mw', 'iscgem804452', 'Kuril Islands', 'earthquake\r'), +(243, '1969-09-14 14:46:23', 39.643, 74.952, 30, 5.8, 'mw', 'iscgem804493', 'southern Xinjiang, China', 'earthquake\r'), +(244, '1969-09-14 16:15:26', 39.637, 74.781, 30, 5.6, 'mw', 'iscgem804497', 'southern Xinjiang, China', 'earthquake\r'), +(245, '1969-09-15 14:45:42', 51.827, 175.366, 33.5, 5.5, 'mw', 'iscgem804530', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(246, '1969-09-15 18:47:42', 45.532, 151.738, 38.8, 5.5, 'mw', 'iscgem804536', 'Kuril Islands', 'earthquake\r'), +(247, '1969-09-16 08:00:36', 27.069, 127.327, 92.5, 5.5, 'mw', 'iscgem804552', 'Ryukyu Islands, Japan', 'earthquake\r'), +(248, '1969-09-16 14:30:01', 37.3141667, -116.4606667, 1.2, 5.82, 'ml', 'ci3326197', '52km NNE of Beatty, NV', 'nuclear explosion\r'), +(249, '1969-09-17 18:40:52', 31.041, 131.458, 35, 6, 'mw', 'iscgem804588', 'Kyushu, Japan', 'earthquake\r'), +(250, '1969-09-17 18:51:11', 31.035, 131.207, 35, 5.8, 'mw', 'iscgem804590', 'Kyushu, Japan', 'earthquake\r'), +(251, '1969-09-19 01:29:38', 6.031, 125.36, 92.8, 5.7, 'mw', 'iscgemsup804622', 'Mindanao, Philippines', 'earthquake\r'), +(252, '1969-09-20 05:08:57', 58.406, -32.168, 10, 6.1, 'mw', 'iscgem804674', 'Reykjanes Ridge', 'earthquake\r'), +(253, '1969-09-20 08:56:44', -3.082, 141.973, 25, 5.6, 'mw', 'iscgem804682', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(254, '1969-09-20 15:26:39', 1.684, -101.067, 10, 6.2, 'mw', 'iscgem804698', 'Galapagos Triple Junction region', 'earthquake\r'), +(255, '1969-09-22 01:46:15', 2.922, 95.795, 30, 6, 'mw', 'iscgem804761', 'Simeulue, Indonesia', 'earthquake\r'), +(256, '1969-09-22 13:47:51', 4.876, -32.684, 10, 5.5, 'mw', 'iscgem804777', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(257, '1969-09-23 22:37:27', 18.729, -106.929, 25, 6.1, 'mw', 'iscgem804817', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(258, '1969-09-24 18:03:19', 15.291, -45.741, 10, 6.8, 'mw', 'iscgem804847', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(259, '1969-09-27 04:02:17', 43.686, 147.207, 48.5, 5.6, 'mw', 'iscgem804916', 'Kuril Islands', 'earthquake\r'), +(260, '1969-09-27 09:04:04', -60.925, -55.595, 25, 6, 'mw', 'iscgem804921', 'South Shetland Islands', 'earthquake\r'), +(261, '1969-09-29 16:19:59', -7.195, 128.747, 131, 5.8, 'mw', 'iscgem804997', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(262, '1969-09-29 17:58:39', 43.335, 147.772, 25.2, 5.8, 'mw', 'iscgem804999', 'Kuril Islands', 'earthquake\r'), +(263, '1969-09-29 20:03:30', -33.268, 19.386, 15, 6.3, 'mw', 'iscgem805003', 'South Africa', 'earthquake\r'), +(264, '1969-09-30 17:51:40', -31.66, -177.823, 15, 6.2, 'mw', 'iscgem805035', 'Kermadec Islands region', 'earthquake\r'), +(265, '1969-10-01 05:05:48', -11.841, -75.051, 10, 6.6, 'mw', 'iscgem802947', 'central Peru', 'earthquake\r'), +(266, '1969-10-01 05:58:14', -11.803, -74.942, 10, 5.8, 'mw', 'iscgem802957', 'central Peru', 'earthquake\r'), +(267, '1969-10-01 08:28:16', -11.842, -75.031, 10, 6, 'mw', 'iscgem802962', 'central Peru', 'earthquake\r'), +(268, '1969-10-01 17:10:55', 0.638, -84.982, 15, 6.3, 'mw', 'iscgem802975', 'off the coast of Ecuador', 'earthquake\r'), +(269, '1969-10-01 19:53:15', -60.793, -19.785, 10, 5.7, 'mw', 'iscgem802980', 'east of the South Sandwich Islands', 'earthquake\r'), +(270, '1969-10-03 01:33:20', -33.016, -177.933, 20, 5.7, 'mw', 'iscgem803028', 'south of the Kermadec Islands', 'earthquake\r'), +(271, '1969-10-06 12:48:05', 15.041, 120.018, 45, 5.8, 'mw', 'iscgem803147', 'Luzon, Philippines', 'earthquake\r'), +(272, '1969-10-13 01:02:31', 39.691, 20.593, 20, 5.6, 'mw', 'iscgem803357', 'Greece-Albania border region', 'earthquake\r'), +(273, '1969-10-13 06:56:03', -18.746, 169.423, 245, 5.9, 'mw', 'iscgem803363', 'Vanuatu', 'earthquake\r'), +(274, '1969-10-17 01:25:14', 23.041, 94.636, 135, 6.3, 'mw', 'iscgem803481', 'Myanmar', 'earthquake\r'), +(275, '1969-10-18 08:44:02', 52.474, 173.413, 27.4, 5.6, 'mw', 'iscgem803516', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(276, '1969-10-20 15:20:39', 17.358, -95.198, 96.5, 5.6, 'mw', 'iscgem803587', 'Oaxaca, Mexico', 'earthquake\r'), +(277, '1969-10-21 20:53:47', 51.297, -179.193, 35, 5.9, 'mw', 'iscgem803625', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(278, '1969-10-22 07:12:08', -4.772, 152.593, 65, 5.7, 'mw', 'iscgem803637', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(279, '1969-10-22 10:21:53', -18.167, -71.411, 25, 5.7, 'mw', 'iscgem803643', 'off the coast of Tarapaca, Chile', 'earthquake\r'), +(280, '1969-10-22 22:51:33', 34.609, -121.492, 10, 5.8, 'mw', 'iscgem803657', 'offshore Central California', 'earthquake\r'), +(281, '1969-10-24 00:46:14', 52.324, -168.696, 27.1, 5.6, 'mw', 'iscgem803704', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(282, '1969-10-25 12:03:49', 43.923, 147.919, 45, 5.6, 'mw', 'iscgem803758', 'Kuril Islands', 'earthquake\r'), +(283, '1969-10-26 06:38:04', -16.167, -173.704, 115, 5.8, 'mw', 'iscgemsup803791', 'Tonga', 'earthquake\r'), +(284, '1969-10-26 15:36:52', 44.813, 17.339, 15, 6.1, 'mw', 'iscgem803808', 'Bosnia and Herzegovina', 'earthquake\r'), +(285, '1969-10-26 21:39:20', -53.449, 23.581, 20, 6.3, 'mw', 'iscgem803822', 'south of Africa', 'earthquake\r'), +(286, '1969-10-27 08:10:58', 44.854, 17.253, 15, 6.1, 'mw', 'iscgem803833', 'Bosnia and Herzegovina', 'earthquake\r'), +(287, '1969-10-31 06:43:23', 45.513, 151.004, 45, 5.6, 'mw', 'iscgem803954', 'Kuril Islands', 'earthquake\r'), +(288, '1969-10-31 11:33:04', 51.279, -178.975, 30, 6.6, 'mw', 'iscgem803964', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(289, '1969-11-01 11:08:24', 23.148, -107.988, 10, 6.6, 'mw', 'iscgem801757', 'Gulf of California', 'earthquake\r'), +(290, '1969-11-05 17:54:12', 34.589, -121.428, 10, 6, 'mw', 'iscgem801913', 'offshore Central California', 'earthquake\r'), +(291, '1969-11-06 20:20:18', 51.064, -178.779, 25, 6, 'mw', 'iscgem801961', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(292, '1969-11-07 18:34:06', 27.793, 60.043, 75, 6.6, 'mw', 'iscgem802001', 'southeastern Iran', 'earthquake\r'), +(293, '1969-11-08 01:41:41', -16.298, 167.586, 15, 5.7, 'mw', 'iscgem802012', 'Vanuatu', 'earthquake\r'), +(294, '1969-11-11 15:23:59', -5.765, 151.541, 65, 5.6, 'mw', 'iscgem802172', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(295, '1969-11-12 19:09:03', 52.92, -168.327, 50, 5.8, 'mw', 'iscgem802215', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(296, '1969-11-13 07:51:30', -27.837, -71.794, 21.4, 6, 'mw', 'iscgem802240', 'offshore Atacama, Chile', 'earthquake\r'), +(297, '1969-11-20 23:46:11', 56.404, -153.565, 15, 5.7, 'mw', 'iscgem802485', 'Kodiak Island region, Alaska', 'earthquake\r'), +(298, '1969-11-21 02:05:38', 2.005, 94.489, 25, 7.6, 'mw', 'iscgem802491', 'off the west coast of northern Sumatra', 'earthquake\r'), +(299, '1969-11-22 23:09:40', 57.65, 163.554, 35, 7.4, 'mw', 'iscgem802552', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(300, '1969-11-24 17:23:20', 37.118, 71.665, 115.1, 6.1, 'mw', 'iscgem802628', 'Tajikistan', 'earthquake\r'), +(301, '1969-11-24 22:51:49', 56.106, -153.864, 17.8, 6, 'mw', 'iscgem802635', 'Kodiak Island region, Alaska', 'earthquake\r'), +(302, '1969-11-26 12:44:06', -16.841, 167.834, 25, 6, 'mw', 'iscgem802688', 'Vanuatu', 'earthquake\r'), +(303, '1969-12-01 20:35:03', -59.825, -28.582, 140, 5.8, 'mw', 'iscgem800589', 'South Sandwich Islands region', 'earthquake\r'), +(304, '1969-12-01 22:13:55', 16.78, -60.698, 30, 5.9, 'mw', 'iscgem800594', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(305, '1969-12-02 17:57:04', 8.187, 126.286, 97.2, 5.8, 'mw', 'iscgem800626', 'Mindanao, Philippines', 'earthquake\r'), +(306, '1969-12-04 08:50:24', 40.726, 144.715, 29.1, 5.7, 'mw', 'iscgem800688', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(307, '1969-12-08 05:04:22', 1.734, 127.282, 115, 5.6, 'mw', 'iscgem800842', 'Halmahera, Indonesia', 'earthquake\r'), +(308, '1969-12-10 19:54:03', -15.071, 166.98, 20, 6.2, 'mw', 'iscgem800910', 'Vanuatu', 'earthquake\r'), +(309, '1969-12-13 03:19:57', 0.909, -28.097, 17.8, 5.6, 'mw', 'iscgem801007', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(310, '1969-12-13 04:03:56', 1.354, 126.408, 45, 5.6, 'mw', 'iscgem801009', 'Molucca Sea', 'earthquake\r'), +(311, '1969-12-14 02:42:10', 1.956, 126.827, 35, 6.1, 'mw', 'iscgem801038', 'Molucca Sea', 'earthquake\r'), +(312, '1969-12-14 18:37:08', 8.142, 58.377, 10, 5.8, 'mw', 'iscgem801054', 'Carlsberg Ridge', 'earthquake\r'), +(313, '1969-12-18 13:32:07', 46.254, 142.423, 345, 6.3, 'mw', 'iscgem801176', 'Sakhalin, Russia', 'earthquake\r'), +(314, '1969-12-21 10:18:02', 28.188, 130.655, 20, 5.6, 'mw', 'iscgem801290', 'Ryukyu Islands, Japan', 'earthquake\r'), +(315, '1969-12-23 13:22:55', 57.15, 163.178, 30, 5.9, 'mw', 'iscgem801354', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(316, '1969-12-25 21:32:31', 15.648, -59.694, 20, 7.2, 'mw', 'iscgem801426', 'east of Dominica, Leeward Islands', 'earthquake\r'), +(317, '1969-12-25 22:26:14', 15.771, -59.783, 20, 5.6, 'mw', 'iscgem801438', 'east of Guadeloupe, Leeward Islands', 'earthquake\r'), +(318, '1969-12-25 22:31:06', 16.062, -59.854, 20, 6.1, 'mw', 'iscgem801439', 'east of Guadeloupe, Leeward Islands', 'earthquake\r'), +(319, '1969-12-26 00:18:24', 55.109, -160.395, 39.8, 5.6, 'mw', 'iscgem801452', 'Alaska Peninsula', 'earthquake\r'), +(320, '1969-12-27 14:03:04', 16.086, -59.65, 20, 5.7, 'mw', 'iscgem801573', 'east of Guadeloupe, Leeward Islands', 'earthquake\r'), +(321, '1969-12-28 04:53:11', 43.373, 147.809, 28.8, 5.7, 'mw', 'iscgem801591', 'Kuril Islands', 'earthquake\r'), +(322, '1969-12-29 00:51:50', 16.094, -59.753, 23.8, 5.9, 'mw', 'iscgem801638', 'east of Guadeloupe, Leeward Islands', 'earthquake\r'), +(323, '1969-12-31 19:01:56', 28.532, 129.075, 25, 6.3, 'mw', 'iscgem801741', 'Ryukyu Islands, Japan', 'earthquake\r'), +(324, '1970-01-01 17:11:00', -29.4, -177.169, 35, 5.6, 'mw', 'iscgem799588', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(325, '1970-01-04 17:00:41', 24.185, 102.543, 11.3, 7.1, 'mw', 'iscgem799712', 'Yunnan, China', 'earthquake\r'), +(326, '1970-01-05 11:49:10', 23.984, 102.732, 15, 5.9, 'mw', 'iscgem799745', 'Yunnan, China', 'earthquake\r'), +(327, '1970-01-06 05:35:54', -9.583, 151.493, 15, 6.3, 'mw', 'iscgem799772', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(328, '1970-01-07 07:56:14', 15.785, -59.808, 36.7, 6, 'mw', 'iscgem799824', 'east of Guadeloupe, Leeward Islands', 'earthquake\r'), +(329, '1970-01-08 17:12:41', -34.85, 178.782, 199.4, 6.8, 'mw', 'iscgem799872', 'south of the Kermadec Islands', 'earthquake\r'), +(330, '1970-01-09 23:16:22', -9.166, 117.235, 66.6, 5.8, 'mw', 'iscgem799928', 'Sumbawa region, Indonesia', 'earthquake\r'), +(331, '1970-01-10 12:07:07', 6.785, 126.682, 40, 7.2, 'mw', 'iscgem799944', 'Mindanao, Philippines', 'earthquake\r'), +(332, '1970-01-10 13:59:37', 6.71, 126.863, 40, 5.7, 'mw', 'iscgem799952', 'Mindanao, Philippines', 'earthquake\r'), +(333, '1970-01-10 14:16:28', 6.71, 126.765, 40, 5.7, 'mw', 'iscgem799953', 'Mindanao, Philippines', 'earthquake\r'), +(334, '1970-01-11 05:02:05', 7.326, 126.857, 45, 6, 'mw', 'iscgem799983', 'Mindanao, Philippines', 'earthquake\r'), +(335, '1970-01-14 02:22:36', -10.169, 123.233, 25, 6, 'mw', 'iscgem800066', 'Timor region, Indonesia', 'earthquake\r'), +(336, '1970-01-16 08:05:41', 60.25, -152.734, 97.6, 5.6, 'mw', 'iscgem800129', 'Southern Alaska', 'earthquake\r'), +(337, '1970-01-18 00:18:23', 21.393, 146.713, 18.3, 5.8, 'mw', 'iscgem800167', 'Mariana Islands region', 'earthquake\r'), +(338, '1970-01-20 07:19:51', -25.946, -177.219, 70, 6.8, 'mw', 'iscgemsup800237', 'south of the Fiji Islands', 'earthquake\r'), +(339, '1970-01-20 15:12:49', -5.344, 154.344, 170, 5.7, 'mw', 'iscgem800248', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(340, '1970-01-20 17:33:05', 42.523, 143.05, 35.1, 6.4, 'mw', 'iscgem800254', 'Hokkaido, Japan region', 'earthquake\r'), +(341, '1970-01-21 17:51:37', 6.843, -104.189, 10, 6.7, 'mw', 'iscgem800281', 'Galapagos Triple Junction region', 'earthquake\r'), +(342, '1970-01-22 03:55:34', 51.258, 177.215, 30, 5.7, 'mw', 'iscgem800290', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(343, '1970-01-23 22:22:41', 49.678, 154.878, 141.1, 5.6, 'mw', 'iscgem800341', 'Kuril Islands', 'earthquake\r'), +(344, '1970-01-26 10:01:20', -12.592, 166.488, 35, 6.5, 'mw', 'iscgem800401', 'Santa Cruz Islands', 'earthquake\r'), +(345, '1970-01-27 09:02:51', -10.829, 165.955, 35, 5.7, 'mw', 'iscgem800427', 'Santa Cruz Islands', 'earthquake\r'), +(346, '1970-01-27 09:29:44', 7.44, -72.1, 18.6, 5.8, 'mw', 'iscgem800429', 'Tachira, Venezuela', 'earthquake\r'), +(347, '1970-01-28 23:06:02', -20.672, -178.766, 605.9, 6.1, 'mw', 'iscgem800471', 'Fiji region', 'earthquake\r'), +(348, '1970-01-30 08:28:22', -14.575, 167.34, 164.9, 5.9, 'mw', 'iscgemsup800507', 'Vanuatu', 'earthquake\r'), +(349, '1970-02-02 17:22:07', 43.149, 147.667, 30.8, 5.7, 'mw', 'iscgem798750', 'Kuril Islands', 'earthquake\r'), +(350, '1970-02-02 17:49:52', 43.321, 147.489, 29.7, 6, 'mw', 'iscgem798752', 'Kuril Islands', 'earthquake\r'), +(351, '1970-02-02 18:05:48', 43.031, 147.763, 25.9, 5.8, 'mw', 'iscgem798753', 'Kuril Islands', 'earthquake\r'), +(352, '1970-02-03 19:17:17', 43.341, 147.929, 29.3, 5.7, 'mw', 'iscgem798790', 'Kuril Islands', 'earthquake\r'), +(353, '1970-02-04 05:08:48', 15.518, -99.576, 10, 6.4, 'mw', 'iscgem798802', 'off the coast of Guerrero, Mexico', 'earthquake\r'), +(354, '1970-02-05 03:40:03', 24.371, 102.302, 23.5, 5.8, 'mw', 'iscgem798832', 'Yunnan, China', 'earthquake\r'), +(355, '1970-02-05 12:46:38', 46.943, 154.2, 22.2, 6, 'mw', 'iscgem798843', 'east of the Kuril Islands', 'earthquake\r'), +(356, '1970-02-05 14:41:40', 46.932, 154.204, 25, 5.7, 'mw', 'iscgem798845', 'east of the Kuril Islands', 'earthquake\r'), +(357, '1970-02-05 22:06:01', 12.584, 121.952, 15, 6.7, 'mw', 'iscgem798855', 'Mindoro, Philippines', 'earthquake\r'), +(358, '1970-02-06 00:11:48', 54.513, 163.189, 20, 6, 'mw', 'iscgem798861', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(359, '1970-02-06 02:17:34', 12.687, 121.924, 25, 6, 'mw', 'iscgem798863', 'Mindoro, Philippines', 'earthquake\r'), +(360, '1970-02-06 22:10:41', 23.083, 100.771, 10, 6.1, 'mw', 'iscgem798878', 'Yunnan, China', 'earthquake\r'), +(361, '1970-02-07 10:01:05', 47.184, 154.092, 15, 6, 'mw', 'iscgem798892', 'Kuril Islands', 'earthquake\r'), +(362, '1970-02-07 12:07:35', 47.284, 153.782, 15, 6, 'mw', 'iscgem798901', 'Kuril Islands', 'earthquake\r'), +(363, '1970-02-10 19:34:05', -5.936, 130.638, 125, 5.8, 'mw', 'iscgem799014', 'Banda Sea', 'earthquake\r'), +(364, '1970-02-13 15:43:28', -5.923, 112.997, 622.8, 6.5, 'mw', 'iscgem799077', 'Java Sea', 'earthquake\r'), +(365, '1970-02-14 11:17:18', -10.012, -75.633, 39.8, 5.9, 'mw', 'iscgem799107', 'central Peru', 'earthquake\r'), +(366, '1970-02-15 12:36:36', -0.045, 122.999, 138.3, 5.9, 'mw', 'iscgem799142', 'Sulawesi, Indonesia', 'earthquake\r'), +(367, '1970-02-17 05:46:02', 9.846, 125.912, 55, 5.6, 'mw', 'iscgem799184', 'Mindanao, Philippines', 'earthquake\r'), +(368, '1970-02-17 19:14:20', -22.378, 170.363, 15, 5.8, 'mw', 'iscgem799201', 'southeast of the Loyalty Islands', 'earthquake\r'), +(369, '1970-02-18 15:23:33', -20.724, -176.668, 251.6, 6, 'mw', 'iscgem799223', 'Fiji region', 'earthquake\r'), +(370, '1970-02-21 16:52:02', -8.734, 124.062, 85, 5.7, 'mw', 'iscgem799295', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(371, '1970-02-23 11:22:28', 27.771, 54.54, 25, 5.8, 'mw', 'iscgem799367', 'southern Iran', 'earthquake\r'), +(372, '1970-02-24 02:07:35', 30.607, 103.203, 15, 5.6, 'mw', 'iscgem799389', 'eastern Sichuan, China', 'earthquake\r'), +(373, '1970-02-24 08:05:45', 59.51, -143.636, 15, 5.8, 'mw', 'iscgem799398', 'Gulf of Alaska', 'earthquake\r'), +(374, '1970-02-25 10:20:59', 24.126, 122.253, 30, 6.1, 'mw', 'iscgem799415', 'Taiwan region', 'earthquake\r'), +(375, '1970-02-26 15:50:08', 13.567, 120.466, 35, 5.8, 'mw', 'iscgem799446', 'Mindoro, Philippines', 'earthquake\r'), +(376, '1970-02-26 23:05:59', 43.439, 147.521, 21, 5.9, 'mw', 'iscgem799452', 'Kuril Islands', 'earthquake\r'), +(377, '1970-02-26 23:29:05', 43.473, 147.547, 26.2, 6.1, 'mw', 'iscgem799455', 'Kuril Islands', 'earthquake\r'), +(378, '1970-02-27 07:07:59', 50.144, -179.788, 10, 6.1, 'mw', 'iscgem799476', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(379, '1970-02-27 10:47:53', -8.012, 119.726, 175.6, 5.7, 'mw', 'iscgem799492', 'Flores region, Indonesia', 'earthquake\r'), +(380, '1970-02-28 10:52:33', 52.487, -174.915, 164.1, 7.1, 'mw', 'iscgem799531', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(381, '1970-02-28 19:58:48', 27.756, 56.316, 25, 5.6, 'mw', 'iscgem799549', 'southern Iran', 'earthquake\r'), +(382, '1970-03-04 03:30:35', 12.213, 143.847, 20, 6.2, 'mw', 'iscgem797509', 'Guam region', 'earthquake\r'), +(383, '1970-03-04 06:31:56', -19.746, -178.538, 621.2, 5.6, 'mw', 'iscgem797512', 'Fiji region', 'earthquake\r'), +(384, '1970-03-04 14:27:49', 7.273, 126.891, 35, 6.1, 'mw', 'iscgem797518', 'Mindanao, Philippines', 'earthquake\r'), +(385, '1970-03-08 11:51:23', 1.77, 126.612, 47.5, 5.7, 'mw', 'iscgem797653', 'Molucca Sea', 'earthquake\r'), +(386, '1970-03-09 00:50:07', 39.579, 143.546, 25, 5.9, 'mw', 'iscgem797667', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(387, '1970-03-09 16:01:11', -19.091, 168.672, 30, 6.6, 'mw', 'iscgem797686', 'Vanuatu', 'earthquake\r'), +(388, '1970-03-10 04:58:29', 44.683, 148.909, 54.5, 6.2, 'mw', 'iscgem797745', 'Kuril Islands', 'earthquake\r'), +(389, '1970-03-10 06:11:57', 12.702, 122.247, 25, 5.8, 'mw', 'iscgem797751', 'Sibuyan Sea, Philippines', 'earthquake\r'), +(390, '1970-03-10 17:15:11', -31.077, 116.567, 10, 5.7, 'mw', 'iscgemsup797790', 'Western Australia', 'earthquake\r'), +(391, '1970-03-11 22:38:36', 57.399, -154.058, 39, 6, 'mw', 'iscgem797882', 'Kodiak Island region, Alaska', 'earthquake\r'), +(392, '1970-03-15 12:39:18', -29.701, -69.397, 116.7, 6, 'mw', 'iscgem798065', 'San Juan, Argentina', 'earthquake\r'), +(393, '1970-03-16 16:25:26', -19.159, 168.386, 15, 5.8, 'mw', 'iscgem798113', 'Vanuatu', 'earthquake\r'), +(394, '1970-03-19 23:33:33', 51.411, 173.58, 23.2, 6.3, 'mw', 'iscgem798211', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(395, '1970-03-20 11:07:35', 5.008, 125.339, 50, 5.7, 'mw', 'iscgem798224', 'Mindanao, Philippines', 'earthquake\r'), +(396, '1970-03-21 10:09:55', 24.126, 142.874, 20, 5.6, 'mw', 'iscgem17308392', 'Volcano Islands, Japan region', 'earthquake\r'), +(397, '1970-03-23 00:20:55', 40.212, 140.312, 143.4, 5.7, 'mw', 'iscgem798303', 'eastern Honshu, Japan', 'earthquake\r'), +(398, '1970-03-23 12:14:55', 29.831, 129.496, 157.4, 5.7, 'mw', 'iscgem798320', 'Ryukyu Islands, Japan', 'earthquake\r'), +(399, '1970-03-24 10:35:19', -22.13, 126.691, 10, 6, 'mw', 'iscgem798352', 'Western Australia', 'earthquake\r'), +(400, '1970-03-26 19:00:01', 37.3005, -116.5341667, 1.2, 5.54, 'ml', 'ci3325031', '48km NNE of Beatty, NV', 'nuclear explosion\r'), +(401, '1970-03-27 18:36:50', 0.288, 119.364, 25, 6.7, 'mw', 'iscgem798465', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(402, '1970-03-28 07:46:00', -6.253, 154.667, 60, 6, 'mw', 'iscgem798488', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(403, '1970-03-28 21:02:26', 39.098, 29.57, 25, 6.9, 'mw', 'iscgem798506', 'western Turkey', 'earthquake\r'), +(404, '1970-03-29 10:08:21', -17.07, 168.634, 237.2, 6.6, 'mw', 'iscgem798577', 'Vanuatu', 'earthquake\r'), +(405, '1970-03-30 16:46:44', 6.754, 126.451, 50, 6.8, 'mw', 'iscgem798643', 'Mindanao, Philippines', 'earthquake\r'), +(406, '1970-03-31 08:50:14', -5.632, -80.2, 73.1, 5.7, 'mw', 'iscgem798680', 'near the coast of northern Peru', 'earthquake\r'), +(407, '1970-03-31 18:18:26', -3.629, 69.61, 20, 5.9, 'mw', 'iscgem798689', 'Chagos Archipelago region', 'earthquake\r'), +(408, '1970-04-01 14:23:24', 39.817, 141.944, 65, 5.7, 'mw', 'iscgem796196', 'eastern Honshu, Japan', 'earthquake\r'), +(409, '1970-04-02 11:11:41', -20.277, -173.861, 15, 5.9, 'mw', 'iscgem796214', 'Tonga', 'earthquake\r'), +(410, '1970-04-03 06:52:33', -20.666, -173.859, 25, 6, 'mw', 'iscgem796237', 'Tonga', 'earthquake\r'), +(411, '1970-04-07 05:34:06', 15.791, 121.63, 25, 7.4, 'mw', 'iscgem796378', 'Luzon, Philippines', 'earthquake\r'), +(412, '1970-04-07 06:11:54', 15.662, 121.852, 25, 5.6, 'mw', 'iscgem796381', 'Luzon, Philippines', 'earthquake\r'), +(413, '1970-04-07 06:34:19', 15.527, 121.811, 25, 5.8, 'mw', 'iscgem796382', 'Luzon, Philippines', 'earthquake\r'), +(414, '1970-04-08 13:50:29', 38.304, 22.682, 20, 6.3, 'mw', 'iscgem796453', 'Greece', 'earthquake\r'), +(415, '1970-04-08 14:41:07', -13.863, 166.821, 45, 5.9, 'mw', 'iscgem796457', 'Vanuatu', 'earthquake\r'), +(416, '1970-04-08 21:23:58', 15.457, 121.723, 25, 6.5, 'mw', 'iscgem796476', 'Luzon, Philippines', 'earthquake\r'), +(417, '1970-04-09 00:00:17', 45.106, 149.24, 110, 5.7, 'mw', 'iscgem796489', 'Kuril Islands', 'earthquake\r'), +(418, '1970-04-09 16:24:28', 13.067, -92.371, 10, 5.8, 'mw', 'iscgem796529', 'near the coast of Guatemala', 'earthquake\r'), +(419, '1970-04-10 14:09:17', -27.595, -177.911, 163, 5.7, 'mw', 'iscgem796571', 'Kermadec Islands region', 'earthquake\r'), +(420, '1970-04-11 04:05:45', 59.61, -142.594, 15, 6.1, 'mw', 'iscgem796590', 'Gulf of Alaska', 'earthquake\r'), +(421, '1970-04-11 06:21:18', -18.966, -173.545, 25, 5.8, 'mw', 'iscgem796595', 'Tonga', 'earthquake\r'), +(422, '1970-04-12 04:01:46', 15.136, 122.064, 22.5, 6.9, 'mw', 'iscgem796629', 'Philippine Islands region', 'earthquake\r'), +(423, '1970-04-12 04:16:57', 15.263, 122.063, 19.1, 5.7, 'mw', 'iscgem796632', 'Philippine Islands region', 'earthquake\r'), +(424, '1970-04-12 05:18:09', 15.164, 122.443, 22.5, 5.6, 'mw', 'iscgem796640', 'Philippine Islands region', 'earthquake\r'), +(425, '1970-04-14 13:46:30', -21.08, -174.311, 25, 5.8, 'mw', 'iscgemsup796734', 'Tonga', 'earthquake\r'), +(426, '1970-04-14 19:08:19', -33.308, 19.486, 10, 5.7, 'mw', 'iscgem796738', 'South Africa', 'earthquake\r'), +(427, '1970-04-15 13:14:25', 15.219, 122.624, 25, 6.2, 'mw', 'iscgem796759', 'Philippine Islands region', 'earthquake\r'), +(428, '1970-04-16 01:55:57', 34.579, 141.629, 25, 6, 'mw', 'iscgem796780', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(429, '1970-04-16 05:33:21', 59.702, -142.683, 15, 6.7, 'mw', 'iscgem796787', 'Gulf of Alaska', 'earthquake\r'), +(430, '1970-04-18 08:50:41', 59.804, -152.78, 97.9, 5.6, 'mw', 'iscgem796868', 'Southern Alaska', 'earthquake\r'), +(431, '1970-04-18 23:25:35', 42.928, 147.232, 28.3, 6.1, 'mw', 'iscgem796897', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(432, '1970-04-19 01:15:48', 59.571, -142.807, 15, 5.9, 'mw', 'iscgem796899', 'Gulf of Alaska', 'earthquake\r'), +(433, '1970-04-19 13:29:38', 38.972, 29.753, 18.4, 6.1, 'mw', 'iscgem796915', 'western Turkey', 'earthquake\r'), +(434, '1970-04-19 13:47:35', 38.944, 29.747, 17.5, 6, 'mw', 'iscgem796918', 'western Turkey', 'earthquake\r'), +(435, '1970-04-20 10:39:13', -18.715, 169.318, 238.7, 6.6, 'mw', 'iscgem796948', 'Vanuatu', 'earthquake\r'), +(436, '1970-04-20 21:43:00', -9.971, 119.065, 25, 5.8, 'mw', 'iscgem796971', 'Sumba region, Indonesia', 'earthquake\r'), +(437, '1970-04-22 11:38:02', -11.437, 119.922, 15, 5.6, 'mw', 'iscgem797043', 'south of Sumba, Indonesia', 'earthquake\r'), +(438, '1970-04-23 09:01:27', 39.071, 28.808, 20, 5.7, 'mw', 'iscgem797068', 'western Turkey', 'earthquake\r'), +(439, '1970-04-26 14:20:31', 52.967, 171.366, 33.1, 6, 'mw', 'iscgem797199', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(440, '1970-04-28 00:29:24', -8.044, 156.373, 15, 5.8, 'mw', 'iscgem797254', 'Solomon Islands', 'earthquake\r'), +(441, '1970-04-28 01:12:17', -8.025, 156.511, 15, 5.7, 'mw', 'iscgem797255', 'Solomon Islands', 'earthquake\r'), +(442, '1970-04-29 05:55:02', 43.217, 146.616, 45.2, 5.6, 'mw', 'iscgem797293', 'Kuril Islands', 'earthquake\r'), +(443, '1970-04-29 11:22:37', 14.425, -92.847, 35, 6.6, 'mw', 'iscgem797298', 'offshore Chiapas, Mexico', 'earthquake\r'), +(444, '1970-04-29 14:01:35', 14.52, -92.653, 35, 7.3, 'mw', 'iscgem797311', 'offshore Chiapas, Mexico', 'earthquake\r'), +(445, '1970-04-29 18:01:28', -55.288, -124.27, 20, 5.9, 'mw', 'iscgem797324', 'southern East Pacific Rise', 'earthquake\r'), +(446, '1970-04-29 21:20:27', 14.76, -93.413, 35, 5.8, 'mw', 'iscgem797337', 'offshore Chiapas, Mexico', 'earthquake\r'), +(447, '1970-04-30 08:33:02', 14.545, -93.254, 35, 6.6, 'mw', 'iscgem797367', 'offshore Chiapas, Mexico', 'earthquake\r'), +(448, '1970-04-30 12:51:39', 14.326, -93.373, 35, 6, 'mw', 'iscgem797382', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(449, '1970-04-30 13:21:07', 14.635, -93.393, 35, 5.8, 'mw', 'iscgem797384', 'offshore Chiapas, Mexico', 'earthquake\r'), +(450, '1970-05-01 03:22:15', 15.716, 121.695, 32.4, 5.9, 'mw', 'iscgem795006', 'Luzon, Philippines', 'earthquake\r'), +(451, '1970-05-01 08:35:24', 14.466, -93.312, 35, 5.8, 'mw', 'iscgem795028', 'offshore Chiapas, Mexico', 'earthquake\r'), +(452, '1970-05-02 02:06:57', 14.499, -93.689, 35, 5.9, 'mw', 'iscgem795079', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(453, '1970-05-03 05:14:38', -6.816, 125.34, 545, 5.6, 'mw', 'iscgemsup795134', 'Banda Sea', 'earthquake\r'), +(454, '1970-05-04 18:53:20', -41.767, 79.876, 20, 6.1, 'mw', 'iscgem795204', 'Mid-Indian Ridge', 'earthquake\r'), +(455, '1970-05-09 18:00:48', -4.317, 151.837, 180, 6.2, 'mw', 'iscgem795428', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(456, '1970-05-10 20:05:17', 18.586, 145.303, 605, 6.1, 'mw', 'iscgem795461', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(457, '1970-05-14 08:32:42', -3.53, 145.239, 15, 5.6, 'mw', 'iscgem795567', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(458, '1970-05-14 09:20:22', 43.078, 47.131, 12.5, 6.1, 'mw', 'iscgem795568', 'Caucasus region, Russia', 'earthquake\r'), +(459, '1970-05-14 18:12:26', 43.191, 47.14, 15, 6.7, 'mw', 'iscgem795586', 'Caucasus region, Russia', 'earthquake\r'), +(460, '1970-05-15 09:44:45', 14.228, -92.83, 35, 5.8, 'mw', 'iscgem795625', 'offshore Chiapas, Mexico', 'earthquake\r'), +(461, '1970-05-15 17:13:13', 50.224, 91.118, 7, 6.3, 'mw', 'iscgem795644', 'Russia-Mongolia border region', 'earthquake\r'), +(462, '1970-05-19 14:48:36', -5.116, 152.296, 60, 5.7, 'mw', 'iscgem795799', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(463, '1970-05-20 20:03:41', -55.801, -28.148, 55, 6.1, 'mw', 'iscgem795832', 'South Sandwich Islands region', 'earthquake\r'), +(464, '1970-05-20 20:30:53', 51.421, -178.606, 30, 5.8, 'mw', 'iscgemsup795833', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(465, '1970-05-25 22:45:34', -57.45, -26.041, 40, 5.8, 'mw', 'iscgemsup795998', 'South Sandwich Islands region', 'earthquake\r'), +(466, '1970-05-27 12:05:07', 27.236, 140.23, 390, 7.1, 'mw', 'iscgem796043', 'Bonin Islands, Japan region', 'earthquake\r'), +(467, '1970-05-27 19:05:37', 40.256, 143.043, 10, 5.9, 'mw', 'iscgem796053', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(468, '1970-05-27 22:35:47', 40.139, 143.117, 15, 6.2, 'mw', 'iscgem796059', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(469, '1970-05-27 23:56:40', 40.267, 143.095, 30, 6, 'mw', 'iscgem796061', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(470, '1970-05-29 04:31:03', 43.873, 147.061, 70, 5.6, 'mw', 'iscgem796096', 'Kuril Islands', 'earthquake\r'), +(471, '1970-05-29 05:14:36', -14.978, -173.427, 10, 6, 'mw', 'iscgem796097', 'Samoa Islands region', 'earthquake\r'), +(472, '1970-05-29 19:02:21', -11.591, 166.411, 55, 6.3, 'mw', 'iscgem796108', 'Santa Cruz Islands', 'earthquake\r'), +(473, '1970-05-30 13:16:29', 12.233, 124.592, 106.5, 5.8, 'mw', 'iscgem796137', 'Samar, Philippines', 'earthquake\r'), +(474, '1970-05-31 20:23:29', -9.183, -78.737, 45, 7.9, 'mw', 'iscgem796163', 'near the coast of northern Peru', 'earthquake\r'), +(475, '1970-05-31 20:45:52', -9.975, -78.352, 50.6, 6.1, 'mw', 'iscgem796165', 'near the coast of northern Peru', 'earthquake\r'), +(476, '1970-05-31 21:48:05', -10.258, -78.614, 50.3, 5.6, 'mw', 'iscgem796169', 'near the coast of central Peru', 'earthquake\r'), +(477, '1970-06-01 01:36:11', -9.302, -79.092, 45.4, 6.2, 'mw', 'iscgemsup794187', 'off the coast of northern Peru', 'earthquake\r'), +(478, '1970-06-01 02:45:21', -10.169, -78.616, 49.4, 5.8, 'mw', 'iscgem794194', 'near the coast of central Peru', 'earthquake\r'), +(479, '1970-06-01 04:44:48', -10.206, -78.748, 48, 5.7, 'mw', 'iscgem794197', 'near the coast of central Peru', 'earthquake\r'), +(480, '1970-06-01 17:44:17', 5.83, -82.627, 10, 5.8, 'mw', 'iscgem794213', 'south of Panama', 'earthquake\r'), +(481, '1970-06-02 01:37:24', -9.777, -78.772, 56.7, 5.7, 'mw', 'iscgem794224', 'near the coast of northern Peru', 'earthquake\r'), +(482, '1970-06-04 04:09:27', -9.956, -78.536, 54.9, 6.4, 'mw', 'iscgem794284', 'near the coast of northern Peru', 'earthquake\r'), +(483, '1970-06-05 04:53:08', 42.51, 78.691, 15, 6.3, 'mw', 'iscgem794309', 'Kyrgyzstan', 'earthquake\r'), +(484, '1970-06-05 10:31:52', 63.322, 146.147, 10, 5.7, 'mw', 'iscgem794319', 'Magadanskaya Oblast\'\', Russia', 'earthquake\r'), +(485, '1970-06-05 22:40:25', 52.161, 159.499, 41.1, 5.6, 'mw', 'iscgem794329', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(486, '1970-06-09 10:55:01', -15.764, -172.872, 25, 5.9, 'mw', 'iscgem794434', 'Samoa Islands region', 'earthquake\r'), +(487, '1970-06-10 16:17:49', 44.859, 149.53, 45, 6, 'mw', 'iscgem794484', 'Kuril Islands', 'earthquake\r'), +(488, '1970-06-11 06:02:56', -24.418, -68.413, 110.6, 6.6, 'mw', 'iscgemsup794500', 'Antofagasta, Chile', 'earthquake\r'), +(489, '1970-06-11 16:46:34', -59.232, 158.902, 15, 7.3, 'mw', 'iscgem794513', 'Macquarie Island region', 'earthquake\r'), +(490, '1970-06-12 04:54:32', 56.624, -152.225, 20, 5.6, 'mw', 'iscgem794528', 'Kodiak Island region, Alaska', 'earthquake\r'), +(491, '1970-06-12 08:06:20', -2.927, 139.129, 45, 5.9, 'mw', 'iscgem794533', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(492, '1970-06-14 00:00:11', -52.028, -74.07, 15, 7, 'mw', 'iscgem794565', 'near the coast of Magallanes, Chile', 'earthquake\r'), +(493, '1970-06-15 11:14:51', -54.476, -64.499, 10, 7.2, 'mw', 'iscgem794605', 'Tierra del Fuego, Argentina region', 'earthquake\r'), +(494, '1970-06-16 05:10:35', 5.193, -82.682, 25, 5.8, 'mw', 'iscgem794621', 'south of Panama', 'earthquake\r'), +(495, '1970-06-17 04:44:23', -16.015, -71.724, 108.6, 6, 'mw', 'iscgemsup794653', 'southern Peru', 'earthquake\r'), +(496, '1970-06-18 06:39:01', -61.376, 160.668, 10, 5.8, 'mw', 'iscgem794684', 'Balleny Islands region', 'earthquake\r'), +(497, '1970-06-19 10:56:16', -22.261, -70.276, 60, 6.5, 'mw', 'iscgem794705', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(498, '1970-06-19 14:25:18', 15.428, -45.907, 10, 6.2, 'mw', 'iscgem794709', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(499, '1970-06-22 14:39:30', 55.031, -156.639, 25, 5.6, 'mw', 'iscgem794784', 'south of Alaska', 'earthquake\r'), +(500, '1970-06-22 21:33:33', 43.343, 147.551, 30.3, 6, 'mw', 'iscgem794790', 'Kuril Islands', 'earthquake\r'), +(501, '1970-06-24 07:30:29', 51.591, -131.325, 15, 5.8, 'mw', 'iscgem794822', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(502, '1970-06-24 13:09:13', 51.692, -131.055, 18.3, 7.4, 'mw', 'iscgem794827', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(503, '1970-06-25 05:13:57', -7.833, 158.804, 45, 6.2, 'mw', 'iscgem794847', 'Solomon Islands', 'earthquake\r'), +(504, '1970-06-27 09:45:29', -9.987, -78.634, 64.5, 5.7, 'mw', 'iscgem794897', 'near the coast of northern Peru', 'earthquake\r'), +(505, '1970-06-27 13:13:02', 4.131, 126.215, 98.4, 5.6, 'mw', 'iscgem794899', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(506, '1970-06-28 01:30:18', -8.683, 124, 85.8, 6.6, 'mw', 'iscgem794912', 'Timor region, Indonesia', 'earthquake\r'), +(507, '1970-06-28 11:01:57', 53.466, 160.309, 45, 5.5, 'mw', 'iscgem794923', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(508, '1970-06-28 11:09:53', -21.678, -179.392, 605.1, 6.4, 'mw', 'iscgem794924', 'Fiji region', 'earthquake\r'), +(509, '1970-06-30 06:21:05', -9.197, -79.148, 55, 5.6, 'mw', 'iscgem794967', 'off the coast of northern Peru', 'earthquake\r'), +(510, '1970-07-01 06:27:13', 2.067, 126.439, 35, 5.6, 'mw', 'iscgem793379', 'Molucca Sea', 'earthquake\r'), +(511, '1970-07-02 00:45:02', -10.125, -78.543, 52, 6, 'mw', 'iscgem793406', 'near the coast of central Peru', 'earthquake\r'), +(512, '1970-07-02 00:56:14', -51.015, 139.266, 10, 6.1, 'mw', 'iscgem793407', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(513, '1970-07-05 14:12:17', 7.382, 126.84, 45, 5.8, 'mw', 'iscgem793517', 'Mindanao, Philippines', 'earthquake\r'), +(514, '1970-07-08 04:49:11', 17.901, -64.638, 143, 6.1, 'mw', 'iscgem793579', 'Virgin Islands region', 'earthquake\r'), +(515, '1970-07-09 11:24:38', 43.81, 148.399, 25.5, 5.7, 'mw', 'iscgem793610', 'east of the Kuril Islands', 'earthquake\r'), +(516, '1970-07-09 12:11:57', 43.721, 148.421, 25.1, 6.1, 'mw', 'iscgem793612', 'east of the Kuril Islands', 'earthquake\r'), +(517, '1970-07-10 21:06:40', 13.938, 120.357, 84.8, 5.8, 'mw', 'iscgem793665', 'Mindoro, Philippines', 'earthquake\r'), +(518, '1970-07-12 09:18:05', 10.769, 125.387, 78.2, 5.8, 'mw', 'iscgem793704', 'Leyte, Philippines', 'earthquake\r'), +(519, '1970-07-16 21:17:45', -19.006, -173.459, 20, 6.1, 'mw', 'iscgem793800', 'Tonga', 'earthquake\r'), +(520, '1970-07-17 20:04:49', -22.137, -174.647, 35, 6.3, 'mw', 'iscgem793837', 'Tonga region', 'earthquake\r'), +(521, '1970-07-18 01:48:39', 51.329, -178.508, 35, 6.1, 'mw', 'iscgem793841', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(522, '1970-07-19 09:22:44', -4.056, 152.156, 20, 6.2, 'mw', 'iscgem793870', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(523, '1970-07-23 15:45:14', -15.834, -173.514, 80, 5.6, 'mw', 'iscgem793965', 'Tonga', 'earthquake\r'), +(524, '1970-07-25 22:41:14', 32.053, 131.782, 45, 7, 'mw', 'iscgem794013', 'Kyushu, Japan', 'earthquake\r'), +(525, '1970-07-26 07:10:39', 32.158, 131.873, 45, 6.2, 'mw', 'iscgem794034', 'Kyushu, Japan', 'earthquake\r'), +(526, '1970-07-27 12:31:21', -37.881, 177.546, 95, 6.3, 'mw', 'iscgem794062', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(527, '1970-07-29 05:50:58', 39.802, 77.679, 14.7, 6, 'mw', 'iscgem794098', 'southern Xinjiang, China', 'earthquake\r'), +(528, '1970-07-29 10:16:22', 25.977, 95.34, 76.1, 7, 'mw', 'iscgem794100', 'Myanmar', 'earthquake\r'), +(529, '1970-07-30 00:52:21', 37.733, 55.885, 15, 6.7, 'mw', 'iscgem794114', 'Turkmenistan-Iran border region', 'earthquake\r'), +(530, '1970-07-30 04:58:44', 14.248, 51.995, 15, 6.6, 'mw', 'iscgem794121', 'Gulf of Aden', 'earthquake\r'), +(531, '1970-07-31 17:08:05', -1.597, -72.532, 644.8, 8, 'mw', 'iscgem794176', 'Colombia', 'earthquake\r'), +(532, '1970-08-03 00:33:52', -15.922, -173.823, 90, 5.7, 'mw', 'iscgem792513', 'Tonga', 'earthquake\r'), +(533, '1970-08-03 07:01:11', -7.927, 158.7, 50, 5.9, 'mw', 'iscgem792521', 'Solomon Islands', 'earthquake\r'), +(534, '1970-08-03 22:30:06', 2.644, 97.867, 62.8, 5.6, 'mw', 'iscgem792530', 'northern Sumatra, Indonesia', 'earthquake\r'), +(535, '1970-08-05 05:25:59', -9.241, -79.09, 73.5, 5.8, 'mw', 'iscgem792564', 'off the coast of northern Peru', 'earthquake\r'), +(536, '1970-08-07 07:51:13', -17.853, -178.109, 556.4, 6.1, 'mw', 'iscgem792622', 'Fiji region', 'earthquake\r'), +(537, '1970-08-08 21:04:09', 1.1, 126.177, 35, 6, 'mw', 'iscgem792675', 'Molucca Sea', 'earthquake\r'), +(538, '1970-08-10 15:15:22', -13.856, 166.677, 45, 6.4, 'mw', 'iscgem792729', 'Vanuatu', 'earthquake\r'), +(539, '1970-08-11 03:48:52', -1.119, -13.887, 13.2, 6.3, 'mw', 'iscgem792739', 'north of Ascension Island', 'earthquake\r'), +(540, '1970-08-11 10:22:25', -14.057, 166.657, 45, 6.9, 'mw', 'iscgem792753', 'Vanuatu', 'earthquake\r'), +(541, '1970-08-11 20:10:52', -60.571, -25.255, 20, 5.7, 'mw', 'iscgem792780', 'South Sandwich Islands region', 'earthquake\r'), +(542, '1970-08-12 00:40:45', -13.909, 166.651, 45, 6, 'mw', 'iscgem792786', 'Vanuatu', 'earthquake\r'), +(543, '1970-08-12 01:39:38', -13.871, 166.721, 45, 6.5, 'mw', 'iscgem792789', 'Vanuatu', 'earthquake\r'), +(544, '1970-08-12 09:24:16', 11.892, -86.63, 60, 6.5, 'mw', 'iscgem792811', 'near the coast of Nicaragua', 'earthquake\r'), +(545, '1970-08-12 10:24:28', 12.022, -86.683, 60, 5.6, 'mw', 'iscgem792813', 'Nicaragua', 'earthquake\r'), +(546, '1970-08-13 04:22:37', -8.991, 117.933, 99.1, 5.8, 'mw', 'iscgem792844', 'Sumbawa region, Indonesia', 'earthquake\r'), +(547, '1970-08-18 16:52:27', 4.521, 123.113, 574.1, 5.9, 'mw', 'iscgem792982', 'Celebes Sea', 'earthquake\r'), +(548, '1970-08-18 17:52:08', 60.538, -145.537, 25, 6, 'mw', 'iscgem792985', 'Southern Alaska', 'earthquake\r'), +(549, '1970-08-19 02:11:11', -10.526, 161.549, 35, 5.8, 'mw', 'iscgem792996', 'Solomon Islands', 'earthquake\r'), +(550, '1970-08-24 12:30:18', -56.343, -142.65, 10, 6.4, 'mw', 'iscgem793157', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(551, '1970-08-26 15:11:55', 18.051, 120.486, 45, 5.9, 'mw', 'iscgem793215', 'Luzon, Philippines', 'earthquake\r'), +(552, '1970-08-27 16:22:24', -15.223, -173.298, 10, 6, 'mw', 'iscgem793243', 'Tonga', 'earthquake\r'), +(553, '1970-08-27 19:44:41', 15.374, -95.758, 15, 5.9, 'mw', 'iscgem793245', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(554, '1970-08-28 01:02:47', -4.668, 153.137, 60, 6.5, 'mw', 'iscgem793250', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(555, '1970-08-28 10:06:05', -33.802, -179.615, 55, 5.9, 'mw', 'iscgem793262', 'south of the Kermadec Islands', 'earthquake\r'), +(556, '1970-08-29 14:59:21', 51.03, 135.347, 15, 5.6, 'mw', 'iscgem793304', 'Khabarovskiy Kray, Russia', 'earthquake\r'), +(557, '1970-08-30 00:38:42', 52.19, 159.409, 35, 5.8, 'mw', 'iscgem793314', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(558, '1970-08-30 17:46:10', 52.301, 151.613, 647.6, 7.3, 'mw', 'iscgem793336', 'Sea of Okhotsk', 'earthquake\r'), +(559, '1970-09-01 05:11:15', 17.717, 147.629, 25, 6.6, 'mw', 'iscgem791596', 'Mariana Islands region', 'earthquake\r'), +(560, '1970-09-03 09:32:22', -16.904, 167.874, 25, 6.1, 'mw', 'iscgem791667', 'Vanuatu', 'earthquake\r'), +(561, '1970-09-05 07:52:30', 52.224, 151.521, 580.6, 6.5, 'mw', 'iscgem791744', 'Sea of Okhotsk', 'earthquake\r'), +(562, '1970-09-11 01:04:13', -50.206, -114.136, 10, 5.9, 'mw', 'iscgem791890', 'southern East Pacific Rise', 'earthquake\r'), +(563, '1970-09-14 09:44:55', 38.751, 142.321, 48.6, 6.4, 'mw', 'iscgem791993', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(564, '1970-09-14 15:36:50', -34.023, -72.294, 20, 5.7, 'mw', 'iscgem792002', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(565, '1970-09-15 10:55:18', 8.821, 127.256, 20, 5.8, 'mw', 'iscgem792025', 'Philippine Islands region', 'earthquake\r'), +(566, '1970-09-16 01:49:21', 13.124, 144.537, 45, 6, 'mw', 'iscgem792044', 'Guam region', 'earthquake\r'), +(567, '1970-09-19 06:37:29', -33.516, -71.908, 25, 5.7, 'mw', 'iscgem792158', 'offshore Valparaiso, Chile', 'earthquake\r'), +(568, '1970-09-23 12:04:55', -6.45, 154.61, 35, 6.4, 'mw', 'iscgem792259', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(569, '1970-09-23 23:11:59', -6.525, 154.697, 35, 6.1, 'mw', 'iscgem792274', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(570, '1970-09-24 16:44:40', 54.573, 162.738, 20, 5.7, 'mw', 'iscgem792289', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(571, '1970-09-26 12:02:33', 6.214, -77.488, 15, 6.6, 'mw', 'iscgem792329', 'near the west coast of Colombia', 'earthquake\r'), +(572, '1970-09-26 14:57:03', 6.239, -77.476, 15, 5.8, 'mw', 'iscgem792331', 'near the west coast of Colombia', 'earthquake\r'), +(573, '1970-09-27 03:38:39', 6.375, -77.438, 15, 6.5, 'mw', 'iscgem792345', 'near the west coast of Colombia', 'earthquake\r'), +(574, '1970-09-28 07:01:06', -56.276, -27.421, 101.1, 5.7, 'mw', 'iscgem792382', 'South Sandwich Islands region', 'earthquake\r'), +(575, '1970-09-28 17:22:13', 53.251, 158.82, 120.1, 5.6, 'mw', 'iscgem792393', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(576, '1970-09-29 06:03:28', -13.509, 166.602, 60, 6.3, 'mw', 'iscgem792410', 'Vanuatu', 'earthquake\r'), +(577, '1970-09-30 09:52:24', 20.73, 122.003, 30, 6, 'mw', 'iscgem792436', 'Batan Islands region, Philippines', 'earthquake\r'), +(578, '1970-10-02 06:15:32', -6.821, 155.007, 35, 6, 'mw', 'iscgem790727', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(579, '1970-10-02 09:40:17', -29.174, -176.753, 25, 5.6, 'mw', 'iscgem790734', 'Kermadec Islands region', 'earthquake\r'), +(580, '1970-10-04 16:56:53', -6.809, 130.481, 80, 5.8, 'mw', 'iscgem790806', 'Banda Sea', 'earthquake\r'), +(581, '1970-10-08 04:53:21', 53.828, 160.351, 35.3, 5.8, 'mw', 'iscgem790906', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(582, '1970-10-08 23:36:13', 43.758, 147.511, 30, 5.9, 'mw', 'iscgem790929', 'Kuril Islands', 'earthquake\r'), +(583, '1970-10-10 08:53:03', -3.457, 86.146, 15, 6.3, 'mw', 'iscgem790976', 'South Indian Ocean', 'earthquake\r'), +(584, '1970-10-10 21:59:43', -31.915, -177.896, 25, 6.3, 'mw', 'iscgem790988', 'Kermadec Islands region', 'earthquake\r'), +(585, '1970-10-11 03:16:50', -32.003, -178.011, 25, 6.5, 'mw', 'iscgem790994', 'south of the Kermadec Islands', 'earthquake\r'), +(586, '1970-10-11 05:38:07', -32.049, -177.898, 25, 6.2, 'mw', 'iscgem791005', 'south of the Kermadec Islands', 'earthquake\r'), +(587, '1970-10-13 18:53:32', -4.2, 143.091, 135, 5.8, 'mw', 'iscgem791069', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(588, '1970-10-14 16:00:34', 43.276, 148.115, 32.3, 5.7, 'mw', 'iscgem791104', 'east of the Kuril Islands', 'earthquake\r'), +(589, '1970-10-14 18:15:39', 43.424, 147.932, 32.5, 6.4, 'mw', 'iscgem791107', 'Kuril Islands', 'earthquake\r'), +(590, '1970-10-14 21:14:01', 43.489, 147.11, 35, 6.1, 'mw', 'iscgem791116', 'Kuril Islands', 'earthquake\r'), +(591, '1970-10-16 05:26:13', 39.237, 140.718, 15, 6.2, 'mw', 'iscgem791152', 'eastern Honshu, Japan', 'earthquake\r'), +(592, '1970-10-21 08:14:13', 74.697, 8.694, 15, 5.6, 'mw', 'iscgem791295', 'Greenland Sea', 'earthquake\r'), +(593, '1970-10-22 06:13:59', -36.36, -97.337, 10, 5.6, 'mw', 'iscgem791328', 'West Chile Rise', 'earthquake\r'), +(594, '1970-10-23 11:01:27', -36.533, -97.292, 10, 5.7, 'mw', 'iscgem791347', 'West Chile Rise', 'earthquake\r'), +(595, '1970-10-25 12:00:35', -13.666, 66.374, 15, 5.8, 'mw', 'iscgem791406', 'Mid-Indian Ridge', 'earthquake\r'), +(596, '1970-10-25 15:09:51', 9.131, 93.926, 25.4, 6.4, 'mw', 'iscgem791408', 'Nicobar Islands, India region', 'earthquake\r'), +(597, '1970-10-26 20:53:32', 79.744, 2.675, 15, 5.7, 'mw', 'iscgem791458', 'Greenland Sea', 'earthquake\r'), +(598, '1970-10-29 02:23:23', -41.361, 80.434, 20, 6, 'mw', 'iscgemsup791511', 'Mid-Indian Ridge', 'earthquake\r'), +(599, '1970-10-31 17:53:14', -4.999, 145.396, 60, 6.9, 'mw', 'iscgem791579', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(600, '1970-11-01 13:14:14', -59.661, -26.54, 25, 5.9, 'mw', 'iscgem789734', 'South Sandwich Islands region', 'earthquake\r'), +(601, '1970-11-03 02:30:13', 61.981, -151.024, 76.5, 5.7, 'mw', 'iscgem789808', 'Southern Alaska', 'earthquake\r'), +(602, '1970-11-03 15:12:12', 18.333, 120.792, 32.5, 5.6, 'mw', 'iscgem789840', 'Luzon, Philippines', 'earthquake\r'), +(603, '1970-11-05 13:11:51', 6.813, -82.609, 10, 5.8, 'mw', 'iscgem789908', 'south of Panama', 'earthquake\r'), +(604, '1970-11-07 23:18:23', 18.477, 120.837, 32.5, 5.6, 'mw', 'iscgem789983', 'Luzon, Philippines', 'earthquake\r'), +(605, '1970-11-08 14:58:58', 9.066, 126.421, 40, 6.1, 'mw', 'iscgem789999', 'Mindanao, Philippines', 'earthquake\r'), +(606, '1970-11-08 22:35:48', -3.428, 135.544, 35, 6.7, 'mw', 'iscgem790008', 'Papua, Indonesia', 'earthquake\r'), +(607, '1970-11-09 17:41:43', 29.477, 56.714, 98.1, 5.5, 'mw', 'iscgem790042', 'southern Iran', 'earthquake\r'), +(608, '1970-11-10 13:47:33', -31.958, -178.149, 25, 5.6, 'mw', 'iscgem790072', 'Kermadec Islands region', 'earthquake\r'), +(609, '1970-11-12 06:07:17', -5.135, 145.077, 15, 6.3, 'mw', 'iscgem790114', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(610, '1970-11-13 00:09:01', -22.126, -69.957, 35.6, 5.8, 'mw', 'iscgem790149', 'Antofagasta, Chile', 'earthquake\r'), +(611, '1970-11-13 14:16:23', 12.081, 123.863, 13.5, 6.5, 'mw', 'iscgem790180', 'Masbate region, Philippines', 'earthquake\r'), +(612, '1970-11-14 04:51:37', 12.708, 143.227, 80, 5.8, 'mw', 'iscgem790199', 'Guam region', 'earthquake\r'), +(613, '1970-11-14 07:58:21', 22.78, 121.349, 29.5, 6.2, 'mw', 'iscgem790201', 'Taiwan region', 'earthquake\r'), +(614, '1970-11-16 06:44:19', -6.08, 148.591, 50, 5.8, 'mw', 'iscgem790254', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(615, '1970-11-16 21:32:58', -1.019, 126.814, 15, 5.6, 'mw', 'iscgem790274', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(616, '1970-11-18 12:23:17', 35.29, -35.796, 15, 5.9, 'mw', 'iscgem790313', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(617, '1970-11-18 16:43:15', -21.723, 175.408, 577.3, 5.7, 'mw', 'iscgem790316', 'south of the Fiji Islands', 'earthquake\r'), +(618, '1970-11-18 20:10:57', -28.871, -112.701, 10, 6, 'mw', 'iscgem790319', 'Easter Island region', 'earthquake\r'), +(619, '1970-11-20 13:46:53', 28.15, 142.61, 25, 5.6, 'mw', 'iscgem790396', 'Bonin Islands, Japan region', 'earthquake\r'), +(620, '1970-11-20 13:48:24', 43.411, 146.997, 35, 5.9, 'mw', 'iscgem790397', 'Kuril Islands', 'earthquake\r'), +(621, '1970-11-21 02:51:07', 2.199, 128.322, 125, 5.6, 'mw', 'iscgem790414', 'Halmahera, Indonesia', 'earthquake\r'), +(622, '1970-11-21 12:19:43', 15.045, 120.047, 62.8, 5.8, 'mw', 'iscgem790430', 'Luzon, Philippines', 'earthquake\r'), +(623, '1970-11-22 11:54:00', 18.35, 146.034, 81.7, 5.6, 'mw', 'iscgem790458', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(624, '1970-11-24 05:06:41', 47.328, 152.556, 125, 5.6, 'mw', 'iscgem790497', 'Kuril Islands', 'earthquake\r'), +(625, '1970-11-25 18:57:46', -2.02, 134.169, 25, 5.7, 'mw', 'iscgem790538', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(626, '1972-05-04 07:48:19', -15.963, 167.538, 51, 6.9, 'mw', 'iscgem773128', 'Vanuatu', 'earthquake\r'), +(627, '1970-11-26 03:11:41', 43.489, -128.038, 10, 5.9, 'mw', 'iscgem790550', 'off the coast of Oregon', 'earthquake\r'), +(628, '1970-11-27 09:39:24', 24.336, 122.426, 55, 5.7, 'mw', 'iscgem790590', 'Taiwan region', 'earthquake\r'), +(629, '1970-11-28 00:56:06', -0.972, 126.791, 15, 5.7, 'mw', 'iscgemsup790607', 'Molucca Sea', 'earthquake\r'), +(630, '1970-11-28 11:08:45', -21.092, -69.797, 44.9, 5.9, 'mw', 'iscgem790625', 'Tarapaca, Chile', 'earthquake\r'), +(631, '1970-11-28 14:45:34', -21.019, -69.86, 45.2, 6, 'mw', 'iscgemsup790629', 'Tarapaca, Chile', 'earthquake\r'), +(632, '1970-11-28 20:22:53', -4.164, 142.904, 125, 6, 'mw', 'iscgem790633', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(633, '1970-11-29 06:01:19', -11.803, -13.97, 20, 6.4, 'mw', 'iscgem790645', 'Ascension Island region', 'earthquake\r'), +(634, '1970-12-01 12:49:18', -5.905, 152.619, 20, 5.6, 'mw', 'iscgem788789', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(635, '1970-12-01 18:14:38', -10.974, 163.362, 10, 6.2, 'mw', 'iscgem788793', 'Solomon Islands', 'earthquake\r'), +(636, '1970-12-01 21:09:37', 51.289, -175.348, 25, 6, 'mw', 'iscgem788799', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(637, '1970-12-01 22:01:55', -15.589, -172.933, 30, 5.6, 'mw', 'iscgem788802', 'Samoa Islands region', 'earthquake\r'), +(638, '1970-12-02 02:34:58', 51.385, -175.389, 30, 5.7, 'mw', 'iscgem788811', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(639, '1970-12-02 15:54:22', -11.154, 163.377, 30, 7, 'mw', 'iscgem788837', 'Solomon Islands', 'earthquake\r'), +(640, '1970-12-03 04:59:53', 7.323, -76.025, 24.1, 5.7, 'mw', 'iscgem788858', 'northern Colombia', 'earthquake\r'), +(641, '1970-12-03 07:02:48', -1.015, 126.749, 25, 5.8, 'mw', 'iscgem788860', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(642, '1970-12-04 17:08:50', -23.222, -69.988, 39.2, 6.5, 'mw', 'iscgem788901', 'Antofagasta, Chile', 'earthquake\r'), +(643, '1970-12-05 22:30:22', -6.4, 129.995, 140, 5.8, 'mw', 'iscgem788926', 'Banda Sea', 'earthquake\r'), +(644, '1970-12-06 04:10:41', -6.267, 130.077, 140, 5.6, 'mw', 'iscgem788940', 'Banda Sea', 'earthquake\r'), +(645, '1970-12-06 20:20:52', 41.787, 143.742, 40, 6.5, 'mw', 'iscgem788955', 'Hokkaido, Japan region', 'earthquake\r'), +(646, '1970-12-07 21:35:22', 29.773, 140.175, 184.6, 6.7, 'mw', 'iscgem788974', 'Izu Islands, Japan region', 'earthquake\r'), +(647, '1970-12-08 19:30:08', -30.838, -71.146, 50.7, 6.5, 'mw', 'iscgem789000', 'Coquimbo, Chile', 'earthquake\r'), +(648, '1970-12-09 08:02:41', 16.075, -99.531, 10, 5.7, 'mw', 'iscgem789013', 'offshore Guerrero, Mexico', 'earthquake\r'), +(649, '1970-12-10 04:34:41', -4.026, -80.542, 25, 7.2, 'mw', 'iscgem789028', 'Peru-Ecuador border region', 'earthquake\r'), +(650, '1970-12-10 10:15:12', 52.887, -169.57, 80, 5.7, 'mw', 'iscgem789041', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(651, '1970-12-10 11:37:43', -4.093, -80.987, 35.8, 5.6, 'mw', 'iscgem789045', 'Peru-Ecuador border region', 'earthquake\r'), +(652, '1970-12-10 20:05:36', 1.506, 127.276, 115, 5.7, 'mw', 'iscgem789056', 'Halmahera, Indonesia', 'earthquake\r'), +(653, '1970-12-11 10:24:37', -4.104, -80.797, 38, 5.7, 'mw', 'iscgem789073', 'Peru-Ecuador border region', 'earthquake\r'), +(654, '1970-12-12 01:10:42', -20.812, -177.794, 407.6, 5.6, 'mw', 'iscgem789091', 'Fiji region', 'earthquake\r'), +(655, '1970-12-14 07:32:52', -1.436, -80.907, 15, 5.9, 'mw', 'iscgem789175', 'near the coast of Ecuador', 'earthquake\r'), +(656, '1970-12-15 15:24:38', -14.381, 167.383, 180, 5.8, 'mw', 'iscgemsup789208', 'Vanuatu', 'earthquake\r'), +(657, '1970-12-16 01:00:49', 5.975, -77.501, 20, 5.7, 'mw', 'iscgem789216', 'near the west coast of Colombia', 'earthquake\r'), +(658, '1970-12-17 08:42:22', -56.167, -27.564, 110, 6, 'mw', 'iscgemsup789251', 'South Sandwich Islands region', 'earthquake\r'), +(659, '1970-12-18 23:50:15', 5.148, 123.547, 527.7, 5.8, 'mw', 'iscgem789300', 'Celebes Sea', 'earthquake\r'), +(660, '1970-12-19 10:38:07', -1.542, 99.885, 42.3, 6.2, 'mw', 'iscgem789314', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(661, '1970-12-21 14:40:44', -9.098, 116.393, 75.3, 5.9, 'mw', 'iscgemsup789364', 'Lombok region, Indonesia', 'earthquake\r'), +(662, '1970-12-23 11:42:46', 12.43, 143.027, 30, 5.8, 'mw', 'iscgem789419', 'Guam region', 'earthquake\r'), +(663, '1970-12-24 01:49:56', -9.203, 116.46, 70.5, 5.6, 'mw', 'iscgem789432', 'Lombok region, Indonesia', 'earthquake\r'), +(664, '1970-12-24 08:00:36', 15.92, -93.625, 101.6, 5.9, 'mw', 'iscgemsup789448', 'Chiapas, Mexico', 'earthquake\r'), +(665, '1970-12-25 12:53:36', -0.394, -19.24, 15, 5.9, 'mw', 'iscgem789478', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(666, '1970-12-28 20:03:26', -5.242, 153.52, 55, 6.6, 'mw', 'iscgem789605', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(667, '1970-12-29 02:26:08', -10.436, 161.395, 30, 6.7, 'mw', 'iscgem789614', 'Solomon Islands', 'earthquake\r'), +(668, '1970-12-29 08:01:59', -3.974, -81.02, 35, 5.9, 'mw', 'iscgem789621', 'near the coast of northern Peru', 'earthquake\r'), +(669, '1970-12-30 08:11:11', 1.433, 99.069, 88.4, 5.6, 'mw', 'iscgem789656', 'northern Sumatra, Indonesia', 'earthquake\r'), +(670, '1971-01-01 07:58:03', -4.19, 141.183, 35, 6, 'mw', 'iscgem787816', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(671, '1971-01-03 17:35:41', -55.918, -2.668, 15, 7.1, 'mw', 'iscgem787884', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(672, '1971-01-04 03:59:12', -29.644, -111.835, 10, 5.7, 'mw', 'iscgem787894', 'Easter Island region', 'earthquake\r'), +(673, '1971-01-04 21:08:55', 34.53, 137.151, 42.1, 5.8, 'mw', 'iscgem787912', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(674, '1971-01-06 06:04:22', 36.374, 141.231, 35, 5.6, 'mw', 'iscgem787945', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(675, '1971-01-07 02:49:59', 52.282, -173.241, 89.9, 5.8, 'mw', 'iscgem787968', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(676, '1971-01-08 14:45:31', 47.341, 154.247, 35, 6.2, 'mw', 'iscgem787995', 'Kuril Islands', 'earthquake\r'), +(677, '1971-01-10 07:17:05', -3.184, 139.722, 30, 7.7, 'mw', 'iscgem788036', 'Papua, Indonesia', 'earthquake\r'), +(678, '1971-01-10 10:45:07', -3.078, 139.674, 30, 6.6, 'mw', 'iscgem788053', 'Papua, Indonesia', 'earthquake\r'), +(679, '1971-01-10 14:29:58', -3.337, 139.757, 30, 6, 'mw', 'iscgem788067', 'Papua, Indonesia', 'earthquake\r'), +(680, '1971-01-10 16:07:48', -3.2, 139.784, 30, 6, 'mw', 'iscgem788076', 'Papua, Indonesia', 'earthquake\r'), +(681, '1971-01-10 16:38:38', -3.5, 140.095, 30, 6.2, 'mw', 'iscgem788078', 'Papua, Indonesia', 'earthquake\r'), +(682, '1971-01-10 19:13:38', -3.281, 139.89, 30, 5.8, 'mw', 'iscgem788086', 'Papua, Indonesia', 'earthquake\r'), +(683, '1971-01-10 19:34:22', -3.106, 139.594, 30, 5.9, 'mw', 'iscgem788088', 'Papua, Indonesia', 'earthquake\r'), +(684, '1971-01-10 22:14:39', -3.261, 139.993, 30, 6, 'mw', 'iscgem788103', 'Papua, Indonesia', 'earthquake\r'), +(685, '1971-01-10 23:24:48', -3.298, 139.834, 30, 5.7, 'mw', 'iscgem788105', 'Papua, Indonesia', 'earthquake\r'), +(686, '1971-01-12 14:42:13', 9.829, 138.284, 10, 5.8, 'mw', 'iscgem788179', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(687, '1971-01-12 14:57:12', -3.39, 139.993, 30, 5.9, 'mw', 'iscgem788180', 'Papua, Indonesia', 'earthquake\r'), +(688, '1971-01-13 10:22:48', -3.092, 139.575, 30, 5.9, 'mw', 'iscgem788215', 'Papua, Indonesia', 'earthquake\r'), +(689, '1971-01-14 18:07:23', -3.035, 139.737, 30, 5.9, 'mw', 'iscgem788259', 'Papua, Indonesia', 'earthquake\r'), +(690, '1971-01-16 12:39:51', -56.037, -27.657, 70, 5.9, 'mw', 'iscgemsup788303', 'South Sandwich Islands region', 'earthquake\r'), +(691, '1971-01-18 00:03:30', 1.058, 125.843, 10, 5.7, 'mw', 'iscgem788340', 'Molucca Sea', 'earthquake\r'), +(692, '1971-01-18 05:02:10', 41.611, 142.75, 45, 5.5, 'mw', 'iscgem788345', 'Hokkaido, Japan region', 'earthquake\r'), +(693, '1971-01-18 05:52:20', 1.054, 125.855, 17.5, 5.5, 'mw', 'iscgem788348', 'Molucca Sea', 'earthquake\r'), +(694, '1971-01-19 03:16:56', 23.757, -108.692, 35, 6, 'mw', 'iscgem788372', 'Gulf of California', 'earthquake\r'), +(695, '1971-01-20 04:45:00', 8.759, -79.18, 20, 5.8, 'mw', 'iscgem788393', 'Panama', 'earthquake\r'), +(696, '1971-01-21 06:17:30', -6.827, 147.605, 45, 5.7, 'mw', 'iscgem788422', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(697, '1971-01-21 13:23:10', -17.229, -69.226, 173.2, 5.5, 'mw', 'iscgem788434', 'La Paz, Bolivia', 'earthquake\r'), +(698, '1971-01-21 17:19:40', -7.893, 122.684, 241.1, 5.6, 'mw', 'iscgem788437', 'Flores Sea', 'earthquake\r'), +(699, '1971-01-25 00:18:25', -9.701, 151.421, 20, 6.2, 'mw', 'iscgem788524', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(700, '1971-01-25 16:08:16', 51.483, -177.846, 35, 6.4, 'mw', 'iscgem788547', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(701, '1971-01-26 19:32:07', 51.727, -174.979, 35, 5.7, 'mw', 'iscgem788596', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(702, '1971-01-27 16:05:51', 1.645, 126.416, 105, 5.6, 'mw', 'iscgem788618', 'Molucca Sea', 'earthquake\r'), +(703, '1971-01-29 21:58:05', 51.604, 151.009, 535.6, 6.9, 'mw', 'iscgem788703', 'Sea of Okhotsk', 'earthquake\r'), +(704, '1971-02-01 05:19:24', 51.557, -173.044, 35, 6.1, 'mw', 'iscgem786793', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(705, '1971-02-02 15:18:22', -21.258, -175.433, 85, 5.6, 'mw', 'iscgem786840', 'Tonga', 'earthquake\r'), +(706, '1971-02-03 19:48:10', 17.914, 147.046, 40, 5.6, 'mw', 'iscgem786869', 'Mariana Islands region', 'earthquake\r'), +(707, '1971-02-04 15:33:29', 0.653, 98.711, 30, 7, 'mw', 'iscgem786889', 'Nias region, Indonesia', 'earthquake\r'), +(708, '1971-02-05 07:33:27', 51.62, -131.133, 15, 5.9, 'mw', 'iscgem786908', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(709, '1971-02-06 01:30:32', -49.935, -115.51, 15, 5.9, 'mw', 'iscgem786923', 'southern East Pacific Rise', 'earthquake\r'), +(710, '1971-02-06 08:17:48', 2.236, 126.828, 20, 5.9, 'mw', 'iscgem786928', 'Molucca Sea', 'earthquake\r'), +(711, '1971-02-06 10:43:02', 47.019, 154.145, 25, 5.8, 'mw', 'iscgemsup786932', 'Kuril Islands', 'earthquake\r'), +(712, '1971-02-07 02:29:30', 51.409, -176.974, 28.9, 7, 'mw', 'iscgem786954', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(713, '1971-02-07 02:42:03', 51.145, -177.086, 25, 5.9, 'mw', 'iscgem786955', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(714, '1971-02-07 02:53:09', 51.162, -176.975, 25, 5.6, 'mw', 'iscgem786957', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(715, '1971-02-08 21:04:20', -63.398, -61.377, 12.5, 7, 'mw', 'iscgem787022', 'South Shetland Islands', 'earthquake\r'), +(716, '1971-02-09 14:00:42', 34.416, -118.37, 8.95, 6.6, 'mw', 'ci3347678', '10km SSW of Agua Dulce, CA', 'earthquake\r'), +(717, '1971-02-09 14:01:12', 34.416, -118.37, 6, 5.8, 'mh', 'ci3360255', '10km SSW of Agua Dulce, CA', 'earthquake\r'), +(718, '1971-02-09 14:02:46', 34.416, -118.37, 6, 5.8, 'mh', 'ci3360245', '10km SSW of Agua Dulce, CA', 'earthquake\r'), +(719, '1971-02-12 19:06:56', -6.369, 146.457, 128.4, 5.8, 'mw', 'iscgem787339', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(720, '1971-02-12 23:33:19', 1.393, 121.187, 65, 5.5, 'mw', 'iscgem787343', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(721, '1971-02-13 22:09:41', -6.127, 146.248, 110, 5.7, 'mw', 'iscgem787364', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(722, '1971-02-14 16:27:35', 36.565, 55.762, 18.5, 5.8, 'mw', 'iscgem787393', 'northern Iran', 'earthquake\r'), +(723, '1971-02-15 07:51:03', -25.204, 178.405, 587.2, 6.5, 'mw', 'iscgem787413', 'south of the Fiji Islands', 'earthquake\r'), +(724, '1971-02-16 14:26:10', 24.112, 122.238, 30, 5.8, 'mw', 'iscgem787446', 'Taiwan region', 'earthquake\r'), +(725, '1971-02-18 07:47:30', -36.775, -73.276, 28.4, 5.7, 'mw', 'iscgem787485', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(726, '1971-02-21 10:35:22', -23.804, -67.151, 183.7, 6.9, 'mw', 'iscgem787582', 'Jujuy, Argentina', 'earthquake\r'), +(727, '1971-02-23 19:41:25', 39.639, 27.379, 10, 5.6, 'mw', 'iscgem787639', 'western Turkey', 'earthquake\r'), +(728, '1971-02-25 14:36:02', 5.89, 126.715, 85, 5.8, 'mw', 'iscgem787701', 'Mindanao, Philippines', 'earthquake\r'), +(729, '1971-02-25 19:27:52', 37.159, 138.374, 19.2, 5.6, 'mw', 'iscgem787709', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(730, '1971-02-25 22:14:19', 3.274, 95.86, 30, 5.7, 'mw', 'iscgem787713', 'off the west coast of northern Sumatra', 'earthquake\r'), +(731, '1971-02-26 04:55:51', -10.452, 161.423, 98.4, 6, 'mw', 'iscgem787722', 'Solomon Islands', 'earthquake\r'), +(732, '1971-03-03 21:54:10', 48.241, 153.104, 123.5, 5.8, 'mw', 'iscgem786137', 'Kuril Islands', 'earthquake\r'), +(733, '1971-03-04 00:28:39', 30.461, 138.498, 450.6, 5.9, 'mw', 'iscgem786141', 'Izu Islands, Japan region', 'earthquake\r'), +(734, '1971-03-13 15:48:00', -18.282, 173.655, 25, 6.1, 'mw', 'iscgem786342', 'Fiji region', 'earthquake\r'), +(735, '1971-03-13 19:12:25', -5.775, 145.393, 111, 6.6, 'mw', 'iscgemsup786345', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(736, '1971-03-13 23:51:34', 50.396, -130.358, 17.1, 6.2, 'mw', 'iscgem786349', 'Vancouver Island, Canada region', 'earthquake\r'), +(737, '1971-03-15 05:35:44', 41.732, 143.881, 33.5, 5.7, 'mw', 'iscgem786381', 'Hokkaido, Japan region', 'earthquake\r'), +(738, '1971-03-15 20:51:49', -15.545, 167.632, 125, 5.6, 'mw', 'iscgem786391', 'Vanuatu', 'earthquake\r'), +(739, '1971-03-16 12:32:31', -10.968, 163.705, 20, 6.4, 'mw', 'iscgem786399', 'Solomon Islands', 'earthquake\r'), +(740, '1971-03-16 20:35:21', 8.417, 127.216, 58.5, 6.1, 'mw', 'iscgem786403', 'Philippine Islands region', 'earthquake\r'), +(741, '1971-03-17 03:14:03', -3.24, 139.84, 55, 5.7, 'mw', 'iscgem786409', 'Papua, Indonesia', 'earthquake\r'), +(742, '1971-03-19 06:12:32', 16.954, -95.288, 81.6, 5.5, 'mw', 'iscgem786466', 'Oaxaca, Mexico', 'earthquake\r'), +(743, '1971-03-19 16:45:30', 2.218, 126.753, 25, 5.6, 'mw', 'iscgem786476', 'Molucca Sea', 'earthquake\r'), +(744, '1971-03-20 07:45:07', -1.328, -13.648, 20, 5.8, 'mw', 'iscgem786489', 'north of Ascension Island', 'earthquake\r'), +(745, '1971-03-22 10:40:04', 37.292, 142.109, 30, 5.5, 'mw', 'iscgem786525', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(746, '1971-03-23 02:15:27', -23.024, -176.147, 72.6, 6.3, 'mw', 'iscgem786541', 'south of the Fiji Islands', 'earthquake\r'), +(747, '1971-03-23 09:26:29', 70.974, -6.978, 15, 6.2, 'mw', 'iscgem786547', 'Jan Mayen Island region', 'earthquake\r'), +(748, '1971-03-23 09:52:11', 41.52, 79.325, 15, 6.2, 'mw', 'iscgem786548', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(749, '1971-03-23 20:47:17', 41.419, 79.243, 15, 5.8, 'mw', 'iscgem786560', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(750, '1971-03-24 02:26:13', -5.327, 151.558, 50, 5.7, 'mw', 'iscgem786569', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(751, '1971-03-24 13:54:19', 35.448, 98.137, 10, 6, 'mw', 'iscgem786580', 'southern Qinghai, China', 'earthquake\r'), +(752, '1971-03-25 16:19:52', 38.467, 142.257, 45.9, 5.7, 'mw', 'iscgem786621', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(753, '1971-03-26 17:35:22', 60.2, -141.059, 25, 5.6, 'mw', 'iscgem786658', 'Southern Alaska', 'earthquake\r'), +(754, '1971-03-27 17:09:53', 52.488, -174.473, 139.1, 5.9, 'mw', 'iscgemsup786686', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(755, '1971-03-28 08:23:22', 11.941, 95.112, 20, 6.3, 'mw', 'iscgem786706', 'Andaman Islands, India region', 'earthquake\r'), +(756, '1971-03-28 17:56:58', -9.583, 124.538, 40, 5.8, 'mw', 'iscgem786716', 'Timor region', 'earthquake\r'), +(757, '1971-03-30 11:30:41', 51.178, -177.41, 22.4, 5.6, 'mw', 'iscgem786754', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(758, '1971-03-31 09:14:01', 8.981, 125.646, 15, 5.7, 'mw', 'iscgem786765', 'Mindanao, Philippines', 'earthquake\r'), +(759, '1971-03-31 10:23:57', 8.9, 125.657, 15, 5.7, 'mw', 'iscgem786767', 'Mindanao, Philippines', 'earthquake\r'), +(760, '1971-04-02 04:16:08', 9.022, 125.597, 15, 5.5, 'mw', 'iscgem785235', 'Mindanao, Philippines', 'earthquake\r'), +(761, '1971-04-03 04:49:02', 32.158, 95.042, 15, 5.8, 'mw', 'iscgem785278', 'southern Qinghai, China', 'earthquake\r'), +(762, '1971-04-04 10:15:37', -56.344, -122.622, 15, 6.5, 'mw', 'iscgem785314', 'southern East Pacific Rise', 'earthquake\r'), +(763, '1971-04-04 18:39:39', 38.393, 142.239, 35, 6.1, 'mw', 'iscgem785331', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(764, '1971-04-05 05:02:13', -0.237, 124.735, 35, 5.7, 'mw', 'iscgem785347', 'Molucca Sea', 'earthquake\r'), +(765, '1971-04-05 09:04:43', 53.175, -170.528, 147.6, 6.1, 'mw', 'iscgem785351', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(766, '1971-04-06 00:17:13', 42.383, 145.095, 34.8, 5.5, 'mw', 'iscgem785371', 'Hokkaido, Japan region', 'earthquake\r'), +(767, '1971-04-06 11:06:30', -22.089, -179.525, 588.8, 6.1, 'mw', 'iscgem785392', 'south of the Fiji Islands', 'earthquake\r'), +(768, '1971-04-06 16:01:25', -23.801, 179.279, 545, 5.5, 'mw', 'iscgem785407', 'south of the Fiji Islands', 'earthquake\r'), +(769, '1971-04-07 04:59:39', 2.514, 129.106, 31.3, 6.6, 'mw', 'iscgem785417', 'Halmahera, Indonesia', 'earthquake\r'), +(770, '1971-04-07 15:10:39', -32.437, -69.016, 116.6, 5.6, 'mw', 'iscgem785430', 'Mendoza, Argentina', 'earthquake\r'), +(771, '1971-04-08 07:45:59', -4.33, 102.285, 75, 7, 'mw', 'iscgemsup785445', 'southern Sumatra, Indonesia', 'earthquake\r'), +(772, '1971-04-09 06:08:32', 44.461, 139.019, 17, 5.6, 'mw', 'iscgem785468', 'eastern Sea of Japan', 'earthquake\r'), +(773, '1971-04-10 01:22:17', -21.189, -178.68, 540, 5.8, 'mw', 'iscgem785493', 'Fiji region', 'earthquake\r'), +(774, '1971-04-12 19:03:24', 28.363, 55.737, 15, 6.1, 'mw', 'iscgem785559', 'southern Iran', 'earthquake\r'), +(775, '1971-04-13 05:57:38', -15.958, -173.785, 100, 5.5, 'mw', 'iscgem785573', 'Tonga', 'earthquake\r'), +(776, '1971-04-13 17:47:24', -17.808, -178.674, 560, 5.5, 'mw', 'iscgem785584', 'Fiji region', 'earthquake\r'), +(777, '1971-04-14 11:38:40', 27.565, -112.528, 15, 5.6, 'mw', 'iscgem785599', 'Baja California Sur, Mexico', 'earthquake\r'), +(778, '1971-04-17 01:41:21', -6.356, 154.744, 75, 5.9, 'mw', 'iscgem785672', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(779, '1971-04-18 17:41:26', -0.27, -91.659, 10, 5.8, 'mw', 'iscgem785713', 'Galapagos Islands, Ecuador', 'earthquake\r'), +(780, '1971-04-20 14:12:47', -21.864, -68.949, 93.9, 5.7, 'mw', 'iscgem785766', 'Antofagasta, Chile', 'earthquake\r'), +(781, '1971-04-20 16:13:22', 4.714, 126.517, 75, 5.7, 'mw', 'iscgem785768', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(782, '1971-04-26 04:19:16', -24.498, -175.988, 10, 5.7, 'mw', 'iscgem785915', 'south of Tonga', 'earthquake\r'), +(783, '1971-04-28 15:32:02', 22.917, 101.101, 10, 6.4, 'mw', 'iscgem785990', 'China-Laos border region', 'earthquake\r'), +(784, '1971-04-29 00:46:45', 18.061, 120.679, 30, 5.5, 'mw', 'iscgem786000', 'Luzon, Philippines', 'earthquake\r'), +(785, '1971-04-29 19:56:14', 12.704, 122.3, 11.7, 6, 'mw', 'iscgem786031', 'Sibuyan Sea, Philippines', 'earthquake\r'), +(786, '1971-05-01 14:15:36', -22.268, 171.686, 140, 5.8, 'mw', 'iscgem783990', 'southeast of the Loyalty Islands', 'earthquake\r'), +(787, '1971-05-02 06:08:27', 51.396, -177.318, 24.2, 7, 'mw', 'iscgem784013', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(788, '1971-05-03 00:33:23', 30.739, 84.443, 10, 5.5, 'mw', 'iscgem784033', 'western Xizang', 'earthquake\r'), +(789, '1971-05-03 10:49:23', -11.151, 161.882, 10, 6, 'mw', 'iscgem784042', 'Solomon Islands', 'earthquake\r'), +(790, '1971-05-04 02:04:32', -6.564, 105.407, 45, 6.4, 'mw', 'iscgem784056', 'Sunda Strait, Indonesia', 'earthquake\r'), +(791, '1971-05-07 00:21:15', -2.751, 119.69, 26.8, 6, 'mw', 'iscgem784158', 'Sulawesi, Indonesia', 'earthquake\r'), +(792, '1971-05-08 00:49:46', -42.229, -71.793, 156.2, 6, 'mw', 'iscgem784207', 'Chubut, Argentina', 'earthquake\r'), +(793, '1971-05-09 08:25:00', -39.811, -104.833, 15, 6.6, 'mw', 'iscgem784250', 'southern Pacific Ocean', 'earthquake\r'), +(794, '1971-05-09 18:00:58', -39.727, -105.148, 15, 5.6, 'mw', 'iscgem784263', 'southern East Pacific Rise', 'earthquake\r'), +(795, '1971-05-09 18:35:08', -39.713, -105.284, 15, 5.5, 'mw', 'iscgem784264', 'southern East Pacific Rise', 'earthquake\r'), +(796, '1971-05-09 19:26:34', 35.512, 71.16, 69.1, 5.7, 'mw', 'iscgem784267', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(797, '1971-05-10 11:53:55', 7.981, 126.908, 40.7, 5.8, 'mw', 'iscgem784296', 'Mindanao, Philippines', 'earthquake\r'), +(798, '1971-05-11 00:09:37', 22.3, 121.097, 51.9, 5.6, 'mw', 'iscgem784309', 'Taiwan region', 'earthquake\r'), +(799, '1971-05-12 06:25:16', 37.585, 29.784, 22.5, 6.2, 'mw', 'iscgem784339', 'western Turkey', 'earthquake\r'), +(800, '1971-05-12 10:10:37', 37.552, 29.678, 23.5, 5.6, 'mw', 'iscgem784350', 'western Turkey', 'earthquake\r'), +(801, '1971-05-12 12:57:25', 37.503, 29.696, 22.5, 5.7, 'mw', 'iscgem784361', 'western Turkey', 'earthquake\r'), +(802, '1971-05-14 09:57:43', 27.825, 142.034, 25, 5.6, 'mw', 'iscgem784463', 'Bonin Islands, Japan region', 'earthquake\r'), +(803, '1971-05-17 11:04:08', -1.671, -77.66, 171.6, 6.7, 'mw', 'iscgem784648', 'Ecuador', 'earthquake\r'), +(804, '1971-05-18 00:46:18', -29.761, 178.899, 570, 5.6, 'mw', 'iscgem784669', 'Kermadec Islands region', 'earthquake\r'), +(805, '1971-05-18 06:12:36', -28.393, -68.778, 85, 6, 'mw', 'iscgem784679', 'La Rioja, Argentina', 'earthquake\r'), +(806, '1971-05-18 22:44:43', 63.952, 145.965, 10, 7, 'mw', 'iscgem784704', 'Magadanskaya Oblast\'\', Russia', 'earthquake\r'), +(807, '1971-05-19 11:06:31', 2.302, 129.074, 30, 5.5, 'mw', 'iscgem784725', 'Halmahera, Indonesia', 'earthquake\r'), +(808, '1971-05-20 02:35:36', 52.164, -173.313, 59.2, 5.7, 'mw', 'iscgem784752', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(809, '1971-05-21 18:56:44', 52.368, -173.088, 27.5, 5.6, 'mw', 'iscgem784808', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(810, '1971-05-22 16:44:02', 38.934, 40.653, 10, 6.9, 'mw', 'iscgem784837', 'eastern Turkey', 'earthquake\r'), +(811, '1971-05-22 20:03:31', 32.299, 92.1, 10, 5.6, 'mw', 'iscgem784847', 'Xizang-Qinghai border region', 'earthquake\r'), +(812, '1971-05-25 05:43:26', 39.032, 29.778, 10, 5.9, 'mw', 'iscgem784936', 'western Turkey', 'earthquake\r'), +(813, '1971-05-25 13:00:19', 31.377, 131.407, 30, 6.1, 'mw', 'iscgem784960', 'Kyushu, Japan', 'earthquake\r'), +(814, '1971-05-26 00:11:56', -24.835, -179.036, 418.2, 5.6, 'mw', 'iscgem784983', 'south of the Fiji Islands', 'earthquake\r'), +(815, '1971-05-26 02:41:47', 35.613, 58.307, 15, 5.7, 'mw', 'iscgem784988', 'northeastern Iran', 'earthquake\r'), +(816, '1971-05-26 06:13:16', 31.329, 131.445, 51.1, 6.2, 'mw', 'iscgem784996', 'Kyushu, Japan', 'earthquake\r'), +(817, '1971-05-28 14:12:07', 14.683, -91.383, 120.2, 5.6, 'mw', 'iscgem785082', 'Guatemala', 'earthquake\r'), +(818, '1971-05-29 08:52:44', 31.327, 131.413, 35, 6, 'mw', 'iscgem785105', 'Kyushu, Japan', 'earthquake\r'), +(819, '1971-05-30 15:44:18', 25.264, 96.389, 15, 6.3, 'mw', 'iscgem785149', 'Myanmar', 'earthquake\r'), +(820, '1971-05-31 03:46:52', 72.241, 1.21, 15, 5.8, 'mw', 'iscgem785166', 'Norwegian Sea', 'earthquake\r'), +(821, '1971-05-31 05:14:00', 25.266, 96.505, 20, 6.1, 'mw', 'iscgem785173', 'Myanmar', 'earthquake\r'), +(822, '1971-06-05 01:38:13', 9.304, 92.497, 36.8, 5.5, 'mw', 'iscgem783162', 'Nicobar Islands, India region', 'earthquake\r'), +(823, '1971-06-05 09:20:52', 6.031, 126.068, 35, 5.7, 'mw', 'iscgem783167', 'Mindanao, Philippines', 'earthquake\r'), +(824, '1971-06-05 14:20:44', 9.382, -84.245, 28.6, 5.7, 'mw', 'iscgem783172', 'Costa Rica', 'earthquake\r'), +(825, '1971-06-10 06:47:39', -10.875, -76.006, 122.8, 5.7, 'mw', 'iscgem783305', 'central Peru', 'earthquake\r'), +(826, '1971-06-10 17:28:35', 52.15, -170.586, 25, 5.5, 'mw', 'iscgem783330', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(827, '1971-06-10 19:59:54', 41.087, 138.549, 230.8, 6, 'mw', 'iscgem783334', 'eastern Sea of Japan', 'earthquake\r'), +(828, '1971-06-11 01:32:59', -4.178, -80.715, 35, 5.8, 'mw', 'iscgem783345', 'Peru-Ecuador border region', 'earthquake\r'), +(829, '1971-06-11 12:56:04', 17.907, -69.825, 35, 6.5, 'mw', 'iscgem783356', 'Dominican Republic region', 'earthquake\r'), +(830, '1971-06-11 13:58:39', 51.595, 175.868, 25, 6.8, 'mw', 'iscgem783358', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(831, '1971-06-13 04:05:52', 36.294, 140.986, 50.8, 5.7, 'mw', 'iscgem783413', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(832, '1971-06-14 13:48:54', 56.206, 123.727, 10, 6, 'mw', 'iscgem783447', 'Amurskaya Oblast\'\', Russia', 'earthquake\r'), +(833, '1971-06-15 07:39:36', 41.463, 79.447, 12.5, 5.7, 'mw', 'iscgem783466', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(834, '1971-06-15 22:04:12', 41.546, 79.408, 11.9, 6, 'mw', 'iscgem783484', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(835, '1971-06-17 21:00:43', -25.375, -68.938, 91.7, 6.3, 'mw', 'iscgemsup783548', 'Antofagasta, Chile', 'earthquake\r'), +(836, '1971-06-24 13:52:21', 23.598, 123.736, 35, 5.6, 'mw', 'iscgem783767', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(837, '1971-06-26 19:27:14', -5.141, 96.852, 13.7, 6.4, 'mw', 'iscgem783841', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(838, '1971-06-27 14:22:51', -25.23, 178.556, 580, 5.5, 'mw', 'iscgem783870', 'south of the Fiji Islands', 'earthquake\r'), +(839, '1971-06-29 06:01:24', -24.148, -68.688, 80, 5.6, 'mw', 'iscgem783913', 'Antofagasta, Chile', 'earthquake\r'), +(840, '1971-07-01 01:16:18', -6.358, 130.159, 141.4, 5.9, 'mw', 'iscgemsup781800', 'Banda Sea', 'earthquake\r'), +(841, '1971-07-02 05:34:28', 12.36, 123.899, 25, 6.1, 'mw', 'iscgem781837', 'Masbate region, Philippines', 'earthquake\r'), +(842, '1971-07-03 08:10:05', -8.39, 111.361, 60.9, 5.6, 'mw', 'iscgem781869', 'Java, Indonesia', 'earthquake\r'), +(843, '1971-07-03 12:12:32', -23.434, -179.73, 537.1, 5.6, 'mw', 'iscgem781878', 'south of the Fiji Islands', 'earthquake\r'), +(844, '1971-07-03 23:44:51', -24.136, -68.899, 99.2, 5.5, 'mw', 'iscgemsup781892', 'Antofagasta, Chile', 'earthquake\r'), +(845, '1971-07-04 11:30:53', 15.605, 121.767, 32.2, 5.8, 'mw', 'iscgem781910', 'Luzon, Philippines', 'earthquake\r'), +(846, '1971-07-08 19:07:10', -7.071, 129.653, 105.5, 6.2, 'mw', 'iscgem782004', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(847, '1971-07-09 03:03:20', -32.601, -71.076, 60.3, 7.8, 'mw', 'iscgem782010', 'Valparaiso, Chile', 'earthquake\r'), +(848, '1971-07-09 09:49:45', -5.977, 154.39, 65, 5.9, 'mw', 'iscgem782022', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(849, '1971-07-10 05:23:52', -6.086, 154.578, 50, 5.9, 'mw', 'iscgem782059', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(850, '1971-07-11 09:51:39', -32.287, -71.778, 35, 6.4, 'mw', 'iscgem782093', 'offshore Valparaiso, Chile', 'earthquake\r'), +(851, '1971-07-12 15:49:12', 51.923, 173.191, 23.2, 5.5, 'mw', 'iscgem782142', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(852, '1971-07-14 06:11:30', -5.524, 153.85, 40, 8, 'mw', 'iscgem782181', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(853, '1971-07-14 07:37:22', -5.036, 153.545, 70, 5.8, 'mw', 'iscgem782183', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(854, '1971-07-14 07:41:12', -5.675, 153.885, 40, 6, 'mw', 'iscgem782184', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(855, '1971-07-14 12:30:17', -5.681, 154.153, 40, 5.6, 'mw', 'iscgem782204', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(856, '1971-07-14 17:38:52', -5.284, 153.233, 40, 6.1, 'mw', 'iscgem782231', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(857, '1971-07-14 18:27:06', -5.232, 153.188, 40, 5.5, 'mw', 'iscgem782235', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(858, '1971-07-14 18:27:47', -5.203, 153.232, 40, 6.5, 'mw', 'iscgem782236', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(859, '1971-07-14 23:00:07', 2.592, 129.189, 40, 5.6, 'mw', 'iscgem782253', 'Halmahera, Indonesia', 'earthquake\r'), +(860, '1971-07-15 18:15:44', -25.223, 178.581, 580, 5.5, 'mw', 'iscgem782311', 'south of the Fiji Islands', 'earthquake\r'), +(861, '1971-07-17 05:32:44', 7.045, 94.66, 135, 6.2, 'mw', 'iscgem782377', 'Nicobar Islands, India region', 'earthquake\r'), +(862, '1971-07-17 15:00:55', 26.469, 93.127, 35, 5.5, 'mw', 'iscgem782391', 'Assam, India', 'earthquake\r'), +(863, '1971-07-17 20:10:22', -21.525, -68.318, 120.7, 5.6, 'mw', 'iscgem782405', 'Antofagasta, Chile', 'earthquake\r'), +(864, '1971-07-18 14:31:19', -4.869, 153.288, 47.5, 6.6, 'mw', 'iscgem782428', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(865, '1971-07-19 00:14:46', -5.754, 153.868, 35, 7, 'mw', 'iscgem782440', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(866, '1971-07-19 14:48:43', -4.89, 144.508, 69.5, 5.9, 'mw', 'iscgem782464', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(867, '1971-07-19 15:37:45', -5.567, 150.562, 10, 6.3, 'mw', 'iscgem782466', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(868, '1971-07-19 16:58:10', 24.303, 122.411, 59.9, 5.5, 'mw', 'iscgem782468', 'Taiwan region', 'earthquake\r'), +(869, '1971-07-20 10:34:10', 15.314, 120.169, 15, 5.8, 'mw', 'iscgem782490', 'Luzon, Philippines', 'earthquake\r'), +(870, '1971-07-20 17:34:21', -19.712, 177.438, 25, 5.9, 'mw', 'iscgem782501', 'south of the Fiji Islands', 'earthquake\r'), +(871, '1971-07-20 21:25:56', -5.728, 153.884, 40, 5.7, 'mw', 'iscgem782508', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(872, '1971-07-21 12:03:29', -5.87, 154.174, 40, 5.8, 'mw', 'iscgem782532', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(873, '1971-07-22 22:07:21', 35.518, 138.976, 26.6, 5.6, 'mw', 'iscgem782574', 'eastern Honshu, Japan', 'earthquake\r'), +(874, '1971-07-25 12:51:45', 12.439, 123.691, 40, 6.4, 'mw', 'iscgem782654', 'Masbate region, Philippines', 'earthquake\r'), +(875, '1971-07-25 14:14:27', -6.021, 129.901, 177.6, 5.6, 'mw', 'iscgem782658', 'Banda Sea', 'earthquake\r'), +(876, '1971-07-25 15:41:23', 52.115, 172.953, 30, 6.4, 'mw', 'iscgem782660', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(877, '1971-07-26 01:23:22', -4.817, 153.172, 40, 8.1, 'mw', 'iscgem782684', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(878, '1971-07-26 01:48:33', 39.821, 77.223, 20, 6, 'mw', 'iscgem782687', 'southern Xinjiang, China', 'earthquake\r'), +(879, '1971-07-26 02:02:45', -5.275, 152.235, 40, 6.6, 'mw', 'iscgemsup782691', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(880, '1971-07-26 02:25:00', -5.116, 152.282, 40, 7, 'mw', 'iscgemsup782694', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(881, '1971-07-26 04:19:16', -5.46, 152.802, 40, 6, 'mw', 'iscgem782703', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(882, '1971-07-26 06:59:31', -5.577, 152.226, 40, 6.1, 'mw', 'iscgem782715', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(883, '1971-07-26 09:37:13', -5.8, 151.493, 26, 5.9, 'mw', 'iscgemsup782728', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(884, '1971-07-26 10:50:02', -6.045, 151.936, 40, 5.5, 'mw', 'iscgem782731', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(885, '1971-07-26 12:05:01', -5.378, 151.572, 40, 5.8, 'mw', 'iscgem782735', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(886, '1971-07-26 15:35:41', -5.662, 151.41, 40, 6.3, 'mw', 'iscgem782752', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(887, '1971-07-26 16:45:02', -5.972, 151.499, 40, 5.8, 'mw', 'iscgem782757', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(888, '1971-07-26 17:50:02', -5.246, 153.072, 40, 5.9, 'mw', 'iscgem782764', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(889, '1971-07-26 19:15:33', -5.857, 151.359, 40, 6, 'mw', 'iscgem782768', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(890, '1971-07-27 00:22:27', -5.35, 152.256, 40, 5.7, 'mw', 'iscgem782791', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(891, '1971-07-27 02:02:49', -2.839, -77.322, 120, 7.4, 'mw', 'iscgem782797', 'Peru-Ecuador border region', 'earthquake\r'), +(892, '1971-07-27 07:35:43', -5.813, 151.604, 40, 5.8, 'mw', 'iscgem782819', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(893, '1971-07-27 14:25:30', 13.595, 95.874, 20, 5.9, 'mw', 'iscgem782847', 'Andaman Islands, India region', 'earthquake\r'), +(894, '1971-07-27 18:08:41', -5.651, 151.498, 40, 5.6, 'mw', 'iscgem782863', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(895, '1971-07-27 20:47:59', -5.283, 152.88, 40, 6.6, 'mw', 'iscgem782874', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(896, '1971-07-27 23:35:23', -6.128, 151.069, 40, 5.5, 'mw', 'iscgem782884', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(897, '1971-07-28 01:10:25', -5.127, 152.864, 24.5, 6.5, 'mw', 'iscgem782888', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(898, '1971-07-28 10:17:32', -5.544, 152.552, 50, 5.8, 'mw', 'iscgem782918', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(899, '1971-07-29 22:18:19', 51.938, 173.257, 25, 5.6, 'mw', 'iscgem782989', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(900, '1971-07-30 03:58:02', 1.739, 127.146, 30, 5.6, 'mw', 'iscgem782999', 'Halmahera, Indonesia', 'earthquake\r'), +(901, '1971-07-30 06:18:15', -4.61, 152.966, 55, 5.8, 'mw', 'iscgem783000', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(902, '1971-07-30 13:24:00', -6.037, 151.508, 40, 5.7, 'mw', 'iscgem783013', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(903, '1971-07-31 22:08:48', -32.513, -71.619, 35, 5.7, 'mw', 'iscgem783067', 'offshore Valparaiso, Chile', 'earthquake\r'), +(904, '1971-08-02 00:19:52', -5.515, 152.532, 11, 5.9, 'mw', 'iscgem780812', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(905, '1971-08-02 07:24:58', 41.415, 143.416, 54.8, 7.1, 'mw', 'iscgem780829', 'Hokkaido, Japan region', 'earthquake\r'), +(906, '1971-08-02 09:01:11', 1.612, 126.489, 35, 5.6, 'mw', 'iscgem780834', 'Molucca Sea', 'earthquake\r'), +(907, '1971-08-02 13:00:02', 41.424, 143.473, 44.7, 5.5, 'mw', 'iscgem780843', 'Hokkaido, Japan region', 'earthquake\r'), +(908, '1971-08-04 00:24:37', 36.412, 70.808, 201.6, 5.9, 'mw', 'iscgemsup780896', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(909, '1971-08-05 01:58:53', -0.773, -22.082, 20, 6.9, 'mw', 'iscgem780929', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(910, '1971-08-07 06:53:29', -13.942, 167.164, 182.5, 5.6, 'mw', 'iscgem781004', 'Vanuatu', 'earthquake\r'), +(911, '1971-08-09 02:54:37', 36.337, 52.841, 20, 5.6, 'mw', 'iscgem781062', 'northern Iran', 'earthquake\r'), +(912, '1971-08-09 12:12:03', -5.964, 154.282, 64.5, 6.5, 'mw', 'iscgem781078', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(913, '1971-08-09 20:01:41', -5.651, 152.174, 35, 6.3, 'mw', 'iscgem781082', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(914, '1971-08-10 04:23:58', -5.711, 152.113, 35, 5.7, 'mw', 'iscgem781099', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(915, '1971-08-10 14:37:56', -5.385, 153.499, 35, 6, 'mw', 'iscgem781111', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(916, '1971-08-11 04:53:20', 1.172, 126.154, 45, 5.5, 'mw', 'iscgem781129', 'Molucca Sea', 'earthquake\r'), +(917, '1971-08-11 14:23:30', -62.806, 155.55, 10, 6.2, 'mw', 'iscgem781143', 'Balleny Islands region', 'earthquake\r'), +(918, '1971-08-12 04:17:04', 12.447, 95.084, 19.3, 5.5, 'mw', 'iscgem781160', 'Andaman Islands, India region', 'earthquake\r'), +(919, '1971-08-12 14:20:43', 19.596, -106.066, 19.2, 5.8, 'mw', 'iscgem781171', 'offshore Jalisco, Mexico', 'earthquake\r'), +(920, '1971-08-13 16:48:46', -6.022, 154.114, 10, 6.2, 'mw', 'iscgem781208', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(921, '1971-08-14 00:15:19', -14.762, 167.216, 118.7, 5.6, 'mw', 'iscgem781224', 'Vanuatu', 'earthquake\r'), +(922, '1971-08-14 09:01:33', -15.751, -178.376, 25, 6.6, 'mw', 'iscgem781234', 'Fiji region', 'earthquake\r'), +(923, '1971-08-14 09:02:52', -15.547, -178.289, 25, 6.5, 'mw', 'iscgem781235', 'Fiji region', 'earthquake\r'), +(924, '1971-08-14 15:00:25', -21.735, -67.227, 185, 5.9, 'mw', 'iscgem781247', 'Potosi, Bolivia', 'earthquake\r'), +(925, '1971-08-16 04:58:00', 28.845, 103.693, 20, 5.7, 'mw', 'iscgem781293', 'eastern Sichuan, China', 'earthquake\r'), +(926, '1971-08-16 18:53:55', 28.861, 103.734, 20, 5.8, 'mw', 'iscgem781305', 'eastern Sichuan, China', 'earthquake\r'), +(927, '1971-08-16 22:37:33', 28.791, 103.595, 20, 5.6, 'mw', 'iscgem781312', 'eastern Sichuan, China', 'earthquake\r'), +(928, '1971-08-17 23:46:35', -15.555, -173.264, 15, 5.6, 'mw', 'iscgem781334', 'Tonga', 'earthquake\r'), +(929, '1971-08-19 08:28:56', 23.991, 121.913, 25.6, 6.3, 'mw', 'iscgem781373', 'Taiwan', 'earthquake\r'), +(930, '1971-08-19 22:15:40', 49.286, 155.441, 37.7, 6.4, 'mw', 'iscgem781391', 'Kuril Islands', 'earthquake\r'), +(931, '1971-08-20 21:36:10', 13.292, -92.404, 27.5, 6, 'mw', 'iscgem781421', 'near the coast of Guatemala', 'earthquake\r'), +(932, '1971-08-21 12:47:49', -21.841, -70.519, 37.8, 5.7, 'mw', 'iscgem781442', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(933, '1971-08-23 04:08:02', -3.974, 145.924, 10, 6.5, 'mw', 'iscgem781503', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(934, '1971-08-23 21:55:20', 45.658, 150.902, 41.8, 6.2, 'mw', 'iscgem781531', 'Kuril Islands', 'earthquake\r'), +(935, '1971-08-24 16:33:21', 52.197, 91.47, 5.9, 5.8, 'mw', 'iscgem781562', 'southwestern Siberia, Russia', 'earthquake\r'), +(936, '1971-08-26 10:50:42', -55.902, -26.159, 35, 5.8, 'mw', 'iscgem781625', 'South Sandwich Islands region', 'earthquake\r'), +(937, '1971-08-28 04:09:07', -19.013, -174.584, 144.6, 5.5, 'mw', 'iscgem781694', 'Tonga', 'earthquake\r'), +(938, '1971-08-28 15:57:48', 28.332, 130.765, 24.5, 5.8, 'mw', 'iscgem781715', 'Ryukyu Islands, Japan', 'earthquake\r'), +(939, '1971-08-29 03:35:16', 6.308, 127.377, 54.7, 5.6, 'mw', 'iscgem781730', 'Philippine Islands region', 'earthquake\r'), +(940, '1971-09-02 06:33:17', -10.98, 166.233, 135, 5.6, 'mw', 'iscgem779889', 'Santa Cruz Islands', 'earthquake\r'), +(941, '1971-09-02 23:47:50', -24.441, -175.082, 10, 5.6, 'mw', 'iscgem779903', 'south of Tonga', 'earthquake\r'), +(942, '1971-09-04 15:53:27', 54.971, -163.325, 115, 5.9, 'mw', 'iscgem779944', 'Unimak Island region, Alaska', 'earthquake\r'), +(943, '1971-09-05 18:35:30', 46.505, 141.199, 18.1, 7.3, 'mw', 'iscgem779972', 'Sakhalin, Russia', 'earthquake\r'), +(944, '1971-09-05 19:33:49', 46.349, 141.229, 17.5, 5.7, 'mw', 'iscgem779973', 'Sakhalin, Russia', 'earthquake\r'), +(945, '1971-09-06 06:46:01', 46.362, 141.164, 15, 5.7, 'mw', 'iscgem779996', 'Sakhalin, Russia', 'earthquake\r'), +(946, '1971-09-06 13:37:11', 46.756, 141.524, 19.2, 6.1, 'mw', 'iscgem780012', 'Sakhalin, Russia', 'earthquake\r'), +(947, '1971-09-08 03:17:28', 46.692, 141.449, 20, 5.7, 'mw', 'iscgem780069', 'Sakhalin, Russia', 'earthquake\r'), +(948, '1971-09-08 07:25:15', 37.165, 141.565, 46.6, 5.6, 'mw', 'iscgem780071', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(949, '1971-09-08 11:48:27', 46.399, 141.18, 17.5, 6.8, 'mw', 'iscgem780077', 'Sakhalin, Russia', 'earthquake\r'), +(950, '1971-09-08 16:59:55', 46.264, 141.07, 20, 6.5, 'mw', 'iscgem780102', 'Sakhalin, Russia', 'earthquake\r'), +(951, '1971-09-08 22:09:00', -6.536, 130.71, 65, 5.7, 'mw', 'iscgem780117', 'Banda Sea', 'earthquake\r'), +(952, '1971-09-09 23:01:10', 44.527, 150.728, 20, 6.2, 'mw', 'iscgem780161', 'east of the Kuril Islands', 'earthquake\r'), +(953, '1971-09-10 06:28:51', -20.413, -174.265, 20, 6, 'mw', 'iscgem780171', 'Tonga', 'earthquake\r'), +(954, '1971-09-12 08:06:54', -26.81, -177.161, 97.5, 6, 'mw', 'iscgem780221', 'south of the Fiji Islands', 'earthquake\r'), +(955, '1971-09-13 04:18:01', 17.876, -69.606, 35, 5.5, 'mw', 'iscgem780264', 'Dominican Republic region', 'earthquake\r'), +(956, '1971-09-14 03:03:39', -7.291, 156.061, 35, 6, 'mw', 'iscgem780285', 'Solomon Islands', 'earthquake\r'), +(957, '1971-09-14 03:11:04', 22.789, 100.764, 15, 5.5, 'mw', 'iscgem780286', 'Yunnan, China', 'earthquake\r'), +(958, '1971-09-14 05:20:28', -6.402, 151.519, 20, 6.3, 'mw', 'iscgem780288', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(959, '1971-09-15 14:55:08', 39.11, 143.525, 25, 6, 'mw', 'iscgem780342', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(960, '1971-09-16 06:22:40', -5.912, 130.603, 131, 7, 'mw', 'iscgemsup780358', 'Banda Sea', 'earthquake\r'), +(961, '1971-09-21 08:43:32', 37.326, 138.748, 182.4, 5.5, 'mw', 'iscgem780488', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(962, '1971-09-22 14:14:20', 14.815, -93.829, 22.5, 5.9, 'mw', 'iscgem780523', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(963, '1971-09-23 13:31:14', 53.699, -164.778, 45, 5.5, 'mw', 'iscgem780549', 'Unimak Island region, Alaska', 'earthquake\r'), +(964, '1971-09-24 01:10:02', 39.345, 143.37, 22, 6.4, 'mw', 'iscgem780560', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(965, '1971-09-24 04:32:57', -16.554, -73.614, 37.5, 5.8, 'mw', 'iscgem780563', 'near the coast of southern Peru', 'earthquake\r'), +(966, '1971-09-25 04:36:15', -6.516, 146.636, 110.8, 6.8, 'mw', 'iscgemsup780585', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(967, '1971-09-25 13:05:57', -32.475, -73.076, 15, 5.7, 'mw', 'iscgem780598', 'off the coast of Valparaiso, Chile', 'earthquake\r'), +(968, '1971-09-26 11:02:58', -56.628, -27.393, 165, 5.8, 'mw', 'iscgem780625', 'South Sandwich Islands region', 'earthquake\r'), +(969, '1971-09-26 15:25:23', 3.194, 125.822, 75, 5.6, 'mw', 'iscgem780629', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(970, '1971-09-26 16:33:05', 0.072, 124.822, 59.2, 5.8, 'mw', 'iscgem780632', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(971, '1971-09-27 14:56:13', -5.822, 145.452, 110, 5.7, 'mw', 'iscgem780659', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(972, '1971-09-27 19:01:47', 46.347, 141.144, 18.4, 6.6, 'mw', 'iscgem780665', 'Sakhalin, Russia', 'earthquake\r'), +(973, '1971-09-27 22:20:01', -3.227, 148.324, 10, 6.2, 'mw', 'iscgem780674', 'Bismarck Sea', 'earthquake\r'), +(974, '1971-09-28 19:45:16', -8.888, 157.449, 25, 5.6, 'mw', 'iscgem780694', 'Solomon Islands', 'earthquake\r'), +(975, '1971-09-28 23:16:02', -32.046, -70.007, 106, 5.8, 'mw', 'iscgem780698', 'San Juan, Argentina', 'earthquake\r'), +(976, '1971-09-30 08:18:00', 26.816, -110.834, 15, 6.5, 'mw', 'iscgem780731', 'Gulf of California', 'earthquake\r'), +(977, '1971-09-30 21:24:10', -0.514, -4.956, 15, 5.8, 'mw', 'iscgem780752', 'South Atlantic Ocean', 'earthquake\r'), +(978, '1971-09-30 21:31:24', 61.662, 140.259, 15, 6, 'mw', 'iscgem780753', 'Khabarovskiy Kray, Russia', 'earthquake\r'), +(979, '1971-10-01 05:16:54', -4.34, 152.906, 20, 6, 'mw', 'iscgem778949', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(980, '1971-10-03 08:36:05', -6.548, 154.964, 55, 6, 'mw', 'iscgem779000', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(981, '1971-10-03 13:24:40', -14.571, 171.68, 10, 6.7, 'mw', 'iscgem779005', 'Vanuatu region', 'earthquake\r'), +(982, '1971-10-04 01:30:33', -5.931, 154.136, 45, 6.8, 'mw', 'iscgem779023', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(983, '1971-10-08 14:15:39', -6.851, 144.293, 27.5, 5.5, 'mw', 'iscgem779151', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(984, '1971-10-08 16:04:45', -18.053, -178.211, 545.9, 5.7, 'mw', 'iscgem779153', 'Fiji region', 'earthquake\r'), +(985, '1971-10-09 11:05:08', 43.045, 143.912, 115.3, 5.5, 'mw', 'iscgem779167', 'Hokkaido, Japan region', 'earthquake\r'), +(986, '1971-10-09 13:15:38', 24.903, 121.987, 87.3, 5.6, 'mw', 'iscgem779172', 'Taiwan', 'earthquake\r'), +(987, '1971-10-12 09:44:59', 15.888, -91.004, 25, 5.7, 'mw', 'iscgem779252', 'Guatemala', 'earthquake\r'), +(988, '1971-10-13 14:01:48', 51.727, -179.522, 96, 5.5, 'mw', 'iscgem779286', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(989, '1971-10-13 22:36:05', -21.936, -68.332, 118.2, 5.8, 'mw', 'iscgem779299', 'Antofagasta, Chile', 'earthquake\r'), +(990, '1971-10-14 22:36:33', -54.276, 2.317, 10, 6.6, 'mw', 'iscgem779325', 'Bouvet Island region', 'earthquake\r'), +(991, '1971-10-15 10:33:46', -14.266, -73.392, 35, 5.5, 'mw', 'iscgem779337', 'central Peru', 'earthquake\r'), +(992, '1971-10-16 05:15:25', -5.993, 154.403, 70, 6.2, 'mw', 'iscgem779357', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(993, '1971-10-16 21:54:29', -3.467, 127.154, 60, 5.6, 'mw', 'iscgem779376', 'Seram, Indonesia', 'earthquake\r'), +(994, '1971-10-18 12:55:39', -22.679, 171.284, 65, 6.1, 'mw', 'iscgem779410', 'southeast of the Loyalty Islands', 'earthquake\r'), +(995, '1971-10-19 11:02:40', 52.621, -166.845, 31.6, 5.8, 'mw', 'iscgem779432', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(996, '1971-10-20 08:40:21', 21.967, 121.388, 43.8, 5.8, 'mw', 'iscgem779458', 'Taiwan region', 'earthquake\r'), +(997, '1971-10-21 08:22:46', 24.885, 125.24, 55, 5.5, 'mw', 'iscgem779488', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(998, '1971-10-23 01:41:12', -54.798, 146.364, 10, 6.3, 'mw', 'iscgem779543', 'west of Macquarie Island', 'earthquake\r'), +(999, '1971-10-23 22:33:32', 11.909, 142.531, 21.6, 6.6, 'mw', 'iscgem779563', 'south of the Mariana Islands', 'earthquake\r'), +(1000, '1971-10-23 23:01:19', -57.32, -25.523, 25, 5.7, 'mw', 'iscgem779564', 'South Sandwich Islands region', 'earthquake\r'), +(1001, '1971-10-24 01:37:31', 11.929, 142.405, 25, 6.5, 'mw', 'iscgem779569', 'south of the Mariana Islands', 'earthquake\r'), +(1002, '1971-10-24 02:21:03', 11.85, 142.422, 25, 6.2, 'mw', 'iscgem779574', 'south of the Mariana Islands', 'earthquake\r'), +(1003, '1971-10-25 03:46:38', -13.062, 166.393, 40, 6.4, 'mw', 'iscgem779613', 'Vanuatu', 'earthquake\r'), +(1004, '1971-10-26 19:05:07', 11.866, 142.632, 25, 5.7, 'mw', 'iscgem779659', 'south of the Mariana Islands', 'earthquake\r'), +(1005, '1971-10-27 09:27:17', 17.535, 120.134, 25, 5.5, 'mw', 'iscgem779680', 'Luzon, Philippines', 'earthquake\r'), +(1006, '1971-10-27 17:58:39', -15.582, 167.246, 45, 6.8, 'mw', 'iscgem779689', 'Vanuatu', 'earthquake\r'), +(1007, '1971-10-28 14:20:32', -13.342, 166.392, 40, 5.7, 'mw', 'iscgemsup779733', 'Vanuatu', 'earthquake\r'), +(1008, '1971-10-28 15:13:39', -5.627, 153.887, 105, 6.1, 'mw', 'iscgemsup779736', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1009, '1971-10-28 18:00:02', -13.384, 166.429, 35, 6.7, 'mw', 'iscgem779742', 'Vanuatu', 'earthquake\r'), +(1010, '1971-10-29 14:06:31', 49.877, 154.968, 121.4, 5.7, 'mw', 'iscgem779780', 'Kuril Islands', 'earthquake\r'), +(1011, '1971-10-30 14:16:24', 32.109, 137.825, 388, 5.7, 'mw', 'iscgem779816', 'Izu Islands, Japan region', 'earthquake\r'), +(1012, '1971-10-30 20:48:50', 23.024, 121.404, 35, 6.2, 'mw', 'iscgem779829', 'Taiwan', 'earthquake\r'), +(1013, '1971-11-05 22:11:16', 10.142, 92.987, 52.5, 5.7, 'mw', 'iscgem778328', 'Andaman Islands, India region', 'earthquake\r'), +(1014, '1971-11-05 23:57:29', -2.006, 100.126, 35, 5.6, 'mw', 'iscgem778331', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(1015, '1971-11-07 14:12:27', -4.544, -105.609, 10, 5.9, 'mw', 'iscgem778373', 'central East Pacific Rise', 'earthquake\r'), +(1016, '1971-11-08 03:06:37', 26.978, 54.519, 20, 6.2, 'mw', 'iscgem778388', 'southern Iran', 'earthquake\r'), +(1017, '1971-11-08 22:43:02', 5.737, 126.433, 170, 5.6, 'mw', 'iscgem778408', 'Mindanao, Philippines', 'earthquake\r'), +(1018, '1971-11-11 11:16:53', -2.682, 136.511, 15, 5.8, 'mw', 'iscgem778478', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(1019, '1971-11-18 07:31:34', 38.404, 66.639, 29.2, 5.6, 'mw', 'iscgem778645', 'eastern Uzbekistan', 'earthquake\r'), +(1020, '1971-11-20 07:28:00', -23.449, -179.857, 543.1, 6.5, 'mw', 'iscgem778677', 'south of the Fiji Islands', 'earthquake\r'), +(1021, '1971-11-20 21:24:41', 48.714, -129.651, 15, 5.8, 'mw', 'iscgem778692', 'Vancouver Island, Canada region', 'earthquake\r'), +(1022, '1971-11-21 05:57:12', -11.857, 166.557, 113.1, 7.1, 'mw', 'iscgem778697', 'Santa Cruz Islands', 'earthquake\r'), +(1023, '1971-11-21 06:20:01', -11.926, 166.568, 116.6, 6.1, 'mw', 'iscgem778698', 'Santa Cruz Islands', 'earthquake\r'), +(1024, '1971-11-22 00:46:13', 52.253, 174.231, 43.7, 6.1, 'mw', 'iscgem778718', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1025, '1971-11-22 08:19:57', 0.105, 123.995, 103.3, 6, 'mw', 'iscgemsup778732', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(1026, '1971-11-24 00:58:07', 46.598, 152.641, 50, 5.5, 'mw', 'iscgem778764', 'Kuril Islands', 'earthquake\r'), +(1027, '1971-11-24 19:35:33', 52.803, 159.199, 125, 7.3, 'mw', 'iscgem778805', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1028, '1971-11-27 13:45:12', 29.203, 130.293, 53.6, 5.6, 'mw', 'iscgem778871', 'Ryukyu Islands, Japan', 'earthquake\r'), +(1029, '1971-11-28 11:12:02', -29.98, -69.428, 110, 5.9, 'mw', 'iscgem778892', 'San Juan, Argentina', 'earthquake\r'), +(1030, '1971-11-29 20:14:13', -11.288, -77.715, 53, 5.8, 'mw', 'iscgem778920', 'near the coast of central Peru', 'earthquake\r'), +(1031, '1971-12-02 17:18:22', 44.889, 153.314, 20, 6.6, 'mw', 'iscgem777414', 'east of the Kuril Islands', 'earthquake\r'), +(1032, '1971-12-04 02:25:53', -6.12, 154.597, 82.9, 6.3, 'mw', 'iscgemsup777457', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1033, '1971-12-04 15:55:46', 7.942, 126.59, 55, 5.5, 'mw', 'iscgem777470', 'Mindanao, Philippines', 'earthquake\r'), +(1034, '1971-12-05 05:50:08', 49.452, -129.853, 10, 6, 'mw', 'iscgem777492', 'Vancouver Island, Canada region', 'earthquake\r'), +(1035, '1971-12-07 03:26:19', -54.438, 5.837, 15, 6.2, 'mw', 'iscgem777545', 'Bouvet Island region', 'earthquake\r'), +(1036, '1971-12-07 06:23:12', 3.74, 127.991, 55.5, 5.8, 'mw', 'iscgem777551', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(1037, '1971-12-07 12:04:19', 55.048, -54.437, 20, 5.5, 'mw', 'iscgem777559', 'Labrador Sea', 'earthquake\r'), +(1038, '1971-12-08 08:38:23', 49.125, -128.817, 15, 5.6, 'mw', 'iscgem777577', 'Vancouver Island, Canada region', 'earthquake\r'), +(1039, '1971-12-08 16:05:28', -22.805, -70.371, 30, 6.1, 'mw', 'iscgem777588', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(1040, '1971-12-09 01:42:33', 27.275, 56.441, 15, 5.8, 'mw', 'iscgem777603', 'southern Iran', 'earthquake\r'), +(1041, '1971-12-09 15:01:01', -21.648, 173.42, 45, 6, 'mw', 'iscgem777617', 'Vanuatu region', 'earthquake\r'), +(1042, '1971-12-11 03:29:59', 1.761, 127.32, 115, 5.6, 'mw', 'iscgem777656', 'Halmahera, Indonesia', 'earthquake\r'), +(1043, '1971-12-11 07:25:19', -6.151, 154.577, 55, 6.5, 'mw', 'iscgem777661', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1044, '1971-12-15 08:29:57', 55.959, 163.269, 27.5, 7.6, 'mw', 'iscgem777750', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1045, '1971-12-15 09:22:37', 55.838, 163.664, 27.5, 5.6, 'mw', 'iscgem777758', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1046, '1971-12-16 12:25:49', 55.804, 163.453, 27.5, 5.6, 'mw', 'iscgem777807', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1047, '1971-12-17 19:06:08', 55.474, 163.657, 28.8, 6.3, 'mw', 'iscgem777847', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1048, '1971-12-18 21:57:53', 55.602, 163.045, 27.4, 5.8, 'mw', 'iscgem777881', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1049, '1971-12-19 07:50:29', 56.005, 162.83, 27.5, 5.5, 'mw', 'iscgem777891', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1050, '1971-12-26 13:19:01', 50.643, -174.989, 15, 5.6, 'mw', 'iscgem778073', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1051, '1971-12-26 15:50:55', -6.245, 154.889, 35, 5.8, 'mw', 'iscgem778078', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1052, '1971-12-27 11:00:57', -19.863, -175.727, 220.5, 5.9, 'mw', 'iscgem778097', 'Tonga', 'earthquake\r'), +(1053, '1971-12-29 22:27:07', 25.206, 94.708, 62.3, 5.7, 'mw', 'iscgem778161', 'Myanmar-India border region', 'earthquake\r'), +(1054, '1971-12-30 15:39:39', -4.789, 151.804, 111.3, 6, 'mw', 'iscgem778182', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1055, '1971-12-31 22:37:27', 6.125, 123.288, 625, 5.7, 'mw', 'iscgem778212', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(1056, '1972-01-01 22:05:55', -17.021, 174.903, 10, 6.8, 'mw', 'iscgem776618', 'Fiji region', 'earthquake\r'), +(1057, '1972-01-02 21:57:01', 15.978, -98.335, 15, 5.8, 'mw', 'iscgem776638', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(1058, '1972-01-03 17:06:22', 51.095, 178.905, 30, 5.8, 'mw', 'iscgem776661', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1059, '1972-01-04 03:16:56', 22.638, 122.067, 28, 6.9, 'mw', 'iscgem776670', 'Taiwan region', 'earthquake\r'), +(1060, '1972-01-04 18:09:48', -0.061, 125.012, 35, 5.7, 'mw', 'iscgemsup776687', 'Molucca Sea', 'earthquake\r'), +(1061, '1972-01-06 00:30:18', -4.611, 151.819, 162.3, 6.1, 'mw', 'iscgem776721', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1062, '1972-01-07 06:25:50', -2.184, 138.951, 30, 6, 'mw', 'iscgem776759', 'Papua, Indonesia', 'earthquake\r'), +(1063, '1972-01-08 03:07:54', -18.897, -173.206, 10, 5.6, 'mw', 'iscgem776779', 'Tonga', 'earthquake\r'), +(1064, '1972-01-08 05:27:53', 20.981, 120.28, 25, 6.7, 'mw', 'iscgem776783', 'Philippine Islands region', 'earthquake\r'), +(1065, '1972-01-08 08:14:20', 20.893, 120.308, 25, 5.8, 'mw', 'iscgem776788', 'Philippine Islands region', 'earthquake\r'), +(1066, '1972-01-08 11:34:50', -55.692, -28.876, 57.7, 6, 'mw', 'iscgem776790', 'South Sandwich Islands region', 'earthquake\r'), +(1067, '1972-01-12 09:59:10', -6.833, -71.847, 569.1, 6.4, 'mw', 'iscgem776874', 'Amazonas, Brazil', 'earthquake\r'), +(1068, '1972-01-12 18:37:23', 37.636, 75.014, 99.2, 5.7, 'mw', 'iscgem776886', 'Tajikistan-Xinjiang border region', 'earthquake\r'), +(1069, '1972-01-13 17:24:21', 61.888, 147, 11.3, 5.9, 'mw', 'iscgem776904', 'Magadanskaya Oblast\'\', Russia', 'earthquake\r'), +(1070, '1972-01-15 03:39:21', -18.296, -174.605, 150, 5.9, 'mw', 'iscgem776936', 'Tonga', 'earthquake\r'), +(1071, '1972-01-15 20:21:48', 40.182, 78.92, 10.2, 6.2, 'mw', 'iscgem776951', 'southern Xinjiang, China', 'earthquake\r'), +(1072, '1972-01-18 12:43:29', 54.655, 161.506, 31.5, 5.7, 'mw', 'iscgem777005', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1073, '1972-01-18 21:55:17', -4.866, 144.966, 25.7, 6.6, 'mw', 'iscgem777013', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(1074, '1972-01-19 15:00:55', -4.718, 144.905, 20, 6.6, 'mw', 'iscgem777043', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(1075, '1972-01-20 11:36:29', 36.374, 70.83, 211.9, 6.2, 'mw', 'iscgemsup777063', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(1076, '1972-01-21 19:18:57', -6.751, -71.902, 563.7, 6.1, 'mw', 'iscgem777108', 'Amazonas, Brazil', 'earthquake\r'), +(1077, '1972-01-22 13:08:49', 13.973, -91.128, 72.8, 5.8, 'mw', 'iscgem777120', 'Guatemala', 'earthquake\r'), +(1078, '1972-01-22 21:50:39', -20.435, 172.94, 20, 6.3, 'mw', 'iscgem777137', 'Vanuatu region', 'earthquake\r'), +(1079, '1972-01-23 21:17:54', -13.248, 166.407, 35, 7, 'mw', 'iscgem777164', 'Vanuatu', 'earthquake\r'), +(1080, '1972-01-24 03:55:45', -13.144, 166.406, 35, 6.1, 'mw', 'iscgem777173', 'Vanuatu', 'earthquake\r'), +(1081, '1972-01-24 19:38:08', -26.19, -177.183, 97.8, 5.7, 'mw', 'iscgem777202', 'south of the Fiji Islands', 'earthquake\r'), +(1082, '1972-01-25 02:06:24', 22.632, 122.269, 25, 7.3, 'mw', 'iscgem777208', 'Taiwan region', 'earthquake\r'), +(1083, '1972-01-25 03:41:24', 23.107, 121.974, 25, 7.1, 'mw', 'iscgem777209', 'Taiwan', 'earthquake\r'), +(1084, '1972-01-26 03:41:57', -2.543, 102.535, 171.1, 5.5, 'mw', 'iscgem777243', 'southern Sumatra, Indonesia', 'earthquake\r'), +(1085, '1972-01-26 23:00:24', -20.113, -178.892, 643, 6.5, 'mw', 'iscgem777263', 'Fiji region', 'earthquake\r'), +(1086, '1972-01-28 01:16:22', -19.415, 169.22, 125, 6.3, 'mw', 'iscgem777287', 'Vanuatu', 'earthquake\r'), +(1087, '1972-01-28 16:18:28', 20.963, 120.063, 35, 5.7, 'mw', 'iscgem777303', 'Philippine Islands region', 'earthquake\r'), +(1088, '1972-02-01 02:37:25', -9.769, 160.165, 35, 5.8, 'mw', 'iscgem775862', 'Solomon Islands', 'earthquake\r'), +(1089, '1972-02-03 08:36:17', -4.62, 151.803, 160, 5.6, 'mw', 'iscgem775921', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1090, '1972-02-04 13:29:15', -22.821, -68.845, 102.8, 5.6, 'mw', 'iscgem775959', 'Antofagasta, Chile', 'earthquake\r'), +(1091, '1972-02-06 22:03:29', 12.535, 141.896, 25, 5.8, 'mw', 'iscgem776029', 'Mariana Islands region', 'earthquake\r'), +(1092, '1972-02-07 19:14:50', 8.484, -83.996, 18.9, 5.8, 'mw', 'iscgem776055', 'Costa Rica', 'earthquake\r'), +(1093, '1972-02-08 03:37:49', 19.319, 122.067, 15, 6.1, 'mw', 'iscgem776064', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(1094, '1972-02-09 20:44:35', -51.852, -73.917, 15, 6, 'mw', 'iscgem776099', 'Magallanes y Antartica Chilena, Chile', 'earthquake\r'), +(1095, '1972-02-12 18:52:00', -15.448, -173.252, 17.7, 6, 'mw', 'iscgem776156', 'Tonga', 'earthquake\r'), +(1096, '1972-02-13 21:05:58', -55.829, -26.999, 32.5, 5.9, 'mw', 'iscgem776186', 'South Sandwich Islands region', 'earthquake\r'), +(1097, '1972-02-13 21:23:20', 0.932, -28.534, 10, 5.8, 'mw', 'iscgem776188', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(1098, '1972-02-14 23:29:53', -11.481, 166.339, 101.8, 7.4, 'mw', 'iscgem776200', 'Santa Cruz Islands', 'earthquake\r'), +(1099, '1972-02-15 21:18:20', -17.66, -71.212, 54.6, 5.8, 'mw', 'iscgem776227', 'near the coast of southern Peru', 'earthquake\r'), +(1100, '1972-02-16 03:49:52', -11.347, 166.261, 100, 5.6, 'mw', 'iscgem776232', 'Santa Cruz Islands', 'earthquake\r'), +(1101, '1972-02-17 00:39:10', -6.102, 151.856, 35, 5.6, 'mw', 'iscgem776261', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1102, '1972-02-19 07:59:18', -11.123, 162.917, 20, 5.5, 'mw', 'iscgemsup776309', 'Solomon Islands', 'earthquake\r'), +(1103, '1972-02-19 13:54:46', 44.635, 149.084, 45, 5.6, 'mw', 'iscgem776315', 'Kuril Islands', 'earthquake\r'), +(1104, '1972-02-20 06:08:14', 29.328, -113.68, 15, 5.8, 'mw', 'iscgem776334', 'Baja California, Mexico', 'earthquake\r'), +(1105, '1972-02-21 19:34:51', 55.888, -158.337, 54.3, 5.8, 'mw', 'iscgem776372', 'Alaska Peninsula', 'earthquake\r'), +(1106, '1972-02-23 18:19:04', -15.428, -172.681, 35, 5.8, 'mw', 'iscgem776417', 'Samoa Islands region', 'earthquake\r'), +(1107, '1972-02-24 01:43:05', 55.846, -158.214, 58.9, 5.5, 'mw', 'iscgem776426', 'Alaska Peninsula', 'earthquake\r'), +(1108, '1972-02-25 01:17:16', -60.759, -25.668, 35, 6.3, 'mw', 'iscgem776454', 'South Sandwich Islands region', 'earthquake\r'), +(1109, '1972-02-26 23:31:08', 50.462, 97.207, 15, 5.7, 'mw', 'iscgem776489', 'southwestern Siberia, Russia', 'earthquake\r'), +(1110, '1972-02-29 09:23:01', 33.453, 140.929, 59.8, 7.2, 'mw', 'iscgem776553', 'Izu Islands, Japan region', 'earthquake\r'), +(1111, '1972-02-29 09:42:42', 33.502, 141.092, 56.8, 6, 'mw', 'iscgem776554', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1112, '1972-03-01 09:04:39', -18.995, -173.662, 10, 6, 'mw', 'iscgem774943', 'Tonga', 'earthquake\r'), +(1113, '1972-03-01 09:28:56', 40.535, -125.444, 10, 5.9, 'mw', 'iscgem774945', 'offshore Northern California', 'earthquake\r'), +(1114, '1972-03-01 21:39:44', -24.796, -70.094, 48.9, 5.7, 'mw', 'iscgem774973', 'Antofagasta, Chile', 'earthquake\r'), +(1115, '1972-03-02 20:10:09', 33.508, 141.054, 57.7, 5.9, 'mw', 'iscgem775019', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1116, '1972-03-04 02:58:29', -21.888, -179.329, 590, 5.6, 'mw', 'iscgem775069', 'Fiji region', 'earthquake\r'), +(1117, '1972-03-06 18:50:18', 50.069, 148.883, 586.2, 5.7, 'mw', 'iscgem775173', 'Sea of Okhotsk', 'earthquake\r'), +(1118, '1972-03-07 07:45:23', -28.277, -178.169, 200, 6.6, 'mw', 'iscgem775192', 'Kermadec Islands region', 'earthquake\r'), +(1119, '1972-03-08 03:45:25', -3.795, 131.384, 25.6, 5.9, 'mw', 'iscgem775213', 'Ceram Sea, Indonesia', 'earthquake\r'), +(1120, '1972-03-14 00:47:15', 33.358, 141.105, 41.3, 5.6, 'mw', 'iscgem775338', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1121, '1972-03-14 14:05:46', 39.217, 29.517, 25, 5.7, 'mw', 'iscgem775356', 'western Turkey', 'earthquake\r'), +(1122, '1972-03-15 11:23:10', 51.588, 176.679, 35, 5.5, 'mw', 'iscgem775374', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1123, '1972-03-17 00:21:27', -24.785, -179.529, 425, 5.7, 'mw', 'iscgem775410', 'south of the Fiji Islands', 'earthquake\r'), +(1124, '1972-03-18 23:17:39', 33.624, 141.427, 25, 5.8, 'mw', 'iscgem775466', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1125, '1972-03-19 15:57:51', 40.872, 141.975, 71.3, 6.2, 'mw', 'iscgem775484', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1126, '1972-03-20 07:33:50', -6.855, -76.726, 55, 6.4, 'mw', 'iscgem775498', 'northern Peru', 'earthquake\r'), +(1127, '1972-03-20 23:31:49', 51.277, -179.233, 35, 5.9, 'mw', 'iscgem775519', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1128, '1972-03-21 09:47:37', 49.92, -176.209, 15, 5.5, 'mw', 'iscgem775534', 'south of the Aleutian Islands', 'earthquake\r'), +(1129, '1972-03-22 10:27:43', 49.019, 153.582, 138.9, 6.8, 'mw', 'iscgem775574', 'Kuril Islands', 'earthquake\r'), +(1130, '1972-03-22 15:53:31', -21.241, -174.279, 20, 5.9, 'mw', 'iscgem775584', 'Tonga', 'earthquake\r'), +(1131, '1972-03-23 07:16:51', -15.507, -172.723, 10, 5.7, 'mw', 'iscgem775606', 'Samoa Islands region', 'earthquake\r'), +(1132, '1972-03-24 03:38:28', 56.108, -157.254, 68.3, 6.4, 'mw', 'iscgem775639', 'Alaska Peninsula', 'earthquake\r'), +(1133, '1972-03-24 17:17:42', 7.092, 123.643, 30, 5.7, 'mw', 'iscgem775660', 'Mindanao, Philippines', 'earthquake\r'), +(1134, '1972-03-25 00:56:06', 48.066, 153.087, 137.7, 6, 'mw', 'iscgem775668', 'Kuril Islands', 'earthquake\r'), +(1135, '1972-03-25 05:26:42', -22.005, -174.378, 40, 5.7, 'mw', 'iscgem775674', 'Tonga region', 'earthquake\r'), +(1136, '1972-03-25 12:15:31', -3.557, 150.166, 30, 6.5, 'mw', 'iscgem775684', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1137, '1972-03-25 22:59:41', 43.269, 146.008, 45.4, 6.3, 'mw', 'iscgem775692', 'Kuril Islands', 'earthquake\r'), +(1138, '1972-03-27 11:12:28', -17.855, -178.48, 562.5, 5.5, 'mw', 'iscgem775721', 'Fiji region', 'earthquake\r'), +(1139, '1972-03-28 13:58:23', -30.834, -179.828, 350, 5.7, 'mw', 'iscgem775750', 'Kermadec Islands region', 'earthquake\r'), +(1140, '1972-03-30 05:34:53', -25.758, 179.665, 495.8, 7.2, 'mw', 'iscgem775781', 'south of the Fiji Islands', 'earthquake\r'), +(1141, '1972-03-30 11:00:18', -29.765, -71.438, 40, 5.8, 'mw', 'iscgem775792', 'offshore Coquimbo, Chile', 'earthquake\r'), +(1142, '1972-03-31 15:36:52', -55.247, -29.108, 15, 6.1, 'mw', 'iscgem775844', 'South Sandwich Islands region', 'earthquake\r'), +(1143, '1972-04-01 23:51:21', -49.389, 164.032, 10, 6.4, 'mw', 'iscgem774029', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(1144, '1972-04-02 09:01:24', -16.118, -173.029, 25, 6, 'mw', 'iscgem774049', 'Tonga', 'earthquake\r'), +(1145, '1972-04-02 15:36:43', -16.028, -172.767, 25, 5.6, 'mw', 'iscgem774055', 'Samoa Islands region', 'earthquake\r'), +(1146, '1972-04-02 21:30:05', -13.102, 166.214, 10, 6.7, 'mw', 'iscgem774059', 'Vanuatu', 'earthquake\r'), +(1147, '1972-04-03 18:52:58', 54.238, -35.118, 10, 5.7, 'mw', 'iscgem774085', 'Reykjanes Ridge', 'earthquake\r'), +(1148, '1972-04-04 22:43:09', -7.432, 125.544, 390, 6.8, 'mw', 'iscgem774129', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(1149, '1972-04-06 03:21:16', -57.842, -26.72, 135, 5.5, 'mw', 'iscgem774175', 'South Sandwich Islands region', 'earthquake\r'), +(1150, '1972-04-08 04:55:04', 8.026, -38.911, 10, 5.6, 'mw', 'iscgem774234', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(1151, '1972-04-08 06:24:15', 42.477, -126.542, 15, 5.6, 'mw', 'iscgem774236', 'off the coast of Oregon', 'earthquake\r'), +(1152, '1972-04-09 04:10:49', 42.104, 84.609, 16.1, 5.7, 'mw', 'iscgem774259', 'northern Xinjiang, China', 'earthquake\r'), +(1153, '1972-04-10 02:06:51', 28.415, 52.765, 10, 6.6, 'mw', 'iscgem774291', 'southern Iran', 'earthquake\r'), +(1154, '1972-04-11 02:21:14', 0.922, -28.28, 10, 6.6, 'mw', 'iscgem774329', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(1155, '1972-04-12 10:00:04', -19.394, -174.728, 135, 5.5, 'mw', 'iscgem774380', 'Tonga', 'earthquake\r'), +(1156, '1972-04-17 10:49:45', 24.171, 122.543, 41.6, 6.3, 'mw', 'iscgem774536', 'Taiwan region', 'earthquake\r'), +(1157, '1972-04-21 01:28:10', 53.987, -166.919, 106.5, 5.9, 'mw', 'iscgem774628', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1158, '1972-04-21 13:25:18', -15.311, -173.463, 85, 6, 'mw', 'iscgem774638', 'Tonga', 'earthquake\r'), +(1159, '1972-04-23 20:40:06', -5.609, 104.103, 55, 5.7, 'mw', 'iscgem774688', 'southern Sumatra, Indonesia', 'earthquake\r'), +(1160, '1972-04-24 01:20:47', -31.464, -111.174, 15, 6.3, 'mw', 'iscgem774701', 'Easter Island region', 'earthquake\r'), +(1161, '1972-04-24 02:04:24', -21.4, -179.243, 600, 5.7, 'mw', 'iscgemsup774704', 'Fiji region', 'earthquake\r'), +(1162, '1972-04-24 09:57:21', 23.564, 121.539, 22.2, 7, 'mw', 'iscgem774714', 'Taiwan', 'earthquake\r'), +(1163, '1972-04-24 17:58:32', 23.736, 121.59, 22.5, 5.6, 'mw', 'iscgem774740', 'Taiwan', 'earthquake\r'), +(1164, '1972-04-25 19:30:07', 13.402, 120.275, 25, 7.5, 'mw', 'iscgem774772', 'Mindoro, Philippines', 'earthquake\r'), +(1165, '1972-04-26 01:33:19', -18.159, 173.06, 595, 5.8, 'mw', 'iscgem774780', 'Fiji region', 'earthquake\r'), +(1166, '1972-04-27 01:29:34', 13.603, 120.634, 25, 6, 'mw', 'iscgem774826', 'Mindoro, Philippines', 'earthquake\r'), +(1167, '1972-04-27 19:20:55', 24.043, 122.425, 31.8, 5.6, 'mw', 'iscgem774852', 'Taiwan region', 'earthquake\r'), +(1168, '1972-04-28 23:32:11', -5.154, 154.191, 409.9, 7.2, 'mw', 'iscgem774887', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1169, '1972-04-29 23:06:38', -6.544, 155.05, 35, 5.6, 'mw', 'iscgem774907', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1170, '1972-04-30 15:15:32', 13.557, 120.422, 25, 6, 'mw', 'iscgem774926', 'Mindoro, Philippines', 'earthquake\r'), +(1171, '1972-05-02 03:10:24', 5.544, 124.622, 370, 5.6, 'mw', 'iscgem773072', 'Mindanao, Philippines', 'earthquake\r'), +(1172, '1972-05-02 06:56:22', 5.203, -100.228, 15, 6.1, 'mw', 'iscgem773076', 'Galapagos Triple Junction region', 'earthquake\r'), +(1173, '1972-05-04 03:50:31', 33.581, 141.217, 46.1, 5.6, 'mw', 'iscgem773119', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1174, '1972-05-04 04:11:35', -10.7, 113.625, 25, 5.6, 'mw', 'iscgemsup773120', 'south of Java, Indonesia', 'earthquake\r'), +(1175, '1972-05-04 21:40:01', 35.182, 23.55, 35, 6.3, 'mw', 'iscgem773147', 'Crete, Greece', 'earthquake\r'), +(1176, '1972-05-05 10:16:09', 23.065, 121.382, 25, 5.6, 'mw', 'iscgem773154', 'Taiwan', 'earthquake\r'), +(1177, '1972-05-05 23:16:30', -4.255, 152.618, 30, 6.6, 'mw', 'iscgem773172', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1178, '1972-05-07 16:39:43', -4.925, 153.841, 101.9, 5.6, 'mw', 'iscgem773228', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1179, '1972-05-07 22:06:29', -53.742, -134.352, 10, 6.3, 'mw', 'iscgem773235', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(1180, '1972-05-08 06:18:58', -1.21, 138.306, 20, 5.7, 'mw', 'iscgem773250', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(1181, '1972-05-08 16:15:14', -19.55, -176.118, 30, 5.6, 'mw', 'iscgem773264', 'Fiji region', 'earthquake\r'), +(1182, '1972-05-09 12:20:23', -17.788, -178.744, 564.3, 6, 'mw', 'iscgem773296', 'Fiji region', 'earthquake\r'), +(1183, '1972-05-10 05:48:21', -3.866, 150.246, 10, 5.8, 'mw', 'iscgem773323', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1184, '1972-05-10 22:03:06', -0.313, 122.28, 15, 5.8, 'mw', 'iscgem773343', 'Sulawesi, Indonesia', 'earthquake\r'), +(1185, '1972-05-11 00:44:59', 42.789, 144.678, 61.1, 5.7, 'mw', 'iscgem773347', 'Hokkaido, Japan region', 'earthquake\r'), +(1186, '1972-05-11 21:18:27', -27.825, -178.88, 358.1, 5.9, 'mw', 'iscgem773377', 'Kermadec Islands region', 'earthquake\r'), +(1187, '1972-05-12 01:21:29', 24.537, 121.624, 57.1, 5.7, 'mw', 'iscgem773381', 'Taiwan', 'earthquake\r'), +(1188, '1972-05-13 09:23:33', -32.156, -178.452, 30, 5.7, 'mw', 'iscgem773429', 'south of the Kermadec Islands', 'earthquake\r'), +(1189, '1972-05-13 15:19:38', -32.76, -71.736, 45, 5.6, 'mw', 'iscgem773444', 'offshore Valparaiso, Chile', 'earthquake\r'), +(1190, '1972-05-14 05:03:20', -0.039, 122.874, 180, 5.6, 'mw', 'iscgem773464', 'Sulawesi, Indonesia', 'earthquake\r'), +(1191, '1972-05-15 09:32:55', -23.633, -179.991, 550, 5.8, 'mw', 'iscgem773503', 'south of the Fiji Islands', 'earthquake\r'), +(1192, '1972-05-15 10:09:37', -29.785, -69.686, 10, 5.5, 'mw', 'iscgem773505', 'San Juan, Argentina', 'earthquake\r'), +(1193, '1972-05-17 05:27:53', 13.393, 120.036, 26.4, 6.2, 'mw', 'iscgem773549', 'Mindoro, Philippines', 'earthquake\r'), +(1194, '1972-05-21 03:50:32', -15.988, -73.92, 79.6, 5.5, 'mw', 'iscgem773679', 'southern Peru', 'earthquake\r'), +(1195, '1972-05-22 06:04:02', 16.552, 122.189, 35, 6.9, 'mw', 'iscgem773701', 'Luzon, Philippines', 'earthquake\r'), +(1196, '1972-05-22 20:45:57', -17.76, -175.066, 222.1, 7.1, 'mw', 'iscgem773729', 'Tonga', 'earthquake\r'), +(1197, '1972-05-24 11:26:02', -22.277, 171.351, 25, 6, 'mw', 'iscgem773772', 'southeast of the Loyalty Islands', 'earthquake\r'), +(1198, '1972-05-26 08:38:17', 13.21, 120.297, 20, 5.5, 'mw', 'iscgem773833', 'Mindoro, Philippines', 'earthquake\r'), +(1199, '1972-05-27 04:06:52', 54.865, 156.385, 419.5, 5.9, 'mw', 'iscgem773858', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(1200, '1972-05-28 01:55:20', -10.973, 116.987, 15, 6.3, 'mw', 'iscgem773883', 'south of Lombok, Indonesia', 'earthquake\r'), +(1201, '1972-06-02 22:50:48', 3.616, 96.755, 25, 5.6, 'mw', 'iscgem772160', 'northern Sumatra, Indonesia', 'earthquake\r'), +(1202, '1972-06-06 02:19:42', 51.341, -178.26, 47.5, 5.5, 'mw', 'iscgem772242', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1203, '1972-06-06 05:25:50', 32.853, -39.776, 15, 5.7, 'mw', 'iscgem772246', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(1204, '1972-06-07 12:01:19', 2.505, 128.229, 150, 6, 'mw', 'iscgemsup772287', 'Halmahera, Indonesia', 'earthquake\r'), +(1205, '1972-06-08 07:55:20', -7.278, 126.684, 325, 5.6, 'mw', 'iscgem772319', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(1206, '1972-06-08 09:14:09', 21.085, 120.207, 25, 5.7, 'mw', 'iscgem772321', 'Taiwan region', 'earthquake\r'), +(1207, '1972-06-08 17:57:39', -22.538, -66.13, 256.2, 5.7, 'mw', 'iscgem772339', 'Jujuy, Argentina', 'earthquake\r'), +(1208, '1972-06-08 18:53:44', -30.466, -71.699, 45, 6.7, 'mw', 'iscgem772340', 'offshore Coquimbo, Chile', 'earthquake\r'), +(1209, '1972-06-09 00:19:55', -21.297, -173.921, 15, 5.7, 'mw', 'iscgem772347', 'Tonga', 'earthquake\r'), +(1210, '1972-06-11 16:41:04', 3.752, 124.221, 330.8, 7.7, 'mw', 'iscgem772416', 'Celebes Sea', 'earthquake\r'), +(1211, '1972-06-11 18:36:49', -5.55, 147.074, 150, 5.7, 'mw', 'iscgem772418', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(1212, '1972-06-12 00:45:45', -12.419, 167.048, 233.8, 5.5, 'mw', 'iscgem772427', 'Santa Cruz Islands', 'earthquake\r'), +(1213, '1972-06-12 09:56:23', 5.196, -78.195, 25, 5.8, 'mw', 'iscgem772448', 'south of Panama', 'earthquake\r'), +(1214, '1972-06-12 13:33:59', 33.023, 46.184, 15, 5.6, 'mw', 'iscgem772457', 'Iran-Iraq border region', 'earthquake\r'), +(1215, '1972-06-12 19:47:37', 53.337, -166.87, 32.5, 6.2, 'mw', 'iscgem772465', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1216, '1972-06-13 16:58:36', -29.764, -177.282, 42.5, 5.8, 'mw', 'iscgem772500', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(1217, '1972-06-15 15:21:19', 42.282, 143.224, 56.6, 5.6, 'mw', 'iscgem772568', 'Hokkaido, Japan region', 'earthquake\r'), +(1218, '1972-06-21 15:29:52', 31.934, 131.882, 39.9, 6, 'mw', 'iscgem772744', 'Kyushu, Japan', 'earthquake\r'), +(1219, '1972-06-24 15:29:21', 36.278, 69.681, 24, 6.3, 'mw', 'iscgem772832', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(1220, '1972-06-24 23:20:06', 1.476, 127.57, 208.9, 5.8, 'mw', 'iscgem772849', 'Halmahera, Indonesia', 'earthquake\r'), +(1221, '1972-06-26 10:06:01', 51.858, 156.162, 194.8, 5.8, 'mw', 'iscgem772898', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(1222, '1972-06-28 09:49:36', 27.643, 33.815, 15, 5.6, 'mw', 'iscgem772960', 'Egypt', 'earthquake\r'), +(1223, '1972-06-30 12:39:58', -17.934, -178.393, 575, 5.5, 'mw', 'iscgem773022', 'Fiji region', 'earthquake\r'), +(1224, '1972-07-02 12:56:07', 30.051, 50.889, 20, 5.6, 'mw', 'iscgem771213', 'southern Iran', 'earthquake\r'), +(1225, '1972-07-03 01:19:27', 18.747, 145.112, 610, 5.7, 'mw', 'iscgem771233', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(1226, '1972-07-03 05:31:30', 5.794, 125.865, 105, 5.6, 'mw', 'iscgem771244', 'Mindanao, Philippines', 'earthquake\r'), +(1227, '1972-07-04 01:04:36', 38.529, 142.15, 48.1, 5.7, 'mw', 'iscgem771272', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1228, '1972-07-04 10:16:12', 9.379, 122.536, 45, 6, 'mw', 'iscgem771290', 'Negros, Philippines', 'earthquake\r'), +(1229, '1972-07-05 10:16:40', 49.366, -127.517, 26, 5.9, 'mw', 'iscgem771324', 'Vancouver Island, Canada region', 'earthquake\r'), +(1230, '1972-07-07 12:36:15', 11.856, 126.21, 25, 5.6, 'mw', 'iscgem771389', 'Philippine Islands region', 'earthquake\r'), +(1231, '1972-07-08 06:49:22', 36.382, 71.433, 107.3, 5.9, 'mw', 'iscgem771410', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(1232, '1972-07-08 12:10:52', 16.209, -97.063, 27.5, 5.6, 'mw', 'iscgem771416', 'Oaxaca, Mexico', 'earthquake\r'), +(1233, '1972-07-11 15:46:10', -6.064, 153.099, 20, 5.6, 'mw', 'iscgem771492', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1234, '1972-07-16 00:29:19', -20.809, -178.676, 615.3, 5.6, 'mw', 'iscgem771602', 'Fiji region', 'earthquake\r'), +(1235, '1972-07-16 04:21:38', -35.1, -179.985, 35, 5.8, 'mw', 'iscgem771609', 'east of the North Island of New Zealand', 'earthquake\r'), +(1236, '1972-07-16 17:09:08', -3.136, 100.89, 36.8, 6, 'mw', 'iscgem771618', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(1237, '1972-07-21 08:37:13', -21.932, -175.973, 123.6, 5.7, 'mw', 'iscgemsup771756', 'Tonga', 'earthquake\r'), +(1238, '1972-07-22 16:41:03', 31.356, 91.444, 10, 5.9, 'mw', 'iscgem771798', 'eastern Xizang', 'earthquake\r'), +(1239, '1972-07-23 19:13:08', 50.078, -129.51, 15, 6.5, 'mw', 'iscgem771830', 'Vancouver Island, Canada region', 'earthquake\r'), +(1240, '1972-07-25 09:20:30', -21.488, -176.281, 186.3, 5.7, 'mw', 'iscgem771868', 'Fiji region', 'earthquake\r'), +(1241, '1972-07-29 05:04:22', 0.119, 123.445, 139.1, 6.2, 'mw', 'iscgem772000', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(1242, '1972-07-30 03:01:06', 49.105, 156.123, 35, 5.5, 'mw', 'iscgem772027', 'Kuril Islands', 'earthquake\r'), +(1243, '1972-07-30 17:40:20', -4.54, 152.276, 10, 6, 'mw', 'iscgem772048', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1244, '1975-06-18 16:32:29', -13.733, 167.188, 201, 5.5, 'mb', 'usp0000bn8', 'Vanuatu', 'earthquake\r'), +(1245, '1972-07-30 20:13:57', -4.617, 152.32, 10, 6, 'mw', 'iscgem772054', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1246, '1972-07-30 21:45:17', 56.724, -135.853, 25, 7.6, 'mw', 'iscgem772060', 'Southeastern Alaska', 'earthquake\r'), +(1247, '1972-07-30 23:17:23', -5.877, 130.525, 90, 5.9, 'mw', 'iscgemsup772067', 'Banda Sea', 'earthquake\r'), +(1248, '1972-07-31 03:28:29', 30.681, 141.893, 20, 5.9, 'mw', 'iscgem772073', 'Izu Islands, Japan region', 'earthquake\r'), +(1249, '1972-07-31 15:56:08', 30.705, 141.801, 20, 5.9, 'mw', 'iscgem772093', 'Izu Islands, Japan region', 'earthquake\r'), +(1250, '1972-08-01 10:37:00', -4.119, 102.28, 90, 5.6, 'mw', 'iscgem770115', 'southern Sumatra, Indonesia', 'earthquake\r'), +(1251, '1972-08-01 19:06:35', 2.394, 127.543, 97.7, 6.3, 'mw', 'iscgemsup770124', 'Molucca Sea', 'earthquake\r'), +(1252, '1972-08-02 19:48:53', -26.312, -177.506, 182.5, 5.5, 'mw', 'iscgem770161', 'south of the Fiji Islands', 'earthquake\r'), +(1253, '1972-08-02 21:38:51', 55.889, 163.271, 25.2, 6.1, 'mw', 'iscgem770163', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1254, '1972-08-03 04:40:55', 51.128, -178.19, 33.5, 6.4, 'mw', 'iscgem770175', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1255, '1972-08-03 06:59:46', 51.033, -178.183, 35, 5.6, 'mw', 'iscgem770183', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1256, '1972-08-03 07:03:14', 51.072, -177.954, 35, 5.6, 'mw', 'iscgem770184', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1257, '1972-08-04 11:38:09', 56.118, -135.529, 15, 5.9, 'mw', 'iscgem770229', 'Southeastern Alaska', 'earthquake\r'), +(1258, '1972-08-04 17:51:14', 49.149, 155.928, 45, 6.6, 'mw', 'iscgem770242', 'Kuril Islands', 'earthquake\r'), +(1259, '1972-08-04 20:01:36', -11.2, 162.001, 15, 6.1, 'mw', 'iscgem770248', 'Solomon Islands', 'earthquake\r'), +(1260, '1972-08-04 22:30:36', -11.048, 161.945, 15, 6.1, 'mw', 'iscgem770253', 'Solomon Islands', 'earthquake\r'), +(1261, '1972-08-05 06:30:58', -11.082, 162.181, 15, 6, 'mw', 'iscgem770273', 'Solomon Islands', 'earthquake\r'), +(1262, '1972-08-06 01:12:51', 25.031, 61.278, 25, 5.7, 'mw', 'iscgem770300', 'Iran-Pakistan border region', 'earthquake\r'), +(1263, '1972-08-06 07:14:43', -11.093, 162.139, 15, 6.3, 'mw', 'iscgem770308', 'Solomon Islands', 'earthquake\r'), +(1264, '1972-08-06 15:17:30', -11.16, 162.173, 15, 5.7, 'mw', 'iscgem770325', 'Solomon Islands', 'earthquake\r'), +(1265, '1972-08-07 09:24:13', -16.646, -171.974, 15.6, 6.1, 'mw', 'iscgem770351', 'Samoa Islands region', 'earthquake\r'), +(1266, '1972-08-07 23:16:39', -19.052, 169.118, 179.6, 5.6, 'mw', 'iscgem770356', 'Vanuatu', 'earthquake\r'), +(1267, '1972-08-10 15:31:27', -21.396, -174.371, 40, 5.6, 'mw', 'iscgem770453', 'Tonga', 'earthquake\r'), +(1268, '1972-08-12 09:42:07', 51.277, -179.255, 35, 5.9, 'mw', 'iscgem770502', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1269, '1972-08-12 13:15:49', 4.952, -82.706, 25, 5.9, 'mw', 'iscgem770510', 'south of Panama', 'earthquake\r'), +(1270, '1972-08-13 11:47:46', -51.974, -74.095, 15, 5.8, 'mw', 'iscgemsup770547', 'Magallanes y Antartica Chilena, Chile', 'earthquake\r'), +(1271, '1972-08-14 15:33:16', 1.71, 126.324, 30, 5.6, 'mw', 'iscgem770574', 'Molucca Sea', 'earthquake\r'), +(1272, '1972-08-14 22:29:28', -6.365, 144.475, 35, 5.6, 'mw', 'iscgem770580', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(1273, '1972-08-15 10:56:13', 56.264, -135.604, 10, 5.8, 'mw', 'iscgem770594', 'Southeastern Alaska', 'earthquake\r'), +(1274, '1972-08-17 23:44:09', -6.05, 152.932, 20, 7.5, 'mw', 'iscgem770672', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1275, '1972-08-18 00:23:51', -6.098, 152.691, 20, 6.1, 'mw', 'iscgem770674', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1276, '1972-08-20 05:10:19', 1.342, 126.939, 15, 5.7, 'mw', 'iscgem770751', 'Molucca Sea', 'earthquake\r'), +(1277, '1972-08-20 10:09:10', 38.721, 140.039, 15, 5.6, 'mw', 'iscgem770755', 'eastern Honshu, Japan', 'earthquake\r'), +(1278, '1972-08-21 06:23:50', 49.486, 147.053, 584.2, 6.2, 'mw', 'iscgem770771', 'Sea of Okhotsk', 'earthquake\r'), +(1279, '1972-08-21 08:47:07', -5.826, 152.986, 37.5, 5.8, 'mw', 'iscgem770773', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1280, '1972-08-23 08:47:18', 58.231, -153.519, 68.5, 5.7, 'mw', 'iscgemsup770845', 'Kodiak Island region, Alaska', 'earthquake\r'), +(1281, '1972-08-23 11:59:55', 1.787, 127.302, 120, 5.7, 'mw', 'iscgem770851', 'Halmahera, Indonesia', 'earthquake\r'), +(1282, '1972-08-28 02:18:54', -25.002, 136.348, 10, 5.7, 'mw', 'iscgem771020', 'Northern Territory, Australia', 'earthquake\r'), +(1283, '1972-08-28 15:21:01', 51.218, -179.27, 35, 5.6, 'mw', 'iscgem771047', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1284, '1972-08-28 18:58:01', -21.341, -174.243, 10, 6.1, 'mw', 'iscgem771053', 'Tonga', 'earthquake\r'), +(1285, '1972-08-29 05:59:03', -20.188, -175.067, 165, 5.7, 'mw', 'iscgem771069', 'Tonga', 'earthquake\r'), +(1286, '1972-08-30 10:29:53', -3.513, 144.934, 15, 6.5, 'mw', 'iscgem771107', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(1287, '1972-08-30 18:51:33', 36.62, 96.562, 18, 5.5, 'mw', 'iscgem771120', 'northern Qinghai, China', 'earthquake\r'), +(1288, '1972-08-31 08:07:22', 35.926, 136.762, 15, 5.8, 'mw', 'iscgem771137', 'western Honshu, Japan', 'earthquake\r'), +(1289, '1972-08-31 14:03:14', 52.348, 95.479, 11.1, 5.5, 'mw', 'iscgem771140', 'southwestern Siberia, Russia', 'earthquake\r'), +(1290, '1972-09-01 12:47:14', -15.012, 167.399, 122.3, 6, 'mw', 'iscgem768900', 'Vanuatu', 'earthquake\r'), +(1291, '1972-09-02 01:49:40', 29.44, 130.5, 52.2, 6.2, 'mw', 'iscgem768911', 'Ryukyu Islands, Japan', 'earthquake\r'), +(1292, '1972-09-03 06:31:22', -5.577, 151.182, 25, 6.2, 'mw', 'iscgem768956', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1293, '1972-09-03 16:48:29', 35.919, 73.416, 30, 6.2, 'mw', 'iscgem768987', 'northwestern Kashmir', 'earthquake\r'), +(1294, '1972-09-03 23:03:53', 35.921, 73.347, 30, 5.8, 'mw', 'iscgem769003', 'northwestern Kashmir', 'earthquake\r'), +(1295, '1972-09-04 13:42:19', 35.941, 73.387, 30, 6, 'mw', 'iscgem769036', 'northwestern Kashmir', 'earthquake\r'), +(1296, '1972-09-04 18:11:14', -11.772, 166.319, 67, 6.5, 'mw', 'iscgemsup769047', 'Santa Cruz Islands', 'earthquake\r'), +(1297, '1972-09-04 23:32:21', -3.847, -80.741, 30, 5.5, 'mw', 'iscgem769065', 'Peru-Ecuador border region', 'earthquake\r'), +(1298, '1972-09-05 05:23:05', -6.938, 129.69, 108.4, 5.9, 'mw', 'iscgem769082', 'Banda Sea', 'earthquake\r'), +(1299, '1972-09-05 17:18:27', 1.987, 128.22, 126.3, 6.3, 'mw', 'iscgem769103', 'Halmahera, Indonesia', 'earthquake\r'), +(1300, '1972-09-05 17:30:36', -19.957, 169.136, 50, 6.3, 'mw', 'iscgem769104', 'Vanuatu', 'earthquake\r'), +(1301, '1972-09-07 02:54:56', -2.036, 68.091, 9.8, 5.6, 'mw', 'iscgem769158', 'Carlsberg Ridge', 'earthquake\r'), +(1302, '1972-09-07 20:00:28', -6.349, 148.423, 50, 5.8, 'mw', 'iscgem769181', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1303, '1972-09-08 03:13:01', -5.754, 130.547, 87.5, 5.8, 'mw', 'iscgem769197', 'Banda Sea', 'earthquake\r'), +(1304, '1972-09-08 11:34:47', 71.467, -10.375, 15, 6, 'mw', 'iscgem769213', 'Jan Mayen Island region', 'earthquake\r'), +(1305, '1972-09-09 02:44:05', -15.429, -175.553, 35, 6.2, 'mw', 'iscgem769237', 'Tonga', 'earthquake\r'), +(1306, '1972-09-10 06:03:28', -20.248, 168.745, 35, 6.3, 'mw', 'iscgem769262', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(1307, '1972-09-11 10:36:55', -3.551, 149.92, 10, 5.6, 'mw', 'iscgem769303', 'Bismarck Sea', 'earthquake\r'), +(1308, '1972-09-11 11:17:21', -3.52, 149.909, 10, 5.7, 'mw', 'iscgem769305', 'Bismarck Sea', 'earthquake\r'), +(1309, '1972-09-11 13:35:49', -3.296, 130.685, 28.6, 6.1, 'mw', 'iscgem769309', 'Seram, Indonesia', 'earthquake\r'), +(1310, '1972-09-13 04:13:21', 37.99, 22.485, 81.5, 6.1, 'mw', 'iscgemsup769354', 'southern Greece', 'earthquake\r'), +(1311, '1972-09-13 14:33:39', -20.359, 168.987, 30, 6.4, 'mw', 'iscgem769369', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(1312, '1972-09-13 14:55:45', -20.384, 168.841, 30, 5.7, 'mw', 'iscgem769371', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(1313, '1972-09-14 09:24:13', -20.521, 168.837, 30, 5.6, 'mw', 'iscgem769392', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(1314, '1972-09-15 17:46:53', -20.393, 168.628, 30, 5.8, 'mw', 'iscgem769420', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(1315, '1972-09-16 09:14:35', 15.216, -96.327, 30, 6, 'mw', 'iscgem769443', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(1316, '1972-09-16 10:51:41', 2.215, 128.225, 160, 5.7, 'mw', 'iscgem769447', 'Halmahera, Indonesia', 'earthquake\r'), +(1317, '1972-09-16 12:11:25', -10.543, 161.363, 35, 5.6, 'mw', 'iscgem769451', 'Solomon Islands', 'earthquake\r'), +(1318, '1972-09-17 14:07:14', 38.347, 20.307, 15, 6.5, 'mw', 'iscgem769484', 'Greece', 'earthquake\r'), +(1319, '1972-09-17 17:37:50', 35.926, 73.4, 35, 5.6, 'mw', 'iscgem769503', 'northwestern Kashmir', 'earthquake\r'), +(1320, '1972-09-18 20:35:38', -9.892, 119.634, 35, 5.6, 'mw', 'iscgem769592', 'Sumba region, Indonesia', 'earthquake\r'), +(1321, '1972-09-19 01:36:51', 19.471, -70.26, 15, 6.1, 'mw', 'iscgem769608', 'Dominican Republic', 'earthquake\r'), +(1322, '1972-09-19 15:08:19', -5.793, 148.155, 195.1, 5.8, 'mw', 'iscgem769642', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1323, '1972-09-19 17:40:12', -19.333, -173.667, 35, 5.5, 'mw', 'iscgem769647', 'Tonga', 'earthquake\r'), +(1324, '1972-09-21 00:10:13', 2.948, 96.091, 23.4, 5.5, 'mw', 'iscgem769692', 'Simeulue, Indonesia', 'earthquake\r'), +(1325, '1972-09-22 11:45:11', -16.633, -174.33, 180.3, 5.7, 'mw', 'iscgem769749', 'Tonga', 'earthquake\r'), +(1326, '1972-09-22 17:36:02', -0.101, 122.931, 125, 5.6, 'mw', 'iscgem769763', 'Sulawesi, Indonesia', 'earthquake\r'), +(1327, '1972-09-22 19:57:28', 22.413, 121.123, 25, 6.3, 'mw', 'iscgem769766', 'Taiwan region', 'earthquake\r'), +(1328, '1972-09-23 02:14:28', 22.315, 121.091, 25, 6.4, 'mw', 'iscgem769785', 'Taiwan region', 'earthquake\r'), +(1329, '1972-09-24 20:09:38', -6.305, 131.116, 35, 6.8, 'mw', 'iscgem769882', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(1330, '1972-09-24 22:39:17', -6.21, 131.164, 35, 5.5, 'mw', 'iscgem769886', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(1331, '1972-09-26 21:05:45', -30.957, -68.208, 15, 6, 'mw', 'iscgem769955', 'San Juan, Argentina', 'earthquake\r'), +(1332, '1972-09-27 09:01:44', -16.695, -171.996, 25, 6.2, 'mw', 'iscgem769977', 'Samoa Islands region', 'earthquake\r'), +(1333, '1972-09-29 06:37:35', -21.208, -174.476, 25, 5.9, 'mw', 'iscgem770048', 'Tonga', 'earthquake\r'), +(1334, '1972-10-01 23:49:38', 7.478, 123.809, 628.8, 5.9, 'mw', 'iscgem767932', 'Mindanao, Philippines', 'earthquake\r'), +(1335, '1972-10-02 20:35:47', -33.962, -70.897, 80.6, 5.5, 'mw', 'iscgem767972', 'Region Metropolitana, Chile', 'earthquake\r'), +(1336, '1972-10-03 10:14:21', 47.273, 154.144, 30, 5.5, 'mw', 'iscgem767995', 'Kuril Islands', 'earthquake\r'), +(1337, '1972-10-06 16:42:55', -6.112, 149.814, 50, 6.3, 'mw', 'iscgem768118', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1338, '1972-10-07 12:34:57', -4.573, 153.101, 85, 5.7, 'mw', 'iscgem768140', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1339, '1972-10-10 22:42:19', -20.095, -68.708, 122.6, 5.7, 'mw', 'iscgem768245', 'Potosi, Bolivia', 'earthquake\r'), +(1340, '1972-10-12 00:21:12', 35.907, 73.372, 25, 5.5, 'mw', 'iscgem768277', 'northwestern Kashmir', 'earthquake\r'), +(1341, '1972-10-12 16:45:09', -0.706, 121.647, 20, 5.5, 'mw', 'iscgem768303', 'Sulawesi, Indonesia', 'earthquake\r'), +(1342, '1972-10-12 17:49:54', 1.793, 127.431, 124.8, 6.1, 'mw', 'iscgem768305', 'Halmahera, Indonesia', 'earthquake\r'), +(1343, '1972-10-13 04:46:09', 52.811, -163.122, 14, 5.9, 'mw', 'iscgem768318', 'south of Alaska', 'earthquake\r'), +(1344, '1972-10-14 00:00:25', 48.321, 148.862, 389.4, 5.6, 'mw', 'iscgem768339', 'northwest of the Kuril Islands', 'earthquake\r'), +(1345, '1972-10-14 23:52:06', -33.01, -178.412, 35, 5.9, 'mw', 'iscgem768375', 'south of the Kermadec Islands', 'earthquake\r'), +(1346, '1972-10-15 01:00:01', -32.993, -178.315, 35, 5.5, 'mw', 'iscgem768376', 'south of the Kermadec Islands', 'earthquake\r'), +(1347, '1972-10-15 10:28:08', -22.167, 171.479, 90, 6, 'mw', 'iscgemsup768390', 'southeast of the Loyalty Islands', 'earthquake\r'), +(1348, '1972-10-17 21:23:17', -10.387, 120.478, 30, 5.9, 'mw', 'iscgem768467', 'Sumba region, Indonesia', 'earthquake\r'), +(1349, '1972-10-18 18:18:24', -8.544, 124.855, 15, 5.9, 'mw', 'iscgem768494', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(1350, '1972-10-20 04:33:48', 20.689, -29.738, 15, 6, 'mw', 'iscgem768533', 'North Atlantic Ocean', 'earthquake\r'), +(1351, '1972-10-20 08:17:49', 18.827, -106.788, 20, 6.7, 'mw', 'iscgem768538', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(1352, '1972-10-21 19:52:06', 63.126, -150.968, 130.4, 5.5, 'mw', 'iscgem768580', 'Central Alaska', 'earthquake\r'), +(1353, '1972-10-24 07:31:51', 13.73, 147.135, 10, 5.6, 'mw', 'iscgem768644', 'Mariana Islands region', 'earthquake\r'), +(1354, '1972-10-25 18:25:55', 70.992, -6.533, 15, 5.6, 'mw', 'iscgem768683', 'Jan Mayen Island region', 'earthquake\r'), +(1355, '1972-10-26 17:05:05', 27.393, 128.535, 48, 5.6, 'mw', 'iscgem768710', 'Ryukyu Islands, Japan', 'earthquake\r'), +(1356, '1972-10-26 22:48:35', -14.342, 167.249, 155, 5.5, 'mw', 'iscgem768719', 'Vanuatu', 'earthquake\r'), +(1357, '1972-10-27 09:23:08', -19.986, 168.97, 25, 6.3, 'mw', 'iscgem768732', 'Vanuatu', 'earthquake\r'), +(1358, '1972-10-28 01:01:21', 2.647, 128.708, 45, 5.7, 'mw', 'iscgem768753', 'Halmahera, Indonesia', 'earthquake\r'), +(1359, '1972-10-28 02:27:13', -7.308, 146.808, 10, 6.3, 'mw', 'iscgem768757', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(1360, '1972-10-28 03:16:53', -15.204, 167.553, 130.7, 5.9, 'mw', 'iscgem768758', 'Vanuatu', 'earthquake\r'), +(1361, '1972-10-29 07:20:40', 33.141, 137.95, 341.5, 5.5, 'mw', 'iscgem768802', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(1362, '1972-10-30 16:48:11', -6.323, 154.822, 53.2, 6.3, 'mw', 'iscgem768851', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1363, '1972-11-01 15:24:32', 41.447, 142.998, 72.9, 5.5, 'mw', 'iscgem766897', 'Hokkaido, Japan region', 'earthquake\r'), +(1364, '1972-11-02 09:51:48', -6.383, 131.189, 25, 5.8, 'mw', 'iscgem766918', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(1365, '1972-11-02 19:55:22', -20.122, 168.949, 20, 7, 'mw', 'iscgem766936', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(1366, '1972-11-03 22:42:39', -19.57, 169.41, 20, 5.5, 'mw', 'iscgem766971', 'Vanuatu', 'earthquake\r'), +(1367, '1972-11-03 23:57:56', -19.181, -69.108, 116.6, 5.5, 'mw', 'iscgem766972', 'Tarapaca, Chile', 'earthquake\r'), +(1368, '1972-11-04 03:49:54', -20.037, 169.124, 20, 6.4, 'mw', 'iscgem766980', 'Vanuatu', 'earthquake\r'), +(1369, '1972-11-04 09:47:21', -4.867, 144.548, 82.5, 5.8, 'mw', 'iscgem766990', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(1370, '1972-11-04 21:35:56', -8.234, 112.212, 70, 6, 'mw', 'iscgemsup767015', 'Java, Indonesia', 'earthquake\r'), +(1371, '1972-11-05 00:05:52', -9.624, 122.185, 35, 6.1, 'mw', 'iscgem767020', 'Savu Sea', 'earthquake\r'), +(1372, '1972-11-05 20:08:04', -5.426, 146.669, 233.3, 5.8, 'mw', 'iscgem767054', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(1373, '1972-11-07 05:35:22', -28.89, -67.222, 137.4, 5.6, 'mw', 'iscgem767086', 'La Rioja, Argentina', 'earthquake\r'), +(1374, '1972-11-08 14:25:44', 23.941, 121.541, 20, 5.6, 'mw', 'iscgem767125', 'Taiwan', 'earthquake\r'), +(1375, '1972-11-09 08:09:44', -20.969, -178.984, 605, 5.9, 'mw', 'iscgemsup767151', 'Fiji region', 'earthquake\r'), +(1376, '1972-11-09 16:36:54', -19.621, 169.471, 15, 5.8, 'mw', 'iscgem767161', 'Vanuatu', 'earthquake\r'), +(1377, '1972-11-09 18:41:15', 23.898, 121.562, 22.9, 6.1, 'mw', 'iscgem767168', 'Taiwan', 'earthquake\r'), +(1378, '1972-11-10 07:40:56', 44.393, 147.432, 120, 5.9, 'mw', 'iscgem767196', 'Kuril Islands', 'earthquake\r'), +(1379, '1972-11-12 02:25:58', 12.322, 144.407, 35, 5.6, 'mw', 'iscgem767268', 'Guam region', 'earthquake\r'), +(1380, '1972-11-12 17:56:54', 38.358, 73.176, 114.7, 6.2, 'mw', 'iscgem767290', 'Tajikistan', 'earthquake\r'), +(1381, '1972-11-13 04:43:46', 15.612, -95.036, 15, 6.6, 'mw', 'iscgem767301', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(1382, '1972-11-13 08:11:50', 27.952, 140.217, 380, 5.8, 'mw', 'iscgem767307', 'Bonin Islands, Japan region', 'earthquake\r'), +(1383, '1972-11-15 16:19:29', -48.93, 123.518, 10, 5.9, 'mw', 'iscgem767401', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(1384, '1972-11-16 12:43:06', 35.648, 69.853, 116, 5.9, 'mw', 'iscgem767428', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(1385, '1972-11-19 04:35:26', 13.061, -88.601, 70.7, 5.7, 'mw', 'iscgem767495', 'offshore El Salvador', 'earthquake\r'), +(1386, '1972-11-19 20:10:51', 80.465, -2.831, 15, 5.7, 'mw', 'iscgem767511', 'north of Svalbard', 'earthquake\r'), +(1387, '1972-11-20 09:11:44', 16.871, 145.963, 130, 5.5, 'mw', 'iscgem767527', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(1388, '1972-11-21 02:47:17', 23.953, 121.657, 20, 5.8, 'mw', 'iscgem767545', 'Taiwan', 'earthquake\r'), +(1389, '1972-11-21 17:01:54', 52.473, 173.431, 31.1, 5.7, 'mw', 'iscgem767568', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1390, '1972-11-22 13:51:11', -15.361, 167.252, 35, 5.9, 'mw', 'iscgem767595', 'Vanuatu', 'earthquake\r'), +(1391, '1972-11-22 17:53:49', -15.637, -172.922, 30, 5.6, 'mw', 'iscgem767601', 'Samoa Islands region', 'earthquake\r'), +(1392, '1972-11-25 20:03:28', 80.259, -2.633, 15, 5.7, 'mw', 'iscgem767716', 'north of Svalbard', 'earthquake\r'), +(1393, '1972-11-26 04:22:52', -22.178, -179.492, 600, 5.7, 'mw', 'iscgemsup767728', 'south of the Fiji Islands', 'earthquake\r'), +(1394, '1972-11-26 15:31:36', -24.371, -174.901, 15, 5.7, 'mw', 'iscgem767748', 'south of Tonga', 'earthquake\r'), +(1395, '1972-11-27 02:45:42', 20.156, 121.495, 25, 5.8, 'mw', 'iscgem767767', 'Batan Islands region, Philippines', 'earthquake\r'), +(1396, '1972-11-27 06:42:21', 0.539, 126.162, 30, 5.6, 'mw', 'iscgem767772', 'Molucca Sea', 'earthquake\r'), +(1397, '1972-11-27 15:17:41', -5.339, 126.556, 424.6, 6.3, 'mw', 'iscgem767788', 'Banda Sea', 'earthquake\r'), +(1398, '1972-12-01 14:53:47', 0.448, 126.213, 42.7, 5.8, 'mw', 'iscgem765494', 'Molucca Sea', 'earthquake\r'), +(1399, '1972-12-02 00:19:52', 6.405, 126.64, 60, 8, 'mw', 'iscgem765501', 'Mindanao, Philippines', 'earthquake\r'), +(1400, '1972-12-02 01:40:50', 6.343, 126.626, 62.2, 5.7, 'mw', 'iscgem765504', 'Mindanao, Philippines', 'earthquake\r'), +(1401, '1972-12-02 03:56:58', 6.148, 127.492, 60, 6, 'mw', 'iscgem765515', 'Philippine Islands region', 'earthquake\r'), +(1402, '1972-12-02 05:48:25', 5.609, 127.202, 60, 6.1, 'mw', 'iscgem765522', 'Philippine Islands region', 'earthquake\r'), +(1403, '1972-12-02 10:36:09', 6.069, 126.967, 60, 5.6, 'mw', 'iscgem765534', 'Mindanao, Philippines', 'earthquake\r'), +(1404, '1972-12-03 19:25:35', 5.726, 127.106, 60, 5.9, 'mw', 'iscgem765596', 'Philippine Islands region', 'earthquake\r'), +(1405, '1972-12-04 10:16:12', 33.362, 140.827, 55, 7.4, 'mw', 'iscgem765618', 'Izu Islands, Japan region', 'earthquake\r'), +(1406, '1972-12-04 14:50:57', 33.273, 141.056, 55, 5.6, 'mw', 'iscgem765638', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1407, '1972-12-04 17:51:21', -1.535, 136.657, 15, 6, 'mw', 'iscgem765650', 'Biak region, Indonesia', 'earthquake\r'), +(1408, '1972-12-05 02:46:20', -1.592, 136.656, 15, 5.7, 'mw', 'iscgem765674', 'Biak region, Indonesia', 'earthquake\r'), +(1409, '1972-12-05 21:59:53', -1.515, 136.627, 15, 5.9, 'mw', 'iscgem765720', 'Biak region, Indonesia', 'earthquake\r'), +(1410, '1972-12-06 01:43:25', -2.91, 139.084, 25, 5.9, 'mw', 'iscgem765733', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(1411, '1972-12-06 05:31:43', -9.207, 67.351, 15, 5.8, 'mw', 'iscgem765745', 'Mid-Indian Ridge', 'earthquake\r'), +(1412, '1972-12-07 11:41:26', -2.989, 139.08, 25, 6, 'mw', 'iscgem765803', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(1413, '1972-12-07 14:50:15', 3.629, 128.51, 45, 5.6, 'mw', 'iscgem765813', 'north of Halmahera, Indonesia', 'earthquake\r'), +(1414, '1972-12-08 07:48:43', -1.886, 99.637, 27.9, 5.8, 'mw', 'iscgem765843', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(1415, '1972-12-08 10:18:15', 5.671, 127.134, 55, 5.6, 'mw', 'iscgem765851', 'Philippine Islands region', 'earthquake\r'), +(1416, '1972-12-08 18:13:06', -1.905, 99.637, 28.9, 6.1, 'mw', 'iscgem765872', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(1417, '1972-12-08 20:17:12', 5.606, 127.188, 35, 5.5, 'mw', 'iscgemsup765877', 'Philippine Islands region', 'earthquake\r'), +(1418, '1972-12-08 20:43:15', 5.664, 127.292, 35, 5.9, 'mw', 'iscgem765878', 'Philippine Islands region', 'earthquake\r'), +(1419, '1972-12-09 06:44:40', 15.128, -45.15, 15, 6.2, 'mw', 'iscgem765901', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(1420, '1972-12-10 18:26:12', 44.672, 149.289, 40, 6.1, 'mw', 'iscgem765962', 'Kuril Islands', 'earthquake\r'), +(1421, '1972-12-12 05:52:28', 12.404, 144.108, 35, 5.8, 'mw', 'iscgem766059', 'Guam region', 'earthquake\r'), +(1422, '1972-12-12 09:03:56', 44.126, 150.973, 20, 5.8, 'mw', 'iscgem766065', 'east of the Kuril Islands', 'earthquake\r'), +(1423, '1972-12-12 17:46:51', 6.654, 126.525, 15, 5.7, 'mw', 'iscgem766079', 'Mindanao, Philippines', 'earthquake\r'), +(1424, '1972-12-14 20:49:34', -1.297, 89.325, 15, 5.5, 'mw', 'iscgem766165', 'South Indian Ocean', 'earthquake\r'), +(1425, '1972-12-16 11:30:20', -7.04, 155.8, 80, 5.9, 'mw', 'iscgem766217', 'Solomon Islands', 'earthquake\r'), +(1426, '1972-12-17 00:18:34', 44.639, 149.276, 39, 6.4, 'mw', 'iscgem766233', 'Kuril Islands', 'earthquake\r'), +(1427, '1972-12-17 18:00:51', -5.59, 153.244, 40.9, 5.7, 'mw', 'iscgem766282', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1428, '1972-12-18 01:18:57', -16.64, 28.017, 15, 5.6, 'mw', 'iscgem766294', 'Zambia', 'earthquake\r'), +(1429, '1972-12-18 06:53:37', -22.173, -179.624, 560, 5.6, 'mw', 'iscgem766314', 'south of the Fiji Islands', 'earthquake\r'), +(1430, '1972-12-18 13:57:06', -1.812, 99.678, 31.5, 5.9, 'mw', 'iscgem766341', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(1431, '1972-12-19 00:12:10', -6.134, 148.846, 35, 5.8, 'mw', 'iscgem766360', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1432, '1972-12-20 17:53:18', -21.817, -179.423, 595, 5.5, 'mw', 'iscgem766448', 'Fiji region', 'earthquake\r'), +(1433, '1972-12-22 12:18:59', -55.532, -28.344, 17.3, 6.5, 'mw', 'iscgem766534', 'South Sandwich Islands region', 'earthquake\r'), +(1434, '1972-12-22 16:22:07', -16.119, -172.48, 15, 6, 'mw', 'iscgem766541', 'Samoa Islands region', 'earthquake\r'), +(1435, '1972-12-23 06:29:44', 12.184, -86.223, 10, 6.3, 'mw', 'iscgem766571', 'Nicaragua', 'earthquake\r'), +(1436, '1972-12-25 03:32:45', -14.593, 167.793, 15, 5.8, 'mw', 'iscgem766644', 'Vanuatu', 'earthquake\r'), +(1437, '1972-12-25 18:55:59', 52.927, 159.39, 57.4, 5.7, 'mw', 'iscgem766673', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1438, '1972-12-26 22:03:43', 51.633, -176.308, 52.9, 5.5, 'mw', 'iscgem766720', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1439, '1972-12-28 02:40:52', -21.569, 169.912, 15, 6, 'mw', 'iscgem766756', 'southeast of the Loyalty Islands', 'earthquake\r'), +(1440, '1972-12-28 05:54:09', 5.648, 127.135, 44.5, 6, 'mw', 'iscgem766762', 'Philippine Islands region', 'earthquake\r'), +(1441, '1972-12-28 16:57:47', 34.732, 70.396, 64.1, 5.6, 'mw', 'iscgem766778', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(1442, '1972-12-28 18:23:58', -55.494, -28.205, 35, 5.7, 'mw', 'iscgemsup766781', 'South Sandwich Islands region', 'earthquake\r'), +(1443, '1972-12-29 04:51:01', -30.578, -71.151, 45, 6.1, 'mw', 'iscgem766799', 'Coquimbo, Chile', 'earthquake\r'), +(1444, '1973-01-01 11:42:38', -35.513, -16.211, 33, 6, 'ms', 'usp0000004', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(1445, '1973-01-02 00:53:20', -9.854, 117.427, 66, 5.5, 'mb', 'usp0000008', 'Sumbawa region, Indonesia', 'earthquake\r'), +(1446, '1973-01-03 02:58:17', -27.716, -63.261, 563, 5.6, 'mb', 'usp000000m', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(1447, '1973-01-03 14:31:05', 39.114, 71.889, 33, 5.5, 'mb', 'usp000000q', 'Tajikistan', 'earthquake\r'), +(1448, '1973-01-05 13:54:29', -38.997, 175.232, 150, 6.2, 'mb', 'usp000001h', 'North Island of New Zealand', 'earthquake\r'), +(1449, '1973-01-06 15:52:42', -14.665, 166.384, 36, 6.1, 'mb', 'usp0000022', 'Vanuatu', 'earthquake\r'), +(1450, '1973-01-10 11:32:27', -11.096, 162.279, 32, 5.8, 'ms', 'usp000003e', 'Solomon Islands', 'earthquake\r'), +(1451, '1973-01-10 11:46:44', -11.187, 162.251, 32, 5.9, 'ms', 'usp000003f', 'Solomon Islands', 'earthquake\r'), +(1452, '1973-01-12 03:11:33', -54.358, 5.297, 33, 5.7, 'ms', 'usp0000041', 'Bouvet Island region', 'earthquake\r'), +(1453, '1973-01-12 03:16:03', -54.408, 5.357, 33, 5.7, 'mb', 'usp0000042', 'Bouvet Island region', 'earthquake\r'), +(1454, '1973-01-15 09:02:58', 27.081, 140.103, 477, 5.8, 'mb', 'usp0000058', 'Bonin Islands, Japan region', 'earthquake\r'), +(1455, '1973-01-16 09:47:02', -3.528, 135.474, 7, 5.5, 'mb', 'usp000005s', 'Papua, Indonesia', 'earthquake\r'), +(1456, '1973-01-17 09:44:37', -15.127, -175.008, 251, 5.7, 'mb', 'usp0000067', 'Tonga', 'earthquake\r'), +(1457, '1973-01-18 09:28:14', -6.868, 149.993, 43, 6.8, 'ms', 'usp000006k', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1458, '1973-01-20 12:34:20', 29.284, 68.571, 17, 5.6, 'ms', 'usp000007k', 'Pakistan', 'earthquake\r'), +(1459, '1973-01-21 20:20:49', -15.857, -174.055, 129, 5.5, 'mb', 'usp000008b', 'Tonga', 'earthquake\r'), +(1460, '1973-01-22 00:37:58', 18.601, -104.967, 33, 6.1, 'ms', 'usp000008d', 'offshore Jalisco, Mexico', 'earthquake\r'), +(1461, '1973-01-23 04:49:46', -12.091, 166.499, 97, 5.8, 'mb', 'usp000008w', 'Santa Cruz Islands', 'earthquake\r'), +(1462, '1973-01-26 21:33:55', 0.376, 122.224, 115, 5.6, 'mb', 'usp00000a3', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(1463, '1973-01-27 13:08:44', -0.115, 123.931, 55, 6, 'mb', 'usp00000aa', 'Sulawesi, Indonesia', 'earthquake\r'), +(1464, '1973-01-28 17:43:15', -19.847, 169.029, 72, 5.7, 'mb', 'usp00000ap', 'Vanuatu', 'earthquake\r'), +(1465, '1973-01-30 21:01:13', 18.481, -102.996, 43, 7.5, 'ms', 'usp00000bf', 'Michoacan, Mexico', 'earthquake\r'), +(1466, '1973-01-31 20:55:53', 28.206, 139.227, 498, 6, 'mb', 'usp00000bp', 'Bonin Islands, Japan region', 'earthquake\r'), +(1467, '1973-02-01 05:14:21', -22.655, -66.195, 229, 6.1, 'mb', 'usp00000bw', 'Jujuy, Argentina', 'earthquake\r'), +(1468, '1973-02-02 01:53:21', -55.654, -26.774, 33, 5.6, 'mb', 'usp00000c9', 'South Sandwich Islands region', 'earthquake\r'), +(1469, '1973-02-06 05:30:02', 27.874, 127.69, 81, 5.7, 'mb', 'usp00000dw', 'Ryukyu Islands, Japan', 'earthquake\r'), +(1470, '1973-02-06 10:37:10', 31.398, 100.581, 33, 7.4, 'ms', 'usp00000dz', 'western Sichuan, China', 'earthquake\r'), +(1471, '1973-02-07 08:01:14', -55.909, -27.844, 33, 5.7, 'mb', 'usp00000eg', 'South Sandwich Islands region', 'earthquake\r'), +(1472, '1973-02-07 16:06:25', 31.46, 100.286, 33, 5.8, 'mb', 'usp00000ep', 'western Sichuan, China', 'earthquake\r'), +(1473, '1973-02-08 10:09:08', -45.475, 96.288, 33, 6.1, 'ms', 'usp00000ez', 'southeast Indian Ridge', 'earthquake\r'), +(1474, '1973-02-10 11:53:28', 18.886, -103.545, 33, 5.6, 'ms', 'usp00000g0', 'Michoacan, Mexico', 'earthquake\r'), +(1475, '1973-02-10 16:55:34', 49.899, 156.084, 33, 5.5, 'mb', 'usp00000g3', 'Kuril Islands', 'earthquake\r'), +(1476, '1973-02-13 13:59:47', 4.553, 125.703, 176, 5.5, 'mb', 'usp00000gx', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(1477, '1973-02-13 15:22:55', -17.517, -178.501, 541, 5.5, 'mb', 'usp00000gy', 'Fiji region', 'earthquake\r'), +(1478, '1973-02-14 00:49:16', 22.288, 121.55, 38, 5.9, 'mb', 'usp00000h2', 'Taiwan region', 'earthquake\r'), +(1479, '1973-02-14 09:32:59', -9.934, 160.932, 62, 5.9, 'mb', 'usp00000hc', 'Solomon Islands', 'earthquake\r'), +(1480, '1973-02-14 15:22:10', -5.358, 126.746, 17, 5.7, 'ms', 'usp00000hg', 'Banda Sea', 'earthquake\r'), +(1481, '1973-02-14 16:11:15', -30.387, -177.509, 29, 6.3, 'ms', 'usp00000hh', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(1482, '1973-02-16 04:51:01', -15.307, -173.322, 50, 5.8, 'mb', 'usp00000jb', 'Tonga', 'earthquake\r'), +(1483, '1973-02-16 05:02:58', 49.835, 78.232, 0, 5.6, 'mb', 'usp00000jc', 'eastern Kazakhstan', 'explosion\r'), +(1484, '1973-02-16 23:38:33', -6.076, 148.613, 78, 5.5, 'mb', 'usp00000jn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1485, '1973-02-17 16:02:46', 16.951, -61.419, 34, 5.5, 'mb', 'usp00000jp', 'Antigua and Barbuda region, Leeward Islands', 'earthquake\r'), +(1486, '1973-02-18 03:45:11', -7.31, 128.358, 78, 5.5, 'mb', 'usp00000jt', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(1487, '1973-02-18 03:48:53', -36.694, -17.203, 33, 5.6, 'mb', 'usp00000ju', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(1488, '1973-02-18 18:09:27', -30.233, -177.611, 49, 5.7, 'ms', 'usp00000k5', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(1489, '1973-02-19 08:42:52', -45.538, 35.134, 33, 5.6, 'ms', 'usp00000kc', 'Prince Edward Islands region', 'earthquake\r'), +(1490, '1973-02-20 01:14:41', -62.496, 166.269, 33, 5.7, 'mb', 'usp00000m0', 'Balleny Islands region', 'earthquake\r'), +(1491, '1973-02-20 07:40:35', 58.307, -149.81, 12, 5.5, 'mb', 'usp00000m3', 'Gulf of Alaska', 'earthquake\r'), +(1492, '1973-02-23 04:26:23', -2.088, -78.21, 67, 5.7, 'mb', 'usp00000ns', 'Ecuador', 'earthquake\r'), +(1493, '1973-02-24 07:38:27', -19.194, 168.74, 59, 6, 'mb', 'usp00000pc', 'Vanuatu', 'earthquake\r'), +(1494, '1973-02-25 05:35:55', -61.037, -37.881, 33, 6.4, 'mb', 'usp00000py', 'Scotia Sea', 'earthquake\r'), +(1495, '1973-02-25 10:31:40', -1.696, 99.68, 33, 5.9, 'ms', 'usp00000q5', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(1496, '1973-02-28 06:37:50', 50.486, 156.584, 27, 7.2, 'ms', 'usp00000rx', 'Kuril Islands', 'earthquake\r'), +(1497, '1973-02-28 06:55:39', 50.078, 156.936, 48, 5.5, 'mb', 'usp00000s0', 'Kuril Islands', 'earthquake\r'), +(1498, '1973-02-28 23:07:59', -0.211, 124.393, 87, 5.5, 'mb', 'usp00000sg', 'Molucca Sea', 'earthquake\r'), +(1499, '1973-03-01 02:19:03', 49.884, 157.295, 30, 5.5, 'mb', 'usp00000sj', 'east of the Kuril Islands', 'earthquake\r'), +(1500, '1973-03-03 02:42:09', 50.439, 156.278, 59, 5.5, 'mb', 'usp00000t9', 'Kuril Islands', 'earthquake\r'), +(1501, '1973-03-03 05:20:44', -55.322, -28.582, 33, 5.5, 'mb', 'usp00000td', 'South Sandwich Islands region', 'earthquake\r'), +(1502, '1973-03-04 17:57:44', 54.828, 161.599, 32, 6.1, 'mb', 'usp00000tu', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1503, '1973-03-07 12:54:56', -33.489, -179.635, 6, 5.6, 'mb', 'usp00000v3', 'south of the Kermadec Islands', 'earthquake\r'), +(1504, '1973-03-08 14:35:18', -23.024, -175.592, 33, 5.6, 'ms', 'usp00000vj', 'Tonga region', 'earthquake\r'), +(1505, '1973-03-09 10:06:38', 6.274, 127.336, 55, 6, 'mb', 'usp00000vx', 'Philippine Islands region', 'earthquake\r'), +(1506, '1973-03-09 19:09:13', -34.131, 150.266, 13, 5.5, 'mb', 'usp00000w5', 'near the southeast coast of Australia', 'earthquake\r'), +(1507, '1973-03-10 09:50:00', -15.184, -173.524, 8, 5.6, 'mb', 'usp00000wh', 'Tonga', 'earthquake\r'), +(1508, '1973-03-11 13:37:47', 41.589, 142.012, 73, 5.5, 'mb', 'usp00000x3', 'Hokkaido, Japan region', 'earthquake\r'), +(1509, '1973-03-12 11:14:24', 50.101, 156.744, 49, 5.7, 'mb', 'usp00000xg', 'Kuril Islands', 'earthquake\r'), +(1510, '1973-03-12 12:39:02', 4.175, 126.491, 37, 5.5, 'mb', 'usp00000xh', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(1511, '1973-03-12 19:39:21', 50.835, 157.103, 54, 6.1, 'mb', 'usp00000xw', 'Kuril Islands', 'earthquake\r'), +(1512, '1973-03-13 01:42:44', -5.448, 154.209, 170, 5.5, 'mb', 'usp00000xz', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1513, '1973-03-14 06:07:31', -62.473, 165.272, 36, 5.8, 'ms', 'usp00000y8', 'Balleny Islands region', 'earthquake\r'), +(1514, '1973-03-14 11:25:47', -5.315, 152.154, 64, 5.8, 'mb', 'usp00000yc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1515, '1973-03-16 00:51:47', 2.091, 126.643, 18, 6.3, 'ms', 'usp00000yr', 'Molucca Sea', 'earthquake\r'), +(1516, '1973-03-16 02:12:23', 2.013, 126.552, 47, 5.5, 'mb', 'usp00000yv', 'Molucca Sea', 'earthquake\r'), +(1517, '1973-03-16 03:40:42', 2.058, 126.396, 33, 5.6, 'mb', 'usp00000yx', 'Molucca Sea', 'earthquake\r'), +(1518, '1973-03-17 04:57:13', -19.376, 169.359, 194, 6, 'mb', 'usp00000z5', 'Vanuatu', 'earthquake\r'), +(1519, '1973-03-17 08:30:52', 13.372, 122.787, 33, 7, 'ms', 'usp00000z7', 'Luzon, Philippines', 'earthquake\r'), +(1520, '1973-03-17 15:40:48', -5.193, 103.235, 68, 5.7, 'mb', 'usp00000z9', 'southern Sumatra, Indonesia', 'earthquake\r'), +(1521, '1973-03-18 11:06:15', 2.033, 126.58, 33, 6.5, 'ms', 'usp00000zj', 'Molucca Sea', 'earthquake\r'), +(1522, '1973-03-19 06:42:26', -53.23, 159.213, 33, 5.5, 'mb', 'usp00000zv', 'Macquarie Island region', 'earthquake\r'), +(1523, '1973-03-19 11:41:08', 52.835, 173.773, 81, 5.8, 'mb', 'usp00000zy', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1524, '1973-03-20 16:17:31', -23.175, -66.293, 203, 5.6, 'mb', 'usp000010a', 'Jujuy, Argentina', 'earthquake\r'), +(1525, '1973-03-20 19:09:07', -8.267, 117.381, 162, 5.7, 'mb', 'usp000010d', 'Sumbawa region, Indonesia', 'earthquake\r'), +(1526, '1973-03-23 05:51:00', -22.759, 170.245, 33, 5.5, 'mb', 'usp000011c', 'southeast of the Loyalty Islands', 'earthquake\r'), +(1527, '1973-03-23 06:55:33', 51.301, 174.217, 27, 5.9, 'ms', 'usp000011e', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1528, '1973-03-23 19:42:39', 29.273, 130.414, 34, 5.9, 'mb', 'usp000011p', 'Ryukyu Islands, Japan', 'earthquake\r'), +(1529, '1973-03-23 21:39:48', 4.19, 126.832, 35, 5.6, 'mb', 'usp000011s', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(1530, '1973-03-24 00:34:37', 31.719, 139.304, 20, 5.6, 'ms', 'usp000011u', 'Izu Islands, Japan region', 'earthquake\r'), +(1531, '1973-03-25 22:04:27', -41.373, 174.487, 74, 5.7, 'mb', 'usp000012s', 'Cook Strait, New Zealand', 'earthquake\r'), +(1532, '1973-03-25 22:42:03', 25.89, -109.878, 33, 5.5, 'ms', 'usp000012t', 'Gulf of California', 'earthquake\r'), +(1533, '1973-03-26 02:37:21', 23.415, 123.957, 16, 6, 'ms', 'usp000012y', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(1534, '1973-03-26 11:04:19', -28.049, -68.942, 117, 5.7, 'mb', 'usp0000139', 'La Rioja, Argentina', 'earthquake\r'), +(1535, '1973-03-27 12:32:05', 52.576, 172.872, 43, 5.6, 'mb', 'usp000013x', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1536, '1973-03-28 16:45:25', -4.528, 141.815, 81, 5.5, 'mb', 'usp000014r', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(1537, '1973-03-28 23:55:47', 23.338, 123.757, 33, 6, 'ms', 'usp000014v', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(1538, '1973-03-30 03:47:25', -59.918, -31.282, 33, 5.5, 'ms', 'usp000015k', 'Scotia Sea', 'earthquake\r'), +(1539, '1973-04-01 07:12:37', 11.663, 43.035, 31, 5.9, 'ms', 'usp0000168', 'Golfe de Tadjoura, Djibouti', 'earthquake\r'), +(1540, '1973-04-03 13:54:02', 4.691, -75.628, 158, 6.2, 'mb', 'usp0000176', 'Colombia', 'earthquake\r'), +(1541, '1973-04-05 22:17:00', 43.608, 147.709, 33, 5.6, 'ms', 'usp000018m', 'Kuril Islands', 'earthquake\r'), +(1542, '1973-04-06 01:48:00', 43.674, 147.755, 33, 5.8, 'ms', 'usp000018z', 'Kuril Islands', 'earthquake\r'), +(1543, '1973-04-07 03:00:59', 6.966, 91.384, 33, 6.6, 'ms', 'usp000019p', 'Nicobar Islands, India region', 'earthquake\r'), +(1544, '1973-04-07 12:22:47', -58.302, -13.394, 33, 6.7, 'ms', 'usp000019y', 'east of the South Sandwich Islands', 'earthquake\r'), +(1545, '1973-04-07 22:50:55', -20.666, -69.187, 95, 5.6, 'mb', 'usp00001a8', 'Tarapaca, Chile', 'earthquake\r'), +(1546, '1973-04-08 12:41:02', -15.779, 167.218, 35, 6.4, 'ms', 'usp00001ag', 'Vanuatu', 'earthquake\r'), +(1547, '1973-04-08 20:48:46', -23.876, -177.044, 122, 5.5, 'mb', 'usp00001aj', 'south of the Fiji Islands', 'earthquake\r'), +(1548, '1973-04-08 21:54:59', 46.998, 152.294, 104, 5.6, 'mb', 'usp00001ak', 'Kuril Islands', 'earthquake\r'), +(1549, '1973-04-10 19:55:56', -9.784, 119.303, 33, 5.8, 'mb', 'usp00001be', 'Sumba region, Indonesia', 'earthquake\r'), +(1550, '1973-04-11 09:23:07', -0.832, 127.54, 33, 5.6, 'mb', 'usp00001bv', 'Halmahera, Indonesia', 'earthquake\r'), +(1551, '1973-04-12 13:49:16', 50.893, 157.443, 52, 6.1, 'mb', 'usp00001ch', 'Kuril Islands', 'earthquake\r'), +(1552, '1973-04-14 08:34:00', 10.679, -84.759, 33, 6.5, 'ms', 'usp00001d9', 'Costa Rica', 'earthquake\r'), +(1553, '1973-04-15 06:10:51', -20.613, -178.825, 610, 5.5, 'mb', 'usp00001dp', 'Fiji region', 'earthquake\r'), +(1554, '1973-04-16 14:48:03', 51.123, -178.829, 54, 5.5, 'mb', 'usp00001e4', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1555, '1973-04-17 12:34:27', -4.439, 134.03, 33, 6.4, 'ms', 'usp00001eb', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(1556, '1973-04-17 22:09:49', 50.813, 157.548, 41, 5.6, 'mb', 'usp00001eg', 'Kuril Islands', 'earthquake\r'), +(1557, '1973-04-22 20:30:14', -42.264, 173.046, 17, 5.5, 'mb', 'usp00001gu', 'South Island of New Zealand', 'earthquake\r'), +(1558, '1973-04-24 18:42:32', 5.162, -75.813, 118, 5.5, 'mb', 'usp00001ht', 'Colombia', 'earthquake\r'), +(1559, '1973-04-24 21:16:45', 7.27, -82.343, 33, 5.5, 'mb', 'usp00001hv', 'south of Panama', 'earthquake\r'), +(1560, '1973-04-24 21:30:10', 4.956, -78.144, 50, 6.5, 'ms', 'usp00001hw', 'south of Panama', 'earthquake\r'), +(1561, '1973-04-25 07:27:20', -65.543, 179.33, 33, 5.7, 'mb', 'usp00001j8', 'Balleny Islands region', 'earthquake\r'), +(1562, '1973-04-25 14:21:13', 33.394, 140.745, 65, 5.7, 'mb', 'usp00001jj', 'Izu Islands, Japan region', 'earthquake\r'), +(1563, '1973-04-25 21:34:38', -59.281, -26.097, 67, 6, 'mb', 'usp00001jy', 'South Sandwich Islands region', 'earthquake\r'), +(1564, '1973-04-26 20:26:28', 19.933, -155.1, 50, 6.1, 'ms', 'usp00001kh', 'Hawaii region, Hawaii', 'earthquake\r'), +(1565, '1973-04-28 12:21:12', -1.438, -79.875, 109, 5.5, 'mb', 'usp00001ma', 'Ecuador', 'earthquake\r'), +(1566, '1973-04-29 20:20:56', 0.363, 125.243, 92, 5.5, 'mb', 'usp00001my', 'Molucca Sea', 'earthquake\r'), +(1567, '1973-05-01 10:40:47', -10.016, 150.176, 27, 5.9, 'mb', 'usp00001nx', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(1568, '1973-05-02 01:26:21', -9.983, 150.183, 29, 5.6, 'mb', 'usp00001p3', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(1569, '1973-05-03 23:11:06', -46.102, 73.202, 33, 5.5, 'ms', 'usp00001pw', 'Kerguelen Islands region', 'earthquake\r'), +(1570, '1973-05-04 11:27:13', 2.281, 126.715, 33, 5.9, 'mb', 'usp00001q2', 'Molucca Sea', 'earthquake\r'), +(1571, '1973-05-04 23:56:06', -1.468, 99.851, 51, 5.9, 'mb', 'usp00001q8', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(1572, '1973-05-05 18:53:20', -16.625, -176.955, 33, 5.5, 'ms', 'usp00001qp', 'Fiji region', 'earthquake\r'), +(1573, '1973-05-12 05:46:49', -3.243, 101.24, 51, 5.5, 'mb', 'usp00001st', 'southern Sumatra, Indonesia', 'earthquake\r'), +(1574, '1973-05-12 14:05:03', -3.937, 152.059, 14, 5.6, 'mb', 'usp00001t2', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1575, '1973-05-12 16:20:09', -3.73, 152.077, 13, 5.9, 'ms', 'usp00001t4', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1576, '1973-05-14 02:19:02', 44.062, 148.223, 64, 5.5, 'mb', 'usp00001tu', 'Kuril Islands', 'earthquake\r'), +(1577, '1973-05-14 17:11:14', -16.646, 175.866, 54, 5.8, 'mb', 'usp00001tx', 'Fiji region', 'earthquake\r'), +(1578, '1973-05-16 03:19:03', -3.004, 140.101, 33, 5.7, 'mb', 'usp00001ug', 'Papua, Indonesia', 'earthquake\r'), +(1579, '1973-05-17 09:38:10', 41.025, 82.195, 33, 5.5, 'mb', 'usp00001us', 'southern Xinjiang, China', 'earthquake\r'), +(1580, '1973-05-17 15:44:20', 33.144, 140.671, 62, 5.5, 'mb', 'usp00001ut', 'Izu Islands, Japan region', 'earthquake\r'), +(1581, '1973-05-18 13:20:10', -6.225, 151.823, 34, 5.8, 'mb', 'usp00001v6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1582, '1973-05-22 22:04:58', -10.011, 150.316, 13, 5.5, 'mb', 'usp00001we', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(1583, '1973-05-26 12:19:34', 51.372, -179.743, 39, 5.8, 'mb', 'usp00001xw', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1584, '1973-05-28 20:27:11', -18.125, 65.293, 33, 5.9, 'ms', 'usp00001yp', 'Mauritius - Reunion region', 'earthquake\r'), +(1585, '1973-05-29 01:46:45', 51.685, 176.239, 46, 5.7, 'ms', 'usp00001yr', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1586, '1973-05-29 06:14:22', 54.011, -163.76, 30, 6, 'mb', 'usp00001yv', 'Unimak Island region, Alaska', 'earthquake\r'), +(1587, '1973-05-30 04:38:02', -2.26, -78.523, 111, 5.7, 'mb', 'usp00001z7', 'Ecuador', 'earthquake\r'), +(1588, '1973-05-31 23:39:57', 24.281, 93.548, 30, 5.9, 'mb', 'usp00001zx', 'Manipur, India region', 'earthquake\r'), +(1589, '1973-06-01 07:22:57', -47.796, 99.661, 33, 6.3, 'ms', 'usp0000200', 'southeast Indian Ridge', 'earthquake\r'), +(1590, '1973-06-02 23:57:04', 44.103, 83.55, 26, 5.8, 'mb', 'usp000020b', 'northern Xinjiang, China', 'earthquake\r'), +(1591, '1973-06-05 03:12:26', -17.192, 167.814, 24, 6.1, 'ms', 'usp0000215', 'Vanuatu', 'earthquake\r'), +(1592, '1973-06-06 13:00:01', 37.245, -116.346, 1.1, 5.64, 'ml', 'ci3319623', '52km NE of Beatty, NV', 'nuclear explosion\r'), +(1593, '1973-06-07 02:43:31', -53.93, 159.398, 33, 5.8, 'mb', 'usp000022b', 'Macquarie Island region', 'earthquake\r'), +(1594, '1973-06-07 18:32:43', 14.277, -92.008, 78, 5.5, 'mb', 'usp000022k', 'offshore Guatemala', 'earthquake\r'), +(1595, '1973-06-07 18:34:46', 14.183, -91.899, 70, 5.7, 'mb', 'usp000022m', 'offshore Guatemala', 'earthquake\r'), +(1596, '1973-06-08 01:01:11', -17.467, 167.736, 21, 5.5, 'ms', 'usp000022t', 'Vanuatu', 'earthquake\r'), +(1597, '1973-06-09 08:21:27', -10.294, 161.362, 70, 6.3, 'mb', 'usp000023t', 'Solomon Islands', 'earthquake\r'), +(1598, '1973-06-11 08:42:04', 53.693, 161.594, 30, 6, 'ms', 'usp000024q', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1599, '1973-06-13 00:20:50', 46.973, 150.989, 142, 5.5, 'mb', 'usp000025a', 'Kuril Islands', 'earthquake\r'), +(1600, '1973-06-13 06:41:27', -20.043, 169.694, 41, 5.5, 'mb', 'usp000025c', 'Vanuatu', 'earthquake\r'), +(1601, '1973-06-13 09:36:17', -40.544, 173.906, 67, 5.5, 'mb', 'usp000025e', 'Cook Strait, New Zealand', 'earthquake\r'), +(1602, '1973-06-13 09:48:25', -19.184, 169.665, 24, 5.7, 'mb', 'usp000025f', 'Vanuatu', 'earthquake\r'), +(1603, '1973-06-14 11:02:47', -7.291, 120.385, 631, 5.8, 'mb', 'usp000025p', 'Flores Sea', 'earthquake\r'), +(1604, '1973-06-14 14:49:48', -10.19, 120.53, 33, 5.6, 'mb', 'usp000025q', 'Sumba region, Indonesia', 'earthquake\r'), +(1605, '1973-06-15 11:20:52', 53.529, 161.495, 33, 5.9, 'ms', 'usp0000260', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1606, '1973-06-15 12:11:02', 51.304, -179.392, 48, 5.8, 'mb', 'usp0000263', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1607, '1973-06-15 21:09:42', 53.564, 161.551, 45, 5.5, 'mb', 'usp0000268', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1608, '1973-06-15 23:04:59', -25.916, -177.411, 94, 5.6, 'mb', 'usp000026a', 'south of the Fiji Islands', 'earthquake\r'), +(1609, '1973-06-16 14:43:48', 44.98, -125.774, 33, 5.6, 'mb', 'usp000026k', 'off the coast of Oregon', 'earthquake\r'), +(1610, '1973-06-17 03:55:03', 43.233, 145.785, 48, 7.7, 'ms', 'usp0000270', 'Hokkaido, Japan region', 'earthquake\r'), +(1611, '1973-06-17 04:09:12', 42.996, 146.409, 33, 5.9, 'mb', 'usp0000271', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1612, '1973-06-17 12:14:26', 42.916, 145.569, 41, 5.5, 'mb', 'usp000027s', 'Hokkaido, Japan region', 'earthquake\r'), +(1613, '1973-06-17 12:24:35', 42.619, 146.446, 36, 5.5, 'mb', 'usp000027t', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1614, '1973-06-17 13:33:28', 43.069, 145.375, 46, 5.6, 'mb', 'usp000027w', 'Hokkaido, Japan region', 'earthquake\r'), +(1615, '1973-06-17 13:43:09', 42.952, 146.657, 40, 5.5, 'mb', 'usp000027x', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1616, '1973-06-17 18:55:40', 42.964, 146.48, 45, 5.7, 'mb', 'usp0000282', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1617, '1973-06-17 19:03:35', 42.683, 146.337, 32, 5.6, 'mb', 'usp0000283', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1618, '1973-06-17 20:37:57', 42.706, 146.041, 50, 6, 'ms', 'usp0000284', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1619, '1973-06-18 05:37:38', 42.601, 146.383, 38, 5.7, 'ms', 'usp000028k', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1620, '1973-06-18 17:45:44', 42.498, 145.969, 29, 5.8, 'mb', 'usp000028v', 'Hokkaido, Japan region', 'earthquake\r'), +(1621, '1973-06-19 02:54:10', 42.715, 146.035, 43, 5.6, 'mb', 'usp0000293', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1622, '1973-06-19 03:34:19', 8.132, 137.334, 33, 5.8, 'ms', 'usp0000294', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(1623, '1973-06-20 12:01:57', -28.518, -176.761, 41, 5.6, 'ms', 'usp00002a1', 'Kermadec Islands region', 'earthquake\r'), +(1624, '1973-06-22 06:07:38', 42.941, 146.339, 53, 5.5, 'mb', 'usp00002az', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1625, '1973-06-22 19:51:41', -21.166, -174.263, 33, 5.5, 'mb', 'usp00002b7', 'Tonga', 'earthquake\r'), +(1626, '1973-06-23 02:09:40', 43.182, 147.33, 41, 5.5, 'mb', 'usp00002bb', 'Kuril Islands', 'earthquake\r'), +(1627, '1973-06-23 05:26:49', 51.875, -176.9, 62, 5.5, 'mb', 'usp00002be', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1628, '1973-06-24 02:43:26', 43.318, 146.442, 50, 7.1, 'ms', 'usp00002bv', 'Kuril Islands', 'earthquake\r'), +(1629, '1973-06-24 03:04:19', 43.2, 146.79, 55, 5.8, 'mb', 'usp00002bw', 'Kuril Islands', 'earthquake\r'), +(1630, '1973-06-24 03:28:39', 43.302, 146.815, 47, 5.5, 'mb', 'usp00002bx', 'Kuril Islands', 'earthquake\r'), +(1631, '1973-06-24 05:07:47', 43.125, 146.574, 44, 5.8, 'mb', 'usp00002c2', 'Kuril Islands', 'earthquake\r'), +(1632, '1973-06-24 17:15:10', 21.013, 143.14, 33, 5.5, 'mb', 'usp00002cg', 'Mariana Islands region', 'earthquake\r'), +(1633, '1973-06-25 07:19:46', 19.105, 121.153, 50, 5.7, 'mb', 'usp00002cx', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(1634, '1973-06-25 11:37:52', 0.95, 125.99, 33, 5.7, 'mb', 'usp00002d3', 'Molucca Sea', 'earthquake\r'), +(1635, '1973-06-26 18:02:24', 43.018, 147.11, 39, 5.8, 'ms', 'usp00002dt', 'Kuril Islands', 'earthquake\r'), +(1636, '1973-06-26 22:32:00', 43.175, 146.56, 50, 6.6, 'ms', 'usp00002dx', 'Kuril Islands', 'earthquake\r'), +(1637, '1973-06-26 22:41:35', 42.847, 146.739, 41, 5.5, 'mb', 'usp00002dy', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(1638, '1973-06-28 14:11:03', -12.792, 166.685, 146, 5.5, 'mb', 'usp00002eu', 'Santa Cruz Islands', 'earthquake\r'), +(1639, '1973-06-29 02:23:21', 21.112, 143.107, 24, 5.7, 'mb', 'usp00002fa', 'Mariana Islands region', 'earthquake\r'), +(1640, '1973-06-29 03:26:53', 43.402, 145.801, 50, 5.9, 'mb', 'usp00002fb', 'Hokkaido, Japan region', 'earthquake\r'), +(1641, '1973-07-01 13:33:35', 57.84, -137.33, 33, 6.7, 'ms', 'usp00002g9', 'off the coast of Southeastern Alaska', 'earthquake\r'), +(1642, '1973-07-03 03:59:54', 19.104, -101.833, 125, 5.6, 'mb', 'usp00002gy', 'Michoacan, Mexico', 'earthquake\r'), +(1643, '1973-07-03 06:37:34', 12.271, 125.433, 44, 6, 'ms', 'usp00002h0', 'Samar, Philippines', 'earthquake\r'), +(1644, '1973-07-03 07:03:44', 12.205, 125.33, 33, 6.5, 'ms', 'usp00002h1', 'Samar, Philippines', 'earthquake\r'), +(1645, '1973-07-03 16:59:35', 57.98, -138.021, 33, 6, 'ms', 'usp00002he', 'off the coast of Southeastern Alaska', 'earthquake\r'), +(1646, '1973-07-04 23:48:43', -53.156, 22.692, 33, 5.8, 'ms', 'usp00002j5', 'south of Africa', 'earthquake\r'), +(1647, '1973-07-05 00:58:45', 43.988, 147.849, 40, 5.5, 'mb', 'usp00002j6', 'Kuril Islands', 'earthquake\r'), +(1648, '1973-07-05 22:46:16', 13.225, 124.699, 38, 6, 'ms', 'usp00002jv', 'Catanduanes, Philippines', 'earthquake\r'), +(1649, '1973-07-06 09:27:31', -27.235, -71.142, 34, 5.6, 'ms', 'usp00002k3', 'offshore Atacama, Chile', 'earthquake\r'), +(1650, '1973-07-07 02:27:25', -19.077, 168.821, 93, 5.6, 'mb', 'usp00002kg', 'Vanuatu', 'earthquake\r'), +(1651, '1973-07-08 04:03:35', 6.79, -72.982, 156, 5.7, 'mb', 'usp00002mb', 'northern Colombia', 'earthquake\r'), +(1652, '1973-07-09 16:19:47', 10.686, 92.583, 46, 5.7, 'mb', 'usp00002n2', 'Andaman Islands, India region', 'earthquake\r'), +(1653, '1973-07-10 23:26:44', -27.037, -71.04, 33, 5.5, 'mb', 'usp00002nq', 'offshore Atacama, Chile', 'earthquake\r'), +(1654, '1973-07-12 12:01:21', -6.064, 153.764, 9, 5.7, 'mb', 'usp00002pb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1655, '1973-07-12 13:45:30', -27.075, -71.225, 20, 5.5, 'mb', 'usp00002pd', 'offshore Atacama, Chile', 'earthquake\r'), +(1656, '1973-07-14 04:51:21', 35.178, 86.481, 33, 6.9, 'ms', 'usp00002q7', 'western Xizang', 'earthquake\r'), +(1657, '1973-07-14 13:39:30', 35.256, 86.602, 33, 5.9, 'mb', 'usp00002qg', 'western Xizang', 'earthquake\r'), +(1658, '1973-07-16 05:42:48', -10.246, 117.107, 33, 5.5, 'mb', 'usp00002qz', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(1659, '1973-07-16 18:12:58', 17.323, -100.679, 44, 5.7, 'ms', 'usp00002r5', 'Guerrero, Mexico', 'earthquake\r'), +(1660, '1973-07-18 15:21:23', -18.35, -69.196, 151, 5.7, 'mb', 'usp00002rp', 'Tarapaca, Chile', 'earthquake\r'), +(1661, '1973-07-19 05:44:26', -18.102, -178.277, 571, 5.8, 'mb', 'usp00002rx', 'Fiji region', 'earthquake\r'), +(1662, '1973-07-19 16:25:31', -15.792, 168.21, 28, 5.5, 'mb', 'usp00002s2', 'Vanuatu', 'earthquake\r'), +(1663, '1973-07-20 02:19:08', -1.018, 136.35, 33, 5.5, 'mb', 'usp00002s6', 'Biak region, Indonesia', 'earthquake\r'), +(1664, '1973-07-20 08:12:54', 36.406, 140.951, 46, 5.8, 'mb', 'usp00002sb', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1665, '1973-07-21 04:19:17', -24.813, -179.22, 411, 5.9, 'mb', 'usp00002sr', 'south of the Fiji Islands', 'earthquake\r'), +(1666, '1973-07-23 01:22:58', 49.986, 78.853, 0, 6.3, 'mb', 'usp00002tp', 'eastern Kazakhstan', 'nuclear explosion\r'), +(1667, '1973-07-24 20:03:35', -30.526, -71.601, 60, 5.6, 'mb', 'usp00002uk', 'Coquimbo, Chile', 'earthquake\r'), +(1668, '1973-07-25 06:08:39', -8.684, 160.725, 69, 5.5, 'mb', 'usp00002uq', 'Solomon Islands', 'earthquake\r'), +(1669, '1973-07-26 13:39:16', -52.801, 140.04, 33, 5.6, 'mb', 'usp00002v9', 'west of Macquarie Island', 'earthquake\r'), +(1670, '1973-07-27 16:48:13', -8.974, 106.932, 61, 5.5, 'mb', 'usp00002vy', 'south of Java, Indonesia', 'earthquake\r'), +(1671, '1973-07-27 19:26:42', -15.538, -173.09, 33, 5.6, 'ms', 'usp00002w1', 'Tonga', 'earthquake\r'), +(1672, '1973-07-28 17:53:32', 22.131, 121.475, 33, 5.6, 'ms', 'usp00002wg', 'Taiwan region', 'earthquake\r'), +(1673, '1973-07-28 20:06:36', 50.478, 148.849, 592, 5.5, 'mb', 'usp00002wp', 'Sea of Okhotsk', 'earthquake\r'), +(1674, '1973-07-28 22:18:15', -16.063, -71.312, 110, 5.7, 'mb', 'usp00002wt', 'southern Peru', 'earthquake\r'), +(1675, '1973-07-29 16:15:50', -14.327, -72.128, 82, 5.5, 'mb', 'usp00002x3', 'central Peru', 'earthquake\r'), +(1676, '1973-07-31 05:41:04', -37.65, -73.379, 32, 5.5, 'ms', 'usp00002xp', 'Bio-Bio, Chile', 'earthquake\r'), +(1677, '1973-07-31 10:51:13', -27.118, -71.514, 33, 6.3, 'ms', 'usp00002xr', 'offshore Atacama, Chile', 'earthquake\r'), +(1678, '1973-07-31 20:44:52', -8.767, 160.991, 30, 6, 'ms', 'usp00002y0', 'Solomon Islands', 'earthquake\r'), +(1679, '1973-08-01 01:31:31', -14.264, 167.274, 200, 6.1, 'mb', 'usp00002y4', 'Vanuatu', 'earthquake\r'), +(1680, '1973-08-01 15:44:26', -26.825, -70.999, 16, 5.7, 'mb', 'usp00002yd', 'offshore Atacama, Chile', 'earthquake\r'), +(1681, '1973-08-04 21:51:25', 1.994, 126.72, 40, 5.6, 'mb', 'usp00002zv', 'Molucca Sea', 'earthquake\r'), +(1682, '1973-08-05 00:49:58', -22.812, -70.222, 43, 5.5, 'mb', 'usp00002zy', 'Antofagasta, Chile', 'earthquake\r'), +(1683, '1973-08-05 15:47:33', -16.231, -173.11, 33, 6.1, 'mb', 'usp0000306', 'Tonga', 'earthquake\r'), +(1684, '1973-08-07 03:41:26', -26.781, -70.879, 25, 6.1, 'ms', 'usp000030w', 'offshore Atacama, Chile', 'earthquake\r'), +(1685, '1973-08-07 06:39:01', -54.351, -136.55, 33, 6.1, 'ms', 'usp000030z', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(1686, '1973-08-07 10:04:27', -26.735, -70.896, 34, 5.9, 'ms', 'usp0000311', 'offshore Atacama, Chile', 'earthquake\r'), +(1687, '1973-08-07 14:22:45', -26.829, -70.919, 14, 6.3, 'ms', 'usp0000316', 'offshore Atacama, Chile', 'earthquake\r'), +(1688, '1973-08-08 04:37:13', -58.323, -24.983, 33, 5.5, 'ms', 'usp000031c', 'South Sandwich Islands region', 'earthquake\r'), +(1689, '1973-08-09 10:36:39', 0.326, 125.258, 40, 5.7, 'mb', 'usp000031n', 'Molucca Sea', 'earthquake\r'), +(1690, '1973-08-09 10:44:27', 43.446, 146.433, 55, 6, 'mb', 'usp000031p', 'Kuril Islands', 'earthquake\r'), +(1691, '1973-08-09 13:06:37', -56.273, 147.417, 33, 5.9, 'ms', 'usp000031r', 'west of Macquarie Island', 'earthquake\r'), +(1692, '1973-08-11 07:15:40', 32.995, 104.015, 33, 6.1, 'ms', 'usp000032a', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(1693, '1973-08-13 08:28:20', -4.471, 144.042, 112, 6, 'mb', 'usp000032p', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(1694, '1973-08-14 01:57:01', -26.628, -70.82, 29, 5.7, 'mb', 'usp000032q', 'offshore Atacama, Chile', 'earthquake\r'), +(1695, '1973-08-16 03:58:11', 23.052, 101.11, 33, 6.4, 'ms', 'usp0000338', 'Yunnan, China', 'earthquake\r'), +(1696, '1973-08-16 08:02:54', 33.081, 86.877, 33, 5.5, 'ms', 'usp000033c', 'western Xizang', 'earthquake\r'), +(1697, '1973-08-16 12:17:00', 51.287, -176.644, 47, 5.8, 'ms', 'usp000033e', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1698, '1973-08-16 14:25:34', 51.449, -176.626, 62, 5.6, 'mb', 'usp000033g', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1699, '1973-08-18 08:25:44', 11.511, 121.389, 14, 6.1, 'ms', 'usp0000344', 'Panay, Philippines', 'earthquake\r'), +(1700, '1973-08-20 15:18:28', 45.735, 26.477, 73, 5.6, 'mb', 'usp000034u', 'Romania', 'earthquake\r'), +(1701, '1973-08-21 23:28:52', -1.956, 139.306, 33, 5.7, 'mb', 'usp000035a', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(1702, '1973-08-22 06:39:21', -32.791, -179.208, 33, 6, 'ms', 'usp000035f', 'south of the Kermadec Islands', 'earthquake\r'), +(1703, '1973-08-22 18:14:37', 57.067, -154.101, 38, 5.9, 'mb', 'usp000035r', 'Kodiak Island region, Alaska', 'earthquake\r'), +(1704, '1973-08-23 16:55:26', -5.378, 151.491, 78, 5.7, 'mb', 'usp0000363', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1705, '1973-08-23 23:50:32', 37.211, 142.126, 34, 5.7, 'mb', 'usp000036a', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1706, '1973-08-24 20:18:21', -7.194, 156.035, 62, 5.8, 'mb', 'usp000036n', 'Solomon Islands', 'earthquake\r'), +(1707, '1973-08-25 03:44:34', 10.607, 138.423, 33, 5.8, 'mb', 'usp000036s', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(1708, '1973-08-25 14:39:15', 25.78, 129.532, 33, 5.6, 'mb', 'usp0000375', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(1709, '1973-08-27 13:48:32', -15.988, 168.102, 11, 5.7, 'mb', 'usp0000385', 'Vanuatu', 'earthquake\r'), +(1710, '1973-08-28 09:50:40', 18.267, -96.598, 84, 6.8, 'mb', 'usp000038k', 'Oaxaca, Mexico', 'earthquake\r'), +(1711, '1973-08-28 15:01:59', -0.189, -18.027, 33, 6.8, 'ms', 'usp000038s', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(1712, '1973-08-29 04:42:23', -47.369, 165.741, 33, 5.6, 'mb', 'usp000038x', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(1713, '1973-08-30 08:54:32', -37.314, 179.449, 46, 5.8, 'mb', 'usp000039e', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(1714, '1973-08-30 18:25:43', 7.345, -72.832, 181, 5.7, 'mb', 'usp000039k', 'Colombia-Venezuela border region', 'earthquake\r'), +(1715, '1973-08-30 19:50:03', 7.103, 84.307, 33, 5.9, 'mb', 'usp000039m', 'Bay of Bengal', 'earthquake\r'), +(1716, '1973-09-05 00:30:54', 40.657, 139.552, 191, 5.6, 'mb', 'usp00003b1', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(1717, '1973-09-05 13:03:14', 39.488, 143.111, 41, 5.8, 'ms', 'usp00003b8', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1718, '1973-09-06 10:59:37', 61.039, -146.828, 29, 5.5, 'mb', 'usp00003bn', 'Southern Alaska', 'earthquake\r'), +(1719, '1973-09-07 09:31:15', -5.622, 151.504, 61, 5.5, 'mb', 'usp00003bu', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1720, '1973-09-07 13:58:34', -5.548, 151.105, 71, 5.6, 'mb', 'usp00003bx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1721, '1973-09-08 07:25:44', 33.243, 86.749, 33, 5.5, 'mb', 'usp00003c8', 'western Xizang', 'earthquake\r'), +(1722, '1973-09-08 07:46:53', -8.341, -74.178, 168, 5.6, 'mb', 'usp00003c9', 'central Peru', 'earthquake\r'), +(1723, '1973-09-09 02:13:39', 31.65, 100.013, 33, 5.5, 'mb', 'usp00003ch', 'western Sichuan, China', 'earthquake\r'), +(1724, '1973-09-09 18:25:49', 39.536, 143.137, 23, 5.9, 'ms', 'usp00003cr', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(1725, '1973-09-10 07:43:31', 42.453, 130.907, 532, 6, 'mb', 'usp00003d4', 'China-Russia-North Korea border region', 'earthquake\r'), +(1726, '1973-09-11 10:18:46', -3.422, 68.125, 33, 5.5, 'mb', 'usp00003df', 'Chagos Archipelago region', 'earthquake\r'), +(1727, '1973-09-11 23:18:51', 25.645, 124.509, 141, 5.8, 'mb', 'usp00003dk', 'northeast of Taiwan', 'earthquake\r'), +(1728, '1973-09-12 06:59:54', 73.302, 55.161, 0, 6.8, 'mb', 'usp00003dp', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(1729, '1973-09-13 06:19:46', 9.159, 126.135, 68, 5.8, 'mb', 'usp00003dx', 'Mindanao, Philippines', 'earthquake\r'), +(1730, '1973-09-16 04:52:51', 5.23, -78.034, 33, 5.6, 'ms', 'usp00003eq', 'south of Panama', 'earthquake\r'), +(1731, '1973-09-17 07:21:47', -17.32, -174.343, 135, 5.5, 'mb', 'usp00003f6', 'Tonga', 'earthquake\r'), +(1732, '1973-09-18 12:58:25', -7.034, -76.138, 133, 5.8, 'mb', 'usp00003fk', 'northern Peru', 'earthquake\r'), +(1733, '1973-09-18 13:32:52', -54.518, -132.624, 33, 6.4, 'ms', 'usp00003fm', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(1734, '1973-09-20 20:43:40', 9.048, 123.789, 560, 6, 'mb', 'usp00003g4', 'Negros - Cebu region, Philippines', 'earthquake\r'), +(1735, '1973-09-21 07:13:34', -4.387, -102.003, 33, 6.1, 'mb', 'usp00003g9', 'central East Pacific Rise', 'earthquake\r'), +(1736, '1973-09-21 07:31:03', -4.364, -101.939, 33, 6, 'mb', 'usp00003ga', 'central East Pacific Rise', 'earthquake\r'), +(1737, '1973-09-21 19:28:29', -26.12, 178.282, 651, 5.6, 'mb', 'usp00003gh', 'south of the Fiji Islands', 'earthquake\r'), +(1738, '1976-05-13 07:05:14', -4.612, 130.408, 56, 5.5, 'mb', 'usp0000gaq', 'Banda Sea', 'earthquake\r'), +(1739, '1973-09-22 02:27:42', 26.582, -44.669, 33, 5.9, 'ms', 'usp00003gp', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(1740, '1973-09-22 02:57:20', 26.526, -44.553, 33, 5.6, 'ms', 'usp00003gq', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(1741, '1973-09-23 12:25:52', 10.348, 125.293, 39, 5.7, 'mb', 'usp00003hg', 'Leyte, Philippines', 'earthquake\r'), +(1742, '1973-09-24 10:41:11', 9.822, 126.558, 45, 5.6, 'mb', 'usp00003j0', 'Mindanao, Philippines', 'earthquake\r'), +(1743, '1973-09-24 23:30:58', -52.329, 160.669, 10, 5.6, 'mb', 'usp00003j4', 'Macquarie Island region', 'earthquake\r'), +(1744, '1973-09-25 16:17:28', -54.849, 145.849, 33, 6.3, 'ms', 'usp00003jg', 'west of Macquarie Island', 'earthquake\r'), +(1745, '1973-09-26 16:27:47', -55.359, 146.254, 33, 5.5, 'mb', 'usp00003jt', 'west of Macquarie Island', 'earthquake\r'), +(1746, '1973-09-27 06:59:58', 70.756, 53.872, 0, 6, 'mb', 'usp00003k1', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(1747, '1973-09-27 12:29:04', 71.541, -12.098, 33, 5.6, 'ms', 'usp00003k5', 'Jan Mayen Island region', 'earthquake\r'), +(1748, '1973-09-28 11:32:23', 13.244, 50.722, 33, 5.5, 'mb', 'usp00003kh', 'Gulf of Aden', 'earthquake\r'), +(1749, '1973-09-29 00:44:01', 41.891, 130.871, 575, 6.5, 'mb', 'usp00003kr', 'North Korea', 'earthquake\r'), +(1750, '1973-09-29 13:37:02', -1.228, 136.4, 46, 5.5, 'mb', 'usp00003kv', 'Biak region, Indonesia', 'earthquake\r'), +(1751, '1973-09-30 06:17:53', 35.606, 140.447, 62, 5.9, 'mb', 'usp00003m8', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1752, '1973-10-01 14:16:23', 35.716, 140.561, 56, 5.6, 'mb', 'usp00003mt', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1753, '1973-10-02 12:23:23', -8.745, 115.36, 92, 5.6, 'mb', 'usp00003n7', 'Bali region, Indonesia', 'earthquake\r'), +(1754, '1973-10-03 04:27:41', 27.557, -112.419, 9, 5.5, 'mb', 'usp00003nm', 'Baja California Sur, Mexico', 'earthquake\r'), +(1755, '1973-10-03 08:19:40', -13.548, 166.637, 72, 5.6, 'mb', 'usp00003nr', 'Vanuatu', 'earthquake\r'), +(1756, '1973-10-05 05:45:27', -32.987, -71.916, 14, 6.5, 'ms', 'usp00003pf', 'offshore Valparaiso, Chile', 'earthquake\r'), +(1757, '1973-10-05 05:47:51', -32.518, -71.478, 33, 6.7, 'ms', 'usp00003pg', 'offshore Valparaiso, Chile', 'earthquake\r'), +(1758, '1973-10-05 07:07:34', -32.937, -71.877, 24, 5.6, 'mb', 'usp00003pm', 'offshore Valparaiso, Chile', 'earthquake\r'), +(1759, '1973-10-06 15:07:37', -60.823, -21.549, 33, 7, 'ms', 'usp00003qs', 'east of the South Sandwich Islands', 'earthquake\r'), +(1760, '1973-10-09 07:57:31', -14.233, 167.228, 9, 6.4, 'ms', 'usp00003ry', 'Vanuatu', 'earthquake\r'), +(1761, '1973-10-11 02:07:53', 0.636, -29.514, 33, 6.3, 'ms', 'usp00003sv', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(1762, '1973-10-17 03:16:19', 36.369, 71.16, 221, 5.5, 'mb', 'usp00003uv', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(1763, '1973-10-18 10:49:38', 19.379, -104.975, 45, 6, 'mb', 'usp00003v6', 'Jalisco, Mexico', 'earthquake\r'), +(1764, '1973-10-19 00:13:01', -54.747, 158.511, 33, 5.8, 'mb', 'usp00003v9', 'Macquarie Island region', 'earthquake\r'), +(1765, '1973-10-25 06:41:11', 13.797, 120.239, 63, 5.6, 'mb', 'usp00003xh', 'Mindoro, Philippines', 'earthquake\r'), +(1766, '1973-10-25 14:09:00', -21.985, -63.656, 529, 6.1, 'mb', 'usp00003xk', 'Tarija, Bolivia', 'earthquake\r'), +(1767, '1973-10-27 06:59:57', 70.779, 54.177, 0, 6.9, 'mb', 'usp00003ya', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(1768, '1973-10-28 13:44:46', -33.042, -179.151, 95, 5.5, 'mb', 'usp00003za', 'south of the Kermadec Islands', 'earthquake\r'), +(1769, '1973-10-29 05:27:26', -2.979, 139.268, 36, 5.7, 'mb', 'usp00003zh', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(1770, '1973-11-01 06:38:54', -24.164, -176.351, 35, 5.7, 'mb', 'usp000040h', 'south of the Fiji Islands', 'earthquake\r'), +(1771, '1973-11-03 14:17:42', -26.075, -67.77, 36, 5.9, 'mb', 'usp000041a', 'Catamarca, Argentina', 'earthquake\r'), +(1772, '1973-11-04 12:02:09', -6.029, 124.686, 605, 5.5, 'mb', 'usp000041k', 'Banda Sea', 'earthquake\r'), +(1773, '1973-11-04 15:52:12', 38.896, 20.441, 8, 5.8, 'mb', 'usp000041q', 'Greece', 'earthquake\r'), +(1774, '1973-11-05 11:19:59', -24.286, 179.171, 580, 5.5, 'mb', 'usp0000421', 'south of the Fiji Islands', 'earthquake\r'), +(1775, '1973-11-05 13:34:11', -5.93, 152.422, 15, 5.5, 'mb', 'usp0000422', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(1776, '1973-11-06 05:19:18', -23.794, 179.138, 546, 5.5, 'mb', 'usp000042a', 'south of the Fiji Islands', 'earthquake\r'), +(1777, '1973-11-06 09:36:05', 51.619, -175.404, 34, 6.4, 'ms', 'usp000042d', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1778, '1973-11-06 18:26:35', 51.579, -175.247, 41, 6.3, 'ms', 'usp000042j', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1779, '1973-11-08 08:59:10', 50.052, 156.309, 33, 6.1, 'ms', 'usp0000431', 'Kuril Islands', 'earthquake\r'), +(1780, '1973-11-09 13:42:43', 85.992, 30.825, 15, 5.7, 'mw', 'iscgem754290', 'north of Svalbard', 'earthquake\r'), +(1781, '1973-11-09 14:13:04', 52.444, 178.353, 182, 5.6, 'mb', 'usp000043j', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1782, '1973-11-09 22:41:28', -3.967, -80.971, 31, 5.6, 'mb', 'usp000043n', 'Peru-Ecuador border region', 'earthquake\r'), +(1783, '1973-11-11 02:43:06', 49.975, 156.356, 51, 6, 'mb', 'usp0000444', 'Kuril Islands', 'earthquake\r'), +(1784, '1973-11-11 07:14:52', 30.573, 52.887, 11, 5.5, 'mb', 'usp0000447', 'central Iran', 'earthquake\r'), +(1785, '1973-11-12 03:53:44', -6.153, 154.459, 50, 5.9, 'ms', 'usp000044m', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1786, '1973-11-13 01:12:12', 38.622, 142.15, 78, 5.5, 'mb', 'usp0000451', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1787, '1973-11-13 16:10:59', -18.275, -178.133, 571, 5.6, 'mb', 'usp0000456', 'Fiji region', 'earthquake\r'), +(1788, '1973-11-15 15:06:36', -1.374, -15.791, 33, 5.5, 'mb', 'usp000045r', 'north of Ascension Island', 'earthquake\r'), +(1789, '1973-11-16 23:08:49', -51.183, 139.528, 33, 5.8, 'ms', 'usp0000464', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(1790, '1973-11-17 10:51:22', -1.599, 69.833, 33, 5.5, 'ms', 'usp0000468', 'Carlsberg Ridge', 'earthquake\r'), +(1791, '1973-11-19 11:19:35', -24.675, -64.599, 40, 5.9, 'ms', 'usp000046x', 'Salta, Argentina', 'earthquake\r'), +(1792, '1973-11-19 13:01:56', 38.911, 141.91, 56, 6.1, 'mb', 'usp000046y', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1793, '1973-11-19 18:40:05', -28.463, -70.853, 58, 5.7, 'mb', 'usp0000471', 'Atacama, Chile', 'earthquake\r'), +(1794, '1973-11-21 21:05:20', 46.126, 151.447, 84, 5.6, 'mb', 'usp000047y', 'Kuril Islands', 'earthquake\r'), +(1795, '1973-11-25 04:24:47', 33.82, 135.451, 51, 5.7, 'mb', 'usp0000499', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(1796, '1973-11-25 09:19:15', 33.82, 135.378, 56, 5.7, 'mb', 'usp000049d', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(1797, '1973-11-25 17:11:19', -55.724, -28.256, 33, 5.9, 'ms', 'usp000049m', 'South Sandwich Islands region', 'earthquake\r'), +(1798, '1973-11-27 13:52:30', 53.648, 160.532, 60, 5.9, 'mb', 'usp00004aq', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1799, '1973-11-28 08:12:31', -41.861, 42.77, 33, 5.9, 'ms', 'usp00004b3', 'Prince Edward Islands region', 'earthquake\r'), +(1800, '1973-11-28 19:49:02', -3.043, 122.582, 33, 5.7, 'mb', 'usp00004bc', 'Sulawesi, Indonesia', 'earthquake\r'), +(1801, '1973-11-29 00:29:56', -3.486, 145.948, 33, 5.7, 'ms', 'usp00004bf', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(1802, '1973-11-29 10:57:43', 35.181, 23.797, 26, 5.7, 'mb', 'usp00004bj', 'Crete, Greece', 'earthquake\r'), +(1803, '1973-11-29 12:07:34', -55.741, -28.275, 4, 5.8, 'mb', 'usp00004bn', 'South Sandwich Islands region', 'earthquake\r'), +(1804, '1973-11-29 13:29:22', -19.401, 168.895, 89, 5.5, 'mb', 'usp00004bq', 'Vanuatu', 'earthquake\r'), +(1805, '1973-11-30 07:45:19', -55.636, -28.195, 33, 5.6, 'mb', 'usp00004c6', 'South Sandwich Islands region', 'earthquake\r'), +(1806, '1973-11-30 08:09:55', -15.198, 167.391, 124, 6, 'mb', 'usp00004c8', 'Vanuatu', 'earthquake\r'), +(1807, '1973-11-30 16:58:51', 1.257, 125.927, 33, 5.5, 'mb', 'usp00004cc', 'Molucca Sea', 'earthquake\r'), +(1808, '1973-11-30 18:41:08', -6.264, 154.11, 28, 5.5, 'mb', 'usp00004cf', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1809, '1973-12-01 17:00:56', -35.588, -74.481, 35, 5.9, 'ms', 'usp00004cu', 'off the coast of Maule, Chile', 'earthquake\r'), +(1810, '1973-12-01 23:16:55', 43.1, 146.935, 31, 5.9, 'ms', 'usp00004d0', 'Kuril Islands', 'earthquake\r'), +(1811, '1973-12-01 23:18:04', 43.157, 146.865, 40, 5.9, 'ms', 'usp00004d1', 'Kuril Islands', 'earthquake\r'), +(1812, '1973-12-02 18:19:46', -55.664, -28.244, 33, 5.5, 'ms', 'usp00004df', 'South Sandwich Islands region', 'earthquake\r'), +(1813, '1973-12-02 22:09:55', 52.283, -168.735, 40, 5.6, 'mb', 'usp00004dg', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1814, '1973-12-06 17:51:45', -55.672, -28.092, 33, 5.5, 'ms', 'usp00004f8', 'South Sandwich Islands region', 'earthquake\r'), +(1815, '1973-12-08 06:10:04', -0.245, 98.399, 33, 5.7, 'mb', 'usp00004fs', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(1816, '1973-12-08 13:09:20', -11.128, 165.498, 15, 5.5, 'mb', 'usp00004fu', 'Santa Cruz Islands', 'earthquake\r'), +(1817, '1973-12-09 19:55:46', -19.912, 169.751, 39, 6.8, 'ms', 'usp00004ga', 'Vanuatu', 'earthquake\r'), +(1818, '1973-12-09 20:57:58', -19.772, 169.884, 34, 6.3, 'ms', 'usp00004gb', 'Vanuatu', 'earthquake\r'), +(1819, '1973-12-10 19:30:33', -55.593, -27.809, 33, 5.5, 'mb', 'usp00004gs', 'South Sandwich Islands region', 'earthquake\r'), +(1820, '1973-12-11 02:36:39', 13.676, 146.382, 46, 5.5, 'mb', 'usp00004gw', 'Mariana Islands region', 'earthquake\r'), +(1821, '1973-12-14 07:46:57', 50.036, 79.011, 0, 6, 'mb', 'usp00004ht', 'eastern Kazakhstan', 'nuclear explosion\r'), +(1822, '1973-12-14 17:37:35', 51.406, -177.868, 53, 5.8, 'mb', 'usp00004hz', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1823, '1973-12-15 22:57:03', -16.767, 168.128, 7, 5.6, 'mb', 'usp00004jb', 'Vanuatu', 'earthquake\r'), +(1824, '1973-12-17 21:54:03', 48.088, 154.513, 33, 5.6, 'mb', 'usp00004jy', 'Kuril Islands', 'earthquake\r'), +(1825, '1973-12-19 04:43:02', -9.436, 119.452, 58, 6, 'mb', 'usp00004k5', 'Sumba region, Indonesia', 'earthquake\r'), +(1826, '1973-12-19 12:55:57', -20.586, -176.484, 246, 5.8, 'mb', 'usp00004k7', 'Fiji region', 'earthquake\r'), +(1827, '1973-12-23 11:18:25', -7.974, 126.709, 196, 5.5, 'mb', 'usp00004mm', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(1828, '1973-12-23 18:31:33', -56.291, -139.014, 33, 5.7, 'ms', 'usp00004ms', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(1829, '1973-12-24 08:14:25', -19.058, -174.922, 121, 5.7, 'mb', 'usp00004my', 'Tonga', 'earthquake\r'), +(1830, '1973-12-26 20:30:06', 33.402, 140.826, 63, 5.6, 'mb', 'usp00004nv', 'Izu Islands, Japan region', 'earthquake\r'), +(1831, '1973-12-28 05:31:06', -23.871, 179.96, 549, 6.4, 'mb', 'usp00004p7', 'south of the Fiji Islands', 'earthquake\r'), +(1832, '1973-12-28 13:41:46', -14.464, 166.601, 26, 7.5, 'ms', 'usp00004p9', 'Vanuatu', 'earthquake\r'), +(1833, '1973-12-28 14:18:52', -14.745, 166.471, 33, 5.6, 'mb', 'usp00004pa', 'Vanuatu', 'earthquake\r'), +(1834, '1973-12-28 14:46:34', -14.662, 166.87, 33, 5.6, 'mb', 'usp00004pb', 'Vanuatu', 'earthquake\r'), +(1835, '1973-12-28 15:08:13', -14.494, 166.472, 33, 5.5, 'mb', 'usp00004pc', 'Vanuatu', 'earthquake\r'), +(1836, '1973-12-28 17:50:15', -14.92, 166.772, 33, 5.6, 'mb', 'usp00004pp', 'Vanuatu', 'earthquake\r'), +(1837, '1973-12-28 18:19:30', -14.953, 166.499, 43, 5.5, 'mb', 'usp00004pq', 'Vanuatu', 'earthquake\r'), +(1838, '1973-12-28 21:05:37', -14.441, 166.714, 50, 5.6, 'mb', 'usp00004pt', 'Vanuatu', 'earthquake\r'), +(1839, '1973-12-29 00:19:31', -15.117, 166.896, 47, 7.2, 'ms', 'usp00004py', 'Vanuatu', 'earthquake\r'), +(1840, '1973-12-29 06:44:19', -14.851, 166.505, 33, 5.8, 'mb', 'usp00004q8', 'Vanuatu', 'earthquake\r'), +(1841, '1973-12-29 07:19:26', -23.223, -68.335, 124, 5.5, 'mb', 'usp00004q9', 'Antofagasta, Chile', 'earthquake\r'), +(1842, '1973-12-29 08:20:16', 54.64, 168.735, 33, 6, 'ms', 'usp00004qb', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(1843, '1973-12-30 16:21:29', -15.317, -173.084, 33, 6.2, 'ms', 'usp00004r3', 'Tonga', 'earthquake\r'), +(1844, '1973-12-30 16:39:30', -15.506, 166.639, 10, 6.6, 'ms', 'usp00004r4', 'Vanuatu', 'earthquake\r'), +(1845, '1973-12-31 03:00:12', -28.919, -178.503, 220, 5.7, 'mb', 'usp00004rd', 'Kermadec Islands region', 'earthquake\r'), +(1846, '1974-01-02 10:42:30', -22.538, -68.397, 105, 6.4, 'mb', 'usp00004sg', 'Antofagasta, Chile', 'earthquake\r'), +(1847, '1974-01-02 14:41:48', 26.022, 124.383, 205, 5.7, 'mb', 'usp00004sk', 'northeast of Taiwan', 'earthquake\r'), +(1848, '1974-01-03 11:15:24', -14.562, 166.347, 9, 5.5, 'mb', 'usp00004su', 'Vanuatu', 'earthquake\r'), +(1849, '1974-01-04 09:27:56', 40.606, 77.645, 26, 5.5, 'mb', 'usp00004t7', 'southern Xinjiang, China', 'earthquake\r'), +(1850, '1974-01-05 08:33:51', -12.299, -76.352, 98, 6.3, 'mb', 'usp00004tg', 'near the coast of central Peru', 'earthquake\r'), +(1851, '1974-01-06 17:39:44', -14.856, 167.235, 117, 5.6, 'mb', 'usp00004ud', 'Vanuatu', 'earthquake\r'), +(1852, '1974-01-07 02:18:50', 0, -91.524, 33, 5.5, 'ms', 'usp00004um', 'Galapagos Islands, Ecuador', 'earthquake\r'), +(1853, '1974-01-07 16:35:58', -26.889, -65.704, 33, 5.8, 'mb', 'usp00004uz', 'Tucuman, Argentina', 'earthquake\r'), +(1854, '1974-01-08 21:47:22', -38.954, 46.18, 33, 6.1, 'ms', 'usp00004vb', 'Southwest Indian Ridge', 'earthquake\r'), +(1855, '1974-01-10 08:51:13', -14.434, 166.863, 34, 7.2, 'ms', 'usp00004vu', 'Vanuatu', 'earthquake\r'), +(1856, '1974-01-10 10:00:54', -13.853, 166.625, 66, 5.7, 'mb', 'usp00004vx', 'Vanuatu', 'earthquake\r'), +(1857, '1974-01-11 05:36:31', -14.159, 166.589, 15, 6.2, 'ms', 'usp00004wm', 'Vanuatu', 'earthquake\r'), +(1858, '1974-01-12 10:23:56', -5.54, 147.121, 219, 5.5, 'mb', 'usp00004x2', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(1859, '1974-01-13 13:20:51', -7.421, 127.145, 20, 5.5, 'mb', 'usp00004x8', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(1860, '1974-01-14 20:31:43', 48.757, 154.955, 14, 5.5, 'mb', 'usp00004xn', 'Kuril Islands', 'earthquake\r'), +(1861, '1974-01-14 23:32:11', -9.638, 161.155, 53, 5.6, 'mb', 'usp00004xp', 'Solomon Islands', 'earthquake\r'), +(1862, '1974-01-15 08:32:14', -30.924, -178.928, 114, 5.6, 'mb', 'usp00004xs', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(1863, '1974-01-15 22:50:30', 32.913, 104.203, 33, 5.7, 'ms', 'usp00004xz', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(1864, '1974-01-17 12:52:26', -7.754, 117.496, 257, 5.6, 'mb', 'usp00004yg', 'Bali Sea', 'earthquake\r'), +(1865, '1974-01-18 06:52:43', -60.3, 150.453, 33, 5.7, 'mb', 'usp00004yj', 'west of Macquarie Island', 'earthquake\r'), +(1866, '1974-01-18 21:14:51', -34.175, -20.237, 33, 5.5, 'mb', 'usp00004yr', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(1867, '1974-01-20 05:13:15', -14.364, 166.955, 33, 5.6, 'mb', 'usp00004z5', 'Vanuatu', 'earthquake\r'), +(1868, '1974-01-22 13:28:20', 55.204, 162.142, 33, 5.7, 'mb', 'usp0000507', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1869, '1974-01-24 19:12:52', 42.126, 143.913, 45, 6.1, 'ms', 'usp0000510', 'Hokkaido, Japan region', 'earthquake\r'), +(1870, '1974-01-25 20:28:13', 18.923, 145.493, 141, 5.9, 'mb', 'usp000051f', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(1871, '1974-01-26 05:35:34', 18.596, -103.401, 33, 6.1, 'ms', 'usp000051m', 'Michoacan, Mexico', 'earthquake\r'), +(1872, '1974-01-28 02:13:06', 12.118, 143.011, 58, 5.5, 'mb', 'usp000052c', 'Guam region', 'earthquake\r'), +(1873, '1974-01-29 18:57:13', -7.422, 128.578, 154, 5.7, 'mb', 'usp000052u', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(1874, '1974-01-30 09:53:12', -5.157, 134.074, 33, 6.3, 'ms', 'usp0000530', 'Kepulauan Aru region, Indonesia', 'earthquake\r'), +(1875, '1974-01-30 10:12:11', -4.92, 134.203, 33, 5.6, 'mb', 'usp0000531', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(1876, '1974-01-31 07:03:58', 31.836, 131.641, 37, 5.6, 'mb', 'usp0000538', 'Kyushu, Japan', 'earthquake\r'), +(1877, '1974-01-31 19:55:26', 52.357, -168.74, 36, 5.6, 'mb', 'usp000053d', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1878, '1974-01-31 23:30:05', -7.461, 155.894, 34, 7, 'ms', 'usp000053h', 'Solomon Islands', 'earthquake\r'), +(1879, '1974-02-01 03:12:33', -7.383, 155.575, 40, 7.1, 'ms', 'usp000053r', 'Solomon Islands', 'earthquake\r'), +(1880, '1974-02-01 06:39:37', -47.424, -13.427, 33, 5.7, 'ms', 'usp000053y', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(1881, '1974-02-01 07:02:14', -7.59, 156.026, 33, 5.6, 'ms', 'usp0000540', 'Solomon Islands', 'earthquake\r'), +(1882, '1974-02-01 08:24:34', -6.883, 155.229, 33, 5.8, 'ms', 'usp0000544', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1883, '1974-02-01 15:24:05', -7.121, 155.074, 48, 5.6, 'mb', 'usp000054j', 'Solomon Islands', 'earthquake\r'), +(1884, '1974-02-02 08:27:40', -19.104, 169.491, 269, 5.6, 'mb', 'usp000054z', 'Vanuatu', 'earthquake\r'), +(1885, '1974-02-02 11:44:53', -5.022, 134.006, 33, 5.8, 'ms', 'usp0000552', 'Kepulauan Aru region, Indonesia', 'earthquake\r'), +(1886, '1974-02-02 15:35:16', -7.23, 155.043, 33, 5.5, 'ms', 'usp0000555', 'Solomon Islands', 'earthquake\r'), +(1887, '1974-02-02 19:56:11', -6.221, 104.259, 33, 5.6, 'ms', 'usp0000557', 'Sunda Strait, Indonesia', 'earthquake\r'), +(1888, '1974-02-03 10:08:48', 18.909, 120.07, 30, 5.9, 'mb', 'usp000055h', 'Luzon, Philippines', 'earthquake\r'), +(1889, '1974-02-03 16:12:57', -7.326, 155.5, 43, 5.6, 'ms', 'usp000055k', 'Solomon Islands', 'earthquake\r'), +(1890, '1974-02-03 18:45:46', -5.133, 133.848, 33, 5.7, 'mb', 'usp000055m', 'Kepulauan Kai, Indonesia', 'earthquake\r'), +(1891, '1974-02-06 04:04:07', 53.799, -164.672, 2, 6.5, 'ms', 'usp000056v', 'Unimak Island region, Alaska', 'earthquake\r'), +(1892, '1974-02-07 09:41:51', -3.768, 134.016, 30, 5.8, 'mb', 'usp000057g', 'Papua, Indonesia', 'earthquake\r'), +(1893, '1974-02-08 18:24:32', -21.377, 170.103, 33, 5.8, 'ms', 'usp0000582', 'southeast of the Loyalty Islands', 'earthquake\r'), +(1894, '1974-02-11 01:40:46', -6.101, 104.108, 33, 5.5, 'mb', 'usp0000594', 'Sunda Strait, Indonesia', 'earthquake\r'), +(1895, '1974-02-12 09:47:45', 13.523, 120.458, 74, 5.5, 'mb', 'usp000059q', 'Mindoro, Philippines', 'earthquake\r'), +(1896, '1974-02-13 23:37:53', 0.009, 122.74, 11, 5.8, 'mb', 'usp000059w', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(1897, '1974-02-14 06:38:07', 2.545, 98.97, 34, 5.6, 'mb', 'usp000059y', 'northern Sumatra, Indonesia', 'earthquake\r'), +(1898, '1974-02-16 01:51:11', 11.43, 92.346, 25, 6, 'ms', 'usp00005an', 'Andaman Islands, India region', 'earthquake\r'), +(1899, '1974-02-16 01:53:47', 11.446, 92.357, 33, 6.1, 'ms', 'usp00005ap', 'Andaman Islands, India region', 'earthquake\r'), +(1900, '1974-02-17 04:33:12', 18.439, 146.694, 58, 5.6, 'mb', 'usp00005b0', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(1901, '1974-02-19 03:30:22', 13.909, 122.116, 17, 6.1, 'ms', 'usp00005bf', 'Luzon, Philippines', 'earthquake\r'), +(1902, '1974-02-20 03:02:54', -30.043, -68.59, 115, 5.5, 'mb', 'usp00005br', 'San Juan, Argentina', 'earthquake\r'), +(1903, '1974-02-22 00:36:54', 33.151, 136.906, 385, 6, 'mb', 'usp00005cg', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(1904, '1974-02-25 05:46:25', 44.041, 147.799, 12, 5.9, 'mb', 'usp00005dd', 'Kuril Islands', 'earthquake\r'), +(1905, '1974-02-26 06:23:45', 53.321, 159.697, 49, 5.6, 'mb', 'usp00005ds', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(1906, '1974-02-26 09:58:40', 12.21, 143.596, 45, 5.5, 'mb', 'usp00005du', 'Guam region', 'earthquake\r'), +(1907, '1974-02-27 18:01:49', 1.271, 97.669, 33, 5.9, 'mb', 'usp00005ed', 'Nias region, Indonesia', 'earthquake\r'), +(1908, '1974-02-28 12:59:30', -19.201, 169.824, 14, 5.5, 'mb', 'usp00005eq', 'Vanuatu', 'earthquake\r'), +(1909, '1974-02-28 13:59:18', -36.813, 176.851, 15, 6.2, 'ms', 'usp00005er', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(1910, '1974-02-28 14:05:20', -36.695, 177.113, 28, 5.7, 'mb', 'usp00005es', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(1911, '1974-02-28 20:20:10', 9.336, -84.064, 46, 6.2, 'ms', 'usp00005f2', 'Costa Rica', 'earthquake\r'), +(1912, '1974-03-03 04:50:49', 35.586, 140.599, 46, 5.6, 'ms', 'usp00005fv', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1913, '1974-03-03 14:22:38', -20.062, 169.712, 17, 6.1, 'ms', 'usp00005g5', 'Vanuatu', 'earthquake\r'), +(1914, '1974-03-04 12:38:34', -18.836, -177.664, 383, 5.5, 'mb', 'usp00005gk', 'Fiji region', 'earthquake\r'), +(1915, '1974-03-06 01:40:26', 12.289, -86.386, 110, 5.8, 'mb', 'usp00005h4', 'Nicaragua', 'earthquake\r'), +(1916, '1974-03-06 19:29:08', -6.604, 128.978, 26, 6.3, 'ms', 'usp00005hf', 'Banda Sea', 'earthquake\r'), +(1917, '1974-03-08 09:25:06', 30.916, 131.625, 42, 5.5, 'mb', 'usp00005hz', 'Kyushu, Japan', 'earthquake\r'), +(1918, '1974-03-09 20:14:28', -7.484, 156.179, 50, 6.5, 'ms', 'usp00005jg', 'Solomon Islands', 'earthquake\r'), +(1919, '1974-03-09 20:18:06', -7.335, 156.193, 33, 6.6, 'ms', 'usp00005jh', 'Solomon Islands', 'earthquake\r'), +(1920, '1974-03-10 16:17:09', 0.403, -80.047, 43, 5.6, 'ms', 'usp00005jy', 'near the coast of Ecuador', 'earthquake\r'), +(1921, '1974-03-11 05:33:11', -59.797, -58.838, 33, 5.5, 'ms', 'usp00005k5', 'Scotia Sea', 'earthquake\r'), +(1922, '1974-03-11 11:37:34', 48.323, 153.2, 169, 5.9, 'mb', 'usp00005k6', 'Kuril Islands', 'earthquake\r'), +(1923, '1974-03-12 15:11:06', 8.755, 150.946, 33, 5.5, 'mb', 'usp00005kt', 'State of Chuuk, Federated States of Micronesia', 'earthquake\r'), +(1924, '1974-03-13 21:19:47', -6.799, 154.669, 20, 5.6, 'mb', 'usp00005m7', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1925, '1974-03-14 20:58:55', -13.862, 166.765, 18, 5.8, 'ms', 'usp00005mh', 'Vanuatu', 'earthquake\r'), +(1926, '1974-03-17 03:57:07', 1.294, 98.555, 61, 5.7, 'mb', 'usp00005na', 'northern Sumatra, Indonesia', 'earthquake\r'), +(1927, '1974-03-18 10:56:12', -14.929, -172.833, 27, 6, 'ms', 'usp00005nr', 'Samoa Islands', 'earthquake\r'), +(1928, '1974-03-22 18:13:41', 49.9, 90.807, 33, 5.5, 'mb', 'usp00005px', 'western Mongolia', 'earthquake\r'), +(1929, '1974-03-23 11:39:54', -13.58, 166.814, 42, 5.5, 'mb', 'usp00005q7', 'Vanuatu', 'earthquake\r'), +(1930, '1974-03-23 14:21:30', -54.043, 7.105, 33, 5.6, 'mb', 'usp00005q8', 'Bouvet Island region', 'earthquake\r'), +(1931, '1974-03-23 14:28:35', -23.931, 179.779, 535, 6.1, 'mb', 'usp00005q9', 'south of the Fiji Islands', 'earthquake\r'), +(1932, '1974-03-23 14:54:11', -23.798, 178.759, 569, 5.6, 'mb', 'usp00005qa', 'south of the Fiji Islands', 'earthquake\r'), +(1933, '1974-03-23 20:25:52', -21.931, 173.707, 33, 6.1, 'ms', 'usp00005qj', 'Vanuatu region', 'earthquake\r'), +(1934, '1974-03-24 04:21:06', 12.554, 144.257, 79, 5.9, 'mb', 'usp00005qu', 'Guam region', 'earthquake\r'), +(1935, '1974-03-24 14:16:03', 27.727, 86.11, 33, 5.7, 'ms', 'usp00005qy', 'Nepal', 'earthquake\r'), +(1936, '1974-03-27 03:07:22', -27.267, -175.336, 44, 5.7, 'mb', 'usp00005ry', 'Kermadec Islands region', 'earthquake\r'), +(1937, '1974-03-27 16:28:47', 50.109, -179.657, 37, 5.6, 'mb', 'usp00005s7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1938, '1974-03-29 21:50:35', 57.585, -153.922, 44, 5.7, 'mb', 'usp00005sx', 'Kodiak Island region, Alaska', 'earthquake\r'), +(1939, '1974-03-31 06:47:45', -2.186, 139.083, 33, 5.6, 'ms', 'usp00005th', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(1940, '1974-04-02 04:02:34', -6.945, 155.288, 47, 5.7, 'ms', 'usp00005ub', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(1941, '1974-04-02 19:36:42', -30.79, -65.192, 166, 5.5, 'mb', 'usp00005uq', 'Cordoba, Argentina', 'earthquake\r'), +(1942, '1974-04-06 01:53:47', 55.102, -160.44, 27, 5.7, 'mb', 'usp00005vv', 'Alaska Peninsula', 'earthquake\r'), +(1943, '1974-04-06 03:56:02', 55.12, -160.443, 40, 6, 'mb', 'usp00005w2', 'Alaska Peninsula', 'earthquake\r'), +(1944, '1974-04-06 12:16:23', -49.044, 164.216, 33, 5.5, 'mb', 'usp00005w9', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(1945, '1974-04-09 13:11:22', 45.49, 148.292, 139, 5.5, 'mb', 'usp00005x8', 'Kuril Islands', 'earthquake\r'), +(1946, '1974-04-12 17:45:18', 14.263, 134.317, 33, 5.5, 'mb', 'usp00005y7', 'Philippine Sea', 'earthquake\r'), +(1947, '1974-04-17 01:31:34', 45.972, 21.141, 33, 5.6, 'mb', 'usp00005zt', 'Romania', 'earthquake\r'), +(1948, '1974-04-17 15:21:24', 1.516, 126.239, 33, 5.5, 'mb', 'usp0000604', 'Molucca Sea', 'earthquake\r'), +(1949, '1974-04-18 21:05:59', -38.172, -93.672, 33, 5.5, 'mb', 'usp000060p', 'West Chile Rise', 'earthquake\r'), +(1950, '1974-04-19 07:05:09', -24.011, 178.505, 596, 5.5, 'mb', 'usp000060t', 'south of the Fiji Islands', 'earthquake\r'), +(1951, '1974-04-20 08:22:21', 52.974, -167.375, 42, 5.9, 'ms', 'usp0000617', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(1952, '1974-04-20 08:27:15', -22.844, 171.862, 33, 5.5, 'ms', 'usp0000618', 'southeast of the Loyalty Islands', 'earthquake\r'), +(1953, '1974-04-21 00:53:30', -22.819, 171.691, 33, 5.6, 'ms', 'usp000061d', 'southeast of the Loyalty Islands', 'earthquake\r'), +(1954, '1974-04-21 02:08:03', 46.248, 145.361, 28, 5.5, 'ms', 'usp000061f', 'Sea of Okhotsk', 'earthquake\r'), +(1955, '1974-04-22 00:29:20', 31.649, 119.171, 33, 5.5, 'ms', 'usp000061v', 'Jiangsu, China', 'earthquake\r'), +(1956, '1974-04-24 09:08:17', -9.577, 118.118, 68, 5.5, 'mb', 'usp0000630', 'Sumbawa region, Indonesia', 'earthquake\r'), +(1957, '1974-04-26 06:12:20', -24.535, -68.86, 97, 5.5, 'mb', 'usp000063m', 'Antofagasta, Chile', 'earthquake\r'), +(1958, '1974-04-26 12:20:01', -8.17, 117.849, 33, 5.6, 'mb', 'usp000063r', 'Sumbawa region, Indonesia', 'earthquake\r'), +(1959, '1974-04-27 06:01:47', -14.962, -72.213, 113, 5.8, 'mb', 'usp000063x', 'central Peru', 'earthquake\r'), +(1960, '1974-04-27 07:24:54', -26.246, -175.912, 45, 6.1, 'mb', 'usp000063z', 'south of Tonga', 'earthquake\r'), +(1961, '1974-05-01 15:22:25', 18.276, 145.178, 455, 5.5, 'mb', 'usp000065t', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(1962, '1974-05-04 12:47:28', -13.881, 172.611, 602, 5.5, 'mb', 'usp0000677', 'Vanuatu region', 'earthquake\r'), +(1963, '1974-05-05 05:57:35', 22.301, 121.49, 26, 5.5, 'mb', 'usp000067p', 'Taiwan region', 'earthquake\r'), +(1964, '1974-05-05 08:17:50', -17.452, 167.907, 33, 5.6, 'ms', 'usp000067s', 'Vanuatu', 'earthquake\r'), +(1965, '1974-05-05 14:19:12', 37.74, 141.707, 48, 5.6, 'mb', 'usp000067y', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(1966, '1974-05-06 11:38:20', -15.201, -173.417, 13, 5.7, 'mb', 'usp000068b', 'Tonga', 'earthquake\r'), +(1967, '1974-05-07 02:25:11', -16.693, -177.342, 33, 6, 'ms', 'usp000068j', 'Fiji region', 'earthquake\r'), +(1968, '1974-05-07 03:04:58', 12.728, -44.484, 33, 5.8, 'ms', 'usp000068k', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(1969, '1974-05-08 23:33:25', 34.522, 138.74, 2, 6.5, 'ms', 'usp0000694', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(1970, '1974-05-09 16:07:43', -21.756, 169.747, 35, 5.5, 'mb', 'usp000069b', 'southeast of the Loyalty Islands', 'earthquake\r'), +(1971, '1974-05-09 23:56:38', -45.982, 35.267, 33, 5.9, 'ms', 'usp000069f', 'Prince Edward Islands region', 'earthquake\r'), +(1972, '1974-05-10 08:12:05', -4.372, -102.109, 33, 6.1, 'mb', 'usp000069m', 'central East Pacific Rise', 'earthquake\r'), +(1973, '1974-05-10 19:25:15', 28.243, 104.015, 11, 6.8, 'ms', 'usp000069p', 'eastern Sichuan, China', 'earthquake\r'), +(1974, '1974-05-11 00:43:45', 1.744, 126.381, 33, 6, 'ms', 'usp000069r', 'Molucca Sea', 'earthquake\r'), +(1975, '1974-05-11 06:14:09', 19.74, 147.274, 6, 6.4, 'mb', 'usp000069z', 'Mariana Islands region', 'earthquake\r'), +(1976, '1974-05-11 13:01:05', -57.901, -7.267, 33, 5.9, 'ms', 'usp00006a4', 'east of the South Sandwich Islands', 'earthquake\r'), +(1977, '1974-05-11 20:53:16', 1.875, 126.417, 33, 5.5, 'mb', 'usp00006ac', 'Molucca Sea', 'earthquake\r'), +(1978, '1974-05-12 10:05:55', -19.561, -69.046, 112, 5.8, 'mb', 'usp00006an', 'Tarapaca, Chile', 'earthquake\r'), +(1979, '1974-05-13 11:52:56', -7.304, 155.5, 33, 5.6, 'mb', 'usp00006b8', 'Solomon Islands', 'earthquake\r'), +(1980, '1974-05-13 17:40:28', 36.469, 70.912, 208, 5.5, 'mb', 'usp00006bb', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(1981, '1974-05-13 18:54:32', -6.668, 102.645, 33, 5.6, 'mb', 'usp00006bc', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(1982, '1974-05-14 06:51:15', -26.272, 27.533, 22, 5.7, 'mb', 'usp00006bj', 'South Africa', 'earthquake\r'), +(1983, '1974-05-15 07:40:04', -4.841, 153.63, 55, 5.5, 'mb', 'usp00006c5', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1984, '1974-05-15 18:59:56', 50.05, 156.113, 56, 6.1, 'mb', 'usp00006cw', 'Kuril Islands', 'earthquake\r'), +(1985, '1974-05-16 23:07:47', 11.239, -86.046, 36, 5.6, 'ms', 'usp00006dj', 'near the coast of Nicaragua', 'earthquake\r'), +(1986, '1974-05-17 15:22:07', -11.173, -75.077, 111, 6, 'mb', 'usp00006dr', 'central Peru', 'earthquake\r'), +(1987, '1974-05-17 17:11:51', 25.141, 125.555, 18, 5.8, 'mb', 'usp00006ds', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(1988, '1974-05-17 20:55:11', -6.513, 106.837, 131, 6, 'mb', 'usp00006dw', 'Java, Indonesia', 'earthquake\r'), +(1989, '1974-05-19 21:40:23', -4.89, 153.259, 57, 5.5, 'mb', 'usp00006ef', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(1990, '1974-05-26 01:32:11', -17.699, 167.752, 13, 6, 'ms', 'usp00006ge', 'Vanuatu', 'earthquake\r'), +(1991, '1974-05-26 05:47:37', -20.755, -178.499, 565, 5.7, 'mb', 'usp00006gn', 'Fiji region', 'earthquake\r'), +(1992, '1974-05-26 05:52:40', -17.321, 167.124, 53, 5.5, 'mb', 'usp00006gp', 'Vanuatu', 'earthquake\r'), +(1993, '1974-05-26 15:24:24', -17.616, 167.491, 7, 6.2, 'mb', 'usp00006h4', 'Vanuatu', 'earthquake\r'), +(1994, '1974-05-27 04:41:24', 50.833, 157.349, 47, 5.6, 'mb', 'usp00006hf', 'Kuril Islands', 'earthquake\r'), +(1995, '1974-05-27 14:01:44', 60.328, -146.016, 21, 5.7, 'ms', 'usp00006hr', 'Southern Alaska', 'earthquake\r'), +(1996, '1974-05-31 03:26:57', 49.952, 78.844, 0, 5.9, 'mb', 'usp00006k2', 'eastern Kazakhstan', 'nuclear explosion\r'), +(1997, '1974-05-31 14:05:00', 27.226, -111.238, 33, 6.3, 'ms', 'usp00006kc', 'Gulf of California', 'earthquake\r'), +(1998, '1974-06-02 15:59:51', 2.681, 125.276, 33, 5.5, 'ms', 'usp00006m9', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(1999, '1974-06-04 04:14:16', -15.847, -175.101, 276, 6, 'mb', 'usp00006mr', 'Tonga', 'earthquake\r'), +(2000, '1974-06-05 11:44:21', -54.546, 158.592, 33, 5.5, 'mb', 'usp00006n7', 'Macquarie Island region', 'earthquake\r'), +(2001, '1974-06-06 18:15:33', -2.882, 149.087, 37, 5.7, 'ms', 'usp00006nr', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2002, '1974-06-06 18:37:08', 4.236, 66.541, 33, 5.5, 'ms', 'usp00006ns', 'Carlsberg Ridge', 'earthquake\r'), +(2003, '1974-06-07 06:47:36', -15.443, -175.315, 33, 6, 'ms', 'usp00006nz', 'Tonga', 'earthquake\r'), +(2004, '1974-06-07 22:48:49', 5.66, -82.579, 33, 5.9, 'ms', 'usp00006p6', 'south of Panama', 'earthquake\r'), +(2005, '1974-06-09 14:16:04', -5.753, -80.977, 50, 5.7, 'mb', 'usp00006pw', 'near the coast of northern Peru', 'earthquake\r'), +(2006, '1974-06-12 16:25:48', 10.563, -63.382, 34, 6.1, 'ms', 'usp00006qz', 'Sucre, Venezuela', 'earthquake\r'), +(2007, '1974-06-12 17:55:09', 64.771, -21.045, 13, 5.5, 'mb', 'usp00006r1', 'Iceland', 'earthquake\r'), +(2008, '1974-06-14 13:24:41', -60.649, -37.598, 33, 5.6, 'ms', 'usp00006rt', 'Scotia Sea', 'earthquake\r'), +(2009, '1974-06-15 02:37:14', 52.262, 178.791, 157, 5.7, 'mb', 'usp00006s3', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2010, '1974-06-15 07:03:00', 28.273, 103.954, 39, 5.5, 'mb', 'usp00006s7', 'eastern Sichuan, China', 'earthquake\r'), +(2011, '1974-06-19 02:55:20', -33.416, 56.875, 33, 6.6, 'ms', 'usp00006sz', 'Southwest Indian Ridge', 'earthquake\r'), +(2012, '1974-06-22 08:12:48', -22.065, -113.589, 33, 5.9, 'mb', 'usp00006ub', 'Easter Island region', 'earthquake\r'), +(2013, '1974-06-23 06:20:50', -7.007, 155.843, 70, 5.5, 'mb', 'usp00006v0', 'Solomon Islands', 'earthquake\r'), +(2014, '1974-06-24 20:34:35', -55.833, -27.451, 80, 6, 'mb', 'usp00006vj', 'South Sandwich Islands region', 'earthquake\r'), +(2015, '1974-06-24 21:20:22', 63.167, -149.881, 75, 5.5, 'mb', 'usp00006vk', 'Central Alaska', 'earthquake\r'), +(2016, '1974-06-24 21:35:10', -2.28, 141.072, 33, 5.7, 'mb', 'usp00006vm', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(2017, '1974-06-25 04:13:04', 21.02, 144.402, 173, 5.5, 'mb', 'usp00006vz', 'Mariana Islands region', 'earthquake\r'), +(2018, '1974-06-25 05:05:19', -54.642, -131.616, 33, 6.1, 'mb', 'usp00006w2', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(2019, '1974-06-25 08:44:45', 15.444, -95.468, 30, 5.6, 'mb', 'usp00006w5', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(2020, '1974-06-25 17:22:19', -26.09, 84.28, 33, 6.6, 'ms', 'usp00006wc', 'South Indian Ocean', 'earthquake\r'), +(2021, '1974-06-26 13:31:25', -49.104, 124.497, 33, 5.5, 'ms', 'usp00006wt', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(2022, '1974-06-26 13:43:35', -36.558, -98.2, 33, 5.6, 'ms', 'usp00006wu', 'southeast of Easter Island', 'earthquake\r'), +(2023, '1974-06-27 01:49:08', 33.786, 139.2, 16, 5.9, 'ms', 'usp00006x2', 'Izu Islands, Japan region', 'earthquake\r'), +(2024, '1974-06-27 07:46:12', -4.718, 152.505, 70, 6.1, 'mb', 'usp00006x9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2025, '1974-06-30 08:33:47', -17.988, 168.287, 61, 5.7, 'mb', 'usp00006yk', 'Vanuatu', 'earthquake\r'), +(2026, '1974-06-30 12:50:02', -19.16, 168.673, 32, 5.7, 'mb', 'usp00006yq', 'Vanuatu', 'earthquake\r'), +(2027, '1974-07-01 16:51:52', -22.135, -64.735, 13, 5.9, 'ms', 'usp00006z6', 'Tarija, Bolivia', 'earthquake\r'), +(2028, '1974-07-01 23:11:15', -22.642, -10.674, 33, 5.6, 'ms', 'usp00006zb', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(2029, '1974-07-02 23:26:27', -29.082, -175.954, 33, 7.2, 'ms', 'usp00006zm', 'Kermadec Islands region', 'earthquake\r'), +(2030, '1974-07-03 23:25:09', -29.122, -176.11, 33, 6.6, 'ms', 'usp0000700', 'Kermadec Islands region', 'earthquake\r'), +(2031, '1974-07-04 19:30:42', 45.136, 94.034, 33, 6.7, 'ms', 'usp0000708', 'western Mongolia', 'earthquake\r'), +(2032, '1974-07-06 14:51:24', -60.763, -38.088, 33, 5.6, 'mb', 'usp000070w', 'Scotia Sea', 'earthquake\r'), +(2033, '1974-07-08 05:45:37', 36.414, 141.104, 35, 6, 'ms', 'usp000071d', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(2034, '1974-07-13 01:18:23', 7.747, -77.688, 12, 7.3, 'ms', 'usp000072y', 'Panama-Colombia border region', 'earthquake\r'), +(2035, '1974-07-13 02:20:23', 7.409, -77.662, 45, 5.5, 'mb', 'usp0000737', 'Panama-Colombia border region', 'earthquake\r'), +(2036, '1974-07-13 17:58:41', 7.704, -77.717, 5, 5.7, 'ms', 'usp000074f', 'Panama-Colombia border region', 'earthquake\r'), +(2037, '1974-07-14 02:13:50', 7.745, -77.612, 15, 5.9, 'mb', 'usp000074v', 'Panama-Colombia border region', 'earthquake\r'), +(2038, '1974-07-14 09:37:37', -8.724, 122.557, 123, 5.8, 'mb', 'usp0000754', 'Flores region, Indonesia', 'earthquake\r'), +(2039, '1974-07-18 11:04:43', -15.218, -173.592, 33, 5.9, 'mb', 'usp0000771', 'Tonga', 'earthquake\r'), +(2040, '1974-07-18 19:21:25', 17.064, -98.351, 48, 5.6, 'mb', 'usp0000777', 'Guerrero, Mexico', 'earthquake\r'), +(2041, '1974-07-19 17:45:44', -6.065, 154.926, 157, 5.7, 'mb', 'usp000077p', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2042, '1974-07-23 06:45:13', -16.624, -173.561, 46, 5.5, 'mb', 'usp0000796', 'Tonga', 'earthquake\r'), +(2043, '1974-07-23 10:58:48', -19.534, 169.272, 162, 5.6, 'mb', 'usp0000799', 'Vanuatu', 'earthquake\r'), +(2044, '1974-07-24 04:07:33', -55.506, -28.309, 37, 5.5, 'mb', 'usp000079m', 'South Sandwich Islands region', 'earthquake\r'), +(2045, '1974-07-24 08:27:36', -31.252, -177.802, 33, 5.8, 'ms', 'usp000079s', 'Kermadec Islands region', 'earthquake\r'), +(2046, '1974-07-25 17:17:39', -6.083, 153.099, 33, 5.5, 'mb', 'usp00007ae', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2047, '1974-07-26 13:01:03', -3.594, 128.882, 25, 5.6, 'mb', 'usp00007as', 'Seram, Indonesia', 'earthquake\r'), +(2048, '1974-07-28 11:35:00', 46.293, 153.33, 52, 5.9, 'mb', 'usp00007bj', 'Kuril Islands', 'earthquake\r'), +(2049, '1974-07-28 21:49:22', 2.745, 125.671, 100, 5.6, 'mb', 'usp00007c4', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(2050, '1974-07-29 03:15:17', 46.222, 153.055, 38, 5.8, 'ms', 'usp00007c9', 'Kuril Islands', 'earthquake\r'), +(2051, '1974-07-29 07:16:26', 46.122, 153.092, 33, 6.2, 'ms', 'usp00007cc', 'Kuril Islands', 'earthquake\r'), +(2052, '1974-07-29 09:28:48', 46.333, 153.326, 33, 5.5, 'ms', 'usp00007ce', 'Kuril Islands', 'earthquake\r'), +(2053, '1974-07-30 05:12:41', 36.353, 70.763, 211, 6.5, 'mb', 'usp00007cw', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(2054, '1974-07-31 02:01:09', -5.976, 127.591, 393, 5.6, 'mb', 'usp00007dh', 'Banda Sea', 'earthquake\r'), +(2055, '1974-08-01 04:59:08', -22.351, 170.635, 52, 5.6, 'mb', 'usp00007e0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(2056, '1974-08-01 05:07:59', 56.516, -152.315, 10, 6.1, 'ms', 'usp00007e2', 'Kodiak Island region, Alaska', 'earthquake\r'), +(2057, '1974-08-01 05:55:38', 56.67, -152.105, 33, 6.3, 'ms', 'usp00007e3', 'Kodiak Island region, Alaska', 'earthquake\r'), +(2058, '1974-08-01 07:59:57', 56.632, -152.265, 33, 6, 'ms', 'usp00007ee', 'Kodiak Island region, Alaska', 'earthquake\r'), +(2059, '1974-08-01 19:57:30', -41.893, 88.344, 33, 5.7, 'ms', 'usp00007er', 'southeast Indian Ridge', 'earthquake\r'), +(2060, '1974-08-03 18:16:34', 35.999, 139.819, 58, 5.6, 'mb', 'usp00007fr', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(2061, '1974-08-06 18:38:13', -21.758, -175.161, 48, 5.7, 'ms', 'usp00007gn', 'Tonga', 'earthquake\r'), +(2062, '1974-08-06 19:53:59', -55.708, -29.878, 33, 5.6, 'mb', 'usp00007gp', 'South Sandwich Islands region', 'earthquake\r'), +(2063, '1974-08-08 19:16:46', 24.572, 122.687, 32, 6, 'ms', 'usp00007ha', 'Taiwan region', 'earthquake\r'), +(2064, '1974-08-09 04:53:31', -8.482, -74.279, 159, 5.6, 'mb', 'usp00007hd', 'central Peru', 'earthquake\r'), +(2065, '1974-08-10 11:22:26', -21.385, -179.158, 602, 5.5, 'mb', 'usp00007hu', 'Fiji region', 'earthquake\r'), +(2066, '1974-08-11 01:13:56', 39.457, 73.83, 9, 7.3, 'ms', 'usp00007j0', 'Kyrgyzstan-Tajikistan-Xinjiang border region', 'earthquake\r'), +(2067, '1974-08-11 05:23:53', 39.415, 73.773, 27, 5.6, 'mb', 'usp00007j9', 'Kyrgyzstan-Tajikistan-Xinjiang border region', 'earthquake\r'), +(2068, '1974-08-11 20:05:30', 39.471, 73.652, 33, 5.8, 'mb', 'usp00007js', 'Kyrgyzstan', 'earthquake\r'), +(2069, '1974-08-11 21:21:34', 39.469, 73.629, 9, 6.1, 'ms', 'usp00007jt', 'Kyrgyzstan', 'earthquake\r'), +(2070, '1974-08-12 02:52:42', -15.982, -179.405, 70, 5.7, 'mb', 'usp00007jy', 'Fiji region', 'earthquake\r'), +(2071, '1974-08-13 03:46:20', 51.525, -178.112, 52, 5.8, 'mb', 'usp00007km', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2072, '1974-08-13 14:45:42', -55.456, 146.261, 33, 5.7, 'ms', 'usp00007ky', 'west of Macquarie Island', 'earthquake\r'), +(2073, '1974-08-13 15:03:15', -5.333, 150.794, 100, 5.5, 'mb', 'usp00007m0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2074, '1974-08-14 05:34:54', 51.561, -178.145, 56, 5.7, 'mb', 'usp00007m4', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2075, '1974-08-14 14:59:58', 68.913, 75.899, 0, 5.5, 'mb', 'usp00007mb', 'northwestern Siberia, Russia', 'nuclear explosion\r'), +(2076, '1974-08-14 17:56:47', -32.743, -69.015, 132, 5.6, 'mb', 'usp00007me', 'Mendoza, Argentina', 'earthquake\r'), +(2077, '1974-08-15 03:35:58', -9.053, 159.133, 59, 5.5, 'mb', 'usp00007mp', 'Solomon Islands', 'earthquake\r'), +(2078, '1974-08-15 18:27:30', -35.225, -71.002, 96, 5.6, 'mb', 'usp00007mz', 'Maule, Chile', 'earthquake\r'), +(2079, '1974-08-16 09:41:32', 51.498, -177.828, 46, 5.8, 'ms', 'usp00007nb', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2080, '1974-08-18 10:44:13', -38.453, -73.431, 36, 7.1, 'ms', 'usp00007nz', 'Araucania, Chile', 'earthquake\r'), +(2081, '1974-08-20 20:45:01', 52.243, 174.972, 58, 5.6, 'mb', 'usp00007q5', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2082, '1974-08-23 04:50:35', -7.49, 127.505, 136, 5.8, 'mb', 'usp00007r2', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(2083, '1974-08-24 02:47:30', 4.28, -76.855, 84, 5.9, 'mb', 'usp00007rg', 'Colombia', 'earthquake\r'), +(2084, '1974-08-24 10:41:11', 52.407, -168.273, 41, 5.7, 'mb', 'usp00007rr', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2085, '1974-08-25 01:18:40', 32.049, 142.292, 33, 5.9, 'mb', 'usp00007s6', 'Izu Islands, Japan region', 'earthquake\r'), +(2086, '1974-08-27 12:56:03', 39.669, 73.833, 33, 5.9, 'ms', 'usp00007te', 'Kyrgyzstan', 'earthquake\r'), +(2087, '1974-08-27 15:20:50', -27.933, -66.667, 147, 5.5, 'mb', 'usp00007tj', 'Catamarca, Argentina', 'earthquake\r'), +(2088, '1974-08-29 09:59:56', 73.366, 55.094, 0, 6.4, 'mb', 'usp00007ug', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(2089, '1974-08-30 21:44:21', 1.841, 127.238, 33, 5.5, 'mb', 'usp00007vg', 'Halmahera, Indonesia', 'earthquake\r'), +(2090, '1974-08-30 23:29:24', 30.562, 141.94, 24, 5.7, 'ms', 'usp00007vh', 'Izu Islands, Japan region', 'earthquake\r'), +(2091, '1974-09-02 04:33:17', -2.769, 101.214, 52, 5.7, 'mb', 'usp00007wc', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2092, '1974-09-03 05:55:06', 18.337, 119.171, 11, 5.9, 'mb', 'usp00007wt', 'Philippine Islands region', 'earthquake\r'), +(2093, '1974-09-03 05:59:41', 18.208, 119.125, 33, 5.6, 'mb', 'usp00007wu', 'Philippine Islands region', 'earthquake\r'), +(2094, '1974-09-04 06:29:16', 33.134, 13.567, 17, 5.6, 'ms', 'usp00007xa', 'central Mediterranean Sea', 'earthquake\r'), +(2095, '1974-09-05 13:55:51', -7.253, 128.32, 94, 5.6, 'mb', 'usp00007xu', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(2096, '1974-09-05 18:33:25', 36.49, 70.892, 173, 5.6, 'mb', 'usp00007xy', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(2097, '1974-09-05 21:17:57', -4.287, 143.489, 63, 5.5, 'mb', 'usp00007y0', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(2098, '1974-09-07 19:40:52', 15.103, -60.629, 58, 5.7, 'mb', 'usp00007yk', 'Martinique region, Windward Islands', 'earthquake\r'), +(2099, '1974-09-07 20:43:12', -9.815, 108.356, 33, 6.5, 'ms', 'usp00007yp', 'south of Java, Indonesia', 'earthquake\r'), +(2100, '1974-09-08 05:13:12', -14.911, 167.966, 17, 5.5, 'mb', 'usp00007yv', 'Vanuatu', 'earthquake\r'), +(2101, '1974-09-08 05:17:28', -3.685, 153.934, 449, 5.7, 'mb', 'usp00007yw', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2102, '1974-09-08 14:54:32', -56.331, -26.763, 33, 5.5, 'mb', 'usp00007z8', 'South Sandwich Islands region', 'earthquake\r'), +(2103, '1974-09-10 21:06:08', -30.431, -177.806, 27, 5.5, 'mb', 'usp00007zu', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2104, '1974-09-11 19:16:17', -8.365, 121.937, 33, 5.8, 'mb', 'usp0000807', 'Flores region, Indonesia', 'earthquake\r'), +(2105, '1974-09-12 22:56:22', -58.646, -25.232, 33, 5.5, 'mb', 'usp000080t', 'South Sandwich Islands region', 'earthquake\r'), +(2106, '1974-09-13 07:53:03', 55.289, 161.973, 55, 5.8, 'mb', 'usp000080z', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2107, '1974-09-16 00:38:15', -23.935, -65.547, 280, 5.6, 'mb', 'usp000081t', 'Jujuy, Argentina', 'earthquake\r'), +(2108, '1974-09-16 21:55:51', 49.625, 155.944, 48, 5.5, 'mb', 'usp0000823', 'Kuril Islands', 'earthquake\r'), +(2109, '1974-09-18 18:27:21', -7.579, 107.234, 93, 5.5, 'mb', 'usp000082s', 'Java, Indonesia', 'earthquake\r'), +(2110, '1974-09-20 00:53:01', 42.792, 144.954, 51, 5.6, 'mb', 'usp0000838', 'Hokkaido, Japan region', 'earthquake\r'), +(2111, '1974-09-20 21:20:12', -6.242, 146.059, 111, 5.8, 'mb', 'usp000083p', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2112, '1974-09-21 03:13:06', -6.419, 128.998, 33, 5.5, 'ms', 'usp000083s', 'Banda Sea', 'earthquake\r'), +(2113, '1974-09-21 05:55:58', -44.374, 168.14, 49, 5.8, 'mb', 'usp000083u', 'South Island of New Zealand', 'earthquake\r'), +(2114, '1974-09-21 12:40:22', -23.708, -175.978, 33, 6.3, 'ms', 'usp0000840', 'Tonga region', 'earthquake\r'), +(2115, '1974-09-21 15:54:59', 52.173, 157.506, 118, 5.8, 'mb', 'usp0000842', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(2116, '1974-09-23 19:28:17', -0.278, 12.917, 33, 6.2, 'ms', 'usp000084t', 'Gabon', 'earthquake\r'), +(2117, '1974-09-27 03:10:08', 33.602, 141.128, 46, 6.1, 'ms', 'usp000085y', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2118, '1974-09-27 04:09:01', 2.691, -71.418, 43, 5.8, 'ms', 'usp0000860', 'Colombia', 'earthquake\r'), +(2119, '1974-09-27 05:26:39', 28.596, 85.496, 70, 5.6, 'mb', 'usp0000861', 'Xizang-Nepal border region', 'earthquake\r'), +(2120, '1974-09-27 05:47:29', 43.176, 146.651, 43, 6.7, 'ms', 'usp0000862', 'Kuril Islands', 'earthquake\r'), +(2121, '1974-10-01 04:07:27', 12.034, 141.115, 43, 5.7, 'ms', 'usp000087r', 'Mariana Islands region', 'earthquake\r'), +(2122, '1974-10-02 02:55:00', -5.906, -81.093, 5, 5.7, 'mb', 'usp000087z', 'near the coast of northern Peru', 'earthquake\r'), +(2123, '1974-10-03 14:21:29', -12.265, -77.795, 13, 7.6, 'ms', 'usp0000888', 'near the coast of central Peru', 'earthquake\r'), +(2124, '1974-10-04 22:24:33', 26.288, 66.543, 33, 5.9, 'ms', 'usp0000898', 'Pakistan', 'earthquake\r'), +(2125, '1974-10-07 21:52:40', -58.299, -27.371, 33, 6, 'mb', 'usp00008af', 'South Sandwich Islands region', 'earthquake\r'), +(2126, '1974-10-08 09:50:58', 17.3, -62, 47, 7.5, 'ms', 'usp00008aq', 'Antigua and Barbuda region, Leeward Islands', 'earthquake\r'), +(2127, '1974-10-09 07:32:02', 44.724, 150.119, 49, 6.4, 'ms', 'usp00008b5', 'east of the Kuril Islands', 'earthquake\r'), +(2128, '1974-10-10 06:48:14', 40.96, 143.129, 29, 6.2, 'ms', 'usp00008bh', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2129, '1974-10-10 06:56:49', 40.929, 143.112, 45, 6.2, 'ms', 'usp00008bj', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2130, '1974-10-10 21:32:11', -4.139, 102.827, 21, 6, 'mb', 'usp00008bu', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2131, '1974-10-11 07:43:27', -13.277, -112.303, 33, 5.6, 'ms', 'usp00008bz', 'central East Pacific Rise', 'earthquake\r'), +(2132, '1974-10-11 08:33:52', -60.748, 153.931, 33, 6.1, 'ms', 'usp00008c0', 'west of Macquarie Island', 'earthquake\r'), +(2133, '1974-10-12 06:14:52', 40.506, 143.575, 24, 6, 'ms', 'usp00008cj', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2134, '1974-10-13 02:34:53', 0.52, 125.989, 41, 5.5, 'mb', 'usp00008d3', 'Molucca Sea', 'earthquake\r'), +(2135, '1974-10-14 14:11:41', 40.572, 143.675, 15, 5.7, 'ms', 'usp00008dg', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2136, '1974-10-15 01:16:47', 40.628, 143.677, 22, 5.5, 'ms', 'usp00008dr', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2137, '1974-10-15 21:27:43', -30.706, -178.006, 59, 5.7, 'mb', 'usp00008e5', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2138, '1974-10-16 05:45:10', 52.636, -32.07, 33, 6.9, 'ms', 'usp00008eb', 'Reykjanes Ridge', 'earthquake\r'), +(2139, '1974-10-16 06:32:58', 49.972, 78.968, 0, 5.5, 'mb', 'usp00008ec', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2140, '1974-10-16 09:29:49', 40.338, 143.67, 24, 5.6, 'mb', 'usp00008ef', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2141, '1974-10-16 17:30:35', -6.324, 148.375, 70, 5.7, 'mb', 'usp00008ej', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2142, '1974-10-18 17:17:44', -55.385, -128.776, 33, 5.5, 'ms', 'usp00008fb', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(2143, '1974-10-19 06:45:17', -0.149, 123.848, 70, 5.5, 'mb', 'usp00008fp', 'Sulawesi, Indonesia', 'earthquake\r'), +(2144, '1974-10-20 15:27:40', -6.595, 154.785, 43, 5.7, 'ms', 'usp00008ga', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2145, '1974-10-20 19:39:31', -6.594, 154.721, 43, 5.8, 'ms', 'usp00008gd', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2146, '1974-10-21 04:12:29', -17.909, -178.612, 602, 6, 'mb', 'usp00008gh', 'Fiji region', 'earthquake\r'), +(2147, '1974-10-21 12:48:14', 53.929, 160.482, 33, 5.7, 'mb', 'usp00008gm', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2148, '1974-10-22 12:06:11', 62.087, -26.17, 33, 5.6, 'ms', 'usp00008hc', 'Iceland region', 'earthquake\r'), +(2149, '1974-10-23 06:14:54', -8.42, 154.034, 48, 7.2, 'ms', 'usp00008hm', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(2150, '1974-10-23 11:26:36', -54.179, 143.725, 33, 5.6, 'mb', 'usp00008hu', 'west of Macquarie Island', 'earthquake\r'), +(2151, '1974-10-25 00:05:34', 15.84, -93.09, 120, 5.5, 'mb', 'usp00008jd', 'Chiapas, Mexico', 'earthquake\r'), +(2152, '1974-10-25 03:19:08', -6.305, 152.284, 18, 5.7, 'mb', 'usp00008jf', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2153, '1974-10-27 10:30:39', -15.447, 167.176, 36, 6.3, 'mb', 'usp00008kb', 'Vanuatu', 'earthquake\r'), +(2154, '1974-10-29 03:14:15', -6.88, 129.463, 117, 6.5, 'mb', 'usp00008kr', 'Banda Sea', 'earthquake\r'), +(2155, '1974-10-30 16:07:33', 29.85, 130.433, 33, 5.8, 'ms', 'usp00008ma', 'Ryukyu Islands, Japan', 'earthquake\r'), +(2156, '1974-11-02 04:59:57', 70.817, 54.063, 0, 6.7, 'mb', 'usp00008n6', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(2157, '1974-11-02 22:19:05', -15.182, -174.052, 97, 5.6, 'mb', 'usp00008nj', 'Tonga', 'earthquake\r'), +(2158, '1974-11-08 21:23:22', 42.489, 141.78, 132, 6, 'mb', 'usp00008qm', 'Hokkaido, Japan region', 'earthquake\r'), +(2159, '1974-11-09 10:40:38', -56.166, -26.746, 33, 5.5, 'ms', 'usp00008qw', 'South Sandwich Islands region', 'earthquake\r'), +(2160, '1974-11-09 12:59:50', -12.5, -77.786, 6, 7.2, 'ms', 'usp00008qy', 'near the coast of central Peru', 'earthquake\r'), +(2161, '1974-11-09 19:10:55', -6.498, 105.342, 51, 6.1, 'mb', 'usp00008r3', 'Sunda Strait, Indonesia', 'earthquake\r'), +(2162, '1974-11-10 04:25:32', -15.859, -178.51, 33, 6.1, 'ms', 'usp00008r6', 'Fiji region', 'earthquake\r'), +(2163, '1974-11-11 05:17:51', 51.631, -178.11, 68, 5.8, 'mb', 'usp00008rg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2164, '1974-11-11 06:29:21', -23.905, -177.56, 196, 5.6, 'mb', 'usp00008rj', 'south of the Fiji Islands', 'earthquake\r'), +(2165, '1974-11-12 05:59:51', -33.154, -70.623, 90, 5.5, 'mb', 'usp00008rx', 'Region Metropolitana, Chile', 'earthquake\r'), +(2166, '1974-11-12 22:13:26', 2.316, 121.129, 54, 5.8, 'mb', 'usp00008s2', 'Celebes Sea', 'earthquake\r'), +(2167, '1974-11-13 16:59:17', -57.958, 148.284, 33, 5.9, 'ms', 'usp00008s9', 'west of Macquarie Island', 'earthquake\r'), +(2168, '1974-11-14 04:48:55', 58.797, -154.62, 37, 5.6, 'ms', 'usp00008sb', 'Alaska Peninsula', 'earthquake\r'), +(2169, '1974-11-15 23:32:42', 35.767, 140.991, 36, 5.8, 'mb', 'usp00008td', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(2170, '1974-11-16 10:37:08', 2.433, 127.706, 36, 5.6, 'mb', 'usp00008tg', 'Molucca Sea', 'earthquake\r'), +(2171, '1974-11-18 18:03:03', 20.565, 121.188, 36, 5.5, 'mb', 'usp00008ud', 'Batan Islands region, Philippines', 'earthquake\r'), +(2172, '1974-11-19 03:55:19', 18.973, 121.311, 44, 5.7, 'ms', 'usp00008uh', 'Luzon, Philippines', 'earthquake\r'), +(2173, '1974-11-19 04:58:23', -3.19, 150.637, 18, 6.1, 'ms', 'usp00008uk', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2174, '1974-11-19 05:07:56', -3.044, 150.619, 1, 5.6, 'mb', 'usp00008um', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2175, '1974-11-20 04:14:47', -15.023, 167.139, 33, 6.9, 'ms', 'usp00008uv', 'Vanuatu', 'earthquake\r'), +(2176, '1974-11-20 13:21:41', -53.566, -28.345, 33, 6, 'mb', 'usp00008uz', 'southwestern Atlantic Ocean', 'earthquake\r'), +(2177, '1974-11-22 16:25:34', 30.25, -114.8, 6, 5.55, 'ml', 'ci3319062', '217km S of Estacion Coahuila, B.C., MX', 'earthquake\r'), +(2178, '1974-11-25 06:02:43', -6.863, 129.446, 52, 5.5, 'mb', 'usp00008wn', 'Banda Sea', 'earthquake\r'), +(2179, '1974-11-27 18:45:13', -6.1, 154.159, 49, 6.1, 'mb', 'usp00008x9', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2180, '1974-11-28 00:23:41', -15.207, 167.355, 61, 5.8, 'mb', 'usp00008xe', 'Vanuatu', 'earthquake\r'), +(2181, '1974-11-29 09:49:15', -19.563, 169.362, 142, 5.5, 'mb', 'usp00008y2', 'Vanuatu', 'earthquake\r'), +(2182, '1974-11-29 22:05:22', 30.698, 138.319, 419, 6.1, 'mb', 'usp00008y5', 'Izu Islands, Japan region', 'earthquake\r'), +(2183, '1974-11-29 22:27:27', -27.723, -66.677, 126, 5.5, 'mb', 'usp00008y6', 'Catamarca, Argentina', 'earthquake\r'), +(2184, '1974-11-30 13:54:23', 19.417, -155.4, 7, 5.5, 'ms', 'usp00008y9', 'Hawaii region, Hawaii', 'earthquake\r'), +(2185, '1974-12-02 06:34:08', 19.076, 121.155, 53, 5.5, 'mb', 'usp00008z3', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(2186, '1974-12-02 06:43:30', -6.168, 153.071, 28, 5.8, 'mb', 'usp00008z4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2187, '1974-12-03 03:06:35', -5.012, 129.779, 33, 6.5, 'ms', 'usp00008zj', 'Banda Sea', 'earthquake\r'), +(2188, '1974-12-04 03:07:46', 0.393, 97.843, 20, 6.9, 'ms', 'usp00008zv', 'Nias region, Indonesia', 'earthquake\r'), +(2189, '1974-12-05 11:57:31', -7.686, -74.453, 162, 6, 'mb', 'usp000090a', 'northern Peru', 'earthquake\r'), +(2190, '1974-12-07 07:34:11', 51.857, -170.795, 33, 5.8, 'ms', 'usp0000916', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2191, '1974-12-10 01:41:06', 36.457, 70.479, 204, 5.5, 'mb', 'usp000092k', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(2192, '1974-12-12 12:48:44', -4.887, 129.929, 18, 5.7, 'mb', 'usp000093r', 'Banda Sea', 'earthquake\r'), +(2193, '1974-12-14 20:07:10', 2.624, 128.407, 218, 5.5, 'mb', 'usp000094e', 'Halmahera, Indonesia', 'earthquake\r'), +(2194, '1974-12-16 07:53:57', -24.877, -112.122, 33, 5.9, 'ms', 'usp0000950', 'Easter Island region', 'earthquake\r'), +(2195, '1974-12-17 15:35:21', -54.144, 143.425, 33, 5.8, 'ms', 'usp000095g', 'west of Macquarie Island', 'earthquake\r'), +(2196, '1974-12-19 16:00:49', 7.4, -78.7, 13, 5.8, 'ms', 'usp0000965', 'Panama', 'earthquake\r'), +(2197, '1974-12-21 08:28:56', -14.563, -175.232, 33, 6.1, 'ms', 'usp000096v', 'Samoa Islands region', 'earthquake\r'), +(2198, '1974-12-23 01:04:03', -14.59, -175.666, 33, 5.6, 'ms', 'usp000097a', 'Samoa Islands region', 'earthquake\r'), +(2199, '1974-12-24 06:55:47', -2.308, 99.043, 33, 6.8, 'ms', 'usp000097s', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(2200, '1974-12-25 02:49:13', 51.697, 174.635, 40, 5.8, 'ms', 'usp0000982', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2201, '1974-12-27 05:46:57', 49.96, 79.046, 0, 5.6, 'mb', 'usp000098z', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2202, '1974-12-28 12:11:44', 35.054, 72.87, 22, 6.2, 'ms', 'usp000099f', 'Pakistan', 'earthquake\r'), +(2203, '1974-12-29 17:20:47', -32.996, -69.994, 99, 5.5, 'mb', 'usp00009a1', 'Mendoza, Argentina', 'earthquake\r'), +(2204, '1974-12-29 18:25:01', 61.597, -150.511, 67, 5.6, 'mb', 'usp00009a2', 'Southern Alaska', 'earthquake\r'), +(2205, '1974-12-31 20:21:09', 14.126, -91.824, 39, 6.1, 'ms', 'usp00009b0', 'offshore Guatemala', 'earthquake\r'), +(2206, '1974-12-31 22:40:48', 19.29, -155.36, 5, 5.5, 'mb', 'usp00009b5', 'Hawaii region, Hawaii', 'earthquake\r'), +(2207, '1975-01-01 03:55:12', 61.909, -149.738, 66, 5.9, 'mb', 'usp00009bd', 'Southern Alaska', 'earthquake\r'), +(2208, '1975-01-01 20:24:34', -4.932, 129.923, 20, 5.7, 'mb', 'usp00009by', 'Banda Sea', 'earthquake\r'), +(2209, '1975-01-02 08:59:01', 46.884, 151.563, 52, 5.7, 'mb', 'usp00009c7', 'Kuril Islands', 'earthquake\r'), +(2210, '1975-01-02 14:16:01', 21.579, 142.903, 313, 5.6, 'mb', 'usp00009cb', 'Mariana Islands region', 'earthquake\r'), +(2211, '1975-01-02 19:31:44', 53.013, 159.449, 47, 5.5, 'mb', 'usp00009ce', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2212, '1975-01-03 05:10:13', -55.413, -28.187, 33, 5.7, 'ms', 'usp00009cp', 'South Sandwich Islands region', 'earthquake\r'), +(2213, '1975-01-03 05:44:10', -55.362, -28.106, 33, 5.5, 'mb', 'usp00009cq', 'South Sandwich Islands region', 'earthquake\r'), +(2214, '1975-01-06 19:09:53', 29.233, 130.336, 41, 5.8, 'ms', 'usp00009ds', 'Ryukyu Islands, Japan', 'earthquake\r'), +(2215, '1975-01-08 01:58:55', -2.995, 101.776, 95, 6, 'mb', 'usp00009e4', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2216, '1975-01-12 17:47:24', -33.512, -178.088, 23, 6, 'ms', 'usp00009g6', 'south of the Kermadec Islands', 'earthquake\r'), +(2217, '1975-01-13 09:19:10', 52.22, -171.142, 42, 5.7, 'mb', 'usp00009gg', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2218, '1975-01-14 19:37:19', -4.966, 130.007, 39, 5.9, 'mb', 'usp00009gy', 'Banda Sea', 'earthquake\r'), +(2219, '1975-01-14 19:48:59', -4.956, 129.992, 33, 6.5, 'ms', 'usp00009gz', 'Banda Sea', 'earthquake\r'), +(2220, '1975-01-14 19:58:51', -4.804, 129.854, 33, 5.6, 'mb', 'usp00009h0', 'Banda Sea', 'earthquake\r'), +(2221, '1975-01-15 11:34:41', 29.406, 101.709, 33, 6, 'ms', 'usp00009h9', 'western Sichuan, China', 'earthquake\r'), +(2222, '1975-01-15 20:29:54', -7.983, 112.298, 141, 5.8, 'mb', 'usp00009hc', 'Java, Indonesia', 'earthquake\r'), +(2223, '1975-01-17 09:30:42', -17.905, -174.581, 153, 5.8, 'mb', 'usp00009hv', 'Tonga', 'earthquake\r'), +(2224, '1975-01-17 10:28:09', -2.94, 126.126, 33, 5.7, 'mb', 'usp00009hw', 'Ceram Sea, Indonesia', 'earthquake\r'), +(2225, '1975-01-18 08:51:18', -20.523, -173.76, 33, 5.6, 'mb', 'usp00009j4', 'Tonga', 'earthquake\r'), +(2226, '1975-01-19 08:02:03', 32.455, 78.43, 33, 6.8, 'ms', 'usp00009jd', 'Kashmir-Xizang border region', 'earthquake\r'), +(2227, '1975-01-19 08:12:08', 31.95, 78.521, 33, 6, 'mb', 'usp00009jf', 'western Xizang-India border region', 'earthquake\r'), +(2228, '1975-01-20 17:31:11', 34.992, 141.188, 28, 5.9, 'mb', 'usp00009k0', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2229, '1975-01-22 08:30:37', 14.65, 96.139, 15, 5.5, 'mb', 'usp00009kk', 'Andaman Islands, India region', 'earthquake\r'), +(2230, '1975-01-22 10:46:14', -28.342, -67.543, 136, 5.5, 'mb', 'usp00009km', 'La Rioja, Argentina', 'earthquake\r'), +(2231, '1975-01-23 14:19:15', 33.026, 131.092, 10, 5.8, 'ms', 'usp00009mg', 'Kyushu, Japan', 'earthquake\r'), +(2232, '1975-01-25 02:08:42', 7.218, -77.773, 36, 6.5, 'ms', 'usp00009nh', 'Panama-Colombia border region', 'earthquake\r'), +(2233, '1975-01-27 15:10:02', -9.908, 119.352, 33, 5.7, 'ms', 'usp00009pz', 'Sumba region, Indonesia', 'earthquake\r'), +(2234, '1975-02-02 07:24:53', 53.053, 173.446, 25, 5.9, 'mb', 'usp00009rw', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2235, '1975-02-02 08:43:39', 53.113, 173.497, 10, 7.6, 'ms', 'usp00009ry', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2236, '1975-02-02 16:17:24', 44.63, 146.932, 80, 5.5, 'mb', 'usp00009s2', 'Kuril Islands', 'earthquake\r'), +(2237, '1975-02-03 16:45:15', -4.941, 129.951, 22, 5.6, 'mb', 'usp00009sf', 'Banda Sea', 'earthquake\r'), +(2238, '1975-02-04 11:36:08', 40.641, 122.58, 33, 7, 'mw', 'usp00009ss', 'Liaoning, China', 'earthquake\r'), +(2239, '1975-02-05 06:47:35', -56.065, -27.348, 33, 5.7, 'mb', 'usp00009tb', 'South Sandwich Islands region', 'earthquake\r'), +(2240, '1975-02-07 04:51:44', -7.288, 149.513, 33, 6.4, 'ms', 'usp00009tx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2241, '1975-02-09 04:45:25', -6.686, 106.677, 27, 5.6, 'ms', 'usp00009ut', 'Java, Indonesia', 'earthquake\r'), +(2242, '1975-02-16 04:58:56', -7.194, 146.059, 174, 5.7, 'mb', 'usp00009xt', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2243, '1975-02-17 03:38:20', 17.638, 97.902, 6, 5.9, 'ms', 'usp00009y5', 'Myanmar', 'earthquake\r'), +(2244, '1975-02-20 05:32:58', 49.82, 78.078, 0, 5.7, 'mb', 'usp00009z5', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2245, '1975-02-22 00:47:22', 17.356, -100.482, 40, 5.8, 'ms', 'usp00009zk', 'Guerrero, Mexico', 'earthquake\r'), +(2246, '1975-02-22 08:36:07', 51.377, -179.419, 48, 6.5, 'ms', 'usp00009zr', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2247, '1975-02-22 22:04:38', -24.886, -179.061, 375, 6.2, 'mb', 'usp0000a05', 'south of the Fiji Islands', 'earthquake\r'), +(2248, '1975-02-23 02:58:41', 8.017, 124.075, 623, 5.6, 'mb', 'usp0000a09', 'Mindanao, Philippines', 'earthquake\r'), +(2249, '1975-02-23 03:53:36', -21.727, -71.356, 33, 5.6, 'mb', 'usp0000a0a', 'off the coast of Antofagasta, Chile', 'earthquake\r'), +(2250, '1975-02-23 07:34:11', -10.879, 166.667, 33, 5.5, 'ms', 'usp0000a0c', 'Santa Cruz Islands', 'earthquake\r'), +(2251, '1975-02-25 05:20:05', -7.388, 149.798, 33, 5.5, 'mb', 'usp0000a12', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2252, '1975-02-26 04:48:55', 85.047, 97.969, 33, 5.6, 'ms', 'usp0000a1h', 'north of Severnaya Zemlya', 'earthquake\r'), +(2253, '1975-02-26 08:00:05', 40.085, 24.697, 34, 5.5, 'ml', 'usp0000a1m', 'Aegean Sea', 'earthquake\r'), +(2254, '1975-02-26 14:29:01', -6.529, 154.932, 54, 5.5, 'mb', 'usp0000a1r', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2255, '1975-02-26 20:15:00', -19.795, -69.271, 82, 5.7, 'mb', 'usp0000a1x', 'Tarapaca, Chile', 'earthquake\r'), +(2256, '1975-02-27 14:23:59', -6.098, 148.235, 78, 5.9, 'mb', 'usp0000a28', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2257, '1975-02-27 18:42:54', -17.862, -178.58, 586, 5.9, 'mb', 'usp0000a2b', 'Fiji region', 'earthquake\r'), +(2258, '1975-02-28 01:53:02', -3.046, 129.244, 59, 5.5, 'mb', 'usp0000a2d', 'Seram, Indonesia', 'earthquake\r'), +(2259, '1975-03-01 14:53:19', -8.447, -81.971, 33, 5.5, 'mb', 'usp0000a2z', 'off the coast of northern Peru', 'earthquake\r'), +(2260, '1975-03-04 11:17:48', -5.004, 130.026, 29, 5.7, 'mb', 'usp0000a3w', 'Banda Sea', 'earthquake\r'), +(2261, '1975-03-05 00:22:20', -2.444, 126.145, 33, 6.6, 'ms', 'usp0000a44', 'Ceram Sea, Indonesia', 'earthquake\r'), +(2262, '1975-03-05 10:27:10', -19.53, 168.867, 55, 5.6, 'mb', 'usp0000a4b', 'Vanuatu', 'earthquake\r'), +(2263, '1975-03-05 13:48:01', 9.037, -69.948, 51, 5.6, 'mb', 'usp0000a4c', 'Portuguesa, Venezuela', 'earthquake\r'), +(2264, '1975-03-05 21:32:01', -55.974, -27.166, 57, 5.9, 'mb', 'usp0000a4m', 'South Sandwich Islands region', 'earthquake\r'), +(2265, '1975-03-07 07:04:43', 27.497, 56.26, 27, 6.1, 'ms', 'usp0000a50', 'southern Iran', 'earthquake\r'), +(2266, '1975-03-13 15:26:43', -29.941, -71.337, 4, 6.9, 'ms', 'usp0000a7a', 'offshore Coquimbo, Chile', 'earthquake\r'), +(2267, '1975-03-13 18:45:30', -21.778, 170.526, 85, 6.1, 'mb', 'usp0000a7g', 'southeast of the Loyalty Islands', 'earthquake\r'), +(2268, '1975-03-14 06:04:31', 16.598, -93.385, 155, 5.5, 'mb', 'usp0000a7w', 'Chiapas, Mexico', 'earthquake\r'), +(2269, '1975-03-14 19:33:23', -7.738, 122.37, 279, 5.5, 'mb', 'usp0000a83', 'Flores Sea', 'earthquake\r'), +(2270, '1975-03-17 05:17:47', 40.493, 26.168, 5, 5.5, 'ms', 'usp0000a92', 'western Turkey', 'earthquake\r'), +(2271, '1975-03-17 05:35:15', 40.471, 26.106, 5, 5.9, 'ms', 'usp0000a93', 'western Turkey', 'earthquake\r'), +(2272, '1975-03-17 18:58:43', 0.775, 122.583, 64, 5.5, 'mb', 'usp0000a9e', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(2273, '1975-03-17 22:11:02', -2.546, 138.225, 33, 6, 'ms', 'usp0000a9h', 'Papua, Indonesia', 'earthquake\r'), +(2274, '1975-03-18 01:10:54', -10.07, -75.278, 40, 5.5, 'mb', 'usp0000a9n', 'central Peru', 'earthquake\r'), +(2275, '1975-03-18 17:21:23', -4.231, -77.015, 98, 6.2, 'mb', 'usp0000a9y', 'northern Peru', 'earthquake\r'), +(2276, '1975-03-18 18:44:16', 35.167, 86.571, 33, 5.8, 'ms', 'usp0000a9z', 'western Xizang', 'earthquake\r'), +(2277, '1975-03-23 07:32:37', 22.735, 122.802, 21, 6.6, 'ms', 'usp0000abg', 'Taiwan region', 'earthquake\r'), +(2278, '1975-03-23 19:48:08', 46.695, 152.549, 33, 5.5, 'mb', 'usp0000abn', 'Kuril Islands', 'earthquake\r'), +(2279, '1975-03-24 05:33:47', 29.551, 68.601, 26, 5.5, 'mb', 'usp0000abr', 'Pakistan', 'earthquake\r'), +(2280, '1975-03-25 06:41:33', -27.959, -66.659, 178, 5.9, 'mb', 'usp0000ac3', 'Catamarca, Argentina', 'earthquake\r'), +(2281, '1975-03-26 03:28:29', -32.157, 179.507, 425, 5.8, 'mb', 'usp0000acd', 'south of the Kermadec Islands', 'earthquake\r'), +(2282, '1975-03-27 05:15:06', 40.418, 26.139, 5, 6.7, 'ms', 'usp0000acv', 'western Turkey', 'earthquake\r'), +(2283, '1975-03-27 15:39:16', -59.461, -18.185, 33, 5.5, 'mb', 'usp0000ad1', 'east of the South Sandwich Islands', 'earthquake\r'), +(2284, '1975-03-28 02:31:06', 42.061, -112.548, 5, 6.1, 'mb', 'usp0000ad8', 'southern Idaho', 'earthquake\r'), +(2285, '1975-03-29 09:36:21', 13.325, 50.738, 33, 5.6, 'ms', 'usp0000adt', 'Gulf of Aden', 'earthquake\r'), +(2286, '1975-03-30 22:32:04', -54.21, 8.509, 10, 6.3, 'mw', 'iscgem731814', 'Bouvet Island region', 'earthquake\r'), +(2287, '1975-03-31 02:51:58', 22.77, 122.905, 32, 5.5, 'mb', 'usp0000aec', 'Taiwan region', 'earthquake\r'), +(2288, '1975-04-02 08:44:00', 33.597, 140.374, 71, 5.6, 'mb', 'usp0000af4', 'Izu Islands, Japan region', 'earthquake\r'), +(2289, '1975-04-02 10:31:32', -23.022, -175.112, 33, 5.6, 'mb', 'usp0000af5', 'Tonga region', 'earthquake\r'), +(2290, '1975-04-04 05:52:33', 1.093, 132.128, 33, 5.5, 'mb', 'usp0000afs', 'Papua region, Indonesia', 'earthquake\r'), +(2291, '1975-04-04 11:12:08', -31.054, -178.399, 45, 5.5, 'mb', 'usp0000afu', 'Kermadec Islands region', 'earthquake\r'), +(2292, '1975-04-04 17:41:16', -21.235, 45.103, 33, 5.6, 'ms', 'usp0000afz', 'Madagascar', 'earthquake\r'), +(2293, '1975-04-05 09:34:37', 10.04, -69.755, 33, 6.1, 'ms', 'usp0000ag4', 'Lara, Venezuela', 'earthquake\r'), +(2294, '1975-04-05 16:52:47', 52.198, 160.185, 33, 5.5, 'mb', 'usp0000ag5', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2295, '1975-04-05 17:49:59', 52.342, 160.045, 33, 5.5, 'ms', 'usp0000ag6', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2296, '1975-04-05 20:38:30', 10.126, -75.695, 52, 5.5, 'mb', 'usp0000aga', 'near the north coast of Colombia', 'earthquake\r'), +(2297, '1975-04-06 09:55:19', 52.156, 160.238, 33, 6.2, 'ms', 'usp0000agh', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2298, '1975-04-06 10:34:57', 52.212, 160.042, 33, 6.2, 'ms', 'usp0000agk', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2299, '1975-04-08 06:27:13', 37.721, 141.654, 46, 5.8, 'mb', 'usp0000ahp', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(2300, '1975-04-09 06:26:22', -4.041, 152.686, 133, 6.3, 'mb', 'usp0000aj4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2301, '1975-04-09 22:25:28', 38.073, 72.692, 78, 5.5, 'mb', 'usp0000aja', 'Tajikistan', 'earthquake\r'), +(2302, '1975-04-10 15:36:08', -47.516, 99.81, 33, 5.5, 'ms', 'usp0000ajq', 'southeast Indian Ridge', 'earthquake\r'), +(2303, '1975-04-11 00:10:35', -50.803, 139.095, 33, 6.3, 'ms', 'usp0000aju', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(2304, '1975-04-11 10:47:15', 54.097, -163.248, 20, 5.5, 'mb', 'usp0000ak1', 'Unimak Island region, Alaska', 'earthquake\r'), +(2305, '1975-04-11 11:42:46', -17.699, -178.799, 571, 5.6, 'mb', 'usp0000ak2', 'Fiji region', 'earthquake\r'), +(2306, '1975-04-12 15:33:09', -14.767, -72.709, 81, 5.9, 'mb', 'usp0000akg', 'central Peru', 'earthquake\r'), +(2307, '1975-04-13 01:34:36', 5.677, 125.384, 225, 5.7, 'mb', 'usp0000aks', 'Mindanao, Philippines', 'earthquake\r'), +(2308, '1975-04-16 01:27:19', 71.516, -10.427, 13, 6.5, 'ms', 'usp0000amw', 'Jan Mayen Island region', 'earthquake\r'), +(2309, '1975-04-16 21:33:25', 48.355, 154.907, 32, 5.8, 'mb', 'usp0000ana', 'Kuril Islands', 'earthquake\r'), +(2310, '1975-04-18 10:05:34', 4.454, 125.26, 179, 5.5, 'mb', 'usp0000anu', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(2311, '1975-04-19 06:23:03', -55.444, -124.596, 33, 5.5, 'ms', 'usp0000ap2', 'southern East Pacific Rise', 'earthquake\r'), +(2312, '1975-04-20 11:40:40', -36.403, -98.794, 33, 6.2, 'ms', 'usp0000aq6', 'southeast of Easter Island', 'earthquake\r'), +(2313, '1975-04-20 17:35:50', 33.19, 131.3, 7, 6.1, 'ms', 'usp0000aq9', 'Kyushu, Japan', 'earthquake\r'), +(2314, '1975-04-23 11:14:48', 16.447, -98.91, 11, 6.2, 'ms', 'usp0000as4', 'offshore Guerrero, Mexico', 'earthquake\r'), +(2315, '1975-04-27 05:36:57', 49.99, 78.984, 0, 5.6, 'mb', 'usp0000atj', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2316, '1975-04-28 08:36:50', -8.853, 158.031, 41, 5.6, 'mb', 'usp0000atw', 'Solomon Islands', 'earthquake\r'), +(2317, '1975-04-28 11:06:44', 35.819, 79.915, 33, 6.3, 'ms', 'usp0000atz', 'Kashmir-Xinjiang border region', 'earthquake\r'), +(2318, '1975-04-28 11:58:34', 35.88, 80.016, 31, 5.9, 'ms', 'usp0000au1', 'Xinjiang-Xizang border region', 'earthquake\r'), +(2319, '1975-04-29 15:20:16', -39, 175.799, 110, 5.6, 'mb', 'usp0000aug', 'North Island of New Zealand', 'earthquake\r'), +(2320, '1975-04-30 04:28:57', 36.184, 30.772, 56, 5.6, 'mb', 'usp0000aup', 'western Turkey', 'earthquake\r'), +(2321, '1975-05-01 03:20:32', -52.758, 140.4, 33, 5.5, 'ms', 'usp0000av5', 'west of Macquarie Island', 'earthquake\r'), +(2322, '1975-05-04 09:31:59', 37.135, 142.074, 23, 5.8, 'mb', 'usp0000aww', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2323, '1975-05-05 05:18:49', 33.093, 92.924, 33, 6.1, 'ms', 'usp0000axa', 'southern Qinghai, China', 'earthquake\r'), +(2324, '1975-05-05 20:28:08', -23.008, -176.242, 90, 5.6, 'mb', 'usp0000axk', 'south of the Fiji Islands', 'earthquake\r'), +(2325, '1975-05-06 10:18:21', 31.023, 141.756, 33, 5.9, 'ms', 'usp0000axt', 'Izu Islands, Japan region', 'earthquake\r'), +(2326, '1975-05-09 04:11:31', -4.642, 102.078, 34, 5.5, 'mb', 'usp0000ayw', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2327, '1975-05-09 18:35:05', -32.654, -179.316, 47, 5.8, 'ms', 'usp0000az2', 'south of the Kermadec Islands', 'earthquake\r'), +(2328, '1975-05-10 14:27:39', -38.183, -73.232, 6, 7.7, 'ms', 'usp0000az9', 'Bio-Bio, Chile', 'earthquake\r'), +(2329, '1975-05-11 06:56:45', 49.325, 156.151, 58, 5.5, 'mb', 'usp0000azg', 'Kuril Islands', 'earthquake\r'), +(2330, '1975-05-13 21:18:41', 1.018, 126.056, 36, 6.3, 'ms', 'usp0000b0w', 'Molucca Sea', 'earthquake\r'), +(2331, '1975-05-14 22:23:03', 36.082, 70.894, 99, 5.5, 'mb', 'usp0000b1g', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(2332, '1975-05-16 01:14:06', 41.322, 136.136, 2, 5.7, 'mb', 'usp0000b1w', 'eastern Sea of Japan', 'earthquake\r'), +(2333, '1975-05-18 23:53:54', -20.965, -173.985, 43, 6, 'ms', 'usp0000b2v', 'Tonga', 'earthquake\r'), +(2334, '1975-05-19 19:47:45', 35.16, 80.801, 26, 5.5, 'mb', 'usp0000b35', 'Xinjiang-Xizang border region', 'earthquake\r'), +(2335, '1975-05-20 21:33:10', -9.601, 118.922, 62, 5.8, 'mb', 'usp0000b3s', 'Sumbawa region, Indonesia', 'earthquake\r'), +(2336, '1975-05-23 15:12:33', 51.343, -131.236, 33, 5.6, 'ms', 'usp0000b4z', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(2337, '1975-05-23 16:01:49', 22.697, 122.574, 6, 6.2, 'ms', 'usp0000b52', 'Taiwan region', 'earthquake\r'), +(2338, '1975-05-24 01:53:38', -20.905, -173.767, 19, 5.5, 'ms', 'usp0000b5c', 'Tonga', 'earthquake\r'), +(2339, '1975-05-24 23:40:55', -17.561, -178.655, 560, 5.5, 'mb', 'usp0000b5w', 'Fiji region', 'earthquake\r'), +(2340, '1975-05-25 15:39:45', -15.087, 166.814, 29, 5.6, 'mb', 'usp0000b65', 'Vanuatu', 'earthquake\r'), +(2341, '1975-05-25 19:04:34', 57.375, -150.119, 33, 5.6, 'mb', 'usp0000b67', 'Gulf of Alaska', 'earthquake\r'), +(2342, '1975-05-26 04:36:49', -6.786, 155.599, 81, 5.6, 'mb', 'usp0000b6d', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2343, '1975-05-26 09:11:52', 35.997, -17.649, 33, 7.9, 'ms', 'usp0000b6e', 'Azores-Cape St. Vincent Ridge', 'earthquake\r'), +(2344, '1975-05-26 20:19:35', 36.028, -17.588, 33, 5.6, 'mb', 'usp0000b6t', 'Azores-Cape St. Vincent Ridge', 'earthquake\r'), +(2345, '1975-05-27 10:18:36', 0.769, 122.621, 70, 6.1, 'mb', 'usp0000b72', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(2346, '1975-05-28 13:57:35', -37.926, -73.417, 24, 5.8, 'mb', 'usp0000b7e', 'Bio-Bio, Chile', 'earthquake\r'), +(2347, '1975-05-29 06:42:13', -22.438, 179.527, 616, 5.6, 'mb', 'usp0000b7r', 'south of the Fiji Islands', 'earthquake\r'), +(2348, '1975-05-30 17:45:01', 26.642, 97.025, 57, 5.6, 'mb', 'usp0000b8a', 'Myanmar', 'earthquake\r'), +(2349, '1975-05-30 17:46:25', -50.416, 139.351, 33, 6.1, 'ms', 'usp0000b8b', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(2350, '1975-06-03 05:21:07', 10.244, 126.498, 33, 5.7, 'mb', 'usp0000b9w', 'Philippine Islands region', 'earthquake\r'), +(2351, '1975-06-03 18:08:22', 10.154, 126.383, 33, 5.8, 'ms', 'usp0000ba4', 'Philippine Islands region', 'earthquake\r'), +(2352, '1975-06-04 02:24:33', 35.866, 79.848, 33, 5.8, 'ms', 'usp0000ba9', 'Kashmir-Xinjiang border region', 'earthquake\r'), +(2353, '1975-06-05 03:32:45', -13.697, -76.141, 58, 5.5, 'mb', 'usp0000bax', 'near the coast of central Peru', 'earthquake\r'), +(2354, '1975-06-05 20:29:36', -16.341, -69.098, 182, 5.6, 'mb', 'usp0000bb7', 'Peru-Bolivia border region', 'earthquake\r'), +(2355, '1975-06-06 01:08:41', -20.622, -179.151, 655, 5.9, 'mb', 'usp0000bbc', 'Fiji region', 'earthquake\r'), +(2356, '1975-06-06 05:18:55', -4.483, 153.553, 61, 5.8, 'mb', 'usp0000bbd', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2357, '1975-06-06 15:49:25', 23.442, 126.556, 16, 5.8, 'ms', 'usp0000bbk', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(2358, '1975-06-08 03:26:58', 49.764, 78.089, 0, 5.5, 'mb', 'usp0000bcb', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2359, '1975-06-10 10:11:20', -40.251, 175.811, 52, 5.6, 'mb', 'usp0000bdj', 'North Island of New Zealand', 'earthquake\r'), +(2360, '1975-06-10 13:47:15', 43.024, 147.734, 15, 7, 'ms', 'usp0000bdp', 'Kuril Islands', 'earthquake\r'), +(2361, '1975-06-10 14:11:18', 43.228, 147.848, 33, 5.5, 'mb', 'usp0000bdr', 'Kuril Islands', 'earthquake\r'), +(2362, '1975-06-10 14:37:50', 43.271, 147.851, 41, 5.6, 'mb', 'usp0000bdv', 'Kuril Islands', 'earthquake\r'), +(2363, '1975-06-10 14:58:56', 43.31, 147.405, 19, 5.8, 'mb', 'usp0000bdx', 'Kuril Islands', 'earthquake\r'), +(2364, '1975-06-10 15:21:19', 43.347, 147.284, 38, 5.7, 'mb', 'usp0000bdy', 'Kuril Islands', 'earthquake\r'), +(2365, '1975-06-13 06:08:35', 12.267, 125.382, 36, 5.8, 'ms', 'usp0000bgh', 'Samar, Philippines', 'earthquake\r'), +(2366, '1975-06-13 18:08:12', 43.489, 147.709, 19, 6.4, 'ms', 'usp0000bgu', 'Kuril Islands', 'earthquake\r'), +(2367, '1975-06-14 04:12:29', -30.179, -178.004, 46, 5.6, 'mb', 'usp0000bhr', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2368, '1975-06-14 10:40:21', -32.494, -70.683, 94, 5.7, 'mb', 'usp0000bj6', 'Valparaiso, Chile', 'earthquake\r'), +(2369, '1975-06-14 18:38:01', 43.55, 147.894, 31, 6, 'ms', 'usp0000bjg', 'Kuril Islands', 'earthquake\r'), +(2370, '1975-06-14 21:45:55', -59.184, -27.029, 33, 5.6, 'mb', 'usp0000bjv', 'South Sandwich Islands region', 'earthquake\r'), +(2371, '1975-06-14 23:36:28', 36.279, 143.429, 19, 6.1, 'mb', 'usp0000bjz', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2372, '1975-06-15 00:19:34', 43.667, 147.801, 38, 6.2, 'ms', 'usp0000bk0', 'Kuril Islands', 'earthquake\r'), +(2373, '1975-06-15 00:22:41', 43.965, 147.009, 33, 5.7, 'mb', 'usp0000bk1', 'Kuril Islands', 'earthquake\r'), +(2374, '1975-06-15 02:09:09', 42.624, 148.052, 10, 5.6, 'mb', 'usp0000bk5', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(2375, '1975-06-15 04:42:50', 11.894, 141.408, 61, 5.5, 'mb', 'usp0000bk8', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(2376, '1975-06-16 22:35:23', -3.043, 147.821, 33, 6.5, 'ms', 'usp0000bm9', 'Bismarck Sea', 'earthquake\r'), +(2377, '1975-06-17 09:26:07', -56.765, -25.367, 33, 5.5, 'mb', 'usp0000bmm', 'South Sandwich Islands region', 'earthquake\r'), +(2378, '1975-06-22 02:23:59', 30.078, 142.116, 33, 5.9, 'ms', 'usp0000bpv', 'Izu Islands, Japan region', 'earthquake\r'), +(2379, '1975-06-22 22:44:10', 43.171, 147.153, 21, 6.1, 'ms', 'usp0000bq9', 'Kuril Islands', 'earthquake\r'), +(2380, '1975-06-23 05:20:11', -2.7, 147.389, 33, 6.2, 'mb', 'usp0000bqn', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(2381, '1975-06-23 09:13:42', 42.964, 147.265, 36, 5.5, 'ms', 'usp0000bqs', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(2382, '1975-06-24 00:39:47', -20.611, -70.115, 33, 5.6, 'mb', 'usp0000br9', 'Tarapaca, Chile', 'earthquake\r'), +(2383, '1975-06-24 23:28:39', 22.918, 122.997, 13, 5.5, 'mb', 'usp0000brx', 'Taiwan region', 'earthquake\r'), +(2384, '1975-06-25 19:20:44', 19.044, -107.142, 33, 5.6, 'ms', 'usp0000bsb', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(2385, '1975-06-26 12:30:01', 37.2788333, -116.3686667, 6, 5.52, 'ml', 'ci12328563', '54km NE of Beatty, NV', 'nuclear explosion\r'), +(2386, '1975-06-29 10:37:41', 38.759, 129.99, 560, 6.2, 'mb', 'usp0000btt', 'Sea of Japan', 'earthquake\r'), +(2387, '1975-06-30 18:54:13', 44.745, -110.605, 7, 5.9, 'ms', 'usp0000buf', 'Yellowstone National Park, Wyoming', 'earthquake\r'), +(2388, '1975-07-04 11:25:25', -21.255, -174.133, 15, 5.7, 'mb', 'usp0000bwe', 'Tonga', 'earthquake\r'), +(2389, '1975-07-04 20:40:11', -8.156, 123.034, 132, 5.6, 'mb', 'usp0000bwg', 'Flores region, Indonesia', 'earthquake\r'), +(2390, '1975-07-07 12:15:54', 23.893, 142.909, 33, 5.6, 'mb', 'usp0000bxg', 'Volcano Islands, Japan region', 'earthquake\r'), +(2391, '1975-07-07 19:28:42', 25.906, 140.972, 119, 5.9, 'mb', 'usp0000bxp', 'Volcano Islands, Japan region', 'earthquake\r'), +(2392, '1975-07-08 09:37:27', 29.459, -113.346, 33, 6.5, 'ms', 'usp0000bxv', 'Baja California, Mexico', 'earthquake\r'), +(2393, '1975-07-08 12:04:42', 21.485, 94.7, 157, 6.5, 'mb', 'usp0000bxy', 'Myanmar', 'earthquake\r'), +(2394, '1975-07-08 22:46:20', 32.795, 142.219, 51, 5.8, 'mb', 'usp0000by4', 'Izu Islands, Japan region', 'earthquake\r'), +(2395, '1975-07-10 18:29:16', 6.507, 126.642, 86, 6.2, 'mb', 'usp0000byv', 'Mindanao, Philippines', 'earthquake\r'), +(2396, '1975-07-11 07:08:39', -4.611, -105.018, 33, 5.8, 'ms', 'usp0000bz0', 'central East Pacific Rise', 'earthquake\r'), +(2397, '1975-07-11 18:54:27', -10.329, 161.151, 79, 5.9, 'mb', 'usp0000bz5', 'Solomon Islands', 'earthquake\r'), +(2398, '1975-07-12 06:47:38', -17.174, -69.354, 156, 5.5, 'mb', 'usp0000bz6', 'La Paz, Bolivia', 'earthquake\r'), +(2399, '1975-07-12 17:08:23', -14.712, 167.244, 125, 5.7, 'mb', 'usp0000bzc', 'Vanuatu', 'earthquake\r'), +(2400, '1975-07-12 19:04:45', -29.087, -177.482, 63, 5.6, 'mb', 'usp0000bzd', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2401, '1975-07-14 14:41:40', -1.55, 138.058, 33, 5.6, 'mb', 'usp0000c01', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(2402, '1975-07-14 23:27:55', -40.446, 78.443, 33, 6.5, 'ms', 'usp0000c07', 'Mid-Indian Ridge', 'earthquake\r'), +(2403, '1975-07-16 18:17:44', -30.623, -177.487, 46, 6.2, 'ms', 'usp0000c0t', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2404, '1975-07-16 19:38:23', -30.867, -177.434, 37, 6.1, 'ms', 'usp0000c0v', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2405, '1975-07-19 04:02:10', 29.348, 142.093, 8, 5.6, 'mb', 'usp0000c1h', 'Izu Islands, Japan region', 'earthquake\r'), +(2406, '1975-07-20 08:02:41', 44.388, 148.048, 82, 5.8, 'mb', 'usp0000c1z', 'Kuril Islands', 'earthquake\r'), +(2407, '1975-07-20 08:59:19', -54.746, 144.193, 33, 5.5, 'mb', 'usp0000c21', 'west of Macquarie Island', 'earthquake\r'), +(2408, '1975-07-20 14:37:40', -6.59, 155.054, 49, 7.9, 'ms', 'usp0000c24', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2409, '1975-07-20 15:24:16', -7.073, 154.412, 33, 5.5, 'mb', 'usp0000c26', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2410, '1975-07-20 19:54:28', -7.104, 155.152, 44, 7.7, 'ms', 'usp0000c2s', 'Solomon Islands', 'earthquake\r'), +(2411, '1975-07-20 20:09:29', -6.928, 154.986, 33, 5.6, 'mb', 'usp0000c2t', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2412, '1975-07-20 20:11:39', -6.707, 154.88, 33, 5.6, 'mb', 'usp0000c2u', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2413, '1975-07-20 23:05:19', -6.58, 154.651, 50, 6.7, 'ms', 'usp0000c35', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2414, '1975-07-21 00:08:29', -4.339, 127.28, 33, 5.8, 'mb', 'usp0000c39', 'Banda Sea', 'earthquake\r'), +(2415, '1975-07-21 02:04:00', -6.736, 155.312, 47, 6.8, 'ms', 'usp0000c3d', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2416, '1975-07-21 02:39:01', -6.908, 155.333, 95, 6.1, 'mb', 'usp0000c3f', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2417, '1975-07-21 13:27:45', 13.695, 51.542, 33, 5.9, 'ms', 'usp0000c3y', 'Gulf of Aden', 'earthquake\r'), +(2418, '1975-07-21 13:34:31', -6.361, 154.912, 50, 5.5, 'mb', 'usp0000c3z', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2419, '1975-07-21 23:11:51', -7.086, 155.344, 33, 5.5, 'mb', 'usp0000c46', 'Solomon Islands', 'earthquake\r'), +(2420, '1975-07-21 23:43:18', -6.65, 154.608, 36, 5.5, 'mb', 'usp0000c48', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2421, '1975-07-22 04:50:20', -6.37, 154.993, 73, 5.5, 'mb', 'usp0000c4b', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2422, '1975-07-22 13:31:43', -6.344, 154.964, 68, 5.5, 'mb', 'usp0000c4h', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2423, '1975-07-22 19:20:14', -7.206, 155.716, 36, 6.1, 'ms', 'usp0000c4p', 'Solomon Islands', 'earthquake\r'), +(2424, '1975-07-22 22:26:39', -7.098, 155.572, 70, 5.5, 'mb', 'usp0000c4q', 'Solomon Islands', 'earthquake\r'), +(2425, '1975-07-23 23:22:44', -7.226, 155.078, 42, 5.7, 'ms', 'usp0000c58', 'Solomon Islands', 'earthquake\r'), +(2426, '1975-07-24 19:01:43', -23.476, -179.775, 579, 5.6, 'mb', 'usp0000c5q', 'south of the Fiji Islands', 'earthquake\r'), +(2427, '1975-07-24 22:23:47', -21.342, 120.448, 33, 5.5, 'mb', 'usp0000c5r', 'Western Australia', 'earthquake\r'), +(2428, '1975-07-25 10:40:25', 55.055, -160.377, 17, 5.8, 'mb', 'usp0000c5y', 'Alaska Peninsula', 'earthquake\r'), +(2429, '1975-07-28 02:59:47', -0.045, 125.023, 149, 5.5, 'mb', 'usp0000c6x', 'Molucca Sea', 'earthquake\r'), +(2430, '1975-07-28 08:44:55', -6.934, 154.538, 38, 5.7, 'ms', 'usp0000c70', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2431, '1975-07-29 02:40:58', 32.555, 78.457, 51, 5.5, 'mb', 'usp0000c7f', 'Kashmir-Xizang border region', 'earthquake\r'), +(2432, '1975-07-30 09:17:13', -10.002, 123.8, 16, 6.1, 'ms', 'usp0000c7y', 'Timor region, Indonesia', 'earthquake\r'), +(2433, '1975-07-30 09:20:45', -9.793, 123.952, 33, 5.7, 'mb', 'usp0000c7z', 'Timor region, Indonesia', 'earthquake\r'), +(2434, '1975-07-30 10:23:41', -9.801, 123.795, 19, 5.5, 'mb', 'usp0000c80', 'Timor region, Indonesia', 'earthquake\r'), +(2435, '1975-07-30 16:04:21', -37.5, 51.542, 33, 5.7, 'ms', 'usp0000c87', 'South Indian Ocean', 'earthquake\r'), +(2436, '1975-07-31 15:17:39', -9.676, 117.185, 52, 5.5, 'mb', 'usp0000c8g', 'Sumbawa region, Indonesia', 'earthquake\r'), +(2437, '1975-07-31 16:24:33', -5.215, 152.768, 53, 5.8, 'ms', 'usp0000c8h', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2438, '1975-07-31 16:26:27', -5.084, 152.855, 40, 5.7, 'mb', 'usp0000c8j', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2439, '1975-08-01 20:20:13', 39.4321667, -121.5458333, 4.97, 5.7, 'ml', 'nc71105799', '0km WSW of Palermo, California', 'earthquake\r'), +(2440, '1975-08-02 10:18:18', 53.387, -161.485, 33, 6.2, 'mb', 'usp0000c9r', 'south of Alaska', 'earthquake\r'), +(2441, '1975-08-03 11:59:21', -15.645, -75.106, 15, 5.9, 'ms', 'usp0000cas', 'near the coast of central Peru', 'earthquake\r'), +(2442, '1975-08-06 18:01:39', 33.77, -39.269, 33, 5.7, 'ms', 'usp0000cbv', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(2443, '1975-08-06 21:37:40', 43.9, 139.263, 230, 5.6, 'mb', 'usp0000cc1', 'eastern Sea of Japan', 'earthquake\r'), +(2444, '1975-08-06 22:24:31', -2.473, 146.044, 33, 6.3, 'ms', 'usp0000cc3', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(2445, '1975-08-07 13:28:24', -3.791, 139.743, 65, 5.6, 'mb', 'usp0000ccc', 'Papua, Indonesia', 'earthquake\r'), +(2446, '1975-08-08 15:51:16', -15.476, 168.032, 20, 5.5, 'mb', 'usp0000cd1', 'Vanuatu', 'earthquake\r'), +(2447, '1975-08-10 10:25:43', -22.648, -66.589, 166, 6.2, 'mb', 'usp0000ce0', 'Jujuy, Argentina', 'earthquake\r'), +(2448, '1975-08-10 17:28:43', 5.951, 127.126, 111, 5.6, 'mb', 'usp0000ce6', 'Philippine Islands region', 'earthquake\r'), +(2449, '1975-08-11 10:39:19', -11.726, -77.751, 74, 5.6, 'mb', 'usp0000cee', 'near the coast of central Peru', 'earthquake\r'), +(2450, '1975-08-12 14:21:05', 32.042, 137.715, 391, 5.7, 'mb', 'usp0000cet', 'Izu Islands, Japan region', 'earthquake\r'), +(2451, '1975-08-14 17:44:24', -6.883, 147.696, 44, 5.8, 'mb', 'usp0000cfr', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2452, '1975-08-14 18:09:28', 37.103, 141.007, 52, 5.5, 'mb', 'usp0000cfs', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(2453, '1975-08-15 07:28:19', 54.877, 167.845, 4, 6.6, 'ms', 'usp0000cfw', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(2454, '1975-08-16 00:53:54', -5.376, -76.076, 123, 5.7, 'mb', 'usp0000cg3', 'northern Peru', 'earthquake\r'), +(2455, '1975-08-16 07:24:17', -21.188, -179.044, 631, 5.6, 'mb', 'usp0000cg8', 'Fiji region', 'earthquake\r'), +(2456, '1975-08-17 03:30:22', -17.245, -175.012, 273, 5.6, 'mb', 'usp0000cgh', 'Tonga', 'earthquake\r'), +(2457, '1975-08-19 14:57:12', 16.224, -94.129, 85, 5.8, 'mb', 'usp0000chc', 'Oaxaca, Mexico', 'earthquake\r'), +(2458, '1975-08-20 20:18:51', -20.399, -178.385, 559, 5.7, 'mb', 'usp0000chs', 'Fiji region', 'earthquake\r'), +(2459, '1975-08-21 09:46:42', -6.566, 154.941, 50, 5.9, 'ms', 'usp0000cj4', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2460, '1975-08-23 04:05:59', -3.241, 137.62, 57, 5.8, 'mb', 'usp0000cju', 'Papua, Indonesia', 'earthquake\r'), +(2461, '1975-08-23 08:59:58', 73.369, 54.641, 0, 6.4, 'mb', 'usp0000cjx', 'Novaya Zemlya, Russia', 'explosion\r'), +(2462, '1975-08-23 13:51:24', 54.741, 160.053, 141, 5.9, 'mb', 'usp0000ck0', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2463, '1975-08-23 15:06:39', 10.013, 125.791, 40, 6, 'mb', 'usp0000ck1', 'Leyte, Philippines', 'earthquake\r'), +(2464, '1975-08-24 00:07:41', -5.191, 153.047, 39, 5.7, 'mb', 'usp0000ck7', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2465, '1975-08-25 08:11:25', -6.876, 155.786, 73, 5.6, 'mb', 'usp0000ckz', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2466, '1975-08-25 21:42:11', -19.236, -69.162, 119, 5.7, 'mb', 'usp0000cm3', 'Tarapaca, Chile', 'earthquake\r'), +(2467, '1975-08-25 21:49:26', 9.796, -43.992, 33, 5.6, 'mb', 'usp0000cm4', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(2468, '1975-08-29 07:03:55', -15.75, 167.763, 192, 5.5, 'mb', 'usp0000cn0', 'Vanuatu', 'earthquake\r'), +(2469, '1975-08-31 21:50:48', -3.719, 140.083, 20, 5.7, 'mb', 'usp0000cnt', 'Papua, Indonesia', 'earthquake\r'), +(2470, '1975-09-02 10:23:25', 30.082, 139.974, 26, 5.6, 'mb', 'usp0000cpa', 'Izu Islands, Japan region', 'earthquake\r'), +(2471, '1975-09-02 10:57:50', 30.088, 139.871, 42, 5.5, 'mb', 'usp0000cpc', 'Izu Islands, Japan region', 'earthquake\r'), +(2472, '1975-09-02 15:32:00', -10.004, 121.738, 68, 5.9, 'mb', 'usp0000cpf', 'Savu Sea', 'earthquake\r'), +(2473, '1975-09-05 06:47:34', -35.573, -179.881, 33, 5.6, 'mb', 'usp0000cq7', 'east of the North Island of New Zealand', 'earthquake\r'), +(2474, '1975-09-06 09:20:11', 38.474, 40.723, 26, 6.7, 'ms', 'usp0000cqe', 'eastern Turkey', 'earthquake\r'), +(2475, '1975-09-09 18:32:34', 40.043, 78.624, 33, 5.5, 'mb', 'usp0000crm', 'southern Xinjiang, China', 'earthquake\r'), +(2476, '1975-09-09 23:21:04', -13.521, 166.328, 40, 5.5, 'mb', 'usp0000crq', 'Vanuatu', 'earthquake\r'), +(2477, '1975-09-11 21:59:57', 6.989, -104.275, 33, 6.4, 'mb', 'usp0000cs5', 'Galapagos Triple Junction region', 'earthquake\r'), +(2478, '1975-09-12 15:28:35', 51.895, 157.219, 88, 5.6, 'mb', 'usp0000csc', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2479, '1975-09-15 16:48:42', -10.75, 166.231, 132, 5.6, 'mb', 'usp0000ctm', 'Santa Cruz Islands', 'earthquake\r'), +(2480, '1975-09-16 00:00:49', -47.335, 165.646, 30, 5.6, 'mb', 'usp0000cts', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(2481, '1975-09-18 14:29:50', -7.267, 156.006, 54, 5.6, 'mb', 'usp0000cv1', 'Solomon Islands', 'earthquake\r'), +(2482, '1975-09-19 03:15:21', 47.039, 151.862, 119, 5.5, 'mb', 'usp0000cv9', 'Kuril Islands', 'earthquake\r'), +(2483, '1975-09-19 03:37:12', -34.759, 81.849, 33, 6.1, 'ms', 'usp0000cva', 'Broken Ridge', 'earthquake\r'), +(2484, '1975-09-19 17:54:37', 41.881, 142.746, 47, 5.8, 'ms', 'usp0000cvk', 'Hokkaido, Japan region', 'earthquake\r'), +(2485, '1975-09-19 23:15:34', -6.42, 154.899, 47, 5.6, 'ms', 'usp0000cvq', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2486, '1975-09-20 11:56:08', -13.21, 167.047, 202, 5.6, 'mb', 'usp0000cvv', 'Vanuatu', 'earthquake\r'), +(2487, '1975-09-21 03:45:14', -6.163, 147.475, 87, 5.5, 'mb', 'usp0000cw6', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2488, '1975-09-21 09:22:04', -7.907, 31.611, 33, 5.5, 'mb', 'usp0000cwc', 'Lake Rukwa region, Tanzania', 'earthquake\r'), +(2489, '1975-09-24 00:55:05', 32.095, 142.285, 51, 5.6, 'mb', 'usp0000cx7', 'Izu Islands, Japan region', 'earthquake\r'), +(2490, '1975-09-24 01:47:50', -20.535, -173.994, 33, 6.5, 'ms', 'usp0000cx8', 'Tonga', 'earthquake\r'), +(2491, '1975-09-24 11:03:01', -11.96, -14.486, 33, 6.1, 'ms', 'usp0000cxf', 'Ascension Island region', 'earthquake\r'), +(2492, '1975-09-24 17:19:37', 25.154, -109.259, 33, 5.7, 'ms', 'usp0000cxk', 'Gulf of California', 'earthquake\r'), +(2493, '1975-09-25 12:34:09', -7.204, 127.922, 33, 5.6, 'mb', 'usp0000cy1', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(2494, '1975-09-25 18:10:16', -6.473, 154.927, 61, 5.5, 'mb', 'usp0000cy6', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2495, '1975-09-29 14:36:22', -0.477, 124.698, 23, 6.1, 'ms', 'usp0000czs', 'Molucca Sea', 'earthquake\r'), +(2496, '1975-09-30 00:21:45', -6.805, 156.141, 86, 5.7, 'mb', 'usp0000d02', 'Solomon Islands', 'earthquake\r'), +(2497, '1975-09-30 03:50:59', -9.551, -74.652, 135, 5.8, 'mb', 'usp0000d04', 'central Peru', 'earthquake\r'), +(2498, '1975-09-30 07:52:30', -10.786, 166.406, 106, 5.6, 'mb', 'usp0000d0a', 'Santa Cruz Islands', 'earthquake\r'), +(2499, '1975-09-30 18:17:50', -4.931, 102.197, 33, 6, 'ms', 'usp0000d0h', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2500, '1975-10-01 03:29:59', -4.882, 102.198, 33, 7, 'ms', 'usp0000d0m', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2501, '1975-10-01 04:13:28', -4.83, 102.095, 33, 6, 'mb', 'usp0000d0n', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2502, '1975-10-01 04:15:12', -4.826, 102.07, 33, 5.8, 'mb', 'usp0000d0p', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2503, '1975-10-02 11:06:47', 43.199, 145.886, 75, 5.8, 'mb', 'usp0000d0x', 'Hokkaido, Japan region', 'earthquake\r'), +(2504, '1975-10-03 05:14:23', 30.251, 66.315, 11, 6.7, 'ms', 'usp0000d18', 'western Afghanistan', 'earthquake\r'), +(2505, '1975-10-03 11:51:09', -22.126, 126.721, 33, 6, 'mb', 'usp0000d1b', 'Western Australia', 'earthquake\r'), +(2506, '1975-10-03 13:10:28', -7.841, 122.852, 244, 5.5, 'mb', 'usp0000d1c', 'Flores Sea', 'earthquake\r'), +(2507, '1975-10-03 13:37:43', -4.62, 103.25, 33, 5.5, 'mb', 'usp0000d1e', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2508, '1975-10-03 14:16:17', -10.127, 160.516, 56, 5.8, 'mb', 'usp0000d1f', 'Solomon Islands', 'earthquake\r'), +(2509, '1975-10-03 17:31:36', 30.413, 66.35, 33, 6.4, 'ms', 'usp0000d1h', 'Afghanistan-Pakistan border region', 'earthquake\r'), +(2510, '1975-10-04 00:16:33', -5.041, 102.373, 33, 5.5, 'mb', 'usp0000d1n', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2511, '1975-10-04 23:12:26', 6.398, -82.515, 33, 5.8, 'ms', 'usp0000d1v', 'south of Panama', 'earthquake\r'), +(2512, '1975-10-05 15:31:13', 6.238, 127.087, 66, 5.5, 'mb', 'usp0000d21', 'Philippine Islands region', 'earthquake\r'), +(2513, '1975-10-06 22:24:16', -12.519, 166.499, 54, 7, 'ms', 'usp0000d2p', 'Santa Cruz Islands', 'earthquake\r'), +(2514, '1975-10-07 04:57:05', -4.836, 101.934, 33, 5.6, 'mb', 'usp0000d2r', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2515, '1975-10-07 06:37:57', -15.408, 167.516, 115, 5.6, 'mb', 'usp0000d2u', 'Vanuatu', 'earthquake\r'), +(2516, '1975-10-07 08:28:10', 0.898, -26.772, 33, 6.7, 'ms', 'usp0000d2v', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(2517, '1975-10-07 13:18:46', 0.867, -26.495, 33, 5.6, 'mb', 'usp0000d2x', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(2518, '1975-10-10 13:13:09', -25.092, -68.073, 96, 5.5, 'mb', 'usp0000d3v', 'Salta, Argentina', 'earthquake\r'), +(2519, '1975-10-10 15:47:18', -12.991, 166.117, 33, 5.6, 'ms', 'usp0000d3w', 'Santa Cruz Islands', 'earthquake\r'), +(2520, '1975-10-10 19:47:19', -15.444, 167.548, 123, 6, 'mb', 'usp0000d3x', 'Vanuatu', 'earthquake\r'), +(2521, '1975-10-11 14:35:15', -24.894, -175.119, 9, 7.8, 'ms', 'usp0000d42', 'south of Tonga', 'earthquake\r'), +(2522, '1975-10-11 14:55:00', -24.041, -175.375, 33, 6.1, 'mb', 'usp0000d44', 'south of Tonga', 'earthquake\r'), +(2523, '1975-10-11 18:01:00', -3.335, 148.515, 33, 5.7, 'mb', 'usp0000d48', 'Bismarck Sea', 'earthquake\r'), +(2524, '1975-10-13 20:51:20', -24.842, -175.435, 35, 5.5, 'mb', 'usp0000d4n', 'south of Tonga', 'earthquake\r'), +(2525, '1975-10-14 14:53:07', -7.061, 129.016, 167, 5.8, 'mb', 'usp0000d4y', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(2526, '1975-10-15 10:56:23', -11.639, 119.087, 33, 5.6, 'mb', 'usp0000d52', 'south of Sumba, Indonesia', 'earthquake\r'), +(2527, '1975-10-17 03:31:52', -7.473, 128.726, 109, 6.3, 'mb', 'usp0000d5n', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(2528, '1975-10-17 19:39:13', 57.446, -149.008, 33, 5.7, 'mb', 'usp0000d5y', 'Gulf of Alaska', 'earthquake\r'), +(2529, '1975-10-18 08:59:56', 70.843, 53.69, 0, 6.7, 'mb', 'usp0000d69', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(2530, '1975-10-20 22:25:29', -16.256, -177.43, 33, 6.5, 'ms', 'usp0000d78', 'Fiji region', 'earthquake\r'), +(2531, '1975-10-21 11:59:57', 73.351, 55.078, 0, 6.5, 'mb', 'usp0000d7g', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(2532, '1975-10-21 17:12:24', 11.707, 121.75, 33, 6.1, 'ms', 'usp0000d7q', 'Panay, Philippines', 'earthquake\r'), +(2533, '1975-10-21 23:06:23', 11.661, 121.646, 33, 6.3, 'ms', 'usp0000d7x', 'Panay, Philippines', 'earthquake\r'), +(2534, '1975-10-22 11:38:52', -55.991, -27.678, 97, 5.9, 'mb', 'usp0000d87', 'South Sandwich Islands region', 'earthquake\r'), +(2535, '1975-10-22 15:59:49', 11.647, 121.672, 33, 5.8, 'ms', 'usp0000d8a', 'Panay, Philippines', 'earthquake\r'), +(2536, '1975-10-23 18:54:25', -2.74, 139.469, 93, 5.5, 'mb', 'usp0000d8w', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(2537, '1975-10-26 10:41:32', 6.578, 126.834, 50, 6.1, 'ms', 'usp0000da1', 'Mindanao, Philippines', 'earthquake\r'), +(2538, '1975-10-27 09:31:46', -9.357, 110.827, 70, 5.7, 'mb', 'usp0000da8', 'south of Java, Indonesia', 'earthquake\r'), +(2539, '1975-10-27 18:26:45', 8.102, 126.671, 33, 5.9, 'ms', 'usp0000dab', 'Mindanao, Philippines', 'earthquake\r'), +(2540, '1975-10-28 06:54:22', -22.862, -70.508, 38, 6.3, 'ms', 'usp0000daq', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(2541, '1975-10-28 14:30:00', 37.2901667, -116.4115, 1.3, 5.67, 'ml', 'ci3006257', '52km NE of Beatty, NV', 'nuclear explosion\r'), +(2542, '1975-10-29 04:46:58', 49.984, 78.975, 0, 5.8, 'mb', 'usp0000db0', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2543, '1975-10-29 05:01:49', 4.052, -103.515, 100, 5.5, 'mb', 'usp0000db2', 'Galapagos Triple Junction region', 'earthquake\r'), +(2544, '1975-10-29 06:18:42', -10.985, -78.107, 58, 5.5, 'mb', 'usp0000db4', 'near the coast of central Peru', 'earthquake\r'), +(2545, '1975-10-30 01:41:32', 42.007, 142.668, 59, 5.8, 'mb', 'usp0000dba', 'Hokkaido, Japan region', 'earthquake\r'), +(2546, '1975-10-30 10:04:44', -22.454, 173.758, 22, 5.5, 'ms', 'usp0000dbc', 'southeast of the Loyalty Islands', 'earthquake\r'), +(2547, '1975-10-30 12:13:58', 12.536, 126.132, 53, 5.7, 'mb', 'usp0000dbf', 'Philippine Islands region', 'earthquake\r'), +(2548, '1975-10-31 08:28:03', 12.54, 125.993, 50, 7.2, 'ms', 'usp0000dc1', 'Samar, Philippines', 'earthquake\r'), +(2549, '1975-10-31 10:25:23', 12.728, 125.995, 5, 5.5, 'mb', 'usp0000dc5', 'Samar, Philippines', 'earthquake\r'), +(2550, '1975-11-01 00:48:23', 53.655, -163.366, 25, 5.7, 'ms', 'usp0000dcv', 'Unimak Island region, Alaska', 'earthquake\r'), +(2551, '1975-11-01 01:17:34', 13.843, 144.754, 113, 6.1, 'mb', 'usp0000dcw', 'Guam region', 'earthquake\r'), +(2552, '1975-11-01 06:06:01', 11.989, 125.724, 41, 5.5, 'ms', 'usp0000dd1', 'Samar, Philippines', 'earthquake\r'), +(2553, '1975-11-01 06:14:56', -18.467, -177.858, 424, 5.8, 'mb', 'usp0000dd2', 'Fiji region', 'earthquake\r'), +(2554, '1975-11-01 18:40:31', -17.266, -172.661, 33, 5.7, 'mb', 'usp0000dda', 'Tonga region', 'earthquake\r'), +(2555, '1975-11-04 12:05:57', 54.355, 167.542, 24, 5.5, 'mb', 'usp0000dea', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(2556, '1975-11-06 12:36:15', 12.549, 126.073, 11, 6.1, 'mb', 'usp0000df9', 'Philippine Islands region', 'earthquake\r'), +(2557, '1975-11-08 11:00:25', -10.958, 166.098, 77, 5.7, 'mb', 'usp0000dfs', 'Santa Cruz Islands', 'earthquake\r'), +(2558, '1975-11-08 14:53:33', 6.648, 126.83, 97, 5.7, 'mb', 'usp0000dfv', 'Mindanao, Philippines', 'earthquake\r'), +(2559, '1975-11-09 20:34:50', 13.793, 125.098, 33, 5.8, 'mb', 'usp0000dgd', 'Philippine Islands region', 'earthquake\r'), +(2560, '1975-11-11 04:25:32', 46.673, 145.482, 355, 5.5, 'mb', 'usp0000dh2', 'Sea of Okhotsk', 'earthquake\r'), +(2561, '1975-11-11 08:56:34', 41.486, 144.195, 55, 5.5, 'mb', 'usp0000dh9', 'Hokkaido, Japan region', 'earthquake\r'), +(2562, '1975-11-12 17:57:27', 4.129, 125.344, 68, 5.6, 'mb', 'usp0000dj8', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(2563, '1975-11-15 15:28:30', 18.225, -102.185, 33, 5.9, 'ms', 'usp0000dku', 'Michoacan, Mexico', 'earthquake\r'), +(2564, '1975-11-15 20:39:26', 12.946, 125.91, 11, 6.1, 'mb', 'usp0000dkz', 'Samar, Philippines', 'earthquake\r'), +(2565, '1975-11-17 08:41:46', -5.055, 129.916, 33, 5.5, 'mb', 'usp0000dmh', 'Banda Sea', 'earthquake\r'), +(2566, '1975-11-17 14:13:50', 13.054, 125.869, 26, 5.5, 'mb', 'usp0000dmk', 'Philippine Islands region', 'earthquake\r'), +(2567, '1975-11-18 04:06:24', -2.227, 125.754, 33, 5.5, 'mb', 'usp0000dmt', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(2568, '1975-11-18 16:03:08', -12.273, 166.676, 60, 5.9, 'mb', 'usp0000dn3', 'Santa Cruz Islands', 'earthquake\r'), +(2569, '1975-11-19 03:34:28', -6.822, 154.475, 24, 5.6, 'mb', 'usp0000dna', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2570, '1975-11-19 06:18:34', -24.05, 179.08, 555, 5.8, 'mb', 'usp0000dnc', 'south of the Fiji Islands', 'earthquake\r'), +(2571, '1975-11-19 11:06:28', 54.36, 161.302, 62, 5.5, 'mb', 'usp0000dnd', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2572, '1975-11-20 00:50:05', -4.405, 102.406, 58, 5.8, 'mb', 'usp0000dnp', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2573, '1975-11-21 01:15:01', 7.513, -77.566, 36, 5.8, 'mb', 'usp0000dnx', 'Panama-Colombia border region', 'earthquake\r'), +(2574, '1975-11-22 02:34:11', 8.059, 126.421, 74, 5.7, 'mb', 'usp0000dp6', 'Mindanao, Philippines', 'earthquake\r'), +(2575, '1975-11-24 07:58:03', 43.289, 147.546, 43, 5.7, 'mb', 'usp0000dq0', 'Kuril Islands', 'earthquake\r'), +(2576, '1975-11-24 14:38:23', -6.43, 102.881, 33, 5.8, 'ms', 'usp0000dq6', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(2577, '1975-11-25 08:06:45', -9.151, 156.7, 33, 6.1, 'ms', 'usp0000dqe', 'Solomon Islands', 'earthquake\r'), +(2578, '1975-11-26 06:00:39', -56.644, -25.304, 46, 5.6, 'mb', 'usp0000dqt', 'South Sandwich Islands region', 'earthquake\r'), +(2579, '1975-11-27 11:01:53', -17.773, -174.758, 33, 5.5, 'mb', 'usp0000drb', 'Tonga', 'earthquake\r'), +(2580, '1975-11-28 01:10:53', -49.075, 127.251, 33, 5.6, 'mb', 'usp0000drp', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(2581, '1975-11-29 10:46:56', -57.76, -25.339, 51, 6.2, 'ms', 'usp0000ds7', 'South Sandwich Islands region', 'earthquake\r'), +(2582, '1975-11-29 13:35:41', 19.36, -155.053, 8, 5.8, 'mb', 'usp0000dsa', 'Hawaii region, Hawaii', 'earthquake\r'), +(2583, '1975-11-29 14:47:40', 19.333, -155.0015, 8.95, 7.7, 'mw', 'official19751129144740_9', 'Kalapana Earthquake', 'earthquake\r'), +(2584, '1975-11-30 03:51:53', -5.069, 145.159, 47, 5.7, 'mb', 'usp0000dsp', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2585, '1975-11-30 20:30:17', 52.599, -167.184, 24, 6.3, 'ms', 'usp0000dt0', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2586, '1975-12-01 12:06:57', 12.578, 126.031, 30, 5.6, 'mb', 'usp0000dta', 'Philippine Islands region', 'earthquake\r'), +(2587, '1975-12-03 11:48:42', -21.168, -11.619, 33, 5.5, 'mb', 'usp0000dty', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(2588, '1975-12-05 14:27:20', -6.285, 124.755, 576, 5.7, 'mb', 'usp0000du7', 'Banda Sea', 'earthquake\r'), +(2589, '1975-12-05 20:14:18', 43.602, 146.393, 68, 5.8, 'mb', 'usp0000du9', 'Kuril Islands', 'earthquake\r'), +(2590, '1975-12-06 05:13:12', 17.416, 119.682, 19, 5.8, 'mb', 'usp0000duc', 'Philippine Islands region', 'earthquake\r'), +(2591, '1975-12-07 04:02:19', -4.47, 153.415, 40, 5.8, 'ms', 'usp0000duq', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2592, '1975-12-09 01:23:27', 6.051, 123.723, 548, 5.7, 'mb', 'usp0000dv8', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(2593, '1975-12-09 09:14:41', -14.789, -173.003, 33, 6.2, 'ms', 'usp0000dvc', 'Samoa Islands region', 'earthquake\r'), +(2594, '1975-12-11 16:43:14', 44.794, 148.992, 67, 5.6, 'mb', 'usp0000dw4', 'Kuril Islands', 'earthquake\r'), +(2595, '1975-12-11 20:17:08', -11.556, -74.552, 98, 6, 'mb', 'usp0000dw6', 'central Peru', 'earthquake\r'), +(2596, '1975-12-14 20:49:10', 9.776, 122.587, 14, 5.7, 'mb', 'usp0000dwz', 'Negros, Philippines', 'earthquake\r'), +(2597, '1975-12-15 13:38:06', 0.631, -26.055, 33, 5.5, 'ms', 'usp0000dx9', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(2598, '1975-12-17 05:35:18', 5.283, 95.906, 17, 6.2, 'ms', 'usp0000dy9', 'northern Sumatra, Indonesia', 'earthquake\r'), +(2599, '1975-12-17 07:42:07', -7.004, 155.75, 67, 5.8, 'mb', 'usp0000dyb', 'Solomon Islands', 'earthquake\r'), +(2600, '1975-12-18 00:23:11', -5.074, 151.282, 125, 5.5, 'mb', 'usp0000dyj', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2601, '1975-12-18 08:33:33', -7.12, 106.075, 77, 5.6, 'mb', 'usp0000dyp', 'Java, Indonesia', 'earthquake\r'), +(2602, '1975-12-19 02:14:30', -11.754, 164.804, 33, 6, 'mb', 'usp0000dyz', 'Santa Cruz Islands region', 'earthquake\r'), +(2603, '1975-12-21 10:54:18', 51.94, 151.577, 554, 6, 'mb', 'usp0000e01', 'Sea of Okhotsk', 'earthquake\r'), +(2604, '1975-12-22 00:31:04', -11.226, 166.338, 88, 5.5, 'mb', 'usp0000e0d', 'Santa Cruz Islands', 'earthquake\r'), +(2605, '1975-12-24 11:48:57', 27.01, 55.543, 33, 5.5, 'mb', 'usp0000e1d', 'southern Iran', 'earthquake\r'), +(2606, '1975-12-24 14:57:35', -10.736, 163.302, 33, 5.7, 'ms', 'usp0000e1f', 'Solomon Islands', 'earthquake\r'), +(2607, '1975-12-25 05:16:57', 50.043, 78.899, 0, 5.8, 'mb', 'usp0000e1w', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2608, '1975-12-25 06:21:53', -7.32, 125.474, 497, 5.7, 'mb', 'usp0000e1y', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(2609, '1975-12-25 23:22:22', -4.084, 142.04, 115, 6.6, 'mb', 'usp0000e2c', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(2610, '1975-12-26 15:56:39', -16.264, -172.467, 33, 7.8, 'ms', 'usp0000e2t', 'Samoa Islands region', 'earthquake\r'), +(2611, '1975-12-27 07:41:54', 43.124, 147.168, 39, 5.7, 'ms', 'usp0000e3m', 'Kuril Islands', 'earthquake\r'), +(2612, '1975-12-27 23:33:00', -15.336, -171.907, 33, 5.5, 'ms', 'usp0000e46', 'Samoa Islands region', 'earthquake\r'), +(2613, '1975-12-27 23:34:38', -15.157, -171.922, 33, 5.6, 'mb', 'usp0000e47', 'Samoa Islands region', 'earthquake\r'), +(2614, '1975-12-28 15:24:51', -7.978, 115.07, 196, 5.9, 'mb', 'usp0000e4m', 'Bali Sea', 'earthquake\r'), +(2615, '1975-12-29 03:39:43', -56.772, -68.478, 14, 6.5, 'ms', 'usp0000e4x', 'Drake Passage', 'earthquake\r'), +(2616, '1975-12-31 09:45:48', 38.628, 21.798, 19, 5.5, 'ms', 'usp0000e68', 'Greece', 'earthquake\r'), +(2617, '1976-01-01 01:29:40', -28.611, -177.638, 59, 6.2, 'mb', 'usp0000e7f', 'Kermadec Islands region', 'earthquake\r'), +(2618, '1976-01-01 02:21:11', -28.949, -177.537, 50, 5.5, 'mb', 'usp0000e7j', 'Kermadec Islands region', 'earthquake\r'), +(2619, '1976-01-01 09:04:45', -16.59, -172.852, 33, 5.7, 'mb', 'usp0000e7q', 'Samoa Islands region', 'earthquake\r'), +(2620, '1976-01-01 18:43:38', -16.786, 167.252, 25, 5.5, 'ms', 'usp0000e7z', 'Vanuatu', 'earthquake\r'), +(2621, '1976-01-03 02:58:28', 26.477, 128.804, 21, 5.7, 'ms', 'usp0000e8y', 'Ryukyu Islands, Japan', 'earthquake\r'), +(2622, '1976-01-03 19:15:01', 37.2965, -116.3331667, 1.5, 5.84, 'ml', 'ci3001652', '57km NE of Beatty, NV', 'nuclear explosion\r'), +(2623, '1976-01-04 03:56:56', -10.08, 109.114, 59, 5.5, 'mb', 'usp0000e9p', 'south of Java, Indonesia', 'earthquake\r'), +(2624, '1976-01-05 02:31:36', -13.288, -74.899, 95, 6, 'mb', 'usp0000e9y', 'central Peru', 'earthquake\r'), +(2625, '1976-01-06 21:08:19', 51.601, 159.329, 33, 6, 'ms', 'usp0000eaj', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2626, '1976-01-06 22:17:48', 51.678, 159.209, 33, 5.6, 'mb', 'usp0000eap', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2627, '1976-01-06 23:54:22', -17.916, -69.482, 76, 5.6, 'mb', 'usp0000eau', 'Tarapaca, Chile', 'earthquake\r'), +(2628, '1976-01-07 00:09:53', -0.145, 124.832, 79, 5.7, 'mb', 'usp0000eav', 'Molucca Sea', 'earthquake\r'), +(2629, '1976-01-07 23:34:24', 51.651, 159.498, 33, 5.7, 'ms', 'usp0000ebm', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2630, '1976-01-08 10:30:45', 51.682, 159.104, 33, 5.5, 'mb', 'usp0000ebs', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2631, '1976-01-09 21:32:16', -7.819, 108.197, 101, 5.8, 'mb', 'usp0000ecd', 'Java, Indonesia', 'earthquake\r'), +(2632, '1976-01-09 23:54:36', -15.759, 167.868, 168, 6.1, 'mb', 'usp0000ecf', 'Vanuatu', 'earthquake\r'), +(2633, '1976-01-10 08:52:52', -35.101, 54.36, 33, 5.7, 'mb', 'usp0000ecn', 'South Indian Ocean', 'earthquake\r'), +(2634, '1976-01-11 23:22:41', -46.479, -101.073, 33, 5.6, 'mb', 'usp0000ed8', 'southern Pacific Ocean', 'earthquake\r'), +(2635, '1976-01-13 13:29:20', 66.157, -16.582, 33, 6.4, 'ms', 'usp0000edq', 'Iceland region', 'earthquake\r'), +(2636, '1976-01-14 15:56:33', -15.225, -173.515, 33, 5.7, 'mb', 'usp0000ee5', 'Tonga', 'earthquake\r'), +(2637, '1976-01-14 15:56:35', -29.208, -177.886, 69, 6.3, 'mb', 'usp0000ee6', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2638, '1976-01-14 16:47:34', -28.427, -177.657, 33, 8, 'ms', 'usp0000ee7', 'Kermadec Islands region', 'earthquake\r'), +(2639, '1976-01-14 17:45:17', -29.941, -177.41, 33, 5.5, 'mb', 'usp0000ee8', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2640, '1976-01-14 17:48:39', -29.543, -176.905, 25, 6.2, 'mw', 'iscgem719016', 'Kermadec Islands region', 'earthquake\r'), +(2641, '1976-01-14 22:43:43', -28.663, -176.854, 31, 6.3, 'ms', 'usp0000eek', 'Kermadec Islands region', 'earthquake\r'), +(2642, '1976-01-15 00:45:57', -29.305, -176.42, 33, 5.7, 'ms', 'usp0000eeq', 'Kermadec Islands region', 'earthquake\r'), +(2643, '1976-01-15 02:00:12', -29.027, -176.79, 33, 5.7, 'ms', 'usp0000ees', 'Kermadec Islands region', 'earthquake\r'), +(2644, '1976-01-15 06:06:46', -30.376, -176.823, 33, 6.2, 'ms', 'usp0000ef3', 'Kermadec Islands region', 'earthquake\r'), +(2645, '1976-01-15 06:28:18', -30.021, -176.837, 33, 5.5, 'mb', 'usp0000ef4', 'Kermadec Islands region', 'earthquake\r'), +(2646, '1976-01-15 08:29:55', -30.251, -177.412, 44, 5.5, 'mb', 'usp0000ef7', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2647, '1976-01-15 10:09:52', -28.569, -177.591, 33, 5.8, 'ms', 'usp0000efa', 'Kermadec Islands region', 'earthquake\r'), +(2648, '1976-01-15 16:12:22', -30.151, -177.243, 33, 6.1, 'ms', 'usp0000efn', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2649, '1976-01-15 21:47:04', -28.062, -178.36, 39, 5.6, 'ms', 'usp0000efw', 'Kermadec Islands region', 'earthquake\r'), +(2650, '1976-01-16 23:32:09', -29.732, -177.717, 51, 5.5, 'mb', 'usp0000egs', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2651, '1976-01-17 05:49:55', -32.647, -178.237, 33, 5.8, 'mb', 'usp0000eh0', 'south of the Kermadec Islands', 'earthquake\r'), +(2652, '1976-01-18 04:46:24', 77.871, 18.636, 33, 5.9, 'ms', 'usp0000ehr', 'Svalbard region', 'earthquake\r'), +(2653, '1976-01-18 12:27:17', -22.472, 170.574, 33, 5.6, 'mb', 'usp0000ehy', 'southeast of the Loyalty Islands', 'earthquake\r'), +(2654, '1976-01-18 13:29:33', -32.404, -178.313, 32, 5.5, 'ms', 'usp0000ehz', 'south of the Kermadec Islands', 'earthquake\r'), +(2655, '1976-01-18 15:10:33', 38.896, 20.6, 33, 5.7, 'ms', 'usp0000ej2', 'Greece', 'earthquake\r'), +(2656, '1976-01-18 18:25:50', -30.268, -177.142, 33, 5.8, 'ms', 'usp0000ej5', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2657, '1976-01-21 10:05:24', 44.915, 149.123, 41, 7, 'ms', 'usp0000ekj', 'Kuril Islands', 'earthquake\r'), +(2658, '1976-01-21 10:14:13', 44.595, 149.501, 49, 5.8, 'mb', 'usp0000ekk', 'Kuril Islands', 'earthquake\r'), +(2659, '1976-01-21 10:19:12', 44.537, 149.426, 47, 5.8, 'mb', 'usp0000ekm', 'Kuril Islands', 'earthquake\r'), +(2660, '1976-01-21 10:22:49', 44.496, 149.309, 50, 5.6, 'mb', 'usp0000ekn', 'Kuril Islands', 'earthquake\r'), +(2661, '1976-01-21 10:51:15', 44.854, 149.391, 56, 5.7, 'mb', 'usp0000ekq', 'Kuril Islands', 'earthquake\r'), +(2662, '1976-01-21 13:32:18', -32.419, -179.209, 130, 5.5, 'mb', 'usp0000ekz', 'south of the Kermadec Islands', 'earthquake\r'), +(2663, '1976-01-21 18:02:08', 58.942, 163.556, 33, 5.6, 'ms', 'usp0000ema', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(2664, '1976-01-22 08:07:10', 44.388, 149.617, 44, 5.6, 'ms', 'usp0000en0', 'Kuril Islands', 'earthquake\r'), +(2665, '1976-01-22 09:00:57', 44.517, 149.185, 55, 5.6, 'mb', 'usp0000en3', 'Kuril Islands', 'earthquake\r'), +(2666, '1976-01-23 05:45:31', -7.478, 119.905, 614, 6.4, 'mb', 'usp0000ep4', 'Flores Sea', 'earthquake\r'), +(2667, '1976-01-23 18:33:30', -50.319, 139.562, 33, 5.9, 'ms', 'usp0000epc', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(2668, '1976-01-24 21:48:26', -28.635, -177.593, 78, 6.2, 'mb', 'usp0000eq7', 'Kermadec Islands region', 'earthquake\r'), +(2669, '1976-01-24 22:39:05', 44.499, 149.183, 47, 5.6, 'ms', 'usp0000eq8', 'Kuril Islands', 'earthquake\r'), +(2670, '1976-01-25 12:23:56', 44.799, 149.786, 54, 5.9, 'mb', 'usp0000eqq', 'Kuril Islands', 'earthquake\r'), +(2671, '1976-01-26 18:50:37', -29.514, -177.079, 59, 5.5, 'mb', 'usp0000ers', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2672, '1976-01-26 19:01:39', -29.339, -176.461, 30, 6, 'mb', 'usp0000ert', 'Kermadec Islands region', 'earthquake\r'), +(2673, '1976-01-26 21:46:13', -15.948, -172.507, 36, 5.5, 'ms', 'usp0000erz', 'Samoa Islands region', 'earthquake\r'), +(2674, '1976-01-27 04:01:09', -6.762, 154.886, 38, 5.5, 'mb', 'usp0000es5', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2675, '1976-01-27 11:08:50', -29.894, -176.833, 33, 5.9, 'ms', 'usp0000esg', 'Kermadec Islands region', 'earthquake\r'), +(2676, '1976-01-28 19:35:52', 44.343, 149.304, 48, 5.6, 'mb', 'usp0000et1', 'Kuril Islands', 'earthquake\r'), +(2677, '1976-01-31 08:22:07', -21.468, -179.292, 628, 5.5, 'mb', 'usp0000eun', 'Fiji region', 'earthquake\r'), +(2678, '1976-02-01 06:38:00', -29.453, -177.295, 62, 5.6, 'mb', 'usp0000ev1', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2679, '1976-02-01 07:59:22', -7.633, 127.518, 193, 5.5, 'mb', 'usp0000ev2', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(2680, '1976-02-01 11:14:57', 17.172, -100.189, 52, 5.7, 'mb', 'usp0000ev3', 'Guerrero, Mexico', 'earthquake\r'), +(2681, '1976-02-01 14:25:54', -9.817, 123.752, 15, 5.7, 'mb', 'usp0000ev8', 'Timor region, Indonesia', 'earthquake\r'), +(2682, '1976-02-02 03:00:16', 51.502, 159.492, 33, 5.6, 'mb', 'usp0000evu', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2683, '1976-02-02 03:45:53', -16.011, -175.232, 328, 5.5, 'mb', 'usp0000evw', 'Tonga', 'earthquake\r'), +(2684, '1976-02-03 12:27:30', -25.136, 179.693, 477, 5.8, 'mb', 'usp0000ewk', 'south of the Fiji Islands', 'earthquake\r'), +(2685, '1976-02-03 18:03:52', -18.108, -175.032, 212, 5.7, 'mb', 'usp0000ewt', 'Tonga', 'earthquake\r'), +(2686, '1976-02-03 23:57:55', 54.504, 161.892, 33, 6, 'mb', 'usp0000ewv', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2687, '1976-02-04 09:01:43', 15.324, -89.101, 5, 7.5, 'mw', 'usp0000ex3', 'Guatemala', 'earthquake\r'), +(2688, '1976-02-05 04:08:53', 23.456, 125.582, 33, 5.5, 'mb', 'usp0000exr', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(2689, '1976-02-05 09:53:12', -21.702, -68.222, 98, 5.8, 'mb', 'usp0000exy', 'Antofagasta, Chile', 'earthquake\r'), +(2690, '1976-02-05 17:13:13', 43.06, 145.852, 78, 5.6, 'mb', 'usp0000ey3', 'Hokkaido, Japan region', 'earthquake\r'), +(2691, '1976-02-06 16:53:51', -5.98, 146.307, 37, 6, 'mb', 'usp0000eyn', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2692, '1976-02-06 18:19:18', 14.764, -90.61, 5, 5.7, 'mb', 'usp0000eyq', 'Guatemala', 'earthquake\r'), +(2693, '1976-02-08 08:13:47', 15.571, -88.466, 5, 5.6, 'ms', 'usp0000eza', 'Guatemala', 'earthquake\r'), +(2694, '1976-02-09 21:29:57', 21.588, -106.614, 48, 5.5, 'mb', 'usp0000f03', 'Islas Marias region, Nayarit, Mexico', 'earthquake\r'), +(2695, '1976-02-10 07:40:34', 44.474, 149.286, 44, 5.5, 'mb', 'usp0000f09', 'Kuril Islands', 'earthquake\r'), +(2696, '1976-02-11 05:03:10', -6.434, 154.96, 67, 5.6, 'mb', 'usp0000f0q', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2697, '1976-02-11 21:43:55', -15.257, -172.271, 33, 5.9, 'ms', 'usp0000f12', 'Samoa Islands region', 'earthquake\r'), +(2698, '1976-02-12 07:42:05', -4.637, 152.768, 73, 5.5, 'mb', 'usp0000f19', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2699, '1976-02-12 14:45:01', 37.2713333, -116.4883333, 1.2, 5.81, 'ml', 'ci3002022', '47km NNE of Beatty, NV', 'nuclear explosion\r'), +(2700, '1976-02-12 17:54:19', -12.433, 166.368, 39, 5.6, 'ms', 'usp0000f1d', 'Santa Cruz Islands', 'earthquake\r'), +(2701, '1976-02-13 08:07:33', 15.67, 121.703, 47, 5.5, 'ms', 'usp0000f1k', 'Luzon, Philippines', 'earthquake\r'), +(2702, '1976-02-13 10:33:43', 13.916, 120.123, 29, 5.8, 'ms', 'usp0000f1m', 'Mindoro, Philippines', 'earthquake\r'), +(2703, '1976-02-14 03:10:37', -57.414, -64.415, 40, 6, 'mb', 'usp0000f1q', 'Drake Passage', 'earthquake\r'), +(2704, '1976-02-14 10:50:22', 26.558, 140.275, 548, 5.5, 'mb', 'usp0000f1x', 'Bonin Islands, Japan region', 'earthquake\r'), +(2705, '1976-02-14 11:22:17', -23.192, -177.415, 232, 5.9, 'mb', 'usp0000f1y', 'south of the Fiji Islands', 'earthquake\r'), +(2706, '1976-02-14 20:31:38', -8.082, 108.607, 53, 5.9, 'mb', 'usp0000f2a', 'Java, Indonesia', 'earthquake\r'), +(2707, '1976-02-15 01:54:23', 13, 125.788, 33, 6.1, 'ms', 'usp0000f2f', 'Philippine Islands region', 'earthquake\r'), +(2708, '1976-02-15 15:26:57', 9.945, -69.693, 13, 5.7, 'mb', 'usp0000f2u', 'Lara, Venezuela', 'earthquake\r'), +(2709, '1976-02-15 21:23:23', -28.385, -176.791, 54, 6.2, 'ms', 'usp0000f2x', 'Kermadec Islands region', 'earthquake\r'), +(2710, '1976-02-18 09:24:15', -29.751, -177.209, 37, 5.5, 'ms', 'usp0000f3r', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2711, '1976-02-18 19:04:09', -5.266, 151.747, 70, 5.6, 'mb', 'usp0000f3x', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2712, '1976-02-19 14:00:00', 19.885, -76.878, 20, 5.9, 'ms', 'usp0000f4c', 'Cuba region', 'earthquake\r'), +(2713, '1976-02-20 14:20:42', 13.677, -92.264, 32, 5.5, 'mb', 'usp0000f4w', 'offshore Guatemala', 'earthquake\r'), +(2714, '1976-02-21 08:45:07', -22.951, 171.812, 48, 5.6, 'ms', 'usp0000f5a', 'southeast of the Loyalty Islands', 'earthquake\r'), +(2715, '1976-02-22 05:11:08', -3.356, 145.235, 22, 6, 'ms', 'usp0000f5n', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(2716, '1976-02-22 07:48:00', 3.166, 99.015, 180, 5.6, 'mb', 'usp0000f5t', 'northern Sumatra, Indonesia', 'earthquake\r'), +(2717, '1976-02-22 18:28:58', -6.313, 154.778, 56, 5.9, 'mb', 'usp0000f5y', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2718, '1976-02-23 09:02:32', 23.019, 121.687, 33, 5.8, 'ms', 'usp0000f6e', 'Taiwan', 'earthquake\r'), +(2719, '1976-02-23 15:14:16', 51.471, -130.442, 16, 6, 'ms', 'usp0000f6k', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(2720, '1976-02-27 03:36:14', -19.481, -69.065, 103, 5.5, 'mb', 'usp0000f84', 'Tarapaca, Chile', 'earthquake\r'), +(2721, '1976-02-28 16:27:09', -39.999, -74.727, 9, 6, 'mb', 'usp0000f8q', 'offshore Los Lagos, Chile', 'earthquake\r'), +(2722, '1976-03-01 19:48:04', -9.266, 157.276, 25, 5.6, 'mb', 'usp0000f9h', 'Solomon Islands', 'earthquake\r'), +(2723, '1976-03-02 10:51:10', -6.281, 154.797, 61, 5.7, 'mb', 'usp0000f9r', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2724, '1976-03-03 22:50:10', -8.232, 121.438, 30, 6, 'mb', 'usp0000fa8', 'Flores region, Indonesia', 'earthquake\r'), +(2725, '1976-03-04 02:50:01', -14.744, 167.104, 90, 6.4, 'mb', 'usp0000fac', 'Vanuatu', 'earthquake\r'), +(2726, '1976-03-06 11:07:14', 0.838, 122.6, 51, 5.5, 'mb', 'usp0000fb2', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(2727, '1976-03-06 15:06:34', -7.266, 155.441, 45, 5.8, 'mb', 'usp0000fb7', 'Solomon Islands', 'earthquake\r'), +(2728, '1976-03-08 04:39:56', -10.729, 165.019, 47, 6.1, 'mb', 'usp0000fbw', 'Santa Cruz Islands', 'earthquake\r'), +(2729, '1976-03-08 20:06:33', -11.846, 166.392, 72, 5.6, 'mb', 'usp0000fc7', 'Santa Cruz Islands', 'earthquake\r'), +(2730, '1976-03-10 09:05:01', 16.759, -61.13, 77, 5.9, 'mb', 'usp0000fcy', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(2731, '1976-03-13 05:22:44', -6.256, 154.716, 50, 6.1, 'ms', 'usp0000fe4', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2732, '1976-03-14 12:30:01', 37.306, -116.4715, 1.3, 5.84, 'ml', 'ci3002345', '51km NNE of Beatty, NV', 'nuclear explosion\r'), +(2733, '1976-03-17 14:15:01', 37.2558333, -116.3118333, 0.9, 5.52, 'ml', 'ci3002390', '55km NE of Beatty, NV', 'nuclear explosion\r'), +(2734, '1976-03-19 13:03:38', 36.607, 67.785, 33, 5.6, 'mb', 'usp0000fh3', 'central Afghanistan', 'earthquake\r'), +(2735, '1976-03-20 01:06:59', 24.284, 121.8, 40, 5.7, 'ms', 'usp0000fha', 'Taiwan', 'earthquake\r'), +(2736, '1976-03-20 17:58:59', -39.109, 177.134, 51, 5.5, 'ms', 'usp0000fht', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(2737, '1976-03-24 04:46:04', -29.887, -177.873, 33, 6.8, 'ms', 'usp0000fk9', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2738, '1976-03-24 09:45:43', -56.148, -27.427, 33, 5.9, 'mb', 'usp0000fkb', 'South Sandwich Islands region', 'earthquake\r'), +(2739, '1976-03-25 16:10:49', -11.94, 166.204, 59, 5.8, 'mb', 'usp0000fmd', 'Santa Cruz Islands', 'earthquake\r'), +(2740, '1976-03-25 22:16:11', 1.152, -90.601, 33, 5.8, 'ms', 'usp0000fmn', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(2741, '1976-03-26 20:15:25', -58.864, -25.557, 33, 5.7, 'mb', 'usp0000fn3', 'South Sandwich Islands region', 'earthquake\r'), +(2742, '1976-03-27 06:14:33', -38.626, 78.259, 33, 5.5, 'ms', 'usp0000fn9', 'Mid-Indian Ridge', 'earthquake\r'), +(2743, '1976-03-27 08:49:32', -38.795, 78.328, 33, 5.9, 'ms', 'usp0000fna', 'Mid-Indian Ridge', 'earthquake\r'), +(2744, '1976-03-27 19:42:01', -30.577, -178.198, 59, 5.8, 'mb', 'usp0000fng', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2745, '1976-03-28 01:42:27', 13.773, 144.687, 116, 5.5, 'mb', 'usp0000fnt', 'Guam region', 'earthquake\r'), +(2746, '1976-03-28 16:24:41', -5.001, 105.052, 179, 5.5, 'mb', 'usp0000fp8', 'Sunda Strait, Indonesia', 'earthquake\r'), +(2747, '1976-03-28 20:19:46', 33.779, -38.629, 33, 5.8, 'ms', 'usp0000fpc', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(2748, '1976-03-29 05:39:36', 3.929, -85.88, 33, 6.5, 'ms', 'usp0000fpg', 'off the coast of Central America', 'earthquake\r'), +(2749, '1976-03-29 19:48:40', 46.015, 149.507, 162, 5.5, 'mb', 'usp0000fps', 'Kuril Islands', 'earthquake\r'), +(2750, '1976-04-01 21:03:57', -12.89, 166.449, 84, 5.8, 'mb', 'usp0000fqz', 'Santa Cruz Islands', 'earthquake\r'), +(2751, '1976-04-02 17:07:55', 35.956, 141.576, 34, 5.5, 'ms', 'usp0000fr7', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(2752, '1976-04-02 20:33:07', -57.416, -25.67, 33, 5.8, 'mb', 'usp0000fra', 'South Sandwich Islands region', 'earthquake\r'), +(2753, '1976-04-05 00:35:06', -62.697, 167.398, 33, 5.6, 'ms', 'usp0000fs8', 'Balleny Islands region', 'earthquake\r'), +(2754, '1976-04-05 09:48:21', -15.245, -173.287, 33, 5.5, 'mb', 'usp0000fsa', 'Tonga', 'earthquake\r'), +(2755, '1976-04-05 16:54:40', 40.217, 112.219, 27, 5.5, 'ms', 'usp0000fsd', 'Nei Mongol-Shanxi border region, China', 'earthquake\r'), +(2756, '1976-04-05 21:23:31', 21.817, 95.417, 44, 5.5, 'ms', 'usp0000fsf', 'Myanmar', 'earthquake\r'), +(2757, '1976-04-06 13:49:11', -3.873, 152.092, 21, 6.4, 'ms', 'usp0000fsm', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2758, '1976-04-07 07:10:16', 17.62, 145.547, 217, 5.5, 'mb', 'usp0000fst', 'Alamagan region, Northern Mariana Islands', 'earthquake\r'), +(2759, '1976-04-08 00:31:53', -28.091, -70.752, 52, 5.5, 'mb', 'usp0000fsy', 'Atacama, Chile', 'earthquake\r'), +(2760, '1976-04-08 02:40:27', 40.311, 63.773, 33, 7, 'ms', 'usp0000ft0', 'western Uzbekistan', 'earthquake\r'), +(2761, '1976-04-08 02:59:06', 40.167, 63.806, 33, 6.2, 'mb', 'usp0000ft1', 'western Uzbekistan', 'earthquake\r'), +(2762, '1976-04-09 07:08:47', 0.782, -79.804, 9, 6.7, 'ms', 'usp0000ftt', 'near the coast of Ecuador', 'earthquake\r'), +(2763, '1976-04-09 11:35:34', 0.905, 122.375, 105, 5.5, 'mb', 'usp0000ftv', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(2764, '1976-04-10 04:24:59', -6.428, 154.827, 54, 6, 'mb', 'usp0000fu2', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2765, '1976-04-10 17:12:09', -17.656, -178.501, 560, 5.7, 'mb', 'usp0000fu8', 'Fiji region', 'earthquake\r'), +(2766, '1976-04-12 22:49:50', -32.736, -179.663, 143, 5.5, 'mb', 'usp0000fv0', 'south of the Kermadec Islands', 'earthquake\r'), +(2767, '1976-04-14 14:00:46', 23.221, 120.753, 33, 5.5, 'mb', 'usp0000fvz', 'Taiwan', 'earthquake\r'), +(2768, '1976-04-14 15:26:17', -51.905, 139.471, 33, 6.2, 'ms', 'usp0000fw1', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(2769, '1976-04-18 19:40:21', -25.837, -68.774, 113, 5.6, 'mb', 'usp0000fy4', 'Atacama, Chile', 'earthquake\r'), +(2770, '1976-04-19 10:50:53', 40.172, 143.244, 17, 5.5, 'ms', 'usp0000fyc', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2771, '1976-04-19 19:06:11', 4.132, 124.806, 303, 5.5, 'mb', 'usp0000fyp', 'Celebes Sea', 'earthquake\r'), +(2772, '1976-04-20 07:59:54', 53.534, -165.465, 46, 5.5, 'ms', 'usp0000fz2', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(2773, '1976-04-20 08:30:36', -7.215, 155.086, 33, 5.5, 'ms', 'usp0000fz3', 'Solomon Islands', 'earthquake\r'), +(2774, '1976-04-21 19:10:00', 10.281, 92.875, 33, 5.7, 'mb', 'usp0000fzt', 'Andaman Islands, India region', 'earthquake\r'), +(2775, '1976-04-21 20:00:19', 43.403, 17.49, 32, 5.5, 'mb', 'usp0000fzw', 'Bosnia and Herzegovina', 'earthquake\r'), +(2776, '1976-04-22 17:03:08', 28.714, 52.128, 24, 6, 'mb', 'usp0000g09', 'southern Iran', 'earthquake\r'), +(2777, '1976-04-24 01:25:18', 34.112, 141.591, 43, 5.5, 'ms', 'usp0000g0w', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(2778, '1976-04-24 11:05:16', -28.501, -70.306, 94, 5.5, 'mb', 'usp0000g15', 'Atacama, Chile', 'earthquake\r'), +(2779, '1976-04-25 22:21:41', -47.572, 99.919, 33, 5.8, 'ms', 'usp0000g1x', 'southeast Indian Ridge', 'earthquake\r'), +(2780, '1976-04-28 07:59:20', -4.562, 149.886, 521, 5.6, 'mb', 'usp0000g2w', 'Bismarck Sea', 'earthquake\r'), +(2781, '1976-04-29 06:32:49', -28.197, -176.877, 62, 6.1, 'ms', 'usp0000g34', 'Kermadec Islands region', 'earthquake\r'), +(2782, '1976-04-29 12:54:57', -62.872, 167.626, 16, 5.7, 'ms', 'usp0000g3b', 'Balleny Islands region', 'earthquake\r'), +(2783, '1976-04-29 22:18:09', 40.888, 42.855, 44, 5.5, 'ms', 'usp0000g3h', 'eastern Turkey', 'earthquake\r'), +(2784, '1976-05-02 17:22:59', -5.981, 146.317, 50, 5.5, 'mb', 'usp0000g4e', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2785, '1976-05-04 04:40:47', 7.992, -38.015, 33, 5.5, 'ms', 'usp0000g4v', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(2786, '1976-05-04 08:30:07', -21.928, -175.033, 54, 5.5, 'ms', 'usp0000g4x', 'Tonga', 'earthquake\r'), +(2787, '1976-05-04 13:56:30', -44.642, 167.573, 19, 6.6, 'ms', 'usp0000g52', 'South Island of New Zealand', 'earthquake\r'), +(2788, '1976-05-04 17:26:32', -23.767, -175.547, 40, 5.8, 'ms', 'usp0000g54', 'Tonga region', 'earthquake\r'), +(2789, '1976-05-05 04:52:51', -29.934, -177.837, 35, 6.8, 'ms', 'usp0000g59', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2790, '1976-05-05 16:37:09', -21.725, -68.163, 73, 5.6, 'mb', 'usp0000g5e', 'Antofagasta, Chile', 'earthquake\r'), +(2791, '1976-05-06 20:00:12', 46.356, 13.275, 9, 6.5, 'ms', 'usp0000g5v', 'Austria-Italy-Slovenia border region', 'earthquake\r'), +(2792, '1976-05-07 09:41:19', 46.35, 12.945, 33, 5.9, 'mb', 'usp0000g6r', 'northern Italy', 'earthquake\r'), +(2793, '1976-05-07 18:27:39', -28.041, -71.322, 33, 5.5, 'ms', 'usp0000g70', 'offshore Atacama, Chile', 'earthquake\r'), +(2794, '1976-05-09 20:44:45', -7.453, 154.63, 34, 5.8, 'mb', 'usp0000g8h', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2795, '1976-05-09 21:48:31', -7.451, 154.708, 26, 5.6, 'mb', 'usp0000g8k', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2796, '1976-05-11 09:58:48', -7.578, 154.595, 33, 5.9, 'ms', 'usp0000g9d', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2797, '1976-05-11 10:22:28', -7.603, 154.697, 22, 5.8, 'mb', 'usp0000g9f', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2798, '1976-05-11 11:29:06', -51.506, 139.678, 33, 6.1, 'ms', 'usp0000g9g', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(2799, '1976-05-11 15:50:42', -51.603, 139.683, 33, 6.6, 'ms', 'usp0000g9k', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(2800, '1976-05-11 16:59:48', 37.56, 20.352, 33, 6.4, 'ms', 'usp0000g9n', 'Ionian Sea', 'earthquake\r'), +(2801, '1976-05-14 06:25:34', 10.782, -43.498, 33, 5.7, 'ms', 'usp0000gb2', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(2802, '1976-05-14 13:26:31', -6.375, 150.348, 17, 5.6, 'mb', 'usp0000gb9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2803, '1976-05-15 08:09:57', 4.461, 19.348, 23, 5.6, 'mb', 'usp0000gbp', 'Democratic Republic of the Congo', 'earthquake\r'), +(2804, '1976-05-15 21:55:59', -11.637, -74.478, 33, 6.6, 'ms', 'usp0000gc6', 'central Peru', 'earthquake\r'), +(2805, '1976-05-16 22:10:31', -54.617, -132.522, 33, 5.5, 'mb', 'usp0000gcg', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(2806, '1976-05-17 02:58:41', 40.381, 63.472, 10, 7, 'ms', 'usp0000gcj', 'western Uzbekistan', 'earthquake\r'), +(2807, '1976-05-18 06:04:47', -59.949, 154.077, 33, 6.2, 'ms', 'usp0000gd8', 'west of Macquarie Island', 'earthquake\r'), +(2808, '1976-05-19 04:07:16', 4.464, -75.783, 157, 5.9, 'mb', 'usp0000gdv', 'Colombia', 'earthquake\r'), +(2809, '1976-05-19 19:10:42', -31.117, -177.791, 72, 5.8, 'mb', 'usp0000ged', 'Kermadec Islands region', 'earthquake\r'), +(2810, '1976-05-20 04:59:47', -15.936, -175.093, 292, 5.5, 'mb', 'usp0000gef', 'Tonga', 'earthquake\r'), +(2811, '1976-05-21 04:11:15', 3.684, 125.077, 173, 5.9, 'mb', 'usp0000geu', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(2812, '1976-05-21 06:42:26', -5.919, 145.845, 126, 5.9, 'mb', 'usp0000gey', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2813, '1976-05-21 15:04:17', 31.009, 141.65, 33, 5.5, 'ms', 'usp0000gf6', 'Izu Islands, Japan region', 'earthquake\r'), +(2814, '1976-05-22 03:00:22', -5.578, 154.265, 115, 5.8, 'mb', 'usp0000gfg', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2815, '1976-05-22 09:57:49', -31.117, -177.839, 31, 5.8, 'ms', 'usp0000gfp', 'Kermadec Islands region', 'earthquake\r'), +(2816, '1976-05-22 10:12:41', -5.579, 148.293, 174, 5.9, 'mb', 'usp0000gfr', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2817, '1976-05-23 06:01:15', -4.935, 153.691, 103, 5.8, 'mb', 'usp0000gg7', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2818, '1976-05-23 16:32:33', -10.489, -78.322, 73, 5.9, 'mb', 'usp0000ggg', 'near the coast of central Peru', 'earthquake\r'), +(2819, '1976-05-24 05:10:21', -31.175, -177.651, 33, 5.7, 'ms', 'usp0000ggp', 'Kermadec Islands region', 'earthquake\r'), +(2820, '1976-05-24 09:59:29', -4.942, 153.983, 116, 5.5, 'mb', 'usp0000ggt', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2821, '1976-05-24 10:54:53', 11.507, -86.845, 33, 5.7, 'ms', 'usp0000ggu', 'near the coast of Nicaragua', 'earthquake\r'), +(2822, '1976-05-24 11:24:25', 31.251, 141.615, 33, 5.7, 'ms', 'usp0000ggv', 'Izu Islands, Japan region', 'earthquake\r'), +(2823, '1976-05-25 08:16:46', 51.606, 159.363, 43, 5.5, 'mb', 'usp0000ghf', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(2824, '1976-05-25 18:01:18', -17.357, 167.787, 20, 5.5, 'mb', 'usp0000ghp', 'Vanuatu', 'earthquake\r'), +(2825, '1976-05-27 20:40:29', -5.39, 154.081, 109, 5.6, 'mb', 'usp0000gjx', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2826, '1976-05-29 12:23:19', 24.57, 98.953, 8, 6.9, 'ms', 'usp0000gm6', 'Myanmar-China border region', 'earthquake\r'), +(2827, '1976-05-29 14:00:19', 24.531, 98.71, 10, 7, 'ms', 'usp0000gm8', 'Myanmar-China border region', 'earthquake\r'), +(2828, '1976-05-30 02:56:40', -1.052, 127.036, 33, 5.5, 'ms', 'usp0000gmt', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(2829, '1976-05-30 03:08:54', -41.637, -75.411, 28, 6, 'mb', 'usp0000gmu', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(2830, '1976-05-31 05:08:29', 24.343, 98.642, 14, 6.2, 'ms', 'usp0000gnp', 'Myanmar-China border region', 'earthquake\r'), +(2831, '1976-05-31 18:35:05', 24.377, 98.771, 20, 5.5, 'ms', 'usp0000gp3', 'Myanmar-China border region', 'earthquake\r'), +(2832, '1976-06-02 18:46:53', -62.753, -160.054, 33, 5.8, 'ms', 'usp0000gq2', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(2833, '1976-06-03 13:45:44', -26.574, 178.309, 617, 5.6, 'mb', 'usp0000gq6', 'south of the Fiji Islands', 'earthquake\r'), +(2834, '1976-06-03 16:44:39', -5.201, 153.442, 88, 6.2, 'mb', 'usp0000gq8', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2835, '1976-06-04 04:23:32', 38.315, 142.667, 21, 5.7, 'mb', 'usp0000gqk', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(2836, '1976-06-04 05:34:27', 23.888, 143.063, 33, 5.5, 'mb', 'usp0000gqn', 'Volcano Islands, Japan region', 'earthquake\r'), +(2837, '1976-06-05 08:20:07', -10.086, 161.012, 61, 6.2, 'mb', 'usp0000gr0', 'Solomon Islands', 'earthquake\r'), +(2838, '1976-06-05 14:15:18', -7.445, 154.733, 39, 5.8, 'mb', 'usp0000gr3', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2839, '1976-06-06 03:32:28', -10.098, 161.046, 54, 5.5, 'mb', 'usp0000gra', 'Solomon Islands', 'earthquake\r'), +(2840, '1976-06-07 07:36:55', 14.087, 124.829, 33, 6.4, 'ms', 'usp0000gs3', 'Catanduanes, Philippines', 'earthquake\r'), +(2841, '1976-06-07 14:26:39', 17.403, -100.635, 45, 6.4, 'ms', 'usp0000gs7', 'Guerrero, Mexico', 'earthquake\r'), +(2842, '1976-06-08 09:22:18', -16.299, 167.26, 13, 5.6, 'ms', 'usp0000gsk', 'Vanuatu', 'earthquake\r'), +(2843, '1976-06-09 00:20:40', 24.894, 98.752, 33, 5.9, 'ms', 'usp0000gsx', 'Myanmar-China border region', 'earthquake\r'), +(2844, '1976-06-09 14:27:43', -4.862, 125.709, 33, 5.6, 'ms', 'usp0000gt7', 'Banda Sea', 'earthquake\r'), +(2845, '1976-06-09 16:30:40', -6.515, 151.412, 18, 5.5, 'mb', 'usp0000gt8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2846, '1976-06-12 00:59:17', 37.545, 20.551, 8, 5.5, 'mb', 'usp0000guk', 'Ionian Sea', 'earthquake\r'), +(2847, '1976-06-13 18:36:03', -0.179, 125.036, 33, 5.7, 'ms', 'usp0000gv7', 'Molucca Sea', 'earthquake\r'), +(2848, '1976-06-13 22:02:48', -15.305, -75.415, 33, 5.6, 'ms', 'usp0000gvb', 'near the coast of central Peru', 'earthquake\r'), +(2849, '1976-06-15 06:09:02', 0.543, 134.794, 33, 6.3, 'ms', 'usp0000gw3', 'Papua region, Indonesia', 'earthquake\r'), +(2850, '1976-06-15 23:34:36', -1.438, -14.069, 33, 5.6, 'ms', 'usp0000gwm', 'north of Ascension Island', 'earthquake\r'), +(2851, '1976-06-17 14:28:49', 46.162, 12.864, 24, 6.1, 'mb', 'usp0000gxk', 'northern Italy', 'earthquake\r'), +(2852, '1976-06-18 01:45:37', -24.814, -175.356, 33, 5.6, 'ms', 'usp0000gxx', 'south of Tonga', 'earthquake\r'), +(2853, '1976-06-18 10:13:51', -15.297, -75.496, 33, 5.6, 'mb', 'usp0000gy5', 'near the coast of central Peru', 'earthquake\r'), +(2854, '1976-06-18 14:58:54', -15.205, -75.441, 32, 5.7, 'mb', 'usp0000gy7', 'near the coast of central Peru', 'earthquake\r'), +(2855, '1976-06-19 15:00:47', -18.02, 65.414, 33, 6.1, 'ms', 'usp0000gys', 'Mauritius - Reunion region', 'earthquake\r'), +(2856, '1976-06-20 04:38:08', 24.742, 125.929, 36, 5.8, 'ms', 'usp0000gyx', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(2857, '1976-06-20 20:53:13', 3.397, 96.318, 33, 7, 'ms', 'usp0000gzb', 'northern Sumatra, Indonesia', 'earthquake\r'), +(2858, '1976-06-21 07:17:35', 3.396, 96.404, 32, 5.8, 'mb', 'usp0000gzr', 'northern Sumatra, Indonesia', 'earthquake\r'), +(2859, '1976-06-23 13:49:58', 0.543, 134.807, 33, 5.8, 'mb', 'usp0000h0t', 'Papua region, Indonesia', 'earthquake\r'), +(2860, '1976-06-23 20:43:13', -59.661, -26.443, 59, 5.8, 'mb', 'usp0000h10', 'South Sandwich Islands region', 'earthquake\r'), +(2861, '1976-06-24 05:59:33', 3.4, 96.387, 33, 5.5, 'mb', 'usp0000h15', 'northern Sumatra, Indonesia', 'earthquake\r'), +(2862, '1976-06-25 07:47:46', 29.913, 138.582, 433, 5.5, 'mb', 'usp0000h1j', 'Izu Islands, Japan region', 'earthquake\r'), +(2863, '1976-06-25 19:18:57', -4.603, 140.091, 33, 7.1, 'ms', 'usp0000h1p', 'Papua, Indonesia', 'earthquake\r'), +(2864, '1976-06-25 19:32:37', -4.273, 139.862, 33, 5.9, 'mb', 'usp0000h1q', 'Papua, Indonesia', 'earthquake\r'), +(2865, '1976-06-26 10:30:59', 3.665, 126.75, 33, 6.5, 'ms', 'usp0000h24', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(2866, '1976-06-27 19:12:29', -4.633, 140.192, 33, 5.9, 'mb', 'usp0000h30', 'Papua, Indonesia', 'earthquake\r'), +(2867, '1976-06-27 21:14:48', -5.129, 151.618, 119, 5.6, 'mb', 'usp0000h34', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2868, '1976-06-29 18:30:09', -33.816, -177.834, 48, 6.1, 'mb', 'usp0000h48', 'south of the Kermadec Islands', 'earthquake\r'), +(2869, '1976-06-30 14:44:51', -2.113, 101.947, 138, 5.5, 'mb', 'usp0000h4s', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2870, '1976-07-01 11:24:05', -29.522, 25.182, 33, 5.9, 'mb', 'usp0000h53', 'South Africa', 'earthquake\r'), +(2871, '1976-07-04 02:56:58', 49.915, 78.952, 0, 5.8, 'mb', 'usp0000h6a', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2872, '1976-07-05 13:48:40', 3.242, 128.201, 92, 5.5, 'mb', 'usp0000h6q', 'north of Halmahera, Indonesia', 'earthquake\r'), +(2873, '1976-07-05 19:52:11', -50.139, -114.815, 33, 5.7, 'ms', 'usp0000h6u', 'southern East Pacific Rise', 'earthquake\r'), +(2874, '1976-07-07 19:53:51', -9.55, 154.333, 17, 5.6, 'mb', 'usp0000h7j', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(2875, '1976-07-10 11:37:13', 47.358, 145.718, 387, 5.8, 'mb', 'usp0000h8q', 'Sea of Okhotsk', 'earthquake\r'), +(2876, '1976-07-11 16:54:32', 7.337, -78.47, 22, 6.7, 'ms', 'usp0000h98', 'Panama', 'earthquake\r'), +(2877, '1976-07-11 18:20:24', 7.385, -78.201, 33, 5.7, 'mb', 'usp0000h9b', 'Panama', 'earthquake\r'), +(2878, '1976-07-11 20:41:48', 7.409, -78.127, 3, 7, 'ms', 'usp0000h9g', 'Panama', 'earthquake\r'), +(2879, '1976-07-11 20:58:24', 7.037, -78.134, 33, 5.5, 'mb', 'usp0000h9h', 'Panama', 'earthquake\r'), +(2880, '1976-07-14 01:32:35', 7.384, -77.991, 33, 5.6, 'ms', 'usp0000hb9', 'Panama-Colombia border region', 'earthquake\r'), +(2881, '1976-07-14 07:13:24', -8.17, 114.888, 40, 6.5, 'ms', 'usp0000hbg', 'Bali region, Indonesia', 'earthquake\r'), +(2882, '1976-07-14 10:23:46', -8.127, 114.862, 33, 5.9, 'mb', 'usp0000hbk', 'Bali region, Indonesia', 'earthquake\r'), +(2883, '1976-07-17 02:05:22', 5.799, -82.74, 25, 5.5, 'ms', 'usp0000hcr', 'south of Panama', 'earthquake\r'), +(2884, '1976-07-17 05:32:43', -4.607, 139.954, 33, 5.6, 'mb', 'usp0000hcv', 'Papua, Indonesia', 'earthquake\r'), +(2885, '1976-07-17 21:06:32', -4.157, 152.755, 53, 6.6, 'ms', 'usp0000hdc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2886, '1976-07-20 01:12:07', -21.693, -113.243, 33, 5.8, 'ms', 'usp0000hef', 'southern East Pacific Rise', 'earthquake\r'), +(2887, '1976-07-20 01:22:10', -4.73, 101.822, 33, 5.8, 'ms', 'usp0000heg', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2888, '1976-07-21 15:10:46', 24.782, 98.698, 9, 6.3, 'ms', 'usp0000hf6', 'Myanmar-China border region', 'earthquake\r'), +(2889, '1976-07-23 16:45:44', -3.508, 148.647, 37, 5.9, 'ms', 'usp0000hgf', 'Bismarck Sea', 'earthquake\r'), +(2890, '1976-07-23 17:44:27', -29.967, -114.427, 33, 5.6, 'ms', 'usp0000hgh', 'Easter Island region', 'earthquake\r'), +(2891, '1976-07-24 06:12:51', -58.957, -25.482, 31, 5.6, 'mb', 'usp0000hgq', 'South Sandwich Islands region', 'earthquake\r'), +(2892, '1976-07-24 23:26:21', -4.534, 139.949, 33, 5.6, 'mb', 'usp0000hh0', 'Papua, Indonesia', 'earthquake\r'), +(2893, '1976-07-26 01:41:25', -21.907, -113.332, 33, 6.2, 'ms', 'usp0000hhf', 'southern East Pacific Rise', 'earthquake\r'), +(2894, '1976-07-26 02:56:39', 4.956, 118.308, 33, 6.2, 'ms', 'usp0000hhh', 'Sabah, Malaysia', 'earthquake\r'), +(2895, '1976-07-27 19:42:55', 39.57, 117.978, 23, 7.5, 'mw', 'usp0000hjg', 'Tianjin-Hebei border region, China', 'earthquake\r'), +(2896, '1976-07-28 10:45:35', 39.664, 118.401, 26, 7.4, 'ms', 'usp0000hk6', 'Hebei, China', 'earthquake\r'), +(2897, '1976-07-28 17:15:02', -20.196, 170.004, 5, 6, 'ms', 'usp0000hke', 'Vanuatu', 'earthquake\r'), +(2898, '1976-07-28 17:21:05', -20.266, 170.012, 39, 5.7, 'mb', 'usp0000hkf', 'Vanuatu', 'earthquake\r'), +(2899, '1976-07-28 18:24:28', 39.295, 72.79, 50, 6.1, 'ms', 'usp0000hkk', 'Tajikistan', 'earthquake\r'), +(2900, '1976-07-28 20:17:42', 43.172, 45.603, 21, 6.1, 'ms', 'usp0000hkq', 'Caucasus region, Russia', 'earthquake\r'), +(2901, '1976-07-28 21:54:21', -56.061, -27.284, 97, 5.8, 'mb', 'usp0000hkt', 'South Sandwich Islands region', 'earthquake\r'), +(2902, '1976-07-29 04:59:58', 47.782, 48.12, 0, 5.9, 'mb', 'usp0000hkz', 'Russia-Kazakhstan border region', 'nuclear explosion\r'), +(2903, '1976-07-31 00:46:58', -30.322, -177.964, 20, 6.2, 'ms', 'usp0000hn4', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2904, '1976-08-02 10:55:26', -20.609, 169.274, 52, 6.9, 'ms', 'usp0000hpm', 'Vanuatu', 'earthquake\r'), +(2905, '1976-08-04 14:00:02', -35.647, -14.035, 33, 5.8, 'mb', 'usp0000hqp', 'Tristan da Cunha region', 'earthquake\r'), +(2906, '1976-08-05 13:37:17', 6.982, 94.312, 106, 5.6, 'mb', 'usp0000hr1', 'Nicobar Islands, India region', 'earthquake\r'), +(2907, '1976-08-06 12:24:47', -34.525, -179.577, 29, 5.5, 'mb', 'usp0000hrf', 'south of the Kermadec Islands', 'earthquake\r'), +(2908, '1976-08-09 05:32:37', -20.842, -175.045, 33, 5.6, 'mb', 'usp0000hsc', 'Tonga', 'earthquake\r'), +(2909, '1976-08-10 00:10:27', 2.136, -79.024, 33, 5.6, 'ms', 'usp0000hsq', 'south of Panama', 'earthquake\r'), +(2910, '1976-08-12 09:59:45', -10.954, 162.487, 43, 5.5, 'mb', 'usp0000htk', 'Solomon Islands', 'earthquake\r'), +(2911, '1976-08-12 20:53:49', 3.55, 124.325, 357, 5.8, 'mb', 'usp0000htq', 'Celebes Sea', 'earthquake\r'), +(2912, '1976-08-12 23:26:46', 26.68, 97.07, 27, 6.4, 'mb', 'usp0000htr', 'Myanmar', 'earthquake\r'), +(2913, '1976-08-16 14:06:46', 32.752, 104.157, 16, 6.9, 'ms', 'usp0000hv8', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(2914, '1976-08-16 16:11:07', 6.262, 124.023, 33, 7.9, 'ms', 'usp0000hvb', 'Mindanao, Philippines', 'earthquake\r'), +(2915, '1976-08-16 16:27:45', 7.199, 123.615, 33, 5.8, 'mb', 'usp0000hvc', 'Mindanao, Philippines', 'earthquake\r'), +(2916, '1976-08-16 18:16:21', 7.037, 123.69, 26, 5.6, 'mb', 'usp0000hvg', 'Mindanao, Philippines', 'earthquake\r'), +(2917, '1976-08-16 22:49:38', 7.381, 123.384, 33, 5.8, 'mb', 'usp0000hvv', 'Mindanao, Philippines', 'earthquake\r'), +(2918, '1976-08-17 01:11:10', 10.063, 125.866, 34, 6, 'mb', 'usp0000hw0', 'Leyte, Philippines', 'earthquake\r'), +(2919, '1976-08-17 04:19:27', 7.249, 122.939, 22, 6.8, 'ms', 'usp0000hw4', 'Mindanao, Philippines', 'earthquake\r'), +(2920, '1976-08-17 05:18:49', 6.476, 123.937, 32, 5.5, 'mb', 'usp0000hw6', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(2921, '1976-08-17 07:53:31', 7.275, 123.299, 14, 5.6, 'mb', 'usp0000hwd', 'Mindanao, Philippines', 'earthquake\r'), +(2922, '1976-08-17 22:30:53', -30.396, -177.745, 32, 5.6, 'mb', 'usp0000hwx', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2923, '1976-08-18 01:52:06', 6.441, 123.946, 31, 5.6, 'ms', 'usp0000hx4', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(2924, '1976-08-18 13:37:17', -30.265, -177.762, 15, 5.7, 'mb', 'usp0000hxh', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2925, '1976-08-18 20:27:32', 6.923, 123.691, 33, 5.7, 'mb', 'usp0000hxr', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(2926, '1976-08-19 04:14:57', -30.275, -177.366, 3, 5.8, 'ms', 'usp0000hy1', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2927, '1976-08-19 19:04:05', 14.499, 123.766, 15, 5.5, 'mb', 'usp0000hyj', 'Luzon, Philippines', 'earthquake\r'), +(2928, '1976-08-20 03:56:01', 45.048, 149.781, 47, 5.5, 'mb', 'usp0000hys', 'Kuril Islands', 'earthquake\r'), +(2929, '1976-08-20 06:54:11', -20.412, -69.993, 81, 5.6, 'mb', 'usp0000hyv', 'Tarapaca, Chile', 'earthquake\r'), +(2930, '1976-08-21 06:56:47', -6.722, 129.567, 120, 6, 'mb', 'usp0000hze', 'Banda Sea', 'earthquake\r'), +(2931, '1976-08-21 21:49:54', 32.571, 104.249, 33, 6.4, 'ms', 'usp0000hzv', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(2932, '1976-08-22 02:01:47', 60.22, -153.304, 144, 5.5, 'mb', 'usp0000hzy', 'Southern Alaska', 'earthquake\r'), +(2933, '1976-08-22 21:09:42', -14.047, 170.939, 31, 5.9, 'ms', 'usp0000j0j', 'Vanuatu region', 'earthquake\r'), +(2934, '1976-08-23 03:30:08', 32.492, 104.181, 33, 6.7, 'ms', 'usp0000j0p', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(2935, '1976-08-23 03:42:44', 6.52, 124.085, 58, 5.8, 'mb', 'usp0000j0r', 'Mindanao, Philippines', 'earthquake\r'), +(2936, '1976-08-24 21:26:12', -25.326, -70.694, 8, 5.6, 'mb', 'usp0000j1g', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(2937, '1976-08-25 12:29:54', 13.045, 124.445, 23, 5.6, 'ms', 'usp0000j1s', 'Catanduanes, Philippines', 'earthquake\r'), +(2938, '1976-08-28 02:56:58', 49.969, 79.001, 0, 5.8, 'mb', 'usp0000j2p', 'eastern Kazakhstan', 'nuclear explosion\r'), +(2939, '1976-08-29 02:06:59', -2.568, 126.983, 33, 5.5, 'mb', 'usp0000j39', 'Ceram Sea, Indonesia', 'earthquake\r'), +(2940, '1976-08-29 04:57:35', -29.756, -111.752, 33, 5.6, 'ms', 'usp0000j3d', 'Easter Island region', 'earthquake\r'), +(2941, '1976-08-29 18:29:01', -29.627, -178.264, 72, 5.6, 'mb', 'usp0000j3r', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2942, '1977-03-28 01:15:42', -14.683, 167.103, 109, 5.7, 'mb', 'usp0000n5b', 'Vanuatu', 'earthquake\r'), +(2943, '1976-08-30 08:37:55', 1.099, 147.53, 53, 5.9, 'ms', 'usp0000j45', 'Federated States of Micronesia region', 'earthquake\r'), +(2944, '1976-08-31 02:07:38', -56.252, -26.217, 45, 5.9, 'ms', 'usp0000j4j', 'South Sandwich Islands region', 'earthquake\r'), +(2945, '1976-08-31 13:22:11', -28.29, -176.633, 51, 5.9, 'ms', 'usp0000j4y', 'Kermadec Islands region', 'earthquake\r'), +(2946, '1976-09-01 13:25:30', -20.414, 169.364, 75, 5.7, 'mb', 'usp0000j5a', 'Vanuatu', 'earthquake\r'), +(2947, '1976-09-04 11:42:00', -10.247, 161.094, 83, 5.6, 'mb', 'usp0000j73', 'Solomon Islands', 'earthquake\r'), +(2948, '1976-09-05 20:33:19', -8.156, 120.623, 68, 5.6, 'mb', 'usp0000j86', 'Flores region, Indonesia', 'earthquake\r'), +(2949, '1976-09-06 17:34:25', -6.482, 129.701, 214, 5.7, 'mb', 'usp0000j8r', 'Banda Sea', 'earthquake\r'), +(2950, '1976-09-06 23:58:02', -21.327, -66.301, 188, 5.5, 'mb', 'usp0000j8u', 'Potosi, Bolivia', 'earthquake\r'), +(2951, '1976-09-07 04:40:19', 4.836, 96.967, 33, 5.5, 'mb', 'usp0000j8y', 'northern Sumatra, Indonesia', 'earthquake\r'), +(2952, '1976-09-07 10:09:24', -14.905, 167.246, 114, 5.5, 'mb', 'usp0000j95', 'Vanuatu', 'earthquake\r'), +(2953, '1976-09-08 02:12:49', -0.057, 124.842, 64, 5.9, 'mb', 'usp0000j9f', 'Molucca Sea', 'earthquake\r'), +(2954, '1976-09-09 11:40:35', -14.332, 167.238, 172, 5.5, 'mb', 'usp0000ja8', 'Vanuatu', 'earthquake\r'), +(2955, '1976-09-10 14:50:11', 7.797, 123.847, 53, 5.5, 'mb', 'usp0000jav', 'Mindanao, Philippines', 'earthquake\r'), +(2956, '1976-09-11 16:31:12', 46.28, 13.157, 16, 5.5, 'ms', 'usp0000jbc', 'Austria-Italy-Slovenia border region', 'earthquake\r'), +(2957, '1976-09-12 03:51:24', -24.12, -66.766, 173, 5.6, 'mb', 'usp0000jbt', 'Salta, Argentina', 'earthquake\r'), +(2958, '1976-09-13 21:45:36', -30.126, -178.005, 60, 5.5, 'mb', 'usp0000jcw', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2959, '1976-09-14 06:43:52', 29.795, 89.559, 82, 5.5, 'mb', 'usp0000jd1', 'western Xizang', 'earthquake\r'), +(2960, '1976-09-14 15:46:09', -26.432, -115.067, 33, 5.7, 'ms', 'usp0000jd8', 'southern East Pacific Rise', 'earthquake\r'), +(2961, '1976-09-14 18:51:44', 4.127, 126.412, 58, 5.5, 'mb', 'usp0000jda', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(2962, '1976-09-14 22:49:32', -3.721, 138.016, 75, 5.8, 'mb', 'usp0000jdc', 'Papua, Indonesia', 'earthquake\r'), +(2963, '1976-09-15 03:15:20', 46.302, 13.197, 10, 6, 'ms', 'usp0000jdj', 'Austria-Italy-Slovenia border region', 'earthquake\r'), +(2964, '1976-09-15 09:21:19', 46.322, 13.132, 17, 5.9, 'ms', 'usp0000jdt', 'Austria-Italy-Slovenia border region', 'earthquake\r'), +(2965, '1976-09-16 03:26:55', 84.289, 0.207, 15, 5.7, 'mw', 'iscgem708631', 'north of Svalbard', 'earthquake\r'), +(2966, '1976-09-16 11:26:37', -9.214, 148.139, 15, 5.9, 'ms', 'usp0000jex', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(2967, '1976-09-18 13:11:50', 2.412, 126.792, 50, 5.5, 'mb', 'usp0000jg1', 'Molucca Sea', 'earthquake\r'), +(2968, '1976-09-19 14:59:44', -11.056, 32.857, 27, 5.7, 'ms', 'usp0000jgu', 'Zambia', 'earthquake\r'), +(2969, '1976-09-19 20:58:05', 18.221, -100.469, 55, 5.6, 'mb', 'usp0000jgz', 'Guerrero, Mexico', 'earthquake\r'), +(2970, '1976-09-22 00:16:08', 44.88, 149.225, 64, 6.1, 'mb', 'usp0000jj3', 'Kuril Islands', 'earthquake\r'), +(2971, '1976-09-22 16:14:08', -46.193, -13.905, 25, 5.7, 'mb', 'usp0000jjd', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(2972, '1976-09-22 20:07:03', 40.028, 106.327, 29, 5.7, 'ms', 'usp0000jjg', 'western Nei Mongol, China', 'earthquake\r'), +(2973, '1976-09-23 22:22:46', -5.917, 148.193, 94, 5.5, 'mb', 'usp0000jjw', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2974, '1976-09-25 03:30:04', 6.804, 123.8, 45, 5.7, 'mb', 'usp0000jkk', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(2975, '1976-09-25 21:47:23', -26.578, -114.999, 33, 5.5, 'mb', 'usp0000jm0', 'Easter Island region', 'earthquake\r'), +(2976, '1976-09-26 04:29:17', 38.775, -0.59, 10, 5.6, 'mb', 'usp0000jmb', 'Spain', 'earthquake\r'), +(2977, '1976-09-29 02:59:57', 73.404, 54.817, 0, 5.8, 'mb', 'usp0000jp2', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(2978, '1976-09-29 21:02:33', 6.922, 124.069, 41, 6, 'mb', 'usp0000jpp', 'Mindanao, Philippines', 'earthquake\r'), +(2979, '1976-09-30 23:34:14', -30.239, -177.876, 32, 6.5, 'ms', 'usp0000jq7', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2980, '1976-10-01 11:47:06', -3.461, 130.897, 33, 5.5, 'mb', 'usp0000jqe', 'Seram, Indonesia', 'earthquake\r'), +(2981, '1976-10-01 22:08:32', -58.256, -24.807, 33, 5.6, 'ms', 'usp0000jqk', 'South Sandwich Islands region', 'earthquake\r'), +(2982, '1976-10-02 13:47:30', -35.121, -179.428, 34, 5.5, 'ms', 'usp0000jqu', 'east of the North Island of New Zealand', 'earthquake\r'), +(2983, '1976-10-03 07:53:48', -6.983, 155.642, 56, 5.5, 'mb', 'usp0000jr5', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(2984, '1976-10-04 02:23:01', -5.273, 102.648, 30, 5.5, 'mb', 'usp0000jrc', 'southern Sumatra, Indonesia', 'earthquake\r'), +(2985, '1976-10-04 06:50:09', -30.536, -177.533, 33, 5.5, 'mb', 'usp0000jrg', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2986, '1976-10-05 15:57:27', -30.379, -177.312, 15, 5.5, 'mb', 'usp0000js3', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(2987, '1976-10-05 18:02:15', -6.426, 153.002, 22, 6.3, 'mb', 'usp0000js5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2988, '1976-10-06 09:12:39', -0.747, -78.779, 33, 5.7, 'mb', 'usp0000jsc', 'Ecuador', 'earthquake\r'), +(2989, '1976-10-06 13:38:42', 37.092, 141.271, 81, 5.6, 'mb', 'usp0000jsh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(2990, '1976-10-08 21:05:31', 18.948, 121.303, 57, 5.7, 'mb', 'usp0000jtj', 'Luzon, Philippines', 'earthquake\r'), +(2991, '1976-10-09 22:08:44', 4.35, 124.834, 35, 5.5, 'mb', 'usp0000ju1', 'Celebes Sea', 'earthquake\r'), +(2992, '1976-10-12 00:40:53', -10.453, 161.295, 106, 6, 'mb', 'usp0000juq', 'Solomon Islands', 'earthquake\r'), +(2993, '1976-10-18 00:51:55', -33.138, -178.691, 33, 5.7, 'mb', 'usp0000jxa', 'south of the Kermadec Islands', 'earthquake\r'), +(2994, '1976-10-19 12:55:30', -18.173, -177.76, 604, 5.5, 'mb', 'usp0000jyb', 'Fiji region', 'earthquake\r'), +(2995, '1976-10-22 13:11:07', -4.468, 152.375, 121, 5.6, 'mb', 'usp0000jzt', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(2996, '1976-10-22 14:51:49', 7.084, 123.449, 33, 5.6, 'mb', 'usp0000jzu', 'Mindanao, Philippines', 'earthquake\r'), +(2997, '1976-10-22 18:35:26', 56.143, -153.274, 26, 5.5, 'mb', 'usp0000jzy', 'Kodiak Island region, Alaska', 'earthquake\r'), +(2998, '1976-10-23 15:53:39', -4.52, 153.438, 105, 5.5, 'mb', 'usp0000k0e', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(2999, '1976-10-24 20:33:29', 50.382, 3.959, 33, 5.5, 'mb', 'usp0000k17', 'Belgium', 'earthquake\r'), +(3000, '1976-10-26 12:51:30', 6.243, 126.298, 85, 5.8, 'mb', 'usp0000k21', 'Mindanao, Philippines', 'earthquake\r'), +(3001, '1976-10-29 02:51:08', -4.517, 139.918, 33, 7.1, 'ms', 'usp0000k3d', 'Papua, Indonesia', 'earthquake\r'), +(3002, '1976-10-30 09:24:40', 3.541, 96.278, 14, 5.6, 'ms', 'usp0000k46', 'northern Sumatra, Indonesia', 'earthquake\r'), +(3003, '1976-10-31 18:45:44', -6.089, 148.531, 77, 5.7, 'mb', 'usp0000k4s', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3004, '1976-11-01 06:53:00', -6.053, 149.548, 53, 5.8, 'ms', 'usp0000k52', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3005, '1976-11-02 07:13:16', -29.349, 77.659, 33, 6.5, 'ms', 'usp0000k5e', 'Mid-Indian Ridge', 'earthquake\r'), +(3006, '1976-11-02 11:19:14', -29.217, 77.815, 33, 5.7, 'mb', 'usp0000k5g', 'Mid-Indian Ridge', 'earthquake\r'), +(3007, '1976-11-02 19:29:30', 26.704, 125.22, 218, 5.5, 'mb', 'usp0000k5m', 'northeast of Taiwan', 'earthquake\r'), +(3008, '1976-11-03 09:54:38', 4.141, 95.14, 20, 5.5, 'mb', 'usp0000k5x', 'northern Sumatra, Indonesia', 'earthquake\r'), +(3009, '1976-11-06 18:04:09', 27.605, 101.052, 33, 6.5, 'ms', 'usp0000k7d', 'western Sichuan, China', 'earthquake\r'), +(3010, '1976-11-07 04:00:52', 33.802, 59.155, 13, 6.2, 'ms', 'usp0000k7t', 'eastern Iran', 'earthquake\r'), +(3011, '1976-11-07 11:07:57', 33.235, 47.963, 51, 5.5, 'mb', 'usp0000k82', 'western Iran', 'earthquake\r'), +(3012, '1976-11-07 17:09:06', 8.478, 126.375, 60, 6.8, 'ms', 'usp0000k85', 'Mindanao, Philippines', 'earthquake\r'), +(3013, '1976-11-07 20:49:13', 6.934, 123.875, 30, 5.9, 'mb', 'usp0000k87', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(3014, '1976-11-08 06:48:39', -3.778, 139.972, 33, 5.5, 'mb', 'usp0000k8f', 'Papua, Indonesia', 'earthquake\r'), +(3015, '1976-11-08 08:19:27', 38.09, 142.241, 38, 6, 'ms', 'usp0000k8j', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3016, '1976-11-09 10:20:10', -19.605, -173.329, 33, 5.7, 'ms', 'usp0000k8x', 'Tonga', 'earthquake\r'), +(3017, '1976-11-10 17:28:23', 7.991, 126.833, 60, 5.5, 'mb', 'usp0000k97', 'Mindanao, Philippines', 'earthquake\r'), +(3018, '1976-11-10 17:45:06', 7.848, 126.115, 36, 5.5, 'mb', 'usp0000k98', 'Mindanao, Philippines', 'earthquake\r'), +(3019, '1976-11-11 03:16:15', 5, -78.152, 33, 5.5, 'ms', 'usp0000k9f', 'south of Panama', 'earthquake\r'), +(3020, '1976-11-14 13:27:49', -57.364, -25.893, 102, 5.8, 'mb', 'usp0000kat', 'South Sandwich Islands region', 'earthquake\r'), +(3021, '1976-11-15 13:53:01', 39.444, 117.688, 15, 6.3, 'ms', 'usp0000kb9', 'Tianjin-Hebei border region, China', 'earthquake\r'), +(3022, '1976-11-16 18:20:50', -41.636, 80.209, 33, 6.2, 'ms', 'usp0000kby', 'Mid-Indian Ridge', 'earthquake\r'), +(3023, '1976-11-17 05:33:35', 50.983, 156.223, 112, 5.5, 'mb', 'usp0000kc6', 'Kuril Islands', 'earthquake\r'), +(3024, '1976-11-18 03:24:00', -8.818, 156.941, 33, 6.5, 'ms', 'usp0000kcn', 'Solomon Islands', 'earthquake\r'), +(3025, '1976-11-18 05:43:41', -4.17, 135.141, 33, 6.3, 'ms', 'usp0000kcr', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(3026, '1976-11-21 17:34:21', 3.745, 128.131, 77, 5.6, 'mb', 'usp0000kdw', 'north of Halmahera, Indonesia', 'earthquake\r'), +(3027, '1976-11-22 04:22:25', 7.029, 123.579, 60, 6, 'mb', 'usp0000ke3', 'Mindanao, Philippines', 'earthquake\r'), +(3028, '1976-11-22 04:46:26', -38.519, 78.569, 33, 6, 'ms', 'usp0000ke4', 'Mid-Indian Ridge', 'earthquake\r'), +(3029, '1976-11-23 05:02:57', 49.991, 79.005, 0, 5.9, 'mb', 'usp0000kej', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3030, '1976-11-23 07:30:27', 46.273, 13.083, 33, 5.7, 'mb', 'usp0000kek', 'Austria-Italy-Slovenia border region', 'earthquake\r'), +(3031, '1976-11-23 10:46:36', 51.172, 159.291, 33, 5.5, 'mb', 'usp0000kem', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(3032, '1976-11-24 12:22:19', 39.121, 44.029, 36, 7.3, 'ms', 'usp0000kf0', 'Turkey-Iran border region', 'earthquake\r'), +(3033, '1976-11-24 12:36:46', 39.243, 44.267, 33, 5.5, 'mb', 'usp0000kf2', 'Turkey-Iran border region', 'earthquake\r'), +(3034, '1976-11-24 16:09:18', 52.012, 161.369, 33, 5.6, 'mb', 'usp0000kf8', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(3035, '1976-11-25 14:06:35', -19.498, -177.705, 442, 6, 'mb', 'usp0000kfq', 'Fiji region', 'earthquake\r'), +(3036, '1976-11-25 20:24:30', -38.923, -91.537, 33, 5.5, 'ms', 'usp0000kfv', 'West Chile Rise', 'earthquake\r'), +(3037, '1976-11-26 11:19:32', 41.0351667, -124.9496667, 41.78, 6.3, 'ml', 'nc1032447', 'offshore Northern California', 'earthquake\r'), +(3038, '1976-11-27 04:00:10', -17.853, -178.811, 576, 5.5, 'mb', 'usp0000kgs', 'Fiji region', 'earthquake\r'), +(3039, '1976-11-27 18:05:28', 7.34, -78.21, 33, 5.7, 'mb', 'usp0000kh4', 'Panama', 'earthquake\r'), +(3040, '1976-11-27 21:42:12', 36.507, 71.042, 190, 6.1, 'mb', 'usp0000khb', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(3041, '1976-11-30 00:40:58', -20.52, -68.919, 82, 6.5, 'mb', 'usp0000kjc', 'Tarapaca, Chile', 'earthquake\r'), +(3042, '1976-11-30 17:08:41', -19.947, -69.21, 69, 5.5, 'mb', 'usp0000kjv', 'Tarapaca, Chile', 'earthquake\r'), +(3043, '1976-12-02 01:19:29', 30.977, 139.532, 36, 5.6, 'mb', 'usp0000kkc', 'Izu Islands, Japan region', 'earthquake\r'), +(3044, '1976-12-04 12:32:30', -20.381, -68.531, 72, 5.6, 'mb', 'usp0000kmh', 'Potosi, Bolivia', 'earthquake\r'), +(3045, '1976-12-04 14:17:35', -56.186, -26.781, 33, 5.5, 'mb', 'usp0000kmj', 'South Sandwich Islands region', 'earthquake\r'), +(3046, '1976-12-04 17:27:13', -56.076, -26.739, 33, 5.5, 'mb', 'usp0000kmp', 'South Sandwich Islands region', 'earthquake\r'), +(3047, '1976-12-06 19:46:06', -34.57, -112.164, 33, 5.5, 'ms', 'usp0000knf', 'southern East Pacific Rise', 'earthquake\r'), +(3048, '1976-12-07 04:56:57', 49.884, 78.905, 0, 5.9, 'mb', 'usp0000knj', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3049, '1976-12-07 11:15:42', -18.933, -176.582, 46, 5.9, 'ms', 'usp0000knp', 'Fiji region', 'earthquake\r'), +(3050, '1976-12-08 14:40:59', 44.76, -110.793, 5, 5.5, 'mb', 'usp0000kp6', 'Yellowstone National Park, Wyoming', 'earthquake\r'), +(3051, '1976-12-09 09:51:00', 44.525, -129.961, 18, 5.5, 'ms', 'usp0000kph', 'off the coast of Oregon', 'earthquake\r'), +(3052, '1976-12-09 15:56:41', -5.936, 151.976, 34, 5.7, 'mb', 'usp0000kps', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3053, '1976-12-10 20:34:30', -4.725, 103.405, 87, 5.5, 'mb', 'usp0000kq4', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3054, '1976-12-10 23:05:27', 13.962, 124.829, 33, 5.5, 'mb', 'usp0000kq6', 'Catanduanes, Philippines', 'earthquake\r'), +(3055, '1976-12-11 18:08:04', 7.494, 93.811, 33, 5.9, 'ms', 'usp0000kqj', 'Nicobar Islands, India region', 'earthquake\r'), +(3056, '1976-12-12 01:08:50', 28.043, 139.575, 491, 5.9, 'mb', 'usp0000kqr', 'Bonin Islands, Japan region', 'earthquake\r'), +(3057, '1976-12-13 06:36:58', 27.395, 101.055, 17, 5.9, 'ms', 'usp0000kr6', 'western Sichuan, China', 'earthquake\r'), +(3058, '1976-12-14 16:06:44', 28.294, 130.698, 41, 6.3, 'mb', 'usp0000krp', 'Ryukyu Islands, Japan', 'earthquake\r'), +(3059, '1976-12-14 19:35:04', 28.271, 130.603, 39, 5.6, 'mb', 'usp0000krs', 'Ryukyu Islands, Japan', 'earthquake\r'), +(3060, '1976-12-15 07:10:28', -17.318, -173.994, 79, 5.5, 'mb', 'usp0000ks2', 'Tonga', 'earthquake\r'), +(3061, '1976-12-15 13:15:17', 13.102, 145.057, 77, 5.5, 'mb', 'usp0000ks9', 'Guam region', 'earthquake\r'), +(3062, '1976-12-17 20:23:06', -20.912, -68.456, 57, 5.6, 'mb', 'usp0000kt9', 'Potosi, Bolivia', 'earthquake\r'), +(3063, '1976-12-19 10:49:10', 7.679, 133.612, 33, 5.8, 'mb', 'usp0000ku5', 'Palau region', 'earthquake\r'), +(3064, '1976-12-19 23:56:55', 0.596, 126.027, 33, 5.6, 'mb', 'usp0000kuh', 'Molucca Sea', 'earthquake\r'), +(3065, '1976-12-20 10:18:57', 9.27, -83.932, 66, 5.5, 'mb', 'usp0000kuu', 'Costa Rica', 'earthquake\r'), +(3066, '1976-12-20 20:33:08', 48.802, -129.292, 10, 6.7, 'ms', 'usp0000kv9', 'Vancouver Island, Canada region', 'earthquake\r'), +(3067, '1976-12-20 23:56:55', 0.528, 126.074, 33, 5.5, 'mb', 'usp0000kvh', 'Molucca Sea', 'earthquake\r'), +(3068, '1976-12-22 01:01:41', 23.297, 143.721, 49, 5.8, 'mb', 'usp0000kw5', 'Volcano Islands, Japan region', 'earthquake\r'), +(3069, '1976-12-23 09:38:58', 41.783, -125.953, 15, 5.5, 'ms', 'usp0000kwv', 'off the coast of Northern California', 'earthquake\r'), +(3070, '1976-12-24 08:56:15', -45.551, -74.888, 33, 5.6, 'ms', 'usp0000kx8', 'near the coast of Aisen, Chile', 'earthquake\r'), +(3071, '1976-12-26 02:26:57', -30.681, -178.191, 38, 5.5, 'mb', 'usp0000kxx', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3072, '1976-12-26 19:33:56', -40.572, -16.711, 33, 5.8, 'ms', 'usp0000kyd', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3073, '1976-12-28 13:51:57', -21.144, -68.588, 89, 5.8, 'mb', 'usp0000kz5', 'Antofagasta, Chile', 'earthquake\r'), +(3074, '1977-01-01 17:35:55', -7.885, 109.014, 113, 5.7, 'mb', 'usp0000m10', 'Java, Indonesia', 'earthquake\r'), +(3075, '1977-01-01 19:01:40', -2.532, 126.582, 33, 6.1, 'ms', 'usp0000m11', 'Ceram Sea, Indonesia', 'earthquake\r'), +(3076, '1977-01-01 21:39:41', 38.146, 91.007, 27, 6.3, 'ms', 'usp0000m14', 'Xinjiang-Qinghai border region, China', 'earthquake\r'), +(3077, '1977-01-02 09:55:28', -10.17, 118.987, 19, 6.3, 'ms', 'usp0000m1d', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3078, '1977-01-05 05:44:40', 27.457, 56.202, 29, 5.5, 'mb', 'usp0000m2e', 'southern Iran', 'earthquake\r'), +(3079, '1977-01-05 22:45:00', 23.394, 143.71, 33, 5.7, 'mb', 'usp0000m2s', 'Volcano Islands, Japan region', 'earthquake\r'), +(3080, '1977-01-06 06:11:41', -3.63, 144.447, 33, 6.6, 'ms', 'usp0000m2u', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(3081, '1977-01-07 07:09:35', -52.257, 114.591, 33, 5.5, 'mb', 'usp0000m39', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(3082, '1977-01-07 14:38:22', -31.282, -13.24, 33, 5.5, 'ms', 'usp0000m3f', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3083, '1977-01-07 19:36:47', 21.173, 120.276, 33, 5.7, 'mb', 'usp0000m3k', 'Taiwan region', 'earthquake\r'), +(3084, '1977-01-08 07:40:42', -11.273, 166.108, 42, 5.6, 'ms', 'usp0000m3u', 'Santa Cruz Islands', 'earthquake\r'), +(3085, '1977-01-10 09:31:50', -20.717, -179.246, 653, 5.5, 'mb', 'usp0000m4u', 'Fiji region', 'earthquake\r'), +(3086, '1977-01-12 23:35:19', 1.577, 99.856, 178, 5.6, 'mb', 'usp0000m5c', 'northern Sumatra, Indonesia', 'earthquake\r'), +(3087, '1977-01-15 10:49:06', 12.96, 125.96, 33, 5.6, 'mb', 'usp0000m6a', 'Samar, Philippines', 'earthquake\r'), +(3088, '1977-01-15 10:55:47', 12.989, 125.927, 33, 5.5, 'mb', 'usp0000m6b', 'Samar, Philippines', 'earthquake\r'), +(3089, '1977-01-17 06:23:36', 26.677, 142.579, 33, 5.6, 'ms', 'usp0000m78', 'Bonin Islands, Japan region', 'earthquake\r'), +(3090, '1977-01-17 19:04:37', -14.874, -177.233, 36, 5.9, 'ms', 'usp0000m7k', 'Fiji region', 'earthquake\r'), +(3091, '1977-01-17 21:27:13', -24.848, -68.674, 33, 6.3, 'mb', 'usp0000m7m', 'Antofagasta, Chile', 'earthquake\r'), +(3092, '1977-01-18 05:41:50', -41.731, 174.25, 50, 6, 'ms', 'usp0000m7t', 'Cook Strait, New Zealand', 'earthquake\r'), +(3093, '1977-01-19 00:46:18', 37.022, 95.697, 33, 5.9, 'mb', 'usp0000m88', 'northern Qinghai, China', 'earthquake\r'), +(3094, '1977-01-19 13:54:05', 5.036, 126.553, 50, 5.9, 'ms', 'usp0000m8j', 'Mindanao, Philippines', 'earthquake\r'), +(3095, '1977-01-21 06:11:06', -18.014, -178.379, 604, 5.8, 'mb', 'usp0000m9n', 'Fiji region', 'earthquake\r'), +(3096, '1977-01-23 01:38:24', -13.379, 166.511, 39, 5.6, 'ms', 'usp0000maa', 'Vanuatu', 'earthquake\r'), +(3097, '1977-01-25 08:15:14', -15.917, 168.232, 266, 5.6, 'mb', 'usp0000mbj', 'Vanuatu', 'earthquake\r'), +(3098, '1977-01-25 10:31:05', -10.925, 164.66, 25, 5.7, 'mb', 'usp0000mbk', 'Santa Cruz Islands region', 'earthquake\r'), +(3099, '1977-01-27 13:59:45', -6.511, 152.776, 58, 5.7, 'mb', 'usp0000mcc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3100, '1977-01-28 18:00:52', -17.437, 168.694, 14, 5.6, 'ms', 'usp0000mcs', 'Vanuatu', 'earthquake\r'), +(3101, '1977-01-29 00:52:53', -5.215, 151.811, 55, 5.6, 'mb', 'usp0000mcx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3102, '1977-01-31 14:26:15', 40.04, 70.852, 20, 6.1, 'mb', 'usp0000me4', 'Kyrgyzstan', 'earthquake\r'), +(3103, '1977-02-03 10:38:23', 45.372, 150.439, 33, 5.5, 'mb', 'usp0000mf1', 'Kuril Islands', 'earthquake\r'), +(3104, '1977-02-04 07:46:34', -24.689, -63.362, 549, 6, 'mb', 'usp0000mfa', 'Salta, Argentina', 'earthquake\r'), +(3105, '1977-02-05 03:29:19', -66.448, -82.584, 33, 6.2, 'ms', 'usp0000mfp', 'southern Pacific Ocean', 'earthquake\r'), +(3106, '1977-02-06 03:09:14', -21.821, -175.259, 33, 5.7, 'ms', 'usp0000mfx', 'Tonga', 'earthquake\r'), +(3107, '1977-02-10 22:41:06', -60.933, -23.09, 33, 6.3, 'mb', 'usp0000mh3', 'South Sandwich Islands region', 'earthquake\r'), +(3108, '1977-02-13 04:07:15', 15.679, 119.155, 33, 5.7, 'mb', 'usp0000mhz', 'Luzon, Philippines', 'earthquake\r'), +(3109, '1977-02-13 13:06:51', -0.117, 125.063, 33, 5.8, 'mb', 'usp0000mj7', 'Molucca Sea', 'earthquake\r'), +(3110, '1977-02-16 00:49:31', 25.973, -26.258, 33, 5.5, 'mb', 'usp0000mk4', 'North Atlantic Ocean', 'earthquake\r'), +(3111, '1977-02-16 10:40:21', 0.496, 125.983, 33, 6.1, 'mb', 'usp0000mk9', 'Molucca Sea', 'earthquake\r'), +(3112, '1977-02-17 20:25:21', -45.48, -19.065, 33, 5.7, 'mb', 'usp0000mks', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3113, '1977-02-18 04:08:13', 41.409, 142.039, 5, 5.6, 'ms', 'usp0000mky', 'Hokkaido, Japan region', 'earthquake\r'), +(3114, '1977-02-18 20:51:30', 33.071, 140.817, 42, 6, 'mb', 'usp0000mm8', 'Izu Islands, Japan region', 'earthquake\r'), +(3115, '1977-02-19 07:53:23', -41.367, 80.643, 33, 6, 'ms', 'usp0000mmh', 'Mid-Indian Ridge', 'earthquake\r'), +(3116, '1977-02-19 22:34:04', 53.566, 170.032, 33, 6.7, 'ms', 'usp0000mmw', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3117, '1977-02-24 08:51:17', -11.686, -13.622, 33, 5.5, 'ms', 'usp0000mq4', 'Ascension Island region', 'earthquake\r'), +(3118, '1977-02-24 14:24:45', 17.241, -61.485, 33, 5.5, 'mb', 'usp0000mq7', 'Antigua and Barbuda region, Leeward Islands', 'earthquake\r'), +(3119, '1977-02-25 00:59:39', -6.277, 147.557, 49, 5.5, 'ms', 'usp0000mqf', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3120, '1977-02-25 01:18:53', -6.289, 147.529, 52, 5.9, 'ms', 'usp0000mqh', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3121, '1977-02-25 01:24:42', -6.327, 147.7, 58, 5.6, 'mb', 'usp0000mqj', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3122, '1977-02-28 01:50:32', 9.215, 126.12, 64, 5.7, 'mb', 'usp0000mrq', 'Mindanao, Philippines', 'earthquake\r'), +(3123, '1977-03-01 00:35:01', 6.867, 123.976, 45, 5.5, 'mb', 'usp0000ms1', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(3124, '1977-03-02 05:05:24', -16.374, 177.981, 33, 5.5, 'mb', 'usp0000msb', 'Fiji', 'earthquake\r'), +(3125, '1977-03-02 09:53:23', 6.772, 123.74, 52, 6.1, 'ms', 'usp0000mse', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(3126, '1977-03-04 19:21:54', 45.772, 26.761, 94, 7.5, 'mwc', 'usp0000mtc', 'Romania', 'earthquake\r'), +(3127, '1977-03-04 23:22:52', -1.68, 138.705, 33, 5.5, 'mb', 'usp0000mth', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(3128, '1977-03-06 12:47:18', -8.295, 123.601, 39, 5.7, 'ms', 'usp0000mty', 'Flores region, Indonesia', 'earthquake\r'), +(3129, '1977-03-08 08:07:20', -8.323, 156.229, 33, 5.8, 'ms', 'usp0000mum', 'Solomon Islands', 'earthquake\r'), +(3130, '1977-03-08 13:08:56', -11.961, -74.202, 41, 5.6, 'ms', 'usp0000mup', 'central Peru', 'earthquake\r'), +(3131, '1977-03-08 22:46:05', -12.056, -74.031, 14, 5.6, 'mb', 'usp0000muw', 'central Peru', 'earthquake\r'), +(3132, '1977-03-08 23:17:28', 0.451, 100.021, 22, 6, 'ms', 'usp0000mux', 'northern Sumatra, Indonesia', 'earthquake\r'), +(3133, '1977-03-09 14:27:54', 41.606, 130.878, 528, 5.9, 'mb', 'usp0000mv9', 'North Korea', 'earthquake\r'), +(3134, '1977-03-09 23:01:16', 2.594, 127.173, 59, 5.5, 'mb', 'usp0000mvc', 'Molucca Sea', 'earthquake\r'), +(3135, '1977-03-12 02:57:51', 23.743, -45.174, 33, 5.6, 'ms', 'usp0000mw0', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(3136, '1977-03-15 08:54:59', -4.953, 131.007, 41, 5.8, 'mb', 'usp0000mxe', 'Banda Sea', 'earthquake\r'), +(3137, '1977-03-15 19:55:43', -6.731, 154.963, 31, 5.8, 'ms', 'usp0000mxn', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3138, '1977-03-18 21:43:52', 16.773, 122.327, 37, 7, 'ms', 'usp0000myv', 'Luzon, Philippines', 'earthquake\r'), +(3139, '1977-03-19 02:32:49', -5.491, 152.199, 37, 5.6, 'mb', 'usp0000mz8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3140, '1977-03-19 10:56:25', 44.2, 148.196, 70, 6, 'mb', 'usp0000mzr', 'Kuril Islands', 'earthquake\r'), +(3141, '1977-03-19 13:00:24', 16.743, 122.458, 33, 5.5, 'mb', 'usp0000mzv', 'Luzon, Philippines', 'earthquake\r'), +(3142, '1977-03-19 19:35:08', 16.814, 122.354, 39, 5.8, 'ms', 'usp0000n00', 'Luzon, Philippines', 'earthquake\r'), +(3143, '1977-03-19 23:00:58', -21.932, -138.958, 0, 5.9, 'mb', 'usp0000n05', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(3144, '1977-03-21 06:57:44', 13.199, 145.28, 33, 5.6, 'ms', 'usp0000n0z', 'Guam region', 'earthquake\r'), +(3145, '1977-03-21 21:18:54', 27.609, 56.393, 29, 6.9, 'ms', 'usp0000n1c', 'southern Iran', 'earthquake\r'), +(3146, '1977-03-21 22:42:07', 27.602, 56.52, 36, 5.8, 'mb', 'usp0000n1k', 'southern Iran', 'earthquake\r'), +(3147, '1977-03-22 02:23:18', -33.604, 179.1, 336, 5.6, 'mb', 'usp0000n1r', 'south of the Kermadec Islands', 'earthquake\r'), +(3148, '1977-03-22 11:57:31', 27.579, 56.465, 39, 5.9, 'ms', 'usp0000n25', 'southern Iran', 'earthquake\r'), +(3149, '1977-03-23 02:11:15', 6.793, -73.045, 164, 5.5, 'mb', 'usp0000n2n', 'northern Colombia', 'earthquake\r'), +(3150, '1977-03-23 07:19:11', -14.466, -177.949, 33, 6.3, 'ms', 'usp0000n2s', 'Fiji region', 'earthquake\r'), +(3151, '1977-03-23 07:46:59', 27.651, 56.446, 54, 5.5, 'ms', 'usp0000n2t', 'southern Iran', 'earthquake\r'), +(3152, '1977-03-23 17:10:20', -14.427, -177.957, 2, 6, 'ms', 'usp0000n31', 'Fiji region', 'earthquake\r'), +(3153, '1977-03-23 23:51:16', 27.619, 56.586, 35, 5.8, 'mb', 'usp0000n38', 'southern Iran', 'earthquake\r'), +(3154, '1977-03-24 07:01:58', -6.761, 129.993, 35, 5.5, 'mb', 'usp0000n3g', 'Banda Sea', 'earthquake\r'), +(3155, '1977-03-26 04:36:15', 52.295, -168.257, 38, 6, 'ms', 'usp0000n4d', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3156, '1977-03-26 08:19:19', -18.585, -174.147, 93, 5.6, 'mb', 'usp0000n4k', 'Tonga', 'earthquake\r'), +(3157, '1977-04-01 08:34:37', -48.984, 124.611, 33, 5.8, 'mb', 'usp0000n7h', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(3158, '1977-04-01 13:36:25', 27.545, 56.329, 29, 6.2, 'mb', 'usp0000n7n', 'southern Iran', 'earthquake\r'), +(3159, '1977-04-02 06:46:17', -2.285, 125.231, 33, 5.8, 'mb', 'usp0000n80', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(3160, '1977-04-02 07:15:23', -16.696, -172.095, 33, 7.6, 'ms', 'usp0000n82', 'Samoa Islands region', 'earthquake\r'), +(3161, '1977-04-04 17:52:20', 7.301, -34.857, 33, 6, 'ms', 'usp0000n8u', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(3162, '1977-04-05 10:42:35', 12.01, 144.188, 17, 5.6, 'mb', 'usp0000n94', 'Guam region', 'earthquake\r'), +(3163, '1977-04-06 13:36:37', 31.983, 50.683, 41, 5.9, 'ms', 'usp0000n9n', 'western Iran', 'earthquake\r'), +(3164, '1977-04-07 11:54:37', -26.933, 26.656, 11, 5.5, 'mb', 'usp0000n9x', 'South Africa', 'earthquake\r'), +(3165, '1977-04-07 22:15:10', -6.407, 130.011, 118, 5.5, 'mb', 'usp0000na2', 'Banda Sea', 'earthquake\r'), +(3166, '1977-04-09 04:04:13', -10.015, -71.181, 564, 5.5, 'mb', 'usp0000naf', 'central Peru', 'earthquake\r'), +(3167, '1977-04-11 02:15:18', -52.287, 114.59, 33, 5.6, 'mb', 'usp0000nb9', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(3168, '1977-04-11 22:56:45', 23.183, 142.26, 33, 5.5, 'ms', 'usp0000nc2', 'Volcano Islands, Japan region', 'earthquake\r'), +(3169, '1977-04-13 12:45:42', 3.778, 126.756, 43, 5.7, 'mb', 'usp0000nd5', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(3170, '1977-04-16 04:01:41', 8.861, 123.387, 33, 5.5, 'mb', 'usp0000ne4', 'Mindanao, Philippines', 'earthquake\r'), +(3171, '1977-04-19 21:46:34', -5.544, 125.372, 526, 5.7, 'mb', 'usp0000nfs', 'Banda Sea', 'earthquake\r'), +(3172, '1977-04-20 15:21:46', -5.623, 148.343, 177, 5.7, 'mb', 'usp0000ng6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3173, '1977-04-20 20:04:29', 30.599, 137.484, 493, 5.5, 'mb', 'usp0000nga', 'Izu Islands, Japan region', 'earthquake\r'), +(3174, '1977-04-20 23:13:10', -9.828, 160.323, 33, 6.7, 'ms', 'usp0000ngd', 'Solomon Islands', 'earthquake\r'), +(3175, '1977-04-20 23:18:41', -9.898, 160.608, 33, 5.9, 'mb', 'usp0000nge', 'Solomon Islands', 'earthquake\r'), +(3176, '1977-04-20 23:42:51', -9.89, 160.348, 19, 7.5, 'ms', 'usp0000ngg', 'Solomon Islands', 'earthquake\r'), +(3177, '1977-04-20 23:49:13', -9.844, 160.822, 33, 7.5, 'ms', 'usp0000ngh', 'Solomon Islands', 'earthquake\r'), +(3178, '1977-04-20 23:56:18', -9.818, 160.291, 33, 5.7, 'mb', 'usp0000ngj', 'Solomon Islands', 'earthquake\r'), +(3179, '1977-04-21 00:02:49', -9.673, 160.132, 33, 6.1, 'mb', 'usp0000ngk', 'Solomon Islands', 'earthquake\r'), +(3180, '1977-04-21 00:05:28', -9.802, 160.21, 33, 5.5, 'mb', 'usp0000ngm', 'Solomon Islands', 'earthquake\r'), +(3181, '1977-04-21 00:44:34', -10.867, 158.217, 33, 5.7, 'mb', 'usp0000ngn', 'Solomon Islands', 'earthquake\r'), +(3182, '1977-04-21 01:07:10', -9.833, 160.177, 32, 5.5, 'mb', 'usp0000ngp', 'Solomon Islands', 'earthquake\r'), +(3183, '1977-04-21 01:20:33', -9.889, 159.953, 32, 5.5, 'mb', 'usp0000ngr', 'Solomon Islands', 'earthquake\r'), +(3184, '1977-04-21 01:45:50', 26.861, 142.44, 33, 6.2, 'ms', 'usp0000ngu', 'Bonin Islands, Japan region', 'earthquake\r'), +(3185, '1977-04-21 04:24:10', -9.965, 160.731, 33, 7.5, 'ms', 'usp0000nh4', 'Solomon Islands', 'earthquake\r'), +(3186, '1977-04-21 05:06:29', -10.148, 160.696, 33, 5.8, 'mb', 'usp0000nh7', 'Solomon Islands', 'earthquake\r'), +(3187, '1977-04-21 07:18:51', -10.245, 160.728, 33, 6, 'ms', 'usp0000nhd', 'Solomon Islands', 'earthquake\r'), +(3188, '1977-04-21 09:45:38', -10.276, 160.749, 33, 5.6, 'ms', 'usp0000nhk', 'Solomon Islands', 'earthquake\r'), +(3189, '1977-04-22 03:11:00', -10.168, 160.657, 51, 6, 'ms', 'usp0000njb', 'Solomon Islands', 'earthquake\r'), +(3190, '1977-04-22 05:26:36', -7.613, 119.013, 35, 5.6, 'mb', 'usp0000njd', 'Flores Sea', 'earthquake\r'), +(3191, '1977-04-22 23:11:48', -17.748, -178.276, 538, 5.5, 'mb', 'usp0000nk1', 'Fiji region', 'earthquake\r'), +(3192, '1977-05-01 08:35:30', -9.884, 160.652, 19, 5.5, 'mb', 'usp0000nqd', 'Solomon Islands', 'earthquake\r'), +(3193, '1977-05-01 18:39:24', -7.204, 154.394, 32, 5.6, 'mb', 'usp0000nqj', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3194, '1977-05-02 21:53:57', 7.186, 123.258, 24, 5.7, 'mb', 'usp0000nr0', 'Mindanao, Philippines', 'earthquake\r'), +(3195, '1977-05-10 22:28:32', -0.979, 127.347, 20, 5.6, 'mb', 'usp0000nu2', 'Halmahera, Indonesia', 'earthquake\r'), +(3196, '1977-05-11 03:22:25', 2, 126.882, 77, 5.7, 'mb', 'usp0000nu8', 'Molucca Sea', 'earthquake\r'), +(3197, '1977-05-12 11:17:53', 39.268, 117.708, 22, 5.8, 'mb', 'usp0000nur', 'Tianjin-Hebei border region, China', 'earthquake\r'), +(3198, '1977-05-12 12:20:01', 21.747, 92.99, 40, 5.7, 'ms', 'usp0000nus', 'Myanmar-Bangladesh border region', 'earthquake\r'), +(3199, '1977-05-13 11:13:31', 28.424, 139.502, 430, 5.8, 'mb', 'usp0000nvg', 'Bonin Islands, Japan region', 'earthquake\r'), +(3200, '1977-05-14 06:04:40', 1.487, -85.265, 33, 5.7, 'ms', 'usp0000nvx', 'off the coast of Ecuador', 'earthquake\r'), +(3201, '1977-05-14 06:58:50', 1.617, -85.263, 33, 5.5, 'ms', 'usp0000nvz', 'off the coast of Ecuador', 'earthquake\r'), +(3202, '1977-05-15 23:12:54', -19.131, -177.672, 499, 5.5, 'mb', 'usp0000nws', 'Fiji region', 'earthquake\r'), +(3203, '1977-05-20 18:02:46', 0.482, 134.924, 33, 5.6, 'mb', 'usp0000nyx', 'Papua region, Indonesia', 'earthquake\r'), +(3204, '1977-05-20 21:04:58', -23.867, -176.556, 48, 5.6, 'mb', 'usp0000nz1', 'south of the Fiji Islands', 'earthquake\r'), +(3205, '1977-05-20 22:51:14', -4.444, 101.975, 37, 5.7, 'mb', 'usp0000nz3', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3206, '1977-05-20 23:56:28', -10.218, 160.613, 33, 5.7, 'ms', 'usp0000nz5', 'Solomon Islands', 'earthquake\r'), +(3207, '1977-05-21 05:35:23', 15.699, 120.82, 189, 5.7, 'mb', 'usp0000nz9', 'Luzon, Philippines', 'earthquake\r'), +(3208, '1977-05-23 21:55:54', 0.665, 98.676, 40, 5.5, 'mb', 'usp0000p0b', 'Nias region, Indonesia', 'earthquake\r'), +(3209, '1977-05-24 07:46:14', 25.474, 142.512, 9, 5.7, 'mb', 'usp0000p0g', 'Volcano Islands, Japan region', 'earthquake\r'), +(3210, '1977-05-24 10:23:23', 18.814, 145.352, 207, 5.7, 'mb', 'usp0000p0j', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(3211, '1977-05-25 14:55:45', 4.237, 95.774, 56, 5.9, 'mb', 'usp0000p11', 'northern Sumatra, Indonesia', 'earthquake\r'), +(3212, '1977-05-28 05:51:48', -1.732, 120.52, 54, 5.9, 'mb', 'usp0000p2a', 'Sulawesi, Indonesia', 'earthquake\r'), +(3213, '1977-05-28 15:10:13', -64.944, 175.687, 33, 5.7, 'mb', 'usp0000p2j', 'Balleny Islands region', 'earthquake\r'), +(3214, '1977-05-29 02:56:58', 49.944, 78.846, 0, 5.6, 'mb', 'usp0000p2n', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3215, '1977-05-29 03:20:28', -34.692, -179.052, 33, 5.5, 'mb', 'usp0000p2p', 'south of the Kermadec Islands', 'earthquake\r'), +(3216, '1977-05-30 15:16:02', 52.428, -169.707, 33, 6, 'ms', 'usp0000p3a', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3217, '1977-05-31 14:47:59', -11.814, 166.505, 138, 5.6, 'mb', 'usp0000p3t', 'Santa Cruz Islands', 'earthquake\r'), +(3218, '1977-06-01 12:54:49', 36.243, 31.344, 67, 5.7, 'mb', 'usp0000p46', 'western Turkey', 'earthquake\r'), +(3219, '1977-06-03 02:31:05', 36.436, 70.762, 210, 5.5, 'mb', 'usp0000p4v', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(3220, '1977-06-05 02:46:06', -23.865, -70.155, 32, 5.6, 'mb', 'usp0000p58', 'Antofagasta, Chile', 'earthquake\r'), +(3221, '1977-06-05 04:45:08', 32.636, 48.086, 40, 5.8, 'ms', 'usp0000p59', 'western Iran', 'earthquake\r'), +(3222, '1977-06-08 14:25:47', 38.539, 141.485, 78, 5.5, 'mb', 'usp0000p76', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3223, '1977-06-10 14:48:16', -4.95, 130.095, 33, 5.5, 'mb', 'usp0000p83', 'Banda Sea', 'earthquake\r'), +(3224, '1977-06-11 02:11:35', -3.195, 130.701, 12, 5.5, 'mb', 'usp0000p88', 'Seram, Indonesia', 'earthquake\r'), +(3225, '1977-06-13 10:08:48', -18.525, -174.057, 41, 5.5, 'mb', 'usp0000p9e', 'Tonga', 'earthquake\r'), +(3226, '1977-06-13 11:47:41', 13.309, 124.645, 35, 5.6, 'mb', 'usp0000p9f', 'Catanduanes, Philippines', 'earthquake\r'), +(3227, '1977-06-14 21:39:35', -14.12, -14.433, 33, 6, 'mb', 'usp0000pa2', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3228, '1977-06-17 02:29:10', -19.876, -179.098, 690, 5.7, 'mb', 'usp0000pb0', 'Fiji region', 'earthquake\r'), +(3229, '1977-08-21 19:35:06', -29.974, -177.909, 59, 5.7, 'mb', 'usp0000q8q', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3230, '1977-06-17 14:45:09', 19.043, 145.689, 108, 5.6, 'mb', 'usp0000pb9', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(3231, '1977-06-18 20:38:47', -13.72, -14.606, 33, 5.5, 'mb', 'usp0000pc6', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3232, '1977-06-18 22:10:50', -9.766, 159.672, 11, 5.7, 'ms', 'usp0000pc8', 'Solomon Islands', 'earthquake\r'), +(3233, '1977-06-19 07:32:14', 4.652, 124.933, 271, 5.7, 'mb', 'usp0000pcc', 'Celebes Sea', 'earthquake\r'), +(3234, '1977-06-19 11:47:23', 47.15, 151.093, 149, 5.6, 'mb', 'usp0000pcf', 'Kuril Islands', 'earthquake\r'), +(3235, '1977-06-22 12:08:33', -22.878, -175.9, 65, 6.8, 'mb', 'usp0000pdx', 'Tonga region', 'earthquake\r'), +(3236, '1977-06-24 00:30:21', -22.892, -175.944, 33, 5.5, 'mb', 'usp0000pen', 'Tonga region', 'earthquake\r'), +(3237, '1977-06-24 16:20:30', -2.268, 100.833, 53, 5.5, 'mb', 'usp0000pf3', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(3238, '1977-06-25 06:39:18', -4.6, 102.234, 47, 5.5, 'mb', 'usp0000pfa', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3239, '1977-06-28 15:38:37', 22.562, -45.124, 33, 5.6, 'ms', 'usp0000phb', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(3240, '1977-06-28 16:18:15', 22.65, -45.139, 33, 5.7, 'ms', 'usp0000phc', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(3241, '1977-06-28 19:18:36', 22.615, -45.111, 33, 6, 'ms', 'usp0000phf', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(3242, '1977-06-28 22:02:43', -0.061, 125.058, 33, 5.6, 'mb', 'usp0000phn', 'Molucca Sea', 'earthquake\r'), +(3243, '1977-06-29 07:24:25', -7.599, 127.654, 58, 6, 'mb', 'usp0000pht', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(3244, '1977-07-02 00:55:09', -9.954, 160.535, 16, 5.8, 'ms', 'usp0000pjx', 'Solomon Islands', 'earthquake\r'), +(3245, '1977-07-03 14:39:14', 1.435, 126.435, 51, 5.9, 'mb', 'usp0000pkg', 'Molucca Sea', 'earthquake\r'), +(3246, '1977-07-06 04:42:24', 5.278, -82.651, 33, 5.5, 'ms', 'usp0000pmg', 'south of Panama', 'earthquake\r'), +(3247, '1977-07-06 11:28:32', -21.068, -178.574, 594, 5.8, 'mb', 'usp0000pmk', 'Fiji region', 'earthquake\r'), +(3248, '1977-07-08 08:48:05', -5.806, 154.579, 127, 5.8, 'mb', 'usp0000pmy', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3249, '1977-07-09 13:28:33', -7.41, 129.737, 167, 5.6, 'mb', 'usp0000png', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(3250, '1977-07-09 13:29:24', 5.064, 127.334, 128, 5.5, 'mb', 'usp0000pnh', 'Philippine Islands region', 'earthquake\r'), +(3251, '1977-07-09 16:44:09', -22.455, -175.1, 33, 5.5, 'mb', 'usp0000pnk', 'Tonga region', 'earthquake\r'), +(3252, '1977-07-10 01:42:37', -56.115, -27.558, 122, 6.1, 'mb', 'usp0000pns', 'South Sandwich Islands region', 'earthquake\r'), +(3253, '1977-07-10 02:37:15', -19.128, 168.407, 12, 5.5, 'ms', 'usp0000pnu', 'Vanuatu', 'earthquake\r'), +(3254, '1977-07-10 19:49:45', -6.3, 131.05, 33, 5.7, 'mb', 'usp0000pp7', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(3255, '1977-07-11 22:39:52', 0.505, 134.96, 33, 5.6, 'mb', 'usp0000ppm', 'Papua region, Indonesia', 'earthquake\r'), +(3256, '1977-07-13 08:09:16', 29.88, 67.454, 10, 5.5, 'ms', 'usp0000pq5', 'Pakistan', 'earthquake\r'), +(3257, '1977-07-14 05:49:09', 40.316, 63.682, 33, 5.5, 'mb', 'usp0000pqk', 'western Uzbekistan', 'earthquake\r'), +(3258, '1977-07-15 02:12:54', 24.051, 122.214, 33, 5.7, 'ms', 'usp0000pr3', 'Taiwan region', 'earthquake\r'), +(3259, '1977-07-15 04:46:09', -29.393, -112.301, 33, 5.6, 'ms', 'usp0000pr6', 'Easter Island region', 'earthquake\r'), +(3260, '1977-07-16 23:38:21', -27.456, -176.713, 33, 5.5, 'mb', 'usp0000pry', 'Kermadec Islands region', 'earthquake\r'), +(3261, '1977-07-17 10:26:19', -62.89, 168.219, 33, 5.6, 'mb', 'usp0000ps3', 'Balleny Islands region', 'earthquake\r'), +(3262, '1977-07-21 11:53:23', -53.863, 158.602, 33, 6.7, 'ms', 'usp0000ptq', 'Macquarie Island region', 'earthquake\r'), +(3263, '1977-07-21 12:34:29', -53.722, 159.594, 33, 5.6, 'mb', 'usp0000ptr', 'Macquarie Island region', 'earthquake\r'), +(3264, '1977-07-21 13:45:54', 16.882, 122.361, 33, 6.9, 'ms', 'usp0000pts', 'Luzon, Philippines', 'earthquake\r'), +(3265, '1977-07-22 07:37:19', -5.258, 153.542, 57, 5.5, 'mb', 'usp0000pua', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(3266, '1977-07-22 17:16:40', -33.797, -179.72, 31, 6, 'mb', 'usp0000pue', 'south of the Kermadec Islands', 'earthquake\r'), +(3267, '1977-07-24 06:22:51', -15.339, -173.152, 33, 6.2, 'ms', 'usp0000pux', 'Tonga', 'earthquake\r'), +(3268, '1977-07-29 11:15:45', -8.031, 155.538, 33, 7.2, 'ms', 'usp0000px4', 'Solomon Islands', 'earthquake\r'), +(3269, '1977-08-01 05:56:11', 6.537, 123.769, 36, 5.6, 'mb', 'usp0000pya', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(3270, '1977-08-01 13:32:49', -20.494, 169.623, 108, 5.5, 'mb', 'usp0000pye', 'Vanuatu', 'earthquake\r'), +(3271, '1977-08-04 01:11:11', -56.013, -27.788, 112, 6.1, 'mb', 'usp0000pz9', 'South Sandwich Islands region', 'earthquake\r'), +(3272, '1977-08-07 01:45:09', -12.371, 166.295, 36, 5.7, 'ms', 'usp0000q0c', 'Santa Cruz Islands', 'earthquake\r'), +(3273, '1977-08-07 07:08:06', 8.554, -82.751, 33, 5.7, 'ms', 'usp0000q0g', 'Panama-Costa Rica border region', 'earthquake\r'), +(3274, '1977-08-08 12:58:45', -10.567, 161.333, 32, 5.8, 'mb', 'usp0000q10', 'Solomon Islands', 'earthquake\r'), +(3275, '1977-08-10 07:07:27', -8.172, 107.644, 52, 5.7, 'mb', 'usp0000q1k', 'Java, Indonesia', 'earthquake\r'), +(3276, '1977-08-11 01:42:48', -17.564, -174.37, 57, 6.3, 'mb', 'usp0000q1v', 'Tonga', 'earthquake\r'), +(3277, '1977-08-12 00:07:52', -6.533, 155.011, 58, 5.9, 'mb', 'usp0000q22', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3278, '1977-08-12 21:45:37', -9.244, 148.28, 33, 5.5, 'mb', 'usp0000q2e', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3279, '1977-08-14 19:03:44', -22.752, -12.752, 33, 5.7, 'ms', 'usp0000q3d', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3280, '1977-08-14 19:04:20', -22.745, -12.703, 33, 5.6, 'mb', 'usp0000q3e', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3281, '1977-08-14 21:38:52', -7.763, 107.567, 33, 5.7, 'ms', 'usp0000q3f', 'Java, Indonesia', 'earthquake\r'), +(3282, '1977-08-16 06:15:17', -19.28, 167.655, 12, 5.5, 'mb', 'usp0000q49', 'Vanuatu region', 'earthquake\r'), +(3283, '1977-08-18 11:59:41', 46.632, 153.706, 33, 5.7, 'mb', 'usp0000q5j', 'Kuril Islands', 'earthquake\r'), +(3284, '1977-08-19 05:08:42', -11.145, 118.388, 33, 6.1, 'mb', 'usp0000q61', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3285, '1977-08-19 06:08:55', -11.164, 118.378, 25, 8.3, 'mw', 'iscgem694739', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3286, '1977-08-19 06:43:31', -10.566, 118.386, 33, 6.1, 'mb', 'usp0000q64', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3287, '1977-08-19 07:38:05', -10.192, 117.412, 33, 5.5, 'mb', 'usp0000q66', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3288, '1977-08-19 11:33:28', -11.018, 118.728, 33, 5.6, 'mb', 'usp0000q6d', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3289, '1977-08-19 13:23:37', -10.803, 119.174, 33, 5.8, 'mb', 'usp0000q6g', 'Sumba region, Indonesia', 'earthquake\r'), +(3290, '1977-08-19 19:39:00', -10.803, 119.142, 33, 5.8, 'mb', 'usp0000q6w', 'Sumba region, Indonesia', 'earthquake\r'), +(3291, '1977-08-19 20:20:19', -10.926, 119.148, 33, 5.8, 'mb', 'usp0000q6x', 'Sumba region, Indonesia', 'earthquake\r'), +(3292, '1977-08-19 21:35:03', -10.885, 119.229, 33, 5.8, 'mb', 'usp0000q6z', 'Sumba region, Indonesia', 'earthquake\r'), +(3293, '1977-08-20 02:46:12', 16.612, -86.852, 14, 5.7, 'ms', 'usp0000q73', 'offshore Honduras', 'earthquake\r'), +(3294, '1977-08-20 03:51:55', 16.7, -86.606, 36, 5.9, 'ms', 'usp0000q75', 'offshore Honduras', 'earthquake\r'), +(3295, '1977-08-20 03:58:41', -10.913, 119.053, 33, 5.8, 'mb', 'usp0000q76', 'Sumba region, Indonesia', 'earthquake\r'), +(3296, '1977-08-20 04:20:31', -11.099, 118.24, 33, 6, 'ms', 'usp0000q77', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3297, '1977-08-20 09:21:50', -11.108, 119.127, 33, 5.8, 'ms', 'usp0000q7d', 'south of Sumba, Indonesia', 'earthquake\r'), +(3298, '1977-08-20 19:16:33', -11.039, 119.135, 33, 6.1, 'ms', 'usp0000q7q', 'south of Sumba, Indonesia', 'earthquake\r'), +(3299, '1977-08-21 05:19:34', 35.241, 141.115, 42, 5.5, 'mb', 'usp0000q84', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3300, '1977-08-21 15:36:49', -11.186, 119.144, 33, 5.7, 'mb', 'usp0000q8j', 'south of Sumba, Indonesia', 'earthquake\r'), +(3301, '1978-05-01 06:06:57', -19.25, -177.498, 578, 5.5, 'mb', 'usp0000ubp', 'Fiji region', 'earthquake\r'), +(3302, '1977-08-21 20:29:42', -10.858, 119.221, 33, 5.6, 'mb', 'usp0000q8r', 'Sumba region, Indonesia', 'earthquake\r'), +(3303, '1977-08-21 20:37:46', -10.734, 119.142, 33, 5.5, 'mb', 'usp0000q8s', 'Sumba region, Indonesia', 'earthquake\r'), +(3304, '1977-08-23 10:24:12', -11.394, 117.664, 33, 5.7, 'mb', 'usp0000q9k', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3305, '1977-08-24 09:42:01', -11.298, 118.137, 33, 5.6, 'mb', 'usp0000qa2', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3306, '1977-08-25 18:05:11', -10.743, 119.268, 33, 6.1, 'mb', 'usp0000qat', 'Sumba region, Indonesia', 'earthquake\r'), +(3307, '1977-08-25 18:09:10', -10.443, 119.072, 33, 6.1, 'mb', 'usp0000qau', 'Sumba region, Indonesia', 'earthquake\r'), +(3308, '1977-08-25 21:40:12', -10.808, 119.284, 33, 5.5, 'ms', 'usp0000qaz', 'Sumba region, Indonesia', 'earthquake\r'), +(3309, '1977-08-25 23:11:59', -10.057, 118.355, 33, 5.5, 'mb', 'usp0000qb3', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3310, '1977-08-26 08:26:38', -10.667, 119.301, 33, 5.7, 'ms', 'usp0000qba', 'Sumba region, Indonesia', 'earthquake\r'), +(3311, '1977-08-26 19:50:01', -59.426, -20.508, 33, 7.1, 'ms', 'usp0000qbd', 'east of the South Sandwich Islands', 'earthquake\r'), +(3312, '1977-08-26 22:54:44', 0.152, 123.067, 140, 5.6, 'mb', 'usp0000qbf', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(3313, '1977-08-27 07:12:23', -8.062, 125.3, 25, 6.8, 'ms', 'usp0000qbn', 'East Timor region', 'earthquake\r'), +(3314, '1977-08-27 07:35:27', -8.277, 125.047, 33, 5.5, 'mb', 'usp0000qbp', 'East Timor region', 'earthquake\r'), +(3315, '1977-08-27 10:42:32', -8.289, 125.1, 33, 5.5, 'mb', 'usp0000qbu', 'East Timor region', 'earthquake\r'), +(3316, '1977-08-28 14:11:30', -29.062, -177.148, 44, 5.5, 'ms', 'usp0000qcc', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3317, '1977-08-28 20:10:05', -1.081, 146.23, 33, 5.5, 'ms', 'usp0000qch', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(3318, '1977-08-29 14:23:41', 17.441, 119.869, 12, 6.2, 'ms', 'usp0000qcw', 'Philippine Islands region', 'earthquake\r'), +(3319, '1977-08-30 14:33:31', 33.496, 141.207, 33, 5.6, 'mb', 'usp0000qde', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(3320, '1977-08-30 21:10:54', -10.976, 119.123, 33, 5.5, 'mb', 'usp0000qdr', 'Sumba region, Indonesia', 'earthquake\r'), +(3321, '1977-08-31 00:42:05', 7.335, -76.298, 33, 6.4, 'ms', 'usp0000qdu', 'northern Colombia', 'earthquake\r'), +(3322, '1977-09-01 02:59:58', 73.376, 54.581, 0, 5.7, 'mb', 'usp0000qem', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(3323, '1977-09-01 13:13:44', -11.739, 117.467, 33, 5.6, 'mb', 'usp0000qeq', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3324, '1977-09-02 05:41:46', 26.408, 126.408, 97, 5.6, 'mb', 'usp0000qf3', 'Ryukyu Islands, Japan', 'earthquake\r'), +(3325, '1977-09-02 10:36:28', -11.04, 119.149, 33, 6, 'mb', 'usp0000qf8', 'south of Sumba, Indonesia', 'earthquake\r'), +(3326, '1977-09-04 08:48:39', -13.682, 166.706, 33, 6.5, 'ms', 'usp0000qfz', 'Vanuatu', 'earthquake\r'), +(3327, '1977-09-04 15:40:57', 51.207, 178.388, 34, 6.4, 'ms', 'usp0000qg0', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3328, '1977-09-04 16:39:49', 33.306, 140.661, 17, 5.6, 'mb', 'usp0000qg5', 'Izu Islands, Japan region', 'earthquake\r'), +(3329, '1977-09-04 17:10:31', 51.096, 178.265, 31, 6.4, 'ms', 'usp0000qg8', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3330, '1977-09-04 17:16:16', 51.261, 178.402, 33, 5.5, 'mb', 'usp0000qg9', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3331, '1977-09-04 17:24:43', 51.144, 177.954, 8, 6.6, 'ms', 'usp0000qga', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3332, '1977-09-04 23:20:45', 51.179, 178.249, 41, 5.5, 'mb', 'usp0000qgk', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3333, '1977-09-05 03:02:58', 50.092, 78.961, 0, 5.9, 'mb', 'usp0000qgv', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3334, '1977-09-05 10:05:20', 3.125, 128.009, 62, 5.5, 'mb', 'usp0000qgy', 'north of Halmahera, Indonesia', 'earthquake\r'), +(3335, '1977-09-05 11:17:00', -11.127, 118.256, 33, 5.7, 'mb', 'usp0000qh0', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3336, '1977-09-06 04:33:28', -10.351, 161.05, 61, 5.5, 'mb', 'usp0000qhd', 'Solomon Islands', 'earthquake\r'), +(3337, '1977-09-06 05:00:39', 1.589, 126.447, 64, 5.5, 'mb', 'usp0000qhe', 'Molucca Sea', 'earthquake\r'), +(3338, '1977-09-06 08:52:30', -6.074, 143.085, 33, 5.6, 'ms', 'usp0000qhg', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(3339, '1977-09-07 01:19:24', -11.102, 119.508, 33, 5.5, 'mb', 'usp0000qhw', 'south of Sumba, Indonesia', 'earthquake\r'), +(3340, '1977-09-07 04:53:01', -1.6, 127.504, 59, 5.6, 'mb', 'usp0000qj0', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(3341, '1977-09-09 05:34:28', -11.223, 119.356, 33, 5.5, 'mb', 'usp0000qjj', 'south of Sumba, Indonesia', 'earthquake\r'), +(3342, '1977-09-10 10:21:12', 13.947, -91.681, 78, 5.6, 'mb', 'usp0000qjx', 'offshore Guatemala', 'earthquake\r'), +(3343, '1977-09-10 13:39:02', -6.572, 107.088, 105, 5.9, 'mb', 'usp0000qjy', 'Java, Indonesia', 'earthquake\r'), +(3344, '1977-09-11 14:08:05', -15.389, -173.214, 33, 5.6, 'ms', 'usp0000qk8', 'Tonga', 'earthquake\r'), +(3345, '1977-09-11 14:12:30', -15.397, -173.295, 33, 5.6, 'ms', 'usp0000qk9', 'Tonga', 'earthquake\r'), +(3346, '1977-09-11 23:19:24', 35.048, 23.029, 33, 6, 'ms', 'usp0000qkc', 'Crete, Greece', 'earthquake\r'), +(3347, '1977-09-13 00:21:53', -15.454, -173.289, 33, 6, 'ms', 'usp0000qmb', 'Tonga', 'earthquake\r'), +(3348, '1977-09-14 14:51:04', -56.38, -25.661, 38, 5.9, 'ms', 'usp0000qnc', 'South Sandwich Islands region', 'earthquake\r'), +(3349, '1977-09-16 06:30:12', -11.309, 118.053, 33, 5.5, 'mb', 'usp0000qp4', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3350, '1977-09-17 05:23:30', 11.772, 143.127, 33, 6.1, 'ms', 'usp0000qpk', 'south of the Mariana Islands', 'earthquake\r'), +(3351, '1977-09-17 05:25:06', 30.878, 56.63, 33, 5.6, 'ms', 'usp0000qpm', 'central Iran', 'earthquake\r'), +(3352, '1977-09-17 08:20:09', -56.531, -25.745, 82, 5.6, 'mb', 'usp0000qpq', 'South Sandwich Islands region', 'earthquake\r'), +(3353, '1977-09-18 09:46:10', -13.575, 166.747, 73, 5.5, 'mb', 'usp0000qq5', 'Vanuatu', 'earthquake\r'), +(3354, '1977-09-19 05:13:09', -1.984, 126.627, 33, 5.9, 'ms', 'usp0000qqe', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(3355, '1977-09-19 12:49:46', -16.372, 178.026, 22, 5.5, 'mb', 'usp0000qqp', 'Fiji', 'earthquake\r'), +(3356, '1977-09-21 09:28:00', -23.5, -175.228, 15, 5.5, 'mb', 'usp0000qrh', 'Tonga region', 'earthquake\r'), +(3357, '1977-09-21 13:15:57', 20.033, -109.154, 33, 5.7, 'mb', 'usp0000qrm', 'Revilla Gigedo Islands region', 'earthquake\r'), +(3358, '1977-09-21 21:01:44', 51.754, 155.208, 231, 5.6, 'mb', 'usp0000qru', 'northwest of the Kuril Islands', 'earthquake\r'), +(3359, '1977-09-23 05:57:56', -11.206, 118.217, 33, 6, 'mb', 'usp0000qse', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3360, '1977-09-23 20:45:56', -5.758, 128.828, 309, 5.5, 'mb', 'usp0000qsj', 'Banda Sea', 'earthquake\r'), +(3361, '1977-09-25 18:31:39', -11.298, 117.245, 33, 5.6, 'mb', 'usp0000qt4', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3362, '1977-09-26 04:56:57', -60.039, 150.585, 33, 5.7, 'ms', 'usp0000qta', 'west of Macquarie Island', 'earthquake\r'), +(3363, '1977-09-28 12:12:10', -21.517, -174.23, 33, 5.6, 'mb', 'usp0000qua', 'Tonga', 'earthquake\r'), +(3364, '1977-09-28 17:49:41', -11.336, 118.021, 33, 5.5, 'mb', 'usp0000qud', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3365, '1977-09-30 21:22:58', -16.041, -172.925, 33, 5.5, 'ms', 'usp0000qv4', 'Samoa Islands region', 'earthquake\r'), +(3366, '1977-10-01 12:52:31', -10.078, 117.497, 33, 5.6, 'mb', 'usp0000qv9', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3367, '1977-10-02 13:02:57', 11.573, 121.567, 33, 5.6, 'ms', 'usp0000qvs', 'Panay, Philippines', 'earthquake\r'), +(3368, '1977-10-03 22:44:52', 0.482, 98.733, 13, 5.5, 'mb', 'usp0000qwa', 'Nias region, Indonesia', 'earthquake\r'), +(3369, '1977-10-05 05:34:47', 40.963, 33.411, 33, 5.8, 'ms', 'usp0000qwy', 'central Turkey', 'earthquake\r'), +(3370, '1977-10-05 10:27:46', -29.011, -176.894, 56, 5.7, 'ms', 'usp0000qx0', 'Kermadec Islands region', 'earthquake\r'), +(3371, '1977-10-05 14:15:24', -18.58, -177.719, 573, 5.6, 'mb', 'usp0000qx3', 'Fiji region', 'earthquake\r'), +(3372, '1977-10-05 18:04:12', -11.483, 117.383, 33, 5.5, 'mb', 'usp0000qx5', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3373, '1977-10-05 18:51:10', -11.191, 117.167, 33, 5.6, 'mb', 'usp0000qx6', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3374, '1977-10-07 04:45:43', -9.965, 117.327, 33, 5.7, 'mb', 'usp0000qxp', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3375, '1977-10-07 05:39:37', -10.081, 117.656, 33, 5.6, 'mb', 'usp0000qxq', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3376, '1977-10-07 12:10:44', -9.952, 117.319, 33, 6.3, 'ms', 'usp0000qxw', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3377, '1977-10-07 14:38:37', -11.265, 119.346, 33, 5.5, 'mb', 'usp0000qxz', 'south of Sumba, Indonesia', 'earthquake\r'), +(3378, '1977-10-07 17:01:13', -9.932, 117.318, 33, 5.6, 'ms', 'usp0000qy3', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3379, '1977-10-07 17:36:46', -9.845, 117.262, 33, 5.8, 'ms', 'usp0000qy4', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3380, '1977-10-07 19:04:17', -10.008, 117.158, 33, 5.7, 'mb', 'usp0000qy7', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3381, '1977-10-07 21:36:11', -9.916, 117.29, 33, 5.8, 'mb', 'usp0000qya', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3382, '1977-10-07 22:47:04', -9.893, 117.38, 33, 5.7, 'ms', 'usp0000qyb', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3383, '1977-10-07 23:23:47', -9.998, 117.146, 33, 5.5, 'mb', 'usp0000qyd', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3384, '1977-10-08 03:03:52', -9.515, -74.658, 129, 5.5, 'mb', 'usp0000qyh', 'central Peru', 'earthquake\r'), +(3385, '1977-10-08 21:06:53', 13.328, 124.486, 32, 5.5, 'ms', 'usp0000qyw', 'Catanduanes, Philippines', 'earthquake\r'), +(3386, '1977-10-09 10:03:22', -9.925, 117.29, 33, 5.6, 'mb', 'usp0000qz2', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3387, '1977-10-09 16:57:04', -9.995, 117.51, 33, 5.6, 'mb', 'usp0000qz8', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3388, '1977-10-10 11:53:54', -25.856, -175.406, 33, 7.2, 'ms', 'usp0000qzg', 'south of Tonga', 'earthquake\r'), +(3389, '1977-10-12 01:22:09', -11.165, 119.379, 33, 5.6, 'mb', 'usp0000r08', 'south of Sumba, Indonesia', 'earthquake\r'), +(3390, '1977-10-13 00:39:36', -54.515, 144.721, 33, 5.7, 'ms', 'usp0000r0u', 'west of Macquarie Island', 'earthquake\r'), +(3391, '1977-10-14 04:55:35', -15.723, -173.046, 33, 5.9, 'mb', 'usp0000r1g', 'Tonga', 'earthquake\r'), +(3392, '1977-10-14 12:29:14', -15.371, 167.411, 125, 5.7, 'mb', 'usp0000r1n', 'Vanuatu', 'earthquake\r'), +(3393, '1977-10-14 16:46:52', -39.752, -15.941, 33, 5.5, 'mb', 'usp0000r1q', 'Tristan da Cunha region', 'earthquake\r'), +(3394, '1977-10-16 01:59:37', 47.053, 153.908, 33, 5.6, 'ms', 'usp0000r23', 'Kuril Islands', 'earthquake\r'), +(3395, '1977-10-16 13:14:05', -30.058, -176.853, 20, 5.7, 'ms', 'usp0000r2d', 'Kermadec Islands region', 'earthquake\r'), +(3396, '1977-10-16 21:09:18', -9.733, 117.118, 33, 5.8, 'ms', 'usp0000r2m', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3397, '1977-10-16 21:22:09', -9.752, 117.155, 33, 5.5, 'mb', 'usp0000r2n', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3398, '1977-10-17 10:41:09', -0.949, 126.892, 70, 5.6, 'mb', 'usp0000r2y', 'Molucca Sea', 'earthquake\r'), +(3399, '1977-10-17 17:26:40', -27.914, 173.084, 33, 6.7, 'ms', 'usp0000r34', 'north of New Zealand', 'earthquake\r'), +(3400, '1977-10-19 02:21:40', -20.747, -173.957, 33, 5.5, 'ms', 'usp0000r3v', 'Tonga', 'earthquake\r'), +(3401, '1977-10-19 06:35:11', 27.794, 54.879, 33, 5.6, 'mb', 'usp0000r3z', 'southern Iran', 'earthquake\r'), +(3402, '1977-10-19 22:39:34', 22.608, 121.614, 158, 5.5, 'mb', 'usp0000r4k', 'Taiwan region', 'earthquake\r'), +(3403, '1977-10-20 13:16:17', 2.429, 128.419, 76, 5.5, 'mb', 'usp0000r55', 'Halmahera, Indonesia', 'earthquake\r'), +(3404, '1977-10-21 11:48:34', -10.402, 117.667, 33, 5.7, 'mb', 'usp0000r5q', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3405, '1977-10-22 17:57:17', -27.952, -62.972, 614, 6.1, 'mb', 'usp0000r6a', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(3406, '1977-10-23 10:31:53', -21.486, 170.3, 89, 5.6, 'mb', 'usp0000r6m', 'southeast of the Loyalty Islands', 'earthquake\r'), +(3407, '1977-10-25 06:50:45', -9.693, 117.221, 33, 5.6, 'mb', 'usp0000r79', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3408, '1977-10-26 02:20:35', -15.565, -177.289, 33, 5.5, 'ms', 'usp0000r7p', 'Fiji region', 'earthquake\r'), +(3409, '1977-10-26 11:20:16', -15.55, -177.395, 41, 5.7, 'ms', 'usp0000r7t', 'Fiji region', 'earthquake\r'), +(3410, '1977-10-26 15:10:59', 51.146, 178.327, 33, 5.6, 'mb', 'usp0000r7w', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3411, '1977-10-29 03:06:58', 49.841, 78.174, 0, 5.5, 'mb', 'usp0000r98', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3412, '1977-10-29 03:07:03', 50.059, 78.907, 0, 5.6, 'mb', 'usp0000r99', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3413, '1977-10-29 08:05:06', -6.392, 154.699, 72, 5.5, 'mb', 'usp0000r9c', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3414, '1977-10-29 20:15:45', -6.22, 146.637, 106, 5.9, 'mb', 'usp0000r9p', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3415, '1977-10-30 01:50:59', -10.213, 118.729, 33, 5.7, 'mb', 'usp0000r9v', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3416, '1977-10-30 06:25:30', -20.418, -178.572, 600, 5.6, 'mb', 'usp0000ra0', 'Fiji region', 'earthquake\r'), +(3417, '1977-10-30 12:53:23', -14.871, 166.95, 103, 5.6, 'mb', 'usp0000ra3', 'Vanuatu', 'earthquake\r'), +(3418, '1977-10-31 08:14:10', -11.437, 118.225, 33, 6.3, 'mb', 'usp0000raj', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3419, '1977-11-02 14:47:57', -10.08, -74.761, 48, 5.5, 'mb', 'usp0000rbf', 'central Peru', 'earthquake\r'), +(3420, '1977-11-04 09:52:56', 51.659, -175.952, 33, 6.7, 'ms', 'usp0000rc6', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3421, '1977-11-05 06:02:58', -10.108, 161, 70, 5.6, 'mb', 'usp0000rct', 'Solomon Islands', 'earthquake\r'), +(3422, '1977-11-05 14:44:03', 51.544, -175.546, 33, 5.6, 'ms', 'usp0000rcy', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3423, '1977-11-06 17:17:44', 0.192, 123.28, 33, 5.5, 'mb', 'usp0000rdc', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(3424, '1977-11-07 22:57:16', -7.153, 156.089, 75, 5.7, 'mb', 'usp0000rdu', 'Solomon Islands', 'earthquake\r'), +(3425, '1977-11-08 14:59:10', 47.391, 154.306, 33, 5.5, 'mb', 'usp0000re3', 'Kuril Islands', 'earthquake\r'), +(3426, '1977-11-17 15:20:44', -55.96, -27.857, 127, 5.6, 'mb', 'usp0000rjn', 'South Sandwich Islands region', 'earthquake\r'), +(3427, '1977-11-17 17:18:29', -5.987, 104.841, 66, 5.5, 'mb', 'usp0000rjp', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3428, '1977-11-17 17:20:33', 33.637, 139.874, 112, 5.5, 'mb', 'usp0000rjq', 'Izu Islands, Japan region', 'earthquake\r'), +(3429, '1977-11-18 05:20:11', 32.693, 88.388, 33, 6.5, 'ms', 'usp0000rk7', 'western Xizang', 'earthquake\r'), +(3430, '1977-11-18 10:17:41', -4.353, 102.022, 33, 5.9, 'ms', 'usp0000rka', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3431, '1977-11-19 00:42:47', -56.03, -27.832, 141, 5.5, 'mb', 'usp0000rku', 'South Sandwich Islands region', 'earthquake\r'), +(3432, '1977-11-21 02:50:03', 29.269, -112.97, 33, 5.6, 'ms', 'usp0000rmv', 'Sonora, Mexico', 'earthquake\r'), +(3433, '1977-11-21 11:39:40', 6.83, 123.576, 601, 5.8, 'mb', 'usp0000rmz', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(3434, '1977-11-22 15:56:44', -10.231, 161.126, 92, 5.9, 'mb', 'usp0000rnn', 'Solomon Islands', 'earthquake\r'), +(3435, '1977-11-22 16:46:41', -6.513, 129.442, 33, 5.6, 'mb', 'usp0000rnp', 'Banda Sea', 'earthquake\r'), +(3436, '1977-11-23 09:26:25', -31.028, -67.767, 13, 7.4, 'ms', 'usp0000rp1', 'San Juan, Argentina', 'earthquake\r'), +(3437, '1977-11-23 09:34:58', -31.178, -66.957, 33, 6, 'mb', 'usp0000rp2', 'La Rioja, Argentina', 'earthquake\r'), +(3438, '1977-11-23 11:08:41', -31.247, -67.738, 20, 5.6, 'mb', 'usp0000rp5', 'San Juan, Argentina', 'earthquake\r'), +(3439, '1977-11-23 11:58:10', -31.021, -67.82, 22, 5.9, 'mb', 'usp0000rp8', 'San Juan, Argentina', 'earthquake\r'), +(3440, '1977-11-23 13:05:03', -31.067, -67.724, 27, 5.6, 'mb', 'usp0000rpb', 'San Juan, Argentina', 'earthquake\r'), +(3441, '1977-11-23 16:36:01', -31.341, -67.743, 13, 5.7, 'mb', 'usp0000rpq', 'San Juan, Argentina', 'earthquake\r'), +(3442, '1977-11-23 16:55:20', 52.195, -171.546, 53, 5.5, 'ms', 'usp0000rps', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3443, '1977-11-23 23:27:38', -31.556, -67.695, 33, 5.5, 'mb', 'usp0000rq5', 'San Juan, Argentina', 'earthquake\r'), +(3444, '1977-11-24 01:57:32', -31.511, -67.634, 33, 5.8, 'ms', 'usp0000rq9', 'San Juan, Argentina', 'earthquake\r'), +(3445, '1977-11-24 01:58:33', -31.471, -67.628, 33, 6, 'ms', 'usp0000rqa', 'San Juan, Argentina', 'earthquake\r'), +(3446, '1977-11-24 02:02:31', -31.615, -67.573, 23, 6.3, 'ms', 'usp0000rqb', 'San Juan, Argentina', 'earthquake\r'), +(3447, '1977-11-24 16:59:59', -21.894, -138.959, 0, 6, 'mb', 'usp0000rqy', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(3448, '1977-11-24 18:20:17', -31.304, -67.631, 33, 5.7, 'mb', 'usp0000rr2', 'San Juan, Argentina', 'earthquake\r'), +(3449, '1977-11-24 18:42:41', -31.467, -67.876, 33, 5.7, 'mb', 'usp0000rr3', 'San Juan, Argentina', 'earthquake\r'), +(3450, '1977-11-25 00:04:30', -31.068, -67.666, 33, 5.5, 'mb', 'usp0000rre', 'San Juan, Argentina', 'earthquake\r'), +(3451, '1977-11-26 05:21:41', -17.956, -178.12, 564, 5.5, 'mb', 'usp0000rsp', 'Fiji region', 'earthquake\r'), +(3452, '1977-11-27 02:19:52', 11.8, 125.472, 33, 5.7, 'ms', 'usp0000rtb', 'Samar, Philippines', 'earthquake\r'), +(3453, '1977-11-27 08:36:05', 46.42, 153.28, 33, 6, 'mwc', 'gcmtb112777c', 'Kuril Islands', 'earthquake\r'), +(3454, '1977-11-27 09:33:47', -0.829, 120.6, 65, 5.5, 'mb', 'usp0000rth', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(3455, '1977-11-27 12:40:15', -20.481, -178.428, 558, 5.6, 'mb', 'usp0000rtn', 'Fiji region', 'earthquake\r'), +(3456, '1977-11-28 02:59:11', 36.05, 27.761, 85, 5.6, 'mb', 'usp0000ruc', 'Dodecanese Islands, Greece', 'earthquake\r'), +(3457, '1977-11-28 04:19:36', -31.681, -67.754, 36, 5.5, 'mb', 'usp0000rue', 'San Juan, Argentina', 'earthquake\r'), +(3458, '1977-11-28 06:31:29', -31.354, -67.431, 16, 5.8, 'ms', 'usp0000run', 'San Juan, Argentina', 'earthquake\r'), +(3459, '1977-11-28 18:40:17', -32.032, -69.084, 86, 5.5, 'mb', 'usp0000ruz', 'Mendoza, Argentina', 'earthquake\r'), +(3460, '1977-11-30 04:06:58', 49.957, 78.931, 0, 5.9, 'mb', 'usp0000rve', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3461, '1977-11-30 10:15:43', -20.611, -178.422, 550, 5.5, 'mb', 'usp0000rvk', 'Fiji region', 'earthquake\r'), +(3462, '1977-12-02 04:13:54', -5.026, 145.027, 66, 5.7, 'mb', 'usp0000rwb', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3463, '1977-12-02 12:57:11', 52.929, 159.714, 15, 5.8, 'mb', 'usp0000rwd', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(3464, '1977-12-03 13:41:21', 3.511, 95.892, 41, 5.9, 'ms', 'usp0000rx5', 'off the west coast of northern Sumatra', 'earthquake\r'), +(3465, '1977-12-04 05:50:36', -23.89, -176.077, 56, 6.2, 'ms', 'usp0000rxe', 'south of the Fiji Islands', 'earthquake\r'), +(3466, '1977-12-05 14:13:52', -23.915, -175.95, 33, 5.9, 'ms', 'usp0000ry4', 'Tonga region', 'earthquake\r'), +(3467, '1977-12-05 15:43:28', -30.968, -67.7, 32, 5.6, 'ms', 'usp0000ry5', 'San Juan, Argentina', 'earthquake\r'), +(3468, '1977-12-06 08:41:39', -31.059, -67.706, 35, 5.6, 'mb', 'usp0000rya', 'San Juan, Argentina', 'earthquake\r'), +(3469, '1977-12-06 17:05:06', -31.168, -67.718, 19, 5.9, 'ms', 'usp0000ryj', 'San Juan, Argentina', 'earthquake\r'), +(3470, '1977-12-06 17:52:35', -11.221, 118.256, 33, 5.7, 'mb', 'usp0000ryk', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3471, '1977-12-08 06:15:16', -24.152, -175.602, 33, 6.1, 'ms', 'usp0000rzn', 'south of Tonga', 'earthquake\r'), +(3472, '1977-12-09 14:37:45', -7.175, 129.341, 141, 5.6, 'mb', 'usp0000rzx', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(3473, '1977-12-10 07:11:56', -31.187, -67.639, 39, 5.6, 'mb', 'usp0000s0c', 'San Juan, Argentina', 'earthquake\r'), +(3474, '1977-12-11 16:22:09', 9.516, -69.563, 18, 5.6, 'mb', 'usp0000s0x', 'Portuguesa, Venezuela', 'earthquake\r'), +(3475, '1977-12-13 01:14:19', 17.359, -54.848, 33, 6.4, 'ms', 'usp0000s1h', 'North Atlantic Ocean', 'earthquake\r'), +(3476, '1977-12-13 14:27:17', -0.135, 124.094, 56, 5.7, 'mb', 'usp0000s1w', 'Molucca Sea', 'earthquake\r'), +(3477, '1977-12-14 03:00:15', -33.793, 58.035, 33, 5.6, 'mb', 'usp0000s25', 'South Indian Ocean', 'earthquake\r'), +(3478, '1977-12-14 18:52:35', -21.101, -179.145, 659, 5.6, 'mb', 'usp0000s2h', 'Fiji region', 'earthquake\r'), +(3479, '1977-12-15 23:20:54', -4.761, 34.913, 33, 5.6, 'ms', 'usp0000s3b', 'Tanzania', 'earthquake\r'), +(3480, '1977-12-16 15:10:28', 36.619, 140.989, 46, 5.6, 'mb', 'usp0000s3r', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3481, '1977-12-17 17:27:28', 52.21, -170.025, 40, 5.5, 'ms', 'usp0000s4a', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3482, '1977-12-18 16:47:17', 39.865, 77.334, 33, 5.8, 'ms', 'usp0000s4q', 'southern Xinjiang, China', 'earthquake\r'), +(3483, '1977-12-19 23:34:34', 30.954, 56.473, 31, 5.8, 'ms', 'usp0000s58', 'central Iran', 'earthquake\r'), +(3484, '1977-12-20 08:50:38', 48.59, 153.015, 140, 5.8, 'mb', 'usp0000s5f', 'Kuril Islands', 'earthquake\r'), +(3485, '1977-12-20 11:31:35', -7.838, 117.685, 33, 5.6, 'mb', 'usp0000s5h', 'Bali Sea', 'earthquake\r'), +(3486, '1977-12-21 01:00:33', 25.51, 143.112, 33, 6.8, 'ms', 'usp0000s5w', 'Volcano Islands, Japan region', 'earthquake\r'), +(3487, '1977-12-21 03:47:33', -31.524, -67.596, 33, 5.7, 'mb', 'usp0000s5z', 'San Juan, Argentina', 'earthquake\r'), +(3488, '1977-12-21 16:39:33', 52.929, 159.804, 33, 5.5, 'mb', 'usp0000s67', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(3489, '1977-12-21 21:15:02', -0.958, 126.719, 33, 5.6, 'mb', 'usp0000s6c', 'Molucca Sea', 'earthquake\r'), +(3490, '1977-12-22 04:45:15', 29.553, 127.812, 33, 5.5, 'mb', 'usp0000s6f', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(3491, '1977-12-22 13:29:49', -34.419, 55.297, 33, 5.7, 'mb', 'usp0000s6k', 'Southwest Indian Ridge', 'earthquake\r'), +(3492, '1977-12-23 21:02:08', 39.132, 143.162, 19, 5.9, 'ms', 'usp0000s77', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(3493, '1977-12-23 21:14:27', 39.068, 143.047, 41, 6, 'ms', 'usp0000s79', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(3494, '1977-12-26 06:44:52', 2.507, 126.825, 36, 5.5, 'mb', 'usp0000s83', 'Molucca Sea', 'earthquake\r'), +(3495, '1977-12-28 02:45:37', 16.659, 40.278, 33, 6.6, 'ms', 'usp0000s8t', 'Red Sea', 'earthquake\r'), +(3496, '1977-12-30 10:38:20', -5.07, 151.767, 68, 5.9, 'mb', 'usp0000s9x', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3497, '1977-12-30 17:35:09', 40, 15.419, 283, 5.6, 'mb', 'usp0000s9z', 'southern Italy', 'earthquake\r'), +(3498, '1977-12-31 07:53:18', -15.3, -71.68, 158, 5.9, 'mb', 'usp0000sa7', 'southern Peru', 'earthquake\r'), +(3499, '1978-01-02 08:27:41', -38.137, -71.096, 126, 5.5, 'mb', 'usp0000sb5', 'Araucania, Chile', 'earthquake\r'), +(3500, '1978-01-04 13:19:21', -25.562, -70.97, 24, 5.6, 'mb', 'usp0000sbz', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(3501, '1978-01-05 03:23:26', -20.825, -126.913, 33, 5.5, 'mb', 'usp0000sc5', 'South Pacific Ocean', 'earthquake\r'), +(3502, '1978-01-06 04:41:22', 18.793, 121.895, 33, 6, 'ms', 'usp0000scj', 'Luzon, Philippines', 'earthquake\r'), +(3503, '1978-01-10 00:50:17', 46.825, 152.27, 61, 5.6, 'mb', 'usp0000se7', 'Kuril Islands', 'earthquake\r'), +(3504, '1978-01-13 20:03:04', 44.689, 149.699, 52, 6, 'ms', 'usp0000sg0', 'Kuril Islands', 'earthquake\r'), +(3505, '1978-01-14 03:24:39', 34.809, 139.259, 14, 6.6, 'ms', 'usp0000sge', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(3506, '1978-01-14 13:49:43', 1.674, 126.417, 45, 5.5, 'mb', 'usp0000sgs', 'Molucca Sea', 'earthquake\r'), +(3507, '1978-01-14 15:20:54', -30.115, -177.489, 44, 6.3, 'ms', 'usp0000sgu', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3508, '1978-01-14 22:31:46', 34.797, 138.803, 10, 5.7, 'ms', 'usp0000sh4', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(3509, '1978-01-15 06:56:35', -30.209, -177.554, 17, 6.1, 'ms', 'usp0000shf', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3510, '1978-01-15 13:17:13', -30.521, -177.324, 33, 5.6, 'mb', 'usp0000shq', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3511, '1978-01-17 11:33:14', -31.287, -67.867, 24, 5.8, 'mb', 'usp0000sjx', 'San Juan, Argentina', 'earthquake\r'), +(3512, '1978-01-20 00:24:26', -9.79, 159.475, 73, 5.5, 'mb', 'usp0000sm3', 'Solomon Islands', 'earthquake\r'), +(3513, '1978-01-20 04:42:58', -34.278, -70.19, 132, 5.7, 'mb', 'usp0000sm5', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(3514, '1978-01-20 21:31:17', -4.17, 123.363, 51, 5.8, 'mb', 'usp0000sme', 'Banda Sea', 'earthquake\r'), +(3515, '1978-01-24 05:54:24', 44.731, 149.718, 56, 5.9, 'ms', 'usp0000snt', 'Kuril Islands', 'earthquake\r'), +(3516, '1978-01-24 13:18:16', -31.695, -68.876, 19, 5.7, 'mb', 'usp0000sp5', 'San Juan, Argentina', 'earthquake\r'), +(3517, '1978-01-24 15:32:25', -5.98, 148.874, 98, 5.7, 'mb', 'usp0000sp9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3518, '1978-01-25 23:18:57', -5.339, 151.676, 44, 6.4, 'ms', 'usp0000spx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3519, '1978-01-26 21:49:32', -5.014, 145.032, 68, 5.5, 'mb', 'usp0000sqa', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3520, '1978-01-28 19:36:39', -25.924, -177.301, 102, 6, 'mb', 'usp0000sr5', 'south of the Fiji Islands', 'earthquake\r'), +(3521, '1978-01-28 23:20:30', -7.155, 129.509, 19, 5.6, 'mb', 'usp0000sr8', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(3522, '1978-01-29 02:05:02', 45.972, 149.153, 146, 5.5, 'mb', 'usp0000srb', 'Kuril Islands', 'earthquake\r'), +(3523, '1978-01-29 14:17:30', -4.224, 152.808, 20, 5.7, 'ms', 'usp0000srr', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3524, '1978-01-29 21:34:02', -24.846, -175.426, 39, 5.6, 'mb', 'usp0000sru', 'south of Tonga', 'earthquake\r'), +(3525, '1978-01-30 06:51:14', -29.78, -177.22, 39, 5.7, 'ms', 'usp0000ss1', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3526, '1978-01-31 02:17:13', -56.124, -27.401, 132, 5.5, 'mb', 'usp0000ss6', 'South Sandwich Islands region', 'earthquake\r'), +(3527, '1978-02-01 23:36:49', 45.064, 150.246, 33, 5.5, 'mb', 'usp0000st0', 'Kuril Islands', 'earthquake\r'), +(3528, '1978-02-02 07:58:06', -5.531, 151.675, 33, 5.8, 'ms', 'usp0000st9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3529, '1978-02-03 04:21:12', -56.391, -26.478, 33, 5.5, 'mb', 'usp0000stn', 'South Sandwich Islands region', 'earthquake\r'), +(3530, '1978-02-03 14:33:37', 4.83, 125.658, 186, 5.7, 'mb', 'usp0000stv', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(3531, '1978-02-07 07:01:39', -0.075, 124.084, 81, 5.9, 'mb', 'usp0000suy', 'Molucca Sea', 'earthquake\r'), +(3532, '1978-02-07 12:30:40', 12.796, 93.016, 33, 5.5, 'mb', 'usp0000sv1', 'Andaman Islands, India region', 'earthquake\r'), +(3533, '1978-02-07 20:31:55', 12.863, 93.07, 33, 5.6, 'ms', 'usp0000sv7', 'Andaman Islands, India region', 'earthquake\r'), +(3534, '1978-02-08 00:15:39', 24.146, 122.663, 40, 5.7, 'ms', 'usp0000sve', 'Taiwan region', 'earthquake\r'), +(3535, '1978-02-09 08:02:02', 44.425, 149.898, 45, 5.7, 'ms', 'usp0000sw0', 'Kuril Islands', 'earthquake\r'), +(3536, '1978-02-09 21:35:13', -30.683, -177.358, 33, 7.2, 'ms', 'usp0000swb', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3537, '1978-02-09 22:21:46', -30.614, -177.38, 33, 5.5, 'mb', 'usp0000swd', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3538, '1978-02-10 00:56:22', -30.653, -177.544, 33, 6, 'ms', 'usp0000swj', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3539, '1978-02-10 19:32:37', -30.074, -177.332, 33, 6.2, 'ms', 'usp0000swz', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3540, '1978-02-10 20:50:47', 25.303, 62.399, 33, 5.5, 'ms', 'usp0000sx0', 'southwestern Pakistan', 'earthquake\r'), +(3541, '1978-02-11 00:05:23', -30.414, -177.119, 33, 6.6, 'ms', 'usp0000sx3', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3542, '1978-02-11 01:26:27', 5.734, -32.904, 33, 6.1, 'ms', 'usp0000sx5', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(3543, '1978-02-11 04:12:34', -30.441, -177.46, 33, 5.7, 'mb', 'usp0000sxa', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3544, '1978-02-12 03:34:29', -8.665, 124.047, 106, 5.8, 'mb', 'usp0000sxx', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(3545, '1978-02-15 07:00:27', -4.546, 139.311, 33, 5.6, 'mb', 'usp0000szg', 'Papua, Indonesia', 'earthquake\r'), +(3546, '1978-02-16 03:47:25', 5.465, -77.714, 24, 5.5, 'mb', 'usp0000szx', 'near the west coast of Colombia', 'earthquake\r'), +(3547, '1978-02-16 23:31:16', -3.389, 128.695, 33, 5.5, 'mb', 'usp0000t0a', 'Seram, Indonesia', 'earthquake\r'), +(3548, '1978-02-17 01:40:03', -55.52, -125.193, 33, 5.8, 'mb', 'usp0000t0c', 'southern East Pacific Rise', 'earthquake\r'), +(3549, '1978-02-17 06:43:30', -28.57, -71.021, 55, 5.7, 'mb', 'usp0000t0h', 'Atacama, Chile', 'earthquake\r'), +(3550, '1978-02-18 03:43:14', -4.649, 102.938, 53, 5.5, 'mb', 'usp0000t0y', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3551, '1978-02-19 12:19:34', -3.857, 129.007, 90, 5.8, 'mb', 'usp0000t1m', 'Seram, Indonesia', 'earthquake\r'), +(3552, '1978-02-19 21:17:09', -40.106, -91.199, 33, 5.6, 'mb', 'usp0000t1u', 'West Chile Rise', 'earthquake\r'), +(3553, '1978-02-20 04:36:58', 38.785, 141.949, 60, 6.1, 'mb', 'usp0000t22', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3554, '1978-02-20 23:51:49', -7.04, 128.901, 33, 5.6, 'mb', 'usp0000t2p', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(3555, '1978-02-21 07:14:05', -4.946, 125.247, 535, 5.9, 'mb', 'usp0000t2u', 'Banda Sea', 'earthquake\r'), +(3556, '1978-02-21 07:14:54', -4.844, 125.412, 510, 6.3, 'mb', 'usp0000t2v', 'Banda Sea', 'earthquake\r'), +(3557, '1978-02-21 07:47:22', -4.995, 125.23, 531, 5.6, 'mb', 'usp0000t2x', 'Banda Sea', 'earthquake\r'), +(3558, '1978-02-22 06:07:37', 14.249, -91.378, 100, 5.7, 'mb', 'usp0000t37', 'Guatemala', 'earthquake\r'), +(3559, '1978-02-22 18:00:36', 29.34, 130.535, 60, 5.9, 'mb', 'usp0000t3g', 'Ryukyu Islands, Japan', 'earthquake\r'), +(3560, '1978-02-22 19:37:17', -22.698, -176.207, 85, 5.6, 'mb', 'usp0000t3j', 'south of the Fiji Islands', 'earthquake\r'), +(3561, '1978-02-24 07:02:40', -4.61, -12.37, 10, 5.5, 'mb', 'usp0000t4b', 'north of Ascension Island', 'earthquake\r'), +(3562, '1978-02-25 06:10:36', -9.662, 117.114, 33, 5.6, 'mb', 'usp0000t4w', 'Sumbawa region, Indonesia', 'earthquake\r'), +(3563, '1978-02-26 09:16:52', -26.62, -114.564, 33, 5.9, 'mb', 'usp0000t5g', 'Easter Island region', 'earthquake\r'), +(3564, '1978-02-27 00:37:24', -53.795, 140.797, 10, 5.5, 'ms', 'usp0000t5q', 'west of Macquarie Island', 'earthquake\r'), +(3565, '1978-03-02 14:34:59', 55.073, 164.632, 33, 5.5, 'ms', 'usp0000t6w', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(3566, '1978-03-03 10:48:11', -15.288, -173.517, 33, 6.2, 'ms', 'usp0000t7b', 'Tonga', 'earthquake\r'), +(3567, '1978-03-03 10:53:20', 55.098, 164.757, 33, 6.2, 'ms', 'usp0000t7c', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(3568, '1978-03-04 04:46:36', -21.894, -174.854, 33, 6.3, 'ms', 'usp0000t7k', 'Tonga', 'earthquake\r'), +(3569, '1978-03-04 14:58:13', -4.656, 153.101, 78, 6.2, 'mb', 'usp0000t7u', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(3570, '1978-03-06 00:22:19', -35.523, -102.586, 33, 5.7, 'ms', 'usp0000t8g', 'southeast of Easter Island', 'earthquake\r'), +(3571, '1978-03-06 05:04:15', -4.926, 151.756, 99, 5.5, 'mb', 'usp0000t8k', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3572, '1978-03-07 02:48:39', 31.962, 137.61, 442, 6, 'mb', 'usp0000t8y', 'Izu Islands, Japan region', 'earthquake\r'), +(3573, '1978-03-07 02:48:48', 32.005, 137.609, 439, 6.9, 'mb', 'usp0000t8z', 'Izu Islands, Japan region', 'earthquake\r'), +(3574, '1978-03-07 16:34:45', -55.627, -27.721, 33, 5.5, 'mb', 'usp0000t9a', 'South Sandwich Islands region', 'earthquake\r'), +(3575, '1978-03-07 18:35:01', -56.446, -25.589, 33, 5.5, 'ms', 'usp0000t9d', 'South Sandwich Islands region', 'earthquake\r'), +(3576, '1978-03-07 18:39:55', -56.428, -25.486, 33, 5.9, 'mb', 'usp0000t9e', 'South Sandwich Islands region', 'earthquake\r'), +(3577, '1978-03-07 20:11:40', -56.622, -25.533, 33, 5.7, 'mb', 'usp0000t9h', 'South Sandwich Islands region', 'earthquake\r'), +(3578, '1978-03-07 23:31:30', -56.505, -25.64, 33, 5.8, 'ms', 'usp0000t9p', 'South Sandwich Islands region', 'earthquake\r'), +(3579, '1978-03-10 03:49:27', -56.706, -25.388, 33, 5.7, 'mb', 'usp0000tar', 'South Sandwich Islands region', 'earthquake\r'), +(3580, '1978-03-10 18:01:45', -11.136, 119.075, 33, 5.5, 'mb', 'usp0000tb1', 'south of Sumba, Indonesia', 'earthquake\r'), +(3581, '1978-03-11 04:18:04', 1.753, 126.014, 63, 5.7, 'mb', 'usp0000tbc', 'Molucca Sea', 'earthquake\r'), +(3582, '1978-03-11 11:54:42', -10.858, 119.111, 33, 5.5, 'mb', 'usp0000tbj', 'Sumba region, Indonesia', 'earthquake\r'), +(3583, '1978-03-11 19:20:49', 38.104, 16.031, 33, 5.6, 'mb', 'usp0000tbq', 'southern Italy', 'earthquake\r'), +(3584, '1978-03-12 16:13:13', -30.677, -178.137, 37, 5.5, 'mb', 'usp0000tc3', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3585, '1978-03-14 01:57:04', 6.138, 126.885, 82, 5.5, 'mb', 'usp0000tct', 'Mindanao, Philippines', 'earthquake\r'), +(3586, '1978-03-14 20:32:15', 24.072, 122.638, 43, 5.5, 'mb', 'usp0000td9', 'Taiwan region', 'earthquake\r'), +(3587, '1978-03-15 22:04:40', 26.42, 140.563, 263, 6.1, 'mb', 'usp0000tdu', 'Bonin Islands, Japan region', 'earthquake\r'), +(3588, '1978-03-16 02:00:01', 29.926, 66.302, 33, 5.9, 'ms', 'usp0000tdx', 'western Afghanistan', 'earthquake\r'), +(3589, '1978-03-16 02:09:38', 52.295, -168.622, 49, 5.5, 'mb', 'usp0000tdz', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3590, '1978-03-17 11:00:40', -22.889, -175.358, 33, 5.7, 'mb', 'usp0000ter', 'Tonga region', 'earthquake\r'), +(3591, '1978-03-18 09:13:15', -38.201, -93.766, 33, 5.6, 'ms', 'usp0000tf7', 'West Chile Rise', 'earthquake\r'), +(3592, '1978-03-19 01:39:14', 17.026, -99.735, 36, 6.4, 'ms', 'usp0000tfe', 'Guerrero, Mexico', 'earthquake\r'), +(3593, '1978-03-20 10:24:14', 36.049, 139.681, 66, 5.7, 'mb', 'usp0000tg6', 'eastern Honshu, Japan', 'earthquake\r'), +(3594, '1978-03-20 15:42:47', 0.831, -29.817, 33, 5.7, 'mb', 'usp0000tg7', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(3595, '1978-03-20 18:09:44', 0.766, -29.693, 33, 5.8, 'ms', 'usp0000tg8', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(3596, '1978-03-22 00:50:32', 44.026, 149.002, 33, 6.7, 'ms', 'usp0000th2', 'Kuril Islands', 'earthquake\r'), +(3597, '1978-03-22 02:32:39', 44.065, 149.016, 33, 5.6, 'mb', 'usp0000tha', 'Kuril Islands', 'earthquake\r'), +(3598, '1978-03-22 21:34:33', 44.14, 149.029, 33, 6.6, 'ms', 'usp0000thy', 'Kuril Islands', 'earthquake\r'), +(3599, '1978-03-23 00:31:02', 44.209, 148.971, 46, 6.8, 'ms', 'usp0000tj3', 'Kuril Islands', 'earthquake\r'), +(3600, '1978-03-23 00:36:35', 44.021, 148.819, 54, 5.6, 'mb', 'usp0000tj4', 'Kuril Islands', 'earthquake\r'), +(3601, '1978-03-23 00:39:41', 44.216, 149.27, 33, 5.6, 'mb', 'usp0000tj5', 'Kuril Islands', 'earthquake\r'), +(3602, '1978-03-23 01:49:34', 43.855, 148.939, 33, 6.4, 'ms', 'usp0000tjb', 'east of the Kuril Islands', 'earthquake\r'), +(3603, '1978-03-23 02:37:01', 44.196, 148.731, 50, 5.8, 'mb', 'usp0000tje', 'Kuril Islands', 'earthquake\r'), +(3604, '1978-03-23 03:14:23', 44.288, 149.126, 33, 5.9, 'mb', 'usp0000tjg', 'Kuril Islands', 'earthquake\r'), +(3605, '1978-03-23 03:15:20', 44.932, 148.439, 33, 7.5, 'ms', 'usp0000tjh', 'Kuril Islands', 'earthquake\r'), +(3606, '1978-03-23 03:24:25', 43.922, 149.144, 33, 5.5, 'mb', 'usp0000tjj', 'east of the Kuril Islands', 'earthquake\r'), +(3607, '1978-03-23 03:50:53', 44.376, 149.58, 50, 6, 'mb', 'usp0000tjn', 'Kuril Islands', 'earthquake\r'), +(3608, '1978-03-23 07:23:13', 52.01, -169.465, 23, 5.8, 'ms', 'usp0000tk3', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3609, '1978-03-23 08:14:32', 44.318, 149.064, 48, 5.9, 'ms', 'usp0000tk6', 'Kuril Islands', 'earthquake\r'), +(3610, '1978-03-23 19:12:24', 44.343, 149.737, 33, 6.8, 'ms', 'usp0000tm0', 'Kuril Islands', 'earthquake\r'), +(3611, '1978-03-23 21:44:50', -24.784, -179.903, 475, 5.5, 'mb', 'usp0000tm5', 'south of the Fiji Islands', 'earthquake\r'), +(3612, '1978-03-24 00:42:36', 29.801, -67.4, 20, 6.1, 'mb', 'usp0000tm9', 'North Atlantic Ocean', 'earthquake\r'), +(3613, '1978-03-24 19:47:51', 44.244, 148.862, 33, 7.6, 'ms', 'usp0000tmy', 'Kuril Islands', 'earthquake\r'), +(3614, '1978-03-24 20:00:21', 43.653, 148.587, 44, 5.6, 'mb', 'usp0000tmz', 'east of the Kuril Islands', 'earthquake\r'), +(3615, '1978-03-24 20:31:09', 43.857, 148.803, 33, 5.5, 'mb', 'usp0000tn3', 'east of the Kuril Islands', 'earthquake\r'), +(3616, '1978-03-24 21:05:48', 42.839, 78.606, 33, 7.1, 'ms', 'usp0000tn6', 'Kyrgyzstan', 'earthquake\r'), +(3617, '1978-03-24 22:08:58', 44.109, 148.952, 45, 5.6, 'mb', 'usp0000tnj', 'Kuril Islands', 'earthquake\r'), +(3618, '1978-03-24 23:15:46', 44.079, 148.949, 45, 5.7, 'ms', 'usp0000tnt', 'Kuril Islands', 'earthquake\r'), +(3619, '1978-03-25 19:26:03', -21.03, -178.836, 595, 5.7, 'mb', 'usp0000tqf', 'Fiji region', 'earthquake\r'), +(3620, '1978-03-25 23:52:15', 43.773, 148.451, 47, 5.6, 'ms', 'usp0000tqk', 'east of the Kuril Islands', 'earthquake\r'), +(3621, '1978-03-26 00:05:55', -0.101, 125.184, 33, 5.5, 'mb', 'usp0000tqm', 'Molucca Sea', 'earthquake\r'), +(3622, '1978-03-26 03:56:58', 49.734, 78.074, 0, 5.5, 'mb', 'usp0000tqx', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3623, '1978-03-26 21:04:59', 53.515, 162.991, 34, 5.5, 'mb', 'usp0000ts2', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(3624, '1978-03-27 07:13:44', -20.476, -177.971, 550, 5.5, 'mb', 'usp0000tsg', 'Fiji region', 'earthquake\r'), +(3625, '1978-03-27 10:36:06', -8.583, 125.103, 69, 5.9, 'mb', 'usp0000tsp', 'East Timor region', 'earthquake\r'), +(3626, '1978-03-28 20:17:06', 48.764, 154.918, 53, 5.8, 'ms', 'usp0000ttn', 'Kuril Islands', 'earthquake\r'), +(3627, '1978-03-28 22:12:14', 44.077, 149.482, 33, 5.5, 'ms', 'usp0000ttr', 'Kuril Islands', 'earthquake\r'), +(3628, '1978-03-29 16:55:48', -19.643, 169.119, 94, 5.9, 'mb', 'usp0000tu7', 'Vanuatu', 'earthquake\r'), +(3629, '1978-03-29 17:51:19', 27.92, 141.783, 22, 5.5, 'mb', 'usp0000tu8', 'Bonin Islands, Japan region', 'earthquake\r'), +(3630, '1978-03-29 22:00:27', -21.76, -174.011, 33, 5.7, 'ms', 'usp0000tua', 'Tonga', 'earthquake\r'), +(3631, '1978-04-03 09:48:35', -4.852, 133.918, 33, 6.2, 'mb', 'usp0000twj', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(3632, '1978-04-04 00:40:29', 33.033, 82.285, 27, 6, 'ms', 'usp0000twz', 'western Xizang', 'earthquake\r'), +(3633, '1978-04-04 06:56:06', 6.783, 123.783, 43, 5.6, 'mb', 'usp0000tx5', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(3634, '1978-04-04 19:33:51', -31.18, -67.597, 10, 5.5, 'mb', 'usp0000tx9', 'San Juan, Argentina', 'earthquake\r'), +(3635, '1978-04-04 21:11:42', 10.035, -77.954, 35, 6.1, 'ms', 'usp0000txa', 'north of Panama', 'earthquake\r'), +(3636, '1978-04-06 23:29:53', 35.212, 141.031, 31, 5.9, 'ms', 'usp0000tyb', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3637, '1978-04-07 07:44:56', 44.411, 149.342, 50, 5.8, 'mb', 'usp0000typ', 'Kuril Islands', 'earthquake\r'), +(3638, '1978-04-08 10:26:09', 22.728, 121.123, 25, 5.7, 'mb', 'usp0000tzd', 'Taiwan region', 'earthquake\r'), +(3639, '1978-04-10 20:52:19', -11.36, 116.685, 33, 6.7, 'mb', 'usp0000u0r', 'south of Lombok, Indonesia', 'earthquake\r'), +(3640, '1978-04-11 02:41:41', -9.461, 148.943, 13, 5.9, 'mb', 'usp0000u0u', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3641, '1978-04-11 05:12:55', 53.535, -163.731, 33, 5.6, 'ms', 'usp0000u0v', 'Unimak Island region, Alaska', 'earthquake\r'), +(3642, '1978-04-11 23:42:08', -19.485, -173.758, 33, 5.6, 'ms', 'usp0000u1r', 'Tonga', 'earthquake\r'), +(3643, '1978-04-12 03:42:04', 56.423, -152.691, 14, 6.6, 'ms', 'usp0000u1x', 'Kodiak Island region, Alaska', 'earthquake\r'), +(3644, '1978-04-13 05:18:37', 3.311, 127.76, 98, 5.5, 'mb', 'usp0000u2n', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(3645, '1978-04-13 18:05:26', 43.269, 20.919, 33, 5.7, 'ms', 'usp0000u2z', 'Serbia', 'earthquake\r'), +(3646, '1978-04-15 13:49:32', -16.47, -73.514, 50, 5.5, 'ms', 'usp0000u40', 'near the coast of southern Peru', 'earthquake\r'), +(3647, '1978-04-15 23:33:47', 38.391, 15.066, 14, 5.7, 'ms', 'usp0000u4g', 'Sicily, Italy', 'earthquake\r'), +(3648, '1978-04-18 07:47:36', -25.21, 178.407, 566, 5.6, 'mb', 'usp0000u58', 'south of the Fiji Islands', 'earthquake\r'), +(3649, '1978-04-18 11:43:38', 44.191, 149.166, 33, 5.5, 'mb', 'usp0000u5b', 'Kuril Islands', 'earthquake\r'), +(3650, '1978-04-18 17:27:31', 5.142, 127.41, 128, 6, 'mb', 'usp0000u5g', 'Philippine Islands region', 'earthquake\r'), +(3651, '1978-04-18 17:51:26', -3.788, 128.44, 140, 5.5, 'mb', 'usp0000u5h', 'Seram, Indonesia', 'earthquake\r'), +(3652, '1978-04-20 22:19:29', 46.777, 151.899, 96, 5.5, 'mb', 'usp0000u6s', 'Kuril Islands', 'earthquake\r'), +(3653, '1978-04-21 15:22:58', 36.62, 71.274, 227, 5.9, 'mb', 'usp0000u6y', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(3654, '1978-04-24 15:44:19', -21.267, -174.383, 33, 5.8, 'ms', 'usp0000u8f', 'Tonga', 'earthquake\r'), +(3655, '1978-04-25 04:24:54', 4.718, 124.593, 43, 5.9, 'mb', 'usp0000u8r', 'Celebes Sea', 'earthquake\r'), +(3656, '1978-04-25 07:34:54', -2.814, 138.956, 45, 5.5, 'mb', 'usp0000u8w', 'Papua, Indonesia', 'earthquake\r'), +(3657, '1978-04-29 02:26:49', -5.854, 103.969, 50, 5.8, 'mb', 'usp0000uaq', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3658, '1978-04-29 04:21:10', -9.849, 160.45, 46, 6.2, 'mb', 'usp0000uat', 'Solomon Islands', 'earthquake\r'), +(3659, '1978-04-29 19:25:21', 24.656, 122.715, 18, 5.8, 'ms', 'usp0000ub1', 'Taiwan region', 'earthquake\r'), +(3660, '1978-05-01 11:41:24', -9.303, 124.906, 53, 5.5, 'mb', 'usp0000ubw', 'Timor region', 'earthquake\r'), +(3661, '1978-05-02 23:18:28', -58.281, -25.786, 73, 5.8, 'mb', 'usp0000ucg', 'South Sandwich Islands region', 'earthquake\r'), +(3662, '1978-05-03 02:29:55', 3.573, 127.246, 43, 5.7, 'mb', 'usp0000ucj', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(3663, '1978-05-04 18:11:43', -10.242, 117.023, 35, 5.5, 'mb', 'usp0000ud3', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(3664, '1978-05-06 11:16:10', 29.841, 66.208, 33, 5.7, 'ms', 'usp0000udy', 'Afghanistan-Pakistan border region', 'earthquake\r'), +(3665, '1978-05-10 15:36:26', 37.319, 141.784, 40, 5.5, 'mb', 'usp0000ufs', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3666, '1978-05-11 00:23:38', 51.667, -176.1, 59, 5.9, 'ms', 'usp0000ug3', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3667, '1978-05-11 04:51:23', 36.642, -2.543, 26, 5.6, 'mb', 'usp0000ug8', 'Strait of Gibraltar', 'earthquake\r'), +(3668, '1978-05-11 23:18:25', 13.915, -92.199, 59, 5.5, 'ms', 'usp0000ugt', 'offshore Guatemala', 'earthquake\r'), +(3669, '1978-05-13 07:08:46', -14.521, 167.319, 160, 6.7, 'mb', 'usp0000uhc', 'Vanuatu', 'earthquake\r'), +(3670, '1978-05-14 18:17:01', -56.769, -25.524, 33, 5.9, 'ms', 'usp0000uhz', 'South Sandwich Islands region', 'earthquake\r'), +(3671, '1978-05-15 00:36:13', -20.934, 169.672, 95, 5.6, 'mb', 'usp0000uj6', 'Vanuatu', 'earthquake\r'), +(3672, '1978-05-16 07:35:47', 40.985, 141.261, 32, 5.7, 'mb', 'usp0000ujp', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3673, '1978-05-16 08:23:58', 41.001, 141.259, 23, 5.8, 'mb', 'usp0000ujs', 'Hokkaido, Japan region', 'earthquake\r'), +(3674, '1978-05-18 22:39:25', -37.418, 51.412, 33, 5.5, 'ms', 'usp0000um5', 'South Indian Ocean', 'earthquake\r'), +(3675, '1978-05-20 13:10:31', -10.233, -78.52, 50, 5.6, 'mb', 'usp0000umu', 'near the coast of central Peru', 'earthquake\r'), +(3676, '1978-05-20 21:50:48', -30.76, -177.988, 43, 5.5, 'mb', 'usp0000umy', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3677, '1978-05-22 06:55:49', -31.597, -178.111, 33, 5.5, 'mb', 'usp0000unn', 'Kermadec Islands region', 'earthquake\r'), +(3678, '1978-05-22 07:31:58', 43.44, 139.032, 31, 5.6, 'mb', 'usp0000unp', 'eastern Sea of Japan', 'earthquake\r'), +(3679, '1978-05-22 15:52:27', -54.847, 0.889, 33, 5.8, 'ms', 'usp0000unv', 'Bouvet Island region', 'earthquake\r'), +(3680, '1978-05-23 06:01:05', -0.758, 127.371, 41, 5.9, 'mb', 'usp0000up5', 'Halmahera, Indonesia', 'earthquake\r'), +(3681, '1978-05-23 07:50:28', 31.055, 130.134, 161, 6.3, 'mb', 'usp0000up9', 'Kyushu, Japan', 'earthquake\r'), +(3682, '1978-05-23 19:08:48', -53.152, -118.348, 33, 5.5, 'ms', 'usp0000upg', 'southern East Pacific Rise', 'earthquake\r'), +(3683, '1978-05-23 20:11:43', 42.736, 144.698, 78, 5.6, 'mb', 'usp0000upj', 'Hokkaido, Japan region', 'earthquake\r'), +(3684, '1978-05-23 21:05:28', -52.905, -118.547, 33, 5.5, 'ms', 'usp0000upm', 'southern East Pacific Rise', 'earthquake\r'), +(3685, '1978-05-23 23:34:11', 40.759, 23.268, 10, 5.7, 'mb', 'usp0000upr', 'Greece', 'earthquake\r'), +(3686, '1978-05-24 06:16:55', 51.232, -179.213, 25, 6.7, 'ms', 'usp0000uq0', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3687, '1978-05-25 22:20:52', -0.09, 125.238, 54, 5.5, 'mb', 'usp0000urg', 'Molucca Sea', 'earthquake\r'), +(3688, '1978-05-26 01:41:20', -20.859, 168.593, 33, 5.5, 'mb', 'usp0000urm', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(3689, '1978-05-26 13:43:38', 41.963, 46.546, 38, 5.6, 'mb', 'usp0000us1', 'Russia-Georgia-Azerbaijan border region', 'earthquake\r'), +(3690, '1978-05-26 23:58:22', 24.274, 142.661, 33, 6.8, 'ms', 'usp0000usb', 'Volcano Islands, Japan region', 'earthquake\r'), +(3691, '1978-05-27 10:17:17', 24.228, 142.824, 33, 5.9, 'ms', 'usp0000usm', 'Volcano Islands, Japan region', 'earthquake\r'), +(3692, '1978-05-29 00:19:16', -1.837, 139.117, 15, 5.6, 'mb', 'usp0000utc', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(3693, '1978-05-29 17:20:29', -44.855, -79.413, 33, 6, 'ms', 'usp0000utu', 'off the coast of Aisen, Chile', 'earthquake\r'), +(3694, '1978-05-29 17:25:01', -6.481, 154.631, 43, 5.6, 'ms', 'usp0000utv', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3695, '1978-05-30 20:17:15', 11.05, 57.327, 33, 5.5, 'ms', 'usp0000uuk', 'Owen Fracture Zone region', 'earthquake\r'), +(3696, '1978-06-01 04:23:36', -0.081, 151.159, 33, 5.7, 'mb', 'usp0000uv9', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(3697, '1978-06-02 11:30:06', -1.05, 146.451, 22, 5.9, 'mb', 'usp0000uvn', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(3698, '1978-06-03 04:57:13', -57.096, -140.888, 33, 6, 'ms', 'usp0000uw4', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(3699, '1978-06-03 18:07:22', -16.247, 92.986, 33, 5.5, 'mb', 'usp0000uwc', 'South Indian Ocean', 'earthquake\r'), +(3700, '1978-06-04 19:30:23', 40.381, 63.619, 33, 6, 'mb', 'usp0000uwz', 'western Uzbekistan', 'earthquake\r'), +(3701, '1978-06-10 17:38:20', -6.095, 114.237, 520, 5.5, 'mb', 'usp0000uze', 'Bali Sea', 'earthquake\r'), +(3702, '1978-06-11 02:56:58', 49.879, 78.838, 0, 5.9, 'mb', 'usp0000uzk', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3703, '1978-06-11 10:22:05', 4.695, 126.613, 78, 5.6, 'mb', 'usp0000uzv', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(3704, '1978-06-11 14:27:55', -15.262, -173.559, 33, 6.2, 'ms', 'usp0000uzx', 'Tonga', 'earthquake\r'), +(3705, '1978-06-11 14:55:26', 49.262, -129.502, 10, 6.1, 'ms', 'usp0000uzy', 'Vancouver Island, Canada region', 'earthquake\r'), +(3706, '1978-06-12 00:06:19', -5.124, 102.808, 33, 5.7, 'mb', 'usp0000v06', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3707, '1978-06-12 08:06:11', 38.204, 142.045, 45, 5.7, 'mb', 'usp0000v0e', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3708, '1978-06-12 08:14:26', 38.19, 142.028, 44, 7.7, 'ms', 'usp0000v0f', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3709, '1978-06-13 02:54:51', -13.37, -111.34, 33, 5.8, 'ms', 'usp0000v13', 'central East Pacific Rise', 'earthquake\r'), +(3710, '1978-06-14 11:34:20', 38.319, 142.364, 40, 6.3, 'ms', 'usp0000v1s', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3711, '1978-06-14 12:32:34', 8.249, 122.403, 24, 6.9, 'ms', 'usp0000v1t', 'Mindanao, Philippines', 'earthquake\r'), +(3712, '1978-06-14 13:34:10', 8.238, 122.381, 79, 5.9, 'mb', 'usp0000v1u', 'Mindanao, Philippines', 'earthquake\r'), +(3713, '1978-06-15 08:18:31', 6.135, -82.664, 33, 5.7, 'ms', 'usp0000v2b', 'south of Panama', 'earthquake\r'), +(3714, '1978-06-15 09:28:57', 44.031, 149.161, 63, 5.6, 'mb', 'usp0000v2c', 'Kuril Islands', 'earthquake\r'), +(3715, '1978-06-15 13:30:46', -7.293, 128.884, 155, 5.8, 'mb', 'usp0000v2d', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(3716, '1978-06-16 05:33:32', 38.168, 143.264, 34, 5.6, 'ms', 'usp0000v2u', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(3717, '1978-06-16 07:57:00', 7.861, 126.321, 139, 6, 'mb', 'usp0000v30', 'Mindanao, Philippines', 'earthquake\r'), +(3718, '1978-06-17 15:11:34', -17.098, -172.264, 33, 7, 'ms', 'usp0000v3r', 'Tonga region', 'earthquake\r'), +(3719, '1978-06-17 23:12:11', -23.068, -179.588, 523, 5.6, 'mb', 'usp0000v43', 'south of the Fiji Islands', 'earthquake\r'), +(3720, '1978-06-20 20:03:21', 40.739, 23.229, 3, 6.4, 'ms', 'usp0000v5r', 'Greece', 'earthquake\r'), +(3721, '1978-06-21 10:54:23', 38.326, 141.756, 52, 5.7, 'mb', 'usp0000v6s', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(3722, '1978-06-21 11:10:38', 48.307, 148.61, 377, 5.9, 'mb', 'usp0000v6t', 'northwest of the Kuril Islands', 'earthquake\r'), +(3723, '1978-06-22 05:41:28', 51.605, -179.412, 33, 5.9, 'ms', 'usp0000v7s', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3724, '1978-06-22 06:37:52', 8.514, 126.635, 59, 5.5, 'mb', 'usp0000v7u', 'Mindanao, Philippines', 'earthquake\r'), +(3725, '1978-06-24 03:27:18', -15.003, 167.267, 122, 5.5, 'mb', 'usp0000v8y', 'Vanuatu', 'earthquake\r'), +(3726, '1978-06-24 09:31:43', -5.06, 102.356, 33, 6.4, 'ms', 'usp0000v96', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3727, '1978-06-24 09:35:18', -5.032, 102.372, 33, 5.8, 'mb', 'usp0000v97', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3728, '1978-06-24 11:01:37', -5.078, 102.278, 33, 5.6, 'mb', 'usp0000v98', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3729, '1978-06-25 10:21:45', -17.111, -174.431, 159, 5.5, 'mb', 'usp0000v9t', 'Tonga', 'earthquake\r'), +(3730, '1978-06-27 01:04:29', -56.318, 146.623, 33, 5.5, 'ms', 'usp0000vaw', 'west of Macquarie Island', 'earthquake\r'), +(3731, '1978-06-27 19:10:33', 37.149, 142.8, 35, 5.7, 'mb', 'usp0000vb9', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(3732, '1978-06-29 13:55:04', -20.262, 168.17, 33, 5.6, 'mb', 'usp0000vc5', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(3733, '1978-06-30 00:54:39', -56.47, -27.058, 120, 5.5, 'mb', 'usp0000vcb', 'South Sandwich Islands region', 'earthquake\r'), +(3734, '1978-07-02 04:01:33', -15.328, -175.489, 25, 6.4, 'ms', 'usp0000vd1', 'Tonga', 'earthquake\r'), +(3735, '1978-07-03 01:32:36', -63.31, 169.361, 33, 5.5, 'ms', 'usp0000vd9', 'Balleny Islands region', 'earthquake\r'), +(3736, '1978-07-03 07:07:46', -63.197, 169.668, 33, 5.5, 'mb', 'usp0000vdm', 'Balleny Islands region', 'earthquake\r'), +(3737, '1978-07-04 02:40:54', 32.655, 131.12, 118, 5.7, 'mb', 'usp0000ve0', 'Kyushu, Japan', 'earthquake\r'), +(3738, '1978-07-05 02:46:57', 49.839, 78.906, 0, 5.8, 'mb', 'usp0000veh', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3739, '1978-07-05 20:15:16', 18.487, -100.007, 62, 5.6, 'mb', 'usp0000vew', 'Guerrero, Mexico', 'earthquake\r'), +(3740, '1978-07-08 03:06:48', 0.56, 126.196, 41, 5.8, 'mb', 'usp0000vfh', 'Molucca Sea', 'earthquake\r'), +(3741, '1978-07-11 12:17:08', -7.89, -71.415, 645, 5.8, 'mb', 'usp0000vhd', 'Amazonas, Brazil', 'earthquake\r'), +(3742, '1978-07-13 13:25:20', 52.242, -168.816, 33, 5.8, 'mb', 'usp0000vjc', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3743, '1978-07-16 22:13:26', -6.617, 143.792, 33, 5.5, 'mb', 'usp0000vkx', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(3744, '1978-07-17 13:26:15', -14.893, -175.822, 292, 6, 'mb', 'usp0000vm9', 'Samoa Islands region', 'earthquake\r'), +(3745, '1978-07-18 22:48:00', -6.438, 153.163, 28, 5.7, 'mb', 'usp0000vms', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3746, '1978-07-19 09:32:09', 56.769, -151.647, 33, 5.7, 'mb', 'usp0000vmy', 'Kodiak Island region, Alaska', 'earthquake\r'), +(3747, '1978-07-21 10:56:08', -5.662, 146.116, 59, 5.5, 'mb', 'usp0000vp3', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3748, '1978-07-22 11:51:47', -4.189, 152.842, 43, 6, 'ms', 'usp0000vpj', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3749, '1978-07-23 14:42:37', 22.282, 121.512, 17, 7.4, 'ms', 'usp0000vpz', 'Taiwan region', 'earthquake\r'), +(3750, '1978-07-24 11:05:37', -6.145, 150.986, 33, 5.6, 'ms', 'usp0000vrb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3751, '1978-07-24 11:41:53', 22.242, 121.574, 30, 5.5, 'ms', 'usp0000vrc', 'Taiwan region', 'earthquake\r'), +(3752, '1978-07-24 19:45:35', -20.67, 172.503, 37, 6.1, 'ms', 'usp0000vrk', 'Vanuatu region', 'earthquake\r'), +(3753, '1978-07-27 18:25:09', -15.584, -173.043, 33, 5.8, 'ms', 'usp0000vtx', 'Tonga', 'earthquake\r'), +(3754, '1978-07-28 02:46:58', 49.744, 78.168, 0, 5.7, 'mb', 'usp0000vu1', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3755, '1978-08-01 20:29:43', -15.285, -173.329, 33, 5.5, 'ms', 'usp0000vw7', 'Tonga', 'earthquake\r'), +(3756, '1978-08-03 01:10:26', -0.905, 84.282, 33, 5.6, 'ms', 'usp0000vwx', 'South Indian Ocean', 'earthquake\r'), +(3757, '1978-08-03 06:07:36', 52.143, 96.892, 33, 5.5, 'ms', 'usp0000vx2', 'southwestern Siberia, Russia', 'earthquake\r'), +(3758, '1978-08-03 12:41:37', -15.371, 167.481, 131, 5.7, 'mb', 'usp0000vx6', 'Vanuatu', 'earthquake\r'), +(3759, '1978-08-03 18:11:17', -26.513, -70.544, 58, 6.3, 'mb', 'usp0000vx8', 'Atacama, Chile', 'earthquake\r'), +(3760, '1978-08-03 23:25:32', -0.167, 131.797, 33, 6.1, 'ms', 'usp0000vxb', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(3761, '1978-08-05 04:12:44', -3.598, 151.012, 33, 6.1, 'ms', 'usp0000vxr', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(3762, '1978-08-05 06:43:09', -60.837, -56.049, 33, 5.8, 'ms', 'usp0000vxs', 'South Shetland Islands', 'earthquake\r'), +(3763, '1978-08-05 15:46:36', -3.582, 152.289, 255, 5.7, 'mb', 'usp0000vxx', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(3764, '1978-08-05 18:52:09', -4.024, 102.409, 48, 5.9, 'mb', 'usp0000vy0', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3765, '1978-08-08 07:46:23', -12.384, 166.453, 88, 5.7, 'mb', 'usp0000vz2', 'Santa Cruz Islands', 'earthquake\r'), +(3766, '1978-08-09 15:35:30', -15.439, 166.713, 23, 5.6, 'ms', 'usp0000vzq', 'Vanuatu', 'earthquake\r'), +(3767, '1978-08-09 17:59:58', 63.706, 125.321, 0, 5.6, 'mb', 'usp0000vzt', 'southwestern Sakha, Russia', 'nuclear explosion\r'), +(3768, '1978-08-09 18:35:03', 23.51, 121.46, 22, 5.5, 'ms', 'usp0000vzu', 'Taiwan', 'earthquake\r'), +(3769, '1978-08-09 20:39:24', -15.514, 166.739, 33, 5.5, 'mb', 'usp0000vzx', 'Vanuatu', 'earthquake\r'), +(3770, '1978-08-10 07:59:58', 73.336, 54.792, 0, 5.9, 'mb', 'usp0000w02', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(3771, '1978-08-10 16:53:37', -35.863, -17.648, 10, 6, 'ms', 'usp0000w06', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3772, '1978-08-10 20:07:20', -16.663, 175.67, 33, 5.5, 'mb', 'usp0000w08', 'Fiji region', 'earthquake\r'), +(3773, '1978-08-13 10:12:50', 4.551, 126.63, 113, 5.5, 'mb', 'usp0000w1f', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(3774, '1978-08-13 20:53:54', -17.812, -178.352, 599, 5.5, 'mb', 'usp0000w1t', 'Fiji region', 'earthquake\r'), +(3775, '1978-08-14 06:53:56', -59.763, -26.441, 98, 5.6, 'mb', 'usp0000w25', 'South Sandwich Islands region', 'earthquake\r'), +(3776, '1978-08-14 18:46:24', 49.871, 156.276, 86, 5.8, 'mb', 'usp0000w2c', 'Kuril Islands', 'earthquake\r'), +(3777, '1978-08-14 23:45:02', -7.91, 146.891, 145, 5.8, 'mb', 'usp0000w2g', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3778, '1978-08-15 12:37:13', -30.529, -178.182, 33, 6.4, 'ms', 'usp0000w2v', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3779, '1978-08-15 12:55:19', 33.956, 142.287, 47, 5.5, 'mb', 'usp0000w2w', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(3780, '1978-08-15 17:10:57', -8.069, 125.514, 33, 5.6, 'mb', 'usp0000w2y', 'East Timor region', 'earthquake\r'), +(3781, '1978-08-17 08:32:19', -22.174, -179.56, 593, 5.6, 'mb', 'usp0000w3g', 'south of the Fiji Islands', 'earthquake\r'), +(3782, '1978-08-17 08:51:51', -21.067, -174.322, 20, 5.7, 'mb', 'usp0000w3h', 'Tonga', 'earthquake\r'), +(3783, '1978-08-18 15:35:18', 14.374, -91.454, 96, 5.5, 'mb', 'usp0000w3u', 'Guatemala', 'earthquake\r'), +(3784, '1978-08-21 00:28:23', -31.271, -67.773, 10, 5.6, 'mb', 'usp0000w4z', 'San Juan, Argentina', 'earthquake\r'), +(3785, '1978-08-21 05:41:43', 5.57, 126.232, 44, 5.7, 'mb', 'usp0000w55', 'Mindanao, Philippines', 'earthquake\r'), +(3786, '1978-08-21 22:05:03', -47.669, 32.54, 10, 6.2, 'ms', 'usp0000w5c', 'Prince Edward Islands region', 'earthquake\r'), +(3787, '1978-08-23 00:38:32', 10.204, -85.222, 56, 7, 'ms', 'usp0000w5v', 'Costa Rica', 'earthquake\r'), +(3788, '1978-08-23 19:34:02', 4.035, 126.596, 71, 5.5, 'mb', 'usp0000w6c', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(3789, '1978-08-28 08:04:13', -50.052, 163.461, 33, 5.6, 'mb', 'usp0000w8j', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(3790, '1978-08-29 02:37:07', 50.008, 78.996, 0, 5.9, 'mb', 'usp0000w8w', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3791, '1978-08-31 10:08:10', 6.576, 126.903, 61, 5.7, 'mb', 'usp0000w9x', 'Mindanao, Philippines', 'earthquake\r'), +(3792, '1978-09-01 04:16:42', -17.414, 168.001, 32, 5.9, 'ms', 'usp0000wa8', 'Vanuatu', 'earthquake\r'), +(3793, '1978-09-01 07:14:49', -30.682, -178.017, 17, 5.6, 'mb', 'usp0000wab', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3794, '1978-09-01 09:56:01', -7.451, 156.599, 33, 6.2, 'ms', 'usp0000wad', 'Solomon Islands', 'earthquake\r'), +(3795, '1978-09-01 10:07:51', -7.521, 156.542, 16, 5.5, 'mb', 'usp0000wae', 'Solomon Islands', 'earthquake\r'), +(3796, '1978-09-02 01:57:33', 24.896, 121.985, 109, 6.1, 'mb', 'usp0000waz', 'Taiwan', 'earthquake\r'), +(3797, '1978-09-02 03:24:08', -7.247, 156.642, 33, 5.5, 'mb', 'usp0000wb0', 'Solomon Islands', 'earthquake\r'), +(3798, '1978-09-03 00:21:16', 44.404, 38.052, 33, 5.7, 'mb', 'usp0000wbf', 'Caucasus region, Russia', 'earthquake\r'), +(3799, '1978-09-03 07:31:24', 49.453, 154.355, 109, 5.5, 'mb', 'usp0000wbw', 'Kuril Islands', 'earthquake\r'), +(3800, '1978-09-06 04:01:54', -20.143, 168.705, 36, 6, 'ms', 'usp0000wdv', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(3801, '1978-09-06 08:22:09', -29.405, -176.729, 47, 5.5, 'ms', 'usp0000wdy', 'Kermadec Islands region', 'earthquake\r'), +(3802, '1978-09-06 11:07:43', -13.316, 167.137, 198, 6, 'mb', 'usp0000wdz', 'Vanuatu', 'earthquake\r'), +(3803, '1978-09-08 21:04:27', -30.935, -178.897, 33, 5.6, 'mb', 'usp0000wf2', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3804, '1978-09-08 22:56:57', -30.367, -178.151, 33, 5.9, 'mb', 'usp0000wf4', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3805, '1978-09-10 23:24:16', 14.27, -91.497, 94, 5.6, 'mb', 'usp0000wg6', 'Guatemala', 'earthquake\r'), +(3806, '1978-09-11 07:40:53', 24.927, 124.847, 21, 5.7, 'mb', 'usp0000wgd', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(3807, '1978-09-11 22:41:31', -4.65, 129.716, 140, 5.6, 'mb', 'usp0000wgu', 'Banda Sea', 'earthquake\r'), +(3808, '1978-09-12 06:00:38', -4.562, -106.173, 33, 5.9, 'ms', 'usp0000wgw', 'central East Pacific Rise', 'earthquake\r'), +(3809, '1978-09-12 07:38:52', 11.556, 143.352, 33, 5.6, 'mb', 'usp0000wgy', 'south of the Mariana Islands', 'earthquake\r'), +(3810, '1978-09-13 17:58:20', -27.951, -176.484, 32, 5.5, 'ms', 'usp0000whj', 'Kermadec Islands region', 'earthquake\r'), +(3811, '1978-09-14 19:55:43', 10.839, 126.122, 68, 5.5, 'mb', 'usp0000wj3', 'Philippine Islands region', 'earthquake\r'), +(3812, '1978-09-15 02:36:57', 49.898, 78.925, 0, 6, 'mb', 'usp0000wja', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3813, '1978-09-15 11:39:25', 48.254, 154.276, 44, 6, 'mb', 'usp0000wjh', 'Kuril Islands', 'earthquake\r'), +(3814, '1978-09-16 15:35:57', 33.386, 57.434, 33, 7.4, 'ms', 'usp0000wjx', 'eastern Iran', 'earthquake\r'), +(3815, '1978-09-16 23:38:09', -25.731, -177.947, 221, 5.7, 'mb', 'usp0000wk8', 'south of the Fiji Islands', 'earthquake\r'), +(3816, '1978-09-18 23:58:29', -63.023, -157.733, 33, 5.5, 'mb', 'usp0000wmd', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(3817, '1978-09-20 15:20:26', -5.521, 153.81, 46, 5.5, 'mb', 'usp0000wn8', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(3818, '1978-09-21 06:27:17', -6.673, 105.576, 63, 5.5, 'mb', 'usp0000wnd', 'Sunda Strait, Indonesia', 'earthquake\r'), +(3819, '1978-09-23 16:32:11', -13.919, 167.209, 201, 6.3, 'mb', 'usp0000wph', 'Vanuatu', 'earthquake\r'), +(3820, '1978-09-26 00:41:11', -13.312, 167.069, 202, 5.6, 'mb', 'usp0000wr2', 'Vanuatu', 'earthquake\r'), +(3821, '1978-09-26 06:07:44', 1.154, 120.297, 33, 5.7, 'mb', 'usp0000wr7', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(3822, '1978-09-26 14:24:44', 12.576, 143.256, 91, 5.8, 'mb', 'usp0000wre', 'Guam region', 'earthquake\r'), +(3823, '1978-09-27 02:04:58', 73.38, 54.669, 0, 5.6, 'mb', 'usp0000wrq', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(3824, '1978-09-28 09:38:33', 51.258, 159.793, 33, 5.5, 'ms', 'usp0000ws4', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(3825, '1978-09-28 10:31:29', -19.135, 168.981, 145, 5.6, 'mb', 'usp0000ws8', 'Vanuatu', 'earthquake\r'), +(3826, '1978-09-29 16:21:41', 18.615, -102.262, 96, 5.5, 'mb', 'usp0000wsx', 'Michoacan, Mexico', 'earthquake\r'), +(3827, '1978-09-30 01:43:10', -30.891, -177.872, 35, 5.7, 'mw', 'iscgem677417', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3828, '1978-09-30 09:04:31', 16.603, 95.857, 10, 5.7, 'ms', 'usp0000wt3', 'near the south coast of Myanmar', 'earthquake\r'), +(3829, '1978-10-01 13:23:50', 6.682, 123.982, 46, 5.6, 'mb', 'usp0000wtg', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(3830, '1978-10-04 03:54:18', 46.27, 151.716, 115, 5.7, 'mb', 'usp0000wu8', 'Kuril Islands', 'earthquake\r'), +(3831, '1978-10-08 14:20:06', 39.389, 74.718, 62, 5.8, 'mb', 'usp0000wxb', 'southern Xinjiang, China', 'earthquake\r'), +(3832, '1978-10-10 23:47:59', -6.454, 147.466, 98, 5.5, 'mb', 'usp0000wyh', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3833, '1978-10-11 01:49:01', 33.416, 140.793, 57, 5.9, 'mb', 'usp0000wym', 'Izu Islands, Japan region', 'earthquake\r'), +(3834, '1978-10-14 18:41:14', -7.464, 112.216, 184, 5.6, 'mb', 'usp0000x09', 'Java, Indonesia', 'earthquake\r'), +(3835, '1978-10-15 05:36:13', -5.579, 148.057, 154, 5.8, 'mb', 'usp0000x0g', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3836, '1978-10-17 04:59:57', 47.818, 48.114, 0, 5.8, 'mb', 'usp0000x17', 'Russia-Kazakhstan border region', 'nuclear explosion\r'), +(3837, '1978-10-17 13:59:58', 63.143, 63.392, 0, 5.5, 'mb', 'usp0000x1a', 'Ural Mountains region, Russia', 'nuclear explosion\r'), +(3838, '1978-10-18 23:30:20', 41.214, 143.905, 33, 5.5, 'mb', 'usp0000x1q', 'Hokkaido, Japan region', 'earthquake\r'), +(3839, '1978-10-20 18:04:02', -3.333, 150.782, 33, 5.6, 'mb', 'usp0000x2h', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(3840, '1978-10-23 08:07:32', 36.483, 70.964, 185, 5.6, 'mb', 'usp0000x3k', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(3841, '1978-10-23 18:12:27', -5.882, 146.904, 103, 5.5, 'mb', 'usp0000x3s', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3842, '1978-10-27 10:06:46', -21.906, -65.792, 280, 5.6, 'mb', 'usp0000x57', 'Potosi, Bolivia', 'earthquake\r'), +(3843, '1978-10-28 16:30:18', 50.246, 155.692, 135, 5.5, 'mb', 'usp0000x5k', 'Kuril Islands', 'earthquake\r'), +(3844, '1978-10-29 04:06:04', -5.441, 152.005, 60, 5.9, 'mb', 'usp0000x61', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3845, '1978-10-29 19:01:07', -0.078, 124.876, 71, 5.5, 'mb', 'usp0000x6e', 'Molucca Sea', 'earthquake\r'), +(3846, '1978-10-30 13:42:15', 8.05, 122.286, 33, 5.7, 'ms', 'usp0000x6q', 'Mindanao, Philippines', 'earthquake\r'), +(3847, '1978-10-31 16:54:45', -27.534, -176.518, 33, 5.6, 'ms', 'usp0000x75', 'Kermadec Islands region', 'earthquake\r'), +(3848, '1978-11-01 19:48:28', 39.349, 72.615, 40, 6.8, 'ms', 'usp0000x7g', 'Tajikistan', 'earthquake\r'), +(3849, '1978-11-03 03:21:26', -57.932, -25.477, 90, 5.6, 'mb', 'usp0000x85', 'South Sandwich Islands region', 'earthquake\r'), +(3850, '1978-11-04 05:05:58', 50.046, 78.983, 0, 5.6, 'mb', 'usp0000x8r', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3851, '1978-11-04 15:22:19', 37.674, 48.901, 34, 6.1, 'mb', 'usp0000x8y', 'northwestern Iran', 'earthquake\r'), +(3852, '1978-11-04 22:29:22', -11.23, 162.176, 33, 6.9, 'ms', 'usp0000x94', 'Solomon Islands', 'earthquake\r'), +(3853, '1978-11-04 22:51:55', -11.178, 162.085, 33, 6, 'ms', 'usp0000x96', 'Solomon Islands', 'earthquake\r'), +(3854, '1978-11-04 23:01:31', -11.037, 162.198, 33, 5.6, 'mb', 'usp0000x97', 'Solomon Islands', 'earthquake\r'), +(3855, '1978-11-05 03:57:04', -11.153, 162.253, 33, 5.7, 'ms', 'usp0000x9g', 'Solomon Islands', 'earthquake\r'), +(3856, '1978-11-05 22:02:07', -11.132, 162.136, 33, 7.1, 'ms', 'usp0000x9z', 'Solomon Islands', 'earthquake\r'), +(3857, '1978-11-07 17:34:00', -10.996, 162.221, 33, 6.1, 'ms', 'usp0000xaz', 'Solomon Islands', 'earthquake\r'), +(3858, '1978-11-08 00:57:48', 39.328, 72.568, 41, 5.5, 'mb', 'usp0000xb7', 'Tajikistan', 'earthquake\r'), +(3859, '1978-11-08 12:30:29', -28.478, 62.359, 10, 5.7, 'mb', 'usp0000xbh', 'Southwest Indian Ridge', 'earthquake\r'), +(3860, '1978-11-09 00:51:28', -10.812, 161.368, 29, 5.8, 'ms', 'usp0000xbv', 'Solomon Islands', 'earthquake\r'), +(3861, '1978-11-10 13:25:00', -11.205, 162.068, 33, 5.6, 'mb', 'usp0000xcj', 'Solomon Islands', 'earthquake\r'), +(3862, '1978-11-12 21:37:43', -54.067, -1.784, 33, 5.7, 'ms', 'usp0000xdy', 'Bouvet Island region', 'earthquake\r'), +(3863, '1978-11-15 07:47:22', 47.892, 146.569, 29, 5.9, 'mb', 'usp0000xf5', 'northwest of the Kuril Islands', 'earthquake\r'), +(3864, '1978-11-19 16:28:39', -7.183, 154.813, 33, 5.6, 'mb', 'usp0000xhb', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3865, '1978-11-21 11:03:42', -3.268, 146.911, 33, 5.7, 'ms', 'usp0000xj9', 'Bismarck Sea', 'earthquake\r'), +(3866, '1978-11-22 09:32:20', 8.586, 126.038, 33, 5.5, 'mb', 'usp0000xk0', 'Mindanao, Philippines', 'earthquake\r'), +(3867, '1978-11-23 04:41:39', -26.179, -177.69, 172, 5.5, 'mb', 'usp0000xkc', 'south of the Fiji Islands', 'earthquake\r'), +(3868, '1978-11-27 09:43:26', -57.923, -25.184, 52, 5.6, 'mb', 'usp0000xn5', 'South Sandwich Islands region', 'earthquake\r'), +(3869, '1978-11-27 23:50:21', -10.852, 162.132, 33, 5.9, 'ms', 'usp0000xnb', 'Solomon Islands', 'earthquake\r'), +(3870, '1978-11-29 04:33:03', 49.956, 78.765, 0, 6, 'mb', 'usp0000xnu', 'eastern Kazakhstan', 'nuclear explosion\r'), +(3871, '1978-11-29 11:10:51', -15.506, 168.083, 33, 5.5, 'mb', 'usp0000xny', 'Vanuatu', 'earthquake\r'), +(3872, '1978-11-29 19:52:48', 16.01, -96.591, 18, 7.7, 'ms', 'usp0000xp7', 'Oaxaca, Mexico', 'earthquake\r'), +(3873, '1978-11-29 20:49:49', 16.184, -96.63, 22, 5.7, 'mb', 'usp0000xpa', 'Oaxaca, Mexico', 'earthquake\r'), +(3874, '1978-11-30 17:31:58', -21.903, -138.975, 0, 5.9, 'mb', 'usp0000xq2', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(3875, '1978-12-01 11:43:28', 50.929, 158.862, 42, 5.5, 'mb', 'usp0000xqb', 'east of the Kuril Islands', 'earthquake\r'), +(3876, '1978-12-01 15:35:21', -10.155, 161.397, 93, 6, 'mb', 'usp0000xqd', 'Solomon Islands', 'earthquake\r'), +(3877, '1978-12-01 17:10:30', 8.665, 122.206, 40, 5.8, 'mb', 'usp0000xqf', 'Mindanao, Philippines', 'earthquake\r'), +(3878, '1978-12-03 12:18:58', -4.528, 152.293, 33, 5.5, 'mb', 'usp0000xre', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(3879, '1978-12-04 19:59:11', -59.552, -26.413, 10, 5.5, 'ms', 'usp0000xrz', 'South Sandwich Islands region', 'earthquake\r'), +(3880, '1978-12-06 11:53:34', 13.145, -89.635, 33, 5.9, 'ms', 'usp0000xsm', 'offshore El Salvador', 'earthquake\r'), +(3881, '1978-12-06 13:28:36', 17.447, -54.786, 10, 5.8, 'ms', 'usp0000xsp', 'North Atlantic Ocean', 'earthquake\r'), +(3882, '1978-12-06 14:02:01', 44.592, 146.581, 91, 6.7, 'mb', 'usp0000xsq', 'Kuril Islands', 'earthquake\r'), +(3883, '1978-12-06 14:26:53', 13.713, -92.288, 32, 5.7, 'mb', 'usp0000xsr', 'offshore Guatemala', 'earthquake\r'), +(3884, '1978-12-09 04:17:06', 45.344, 150.114, 54, 5.6, 'mb', 'usp0000xue', 'Kuril Islands', 'earthquake\r'), +(3885, '1978-12-10 02:38:04', -4.561, 129.699, 33, 5.7, 'mb', 'usp0000xv6', 'Banda Sea', 'earthquake\r'), +(3886, '1978-12-10 03:25:40', -30.346, -177.917, 134, 5.5, 'mb', 'usp0000xv8', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3887, '1978-12-11 03:33:53', -7.068, 117.98, 463, 5.9, 'mb', 'usp0000xvv', 'Bali Sea', 'earthquake\r'), +(3888, '1978-12-12 11:44:16', 7.33, 123.492, 33, 6.9, 'ms', 'usp0000xwj', 'Mindanao, Philippines', 'earthquake\r'), +(3889, '1978-12-12 13:47:20', 21.953, 123.807, 33, 5.6, 'mb', 'usp0000xwm', 'southeast of Taiwan', 'earthquake\r'), +(3890, '1978-12-14 07:05:21', 32.139, 49.646, 33, 6.2, 'ms', 'usp0000xxb', 'western Iran', 'earthquake\r'), +(3891, '1978-12-14 19:25:59', 0.536, 126.022, 60, 6, 'mb', 'usp0000xxq', 'Molucca Sea', 'earthquake\r'), +(3892, '1978-12-15 08:30:35', 52.11, 175.227, 47, 5.6, 'ms', 'usp0000xy0', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3893, '1978-12-18 07:59:56', 47.787, 48.192, 0, 6, 'mb', 'usp0000xz3', 'Russia-Kazakhstan border region', 'nuclear explosion\r'), +(3894, '1978-12-18 10:15:53', -54.476, 2.073, 10, 6.5, 'ms', 'usp0000xz6', 'Bouvet Island region', 'earthquake\r'), +(3895, '1978-12-18 18:57:59', -6.172, 130.74, 92, 5.6, 'mb', 'usp0000xzf', 'Banda Sea', 'earthquake\r'), +(3896, '1978-12-19 08:57:25', 11.753, -87.356, 32, 5.6, 'ms', 'usp0000xzw', 'near the coast of Nicaragua', 'earthquake\r'), +(3897, '1978-12-20 15:51:58', 3.872, 126.735, 33, 5.7, 'mb', 'usp0000y0h', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(3898, '1978-12-21 00:35:50', -21.817, -179.503, 593, 5.6, 'mb', 'usp0000y0q', 'Fiji region', 'earthquake\r'), +(3899, '1978-12-21 01:13:55', -36.286, -72.463, 47, 5.7, 'mb', 'usp0000y0r', 'Bio-Bio, Chile', 'earthquake\r'), +(3900, '1978-12-21 14:36:53', -11.206, 162.579, 30, 6.3, 'ms', 'usp0000y11', 'Solomon Islands', 'earthquake\r'), +(3901, '1978-12-23 05:10:51', -8.254, 121.492, 33, 5.8, 'mb', 'usp0000y1r', 'Flores region, Indonesia', 'earthquake\r'), +(3902, '1978-12-23 10:24:16', 32.492, 141.378, 21, 5.5, 'ms', 'usp0000y1x', 'Izu Islands, Japan region', 'earthquake\r'), +(3903, '1978-12-23 11:23:12', 23.247, 122.075, 33, 7, 'ms', 'usp0000y1y', 'Taiwan region', 'earthquake\r'), +(3904, '1978-12-25 23:57:55', 10.366, -103.865, 10, 6.5, 'ms', 'usp0000y47', 'northern East Pacific Rise', 'earthquake\r'), +(3905, '1978-12-27 16:24:26', -56.543, -142.571, 10, 5.6, 'ms', 'usp0000y55', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(3906, '1978-12-27 17:46:10', 41.108, 13.582, 390, 5.6, 'mb', 'usp0000y56', 'southern Italy', 'earthquake\r'), +(3907, '1979-01-06 01:31:48', -8.883, -75.728, 33, 5.7, 'mb', 'usp0000yac', 'central Peru', 'earthquake\r'), +(3908, '1979-01-07 00:25:24', -22.945, -175.464, 33, 5.5, 'mb', 'usp0000yar', 'Tonga region', 'earthquake\r'), +(3909, '1979-01-07 10:51:01', -27.984, -176.599, 29, 5.6, 'ms', 'usp0000yaw', 'Kermadec Islands region', 'earthquake\r'), +(3910, '1979-01-08 07:27:05', -4.169, 135.989, 33, 5.5, 'mb', 'usp0000yba', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(3911, '1979-01-10 01:26:09', 26.609, 60.925, 33, 5.8, 'ms', 'usp0000yc1', 'southeastern Iran', 'earthquake\r'), +(3912, '1979-01-10 13:24:14', 16.944, -93.543, 156, 5.6, 'mb', 'usp0000yc9', 'Chiapas, Mexico', 'earthquake\r'), +(3913, '1979-01-10 15:05:48', 26.519, 61.013, 33, 5.9, 'ms', 'usp0000ycb', 'Iran-Pakistan border region', 'earthquake\r'), +(3914, '1979-01-11 06:28:14', -4.08, 101.252, 32, 6.2, 'ms', 'usp0000ycq', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3915, '1979-01-13 19:33:40', -35.204, -16.628, 10, 5.6, 'ms', 'usp0000ye0', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(3916, '1979-01-16 07:13:31', 52.499, -167.921, 44, 5.5, 'mb', 'usp0000yf1', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(3917, '1979-01-16 09:50:10', 33.897, 59.472, 33, 6.7, 'ms', 'usp0000yf2', 'eastern Iran', 'earthquake\r'), +(3918, '1979-01-16 15:05:05', -45.56, 96.184, 10, 6.1, 'ms', 'usp0000yf8', 'southeast Indian Ridge', 'earthquake\r'), +(3919, '1979-01-16 19:27:10', 38.262, 15.005, 11, 5.5, 'ms', 'usp0000yf9', 'Sicily, Italy', 'earthquake\r'), +(3920, '1979-01-17 07:59:56', 47.883, 48.128, 0, 6, 'mb', 'usp0000yfe', 'Russia-Kazakhstan border region', 'nuclear explosion\r'), +(3921, '1979-01-17 14:16:01', -9.511, 161.08, 93, 5.7, 'mb', 'usp0000yfg', 'Solomon Islands', 'earthquake\r'), +(3922, '1979-01-17 19:27:11', 13.406, 145.988, 55, 5.5, 'mb', 'usp0000yfp', 'Guam region', 'earthquake\r'), +(3923, '1979-01-19 11:56:15', 41.535, 143.919, 17, 5.5, 'mb', 'usp0000yge', 'Hokkaido, Japan region', 'earthquake\r'), +(3924, '1979-01-24 01:30:59', -6.239, 155.225, 160, 5.5, 'mb', 'usp0000yjj', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3925, '1979-01-25 04:08:14', -29.937, -177.455, 14, 6.4, 'ms', 'usp0000yk3', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3926, '1979-01-25 19:30:06', 60.131, -153.121, 105, 5.5, 'mb', 'usp0000ykb', 'Southern Alaska', 'earthquake\r'), +(3927, '1979-01-26 10:04:32', 17.413, -100.877, 41, 6.6, 'ms', 'usp0000yks', 'Guerrero, Mexico', 'earthquake\r'), +(3928, '1979-01-26 17:10:44', 17.554, -100.988, 39, 5.6, 'ms', 'usp0000ykv', 'Guerrero, Mexico', 'earthquake\r'), +(3929, '1979-01-27 07:03:49', -30.573, -177.782, 33, 5.5, 'mb', 'usp0000ym5', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(3930, '1979-01-27 18:15:00', -18.544, 168.207, 25, 6.3, 'ms', 'usp0000yma', 'Vanuatu', 'earthquake\r'), +(3931, '1979-01-27 18:57:55', 54.768, -161.25, 17, 6, 'ms', 'usp0000ymc', 'Alaska Peninsula', 'earthquake\r'), +(3932, '1979-01-28 19:45:22', 11.927, -43.727, 22, 5.8, 'mb', 'usp0000ymn', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(3933, '1979-01-29 05:43:01', -24.658, 179.958, 503, 5.5, 'mb', 'usp0000yn3', 'south of the Fiji Islands', 'earthquake\r'), +(3934, '1979-01-31 12:36:25', 42.782, 131.197, 545, 5.7, 'mb', 'usp0000ynu', 'eastern Russia-northeastern China border region', 'earthquake\r'), +(3935, '1979-02-03 07:47:29', 0.052, 125.997, 56, 5.8, 'mb', 'usp0000ypn', 'Molucca Sea', 'earthquake\r'), +(3936, '1979-02-07 21:02:07', 5.21, 127.295, 129, 6.2, 'mb', 'usp0000yra', 'Philippine Islands region', 'earthquake\r'), +(3937, '1979-02-09 02:00:12', -56.316, -26.887, 104, 5.6, 'mb', 'usp0000yrm', 'South Sandwich Islands region', 'earthquake\r'), +(3938, '1979-02-11 08:46:41', -17.705, -178.696, 556, 5.5, 'mb', 'usp0000yst', 'Fiji region', 'earthquake\r'), +(3939, '1979-02-11 16:18:37', -21.043, 173.919, 33, 5.5, 'ms', 'usp0000ysx', 'Vanuatu region', 'earthquake\r'), +(3940, '1979-02-11 17:30:18', 5.767, 124.73, 81, 5.5, 'mb', 'usp0000yt0', 'Mindanao, Philippines', 'earthquake\r'), +(3941, '1979-02-11 17:56:26', -20.855, -68.629, 77, 5.5, 'mb', 'usp0000yt1', 'Tarapaca, Chile', 'earthquake\r'), +(3942, '1979-02-11 22:22:21', 5.987, 125.919, 142, 6.1, 'mb', 'usp0000yt3', 'Mindanao, Philippines', 'earthquake\r'), +(3943, '1979-02-13 05:34:26', 55.453, -157.162, 33, 6.7, 'ms', 'usp0000yu0', 'Alaska Peninsula', 'earthquake\r'), +(3944, '1979-02-13 10:36:17', 33.318, 57.431, 33, 5.5, 'mb', 'usp0000yu5', 'eastern Iran', 'earthquake\r'), +(3945, '1979-02-14 16:55:04', -15.559, 167.573, 123, 5.8, 'mb', 'usp0000yuz', 'Vanuatu', 'earthquake\r'), +(3946, '1979-02-16 00:31:16', -13.626, 166.675, 60, 6.2, 'mb', 'usp0000yvm', 'Vanuatu', 'earthquake\r'), +(3947, '1979-02-16 10:08:53', -16.39, -72.658, 53, 6.9, 'ms', 'usp0000yvv', 'near the coast of southern Peru', 'earthquake\r'), +(3948, '1979-02-16 22:18:20', -16.5, -72.656, 52, 5.5, 'mb', 'usp0000yw3', 'near the coast of southern Peru', 'earthquake\r'), +(3949, '1979-02-18 02:42:35', -6.826, 116.126, 33, 5.5, 'mb', 'usp0000ywr', 'Bali Sea', 'earthquake\r'), +(3950, '1979-02-18 05:23:49', -43.432, 40.779, 10, 6.1, 'ms', 'usp0000yws', 'Prince Edward Islands region', 'earthquake\r'), +(3951, '1979-02-19 00:35:46', 5.683, 124.696, 61, 5.5, 'mb', 'usp0000yx5', 'Mindanao, Philippines', 'earthquake\r'), +(3952, '1979-02-20 06:32:32', 40.232, 143.703, 10, 6.4, 'ms', 'usp0000yxm', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(3953, '1979-02-21 13:39:08', 40.356, 143.694, 30, 5.5, 'mb', 'usp0000yy6', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(3954, '1979-02-22 18:30:58', -0.161, -17.72, 10, 5.6, 'ms', 'usp0000yyx', 'north of Ascension Island', 'earthquake\r'), +(3955, '1979-02-23 16:35:50', -0.238, 132.075, 43, 5.5, 'mb', 'usp0000yzc', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(3956, '1979-02-23 22:36:31', 12.829, 124.599, 26, 5.7, 'ms', 'usp0000yzh', 'Samar, Philippines', 'earthquake\r'), +(3957, '1979-02-26 04:55:55', -8.159, 156.384, 33, 5.5, 'mb', 'usp0000z0g', 'Solomon Islands', 'earthquake\r'), +(3958, '1979-02-27 04:01:29', -14.969, 167.33, 110, 5.6, 'mb', 'usp0000z11', 'Vanuatu', 'earthquake\r'), +(3959, '1979-02-28 21:27:06', 60.642, -141.593, 15, 7.1, 'ms', 'usp0000z2a', 'Southern Alaska', 'earthquake\r'), +(3960, '1979-03-01 14:33:15', 0.673, -80.073, 33, 5.6, 'mb', 'usp0000z3p', 'near the coast of Ecuador', 'earthquake\r'), +(3961, '1979-03-04 23:53:38', -16.557, 177.41, 33, 5.9, 'ms', 'usp0000z5j', 'Fiji', 'earthquake\r'), +(3962, '1979-03-06 03:46:25', -5.86, 145.785, 107, 5.5, 'mb', 'usp0000z5z', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3963, '1979-03-08 14:49:53', 1.03, 120.402, 28, 6, 'ms', 'usp0000z7h', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(3964, '1979-03-09 01:26:34', -9.558, 147.959, 33, 6.1, 'ms', 'usp0000z7v', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(3965, '1979-03-11 06:06:41', -22.301, -69.022, 61, 5.5, 'mb', 'usp0000z9b', 'Antofagasta, Chile', 'earthquake\r'), +(3966, '1979-03-12 06:38:12', -56.077, -122.44, 10, 6.1, 'ms', 'usp0000z9z', 'southern East Pacific Rise', 'earthquake\r'), +(3967, '1979-03-12 22:48:07', -39.087, 46.236, 10, 5.5, 'mb', 'usp0000za6', 'Southwest Indian Ridge', 'earthquake\r'), +(3968, '1979-03-14 11:07:16', 17.813, -101.276, 49, 7.6, 'ms', 'usp0000zbw', 'Guerrero, Mexico', 'earthquake\r'), +(3969, '1979-03-14 12:01:25', 17.952, -101.283, 52, 5.5, 'mb', 'usp0000zbx', 'Guerrero, Mexico', 'earthquake\r'), +(3970, '1979-03-15 12:52:29', 23.157, 101.138, 33, 6.2, 'ms', 'usp0000zcp', 'Yunnan, China', 'earthquake\r'), +(3971, '1979-03-16 15:35:23', 5.228, 96.327, 33, 5.8, 'ms', 'usp0000zed', 'northern Sumatra, Indonesia', 'earthquake\r'), +(3972, '1979-03-19 00:02:01', -17.586, -172.843, 33, 5.5, 'mb', 'usp0000zg9', 'Tonga region', 'earthquake\r'), +(3973, '1979-03-19 22:31:07', -36.719, 78.744, 10, 6.2, 'ms', 'usp0000zgy', 'Mid-Indian Ridge', 'earthquake\r'), +(3974, '1979-03-20 13:00:09', -36.65, 78.682, 10, 6, 'ms', 'usp0000zhm', 'Mid-Indian Ridge', 'earthquake\r'), +(3975, '1979-03-20 21:41:21', -35.681, -71.146, 91, 5.5, 'mb', 'usp0000zhu', 'Maule, Chile', 'earthquake\r'), +(3976, '1979-03-21 05:35:13', -7.352, 154.428, 33, 5.6, 'mb', 'usp0000zj8', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(3977, '1979-03-23 17:21:55', 26.74, -110.806, 15, 5.6, 'ms', 'usp0000zmk', 'Gulf of California', 'earthquake\r'), +(3978, '1979-03-23 19:32:31', 17.987, -69.044, 80, 6.1, 'mb', 'usp0000zmq', 'Dominican Republic region', 'earthquake\r'), +(3979, '1979-03-29 02:01:33', 42.004, 83.406, 33, 5.9, 'mb', 'usp0000zqz', 'northern Xinjiang, China', 'earthquake\r'), +(3980, '1979-03-29 07:07:23', 32.152, 96.961, 33, 5.8, 'ms', 'usp0000zr6', 'southern Qinghai, China', 'earthquake\r'), +(3981, '1979-03-30 17:10:26', -56.171, -27.254, 132, 5.5, 'mb', 'usp0000zs2', 'South Sandwich Islands region', 'earthquake\r'), +(3982, '1979-03-30 22:15:33', -4.166, 131.448, 33, 5.6, 'mb', 'usp0000zs7', 'Banda Sea', 'earthquake\r'), +(3983, '1979-03-31 13:20:54', 29.181, 142.338, 55, 5.7, 'ms', 'usp0000zsf', 'Izu Islands, Japan region', 'earthquake\r'), +(3984, '1979-04-01 07:16:17', -5.108, 130.102, 31, 5.6, 'mb', 'usp0000zsw', 'Banda Sea', 'earthquake\r'), +(3985, '1979-04-01 07:25:00', 5.267, 125.487, 72, 5.7, 'mb', 'usp0000zsx', 'Mindanao, Philippines', 'earthquake\r'), +(3986, '1979-04-04 13:19:59', 19.716, 123.694, 14, 5.6, 'mb', 'usp0000zuc', 'Philippine Islands region', 'earthquake\r'), +(3987, '1979-04-06 06:13:20', -4.056, 102.413, 59, 5.5, 'mb', 'usp0000zv0', 'southern Sumatra, Indonesia', 'earthquake\r'), +(3988, '1979-04-07 06:18:33', 41.987, -126.816, 15, 5.5, 'mb', 'usp0000zvn', 'off the coast of Northern California', 'earthquake\r'), +(3989, '1979-04-10 01:42:22', 2.963, 126.933, 37, 6.8, 'ms', 'usp0000zxb', 'Molucca Sea', 'earthquake\r'), +(3990, '1979-04-14 10:00:25', -36.007, -102.601, 10, 6.5, 'ms', 'usp0000zzp', 'southeast of Easter Island', 'earthquake\r'), +(3991, '1979-04-15 06:19:44', 42.096, 19.209, 10, 6.9, 'ms', 'usp000100b', 'Montenegro', 'earthquake\r'), +(3992, '1979-04-15 14:43:06', 42.319, 18.682, 10, 5.7, 'mb', 'usp000101a', 'Croatia-Bosnia-Montenegro border region', 'earthquake\r'), +(3993, '1979-04-15 22:14:53', 5.683, 123.615, 549, 5.9, 'mb', 'usp000101w', 'Celebes Sea', 'earthquake\r'), +(3994, '1979-04-17 04:21:56', -6.979, 129.685, 125, 5.5, 'mb', 'usp0001037', 'Banda Sea', 'earthquake\r'), +(3995, '1979-04-19 22:47:12', -1.21, 98.215, 33, 5.6, 'ms', 'usp000105c', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(3996, '1979-04-22 09:50:13', 32.986, -39.702, 10, 5.8, 'ms', 'usp000107m', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(3997, '1979-04-22 18:16:31', 0.077, 122.967, 79, 5.9, 'mb', 'usp000107x', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(3998, '1979-04-23 05:45:10', -16.535, 120.175, 33, 5.9, 'mb', 'usp0001086', 'northwest of Australia', 'earthquake\r'), +(3999, '1979-04-23 21:54:35', -52.996, 159.754, 10, 6, 'ms', 'usp000108d', 'Macquarie Island region', 'earthquake\r'), +(4000, '1979-04-24 01:45:09', -20.826, -178.688, 599, 6, 'mb', 'usp000108g', 'Fiji region', 'earthquake\r'), +(4001, '1979-04-24 21:13:32', -3.639, 141.839, 52, 5.6, 'mb', 'usp0001090', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(4002, '1979-04-26 02:00:10', -33.821, -71.901, 38, 5.8, 'ms', 'usp000109s', 'offshore Valparaiso, Chile', 'earthquake\r'), +(4003, '1979-04-28 00:54:10', -18.324, -174.631, 55, 5.6, 'mb', 'usp00010av', 'Tonga', 'earthquake\r'), +(4004, '1979-04-28 03:29:57', 0.541, 98.779, 72, 5.8, 'mb', 'usp00010az', 'Nias region, Indonesia', 'earthquake\r'), +(4005, '1979-04-28 11:38:18', -27.462, -70.953, 23, 6.1, 'ms', 'usp00010b9', 'offshore Atacama, Chile', 'earthquake\r'), +(4006, '1979-04-28 11:39:37', 1.863, 128.274, 128, 5.5, 'mb', 'usp00010ba', 'Halmahera, Indonesia', 'earthquake\r'), +(4007, '1979-04-29 13:55:59', -15.353, -178.376, 33, 5.8, 'ms', 'usp00010c2', 'Fiji region', 'earthquake\r'), +(4008, '1979-05-01 00:39:31', 9.33, 125.614, 23, 6, 'ms', 'usp00010cy', 'Mindanao, Philippines', 'earthquake\r'), +(4009, '1979-05-01 13:03:37', -21.244, 169.798, 79, 6.4, 'mb', 'usp00010d8', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4010, '1979-05-02 18:16:14', -30.71, -178.161, 42, 5.8, 'mb', 'usp00010dm', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4011, '1979-05-04 17:21:35', -21.56, -68.284, 81, 5.6, 'mb', 'usp00010em', 'Antofagasta, Chile', 'earthquake\r'), +(4012, '1979-05-05 16:17:04', -11.047, 165.508, 33, 5.9, 'ms', 'usp00010f4', 'Santa Cruz Islands', 'earthquake\r'), +(4013, '1979-05-05 20:04:58', 8.355, -70.985, 23, 5.6, 'mb', 'usp00010f9', 'Barinas, Venezuela', 'earthquake\r'), +(4014, '1979-05-06 09:07:15', -15.957, -173.928, 33, 5.6, 'ms', 'usp00010ft', 'Tonga', 'earthquake\r'), +(4015, '1979-05-07 12:52:06', -6.311, 105.957, 117, 5.9, 'mb', 'usp00010gd', 'Sunda Strait, Indonesia', 'earthquake\r'), +(4016, '1979-05-08 19:37:36', -8.976, -108.539, 10, 5.6, 'ms', 'usp00010h4', 'central East Pacific Rise', 'earthquake\r'), +(4017, '1979-05-12 00:56:57', 11.921, 125.591, 44, 5.5, 'mb', 'usp00010k5', 'Samar, Philippines', 'earthquake\r'), +(4018, '1979-05-13 06:26:08', 18.998, 145.338, 251, 5.9, 'mb', 'usp00010m6', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(4019, '1979-05-13 17:30:57', -4.054, 123.149, 615, 5.7, 'mb', 'usp00010me', 'Banda Sea', 'earthquake\r'), +(4020, '1979-05-14 15:39:53', 44.76, 147.588, 108, 5.6, 'mb', 'usp00010n5', 'Kuril Islands', 'earthquake\r'), +(4021, '1979-05-14 23:04:03', -22.809, -69.125, 85, 5.9, 'mb', 'usp00010n9', 'Antofagasta, Chile', 'earthquake\r'), +(4022, '1979-05-15 06:59:21', 34.53, 24.437, 33, 5.6, 'ms', 'usp00010nh', 'Crete, Greece', 'earthquake\r'), +(4023, '1979-05-16 02:27:01', -35.666, -16.242, 10, 6.2, 'ms', 'usp00010nu', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(4024, '1979-05-18 20:18:01', 24.132, 142.402, 567, 5.8, 'mb', 'usp00010qu', 'Volcano Islands, Japan region', 'earthquake\r'), +(4025, '1979-05-18 23:22:25', 0.677, 126.005, 33, 6.1, 'mb', 'usp00010qx', 'Molucca Sea', 'earthquake\r'), +(4026, '1979-05-20 01:43:25', -6.046, -77.913, 33, 5.7, 'mb', 'usp00010rf', 'northern Peru', 'earthquake\r'), +(4027, '1979-05-20 03:02:33', -60.088, -29.392, 45, 5.8, 'mb', 'usp00010rj', 'South Sandwich Islands region', 'earthquake\r'), +(4028, '1979-05-20 08:14:00', 56.647, -156.725, 71, 6.4, 'mb', 'usp00010rm', 'Alaska Peninsula', 'earthquake\r'), +(4029, '1979-05-20 19:37:45', -27.149, -71.047, 33, 5.6, 'ms', 'usp00010rx', 'offshore Atacama, Chile', 'earthquake\r'), +(4030, '1979-05-20 22:59:14', 30.029, 80.31, 33, 5.9, 'ms', 'usp00010s6', 'western Xizang-India border region', 'earthquake\r'), +(4031, '1979-05-21 16:31:05', -8.299, 115.934, 76, 5.7, 'mb', 'usp00010sv', 'Bali region, Indonesia', 'earthquake\r'), +(4032, '1979-05-21 22:22:24', -15.25, -70.089, 208, 6, 'mb', 'usp00010t2', 'southern Peru', 'earthquake\r'), +(4033, '1979-05-22 01:55:56', -43.783, 78.974, 10, 5.7, 'mb', 'usp00010t6', 'Mid-Indian Ridge', 'earthquake\r'), +(4034, '1979-05-22 08:33:36', -22.813, -69.136, 58, 5.5, 'mb', 'usp00010tc', 'Antofagasta, Chile', 'earthquake\r'), +(4035, '1979-05-22 21:38:28', -60.428, -32.095, 10, 5.5, 'ms', 'usp00010tt', 'Scotia Sea', 'earthquake\r'), +(4036, '1979-05-23 00:40:42', 50.336, 159.674, 33, 5.7, 'mb', 'usp00010tw', 'east of the Kuril Islands', 'earthquake\r'), +(4037, '1979-05-23 16:30:08', -10.628, 164.948, 68, 5.6, 'mb', 'usp00010u8', 'Santa Cruz Islands region', 'earthquake\r'), +(4038, '1979-05-24 13:35:52', 0.795, 126.043, 52, 5.5, 'mb', 'usp00010up', 'Molucca Sea', 'earthquake\r'), +(4039, '1979-05-24 17:23:18', 42.255, 18.752, 8, 6.2, 'ms', 'usp00010uu', 'Croatia-Bosnia-Montenegro border region', 'earthquake\r'), +(4040, '1979-05-25 16:45:27', 52.611, -167.019, 23, 6.2, 'ms', 'usp00010vy', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4041, '1979-05-25 18:15:41', 24.113, 142.244, 591, 5.5, 'mb', 'usp00010w2', 'Volcano Islands, Japan region', 'earthquake\r'), +(4042, '1979-05-26 14:25:08', -25.998, -175.32, 33, 5.5, 'mb', 'usp00010wp', 'south of Tonga', 'earthquake\r'), +(4043, '1979-05-27 14:22:46', -9.691, 154.221, 26, 5.8, 'mb', 'usp00010y0', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(4044, '1979-05-28 09:27:32', 36.409, 31.751, 98, 5.9, 'mb', 'usp00010ys', 'western Turkey', 'earthquake\r'), +(4045, '1979-05-28 14:59:19', -24.604, -70.262, 63, 5.8, 'mb', 'usp00010yz', 'Antofagasta, Chile', 'earthquake\r'), +(4046, '1979-05-30 09:38:53', -8.207, 115.949, 25, 6.1, 'mb', 'usp0001105', 'Bali region, Indonesia', 'earthquake\r'), +(4047, '1979-05-31 16:26:20', -24.689, -177.113, 33, 5.6, 'ms', 'usp0001115', 'south of the Fiji Islands', 'earthquake\r'), +(4048, '1979-06-02 09:47:58', -30.812, 117.179, 6, 6.1, 'ms', 'usp000112d', 'Western Australia', 'earthquake\r'), +(4049, '1979-06-04 06:26:43', 15.684, -93.596, 80, 5.7, 'mb', 'usp0001138', 'offshore Chiapas, Mexico', 'earthquake\r'), +(4050, '1979-06-04 19:22:19', -18.633, 169.235, 246, 5.6, 'mb', 'usp000113h', 'Vanuatu', 'earthquake\r'), +(4051, '1979-06-06 10:54:26', -52.838, -75.098, 33, 5.5, 'mb', 'usp0001147', 'off the coast of Magallanes, Chile', 'earthquake\r'), +(4052, '1979-06-10 06:32:51', -36.28, -97.953, 10, 6, 'ms', 'usp000116j', 'West Chile Rise', 'earthquake\r'), +(4053, '1979-06-10 06:49:52', 8.106, -38.086, 10, 6, 'ms', 'usp000116k', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(4054, '1979-06-10 21:47:20', -54.326, -132.821, 10, 5.8, 'ms', 'usp000116u', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(4055, '1979-06-11 19:14:18', -5.05, 152.086, 73, 5.5, 'mb', 'usp000117e', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4056, '1979-06-12 23:11:03', -55.977, -27.868, 132, 5.8, 'mb', 'usp0001183', 'South Sandwich Islands region', 'earthquake\r'), +(4057, '1979-06-13 10:53:57', -6.528, 147.254, 81, 5.9, 'mb', 'usp000118c', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4058, '1979-06-14 11:44:46', 38.808, 26.527, 23, 5.8, 'mb', 'usp0001190', 'near the coast of western Turkey', 'earthquake\r'), +(4059, '1979-06-15 11:34:16', 34.955, 24.243, 33, 5.6, 'mb', 'usp00011ae', 'Crete, Greece', 'earthquake\r'), +(4060, '1979-06-19 17:30:21', -14.509, 167.217, 122, 5.6, 'mb', 'usp00011ea', 'Vanuatu', 'earthquake\r'), +(4061, '1979-06-21 20:50:44', -19.39, -173.361, 33, 5.5, 'mb', 'usp00011fk', 'Tonga', 'earthquake\r'), +(4062, '1979-06-22 06:30:54', 17, -94.609, 107, 6.3, 'mb', 'usp00011fr', 'Oaxaca, Mexico', 'earthquake\r'), +(4063, '1979-06-23 02:56:58', 49.918, 78.915, 0, 6.3, 'mb', 'usp00011g5', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4064, '1979-06-24 04:23:28', -2.99, 139.82, 33, 5.6, 'mb', 'usp00011gu', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(4065, '1979-06-25 05:29:06', -4.98, 145.577, 189, 6.2, 'mb', 'usp00011hg', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(4066, '1979-06-25 11:01:12', -20.02, -173.099, 42, 5.9, 'mb', 'usp00011hn', 'Tonga', 'earthquake\r'), +(4067, '1979-06-25 12:18:27', -5.956, 103.644, 69, 5.6, 'mb', 'usp00011hq', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4068, '1979-06-26 03:04:52', 36.475, 71.218, 229, 5.7, 'mb', 'usp00011j1', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(4069, '1979-06-27 09:50:04', 7.164, -82.253, 10, 6.1, 'ms', 'usp00011k0', 'south of Panama', 'earthquake\r'), +(4070, '1979-06-27 21:46:25', -29.482, -68.275, 115, 5.6, 'mb', 'usp00011k6', 'La Rioja, Argentina', 'earthquake\r'), +(4071, '1979-06-28 04:14:44', 0.384, -24.966, 10, 5.6, 'mb', 'usp00011ka', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(4072, '1979-07-01 20:38:04', 8.316, -82.943, 28, 6.5, 'ms', 'usp00011nk', 'Panama-Costa Rica border region', 'earthquake\r'), +(4073, '1979-07-04 06:07:45', 43.953, 146.704, 78, 6, 'mb', 'usp00011q1', 'Kuril Islands', 'earthquake\r'), +(4074, '1979-07-04 21:54:39', -42.369, 83.973, 10, 5.6, 'mb', 'usp00011qf', 'Mid-Indian Ridge', 'earthquake\r'), +(4075, '1979-07-06 02:01:16', -32.148, -71.321, 45, 5.7, 'mb', 'usp00011qy', 'Coquimbo, Chile', 'earthquake\r'), +(4076, '1979-07-07 03:46:57', 50.053, 79.065, 0, 5.8, 'mb', 'usp00011rb', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4077, '1979-07-07 04:01:09', 1.192, 126.213, 59, 5.6, 'mb', 'usp00011rc', 'Molucca Sea', 'earthquake\r'), +(4078, '1979-07-08 01:06:31', -13.224, -112.151, 10, 5.6, 'ms', 'usp00011rw', 'central East Pacific Rise', 'earthquake\r'), +(4079, '1979-07-08 08:55:48', -22.19, -179.579, 609, 5.5, 'mb', 'usp00011s4', 'south of the Fiji Islands', 'earthquake\r'), +(4080, '1979-07-09 10:57:22', 31.452, 119.241, 11, 5.5, 'mb', 'usp00011sj', 'Jiangsu, China', 'earthquake\r'), +(4081, '1979-07-09 16:08:10', -5.627, 153.305, 44, 6.1, 'ms', 'usp00011sm', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(4082, '1979-07-11 01:58:22', 36.612, 141.215, 42, 5.8, 'ms', 'usp00011td', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4083, '1979-07-12 23:22:17', -36.314, -98.03, 10, 5.5, 'mb', 'usp00011u5', 'southeast of Easter Island', 'earthquake\r'), +(4084, '1979-07-13 08:10:12', 33.843, 131.796, 69, 5.9, 'mb', 'usp00011uj', 'Kyushu, Japan', 'earthquake\r'), +(4085, '1979-07-14 04:59:55', 47.813, 48.097, 0, 5.6, 'mb', 'usp00011uw', 'Russia-Kazakhstan border region', 'nuclear explosion\r'), +(4086, '1979-07-17 16:01:15', -4.426, 98.757, 31, 5.7, 'mb', 'usp00011ws', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(4087, '1979-07-18 07:57:45', -7.526, 127.495, 171, 5.5, 'mb', 'usp00011x2', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(4088, '1979-07-21 12:12:14', 13.966, -93.427, 26, 5.7, 'mb', 'usp00011zp', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(4089, '1979-07-22 04:12:31', -56.228, -27.026, 90, 5.7, 'mb', 'usp0001201', 'South Sandwich Islands region', 'earthquake\r'), +(4090, '1979-07-22 05:31:33', 13.858, 124.537, 48, 5.5, 'ms', 'usp0001203', 'Catanduanes, Philippines', 'earthquake\r'), +(4091, '1979-07-24 00:53:58', -20.487, -174.212, 33, 5.9, 'ms', 'usp0001215', 'Tonga', 'earthquake\r'), +(4092, '1979-07-24 19:31:20', -11.149, 107.709, 31, 6.9, 'ms', 'usp000121k', 'south of Java, Indonesia', 'earthquake\r'), +(4093, '1979-07-24 22:23:25', 54.126, -160.886, 33, 5.5, 'ms', 'usp000121p', 'Alaska Peninsula', 'earthquake\r'), +(4094, '1979-07-25 17:56:58', -21.892, -138.993, 0, 6, 'mb', 'usp0001226', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(4095, '1979-07-28 15:22:55', 49.986, 142.576, 25, 5.5, 'mb', 'usp000123x', 'Sakhalin, Russia', 'earthquake\r'), +(4096, '1979-07-29 05:25:39', -6.373, 102.319, 27, 5.5, 'mb', 'usp000124a', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(4097, '1979-08-01 11:07:56', -54.764, 146.331, 10, 5.5, 'mb', 'usp000126e', 'west of Macquarie Island', 'earthquake\r'), +(4098, '1979-08-04 00:41:20', -62.855, -161.427, 10, 5.8, 'ms', 'usp000127f', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(4099, '1979-08-04 03:56:57', 49.901, 78.959, 0, 6.1, 'mb', 'usp000127h', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4100, '1979-08-05 00:53:46', -22.715, -177.494, 181, 6.4, 'mb', 'usp000127u', 'south of the Fiji Islands', 'earthquake\r'), +(4101, '1979-08-06 17:05:23', 37.1038333, -121.5123333, 8.315, 5.8, 'ml', 'nc1046962', 'Northern California', 'earthquake\r'), +(4102, '1979-08-07 04:41:53', -8.714, 108.856, 69, 5.6, 'mb', 'usp000128x', 'Java, Indonesia', 'earthquake\r'), +(4103, '1979-08-08 14:04:32', -56.359, -26.016, 33, 5.9, 'mb', 'usp000129u', 'South Sandwich Islands region', 'earthquake\r'), +(4104, '1979-08-10 14:42:47', -52.766, 18.482, 10, 5.8, 'mb', 'usp00012bd', 'southwest of Africa', 'earthquake\r'), +(4105, '1979-08-11 05:14:34', -52.027, 161.296, 10, 5.6, 'mb', 'usp00012bq', 'Macquarie Island region', 'earthquake\r'), +(4106, '1979-08-12 07:13:20', 34.515, 140.223, 61, 5.8, 'mb', 'usp00012ce', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4107, '1979-08-13 03:03:48', -4.87, 153.48, 88, 5.8, 'mb', 'usp00012cx', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(4108, '1979-08-16 11:55:06', 38.678, 142.924, 31, 5.6, 'ms', 'usp00012f9', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4109, '1979-08-16 21:31:26', 41.814, 130.785, 588, 6.1, 'mb', 'usp00012fp', 'North Korea', 'earthquake\r'), +(4110, '1979-08-17 12:59:07', -17.715, 167.848, 17, 6.1, 'ms', 'usp00012fz', 'Vanuatu', 'earthquake\r'), +(4111, '1979-08-17 15:18:27', -17.654, 167.75, 39, 5.7, 'ms', 'usp00012g2', 'Vanuatu', 'earthquake\r'), +(4112, '1979-08-17 20:19:36', -4.372, 127.87, 266, 5.5, 'mb', 'usp00012g8', 'Banda Sea', 'earthquake\r'), +(4113, '1979-08-18 02:51:57', 49.971, 79.01, 0, 6.1, 'mb', 'usp00012ge', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4114, '1979-08-20 03:50:52', 36.479, 70.134, 229, 6.1, 'mb', 'usp00012hf', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(4115, '1979-08-22 18:28:56', 52.274, 157.329, 134, 5.6, 'mb', 'usp00012jq', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(4116, '1979-08-24 04:26:54', 8.951, -83.483, 40, 6.4, 'ms', 'usp00012kf', 'Costa Rica', 'earthquake\r'), +(4117, '1979-08-24 16:59:31', 41.145, 108.129, 33, 5.9, 'ms', 'usp00012kv', 'western Nei Mongol, China', 'earthquake\r'), +(4118, '1979-08-25 08:44:04', 10.731, -41.688, 10, 6.6, 'ms', 'usp00012m8', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(4119, '1979-08-25 21:05:04', -15.582, 167.113, 33, 5.5, 'ms', 'usp00012mm', 'Vanuatu', 'earthquake\r'), +(4120, '1979-08-26 11:47:25', -17.675, 167.683, 10, 6, 'ms', 'usp00012mv', 'Vanuatu', 'earthquake\r'), +(4121, '1979-08-26 14:31:22', 19.066, 122.096, 15, 7.1, 'ms', 'usp00012mz', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(4122, '1979-08-27 03:09:17', -21.023, -175.846, 138, 5.5, 'mb', 'usp00012nc', 'Tonga', 'earthquake\r'), +(4123, '1979-09-01 05:27:18', 53.978, -165.204, 69, 5.8, 'mb', 'usp00012rd', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4124, '1979-09-01 17:54:57', 52.796, 161.061, 29, 5.5, 'mb', 'usp00012rr', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4125, '1979-09-04 21:03:07', -22.867, 171.652, 44, 5.6, 'ms', 'usp00012t1', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4126, '1979-09-05 07:37:39', -0.366, 132.314, 47, 5.5, 'mb', 'usp00012t6', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(4127, '1979-09-05 13:56:18', -27.551, -63.274, 556, 5.5, 'mb', 'usp00012ta', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(4128, '1979-09-06 08:09:38', -5.97, 149.672, 42, 5.8, 'ms', 'usp00012tj', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4129, '1979-09-11 11:52:47', 8.123, 125.004, 13, 5.5, 'mb', 'usp00012wb', 'Mindanao, Philippines', 'earthquake\r'), +(4130, '1979-09-12 05:17:51', -1.679, 136.04, 5, 7.9, 'ms', 'usp00012wp', 'Biak region, Indonesia', 'earthquake\r'), +(4131, '1979-09-12 06:43:37', -1.639, 136.223, 33, 5.6, 'mb', 'usp00012ws', 'Biak region, Indonesia', 'earthquake\r'), +(4132, '1979-09-12 07:16:57', -1.715, 135.788, 33, 5.5, 'mb', 'usp00012wt', 'Biak region, Indonesia', 'earthquake\r'), +(4133, '1979-09-13 06:33:03', -1.147, 136.467, 26, 5.9, 'mb', 'usp00012xf', 'Biak region, Indonesia', 'earthquake\r'), +(4134, '1979-09-13 06:41:21', -1.032, 136.535, 33, 5.6, 'mb', 'usp00012xg', 'Biak region, Indonesia', 'earthquake\r'), +(4135, '1979-09-14 07:28:32', 53.657, 169.729, 27, 5.9, 'mb', 'usp00012y8', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(4136, '1979-09-14 14:50:58', 30.589, 131.235, 33, 5.5, 'ms', 'usp00012yg', 'Kyushu, Japan', 'earthquake\r'), +(4137, '1979-09-15 10:02:13', -15.634, -69.559, 214, 5.6, 'mb', 'usp00012yv', 'Peru-Bolivia border region', 'earthquake\r'), +(4138, '1979-09-15 16:02:22', -30.074, -177.608, 33, 5.5, 'mb', 'usp00012z1', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4139, '1979-09-16 00:20:31', -58.631, -25.596, 92, 5.6, 'mb', 'usp00012z8', 'South Sandwich Islands region', 'earthquake\r'), +(4140, '1979-09-16 16:30:28', -5.709, 103.044, 35, 5.6, 'mb', 'usp00012zk', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4141, '1979-09-16 17:55:47', 3.49, 128.088, 45, 5.9, 'mb', 'usp00012zm', 'north of Halmahera, Indonesia', 'earthquake\r'), +(4142, '1979-09-19 12:53:18', -1.749, 136.223, 33, 5.5, 'mb', 'usp000130t', 'Biak region, Indonesia', 'earthquake\r'), +(4143, '1979-09-19 21:35:37', 42.812, 13.061, 16, 5.9, 'mb', 'usp000130x', 'central Italy', 'earthquake\r'), +(4144, '1979-09-22 07:59:38', 19.347, -155.072, 9, 5.7, 'mb', 'usp0001325', 'Hawaii region, Hawaii', 'earthquake\r'), +(4145, '1979-09-23 10:17:21', 52.292, 174.034, 43, 5.8, 'mb', 'usp000132w', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4146, '1979-09-23 22:43:39', -60.595, -50.223, 10, 5.9, 'mb', 'usp0001335', 'Scotia Sea', 'earthquake\r'), +(4147, '1979-09-23 23:03:25', -60.526, -50.304, 10, 6.2, 'ms', 'usp0001336', 'Scotia Sea', 'earthquake\r'), +(4148, '1979-09-24 03:29:58', 73.369, 54.708, 0, 5.7, 'mb', 'usp000133a', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(4149, '1979-09-24 06:24:30', -7.17, 154.331, 33, 5.5, 'mb', 'usp000133g', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4150, '1979-09-24 06:40:46', -60.578, -50.306, 10, 5.6, 'mb', 'usp000133h', 'Scotia Sea', 'earthquake\r'), +(4151, '1979-09-24 13:05:20', -5.709, 153.593, 33, 5.8, 'mb', 'usp000133s', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(4152, '1979-09-25 13:05:54', 45.083, 77.006, 40, 5.9, 'mb', 'usp000134g', 'eastern Kazakhstan', 'earthquake\r'), +(4153, '1979-09-27 13:59:53', -19.067, 168.717, 74, 5.8, 'mb', 'usp0001359', 'Vanuatu', 'earthquake\r'), +(4154, '1979-09-29 12:41:49', -2.81, 119.573, 21, 5.9, 'mb', 'usp0001364', 'Sulawesi, Indonesia', 'earthquake\r'), +(4155, '1979-09-29 16:09:06', -19.276, -173.358, 33, 5.5, 'mb', 'usp0001368', 'Tonga', 'earthquake\r'), +(4156, '1979-09-29 18:37:13', 1.193, 94.245, 27, 6.8, 'ms', 'usp000136a', 'off the west coast of northern Sumatra', 'earthquake\r'), +(4157, '1979-10-01 12:23:49', -21.082, -175.709, 33, 5.6, 'ms', 'usp0001374', 'Tonga', 'earthquake\r'), +(4158, '1979-10-03 11:35:14', 18.114, 94.816, 56, 5.6, 'mb', 'usp000137y', 'Myanmar', 'earthquake\r'), +(4159, '1979-10-04 19:41:19', -7.416, 128.304, 144, 5.6, 'mb', 'usp000138d', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(4160, '1979-10-05 02:12:55', 9.828, 126.254, 41, 5.5, 'mb', 'usp000138j', 'Mindanao, Philippines', 'earthquake\r'), +(4161, '1979-10-05 16:43:16', -3.552, -76.267, 116, 5.5, 'mb', 'usp000138s', 'northern Peru', 'earthquake\r'), +(4162, '1979-10-10 13:39:14', -7.213, 106.035, 33, 5.9, 'mb', 'usp00013bk', 'Java, Indonesia', 'earthquake\r'), +(4163, '1979-10-11 12:41:01', 3.791, 126.019, 125, 5.6, 'mb', 'usp00013c0', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(4164, '1979-10-12 10:25:22', -46.675, 165.707, 33, 7.4, 'ms', 'usp00013ck', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(4165, '1979-10-12 13:35:18', -46.704, 165.78, 15, 5.5, 'mb', 'usp00013cs', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(4166, '1979-10-15 23:16:54', 32.6673333, -115.3591667, 15, 6.4, 'mw', 'ci3352060', '10km E of Mexicali, B.C., MX', 'earthquake\r'), +(4167, '1979-10-16 06:58:43', 32.9986667, -115.5575, 14.19, 5.8, 'ml', 'ci3310205', '3km NW of Brawley, CA', 'earthquake\r'), +(4168, '1979-10-16 10:04:28', -1.155, 136.416, 33, 5.7, 'ms', 'usp00013fj', 'Biak region, Indonesia', 'earthquake\r'), +(4169, '1979-10-16 20:54:46', 11.659, 43.786, 7, 5.6, 'ms', 'usp00013gp', 'Djibouti region', 'earthquake\r'), +(4170, '1979-10-17 05:43:03', 18.524, 145.281, 601, 6.1, 'mb', 'usp00013h9', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(4171, '1979-10-17 10:14:12', -61.266, 154.369, 10, 5.8, 'ms', 'usp00013hh', 'Balleny Islands region', 'earthquake\r'), +(4172, '1979-10-17 23:29:26', -1.161, 136.598, 33, 6, 'mb', 'usp00013j3', 'Biak region, Indonesia', 'earthquake\r'), +(4173, '1979-10-18 03:35:27', 51.859, 177.129, 62, 6, 'mb', 'usp00013jf', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4174, '1979-10-18 05:57:47', -16.426, -172.849, 33, 5.5, 'mb', 'usp00013jn', 'Samoa Islands region', 'earthquake\r'), +(4175, '1979-10-18 07:09:58', 73.338, 54.807, 0, 5.8, 'mb', 'usp00013jp', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(4176, '1979-10-19 02:38:22', 0.524, 126.58, 51, 5.6, 'mb', 'usp00013k3', 'Molucca Sea', 'earthquake\r'), +(4177, '1979-10-20 01:41:10', -8.254, 115.847, 38, 6.2, 'ms', 'usp00013km', 'Bali region, Indonesia', 'earthquake\r'), +(4178, '1979-10-20 23:36:02', -7.372, 128.159, 140, 5.6, 'mb', 'usp00013m6', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(4179, '1979-10-22 05:58:49', 0.666, 125.921, 33, 6.3, 'ms', 'usp00013n0', 'Molucca Sea', 'earthquake\r'), +(4180, '1979-10-22 17:04:39', -64.872, -170.537, 10, 5.5, 'mb', 'usp00013n8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(4181, '1979-10-23 08:19:01', -10.596, 161.312, 33, 5.9, 'ms', 'usp00013nj', 'Solomon Islands', 'earthquake\r'), +(4182, '1979-10-23 09:51:07', -10.615, 161.284, 22, 7.1, 'ms', 'usp00013nn', 'Solomon Islands', 'earthquake\r'), +(4183, '1979-10-23 10:03:42', -10.601, 161.039, 33, 5.6, 'mb', 'usp00013np', 'Solomon Islands', 'earthquake\r'), +(4184, '1979-10-23 10:07:25', -10.634, 161.232, 33, 5.7, 'mb', 'usp00013nq', 'Solomon Islands', 'earthquake\r'), +(4185, '1979-10-23 10:11:40', -10.703, 161.857, 33, 5.8, 'mb', 'usp00013nr', 'Solomon Islands', 'earthquake\r'), +(4186, '1979-10-23 10:40:26', -10.705, 161.205, 33, 5.5, 'mb', 'usp00013nt', 'Solomon Islands', 'earthquake\r'), +(4187, '1979-10-23 15:07:33', -10.145, 161.453, 33, 5.5, 'mb', 'usp00013nz', 'Solomon Islands', 'earthquake\r'), +(4188, '1979-10-24 05:59:57', 47.806, 48.158, 0, 5.8, 'mb', 'usp00013p9', 'Russia-Kazakhstan border region', 'nuclear explosion\r'), +(4189, '1979-10-24 16:35:32', 1.439, -101.26, 10, 5.5, 'ms', 'usp00013pm', 'Galapagos Triple Junction region', 'earthquake\r'), +(4190, '1979-10-27 04:04:46', -58.76, -25.242, 33, 5.5, 'mb', 'usp00013qn', 'South Sandwich Islands region', 'earthquake\r'), +(4191, '1979-10-27 14:35:57', 13.833, -90.881, 58, 6.8, 'ms', 'usp00013qx', 'offshore Guatemala', 'earthquake\r'), +(4192, '1979-10-27 21:43:25', 13.778, -90.73, 65, 6.6, 'ms', 'usp00013r5', 'offshore Guatemala', 'earthquake\r'), +(4193, '1979-10-28 03:16:57', 49.967, 79.06, 0, 6, 'mb', 'usp00013ra', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4194, '1979-10-28 05:39:36', 35.016, 140.596, 88, 5.5, 'mb', 'usp00013rc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4195, '1979-10-30 01:37:06', 18.794, 145.132, 579, 5.6, 'mb', 'usp00013sa', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(4196, '1979-11-01 04:12:55', -1.134, 136.568, 26, 5.8, 'mb', 'usp00013t5', 'Biak region, Indonesia', 'earthquake\r'), +(4197, '1979-11-01 05:45:54', -5.859, 150.214, 33, 5.7, 'mb', 'usp00013t6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4198, '1979-11-02 01:32:20', -13.319, 166.656, 33, 6.1, 'mb', 'usp00013tk', 'Vanuatu', 'earthquake\r'), +(4199, '1979-11-02 15:53:04', -7.656, 108.252, 62, 6.1, 'mb', 'usp00013tu', 'Java, Indonesia', 'earthquake\r'), +(4200, '1979-11-03 23:17:37', -4.258, 129.649, 33, 5.7, 'ms', 'usp00013ub', 'Banda Sea', 'earthquake\r'), +(4201, '1979-11-04 14:44:12', -15.596, -173.084, 27, 5.5, 'mb', 'usp00013us', 'Tonga', 'earthquake\r'), +(4202, '1979-11-05 01:51:13', 17.828, -68.617, 104, 5.9, 'mb', 'usp00013uz', 'Dominican Republic region', 'earthquake\r'), +(4203, '1979-11-06 01:25:01', -21.081, -178.847, 589, 5.7, 'mb', 'usp00013ve', 'Fiji region', 'earthquake\r'), +(4204, '1979-11-06 11:38:32', -9.498, 159.22, 30, 6.1, 'ms', 'usp00013vp', 'Solomon Islands', 'earthquake\r'), +(4205, '1979-11-08 15:56:44', -32.314, 179.204, 440, 5.7, 'mb', 'usp00013wp', 'south of the Kermadec Islands', 'earthquake\r'), +(4206, '1979-11-09 13:45:48', 55.642, 164.112, 33, 5.7, 'mb', 'usp00013x8', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(4207, '1979-11-09 14:38:23', -17.751, -178.72, 564, 5.5, 'mb', 'usp00013x9', 'Fiji region', 'earthquake\r'), +(4208, '1979-11-09 16:39:25', -13.294, 166.743, 45, 6.1, 'ms', 'usp00013xb', 'Vanuatu', 'earthquake\r'), +(4209, '1979-11-10 07:41:27', -59.463, -150.892, 10, 5.8, 'ms', 'usp00013y4', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(4210, '1979-11-10 08:38:11', -3.421, 140.149, 40, 5.6, 'ms', 'usp00013y6', 'Papua, Indonesia', 'earthquake\r'), +(4211, '1979-11-11 16:31:22', -20.26, -176.149, 169, 5.5, 'mb', 'usp00013yz', 'Fiji region', 'earthquake\r'), +(4212, '1979-11-13 19:05:03', -4.437, 102.015, 47, 6.3, 'ms', 'usp0001406', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4213, '1979-11-13 20:43:39', -23.576, -174.858, 32, 6.6, 'ms', 'usp0001407', 'Tonga region', 'earthquake\r'), +(4214, '1979-11-14 02:21:22', 33.918, 59.741, 33, 6.6, 'ms', 'usp000140d', 'eastern Iran', 'earthquake\r'), +(4215, '1979-11-14 22:04:51', 0.889, -27.105, 10, 5.6, 'ms', 'usp000140s', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(4216, '1979-11-16 15:21:26', -16.76, -179.984, 33, 6.9, 'ms', 'usp000141q', 'Fiji region', 'earthquake\r'), +(4217, '1979-11-16 18:10:49', -1.918, 134.173, 33, 5.8, 'ms', 'usp000141t', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(4218, '1979-11-18 14:25:17', -56.58, -26.296, 85, 5.6, 'mb', 'usp000142u', 'South Sandwich Islands region', 'earthquake\r'), +(4219, '1979-11-19 22:17:20', 5.861, 125.295, 85, 6.1, 'mb', 'usp000143h', 'Mindanao, Philippines', 'earthquake\r'), +(4220, '1979-11-20 17:36:01', 71.192, -8.029, 10, 5.6, 'mb', 'usp000143u', 'Jan Mayen Island region', 'earthquake\r'), +(4221, '1979-11-21 10:24:32', -3.414, 139.724, 70, 5.5, 'mb', 'usp0001447', 'Papua, Indonesia', 'earthquake\r'), +(4222, '1979-11-22 02:41:17', -24.344, -67.385, 169, 5.8, 'mb', 'usp000144e', 'Salta, Argentina', 'earthquake\r'), +(4223, '1979-11-23 23:40:30', 4.805, -76.217, 108, 6.4, 'mb', 'usp000145h', 'Colombia', 'earthquake\r'), +(4224, '1979-11-24 19:19:04', -18.937, -176.594, 33, 6.2, 'ms', 'usp0001466', 'Fiji region', 'earthquake\r'), +(4225, '1979-11-27 11:11:42', -5.555, 147.292, 205, 5.5, 'mb', 'usp000147g', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4226, '1979-11-27 17:10:33', 33.962, 59.726, 10, 7.1, 'ms', 'usp000147t', 'eastern Iran', 'earthquake\r'), +(4227, '1979-11-27 17:37:25', -31.376, -67.881, 10, 5.8, 'mb', 'usp000147v', 'San Juan, Argentina', 'earthquake\r'), +(4228, '1979-12-01 05:52:15', -56.465, -142.451, 10, 5.5, 'mb', 'usp000149y', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(4229, '1979-12-02 04:36:58', 49.894, 78.843, 0, 6, 'mb', 'usp00014a5', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4230, '1979-12-02 05:25:17', 22.919, 121.448, 37, 5.7, 'ms', 'usp00014a6', 'Taiwan region', 'earthquake\r'), +(4231, '1979-12-06 07:06:31', 2.478, 126.125, 68, 5.6, 'mb', 'usp00014bt', 'Molucca Sea', 'earthquake\r'), +(4232, '1979-12-07 09:24:00', 34.033, 59.817, 31, 6, 'ms', 'usp00014c8', 'northeastern Iran', 'earthquake\r'), +(4233, '1979-12-07 16:12:44', -5.091, 129.809, 33, 5.5, 'mb', 'usp00014cj', 'Banda Sea', 'earthquake\r'), +(4234, '1979-12-08 08:31:34', -15.845, 168.311, 34, 5.6, 'mb', 'usp00014cz', 'Vanuatu', 'earthquake\r'), +(4235, '1979-12-08 12:58:54', 15.925, 147.068, 43, 5.5, 'mb', 'usp00014d2', 'Mariana Islands region', 'earthquake\r'), +(4236, '1979-12-11 17:26:17', 28.882, 140.701, 110, 6.1, 'mb', 'usp00014eq', 'Bonin Islands, Japan region', 'earthquake\r'), +(4237, '1979-12-12 07:59:03', 1.598, -79.358, 24, 7.7, 'ms', 'usp00014ey', 'near the coast of Ecuador', 'earthquake\r'), +(4238, '1979-12-12 08:14:50', 2.149, -79.393, 33, 5.5, 'mb', 'usp00014ez', 'south of Panama', 'earthquake\r'), +(4239, '1979-12-12 08:33:52', 2.843, -78.831, 33, 5.7, 'mb', 'usp00014f1', 'near the west coast of Colombia', 'earthquake\r'), +(4240, '1979-12-13 02:43:38', 5.509, -80.514, 33, 5.5, 'ms', 'usp00014fr', 'south of Panama', 'earthquake\r'), +(4241, '1979-12-13 05:37:48', 2.614, -79.215, 33, 5.8, 'ms', 'usp00014fx', 'south of Panama', 'earthquake\r'), +(4242, '1979-12-13 22:59:04', -22.03, 170.112, 33, 5.5, 'mb', 'usp00014gf', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4243, '1979-12-14 07:19:14', 42.819, 144.297, 67, 5.5, 'mb', 'usp00014gw', 'Hokkaido, Japan region', 'earthquake\r'), +(4244, '1979-12-15 00:02:42', -3.299, 102.712, 33, 6.6, 'ms', 'usp00014h9', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4245, '1979-12-16 21:27:57', -20.395, -173.741, 39, 5.5, 'ms', 'usp00014jf', 'Tonga', 'earthquake\r'), +(4246, '1979-12-17 01:33:14', -28.346, -176.76, 33, 5.5, 'ms', 'usp00014jk', 'Kermadec Islands region', 'earthquake\r'), +(4247, '1979-12-17 19:58:24', -8.39, 115.889, 33, 6.3, 'ms', 'usp00014jy', 'Bali region, Indonesia', 'earthquake\r'), +(4248, '1979-12-18 10:37:58', 11.393, -86.458, 68, 5.5, 'mb', 'usp00014k4', 'near the coast of Nicaragua', 'earthquake\r'), +(4249, '1979-12-20 13:11:42', -20.529, 169.225, 33, 5.5, 'ms', 'usp00014m4', 'Vanuatu', 'earthquake\r'), +(4250, '1979-12-21 06:31:52', 27.089, 97.036, 33, 5.5, 'mb', 'usp00014mj', 'Myanmar-India border region', 'earthquake\r'), +(4251, '1979-12-23 04:56:58', 49.964, 78.827, 0, 6.1, 'mb', 'usp00014nn', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4252, '1979-12-23 08:33:59', 3.502, 126.846, 33, 5.8, 'mb', 'usp00014ns', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(4253, '1979-12-25 04:40:10', -6.847, 129.634, 131, 5.8, 'mb', 'usp00014pn', 'Banda Sea', 'earthquake\r'), +(4254, '1979-12-25 11:32:51', -6.495, 129.367, 209, 5.6, 'mb', 'usp00014pp', 'Banda Sea', 'earthquake\r'), +(4255, '1979-12-25 23:46:34', -2.702, 67.959, 10, 5.6, 'ms', 'usp00014py', 'Carlsberg Ridge', 'earthquake\r'), +(4256, '1979-12-26 19:43:38', -36.003, -71.341, 92, 5.6, 'mb', 'usp00014qe', 'Maule, Chile', 'earthquake\r'), +(4257, '1979-12-30 21:19:02', 0.964, 125.99, 41, 5.8, 'mb', 'usp00014su', 'Molucca Sea', 'earthquake\r'), +(4258, '1979-12-31 02:47:50', 40.216, 144.109, 33, 5.5, 'mb', 'usp00014sx', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(4259, '1979-12-31 23:07:23', 2.099, -79.017, 33, 5.5, 'ms', 'usp00014tb', 'south of Panama', 'earthquake\r'), +(4260, '1980-01-01 16:42:40', 38.815, -27.78, 10, 6.7, 'ms', 'usp00014tu', 'Azores Islands, Portugal', 'earthquake\r'), +(4261, '1980-01-02 20:58:44', 5.984, 126.188, 63, 6, 'mb', 'usp00014ud', 'Mindanao, Philippines', 'earthquake\r'), +(4262, '1980-01-02 21:48:17', 5.935, 126.132, 76, 5.7, 'mb', 'usp00014ue', 'Mindanao, Philippines', 'earthquake\r'), +(4263, '1980-01-03 18:11:51', 0.036, 67.175, 10, 5.7, 'ms', 'usp00014v0', 'Carlsberg Ridge', 'earthquake\r'), +(4264, '1980-01-03 20:22:28', 5.688, 126.023, 114, 5.8, 'mb', 'usp00014v3', 'Mindanao, Philippines', 'earthquake\r'), +(4265, '1980-01-04 06:22:09', 6.058, 126.469, 54, 5.8, 'ms', 'usp00014vc', 'Mindanao, Philippines', 'earthquake\r'), +(4266, '1980-01-07 20:06:57', 51.324, 156.671, 112, 5.6, 'mb', 'usp00014x4', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(4267, '1980-01-08 10:08:46', 5.672, 126.038, 112, 5.7, 'mb', 'usp00014xf', 'Mindanao, Philippines', 'earthquake\r'), +(4268, '1980-01-09 03:07:58', -14.69, 167.224, 165, 5.5, 'mb', 'usp00014xs', 'Vanuatu', 'earthquake\r'), +(4269, '1980-01-12 15:31:42', 33.494, 57.191, 33, 5.9, 'ms', 'usp00014za', 'eastern Iran', 'earthquake\r'), +(4270, '1980-01-12 15:57:02', 41.679, 143.589, 33, 6, 'ms', 'usp00014zb', 'Hokkaido, Japan region', 'earthquake\r'), +(4271, '1980-01-14 00:43:14', -56.631, -27.081, 125, 5.6, 'mb', 'usp00014zy', 'South Sandwich Islands region', 'earthquake\r'), +(4272, '1980-01-14 04:10:54', 16.518, 40.268, 10, 5.7, 'ms', 'usp0001501', 'Red Sea', 'earthquake\r'), +(4273, '1980-01-14 12:19:40', -22.398, -175.035, 33, 6, 'ms', 'usp0001506', 'Tonga region', 'earthquake\r'), +(4274, '1980-01-14 21:51:02', -33.194, -69.459, 14, 5.6, 'mb', 'usp000150d', 'Mendoza, Argentina', 'earthquake\r'), +(4275, '1980-01-15 04:25:46', -22.209, -179.499, 605, 5.5, 'mb', 'usp000150n', 'south of the Fiji Islands', 'earthquake\r'), +(4276, '1980-01-16 04:00:26', -21.829, 170.585, 46, 5.6, 'ms', 'usp0001512', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4277, '1980-01-16 15:49:15', -14.541, -73.493, 94, 5.7, 'mb', 'usp0001517', 'central Peru', 'earthquake\r'), +(4278, '1980-01-18 21:55:27', -53.658, 159.628, 10, 5.9, 'ms', 'usp0001525', 'Macquarie Island region', 'earthquake\r'), +(4279, '1980-01-18 22:10:16', 37.721, 133.414, 442, 5.5, 'mb', 'usp0001526', 'Sea of Japan', 'earthquake\r'), +(4280, '1980-01-19 07:02:35', 51.317, -178.488, 50, 5.8, 'mb', 'usp000152c', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4281, '1980-01-20 07:28:44', 2.714, 128.526, 211, 5.8, 'mb', 'usp000152x', 'Halmahera, Indonesia', 'earthquake\r'), +(4282, '1980-01-20 12:20:18', -7.063, 129.356, 110, 5.5, 'mb', 'usp000152z', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(4283, '1980-01-23 01:51:44', 52.322, 160.132, 33, 5.6, 'ms', 'usp0001542', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4284, '1980-01-23 02:34:13', 52.231, 160.188, 33, 5.6, 'ms', 'usp0001545', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4285, '1980-01-23 06:52:50', 52.341, 160.191, 33, 5.7, 'mb', 'usp000154c', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4286, '1980-01-23 08:12:27', 52.287, 160.318, 33, 5.7, 'mb', 'usp000154m', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4287, '1980-01-24 19:00:10', 37.852, -121.815, 11, 5.8, 'mw', 'usp000155j', 'San Francisco Bay area, California', 'earthquake\r'), +(4288, '1980-01-25 11:38:55', 52.076, 160.295, 33, 5.5, 'mb', 'usp0001566', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4289, '1980-01-27 16:38:01', -35.379, -105.869, 10, 5.9, 'ms', 'usp000157h', 'southern East Pacific Rise', 'earthquake\r'), +(4290, '1980-01-29 07:04:40', 2.445, 128.112, 47, 5.6, 'ms', 'usp000158c', 'Halmahera, Indonesia', 'earthquake\r'), +(4291, '1980-02-03 11:58:40', -17.649, -171.184, 33, 6.4, 'ms', 'usp00015a6', 'Tonga region', 'earthquake\r'), +(4292, '1980-02-04 00:56:07', 5.436, -82.652, 10, 5.6, 'mb', 'usp00015ag', 'south of Panama', 'earthquake\r'), +(4293, '1980-02-04 03:45:56', -57.907, -7.188, 10, 6.2, 'ms', 'usp00015am', 'east of the South Sandwich Islands', 'earthquake\r'), +(4294, '1980-02-06 05:50:55', -7.883, 156.236, 40, 5.8, 'mb', 'usp00015b5', 'Solomon Islands', 'earthquake\r'), +(4295, '1980-02-07 10:49:16', -54.158, 158.89, 10, 6.5, 'ms', 'usp00015bk', 'Macquarie Island region', 'earthquake\r'), +(4296, '1980-02-07 10:59:10', -54.264, 158.77, 10, 5.8, 'mb', 'usp00015bm', 'Macquarie Island region', 'earthquake\r'), +(4297, '1980-02-10 11:54:33', 43.995, 147.231, 73, 5.5, 'mb', 'usp00015ct', 'Kuril Islands', 'earthquake\r'), +(4298, '1980-02-12 03:20:23', -4.703, 153.196, 75, 5.9, 'mb', 'usp00015dc', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(4299, '1980-02-12 04:59:07', -6.323, 146.568, 108, 5.6, 'mb', 'usp00015df', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4300, '1980-02-13 22:09:30', 36.517, 76.892, 63, 6.1, 'mb', 'usp00015e9', 'Kashmir-Xinjiang border region', 'earthquake\r'), +(4301, '1980-02-15 14:25:49', 44.533, 149.739, 35, 6, 'ms', 'usp00015fd', 'Kuril Islands', 'earthquake\r'), +(4302, '1980-02-15 15:01:05', 44.563, 149.59, 45, 5.6, 'mb', 'usp00015ff', 'Kuril Islands', 'earthquake\r'), +(4303, '1980-02-17 19:02:32', 52.663, 158.903, 33, 5.5, 'mb', 'usp00015h4', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4304, '1980-02-18 09:36:55', -14.933, 168.031, 33, 5.5, 'mb', 'usp00015hf', 'Vanuatu', 'earthquake\r'), +(4305, '1980-02-19 17:27:37', 6.703, 92.61, 33, 5.5, 'ms', 'usp00015j7', 'Nicobar Islands, India region', 'earthquake\r'), +(4306, '1980-02-21 11:13:40', -30.035, -177.219, 33, 5.5, 'mb', 'usp00015kc', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4307, '1980-02-21 14:24:25', -30.032, -177.236, 33, 5.6, 'ms', 'usp00015kg', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4308, '1980-02-21 23:53:01', 31.383, 132.313, 24, 5.5, 'ms', 'usp00015ku', 'southeast of Shikoku, Japan', 'earthquake\r'), +(4309, '1980-02-22 03:02:47', 30.506, 88.583, 33, 6.2, 'ms', 'usp00015m1', 'western Xizang', 'earthquake\r'), +(4310, '1980-02-22 21:15:42', -10.694, 161.601, 68, 5.9, 'mb', 'usp00015mn', 'Solomon Islands', 'earthquake\r'), +(4311, '1980-02-23 05:51:03', 43.53, 146.753, 44, 7, 'ms', 'usp00015mw', 'Kuril Islands', 'earthquake\r'), +(4312, '1980-02-23 06:49:26', 43.49, 146.654, 58, 5.6, 'mb', 'usp00015mx', 'Kuril Islands', 'earthquake\r'), +(4313, '1980-02-23 22:38:54', 43.243, 146.9, 45, 5.9, 'mb', 'usp00015nc', 'Kuril Islands', 'earthquake\r'), +(4314, '1980-02-25 19:34:13', -17.687, -178.5, 505, 5.5, 'mb', 'usp00015pu', 'Fiji region', 'earthquake\r'), +(4315, '1980-02-27 03:05:28', -27.431, 178.304, 621, 5.5, 'mb', 'usp00015qk', 'Kermadec Islands region', 'earthquake\r'), +(4316, '1980-02-27 06:24:38', 29.375, 130.584, 35, 5.6, 'ms', 'usp00015qq', 'Ryukyu Islands, Japan', 'earthquake\r'), +(4317, '1980-02-27 12:44:27', 43.269, 146.845, 42, 5.9, 'mb', 'usp00015qu', 'Kuril Islands', 'earthquake\r'), +(4318, '1980-02-27 21:17:20', -6.017, 150.189, 53, 6.6, 'ms', 'usp00015qz', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4319, '1980-02-27 21:21:54', -6.082, 150.038, 58, 5.9, 'mb', 'usp00015r0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4320, '1980-02-27 21:35:21', -6.187, 150.228, 66, 5.6, 'mb', 'usp00015r1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4321, '1980-02-27 23:02:42', 43.299, 146.869, 36, 5.6, 'mb', 'usp00015r2', 'Kuril Islands', 'earthquake\r'), +(4322, '1980-02-29 11:13:27', 6.299, 126.881, 104, 6.1, 'mb', 'usp00015rx', 'Mindanao, Philippines', 'earthquake\r'), +(4323, '1980-03-02 23:28:57', 26.993, 126.621, 33, 6.3, 'ms', 'usp00015ta', 'Ryukyu Islands, Japan', 'earthquake\r'), +(4324, '1980-03-03 00:33:46', 12.147, 144.011, 33, 5.7, 'ms', 'usp00015tc', 'Guam region', 'earthquake\r'), +(4325, '1980-03-03 17:19:25', 43.122, 147.328, 33, 5.5, 'mb', 'usp00015ts', 'Kuril Islands', 'earthquake\r'), +(4326, '1980-03-06 20:37:02', -44.319, -82.084, 10, 5.5, 'mb', 'usp00015v7', 'West Chile Rise', 'earthquake\r'), +(4327, '1980-03-07 08:25:08', -16.689, -72.952, 43, 5.9, 'ms', 'usp00015vh', 'near the coast of southern Peru', 'earthquake\r'), +(4328, '1980-03-08 01:00:27', -15.099, -173.606, 33, 5.7, 'ms', 'usp00015vv', 'Tonga', 'earthquake\r'), +(4329, '1980-03-08 01:13:27', -15.478, -173.557, 33, 5.6, 'ms', 'usp00015vw', 'Tonga', 'earthquake\r'), +(4330, '1980-03-08 14:29:56', -22.811, 171.39, 43, 6, 'ms', 'usp00015w8', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4331, '1980-03-08 22:12:10', -22.673, 171.357, 38, 6.7, 'ms', 'usp00015we', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4332, '1980-03-09 08:41:07', 27.176, 126.588, 33, 5.5, 'ms', 'usp00015x3', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(4333, '1980-03-12 03:21:53', 34.873, 140.424, 85, 5.5, 'mb', 'usp00015z4', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4334, '1980-03-16 10:33:09', 3.059, 126.94, 45, 5.6, 'mb', 'usp000161p', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(4335, '1980-03-22 10:27:40', 55.707, 161.484, 69, 5.7, 'mb', 'usp0001651', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4336, '1980-03-23 19:36:58', -21.878, -139.02, 0, 5.7, 'mb', 'usp0001660', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(4337, '1980-03-23 23:33:11', -29.952, -71.539, 36, 5.6, 'mb', 'usp0001664', 'offshore Coquimbo, Chile', 'earthquake\r'), +(4338, '1980-03-24 03:59:51', 52.969, -167.67, 33, 6.9, 'ms', 'usp0001668', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4339, '1980-03-24 04:02:19', 52.6, -167.453, 33, 6.1, 'mb', 'usp0001669', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4340, '1980-03-26 20:43:38', 23.867, -45.558, 10, 6.3, 'ms', 'usp000168f', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(4341, '1980-03-27 15:29:36', -17.983, -175.95, 33, 5.8, 'ms', 'usp000168y', 'Tonga', 'earthquake\r'), +(4342, '1980-03-27 15:56:35', -17.904, -175.926, 33, 5.6, 'mb', 'usp0001690', 'Tonga', 'earthquake\r'), +(4343, '1980-03-28 09:27:59', 47.111, 154.098, 33, 5.5, 'mb', 'usp000169s', 'Kuril Islands', 'earthquake\r'), +(4344, '1980-03-29 04:07:42', -4.598, 154.878, 495, 5.8, 'mb', 'usp00016aj', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4345, '1980-03-29 06:41:51', -43.079, -75.204, 33, 5.9, 'ms', 'usp00016ar', 'offshore Los Lagos, Chile', 'earthquake\r'), +(4346, '1980-03-31 07:32:32', 35.448, 135.473, 359, 5.8, 'mb', 'usp00016c8', 'western Honshu, Japan', 'earthquake\r'), +(4347, '1980-03-31 12:41:48', 16.129, 121.962, 43, 6.3, 'ms', 'usp00016ce', 'Luzon, Philippines', 'earthquake\r'), +(4348, '1980-03-31 13:04:31', -20.561, -173.803, 33, 6.2, 'ms', 'usp00016cf', 'Tonga', 'earthquake\r'), +(4349, '1980-03-31 18:42:38', -20.73, -173.74, 34, 5.7, 'ms', 'usp00016cp', 'Tonga', 'earthquake\r'), +(4350, '1980-04-01 11:11:55', -20.686, -173.588, 37, 6.1, 'ms', 'usp00016cy', 'Tonga', 'earthquake\r'), +(4351, '1980-04-01 16:21:48', 4.028, 97.555, 41, 5.9, 'ms', 'usp00016d4', 'northern Sumatra, Indonesia', 'earthquake\r'), +(4352, '1980-04-03 10:18:21', -5.589, 103.167, 33, 5.7, 'mb', 'usp00016e0', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4353, '1980-04-03 16:34:25', 5.345, 125.365, 212, 5.6, 'mb', 'usp00016e4', 'Mindanao, Philippines', 'earthquake\r'), +(4354, '1980-04-05 16:23:10', 27.848, 142.601, 33, 5.7, 'ms', 'usp00016f9', 'Bonin Islands, Japan region', 'earthquake\r'), +(4355, '1980-04-06 21:26:15', -6.397, 154.955, 68, 5.6, 'mb', 'usp00016fx', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4356, '1980-04-09 08:17:55', -31.654, -67.476, 10, 5.5, 'mb', 'usp00016hf', 'San Juan, Argentina', 'earthquake\r'), +(4357, '1980-04-09 19:56:26', -44.612, -80.1, 10, 5.5, 'mb', 'usp00016hs', 'off the coast of Aisen, Chile', 'earthquake\r'), +(4358, '1980-04-11 21:55:51', -22.957, 171.173, 33, 6.2, 'ms', 'usp00016jx', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4359, '1980-04-13 05:41:44', 8.961, 126.299, 49, 5.9, 'mb', 'usp00016ku', 'Mindanao, Philippines', 'earthquake\r'), +(4360, '1980-04-13 18:04:32', -23.466, -177.297, 79, 6.7, 'mb', 'usp00016ma', 'south of the Fiji Islands', 'earthquake\r'), +(4361, '1980-04-14 12:39:04', -10.878, 164.076, 33, 6.1, 'ms', 'usp00016mw', 'Santa Cruz Islands region', 'earthquake\r'), +(4362, '1980-04-14 19:11:56', -17.199, 66.787, 10, 5.7, 'ms', 'usp00016n2', 'Mauritius - Reunion region', 'earthquake\r'), +(4363, '1980-04-16 12:18:21', -8.082, 108.793, 84, 5.8, 'mb', 'usp00016p5', 'Java, Indonesia', 'earthquake\r'), +(4364, '1980-04-16 12:23:48', -8.113, 108.744, 80, 5.7, 'mb', 'usp00016p6', 'Java, Indonesia', 'earthquake\r'), +(4365, '1980-04-20 02:37:49', 11.736, 57.706, 10, 6.2, 'ms', 'usp00016rg', 'Owen Fracture Zone region', 'earthquake\r'), +(4366, '1980-04-20 08:09:03', -6.194, 131.574, 39, 5.6, 'mb', 'usp00016rp', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(4367, '1980-04-22 05:34:14', 32.108, 137.571, 394, 5.7, 'mb', 'usp00016t8', 'Izu Islands, Japan region', 'earthquake\r'), +(4368, '1980-04-22 06:55:29', -18.175, -178.112, 589, 5.6, 'mb', 'usp00016ta', 'Fiji region', 'earthquake\r'), +(4369, '1980-04-25 03:56:57', 49.947, 78.799, 0, 5.5, 'mb', 'usp00016vg', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4370, '1980-04-25 21:06:13', -6.666, 152.224, 33, 5.6, 'mb', 'usp00016w0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4371, '1980-04-26 02:35:00', -15.59, -174.338, 164, 5.5, 'mb', 'usp00016w6', 'Tonga', 'earthquake\r'), +(4372, '1980-04-28 16:43:53', -20.076, -173.959, 33, 5.5, 'mb', 'usp00016xu', 'Tonga', 'earthquake\r'), +(4373, '1980-04-30 11:37:05', -19.479, -173.777, 22, 5.5, 'ms', 'usp00016z9', 'Tonga', 'earthquake\r'), +(4374, '1980-05-03 09:30:09', 51.233, 173.679, 33, 5.8, 'mb', 'usp0001716', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4375, '1980-05-04 18:35:20', 38.053, 48.985, 46, 6.2, 'ms', 'usp0001720', 'Azerbaijan-Iran border region', 'earthquake\r'), +(4376, '1980-05-05 22:59:53', -5.903, 154.389, 33, 5.8, 'ms', 'usp000172q', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4377, '1980-05-08 08:03:38', 34.419, 140.25, 62, 5.8, 'mb', 'usp000173q', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4378, '1980-05-09 22:32:43', -55.835, 147.248, 10, 6.4, 'ms', 'usp000174h', 'west of Macquarie Island', 'earthquake\r'), +(4379, '1980-05-10 01:46:24', -5.965, 154.431, 67, 5.7, 'mb', 'usp000174p', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4380, '1980-05-11 14:50:28', -5.298, 151.467, 108, 5.7, 'mb', 'usp000175k', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4381, '1980-05-12 14:23:46', -23.625, -177.194, 170, 5.5, 'mb', 'usp0001762', 'south of the Fiji Islands', 'earthquake\r'), +(4382, '1980-05-12 16:37:35', -14.464, 167.902, 20, 6.1, 'ms', 'usp0001764', 'Vanuatu', 'earthquake\r'), +(4383, '1980-05-14 11:26:01', -6.007, 154.513, 57, 6.1, 'mb', 'usp0001779', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4384, '1980-05-15 18:58:25', -6.197, 125.76, 33, 6.1, 'ms', 'usp000177y', 'Banda Sea', 'earthquake\r'), +(4385, '1980-05-15 21:54:39', -5.98, 154.452, 67, 5.8, 'mb', 'usp0001780', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4386, '1980-05-18 15:32:11', 46.2073333, -122.188, 1.51, 5.7, 'md', 'uw10084803', 'Mount St. Helens area, Washington', 'earthquake\r'), +(4387, '1980-05-18 20:02:58', 43.294, 20.837, 9, 5.8, 'ms', 'usp00017a5', 'Serbia', 'earthquake\r'), +(4388, '1980-05-20 10:12:47', -6.146, 154.545, 68, 5.6, 'mb', 'usp00017bk', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4389, '1980-05-22 03:56:58', 49.729, 78.1, 0, 5.5, 'mb', 'usp00017cc', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4390, '1980-05-23 10:33:00', -7.071, 129.628, 119, 5.8, 'mb', 'usp00017cv', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(4391, '1980-05-24 10:08:37', -6.05, 150.28, 33, 5.5, 'ms', 'usp00017da', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4392, '1980-05-25 16:33:44', 37.5903333, -118.831, 6.806, 6.1, 'ml', 'nc1053043', 'Central California', 'earthquake\r'), +(4393, '1980-05-25 16:49:27', 37.6768333, -118.8996667, 6.686, 6, 'ml', 'nc1053045', 'Long Valley area, California', 'earthquake\r'), +(4394, '1980-05-25 19:44:51', 37.5538333, -118.807, 11.856, 6.1, 'ml', 'nc1053054', 'Central California', 'earthquake\r'), +(4395, '1980-05-25 20:35:48', 37.6186667, -118.8348333, 4.833, 5.7, 'ml', 'nc1053058', 'Long Valley area, California', 'earthquake\r'), +(4396, '1980-05-26 18:41:43', -19.364, -69.238, 114, 6.1, 'mb', 'usp00017kh', 'Tarapaca, Chile', 'earthquake\r'), +(4397, '1980-05-26 18:57:56', 37.5206667, -118.8761667, 2.063, 5.7, 'ml', 'nc1053105', 'Central California', 'earthquake\r'), +(4398, '1980-05-27 13:01:35', -18.649, -174.748, 33, 6.1, 'mb', 'usp00017nd', 'Tonga', 'earthquake\r'), +(4399, '1980-05-27 14:50:57', 37.5033333, -118.8055, 13.795, 6.2, 'ml', 'nc1053177', 'Central California', 'earthquake\r'), +(4400, '1980-05-28 19:51:19', 38.482, 14.252, 14, 5.7, 'mb', 'usp00017ry', 'Sicily, Italy', 'earthquake\r'), +(4401, '1980-05-28 22:24:46', -6.055, 148.161, 95, 5.5, 'mb', 'usp00017s3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4402, '1980-06-04 09:31:51', -5.234, 151.341, 95, 5.7, 'mb', 'usp00017yc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4403, '1980-06-06 23:32:35', -4.025, 141.901, 111, 5.7, 'mb', 'usp0001802', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(4404, '1980-06-08 14:15:41', -5.489, 146.991, 201, 5.5, 'mb', 'usp000181b', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4405, '1980-06-08 20:28:26', -59.155, 158.345, 10, 5.7, 'ms', 'usp000181j', 'Macquarie Island region', 'earthquake\r'), +(4406, '1980-06-09 03:28:19', 32.1998333, -115.1221667, 6, 6.3, 'mw', 'ci9730174', '5km SE of Alberto Oviedo Mota, B.C., MX', 'earthquake\r'), +(4407, '1980-06-09 12:42:02', 9.614, 126.611, 33, 5.9, 'ms', 'usp0001827', 'Mindanao, Philippines', 'earthquake\r'), +(4408, '1980-06-09 13:14:21', 9.754, 126.64, 19, 6, 'ms', 'usp0001829', 'Mindanao, Philippines', 'earthquake\r'), +(4409, '1980-06-09 17:25:43', 15.393, 147.483, 33, 5.6, 'mb', 'usp000182e', 'Mariana Islands region', 'earthquake\r'), +(4410, '1980-06-09 18:18:42', -15.391, -173.155, 33, 5.8, 'ms', 'usp000182f', 'Tonga', 'earthquake\r'), +(4411, '1980-06-09 18:38:01', 15.382, 147.499, 23, 5.8, 'mb', 'usp000182g', 'Mariana Islands region', 'earthquake\r'), +(4412, '1980-06-09 20:06:35', 40.796, 139.86, 165, 5.6, 'mb', 'usp000182m', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(4413, '1980-06-11 08:10:08', -6.888, 125.38, 532, 5.8, 'mb', 'usp000184k', 'Banda Sea', 'earthquake\r'), +(4414, '1980-06-11 14:15:28', 35.126, 141.144, 36, 5.5, 'ms', 'usp000184v', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4415, '1980-06-11 14:21:19', -32.723, -71.645, 35, 5.5, 'ms', 'usp000184w', 'offshore Valparaiso, Chile', 'earthquake\r'), +(4416, '1980-06-12 03:26:58', 49.944, 79.038, 0, 5.6, 'mb', 'usp000185c', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4417, '1980-06-14 19:32:36', -18.276, -177.966, 553, 5.6, 'mb', 'usp000187t', 'Fiji region', 'earthquake\r'), +(4418, '1980-06-15 08:03:45', 9.752, 126.527, 43, 5.6, 'ms', 'usp0001882', 'Mindanao, Philippines', 'earthquake\r'), +(4419, '1980-06-16 05:45:07', -22.029, -68.459, 87, 5.5, 'mb', 'usp000188s', 'Antofagasta, Chile', 'earthquake\r'), +(4420, '1980-06-16 18:26:58', -22.023, -138.873, 0, 5.5, 'mb', 'usp0001898', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(4421, '1980-06-16 20:48:59', -7.348, 128.542, 167, 6, 'mb', 'usp000189a', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(4422, '1980-06-17 08:42:57', -20.175, -178.443, 580, 5.6, 'mb', 'usp000189j', 'Fiji region', 'earthquake\r'), +(4423, '1980-06-18 09:18:32', -5.178, 152.111, 61, 6, 'mb', 'usp00018a7', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4424, '1980-06-18 09:32:20', 21.956, 121.55, 71, 5.8, 'mb', 'usp00018a8', 'Taiwan region', 'earthquake\r'), +(4425, '1980-06-18 10:49:10', -15.268, -173.57, 43, 6.5, 'ms', 'usp00018a9', 'Tonga', 'earthquake\r'), +(4426, '1980-06-18 17:14:55', 9.475, 126.657, 54, 6.8, 'ms', 'usp00018ad', 'Mindanao, Philippines', 'earthquake\r'), +(4427, '1980-06-18 19:18:51', 9.309, 126.591, 40, 5.5, 'mb', 'usp00018am', 'Mindanao, Philippines', 'earthquake\r'), +(4428, '1980-06-18 23:50:44', 9.335, 126.789, 53, 5.6, 'ms', 'usp00018ay', 'Mindanao, Philippines', 'earthquake\r'), +(4429, '1980-06-19 06:40:43', 9.524, 126.725, 45, 5.9, 'ms', 'usp00018b9', 'Mindanao, Philippines', 'earthquake\r'), +(4430, '1980-06-19 08:31:39', -29.956, -177.987, 51, 6.1, 'mb', 'usp00018bd', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4431, '1980-06-19 14:14:52', 9.353, 126.55, 36, 5.5, 'mb', 'usp00018bn', 'Mindanao, Philippines', 'earthquake\r'), +(4432, '1980-06-19 15:29:38', 9.319, 126.54, 47, 5.6, 'ms', 'usp00018br', 'Mindanao, Philippines', 'earthquake\r'), +(4433, '1980-06-20 18:51:31', -10.965, 119.103, 33, 5.6, 'mb', 'usp00018ce', 'Sumba region, Indonesia', 'earthquake\r'), +(4434, '1980-06-21 20:19:26', -57.973, -10.656, 10, 6, 'mb', 'usp00018cy', 'east of the South Sandwich Islands', 'earthquake\r'), +(4435, '1980-06-23 09:54:30', -28.678, -176.726, 33, 5.7, 'ms', 'usp00018e0', 'Kermadec Islands region', 'earthquake\r'), +(4436, '1980-06-23 20:13:21', -28.776, -176.687, 49, 6.2, 'ms', 'usp00018eg', 'Kermadec Islands region', 'earthquake\r'), +(4437, '1980-06-24 06:27:52', -5.977, 103.958, 33, 6, 'ms', 'usp00018es', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4438, '1980-06-25 12:04:57', 4.437, -75.779, 162, 5.7, 'mb', 'usp00018fj', 'Colombia', 'earthquake\r'), +(4439, '1980-06-25 18:48:11', -6.592, 146.84, 21, 5.7, 'mb', 'usp00018fp', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4440, '1982-09-03 23:39:39', -15.296, -173.089, 33, 6.3, 'mw', 'usp0001pd9', 'Tonga', 'earthquake\r'), +(4441, '1980-06-25 23:18:20', -5.233, 151.686, 49, 6.5, 'ms', 'usp00018ft', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4442, '1980-06-29 02:32:58', 49.92, 78.849, 0, 5.7, 'mb', 'usp00018hq', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4443, '1980-06-29 07:20:06', 34.808, 139.181, 15, 6.2, 'ms', 'usp00018hz', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(4444, '1980-07-02 15:48:08', -15.179, -173.612, 33, 5.7, 'mb', 'usp00018m4', 'Tonga', 'earthquake\r'), +(4445, '1980-07-05 22:51:12', -31.469, -178.388, 123, 5.5, 'mb', 'usp00018p9', 'Kermadec Islands region', 'earthquake\r'), +(4446, '1980-07-06 12:25:42', -51.019, 139.359, 10, 5.5, 'ms', 'usp00018ps', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(4447, '1980-07-08 04:39:29', 6.63, 125.789, 178, 5.9, 'mb', 'usp00018qr', 'Mindanao, Philippines', 'earthquake\r'), +(4448, '1980-07-08 23:19:20', -12.41, 166.381, 33, 7.5, 'ms', 'usp00018r3', 'Santa Cruz Islands', 'earthquake\r'), +(4449, '1980-07-08 23:53:12', -12.742, 165.634, 33, 5.6, 'mb', 'usp00018r4', 'Santa Cruz Islands', 'earthquake\r'), +(4450, '1980-07-09 02:11:53', 39.269, 23.041, 14, 6.4, 'ms', 'usp00018r8', 'Aegean Sea', 'earthquake\r'), +(4451, '1980-07-09 02:35:50', 39.257, 22.557, 20, 6.3, 'ms', 'usp00018r9', 'Greece', 'earthquake\r'), +(4452, '1980-07-09 11:00:19', -12.807, 166.097, 37, 5.9, 'ms', 'usp00018rt', 'Santa Cruz Islands', 'earthquake\r'), +(4453, '1980-07-09 11:24:51', -12.63, 166.017, 33, 5.9, 'ms', 'usp00018rw', 'Santa Cruz Islands', 'earthquake\r'), +(4454, '1980-07-09 20:56:53', -12.689, 166.004, 33, 6.7, 'ms', 'usp00018s5', 'Santa Cruz Islands', 'earthquake\r'), +(4455, '1980-07-09 21:04:20', -12.641, 165.874, 33, 5.6, 'mb', 'usp00018s6', 'Santa Cruz Islands', 'earthquake\r'), +(4456, '1980-07-13 06:20:30', -33.474, -70.151, 103, 5.6, 'mb', 'usp00018um', 'Region Metropolitana, Chile', 'earthquake\r'), +(4457, '1980-07-14 16:15:02', -29.273, -177.154, 49, 6.6, 'ms', 'usp00018vj', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4458, '1980-07-16 19:56:47', -4.456, 143.521, 84, 6.5, 'mb', 'usp00018xa', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(4459, '1980-07-17 19:42:23', -12.525, 165.916, 33, 7.9, 'ms', 'usp00018y0', 'Santa Cruz Islands', 'earthquake\r'), +(4460, '1980-07-17 20:49:29', -11.828, 166.44, 33, 5.7, 'mb', 'usp00018y2', 'Santa Cruz Islands', 'earthquake\r'), +(4461, '1980-07-17 20:56:17', -12.887, 165.222, 33, 5.6, 'mb', 'usp00018y4', 'Santa Cruz Islands', 'earthquake\r'), +(4462, '1980-07-18 20:28:41', -24.034, -176.097, 33, 5.6, 'mb', 'usp00018yw', 'south of the Fiji Islands', 'earthquake\r'), +(4463, '1980-07-19 11:52:21', -28.997, -69.675, 110, 6.1, 'mb', 'usp00018z3', 'San Juan, Argentina', 'earthquake\r'), +(4464, '1980-07-19 23:46:58', -21.886, -139.019, 0, 5.9, 'mb', 'usp00018zb', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(4465, '1980-07-20 00:24:05', 16.353, -91.945, 64, 5.5, 'mb', 'usp00018zd', 'Chiapas, Mexico', 'earthquake\r'), +(4466, '1980-07-20 21:20:04', -17.865, -178.625, 591, 6, 'mb', 'usp0001901', 'Fiji region', 'earthquake\r'), +(4467, '1980-07-21 00:45:10', -6.252, 154.441, 50, 5.7, 'ms', 'usp0001904', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4468, '1980-07-21 16:34:26', -12.499, 166.458, 79, 5.7, 'mb', 'usp000190p', 'Santa Cruz Islands', 'earthquake\r'), +(4469, '1980-07-21 21:20:25', -12.287, 166.509, 80, 5.9, 'mb', 'usp000190q', 'Santa Cruz Islands', 'earthquake\r'), +(4470, '1980-07-22 07:06:23', -20.302, 169.607, 122, 6.1, 'mb', 'usp0001912', 'Vanuatu', 'earthquake\r'), +(4471, '1980-07-23 21:15:15', -2.791, 101.199, 54, 5.5, 'mb', 'usp000191w', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4472, '1980-07-24 15:30:06', -22, 170.144, 33, 5.8, 'ms', 'usp000192e', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4473, '1980-07-24 21:20:15', 0.859, -29.601, 10, 5.5, 'ms', 'usp000192p', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(4474, '1980-07-29 03:11:56', -13.101, 166.338, 48, 6.7, 'ms', 'usp000194t', 'Vanuatu', 'earthquake\r'), +(4475, '1980-07-29 12:23:12', 29.331, 81.258, 34, 5.7, 'mb', 'usp0001955', 'Nepal', 'earthquake\r'), +(4476, '1980-07-29 14:58:41', 29.598, 81.092, 18, 6.5, 'ms', 'usp0001959', 'Nepal', 'earthquake\r'), +(4477, '1980-07-30 06:56:17', 5.276, -82.665, 10, 5.9, 'ms', 'usp000195y', 'south of Panama', 'earthquake\r'), +(4478, '1980-08-02 15:47:26', -11.086, 165.433, 33, 6.3, 'ms', 'usp000197z', 'Santa Cruz Islands', 'earthquake\r'), +(4479, '1980-08-03 07:11:43', 51.999, -169.284, 33, 5.5, 'ms', 'usp000198f', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4480, '1980-08-09 05:45:10', 15.888, -88.516, 22, 6.4, 'ms', 'usp00019aw', 'Guatemala', 'earthquake\r'), +(4481, '1980-08-14 05:05:54', -56.012, -121.505, 10, 5.7, 'ms', 'usp00019d2', 'southern East Pacific Rise', 'earthquake\r'), +(4482, '1980-08-16 13:31:00', -1.347, 120.366, 33, 5.5, 'ms', 'usp00019dz', 'Sulawesi, Indonesia', 'earthquake\r'), +(4483, '1980-08-18 15:07:53', -1.948, -80.017, 55, 5.6, 'mb', 'usp00019er', 'near the coast of Ecuador', 'earthquake\r'), +(4484, '1980-08-19 21:01:29', -3.579, 140.037, 33, 5.8, 'mb', 'usp00019f4', 'Papua, Indonesia', 'earthquake\r'), +(4485, '1980-08-21 12:07:20', -41.318, 80.508, 10, 6.3, 'ms', 'usp00019fz', 'Mid-Indian Ridge', 'earthquake\r'), +(4486, '1980-08-21 22:11:03', -2.026, 68.058, 10, 5.5, 'ms', 'usp00019g4', 'Carlsberg Ridge', 'earthquake\r'), +(4487, '1980-08-24 20:10:04', -15.222, -173.674, 39, 6.2, 'ms', 'usp00019ht', 'Tonga', 'earthquake\r'), +(4488, '1980-08-25 21:38:58', -14.784, 167.915, 33, 5.5, 'mb', 'usp00019je', 'Vanuatu', 'earthquake\r'), +(4489, '1980-08-27 04:30:17', 15.869, 94.701, 29, 5.5, 'mb', 'usp00019jq', 'near the south coast of Myanmar', 'earthquake\r'), +(4490, '1980-08-31 14:12:40', -12.499, 166.462, 42, 5.6, 'mb', 'usp00019ms', 'Santa Cruz Islands', 'earthquake\r'), +(4491, '1980-09-02 16:39:14', 17.179, 73.707, 33, 5.5, 'ms', 'usp00019np', 'Maharashtra, India', 'earthquake\r'), +(4492, '1980-09-03 22:12:39', 3.238, -78.19, 33, 5.8, 'ms', 'usp00019p2', 'south of Panama', 'earthquake\r'), +(4493, '1980-09-07 04:36:38', 38.1383333, -118.3913333, 6, 5.52, 'ml', 'ci9735242', '48km SSE of Hawthorne, NV', 'earthquake\r'), +(4494, '1980-09-10 04:56:47', -12.132, 166.294, 62, 5.5, 'mb', 'usp00019rt', 'Santa Cruz Islands', 'earthquake\r'), +(4495, '1980-09-10 07:39:47', -18.612, 176.107, 29, 5.5, 'ms', 'usp00019rv', 'Fiji region', 'earthquake\r'), +(4496, '1980-09-13 21:43:16', -4.109, 127.459, 239, 5.6, 'mb', 'usp00019tb', 'Banda Sea', 'earthquake\r'), +(4497, '1980-09-14 02:42:39', 49.976, 78.889, 0, 6.2, 'mb', 'usp00019td', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4498, '1980-09-15 04:28:14', -61.387, -56.429, 33, 5.8, 'ms', 'usp00019tw', 'South Shetland Islands', 'earthquake\r'), +(4499, '1980-09-17 05:07:33', -15.276, -173.593, 33, 5.6, 'mb', 'usp00019ur', 'Tonga', 'earthquake\r'), +(4500, '1980-09-19 08:45:47', 13.892, 120.725, 148, 5.7, 'mb', 'usp00019vg', 'Mindoro, Philippines', 'earthquake\r'), +(4501, '1980-09-20 17:44:25', -5.125, 102.41, 28, 5.5, 'mb', 'usp00019wb', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4502, '1980-09-20 22:49:10', -6.426, 148.139, 64, 5.6, 'mb', 'usp00019wk', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4503, '1980-09-24 14:31:43', -15.596, 167.511, 137, 5.6, 'mb', 'usp00019yh', 'Vanuatu', 'earthquake\r'), +(4504, '1980-09-24 17:54:24', 35.45, 139.964, 73, 6, 'mb', 'usp00019ym', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(4505, '1980-09-24 17:59:49', 35.46, 140.08, 74, 5.5, 'mb', 'usp00019yn', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4506, '1980-09-26 15:20:37', -3.225, 142.237, 33, 6.5, 'ms', 'usp00019zv', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(4507, '1980-09-26 17:28:15', -15.028, 167.295, 116, 5.9, 'mb', 'usp00019zz', 'Vanuatu', 'earthquake\r'), +(4508, '1980-09-28 14:29:42', -55.974, -27.573, 96, 5.6, 'mb', 'usp0001a0s', 'South Sandwich Islands region', 'earthquake\r'), +(4509, '1980-09-28 18:26:00', -6.31, 154.809, 68, 6, 'mb', 'usp0001a0x', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4510, '1980-10-02 19:06:55', 19.942, 122.422, 33, 5.5, 'mb', 'usp0001a2b', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(4511, '1980-10-04 04:37:34', -15.722, -179.359, 33, 6, 'ms', 'usp0001a2u', 'Fiji region', 'earthquake\r'), +(4512, '1980-10-05 15:32:50', -39.542, 176.478, 32, 5.6, 'mb', 'usp0001a3e', 'North Island of New Zealand', 'earthquake\r'), +(4513, '1980-10-05 17:18:41', -11.377, 117.571, 33, 5.7, 'mb', 'usp0001a3f', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(4514, '1980-10-07 09:32:09', 35.598, 82.073, 33, 5.5, 'ms', 'usp0001a4a', 'Xinjiang-Xizang border region', 'earthquake\r'), +(4515, '1980-10-08 09:17:35', -0.004, 123.278, 152, 5.5, 'mb', 'usp0001a4n', 'Sulawesi, Indonesia', 'earthquake\r'), +(4516, '1980-10-08 09:43:18', -15.219, -174.015, 33, 5.5, 'mb', 'usp0001a4p', 'Tonga', 'earthquake\r'), +(4517, '1980-10-08 16:04:46', -5.366, 103.118, 33, 6.3, 'ms', 'usp0001a4r', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4518, '1980-10-08 20:19:47', -4.864, -105.921, 10, 5.6, 'ms', 'usp0001a4w', 'central East Pacific Rise', 'earthquake\r'), +(4519, '1980-10-08 22:01:35', -1.38, -77.686, 190, 5.5, 'mb', 'usp0001a4x', 'Ecuador', 'earthquake\r'), +(4520, '1980-10-09 16:19:38', -15.379, -173.42, 33, 6, 'ms', 'usp0001a5d', 'Tonga', 'earthquake\r'), +(4521, '1980-10-10 12:25:24', 36.195, 1.354, 10, 7.3, 'ms', 'usp0001a5w', 'northern Algeria', 'earthquake\r'), +(4522, '1980-10-10 12:37:10', 36.364, 1.632, 10, 5.9, 'mb', 'usp0001a5x', 'northern Algeria', 'earthquake\r'), +(4523, '1980-10-10 15:39:10', 36.221, 1.611, 10, 6.2, 'mb', 'usp0001a67', 'northern Algeria', 'earthquake\r'), +(4524, '1980-10-11 07:09:57', 73.353, 54.997, 0, 5.8, 'mb', 'usp0001a6r', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(4525, '1980-10-12 03:34:14', 49.958, 79.085, 0, 5.9, 'mb', 'usp0001a76', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4526, '1980-10-18 00:08:23', 24.281, 121.913, 24, 5.5, 'ms', 'usp0001aa7', 'Taiwan', 'earthquake\r'), +(4527, '1980-10-19 15:03:35', -6.108, 145.52, 125, 5.8, 'mb', 'usp0001aaz', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(4528, '1980-10-19 17:24:10', 32.762, 48.572, 42, 5.8, 'ms', 'usp0001ab1', 'western Iran', 'earthquake\r'), +(4529, '1980-10-20 03:29:21', 33.075, 140.379, 81, 5.6, 'mb', 'usp0001ab8', 'Izu Islands, Japan region', 'earthquake\r'), +(4530, '1980-10-20 10:54:42', -6.271, 154.838, 65, 5.7, 'mb', 'usp0001abe', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4531, '1980-10-22 22:59:54', -36.495, -98.605, 10, 5.6, 'ms', 'usp0001acq', 'southeast of Easter Island', 'earthquake\r'), +(4532, '1980-10-23 23:10:41', -6.605, 129.621, 160, 5.8, 'mb', 'usp0001adc', 'Banda Sea', 'earthquake\r'), +(4533, '1980-10-24 03:25:34', -21.989, 170.165, 33, 6.7, 'ms', 'usp0001adk', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4534, '1980-10-24 04:41:53', -22.019, 169.941, 33, 5.5, 'mb', 'usp0001adm', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4535, '1980-10-24 05:28:53', -21.961, 169.981, 33, 5.6, 'ms', 'usp0001adp', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4536, '1980-10-24 14:53:35', 18.211, -98.24, 72, 6.4, 'mb', 'usp0001ae2', 'Puebla, Mexico', 'earthquake\r'), +(4537, '1980-10-25 07:00:08', -21.982, 170.025, 33, 6.7, 'ms', 'usp0001aep', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4538, '1980-10-25 11:00:05', -21.89, 169.853, 33, 7.2, 'ms', 'usp0001aez', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4539, '1980-10-25 11:58:10', -21.887, 169.666, 33, 5.5, 'mb', 'usp0001af2', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4540, '1980-10-25 16:20:05', -22.313, 170.38, 33, 6.5, 'ms', 'usp0001afa', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4541, '1980-10-26 05:14:19', 11.751, 125.502, 48, 6.1, 'ms', 'usp0001afz', 'Samar, Philippines', 'earthquake\r'), +(4542, '1980-10-26 07:07:16', -22.065, 169.46, 33, 5.6, 'mb', 'usp0001ag2', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4543, '1980-10-26 09:31:50', -22.146, 169.464, 33, 5.5, 'ms', 'usp0001ag8', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4544, '1980-10-26 19:18:36', -22.283, 170.166, 33, 5.6, 'ms', 'usp0001agn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4545, '1980-10-27 08:46:41', -0.146, -24.85, 10, 5.5, 'mb', 'usp0001ah2', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(4546, '1980-10-27 13:04:55', -13.059, 166.129, 33, 6.2, 'ms', 'usp0001ah8', 'Vanuatu', 'earthquake\r'), +(4547, '1980-10-28 02:03:49', -22.217, 169.509, 33, 5.5, 'mb', 'usp0001ahp', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4548, '1980-10-28 02:38:10', -30.464, -177.94, 33, 5.6, 'ms', 'usp0001ahq', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4549, '1980-10-29 17:44:14', -21.492, 169.469, 33, 6.4, 'ms', 'usp0001ajt', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4550, '1980-10-29 18:45:14', 8.398, 93.35, 33, 6.2, 'ms', 'usp0001ajv', 'Nicobar Islands, India region', 'earthquake\r'), +(4551, '1980-10-30 09:53:06', -22.238, 169.546, 33, 5.8, 'ms', 'usp0001akb', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4552, '1980-11-01 04:40:37', 14.366, 145.774, 103, 5.6, 'mb', 'usp0001ame', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(4553, '1980-11-01 22:52:20', 18.954, -107.628, 33, 6.1, 'ms', 'usp0001amq', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(4554, '1980-11-04 20:26:01', 53.817, 160.741, 33, 5.9, 'mb', 'usp0001ans', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4555, '1980-11-05 18:15:04', -2.701, 122.058, 46, 5.6, 'mb', 'usp0001ap1', 'Sulawesi, Indonesia', 'earthquake\r'), +(4556, '1980-11-06 01:34:25', 43.754, 86.141, 14, 5.6, 'mb', 'usp0001ap6', 'northern Xinjiang, China', 'earthquake\r'), +(4557, '1980-11-08 10:27:34', 41.117, -124.253, 19, 7.2, 'mw', 'usp0001aq1', 'offshore Northern California', 'earthquake\r'), +(4558, '1980-11-10 16:24:41', -31.576, -67.468, 21, 5.7, 'mb', 'usp0001arm', 'San Juan, Argentina', 'earthquake\r'), +(4559, '1980-11-11 10:36:58', -51.422, 28.796, 10, 6.7, 'ms', 'usp0001arz', 'south of Africa', 'earthquake\r'), +(4560, '1980-11-12 05:50:20', 19.441, -69.607, 33, 5.9, 'mb', 'usp0001asa', 'Dominican Republic region', 'earthquake\r'), +(4561, '1980-11-15 22:05:24', 3.454, 126.708, 44, 5.6, 'mb', 'usp0001au9', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(4562, '1980-11-17 19:06:59', -31.691, -178.121, 47, 5.6, 'ms', 'usp0001av6', 'Kermadec Islands region', 'earthquake\r'), +(4563, '1980-11-19 19:00:47', 27.394, 88.752, 17, 6.1, 'ms', 'usp0001aw2', 'Sikkim, India', 'earthquake\r'), +(4564, '1980-11-19 20:33:09', -6.513, 131.529, 33, 5.7, 'mb', 'usp0001aw3', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(4565, '1980-11-20 19:14:57', -6.064, 149.286, 38, 5.8, 'ms', 'usp0001awn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4566, '1980-11-21 14:56:13', 51.798, -176.141, 53, 5.7, 'ms', 'usp0001ax2', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4567, '1980-11-22 18:02:33', -3.665, 140.044, 77, 5.5, 'mb', 'usp0001axn', 'Papua, Indonesia', 'earthquake\r'), +(4568, '1980-11-23 18:34:54', 40.914, 15.366, 10, 6.9, 'ms', 'usp0001ay4', 'southern Italy', 'earthquake\r'), +(4569, '1980-11-26 23:49:02', 40.385, 141.307, 95, 5.8, 'mb', 'usp0001b1p', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4570, '1980-11-28 21:15:30', 27.585, 56.503, 33, 5.5, 'mb', 'usp0001b2j', 'southern Iran', 'earthquake\r'), +(4571, '1980-11-29 06:48:47', -35.346, 179.96, 33, 5.7, 'ms', 'usp0001b2w', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(4572, '1980-11-30 12:24:40', -19.426, -175.85, 202, 6, 'mb', 'usp0001b3u', 'Tonga', 'earthquake\r'), +(4573, '1980-12-02 13:17:03', -27.134, -176.474, 27, 5.5, 'mb', 'usp0001b4m', 'Kermadec Islands region', 'earthquake\r'), +(4574, '1980-12-03 17:32:58', -21.938, -138.961, 0, 5.6, 'mb', 'usp0001b53', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(4575, '1980-12-03 21:23:09', -30.245, -178.012, 33, 5.6, 'mb', 'usp0001b56', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4576, '1980-12-04 10:46:27', 52.256, 160.116, 33, 5.5, 'mb', 'usp0001b5c', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4577, '1980-12-07 17:37:10', 36.027, 1.229, 10, 5.7, 'ms', 'usp0001b6e', 'northern Algeria', 'earthquake\r'), +(4578, '1980-12-08 19:13:45', -14.835, 166.838, 33, 5.9, 'ms', 'usp0001b71', 'Vanuatu', 'earthquake\r'), +(4579, '1980-12-09 09:05:44', -65.721, -175.714, 10, 5.6, 'mb', 'usp0001b79', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(4580, '1980-12-11 18:15:04', -21.272, -68.153, 80, 6.1, 'mb', 'usp0001b80', 'Potosi, Bolivia', 'earthquake\r'), +(4581, '1980-12-11 23:10:02', 32.418, 131.746, 51, 5.6, 'ms', 'usp0001b86', 'Kyushu, Japan', 'earthquake\r'), +(4582, '1980-12-12 13:17:14', -58.937, 149.114, 10, 5.6, 'ms', 'usp0001b8d', 'west of Macquarie Island', 'earthquake\r'), +(4583, '1980-12-12 21:07:24', 6.677, 123.894, 44, 5.5, 'ms', 'usp0001b8p', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(4584, '1980-12-14 03:47:07', 49.932, 79.005, 0, 5.9, 'mb', 'usp0001b98', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4585, '1980-12-14 06:27:30', 52.994, 171.064, 24, 5.6, 'mb', 'usp0001b9b', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4586, '1980-12-14 11:05:42', -6.101, 149.792, 56, 5.8, 'mb', 'usp0001b9f', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4587, '1980-12-15 08:12:45', -17.593, -172.3, 33, 6.3, 'ms', 'usp0001b9u', 'Tonga region', 'earthquake\r'), +(4588, '1980-12-15 22:11:50', 45.988, 90.384, 33, 5.5, 'mb', 'usp0001ba0', 'Mongolia-China border region', 'earthquake\r'), +(4589, '1980-12-15 22:18:15', -25.025, -175.451, 33, 5.5, 'mb', 'usp0001ba1', 'south of Tonga', 'earthquake\r'), +(4590, '1980-12-17 00:47:55', -21.417, 169.875, 86, 6, 'mb', 'usp0001baj', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4591, '1980-12-17 16:21:59', 49.479, -129.496, 10, 6.8, 'ms', 'usp0001bax', 'Vancouver Island, Canada region', 'earthquake\r'), +(4592, '1980-12-18 12:34:16', 36.009, 44.67, 33, 5.8, 'ms', 'usp0001bb6', 'Iran-Iraq border region', 'earthquake\r'), +(4593, '1980-12-19 01:16:56', 34.587, 50.652, 33, 5.8, 'ms', 'usp0001bbg', 'central Iran', 'earthquake\r'), +(4594, '1980-12-19 02:57:57', -21.339, -174.359, 33, 6.1, 'ms', 'usp0001bbk', 'Tonga', 'earthquake\r'), +(4595, '1980-12-19 23:32:42', 30.581, 140.643, 82, 6.2, 'mb', 'usp0001bc5', 'Izu Islands, Japan region', 'earthquake\r'), +(4596, '1980-12-20 14:50:32', -0.987, 138.556, 33, 5.5, 'mb', 'usp0001bcd', 'Papua region, Indonesia', 'earthquake\r'), +(4597, '1980-12-21 18:25:41', -9.047, 158.42, 28, 5.9, 'ms', 'usp0001bd2', 'Solomon Islands', 'earthquake\r'), +(4598, '1980-12-22 12:51:21', 34.503, 50.59, 41, 5.5, 'mb', 'usp0001bde', 'central Iran', 'earthquake\r'), +(4599, '1980-12-23 09:53:43', -16.29, 178.165, 33, 5.9, 'mb', 'usp0001bdt', 'Fiji', 'earthquake\r'), +(4600, '1980-12-24 16:44:43', -5.64, 145.496, 33, 5.6, 'mb', 'usp0001beu', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4601, '1980-12-24 23:55:06', -8.955, 112.041, 63, 5.6, 'mb', 'usp0001bew', 'Java, Indonesia', 'earthquake\r'), +(4602, '1980-12-26 05:51:45', -22.214, -179.594, 592, 5.5, 'mb', 'usp0001bfk', 'south of the Fiji Islands', 'earthquake\r'), +(4603, '1980-12-26 13:56:04', -21.126, -174.346, 33, 5.5, 'mb', 'usp0001bft', 'Tonga', 'earthquake\r'), +(4604, '1980-12-27 04:09:08', 50.04, 79.046, 0, 5.9, 'mb', 'usp0001bg0', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4605, '1980-12-31 10:32:11', 46.06, 151.453, 33, 6.5, 'ms', 'usp0001bhu', 'Kuril Islands', 'earthquake\r'), +(4606, '1980-12-31 12:58:54', -15.487, -173.534, 33, 5.6, 'mb', 'usp0001bhx', 'Tonga', 'earthquake\r'), +(4607, '1981-01-02 07:37:01', 2.137, -79.168, 33, 5.7, 'ms', 'usp0001bjn', 'south of Panama', 'earthquake\r'), +(4608, '1981-01-02 15:39:47', 29.244, 128.136, 242, 6.1, 'mb', 'usp0001bjs', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(4609, '1981-01-02 22:26:21', 44.21, 149.153, 33, 5.5, 'ms', 'usp0001bju', 'Kuril Islands', 'earthquake\r'), +(4610, '1981-01-03 01:23:40', 2.156, -79.232, 33, 5.7, 'mb', 'usp0001bjy', 'south of Panama', 'earthquake\r'), +(4611, '1981-01-03 19:09:51', -9.841, 160.433, 32, 5.6, 'mb', 'usp0001bk9', 'Solomon Islands', 'earthquake\r'), +(4612, '1981-01-07 07:01:40', 2.004, -79.29, 25, 5.6, 'mb', 'usp0001bmh', 'south of Panama', 'earthquake\r'), +(4613, '1981-01-07 16:26:43', -23.754, -70.622, 37, 5.5, 'mb', 'usp0001bmu', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(4614, '1981-01-07 20:31:12', -49.907, -114.138, 10, 5.7, 'ms', 'usp0001bmy', 'southern East Pacific Rise', 'earthquake\r'), +(4615, '1981-01-07 21:36:23', 19.173, 121.151, 39, 5.7, 'ms', 'usp0001bn0', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(4616, '1981-01-09 02:17:58', -14.974, -174.019, 33, 5.6, 'mb', 'usp0001bnc', 'Samoa Islands region', 'earthquake\r'), +(4617, '1981-01-10 13:14:52', 36.362, 71.416, 137, 5.5, 'mb', 'usp0001bp2', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(4618, '1981-01-11 15:09:46', 2.059, 98.07, 69, 5.7, 'mb', 'usp0001bp9', 'northern Sumatra, Indonesia', 'earthquake\r'), +(4619, '1981-01-16 21:37:20', -5.429, 102.908, 39, 5.5, 'ms', 'usp0001brn', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4620, '1981-01-18 03:06:46', -61.091, -55.426, 22, 6, 'mb', 'usp0001bsc', 'South Shetland Islands', 'earthquake\r'), +(4621, '1981-01-18 09:43:36', 38.489, 142.972, 33, 5.8, 'ms', 'usp0001bsf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4622, '1981-01-18 11:46:54', 38.51, 142.977, 33, 5.9, 'ms', 'usp0001bsh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4623, '1981-01-18 18:11:28', 38.58, 142.82, 33, 6.2, 'ms', 'usp0001bsr', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4624, '1981-01-18 18:17:24', 38.64, 142.75, 33, 6.9, 'ms', 'usp0001bss', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4625, '1981-01-19 01:14:05', 38.599, 142.877, 33, 6.1, 'ms', 'usp0001bsz', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4626, '1981-01-19 02:07:11', -8.497, 124.779, 33, 5.7, 'ms', 'usp0001bt1', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(4627, '1981-01-19 15:11:01', -4.576, 139.232, 33, 6.7, 'ms', 'usp0001bta', 'Papua, Indonesia', 'earthquake\r'), +(4628, '1981-01-19 21:44:26', -3.471, 146.13, 33, 6.1, 'ms', 'usp0001btg', 'Bismarck Sea', 'earthquake\r'), +(4629, '1981-01-20 03:13:36', -15.99, -172.524, 35, 5.6, 'ms', 'usp0001btr', 'Samoa Islands region', 'earthquake\r'), +(4630, '1981-01-21 19:29:18', -59.323, -27.006, 33, 5.5, 'mb', 'usp0001buj', 'South Sandwich Islands region', 'earthquake\r'), +(4631, '1981-01-21 20:58:19', -30.96, -177.638, 33, 5.5, 'mb', 'usp0001bum', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4632, '1981-01-22 19:34:40', 38.215, 142.672, 20, 6.4, 'ms', 'usp0001buy', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4633, '1981-01-23 04:58:32', 42.524, 142.122, 116, 6.3, 'mb', 'usp0001bv4', 'Hokkaido, Japan region', 'earthquake\r'), +(4634, '1981-01-23 10:22:35', 38.149, 142.775, 33, 5.9, 'ms', 'usp0001bv7', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4635, '1981-01-23 21:13:52', 30.927, 101.098, 33, 6.8, 'ms', 'usp0001bve', 'western Sichuan, China', 'earthquake\r'), +(4636, '1981-01-23 21:54:42', -29.682, 60.839, 10, 6.8, 'ms', 'usp0001bvf', 'Southwest Indian Ridge', 'earthquake\r'), +(4637, '1981-01-24 22:21:01', -5.419, 102.933, 40, 5.6, 'mb', 'usp0001bvx', 'southern Sumatra, Indonesia', 'earthquake\r'), +(4638, '1981-01-27 12:18:33', -6.649, 130.241, 116, 5.5, 'mb', 'usp0001bx3', 'Banda Sea', 'earthquake\r'), +(4639, '1981-01-28 19:25:33', -54.59, 158.016, 10, 5.6, 'ms', 'usp0001bxr', 'Macquarie Island region', 'earthquake\r'), +(4640, '1981-01-29 04:51:36', 24.513, 121.939, 33, 5.6, 'mb', 'usp0001bxx', 'Taiwan', 'earthquake\r'), +(4641, '1981-01-30 05:18:27', -56.115, -27.195, 115, 5.6, 'mb', 'usp0001byn', 'South Sandwich Islands region', 'earthquake\r'), +(4642, '1981-01-30 08:52:44', 51.744, 176.274, 33, 7, 'ms', 'usp0001byq', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4643, '1981-01-30 10:29:10', -5.608, 110.209, 562, 5.7, 'mb', 'usp0001bys', 'Java Sea', 'earthquake\r'), +(4644, '1981-01-30 14:49:22', 51.573, 176.075, 19, 5.6, 'mb', 'usp0001byw', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4645, '1981-01-31 02:29:38', -11.905, 166.421, 68, 5.8, 'mb', 'usp0001bza', 'Santa Cruz Islands', 'earthquake\r'), +(4646, '1981-02-01 04:35:26', -11.139, 117.314, 33, 5.6, 'mb', 'usp0001c0b', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(4647, '1981-02-01 13:17:11', 51.337, 176.777, 22.6, 5.6, 'mb', 'usp0001c0h', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4648, '1981-02-01 13:19:59', 36.443, 1.655, 10, 5.7, 'ms', 'usp0001c0j', 'northern Algeria', 'earthquake\r'), +(4649, '1981-02-01 22:43:28', 53.03, 162.406, 33, 5.9, 'mb', 'usp0001c0s', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4650, '1981-02-05 10:52:02', 50.167, -176.273, 33, 5.7, 'mb', 'usp0001c1m', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4651, '1981-02-05 21:38:00', -10.681, 107.965, 33, 5.7, 'mb', 'usp0001c1v', 'south of Java, Indonesia', 'earthquake\r'), +(4652, '1981-02-06 07:23:07', -21.094, -178.934, 618.2, 5.6, 'mb', 'usp0001c20', 'Fiji region', 'earthquake\r'), +(4653, '1981-02-09 12:47:59', 54.974, 165.993, 33, 5.5, 'mb', 'usp0001c35', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(4654, '1981-02-13 11:08:34', 9.563, 126.588, 45, 5.6, 'ms', 'usp0001c5c', 'Mindanao, Philippines', 'earthquake\r'), +(4655, '1981-02-13 19:58:52', -15.594, -74.529, 65, 5.6, 'mb', 'usp0001c5q', 'near the coast of southern Peru', 'earthquake\r'), +(4656, '1981-02-14 07:31:34', 3.333, 128.128, 154.9, 5.6, 'mb', 'usp0001c60', 'north of Halmahera, Indonesia', 'earthquake\r'), +(4657, '1981-02-16 04:58:12', -11.426, -12.98, 10, 5.6, 'mb', 'usp0001c7c', 'Ascension Island region', 'earthquake\r'), +(4658, '1981-02-17 15:18:34', -21.743, 169.377, 29.9, 6.7, 'ms', 'usp0001c85', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4659, '1981-02-17 16:53:14', -23.09, 39.479, 33, 5.7, 'ms', 'usp0001c87', 'Mozambique Channel', 'earthquake\r'), +(4660, '1981-02-18 15:48:11', 29.328, 130.216, 34, 5.9, 'ms', 'usp0001c8s', 'Ryukyu Islands, Japan', 'earthquake\r'), +(4661, '1981-02-19 08:23:02', -21.541, 169.462, 33, 6, 'ms', 'usp0001c97', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4662, '1981-02-19 19:36:12', 44.639, 149.342, 33, 5.9, 'mb', 'usp0001c9n', 'Kuril Islands', 'earthquake\r'), +(4663, '1981-02-20 09:40:56', -33.275, -178.908, 33, 5.6, 'ms', 'usp0001ca1', 'south of the Kermadec Islands', 'earthquake\r'), +(4664, '1981-02-20 20:09:10', 22.918, 121.448, 26, 5.7, 'ms', 'usp0001cab', 'Taiwan region', 'earthquake\r'), +(4665, '1981-02-22 21:45:45', -22.198, 174.827, 33, 6.2, 'ms', 'usp0001cb4', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4666, '1981-02-23 08:02:16', 36.338, 71.393, 95.9, 5.9, 'mw', 'iscgem631694', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(4667, '1981-02-23 09:21:36', 39.076, 143.339, 33, 5.7, 'ms', 'usp0001cbd', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(4668, '1981-02-23 16:12:27', -13.819, 166.552, 66.4, 5.6, 'mb', 'usp0001cbn', 'Vanuatu', 'earthquake\r'), +(4669, '1981-02-24 05:52:48', -21.382, 169.162, 33, 5.9, 'ms', 'usp0001cbw', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4670, '1981-02-24 06:45:10', 28.314, 129.41, 43, 5.9, 'ms', 'usp0001cbx', 'Ryukyu Islands, Japan', 'earthquake\r'), +(4671, '1981-02-24 16:17:02', -6.06, 148.745, 70.6, 5.9, 'mb', 'usp0001cc3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4672, '1981-02-24 18:04:02', 38.484, 142.895, 33, 5.7, 'ms', 'usp0001cc4', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4673, '1981-02-24 20:53:38', 38.222, 22.934, 33, 6.7, 'ms', 'usp0001ccb', 'Greece', 'earthquake\r'), +(4674, '1981-02-25 02:35:53', 38.125, 23.141, 33, 6.4, 'ms', 'usp0001ccv', 'Greece', 'earthquake\r'), +(4675, '1981-02-26 14:39:32', 49.806, 156.248, 33, 5.6, 'mb', 'usp0001ce8', 'Kuril Islands', 'earthquake\r'), +(4676, '1981-02-26 17:18:19', -13.925, 166.461, 82.1, 5.7, 'mb', 'usp0001ceb', 'Vanuatu', 'earthquake\r'), +(4677, '1981-02-28 21:56:14', -6.41, -81.416, 33, 6, 'ms', 'usp0001cfg', 'near the coast of northern Peru', 'earthquake\r'), +(4678, '1981-03-02 12:13:45', 22.894, 121.453, 23.5, 5.9, 'ms', 'usp0001cfz', 'Taiwan region', 'earthquake\r'), +(4679, '1981-03-04 15:16:00', -25.742, -176.678, 40.8, 5.5, 'mb', 'usp0001cgu', 'south of the Fiji Islands', 'earthquake\r'), +(4680, '1981-03-04 21:58:06', 38.209, 23.288, 28.5, 6.4, 'ms', 'usp0001ch4', 'Greece', 'earthquake\r'), +(4681, '1981-03-05 12:53:30', -37.307, 177.301, 33, 5.7, 'ms', 'usp0001cht', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(4682, '1981-03-06 17:18:54', -6.251, 154.824, 66.6, 5.7, 'mb', 'usp0001cjs', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4683, '1981-03-06 19:43:00', 3.893, -85.915, 33, 6.4, 'ms', 'usp0001cjt', 'off the coast of Central America', 'earthquake\r'), +(4684, '1981-03-07 11:34:44', 38.187, 23.32, 33, 5.5, 'mb', 'usp0001ck4', 'Greece', 'earthquake\r'), +(4685, '1981-03-07 23:30:08', -30.573, -178.208, 33, 5.7, 'mb', 'usp0001ckd', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4686, '1981-03-09 22:38:52', 18.831, -103.907, 55.6, 5.7, 'mb', 'usp0001cme', 'Colima, Mexico', 'earthquake\r'), +(4687, '1981-03-10 15:16:20', 39.481, 20.699, 31.1, 5.6, 'mb', 'usp0001cmt', 'Greece-Albania border region', 'earthquake\r'), +(4688, '1981-03-11 07:17:07', -23.378, -175.291, 33, 5.5, 'ms', 'usp0001cn6', 'Tonga region', 'earthquake\r'), +(4689, '1981-03-12 10:42:48', -7.183, 146.124, 174.5, 5.5, 'mb', 'usp0001cnk', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4690, '1981-03-13 18:21:40', 13.898, 120.706, 143.9, 5.6, 'mb', 'usp0001cph', 'Mindoro, Philippines', 'earthquake\r'), +(4691, '1981-03-13 23:22:35', -8.759, 110.428, 51, 5.6, 'mb', 'usp0001cpr', 'Java, Indonesia', 'earthquake\r'), +(4692, '1981-03-21 12:27:38', -47.993, 99.606, 10, 5.8, 'ms', 'usp0001ctd', 'southeast Indian Ridge', 'earthquake\r'), +(4693, '1981-03-21 22:52:39', -5.45, 146.715, 226.7, 6, 'mb', 'usp0001ctp', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4694, '1981-03-23 19:28:11', -33.661, -71.892, 46.3, 6.2, 'ms', 'usp0001cuk', 'offshore Valparaiso, Chile', 'earthquake\r'), +(4695, '1981-03-23 23:01:50', -22.805, 172.708, 33, 5.5, 'ms', 'usp0001cuq', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4696, '1981-03-24 18:21:28', 52.673, -168.037, 33, 5.5, 'mb', 'usp0001cv9', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4697, '1981-03-25 05:28:15', -48.138, -9.919, 10, 5.6, 'ms', 'usp0001cvp', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(4698, '1981-03-26 08:47:06', -49.263, 164.787, 10, 5.5, 'mb', 'usp0001cwb', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(4699, '1981-03-26 10:16:12', -21.588, -174.263, 43, 5.7, 'mb', 'usp0001cwe', 'Tonga', 'earthquake\r'), +(4700, '1981-03-26 18:04:45', -19.37, -68.957, 138, 5.8, 'mb', 'usp0001cwq', 'Tarapaca, Chile', 'earthquake\r'), +(4701, '1981-03-26 21:30:05', 3.412, 127.998, 60.5, 6.1, 'mb', 'usp0001cws', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(4702, '1981-03-28 01:07:10', -5.759, 151.011, 73.7, 5.5, 'mb', 'usp0001cx3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4703, '1981-03-29 04:03:50', 50.008, 79.023, 0, 5.6, 'mb', 'usp0001cxk', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4704, '1981-03-30 17:04:42', -2.277, 138.849, 33, 5.9, 'ms', 'usp0001cyd', 'Papua, Indonesia', 'earthquake\r'), +(4705, '1981-03-31 05:20:40', -35.509, -179.66, 43.5, 5.5, 'mb', 'usp0001cyj', 'east of the North Island of New Zealand', 'earthquake\r'), +(4706, '1981-04-01 18:03:37', -27.31, -63.32, 554, 5.9, 'mb', 'usp0001czm', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(4707, '1981-04-01 21:49:04', -9.664, 118.961, 25.2, 5.5, 'mb', 'usp0001czn', 'Sumbawa region, Indonesia', 'earthquake\r'), +(4708, '1981-04-05 03:17:54', -6.134, 154.508, 413.4, 5.8, 'mb', 'usp0001d0r', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4709, '1981-04-05 21:50:08', -55.908, -27.382, 89.2, 5.6, 'mb', 'usp0001d15', 'South Sandwich Islands region', 'earthquake\r'), +(4710, '1981-04-08 23:42:48', 45.667, 152.32, 33, 5.9, 'mb', 'usp0001d26', 'east of the Kuril Islands', 'earthquake\r'), +(4711, '1981-04-09 08:37:10', -59.779, 150.235, 10, 6.2, 'ms', 'usp0001d2b', 'west of Macquarie Island', 'earthquake\r'), +(4712, '1981-04-10 00:23:34', -4.037, 147.484, 25, 5.8, 'ms', 'usp0001d2k', 'Bismarck Sea', 'earthquake\r'), +(4713, '1981-04-10 16:48:18', -23.414, -175.356, 35.4, 5.5, 'ms', 'usp0001d2y', 'Tonga region', 'earthquake\r'), +(4714, '1981-04-11 05:29:33', 14.275, 119.194, 33, 5.7, 'mb', 'usp0001d3a', 'Luzon, Philippines', 'earthquake\r'), +(4715, '1981-04-13 03:04:08', 37.232, 142.179, 28, 5.7, 'mb', 'usp0001d49', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(4716, '1981-04-16 10:58:30', -55.989, -27.442, 86, 5.8, 'mb', 'usp0001d67', 'South Sandwich Islands region', 'earthquake\r'), +(4717, '1981-04-18 02:05:02', 25.75, 125.798, 92, 5.6, 'mb', 'usp0001d74', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(4718, '1981-04-22 01:17:11', 49.901, 78.901, 0, 5.9, 'mb', 'usp0001d9r', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4719, '1981-04-23 00:30:44', -14.623, 166.76, 33, 5.5, 'mb', 'usp0001da1', 'Vanuatu', 'earthquake\r'), +(4720, '1981-04-24 14:44:43', -12.097, 166.517, 45, 5.7, 'ms', 'usp0001day', 'Santa Cruz Islands', 'earthquake\r'), +(4721, '1981-04-24 21:50:06', -13.426, 166.421, 33, 6.9, 'ms', 'usp0001db4', 'Vanuatu', 'earthquake\r'), +(4722, '1981-04-25 05:30:14', -22.25, 179.41, 588, 6.1, 'mwc', 'gcmtb042581b', 'south of the Fiji Islands', 'earthquake\r'), +(4723, '1981-04-25 05:30:15', -13.53, 166.674, 33, 5.9, 'ms', 'usp0001dbb', 'Vanuatu', 'earthquake\r'), +(4724, '1981-04-25 05:36:41', -22.249, 179.413, 587.5, 5.7, 'mb', 'usp0001dbc', 'south of the Fiji Islands', 'earthquake\r'), +(4725, '1981-04-25 11:32:23', 24.941, 95.384, 147.6, 5.7, 'mb', 'usp0001dbp', 'Myanmar', 'earthquake\r'), +(4726, '1981-04-26 12:09:28', 33.0955, -115.6245, 18.904, 5.75, 'ml', 'ci514869', '6km N of Westmorland, CA', 'earthquake\r'), +(4727, '1981-04-26 13:24:13', -13.228, 166.5, 33, 5.5, 'ms', 'usp0001dcx', 'Vanuatu', 'earthquake\r'), +(4728, '1981-04-27 18:17:34', -57.591, 148.079, 10, 6.5, 'ms', 'usp0001ddz', 'west of Macquarie Island', 'earthquake\r'), +(4729, '1981-04-28 21:14:48', -23.721, 179.981, 540, 6, 'mb', 'usp0001dek', 'south of the Fiji Islands', 'earthquake\r'), +(4730, '1981-04-30 14:41:41', 43.233, 150.222, 49, 6.1, 'ms', 'usp0001dfc', 'east of the Kuril Islands', 'earthquake\r'), +(4731, '1981-05-02 16:04:56', 36.355, 71.085, 228.7, 6.3, 'mb', 'usp0001dgc', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(4732, '1981-05-06 21:36:07', -1.886, -80.885, 33, 6.4, 'ms', 'usp0001djh', 'near the coast of Ecuador', 'earthquake\r'), +(4733, '1981-05-08 23:34:45', 42.66, 139.129, 200.4, 6, 'mb', 'usp0001dke', 'Hokkaido, Japan region', 'earthquake\r'), +(4734, '1981-05-09 09:50:41', -26.581, -64.911, 49.7, 5.5, 'mb', 'usp0001dkm', 'Tucuman, Argentina', 'earthquake\r'), +(4735, '1981-05-09 16:06:26', -5.16, 154.7, 73, 5.9, 'mb', 'usp0001dkq', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4736, '1981-05-13 01:39:55', 5.829, 127.008, 145, 6, 'mb', 'usp0001dn5', 'Philippine Islands region', 'earthquake\r'), +(4737, '1981-05-15 03:57:08', -56.073, -26.962, 99.7, 5.5, 'mb', 'usp0001dph', 'South Sandwich Islands region', 'earthquake\r'), +(4738, '1981-05-18 10:08:18', -31.025, -179.196, 33, 5.5, 'ms', 'usp0001drb', 'Kermadec Islands region', 'earthquake\r'), +(4739, '1981-05-22 02:55:22', -6.562, 132.255, 73, 5.8, 'mb', 'usp0001dt5', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(4740, '1981-05-25 04:59:57', 68.205, 53.656, 0, 5.5, 'mb', 'usp0001dv0', 'northwestern Russia', 'nuclear explosion\r'), +(4741, '1981-05-25 05:25:14', -48.786, 164.357, 33, 7.6, 'ms', 'usp0001dv1', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(4742, '1981-05-26 06:47:47', 6.156, 127.441, 47.6, 5.7, 'mb', 'usp0001dvq', 'Philippine Islands region', 'earthquake\r'), +(4743, '1981-05-28 16:10:07', -14.692, 167.28, 125, 5.9, 'mb', 'usp0001dx3', 'Vanuatu', 'earthquake\r'), +(4744, '1981-05-28 22:18:55', -5.682, 151.409, 70.5, 6, 'mb', 'usp0001dxb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4745, '1981-05-28 23:14:10', 31.851, 78.411, 33, 5.6, 'ms', 'usp0001dxc', 'western Xizang-India border region', 'earthquake\r'), +(4746, '1981-05-30 09:47:17', -49.152, 164.743, 33, 5.7, 'mb', 'usp0001dy4', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(4747, '1981-06-01 14:07:01', -16.126, -173.559, 33, 6, 'ms', 'usp0001dza', 'Tonga', 'earthquake\r'), +(4748, '1981-06-01 15:12:47', 18.734, -107.026, 33, 6, 'ms', 'usp0001dzb', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(4749, '1981-06-03 05:47:44', -35.56, -17.04, 10, 6.4, 'ms', 'usp0001e00', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(4750, '1981-06-05 07:09:19', 52.281, -165.199, 33, 5.5, 'mb', 'usp0001e0t', 'south of the Aleutian Islands', 'earthquake\r'), +(4751, '1981-06-05 19:41:51', 44.701, 148.899, 33, 5.9, 'mb', 'usp0001e12', 'Kuril Islands', 'earthquake\r'), +(4752, '1981-06-07 21:40:36', 16.592, 145.471, 311.1, 5.7, 'mb', 'usp0001e1s', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(4753, '1981-06-09 22:08:19', 34.501, 91.444, 10, 6, 'ms', 'usp0001e2j', 'southern Qinghai, China', 'earthquake\r'), +(4754, '1981-06-11 07:24:25', 29.913, 57.715, 33, 6.7, 'ms', 'usp0001e35', 'southern Iran', 'earthquake\r'), +(4755, '1981-06-13 01:26:03', -60.171, 154.712, 10, 6, 'ms', 'usp0001e4c', 'west of Macquarie Island', 'earthquake\r'), +(4756, '1981-06-13 07:29:11', 36.176, 67.827, 24, 5.5, 'mb', 'usp0001e4m', 'central Afghanistan', 'earthquake\r'), +(4757, '1981-06-16 18:56:03', -56.405, -24.814, 53, 5.6, 'mb', 'usp0001e6r', 'South Sandwich Islands region', 'earthquake\r'), +(4758, '1981-06-20 04:09:59', -20.065, 169.036, 33, 5.5, 'ms', 'usp0001e8b', 'Vanuatu', 'earthquake\r'), +(4759, '1981-06-20 12:31:48', -21.379, 169.451, 33, 5.8, 'ms', 'usp0001e8f', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4760, '1981-06-21 10:30:01', -20.256, -70.446, 36, 5.6, 'ms', 'usp0001e93', 'near the coast of Tarapaca, Chile', 'earthquake\r'), +(4761, '1981-06-25 19:51:21', -41.697, 79.929, 10, 6, 'ms', 'usp0001ebj', 'Mid-Indian Ridge', 'earthquake\r'), +(4762, '1981-06-26 00:51:06', -30.269, -178.986, 184, 5.7, 'mb', 'usp0001ebn', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4763, '1981-07-06 01:02:26', -15.29, -173.462, 33, 5.6, 'mb', 'usp0001ehz', 'Tonga', 'earthquake\r'), +(4764, '1981-07-06 03:08:24', -22.293, 171.742, 33, 7, 'ms', 'usp0001ej2', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4765, '1981-07-07 21:10:58', -0.166, -18.837, 10, 6.4, 'ms', 'usp0001ejv', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(4766, '1981-07-07 23:24:49', -22.92, -179.469, 535, 5.5, 'mb', 'usp0001ejy', 'south of the Fiji Islands', 'earthquake\r'), +(4767, '1981-07-08 10:15:35', -1.983, 124.704, 35.6, 5.5, 'mb', 'usp0001ek7', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(4768, '1981-07-13 10:22:08', -3.451, 134.796, 33, 5.6, 'mb', 'usp0001eny', 'Papua, Indonesia', 'earthquake\r'), +(4769, '1981-07-13 22:10:02', 50.207, -173.158, 6.2, 5.5, 'mb', 'usp0001epa', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4770, '1981-07-14 17:18:47', -36.818, 78.491, 10, 6.1, 'ms', 'usp0001epu', 'Mid-Indian Ridge', 'earthquake\r'), +(4771, '1981-07-15 07:59:08', -17.26, 167.601, 30, 7, 'ms', 'usp0001eq4', 'Vanuatu', 'earthquake\r'), +(4772, '1981-07-15 23:20:42', -17.595, 167.598, 31.4, 5.5, 'ms', 'usp0001eqz', 'Vanuatu', 'earthquake\r'), +(4773, '1981-07-19 00:58:10', 45.425, 150.076, 33, 5.5, 'mb', 'usp0001et3', 'Kuril Islands', 'earthquake\r'), +(4774, '1981-07-19 04:42:59', -17.143, 167.524, 46, 5.5, 'ms', 'usp0001et6', 'Vanuatu', 'earthquake\r'), +(4775, '1981-07-21 11:47:01', -15.436, 167.473, 143.1, 5.8, 'mb', 'usp0001eup', 'Vanuatu', 'earthquake\r'), +(4776, '1981-07-23 00:05:31', 37.141, 45.23, 33, 5.6, 'ms', 'usp0001evr', 'northwestern Iran', 'earthquake\r'), +(4777, '1981-07-23 00:50:17', -21.681, 169.523, 33, 5.6, 'mb', 'usp0001evs', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4778, '1981-07-26 20:50:46', 11.88, 141.681, 55.2, 5.5, 'mb', 'usp0001eyf', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(4779, '1981-07-28 03:03:22', -41.574, -73.204, 43, 5.5, 'mb', 'usp0001ez3', 'Los Lagos, Chile', 'earthquake\r'), +(4780, '1981-07-28 17:22:25', 30.013, 57.794, 33, 7.1, 'ms', 'usp0001ezf', 'eastern Iran', 'earthquake\r'), +(4781, '1981-07-29 01:11:13', -21.617, 169.627, 39.5, 6.2, 'ms', 'usp0001ezz', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4782, '1981-08-01 06:10:10', -18.643, -173.553, 33, 5.7, 'mb', 'usp0001f24', 'Tonga', 'earthquake\r'), +(4783, '1981-08-04 18:35:41', 38.072, 49.34, 27, 5.6, 'ms', 'usp0001f3y', 'Caspian Sea', 'earthquake\r'), +(4784, '1981-08-07 11:35:22', -5.186, 151.674, 65.8, 5.9, 'mb', 'usp0001f5g', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4785, '1981-08-12 05:11:00', 29.537, 130.585, 41.8, 5.5, 'mb', 'usp0001f85', 'Ryukyu Islands, Japan', 'earthquake\r'), +(4786, '1981-08-13 02:58:12', 44.849, 17.312, 15.5, 5.5, 'ms', 'usp0001f8m', 'Bosnia and Herzegovina', 'earthquake\r'), +(4787, '1981-08-14 06:24:43', 2.446, 127.044, 38.2, 5.5, 'mb', 'usp0001f99', 'Molucca Sea', 'earthquake\r'), +(4788, '1981-08-16 23:54:01', 46.567, 152.657, 33, 5.6, 'mb', 'usp0001fb2', 'Kuril Islands', 'earthquake\r'), +(4789, '1981-08-17 02:17:42', -2.751, 139.157, 33.5, 5.8, 'ms', 'usp0001fb5', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(4790, '1981-08-17 02:18:59', 14.422, -93.784, 34.7, 5.6, 'mb', 'usp0001fb6', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(4791, '1981-08-17 17:07:41', -25.451, -179.058, 383, 5.5, 'mb', 'usp0001fbc', 'south of the Fiji Islands', 'earthquake\r'), +(4792, '1982-09-04 02:08:09', -15.433, -173.062, 33, 6.3, 'mw', 'usp0001pda', 'Tonga', 'earthquake\r'), +(4793, '1981-08-19 06:06:25', -22.983, 170.502, 25.1, 5.6, 'mb', 'usp0001fc4', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4794, '1981-08-19 22:50:50', -9.248, 67.181, 10, 5.8, 'ms', 'usp0001fcf', 'Mid-Indian Ridge', 'earthquake\r'), +(4795, '1981-08-22 02:45:19', -3.981, 140.408, 58.7, 5.5, 'mb', 'usp0001fds', 'Papua, Indonesia', 'earthquake\r'), +(4796, '1981-08-23 01:59:50', -22.069, 170.955, 100, 5.8, 'mb', 'usp0001feq', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4797, '1981-08-23 12:00:27', 48.718, 157.39, 40, 6, 'mb', 'usp0001ff0', 'east of the Kuril Islands', 'earthquake\r'), +(4798, '1981-08-25 07:16:58', -22.894, -175.854, 33, 5.9, 'mb', 'usp0001ffv', 'Tonga region', 'earthquake\r'), +(4799, '1981-08-25 07:22:46', -22.9, -175.905, 33, 5.7, 'mb', 'usp0001ffw', 'Tonga region', 'earthquake\r'), +(4800, '1981-08-26 16:32:17', -5.343, 151.476, 74.2, 5.7, 'mb', 'usp0001fgp', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4801, '1981-09-01 07:23:02', -15.139, -173.288, 33, 5.8, 'mb', 'usp0001fkw', 'Tonga', 'earthquake\r'), +(4802, '1981-09-01 09:29:32', -14.96, -173.085, 25, 7.7, 'ms', 'usp0001fkx', 'Samoa Islands region', 'earthquake\r'), +(4803, '1981-09-01 09:59:32', -15.154, -173.264, 33, 5.6, 'mb', 'usp0001fky', 'Tonga', 'earthquake\r'), +(4804, '1981-09-01 18:38:47', -15.314, -173.301, 33, 5.7, 'mb', 'usp0001fma', 'Tonga', 'earthquake\r'), +(4805, '1981-09-01 23:55:45', -15.225, -173.178, 33, 5.6, 'mb', 'usp0001fmc', 'Tonga', 'earthquake\r'), +(4806, '1981-09-02 08:44:21', -15.474, -172.977, 33, 5.5, 'ms', 'usp0001fmp', 'Samoa Islands region', 'earthquake\r'), +(4807, '1981-09-02 09:24:46', 35.707, 140.898, 57.6, 5.5, 'mb', 'usp0001fmq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4808, '1981-09-03 04:29:53', 6.49, 126.198, 93, 5.8, 'mb', 'usp0001fn4', 'Mindanao, Philippines', 'earthquake\r'), +(4809, '1981-09-03 05:35:45', 43.621, 147.031, 45, 6.6, 'ms', 'usp0001fn5', 'Kuril Islands', 'earthquake\r'), +(4810, '1981-09-03 19:39:25', 35.205, 140.955, 44, 5.6, 'mb', 'usp0001fnh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4811, '1981-09-04 11:14:15', 11.05, 123.21, 33, 6.6, 'mwc', 'gcmtc090481a', 'Visayan Sea, Philippines', 'earthquake\r'), +(4812, '1981-09-04 11:15:14', 9.964, 124.035, 644.5, 6, 'mb', 'usp0001fp1', 'Bohol, Philippines', 'earthquake\r'), +(4813, '1981-09-06 11:02:41', -21.488, 169.6, 31, 6.2, 'ms', 'usp0001fq6', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4814, '1981-09-07 19:06:03', 30.649, 141.551, 33, 5.8, 'mb', 'usp0001fr3', 'Izu Islands, Japan region', 'earthquake\r'), +(4815, '1981-09-08 19:26:27', 43.406, 146.463, 45.5, 5.7, 'mb', 'usp0001frn', 'Kuril Islands', 'earthquake\r'), +(4816, '1981-09-10 23:21:24', 10.678, 144.746, 13.4, 5.6, 'mb', 'usp0001fst', 'south of the Mariana Islands', 'earthquake\r'), +(4817, '1981-09-12 07:15:54', 35.693, 73.594, 33, 6.2, 'mb', 'usp0001ftp', 'northwestern Kashmir', 'earthquake\r'), +(4818, '1981-09-13 02:17:18', 49.897, 78.983, 0, 6, 'mb', 'usp0001fut', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4819, '1981-09-13 07:25:12', -60.843, -19.751, 10, 5.6, 'ms', 'usp0001fuy', 'east of the South Sandwich Islands', 'earthquake\r'), +(4820, '1981-09-13 09:19:31', 24.866, -46.301, 10, 5.8, 'mb', 'usp0001fuz', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(4821, '1981-09-14 12:44:30', 18.32, -68.891, 170, 5.9, 'mb', 'usp0001fvu', 'Mona Passage', 'earthquake\r'), +(4822, '1981-09-15 14:12:06', -6.35, 130.683, 102.2, 5.9, 'mb', 'usp0001fwd', 'Banda Sea', 'earthquake\r'), +(4823, '1981-09-17 06:19:09', -6.489, 127.927, 33, 5.8, 'ms', 'usp0001fxq', 'Banda Sea', 'earthquake\r'), +(4824, '1981-09-17 08:23:25', -22.518, 170.506, 30, 6.6, 'ms', 'usp0001fxr', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4825, '1981-09-17 10:00:08', -22.337, 170.493, 33, 5.6, 'ms', 'usp0001fxu', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4826, '1981-09-19 11:40:57', -39.081, -74.808, 30, 5.6, 'mb', 'usp0001fzd', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(4827, '1981-09-20 04:45:25', -22.48, 170.764, 33, 5.6, 'mb', 'usp0001fzu', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4828, '1981-09-20 05:36:49', -28.223, -176.895, 14, 5.5, 'ms', 'usp0001fzv', 'Kermadec Islands region', 'earthquake\r'), +(4829, '1981-09-20 10:00:03', -6.794, 129.523, 172.6, 5.6, 'mb', 'usp0001g00', 'Banda Sea', 'earthquake\r'), +(4830, '1981-09-21 13:51:56', -22.295, 170.604, 33, 5.6, 'ms', 'usp0001g0v', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4831, '1981-09-21 14:24:43', -22.185, 170.491, 33, 6, 'ms', 'usp0001g0x', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4832, '1981-09-24 17:20:50', 28.97, 142.215, 33, 5.7, 'mb', 'usp0001g2r', 'Bonin Islands, Japan region', 'earthquake\r'), +(4833, '1981-09-24 21:09:43', -45.653, 79.864, 33, 5.5, 'ms', 'usp0001g2u', 'Mid-Indian Ridge', 'earthquake\r'), +(4834, '1981-09-25 14:30:53', -29.972, -178.012, 45, 5.9, 'ms', 'usp0001g3e', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4835, '1981-09-25 15:01:22', 38.499, 143.158, 25.3, 6.1, 'ms', 'usp0001g3f', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(4836, '1981-09-28 03:36:36', 40.181, 143.177, 31, 5.5, 'mb', 'usp0001g51', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(4837, '1981-09-28 03:41:45', -2.372, 140.32, 33, 5.7, 'ms', 'usp0001g52', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(4838, '1981-09-28 17:56:18', -29.335, -179.039, 323, 6, 'mb', 'usp0001g5g', 'Kermadec Islands region', 'earthquake\r'), +(4839, '1981-09-30 11:53:26', 37.5838333, -118.8645, 3.126, 5.9, 'ml', 'nc1068066', 'Central California', 'earthquake\r'), +(4840, '1981-09-30 23:03:48', -4.798, -112.008, 10, 5.9, 'mb', 'usp0001g7g', 'east central Pacific Ocean', 'earthquake\r'), +(4841, '1981-10-01 12:14:57', 73.317, 54.812, 0, 5.9, 'mb', 'usp0001g7u', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(4842, '1981-10-01 16:02:52', -33.913, -179.619, 33, 5.7, 'ms', 'usp0001g7z', 'south of the Kermadec Islands', 'earthquake\r'), +(4843, '1981-10-01 17:04:45', 50.733, 160.429, 33, 5.9, 'mb', 'usp0001g80', 'east of the Kuril Islands', 'earthquake\r'), +(4844, '1981-10-04 00:01:33', -4.57, 146.123, 33, 6.3, 'ms', 'usp0001g9a', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4845, '1981-10-04 10:27:42', -9.406, 159.308, 23.9, 5.7, 'mb', 'usp0001g9k', 'Solomon Islands', 'earthquake\r'), +(4846, '1981-10-07 03:02:13', -20.752, -178.632, 619.9, 5.8, 'mb', 'usp0001gau', 'Fiji region', 'earthquake\r'), +(4847, '1981-10-07 08:32:55', -6.402, 154.899, 41, 5.8, 'mb', 'usp0001gaz', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4848, '1981-10-07 13:19:20', -11.443, 66.277, 10, 6, 'mb', 'usp0001gb2', 'Mid-Indian Ridge', 'earthquake\r'), +(4849, '1981-10-09 12:19:40', -9.979, 162.046, 50.2, 6.4, 'ms', 'usp0001gca', 'Solomon Islands', 'earthquake\r'), +(4850, '1981-10-11 00:36:13', 0.44, 120.867, 94.3, 5.6, 'mb', 'usp0001gd4', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(4851, '1981-10-15 01:47:53', 40.229, 142.287, 47, 6, 'mb', 'usp0001gff', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4852, '1981-10-16 03:25:42', -33.134, -73.074, 33, 7.2, 'ms', 'usp0001gg1', 'off the coast of Valparaiso, Chile', 'earthquake\r'), +(4853, '1981-10-16 15:43:20', -0.2, -16.512, 10, 5.5, 'ms', 'usp0001ggd', 'north of Ascension Island', 'earthquake\r'), +(4854, '1981-10-16 21:01:44', -56.397, -27.35, 122, 5.7, 'mb', 'usp0001ggj', 'South Sandwich Islands region', 'earthquake\r'), +(4855, '1981-10-17 06:44:55', -7.101, 128.974, 179, 6.1, 'mb', 'usp0001ggu', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(4856, '1981-10-17 12:08:26', -3.199, 142.255, 26, 5.9, 'mb', 'usp0001gh1', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(4857, '1981-10-17 14:35:41', -45.509, -15.18, 10, 6, 'ms', 'usp0001gh6', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(4858, '1981-10-17 20:04:15', 4.596, 122.662, 624.6, 5.8, 'mb', 'usp0001ghc', 'Celebes Sea', 'earthquake\r'), +(4859, '1981-10-18 03:57:03', 49.886, 78.898, 0, 6, 'mb', 'usp0001ghn', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4860, '1981-10-18 05:22:28', 43.257, 45.308, 33, 5.7, 'ms', 'usp0001ghq', 'Caucasus region, Russia', 'earthquake\r'), +(4861, '1981-10-20 13:51:45', -18.238, -179.292, 636, 5.6, 'mb', 'usp0001gk9', 'Fiji region', 'earthquake\r'), +(4862, '1981-10-23 13:05:57', -8.78, 106.448, 33, 5.5, 'ms', 'usp0001gms', 'south of Java, Indonesia', 'earthquake\r'), +(4863, '1981-10-23 13:26:22', -8.812, 106.456, 33, 5.7, 'ms', 'usp0001gmt', 'south of Java, Indonesia', 'earthquake\r'), +(4864, '1981-10-25 03:22:16', 18.048, -102.084, 33, 7.3, 'ms', 'usp0001gnv', 'Guerrero, Mexico', 'earthquake\r'), +(4865, '1981-10-28 04:34:18', -31.272, -110.649, 10, 6.2, 'ms', 'usp0001gpv', 'Easter Island region', 'earthquake\r'), +(4866, '1981-11-02 03:44:55', -52.944, 27.297, 10, 5.5, 'mb', 'usp0001gs6', 'south of Africa', 'earthquake\r'), +(4867, '1981-11-02 21:10:27', 12.198, 92.855, 33, 5.7, 'mb', 'usp0001gsh', 'Andaman Islands, India region', 'earthquake\r'), +(4868, '1981-11-03 07:02:39', -1.831, -78.436, 129.4, 5.6, 'mb', 'usp0001gss', 'Ecuador', 'earthquake\r'), +(4869, '1981-11-03 13:47:34', 43.542, -127.706, 10, 6.2, 'ms', 'usp0001gsw', 'off the coast of Oregon', 'earthquake\r'), +(4870, '1981-11-04 14:38:11', -20.046, -174.276, 33, 6.3, 'mb', 'usp0001gtb', 'Tonga', 'earthquake\r'), +(4871, '1981-11-05 07:23:23', -21.549, 170.147, 33, 5.8, 'mb', 'usp0001gtj', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4872, '1981-11-06 10:42:57', -59.713, -26.238, 33, 5.5, 'mb', 'usp0001gu6', 'South Sandwich Islands region', 'earthquake\r'), +(4873, '1981-11-06 16:47:49', -3.558, 143.79, 33, 6.9, 'ms', 'usp0001gud', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(4874, '1981-11-07 03:29:51', -32.199, -71.336, 65.2, 6.8, 'ms', 'usp0001gun', 'Valparaiso, Chile', 'earthquake\r'), +(4875, '1981-11-07 09:42:55', -17.088, 66.691, 10, 6, 'ms', 'usp0001gux', 'Mauritius - Reunion region', 'earthquake\r'), +(4876, '1981-11-08 13:41:20', -6.169, 112.154, 633, 5.8, 'mb', 'usp0001gvf', 'Java, Indonesia', 'earthquake\r'), +(4877, '1981-11-08 18:01:04', 37.281, 115.017, 14, 5.5, 'ms', 'usp0001gvm', 'Hebei, China', 'earthquake\r'), +(4878, '1981-11-08 21:56:11', 61.809, 153.666, 33, 5.6, 'mb', 'usp0001gvq', 'Magadanskaya Oblast\'\', Russia', 'earthquake\r'), +(4879, '1981-11-09 16:45:06', 53.221, -165.747, 33, 5.5, 'mb', 'usp0001gw2', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4880, '1981-11-12 17:30:14', -23.921, -175.57, 33, 5.6, 'mb', 'usp0001gxn', 'Tonga region', 'earthquake\r'), +(4881, '1981-11-15 20:18:18', -65.635, 179.899, 10, 6, 'ms', 'usp0001gze', 'Balleny Islands region', 'earthquake\r'), +(4882, '1981-11-16 01:26:35', -55.995, -27.272, 93, 5.5, 'mb', 'usp0001gzj', 'South Sandwich Islands region', 'earthquake\r'), +(4883, '1981-11-16 13:53:19', -22.141, 169.503, 33, 6.2, 'ms', 'usp0001h00', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4884, '1981-11-16 19:42:38', -33.886, -179.695, 33, 5.9, 'ms', 'usp0001h06', 'south of the Kermadec Islands', 'earthquake\r'), +(4885, '1981-11-18 09:17:30', -2.282, 22.813, 7, 5.8, 'mb', 'usp0001h12', 'Democratic Republic of the Congo', 'earthquake\r'), +(4886, '1981-11-18 17:37:49', -29.516, -177.228, 33, 6, 'ms', 'usp0001h17', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4887, '1981-11-18 22:51:45', 31.803, 131.726, 33, 5.5, 'ms', 'usp0001h1e', 'Kyushu, Japan', 'earthquake\r'), +(4888, '1981-11-22 15:05:21', 18.752, 120.839, 24, 6.5, 'ms', 'usp0001h39', 'Luzon, Philippines', 'earthquake\r'), +(4889, '1981-11-23 10:17:23', 43.001, 146.179, 39, 5.9, 'mb', 'usp0001h3t', 'Kuril Islands', 'earthquake\r'), +(4890, '1981-11-24 23:30:33', -22.504, 170.635, 29.8, 6.7, 'ms', 'usp0001h4g', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4891, '1981-11-24 23:49:55', -22.372, 170.558, 33, 6.2, 'ms', 'usp0001h4h', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4892, '1981-11-25 09:36:40', -3.2, 142.15, 24, 5.6, 'mb', 'usp0001h4t', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(4893, '1981-11-25 19:01:48', -15.246, -173.308, 33, 5.8, 'ms', 'usp0001h54', 'Tonga', 'earthquake\r'), +(4894, '1981-11-25 23:51:17', -20.943, -178.863, 614, 5.9, 'mb', 'usp0001h55', 'Fiji region', 'earthquake\r'), +(4895, '1981-11-26 06:45:51', 48.82, 154.905, 48, 5.5, 'mb', 'usp0001h56', 'Kuril Islands', 'earthquake\r'), +(4896, '1981-11-26 22:03:27', 6.477, 127.384, 53, 5.5, 'mb', 'usp0001h5d', 'Philippine Islands region', 'earthquake\r'), +(4897, '1981-11-27 17:21:46', 42.913, 131.076, 543, 5.8, 'mb', 'usp0001h5r', 'eastern Russia-northeastern China border region', 'earthquake\r'), +(4898, '1981-11-29 03:35:09', 49.86, 78.857, 0, 5.6, 'mb', 'usp0001h6d', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4899, '1981-12-01 17:46:44', -37.112, 179.712, 34.6, 5.7, 'mb', 'usp0001h7e', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(4900, '1981-12-02 05:17:20', -7.413, 128.801, 132.8, 5.7, 'mb', 'usp0001h7s', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(4901, '1981-12-02 06:24:43', 40.907, 142.515, 59.4, 5.9, 'mb', 'usp0001h7u', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4902, '1981-12-02 15:15:37', -21.816, -179.463, 580.3, 5.6, 'mb', 'usp0001h7x', 'Fiji region', 'earthquake\r'), +(4903, '1981-12-02 19:01:54', -15.756, 88.387, 10, 5.7, 'mb', 'usp0001h7y', 'South Indian Ocean', 'earthquake\r'), +(4904, '1981-12-05 18:46:51', 14.57, 58.09, 10, 5.6, 'mb', 'usp0001h95', 'Owen Fracture Zone region', 'earthquake\r'), +(4905, '1981-12-06 12:50:49', -6.171, 152.045, 33, 6.1, 'ms', 'usp0001h9g', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4906, '1981-12-06 14:54:29', 8.001, -38.411, 10, 5.5, 'ms', 'usp0001h9j', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(4907, '1981-12-11 09:45:58', -6.087, 148.178, 69.5, 5.7, 'mb', 'usp0001hby', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(4908, '1981-12-12 04:52:37', 23.932, 125.856, 10, 6.3, 'ms', 'usp0001hcd', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(4909, '1981-12-12 23:31:11', 4.888, 70.145, 20, 5.5, 'mb', 'usp0001hcv', 'Maldive Islands region', 'earthquake\r'), +(4910, '1981-12-13 01:39:14', -6.387, 154.929, 50, 5.9, 'mb', 'usp0001hcy', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4911, '1981-12-13 13:24:17', -6.343, 154.923, 48, 5.5, 'mb', 'usp0001hd5', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(4912, '1981-12-13 20:35:57', -9.348, 111.761, 82.6, 5.7, 'mb', 'usp0001hdb', 'south of Java, Indonesia', 'earthquake\r'), +(4913, '1981-12-14 12:05:54', -56.363, -26.481, 104, 5.8, 'mb', 'usp0001hdy', 'South Sandwich Islands region', 'earthquake\r'), +(4914, '1981-12-19 14:10:51', 39.243, 25.227, 10, 7.2, 'ms', 'usp0001hgc', 'Aegean Sea', 'earthquake\r'), +(4915, '1981-12-22 05:02:17', -9.753, 154.724, 19.7, 5.5, 'mb', 'usp0001hk7', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(4916, '1981-12-23 18:47:18', -15.452, -173.754, 73.3, 5.6, 'mb', 'usp0001hmc', 'Tonga', 'earthquake\r'), +(4917, '1981-12-24 05:33:21', -29.97, -177.61, 28, 6.8, 'ms', 'usp0001hmm', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4918, '1981-12-24 06:01:07', -22.045, -176.377, 159.4, 5.5, 'mb', 'usp0001hmn', 'south of the Fiji Islands', 'earthquake\r'), +(4919, '1981-12-25 09:12:06', -30.392, -177.497, 33, 5.5, 'mb', 'usp0001hnf', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4920, '1981-12-26 17:05:33', -29.934, -177.741, 33, 7.1, 'ms', 'usp0001hp7', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4921, '1981-12-27 03:43:14', 49.909, 78.873, 0, 6.2, 'mb', 'usp0001hpj', 'eastern Kazakhstan', 'nuclear explosion\r'), +(4922, '1981-12-27 10:30:44', -2.121, 139.801, 33, 5.9, 'ms', 'usp0001hpp', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(4923, '1981-12-27 17:39:14', 38.938, 24.905, 13.3, 6.5, 'ms', 'usp0001hpw', 'Aegean Sea', 'earthquake\r'), +(4924, '1981-12-28 12:40:18', -15.001, 168.165, 33, 5.6, 'mb', 'usp0001hqp', 'Vanuatu', 'earthquake\r'), +(4925, '1981-12-29 19:06:32', -30.24, -177.885, 61, 5.5, 'mb', 'usp0001hsb', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4926, '1982-01-01 10:53:07', -17.954, -178.496, 587.2, 5.5, 'mb', 'usp0001hu8', 'Fiji region', 'earthquake\r'), +(4927, '1982-01-01 18:51:02', 26.823, 142.557, 22.2, 6.7, 'ms', 'usp0001huc', 'Bonin Islands, Japan region', 'earthquake\r'), +(4928, '1982-01-03 14:09:50', -0.972, -21.87, 10, 6.5, 'ms', 'usp0001hvb', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(4929, '1982-01-04 06:05:01', 18.014, 145.626, 590.2, 6.1, 'mb', 'usp0001hvt', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(4930, '1982-01-04 06:08:59', 17.87, 145.455, 518.9, 5.8, 'mb', 'usp0001hvu', 'Alamagan region, Northern Mariana Islands', 'earthquake\r'), +(4931, '1982-01-04 22:20:54', -23.165, -177.312, 195, 6, 'mb', 'usp0001hw2', 'south of the Fiji Islands', 'earthquake\r'), +(4932, '1982-01-06 09:01:38', -10.517, 161.334, 70.6, 5.5, 'mb', 'usp0001hws', 'Solomon Islands', 'earthquake\r'), +(4933, '1982-01-07 08:03:45', -12.07, 166.707, 156, 5.8, 'mb', 'usp0001hxb', 'Santa Cruz Islands', 'earthquake\r'), +(4934, '1982-01-07 08:42:51', -3.387, 177.569, 33, 5.8, 'mb', 'usp0001hxc', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(4935, '1982-01-07 09:29:01', -56.44, -26.531, 79.8, 5.7, 'mb', 'usp0001hxd', 'South Sandwich Islands region', 'earthquake\r'), +(4936, '1982-01-09 12:53:52', 46.984, -66.656, 10.1, 5.7, 'mb', 'usp0001hym', 'New Brunswick, Canada', 'earthquake\r'), +(4937, '1982-01-11 06:10:06', 13.752, 124.358, 45.7, 7.1, 'ms', 'usp0001hze', 'Catanduanes, Philippines', 'earthquake\r'), +(4938, '1982-01-11 06:49:19', 13.945, 124.407, 33, 5.9, 'mb', 'usp0001hzg', 'Catanduanes, Philippines', 'earthquake\r'), +(4939, '1982-01-12 01:44:48', -52.478, 27.988, 10, 5.8, 'mb', 'usp0001hzw', 'south of Africa', 'earthquake\r'), +(4940, '1982-01-12 05:48:18', 13.158, -87.589, 6.4, 6, 'ms', 'usp0001j01', 'Golfo de Fonseca, Honduras', 'earthquake\r'), +(4941, '1982-01-13 00:06:43', -9.55, 152.161, 33, 6, 'ms', 'usp0001j0c', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(4942, '1982-01-13 03:06:02', -8.036, 119.765, 180, 5.5, 'mb', 'usp0001j0g', 'Flores region, Indonesia', 'earthquake\r'), +(4943, '1982-01-13 04:43:00', -9.549, 152.152, 23, 5.6, 'mb', 'usp0001j0k', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(4944, '1982-01-14 09:53:45', -9.523, 151.949, 33, 5.9, 'ms', 'usp0001j17', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(4945, '1982-01-14 11:36:04', 9.994, 124.249, 606, 5.6, 'mb', 'usp0001j1a', 'Bohol, Philippines', 'earthquake\r'), +(4946, '1982-01-15 13:48:22', -9.513, 152.146, 33, 6, 'ms', 'usp0001j1v', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(4947, '1982-01-18 04:23:38', -17.288, 167.814, 44.2, 5.6, 'ms', 'usp0001j36', 'Vanuatu', 'earthquake\r'), +(4948, '1982-01-18 19:27:24', 40.004, 24.319, 10, 6.8, 'ms', 'usp0001j3b', 'Aegean Sea', 'earthquake\r'), +(4949, '1982-01-18 19:31:07', 39.906, 24.578, 10, 5.5, 'mb', 'usp0001j3c', 'Aegean Sea', 'earthquake\r'), +(4950, '1982-01-18 22:44:40', -4.046, 153.475, 218, 5.5, 'mb', 'usp0001j3u', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(4951, '1982-01-20 04:25:12', 6.946, 94.002, 18.9, 6.3, 'ms', 'usp0001j5b', 'Nicobar Islands, India region', 'earthquake\r'), +(4952, '1982-01-20 07:09:17', 7.119, 93.944, 27, 6.2, 'ms', 'usp0001j5h', 'Nicobar Islands, India region', 'earthquake\r'), +(4953, '1982-01-20 09:30:33', 52.503, 160.549, 24, 5.5, 'mb', 'usp0001j5p', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4954, '1982-01-21 22:29:14', 19.218, -155.552, 13.7, 5.6, 'mb', 'usp0001j6t', 'Hawaii region, Hawaii', 'earthquake\r'), +(4955, '1982-01-22 08:32:35', -19.092, 169.172, 198.8, 5.5, 'mb', 'usp0001j75', 'Vanuatu', 'earthquake\r'), +(4956, '1982-01-23 14:10:40', 23.9, 121.707, 17, 5.9, 'ms', 'usp0001j83', 'Taiwan', 'earthquake\r'), +(4957, '1982-01-23 17:37:30', 31.696, 82.246, 33, 6.5, 'ms', 'usp0001j88', 'western Xizang', 'earthquake\r'), +(4958, '1982-01-23 17:48:02', 31.582, 82.205, 33, 6, 'ms', 'usp0001j89', 'western Xizang', 'earthquake\r'), +(4959, '1982-01-23 17:55:47', 21.649, -45.477, 10, 5.8, 'ms', 'usp0001j8a', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(4960, '1982-01-24 06:08:57', 14.085, 124.347, 37.2, 6.4, 'ms', 'usp0001j95', 'Catanduanes, Philippines', 'earthquake\r'), +(4961, '1982-01-25 05:29:34', 53.222, -165.719, 60, 6.1, 'mb', 'usp0001ja0', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(4962, '1982-01-26 13:23:10', -7.182, 146.036, 168, 5.7, 'mb', 'usp0001jav', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(4963, '1982-01-27 21:46:24', -6.096, 111.673, 627.3, 5.6, 'mb', 'usp0001jbr', 'Java, Indonesia', 'earthquake\r'), +(4964, '1982-01-28 14:26:16', -27.383, -71.782, 33, 6.1, 'mb', 'usp0001jc8', 'offshore Atacama, Chile', 'earthquake\r'), +(4965, '1982-01-29 22:32:06', 25.509, -45.288, 10, 5.8, 'ms', 'usp0001jcw', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(4966, '1982-01-30 02:35:11', 16.737, -61.43, 63.3, 6, 'mb', 'usp0001jcz', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(4967, '1982-01-31 08:37:33', -22.713, -179.184, 500, 5.5, 'mb', 'usp0001jdm', 'south of the Fiji Islands', 'earthquake\r'), +(4968, '1982-02-04 01:54:46', -6.106, 102.227, 29, 5.5, 'mb', 'usp0001jfq', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(4969, '1982-02-07 19:18:17', 29.035, -113.053, 10, 5.6, 'ms', 'usp0001jh9', 'Baja California, Mexico', 'earthquake\r'), +(4970, '1982-02-10 16:17:52', -6.863, 106.936, 39.8, 5.5, 'mb', 'usp0001jjp', 'Java, Indonesia', 'earthquake\r'), +(4971, '1982-02-10 20:38:01', -22.648, -66.466, 196.2, 5.9, 'mb', 'usp0001jju', 'Jujuy, Argentina', 'earthquake\r'), +(4972, '1982-02-10 21:00:49', -11.471, 117.991, 33, 5.6, 'ms', 'usp0001jjv', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(4973, '1982-02-13 23:45:55', -30.179, -177.897, 51, 5.6, 'mb', 'usp0001jmt', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(4974, '1982-02-14 05:16:58', -47.376, 100.073, 10, 5.7, 'ms', 'usp0001jmz', 'southeast Indian Ridge', 'earthquake\r'), +(4975, '1982-02-15 05:50:12', -3.505, 177.475, 33, 5.7, 'mb', 'usp0001jnh', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(4976, '1982-02-20 09:17:04', -16.713, 177.231, 14, 5.5, 'mb', 'usp0001jqp', 'Fiji', 'earthquake\r'), +(4977, '1982-02-20 13:26:50', -10.861, 166.015, 36, 6.8, 'ms', 'usp0001jqv', 'Santa Cruz Islands', 'earthquake\r'), +(4978, '1982-02-20 19:18:20', 33.579, 140.999, 18, 6.5, 'ms', 'usp0001jr4', 'Izu Islands, Japan region', 'earthquake\r'), +(4979, '1982-02-21 09:25:16', -6.178, 102.415, 27, 5.5, 'ms', 'usp0001jrf', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(4980, '1982-02-22 12:37:49', 1.842, 128.179, 147.2, 5.5, 'mb', 'usp0001jsa', 'Halmahera, Indonesia', 'earthquake\r'), +(4981, '1982-02-22 15:03:13', 33.598, 141.006, 38.2, 5.6, 'mb', 'usp0001jsd', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(4982, '1982-02-22 23:38:31', -10.077, 160.978, 78.7, 5.5, 'mb', 'usp0001jsk', 'Solomon Islands', 'earthquake\r'), +(4983, '1982-02-27 16:16:55', 22.288, 143.458, 127, 5.9, 'mb', 'usp0001jvt', 'Volcano Islands, Japan region', 'earthquake\r'), +(4984, '1982-02-28 17:00:24', -21.698, -173.538, 37, 5.6, 'ms', 'usp0001jwj', 'Tonga', 'earthquake\r'), +(4985, '1982-02-28 17:52:19', -11.348, 117.26, 17, 5.6, 'mb', 'usp0001jwk', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(4986, '1982-03-02 06:39:29', -7.291, 120.31, 572.5, 5.5, 'mb', 'usp0001jxe', 'Flores Sea', 'earthquake\r'), +(4987, '1982-03-04 09:11:50', -22.426, 173.624, 45, 6, 'ms', 'usp0001jye', 'southeast of the Loyalty Islands', 'earthquake\r'), +(4988, '1982-03-06 11:35:07', -0.774, 136.255, 46, 5.7, 'ms', 'usp0001jzn', 'Biak region, Indonesia', 'earthquake\r'), +(4989, '1982-03-06 23:14:36', 36.441, 140.452, 67.6, 5.6, 'mb', 'usp0001jzx', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(4990, '1982-03-07 12:24:02', 38.009, 72.695, 122, 5.5, 'mb', 'usp0001k07', 'Tajikistan', 'earthquake\r'), +(4991, '1982-03-07 15:41:57', -25.096, -175.569, 37, 5.9, 'mb', 'usp0001k0b', 'south of Tonga', 'earthquake\r'), +(4992, '1982-03-08 15:16:29', 52.96, 159.804, 33, 5.6, 'mb', 'usp0001k17', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(4993, '1982-03-10 21:58:44', -56.037, -27.291, 102, 6, 'mb', 'usp0001k22', 'South Sandwich Islands region', 'earthquake\r'), +(4994, '1982-03-11 10:32:27', -9.265, 118.479, 33, 6.4, 'ms', 'usp0001k2g', 'Sumbawa region, Indonesia', 'earthquake\r'), +(4995, '1982-03-12 05:27:43', 13.913, 123.571, 10, 5.7, 'ms', 'usp0001k2x', 'Luzon, Philippines', 'earthquake\r'), +(4996, '1982-03-16 00:20:44', -3.324, 177.533, 36, 5.6, 'ms', 'usp0001k50', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(4997, '1982-03-19 00:17:52', -2.802, 138.811, 48, 5.5, 'ms', 'usp0001k6x', 'Papua, Indonesia', 'earthquake\r'), +(4998, '1982-03-21 02:32:08', 42.158, 142.361, 44, 6.7, 'ms', 'usp0001k81', 'Hokkaido, Japan region', 'earthquake\r'), +(4999, '1982-03-21 10:22:33', 42.231, 142.52, 18, 5.8, 'mb', 'usp0001k8k', 'Hokkaido, Japan region', 'earthquake\r'), +(5000, '1982-03-21 13:35:03', -18.586, -175.188, 203, 5.9, 'mb', 'usp0001k8q', 'Tonga', 'earthquake\r'), +(5001, '1982-03-22 06:04:11', 6.65, 175.064, 33, 5.6, 'mb', 'usp0001k93', 'Marshall Islands region', 'earthquake\r'), +(5002, '1982-03-25 05:05:40', -52.733, -46.782, 10, 6, 'ms', 'usp0001kb6', 'South Atlantic Ocean', 'earthquake\r'), +(5003, '1982-03-26 04:56:32', -6.845, 129.399, 181, 5.6, 'mb', 'usp0001kbt', 'Banda Sea', 'earthquake\r'), +(5004, '1982-03-27 00:19:26', 34.711, 140.825, 26.6, 5.7, 'ms', 'usp0001kck', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5005, '1982-03-27 13:45:36', -11.102, 162.943, 73, 5.5, 'mb', 'usp0001kd2', 'Solomon Islands', 'earthquake\r'), +(5006, '1982-03-27 18:40:48', -11.083, 163.075, 42, 5.6, 'ms', 'usp0001kd6', 'Solomon Islands', 'earthquake\r'), +(5007, '1982-03-28 03:52:35', -31.485, -178.66, 79, 6, 'mb', 'usp0001kdf', 'Kermadec Islands region', 'earthquake\r'), +(5008, '1982-03-28 23:24:51', -12.69, -76.065, 95, 6.1, 'mb', 'usp0001ke0', 'near the coast of central Peru', 'earthquake\r'), +(5009, '1982-03-29 10:36:42', -3.652, 145.624, 21.2, 5.7, 'ms', 'usp0001ke9', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5010, '1982-03-29 12:20:27', -15.471, -179.61, 33, 6.3, 'ms', 'usp0001keb', 'Fiji region', 'earthquake\r'), +(5011, '1982-03-29 19:28:09', -5.035, 148.942, 33, 5.9, 'mb', 'usp0001keh', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5012, '1982-03-29 21:33:55', 0.088, 123.332, 187.2, 6, 'mb', 'usp0001ken', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5013, '1982-04-03 00:50:51', -15.096, 168.151, 33, 5.5, 'mb', 'usp0001kgx', 'Vanuatu', 'earthquake\r'), +(5014, '1982-04-05 00:40:24', -3.465, 139.745, 33, 5.5, 'mb', 'usp0001khs', 'Papua, Indonesia', 'earthquake\r'), +(5015, '1982-04-06 19:56:53', 14.315, -92.082, 64.8, 6.5, 'ms', 'usp0001kjv', 'offshore Guatemala', 'earthquake\r'), +(5016, '1982-04-08 02:41:18', 18.519, 86.276, 24, 5.5, 'mb', 'usp0001kk9', 'Bay of Bengal', 'earthquake\r'), +(5017, '1982-04-08 11:40:31', -20.614, -174.181, 41, 5.5, 'mb', 'usp0001kkg', 'Tonga', 'earthquake\r'), +(5018, '1982-04-09 11:51:01', 26.484, 126.245, 131.2, 5.5, 'mb', 'usp0001km0', 'Ryukyu Islands, Japan', 'earthquake\r'), +(5019, '1982-04-10 06:47:52', -33.91, 58.027, 10, 5.6, 'mb', 'usp0001km9', 'South Indian Ocean', 'earthquake\r'), +(5020, '1982-04-10 07:00:09', -33.832, 58.078, 10, 5.6, 'mb', 'usp0001kma', 'South Indian Ocean', 'earthquake\r'), +(5021, '1982-04-10 16:25:34', 17.38, -83.499, 10, 5.9, 'ms', 'usp0001kmj', 'north of Honduras', 'earthquake\r'), +(5022, '1982-04-10 21:24:37', -21.032, -176.3, 162, 5.6, 'mb', 'usp0001kmp', 'Fiji region', 'earthquake\r'), +(5023, '1982-04-12 00:34:44', -30.185, -177.89, 35, 6.1, 'ms', 'usp0001knk', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(5024, '1982-04-12 01:33:08', 46.765, 154.061, 38, 5.5, 'ms', 'usp0001knm', 'east of the Kuril Islands', 'earthquake\r'), +(5025, '1982-04-15 14:51:32', -4.74, 103.161, 72.5, 5.5, 'mb', 'usp0001kr3', 'southern Sumatra, Indonesia', 'earthquake\r'), +(5026, '1982-04-16 14:04:51', -15.792, -172.985, 33, 6, 'ms', 'usp0001krv', 'Samoa Islands region', 'earthquake\r'), +(5027, '1982-04-17 09:20:58', 19.871, 120.526, 10.3, 6.2, 'mb', 'usp0001ksn', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(5028, '1982-04-17 18:45:59', -6.507, 130.712, 81.5, 5.5, 'mb', 'usp0001kt1', 'Banda Sea', 'earthquake\r'), +(5029, '1982-04-18 08:57:08', 28.931, 142.232, 22, 5.7, 'ms', 'usp0001ktc', 'Bonin Islands, Japan region', 'earthquake\r'), +(5030, '1982-04-18 09:23:25', -3.394, 177.474, 25, 5.5, 'ms', 'usp0001ktd', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5031, '1982-04-18 11:30:55', -28.185, -114.069, 10, 5.9, 'mb', 'usp0001ktf', 'Easter Island region', 'earthquake\r'), +(5032, '1982-04-19 07:55:16', -26.044, -178.625, 351, 5.5, 'mb', 'usp0001ku2', 'south of the Fiji Islands', 'earthquake\r'), +(5033, '1982-04-19 14:42:14', 19.888, 120.518, 2.1, 5.8, 'mb', 'usp0001kug', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(5034, '1982-04-21 12:05:24', -6.823, 129.9, 83.5, 5.7, 'mb', 'usp0001kvd', 'Banda Sea', 'earthquake\r'), +(5035, '1982-04-23 23:18:24', 51.178, -179.844, 43.9, 5.6, 'mb', 'usp0001kwq', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5036, '1982-04-25 03:23:05', 49.889, 78.931, 0, 6.1, 'mb', 'usp0001kx8', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5037, '1982-04-25 10:04:22', -15.055, 167.38, 119, 5.7, 'mb', 'usp0001kxk', 'Vanuatu', 'earthquake\r'), +(5038, '1982-04-27 08:06:25', -4.133, 119.035, 30.8, 5.5, 'mb', 'usp0001kz4', 'Sulawesi, Indonesia', 'earthquake\r'), +(5039, '1982-04-30 07:46:48', -56.245, -27.457, 105.8, 5.7, 'mb', 'usp0001m0s', 'South Sandwich Islands region', 'earthquake\r'), +(5040, '1982-05-02 11:19:38', -29.318, -177.151, 25.4, 6.5, 'ms', 'usp0001m22', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(5041, '1982-05-03 07:26:03', -23.467, -68.814, 107, 5.5, 'mb', 'usp0001m32', 'Antofagasta, Chile', 'earthquake\r'), +(5042, '1982-05-06 15:42:21', 40.068, 71.542, 33, 5.6, 'ms', 'usp0001m4k', 'Kyrgyzstan', 'earthquake\r'), +(5043, '1982-05-07 02:57:03', -6.049, 147.19, 62.5, 5.5, 'mb', 'usp0001m4x', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5044, '1982-05-07 05:36:20', -0.624, 123.291, 91.9, 5.9, 'mb', 'usp0001m50', 'Sulawesi, Indonesia', 'earthquake\r'), +(5045, '1982-05-07 05:38:35', -60.597, -20.877, 10, 6.7, 'ms', 'usp0001m51', 'east of the South Sandwich Islands', 'earthquake\r'), +(5046, '1982-05-09 10:00:57', -10.734, 94.507, 10, 5.5, 'mb', 'usp0001m6p', 'South Indian Ocean', 'earthquake\r'), +(5047, '1982-05-11 20:46:59', -7.706, 128.452, 33, 5.7, 'mb', 'usp0001m87', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(5048, '1982-05-12 10:03:31', -24.636, 179.223, 532, 5.6, 'mb', 'usp0001m8r', 'south of the Fiji Islands', 'earthquake\r'), +(5049, '1982-05-15 18:48:51', 50.574, -129.747, 10, 5.7, 'ms', 'usp0001mbr', 'Vancouver Island, Canada region', 'earthquake\r'), +(5050, '1982-05-17 07:12:49', -3.458, 177.542, 25, 5.5, 'mb', 'usp0001mct', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5051, '1982-05-20 21:29:15', -20.283, 168.22, 38, 5.9, 'mb', 'usp0001meg', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(5052, '1982-05-20 22:55:57', -27.776, 172.158, 33, 5.6, 'ms', 'usp0001mej', 'Norfolk Island, Australia region', 'earthquake\r'), +(5053, '1982-05-22 08:52:59', 7.564, 94.023, 33, 5.5, 'mb', 'usp0001mf9', 'Nicobar Islands, India region', 'earthquake\r'), +(5054, '1982-05-23 21:32:35', -3.385, 177.395, 32, 5.9, 'mb', 'usp0001mg1', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5055, '1982-05-24 07:25:32', 48.826, 154.969, 29, 5.9, 'mb', 'usp0001mgd', 'Kuril Islands', 'earthquake\r'), +(5056, '1982-05-29 12:21:08', 42.812, 143.164, 75.1, 5.8, 'mb', 'usp0001mk0', 'Hokkaido, Japan region', 'earthquake\r'), +(5057, '1982-05-30 01:25:12', -5.207, 152.494, 66.4, 5.7, 'mb', 'usp0001mkb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5058, '1982-05-31 10:21:15', 55.138, 165.401, 33, 6.4, 'ms', 'usp0001mkx', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(5059, '1982-05-31 15:18:56', 7.776, 135.777, 33, 6.4, 'ms', 'usp0001mm3', 'Palau region', 'earthquake\r'), +(5060, '1982-05-31 20:13:09', 38.695, 142.094, 51.4, 5.9, 'ms', 'usp0001mm8', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5061, '1982-06-01 04:14:15', -41.548, -75.106, 33, 6.1, 'ms', 'usp0001mme', 'offshore Los Lagos, Chile', 'earthquake\r'), +(5062, '1982-06-02 12:37:35', -18.083, -172.492, 33, 6.4, 'ms', 'usp0001mnh', 'Tonga region', 'earthquake\r'), +(5063, '1982-06-04 03:01:04', 51.597, -177.333, 58.9, 5.8, 'mb', 'usp0001mp7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5064, '1982-06-04 15:21:33', 4.093, 124.523, 328, 5.7, 'mb', 'usp0001mpm', 'Celebes Sea', 'earthquake\r'), +(5065, '1982-06-04 19:23:42', 44.432, 148.326, 33, 5.6, 'mb', 'usp0001mps', 'Kuril Islands', 'earthquake\r'), +(5066, '1982-06-06 10:20:31', 35.357, -36.023, 10, 5.7, 'ms', 'usp0001mqv', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5067, '1982-06-06 23:40:57', -17.953, -172.379, 33, 5.5, 'ms', 'usp0001mr4', 'Tonga region', 'earthquake\r'), +(5068, '1982-06-07 06:52:37', 16.607, -98.149, 40.5, 6.9, 'ms', 'usp0001mrd', 'Oaxaca, Mexico', 'earthquake\r'), +(5069, '1982-06-07 10:59:40', 16.558, -98.358, 33.8, 7, 'ms', 'usp0001mrg', 'Guerrero, Mexico', 'earthquake\r'), +(5070, '1982-06-08 16:30:41', -41.94, 88.306, 10, 5.6, 'ms', 'usp0001msh', 'southeast Indian Ridge', 'earthquake\r'), +(5071, '1982-06-09 03:08:35', -5.708, 150.962, 84.4, 5.9, 'mb', 'usp0001mst', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5072, '1982-06-09 07:43:13', -46.147, 95.384, 10, 5.6, 'ms', 'usp0001msy', 'southeast Indian Ridge', 'earthquake\r'), +(5073, '1982-06-11 00:38:10', -17.616, -174.414, 123, 6.3, 'mb', 'usp0001mu1', 'Tonga', 'earthquake\r'), +(5074, '1982-06-11 01:06:08', -17.68, -174.411, 119, 5.5, 'mb', 'usp0001mu2', 'Tonga', 'earthquake\r'), +(5075, '1982-06-14 16:41:04', -4.714, 103.061, 56, 5.9, 'mb', 'usp0001mx7', 'southern Sumatra, Indonesia', 'earthquake\r'), +(5076, '1982-06-15 23:24:29', 31.907, 99.931, 10, 5.6, 'mb', 'usp0001mya', 'western Sichuan, China', 'earthquake\r'), +(5077, '1982-06-18 03:04:06', -34.023, 58.37, 10, 5.5, 'mb', 'usp0001mzt', 'South Indian Ocean', 'earthquake\r'), +(5078, '1982-06-18 07:10:11', -22.614, 171.836, 24, 5.6, 'mb', 'usp0001mzy', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5079, '1982-06-19 06:21:58', 13.332, -89.387, 73, 7.3, 'mw', 'iscgem597450', 'offshore El Salvador', 'earthquake\r'), +(5080, '1982-06-19 22:46:09', -14.719, 167.876, 33, 5.6, 'mb', 'usp0001n10', 'Vanuatu', 'earthquake\r'), +(5081, '1982-06-21 19:15:56', -10.783, 164.174, 48.4, 5.6, 'mb', 'usp0001n27', 'Santa Cruz Islands region', 'earthquake\r'), +(5082, '1982-06-22 04:18:41', -7.339, 126.043, 450, 6.3, 'mb', 'usp0001n2e', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(5083, '1982-06-23 23:23:34', 4.067, 124.532, 344.3, 5.6, 'mb', 'usp0001n3j', 'Celebes Sea', 'earthquake\r'), +(5084, '1982-06-24 09:16:44', -44.009, -15.978, 10, 5.6, 'mb', 'usp0001n3t', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(5085, '1982-06-25 10:23:51', -6.356, 103.437, 35.4, 5.8, 'ms', 'usp0001n4b', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(5086, '1982-06-27 16:17:13', -55.486, 160.161, 10, 6.1, 'ms', 'usp0001n5f', 'Macquarie Island region', 'earthquake\r'), +(5087, '1982-06-30 01:57:34', 44.679, 151.143, 33, 6.9, 'ms', 'usp0001n6n', 'east of the Kuril Islands', 'earthquake\r'), +(5088, '1982-07-01 07:41:53', 51.426, -179.943, 47.7, 6, 'mw', 'usp0001n7b', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5089, '1982-07-04 01:17:14', 49.995, 78.856, 0, 6.1, 'mb', 'usp0001n8v', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5090, '1982-07-04 01:20:07', 27.929, 136.967, 536, 7.1, 'mw', 'usp0001n8w', 'west of the Bonin Islands, Japan', 'earthquake\r'), +(5091, '1982-07-04 06:16:08', 7.653, -72.197, 53.5, 5.5, 'mb', 'usp0001n8z', 'Tachira, Venezuela', 'earthquake\r'), +(5092, '1982-07-04 21:26:39', -19.531, -173.81, 87.9, 5.6, 'mb', 'usp0001n9b', 'Tonga', 'earthquake\r'), +(5093, '1982-07-05 08:56:56', 30.997, 130.451, 116, 5.7, 'mb', 'usp0001n9h', 'Kyushu, Japan', 'earthquake\r'), +(5094, '1982-07-05 10:35:36', -31.26, -178.8, 119.9, 5.6, 'mb', 'usp0001n9m', 'Kermadec Islands region', 'earthquake\r'), +(5095, '1982-07-05 21:22:27', -20.828, -178.801, 615.3, 5.5, 'mb', 'usp0001n9w', 'Fiji region', 'earthquake\r'), +(5096, '1982-07-07 10:43:04', -51.225, 160.513, 10, 7, 'ms', 'usp0001nap', 'north of Macquarie Island', 'earthquake\r'), +(5097, '1982-07-10 12:04:40', -55.985, 146.843, 10, 5.5, 'ms', 'usp0001nbm', 'west of Macquarie Island', 'earthquake\r'), +(5098, '1982-07-13 13:49:48', -3.305, 177.592, 30, 5.5, 'mb', 'usp0001ndm', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5099, '1982-07-15 02:13:49', -3.342, 177.581, 33, 5.6, 'mb', 'usp0001ner', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5100, '1982-07-17 22:02:08', -21.735, 173.132, 36.9, 6.2, 'ms', 'usp0001nfw', 'Vanuatu region', 'earthquake\r'), +(5101, '1982-07-20 15:11:47', 54.55, 161.472, 32, 5.5, 'mb', 'usp0001ngz', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5102, '1982-07-20 15:56:35', -6.809, 129.417, 145.8, 5.6, 'mb', 'usp0001nh0', 'Banda Sea', 'earthquake\r'), +(5103, '1982-07-23 14:23:54', 36.194, 141.702, 36.6, 7.1, 'mw', 'usp0001nkk', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5104, '1982-07-23 17:54:02', 36.067, 141.725, 31, 6.2, 'ms', 'usp0001nkx', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5105, '1982-07-25 08:01:29', 36.314, 141.643, 45, 5.5, 'ms', 'usp0001nnd', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5106, '1982-07-25 18:01:58', -21.864, -138.943, 0, 5.6, 'mb', 'usp0001nnq', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(5107, '1982-07-27 19:34:32', 3.589, 128.481, 26, 5.7, 'ms', 'usp0001nq4', 'north of Halmahera, Indonesia', 'earthquake\r'), +(5108, '1982-07-30 03:40:51', -18.652, -173.635, 33, 5.7, 'mb', 'usp0001nrh', 'Tonga', 'earthquake\r'), +(5109, '1982-07-31 06:29:16', 51.755, 176.137, 37.8, 6.4, 'mw', 'usp0001nrz', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5110, '1982-08-03 00:53:17', -6.118, 149.311, 68.8, 5.5, 'mb', 'usp0001ntn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5111, '1982-08-03 06:04:40', 13.741, 146.34, 46.5, 5.9, 'mw', 'usp0001nts', 'Mariana Islands region', 'earthquake\r'), +(5112, '1982-08-05 07:28:09', -5.767, 146.567, 113, 5.6, 'mb', 'usp0001nuy', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5113, '1982-08-05 20:32:53', -12.597, 165.931, 30.7, 7, 'mw', 'usp0001nvd', 'Santa Cruz Islands', 'earthquake\r'), +(5114, '1982-08-06 20:40:52', -8.375, 120.577, 45.7, 5.9, 'mb', 'usp0001nvx', 'Flores region, Indonesia', 'earthquake\r'), +(5115, '1982-08-06 20:46:14', -8.319, 120.416, 49.9, 5.5, 'mb', 'usp0001nvy', 'Flores region, Indonesia', 'earthquake\r'), +(5116, '1982-08-07 18:20:22', -16.548, -172.637, 33, 5.7, 'ms', 'usp0001nwg', 'Samoa Islands region', 'earthquake\r'), +(5117, '1982-08-07 20:56:23', -11.143, 115.418, 33, 6.4, 'mw', 'usp0001nwj', 'south of Bali, Indonesia', 'earthquake\r'), +(5118, '1982-08-09 00:46:07', 35.655, 141.864, 33, 5.5, 'ms', 'usp0001nx7', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5119, '1982-08-09 10:46:15', -12.715, 166.161, 33, 5.6, 'ms', 'usp0001nxj', 'Santa Cruz Islands', 'earthquake\r'), +(5120, '1982-08-10 04:51:49', -5.352, -77.367, 33, 5.5, 'mb', 'usp0001nxx', 'northern Peru', 'earthquake\r'), +(5121, '1982-08-11 10:28:42', -8.777, 123.985, 33, 5.5, 'mb', 'usp0001nyz', 'Flores region, Indonesia', 'earthquake\r'), +(5122, '1982-08-11 10:42:38', -3.064, 130.302, 20.8, 5.6, 'mb', 'usp0001nz1', 'Seram, Indonesia', 'earthquake\r'), +(5123, '1982-08-12 02:13:09', -4.354, 153.158, 45, 6.5, 'mw', 'usp0001nzq', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(5124, '1982-08-12 08:41:49', -1.568, -24.291, 10, 5.6, 'ms', 'usp0001nzy', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(5125, '1982-08-12 10:03:16', -3.386, 177.569, 33, 5.5, 'mb', 'usp0001p03', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5126, '1982-08-14 14:27:40', -5.055, 143.964, 106.2, 5.9, 'mb', 'usp0001p1t', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(5127, '1982-08-15 06:11:16', -10.063, -76.352, 106.1, 5.5, 'mb', 'usp0001p29', 'central Peru', 'earthquake\r'), +(5128, '1982-08-17 18:24:05', 9.543, -84.161, 47, 5.5, 'ms', 'usp0001p3s', 'Costa Rica', 'earthquake\r'), +(5129, '1982-08-17 22:22:24', 33.772, 22.961, 31, 6.4, 'mw', 'usp0001p3w', 'central Mediterranean Sea', 'earthquake\r'), +(5130, '1982-08-17 22:55:47', -9.25, 157.661, 33, 5.7, 'ms', 'usp0001p3x', 'Solomon Islands', 'earthquake\r'), +(5131, '1982-08-19 04:40:48', -19.067, 169.578, 38.5, 5.6, 'mb', 'usp0001p4q', 'Vanuatu', 'earthquake\r'), +(5132, '1982-08-19 15:59:02', 6.718, -82.68, 10, 6.8, 'mw', 'usp0001p53', 'south of Panama', 'earthquake\r'), +(5133, '1982-08-22 03:42:36', -20.553, 169.451, 34, 5.7, 'mw', 'usp0001p6c', 'Vanuatu', 'earthquake\r'), +(5134, '1982-08-23 16:40:19', 36.354, 141.484, 36, 5.6, 'mw', 'usp0001p79', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5135, '1982-08-26 05:23:00', -2.692, -79.871, 70, 6.1, 'mw', 'usp0001p8f', 'near the coast of Ecuador', 'earthquake\r'), +(5136, '1982-08-29 13:18:14', -6.018, 112.769, 597, 5.8, 'mb', 'usp0001pae', 'Java, Indonesia', 'earthquake\r'), +(5137, '1982-09-02 15:58:54', -39.753, 176.886, 33, 5.6, 'mb', 'usp0001pcf', 'North Island of New Zealand', 'earthquake\r'), +(5138, '1982-09-03 01:32:00', 43.913, 148.478, 33, 6.1, 'mw', 'usp0001pcn', 'east of the Kuril Islands', 'earthquake\r'), +(5139, '1982-09-03 03:40:12', 43.815, 148.42, 33, 5.8, 'ms', 'usp0001pcs', 'east of the Kuril Islands', 'earthquake\r'), +(5140, '1982-09-03 08:28:36', 43.766, 148.427, 33, 5.7, 'mb', 'usp0001pcy', 'east of the Kuril Islands', 'earthquake\r'), +(5141, '1982-09-03 20:14:30', -23.859, -66.605, 182.5, 5.5, 'mb', 'usp0001pd4', 'Jujuy, Argentina', 'earthquake\r'), +(5142, '1982-09-04 07:56:06', 15.559, 147.581, 46, 5.5, 'mb', 'usp0001pdb', 'Mariana Islands region', 'earthquake\r'), +(5143, '1982-09-04 13:31:15', -25.524, -176.245, 33, 6.1, 'mw', 'usp0001pde', 'south of the Fiji Islands', 'earthquake\r'), +(5144, '1982-09-04 22:26:16', -5.593, 149.524, 143.4, 5.6, 'mb', 'usp0001pdn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5145, '1982-09-06 01:47:03', 29.325, 140.36, 175.8, 6.8, 'mw', 'usp0001pej', 'Izu Islands, Japan region', 'earthquake\r'), +(5146, '1982-09-06 07:48:55', 56.844, -151.588, 33, 5.7, 'mb', 'usp0001pen', 'Kodiak Island region, Alaska', 'earthquake\r'), +(5147, '1982-09-09 16:40:13', -22.078, 169.408, 33, 5.5, 'mb', 'usp0001pg8', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5148, '1982-09-12 09:22:23', 52.64, -166.941, 33, 5.9, 'ms', 'usp0001pj5', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5149, '1982-09-12 16:50:38', 52.819, -167.053, 33, 5.5, 'mb', 'usp0001pjm', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5150, '1982-09-14 18:17:03', -7.23, 147.991, 36.8, 6.4, 'ms', 'usp0001pm0', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5151, '1982-09-15 20:22:55', -14.493, -70.785, 128.3, 6.3, 'mw', 'usp0001pmm', 'southern Peru', 'earthquake\r'), +(5152, '1982-09-15 22:34:05', -21.576, 169.211, 31.4, 5.5, 'ms', 'usp0001pms', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5153, '1982-09-16 08:23:12', -15.707, -172.745, 37, 5.6, 'mb', 'usp0001pn3', 'Samoa Islands region', 'earthquake\r'), +(5154, '1982-09-17 13:28:25', -23.469, -179.852, 546, 6.2, 'mw', 'usp0001pny', 'south of the Fiji Islands', 'earthquake\r'), +(5155, '1982-09-18 21:20:12', -26.916, -176.373, 50, 5.6, 'ms', 'usp0001ppj', 'south of the Fiji Islands', 'earthquake\r'), +(5156, '1982-09-20 12:57:45', -26.93, -175.963, 33, 6.1, 'ms', 'usp0001pqd', 'south of Tonga', 'earthquake\r'), +(5157, '1982-09-20 13:48:32', -26.886, -175.873, 33, 5.9, 'ms', 'usp0001pqh', 'south of Tonga', 'earthquake\r'), +(5158, '1982-09-20 13:56:09', -54.355, 143.865, 10, 5.8, 'ms', 'usp0001pqj', 'west of Macquarie Island', 'earthquake\r'), +(5159, '1982-09-20 17:05:02', -26.976, -176.197, 33, 5.8, 'ms', 'usp0001pqm', 'south of the Fiji Islands', 'earthquake\r'), +(5160, '1982-09-20 17:26:42', -54.442, 143.515, 10, 5.5, 'ms', 'usp0001pqp', 'west of Macquarie Island', 'earthquake\r'), +(5161, '1982-09-21 00:46:30', -9.645, 152.044, 22.7, 5.9, 'ms', 'usp0001pqv', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(5162, '1982-09-21 01:28:18', -9.567, 152.243, 20.5, 6.1, 'ms', 'usp0001pqw', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(5163, '1982-09-24 19:47:14', 0.196, 120.679, 82, 5.6, 'mb', 'usp0001pt6', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5164, '1982-09-24 22:51:52', 5.979, 126.617, 46.4, 5.5, 'ms', 'usp0001ptd', 'Mindanao, Philippines', 'earthquake\r'), +(5165, '1982-09-25 16:04:01', -11.343, 166.3, 42, 5.5, 'mb', 'usp0001ptx', 'Santa Cruz Islands', 'earthquake\r'), +(5166, '1982-09-25 18:08:10', -7.071, 129.726, 119, 5.5, 'mb', 'usp0001pu0', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(5167, '1982-09-26 01:09:29', 50.053, 158.798, 44, 5.5, 'mb', 'usp0001pud', 'east of the Kuril Islands', 'earthquake\r'), +(5168, '1982-09-26 04:46:38', 47.015, 152.289, 112, 5.6, 'mb', 'usp0001puj', 'Kuril Islands', 'earthquake\r'), +(5169, '1982-09-27 08:55:34', 1.299, 126.304, 62, 5.6, 'mb', 'usp0001pv7', 'Molucca Sea', 'earthquake\r'), +(5170, '1982-09-28 15:14:37', -24.271, -176.674, 40, 6.4, 'mw', 'usp0001pw2', 'south of the Fiji Islands', 'earthquake\r'), +(5171, '1982-09-29 05:50:32', 14.487, -89.121, 12, 5.5, 'mb', 'usp0001pwe', 'Honduras', 'earthquake\r'), +(5172, '1982-09-30 14:23:59', -14.964, -173.146, 33, 5.6, 'ms', 'usp0001pxw', 'Samoa Islands region', 'earthquake\r'), +(5173, '1982-10-02 08:26:25', -14.74, 167.273, 149, 5.6, 'mb', 'usp0001pzn', 'Vanuatu', 'earthquake\r'), +(5174, '1982-10-04 07:46:53', 51.435, -176.62, 37.8, 5.5, 'mb', 'usp0001q0r', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5175, '1982-10-04 15:41:09', -31.971, -178.514, 65.9, 5.6, 'mb', 'usp0001q0x', 'Kermadec Islands region', 'earthquake\r'), +(5176, '1982-10-05 09:14:33', -15.591, 168.004, 17.6, 6, 'mw', 'usp0001q1j', 'Vanuatu', 'earthquake\r'), +(5177, '1982-10-05 10:15:05', -30.516, -177.808, 54, 5.6, 'mb', 'usp0001q1n', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(5178, '1982-10-05 20:25:56', -22.797, 171.15, 41, 5.5, 'mb', 'usp0001q1z', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5179, '1982-10-05 21:39:13', -53.451, -3.467, 10, 5.8, 'mb', 'usp0001q20', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(5180, '1982-10-07 07:15:57', -7.156, 125.876, 515.2, 6.2, 'mb', 'usp0001q2u', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(5181, '1982-10-10 17:44:45', -54.782, -130.5, 10, 5.5, 'mb', 'usp0001q59', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5182, '1982-10-11 07:14:58', 73.392, 54.559, 0, 5.6, 'mb', 'usp0001q5h', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(5183, '1982-10-11 10:25:35', -62.553, 166.926, 10, 5.7, 'mb', 'usp0001q5n', 'Balleny Islands region', 'earthquake\r'), +(5184, '1982-10-17 18:12:09', 49.632, 155.892, 47, 5.5, 'mb', 'usp0001qar', 'Kuril Islands', 'earthquake\r'), +(5185, '1982-10-19 03:34:32', -17.889, -172.888, 53, 5.5, 'mb', 'usp0001qbh', 'Tonga region', 'earthquake\r'), +(5186, '1982-10-19 16:19:05', -11.36, 163.135, 40, 5.9, 'ms', 'usp0001qbw', 'Solomon Islands', 'earthquake\r'), +(5187, '1982-10-20 20:01:57', 23.825, 121.836, 33, 5.9, 'ms', 'usp0001qd1', 'Taiwan', 'earthquake\r'), +(5188, '1982-10-25 17:08:29', 2.987, 65.855, 10, 5.5, 'ms', 'usp0001qgz', 'Carlsberg Ridge', 'earthquake\r'), +(5189, '1982-10-26 03:24:31', -29.683, -71.367, 71, 5.5, 'mb', 'usp0001qha', 'offshore Coquimbo, Chile', 'earthquake\r'), +(5190, '1982-10-26 12:44:22', -7.403, 108.744, 153, 5.6, 'mb', 'usp0001qhj', 'Java, Indonesia', 'earthquake\r'), +(5191, '1982-10-27 10:30:13', 20.483, 121.523, 40.2, 5.5, 'mb', 'usp0001qj5', 'Batan Islands region, Philippines', 'earthquake\r'), +(5192, '1982-10-29 03:47:23', -6.049, 130.452, 166.2, 5.6, 'mb', 'usp0001qkf', 'Banda Sea', 'earthquake\r'), +(5193, '1982-10-31 02:48:14', 2.967, 96.1, 62, 5.5, 'mb', 'usp0001qmp', 'Simeulue, Indonesia', 'earthquake\r'), +(5194, '1982-11-04 09:29:53', 44.045, 148.04, 39, 5.7, 'mb', 'usp0001qq5', 'Kuril Islands', 'earthquake\r'), +(5195, '1982-11-10 21:20:46', -15.488, -175.955, 33, 5.8, 'ms', 'usp0001qtz', 'Tonga', 'earthquake\r'), +(5196, '1982-11-11 00:43:46', -6.65, 101.63, 33, 6.3, 'mw', 'usp0001qu3', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(5197, '1982-11-12 00:08:56', -55.788, -26.873, 33, 5.6, 'mb', 'usp0001quu', 'South Sandwich Islands region', 'earthquake\r'), +(5198, '1982-11-12 12:16:09', 1.491, 126.375, 57.1, 5.5, 'mb', 'usp0001qv8', 'Molucca Sea', 'earthquake\r'), +(5199, '1982-11-14 08:29:20', 52.986, 158.669, 92, 5.6, 'mw', 'usp0001qx5', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5200, '1982-11-14 16:23:56', -9.374, 122.605, 49.9, 5.5, 'mb', 'usp0001qxe', 'Savu Sea', 'earthquake\r'), +(5201, '1982-11-16 17:25:53', -14.614, 168.025, 27, 6.1, 'mw', 'usp0001qyr', 'Vanuatu', 'earthquake\r'), +(5202, '1982-11-16 23:41:21', 40.883, 19.59, 21, 5.6, 'mb', 'usp0001qyv', 'Albania', 'earthquake\r'), +(5203, '1982-11-17 09:43:42', -5.871, 147.18, 78.9, 5.5, 'mb', 'usp0001qz6', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5204, '1982-11-18 00:27:51', -54.377, -56.217, 10, 5.7, 'mb', 'usp0001qzg', 'Falkland Islands region', 'earthquake\r'), +(5205, '1982-11-18 14:57:52', -1.719, -76.703, 195, 6.6, 'mw', 'usp0001qzr', 'Ecuador', 'earthquake\r'), +(5206, '1982-11-18 20:39:51', -31.207, -65.835, 161, 5.6, 'mb', 'usp0001qzv', 'La Rioja, Argentina', 'earthquake\r'), +(5207, '1982-11-19 04:27:14', -10.599, -74.699, 14, 6.7, 'mw', 'usp0001r03', 'central Peru', 'earthquake\r'), +(5208, '1982-11-19 10:57:35', -54.415, -56.311, 10, 5.6, 'mb', 'usp0001r0b', 'Falkland Islands region', 'earthquake\r'), +(5209, '1982-11-20 07:58:45', 34.583, 70.508, 25.3, 5.7, 'mb', 'usp0001r0x', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5210, '1982-11-21 23:27:12', 55.4, 163.176, 35, 6.3, 'mw', 'usp0001r1t', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5211, '1982-11-22 00:28:01', -7.184, 130.084, 62.8, 5.6, 'mb', 'usp0001r1v', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(5212, '1982-11-22 05:32:45', -23.913, -175.821, 33, 5.5, 'mb', 'usp0001r21', 'Tonga region', 'earthquake\r'), +(5213, '1982-11-24 10:23:00', 12.775, -90.998, 29, 5.5, 'mb', 'usp0001r3d', 'off the coast of Central America', 'earthquake\r'), +(5214, '1982-11-26 17:45:34', -55.889, -144.236, 10, 5.6, 'mb', 'usp0001r4c', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5215, '1982-11-27 09:55:39', 50.205, 147.727, 622.3, 5.6, 'mb', 'usp0001r4w', 'Sea of Okhotsk', 'earthquake\r'), +(5216, '1982-12-01 01:12:06', -7.62, 116.914, 322.3, 5.5, 'mb', 'usp0001r7d', 'Bali Sea', 'earthquake\r'), +(5217, '1982-12-02 09:43:53', 51.883, -170.447, 33, 5.5, 'mb', 'usp0001r82', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5218, '1982-12-02 19:36:56', -4.499, 138.951, 33, 5.6, 'mb', 'usp0001r88', 'Papua, Indonesia', 'earthquake\r'), +(5219, '1982-12-03 22:30:00', -13.323, 167.205, 256.7, 6.6, 'mw', 'usp0001r8k', 'Vanuatu', 'earthquake\r'), +(5220, '1982-12-05 03:37:13', 49.928, 78.869, 0, 6.1, 'mb', 'usp0001r99', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5221, '1982-12-05 05:48:25', -9.884, 161.168, 97, 5.7, 'mw', 'usp0001r9a', 'Solomon Islands', 'earthquake\r'), +(5222, '1982-12-05 15:52:25', -23.41, -175.952, 50, 5.7, 'ms', 'usp0001r9m', 'Tonga region', 'earthquake\r'), +(5223, '1982-12-08 06:19:38', 12.08, 46.077, 10, 5.6, 'mb', 'usp0001raq', 'Gulf of Aden', 'earthquake\r'), +(5224, '1982-12-08 18:04:47', -41.391, -87.65, 10, 5.5, 'ms', 'usp0001ray', 'West Chile Rise', 'earthquake\r'), +(5225, '1982-12-09 01:41:38', -29.041, -112.552, 10, 5.9, 'ms', 'usp0001rb4', 'Easter Island region', 'earthquake\r'), +(5226, '1982-12-09 05:28:40', -3.507, 177.682, 33, 5.6, 'mb', 'usp0001rb7', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5227, '1982-12-09 10:39:40', -21, 168.526, 33, 5.5, 'mb', 'usp0001rbc', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(5228, '1982-12-12 19:57:33', -63.059, -60.727, 33, 5.5, 'mb', 'usp0001rdy', 'South Shetland Islands', 'earthquake\r'), +(5229, '1982-12-13 02:50:53', -63.091, -61.161, 33, 5.8, 'mb', 'usp0001re7', 'South Shetland Islands', 'earthquake\r'), +(5230, '1982-12-13 09:12:48', 14.701, 44.379, 5, 6.3, 'mw', 'usp0001reb', 'Yemen', 'earthquake\r'), +(5231, '1982-12-14 09:25:51', -24.061, -175.622, 33, 5.8, 'ms', 'usp0001rf1', 'south of Tonga', 'earthquake\r'), +(5232, '1982-12-14 12:02:06', -24.018, -175.63, 33, 5.5, 'ms', 'usp0001rf3', 'south of Tonga', 'earthquake\r'), +(5233, '1982-12-16 00:40:49', 36.148, 69.011, 36, 6.6, 'ms', 'usp0001rg4', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5234, '1982-12-17 02:43:04', 24.595, 122.547, 86.9, 6.5, 'mw', 'usp0001rgn', 'Taiwan region', 'earthquake\r'), +(5235, '1982-12-17 21:15:02', -26.674, -176.152, 33, 5.6, 'ms', 'usp0001rh0', 'south of the Fiji Islands', 'earthquake\r'), +(5236, '1982-12-18 00:41:17', 1.782, 126.644, 51.6, 5.5, 'mb', 'usp0001rh2', 'Molucca Sea', 'earthquake\r'), +(5237, '1982-12-19 00:06:20', -32.547, -178.411, 36, 5.7, 'mw', 'usp0001rhj', 'south of the Kermadec Islands', 'earthquake\r'), +(5238, '1982-12-19 00:33:49', -32.555, -178.317, 33, 5.5, 'ms', 'usp0001rhk', 'south of the Kermadec Islands', 'earthquake\r'), +(5239, '1982-12-19 13:00:16', -24.178, -175.922, 33, 5.7, 'ms', 'usp0001rj0', 'south of Tonga', 'earthquake\r'), +(5240, '1982-12-19 17:43:55', -24.133, -175.864, 33, 7.2, 'mw', 'usp0001rj6', 'south of Tonga', 'earthquake\r'), +(5241, '1982-12-19 18:17:27', -24.352, -176.018, 33, 5.5, 'mb', 'usp0001rj7', 'south of the Fiji Islands', 'earthquake\r'), +(5242, '1982-12-19 18:33:16', -23.833, -175.664, 33, 5.6, 'mb', 'usp0001rj8', 'Tonga region', 'earthquake\r'), +(5243, '1982-12-19 19:40:53', 30.574, 57.524, 39.5, 5.9, 'ms', 'usp0001rjd', 'eastern Iran', 'earthquake\r'), +(5244, '1982-12-19 20:14:19', -24.789, -175.612, 33, 5.5, 'mb', 'usp0001rjf', 'south of Tonga', 'earthquake\r'), +(5245, '1982-12-19 21:26:08', -23.887, -175.502, 33, 5.5, 'mb', 'usp0001rjj', 'Tonga region', 'earthquake\r'), +(5246, '1982-12-19 23:41:12', -24.337, -175.627, 61.7, 5.5, 'mb', 'usp0001rjp', 'south of Tonga', 'earthquake\r'), +(5247, '1982-12-20 00:33:06', -57.43, -25.737, 72.4, 5.9, 'mb', 'usp0001rjs', 'South Sandwich Islands region', 'earthquake\r'), +(5248, '1982-12-20 01:30:30', -24.038, -175.467, 33, 6, 'ms', 'usp0001rju', 'south of Tonga', 'earthquake\r'), +(5249, '1982-12-20 02:58:11', -23.723, -175.977, 32, 6.3, 'mw', 'usp0001rjw', 'Tonga region', 'earthquake\r'), +(5250, '1982-12-20 05:54:37', -24.504, -175.872, 32, 5.9, 'ms', 'usp0001rk1', 'south of Tonga', 'earthquake\r'), +(5251, '1982-12-20 12:34:59', -24.583, -176.067, 33, 5.5, 'ms', 'usp0001rkc', 'south of the Fiji Islands', 'earthquake\r'), +(5252, '1982-12-20 14:35:45', -24.741, -175.685, 33, 5.9, 'mw', 'usp0001rkg', 'south of Tonga', 'earthquake\r'), +(5253, '1982-12-20 17:46:09', -23.545, -175.939, 33, 6.3, 'ms', 'usp0001rkp', 'Tonga region', 'earthquake\r'), +(5254, '1982-12-20 18:12:23', -23.736, -175.749, 33, 5.8, 'ms', 'usp0001rkq', 'Tonga region', 'earthquake\r'), +(5255, '1982-12-21 00:51:31', -23.589, -175.048, 33, 5.5, 'mb', 'usp0001rkx', 'Tonga region', 'earthquake\r'), +(5256, '1982-12-21 16:12:18', -24.725, -175.99, 33, 5.7, 'ms', 'usp0001rmm', 'south of Tonga', 'earthquake\r'), +(5257, '1982-12-22 15:40:13', 46.05, -27.588, 10, 5.5, 'ms', 'usp0001rnb', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5258, '1982-12-23 00:10:32', -24.442, -176.201, 48, 5.6, 'mb', 'usp0001rnh', 'south of the Fiji Islands', 'earthquake\r'), +(5259, '1982-12-23 13:05:17', -23.618, -175.503, 33, 5.5, 'ms', 'usp0001rp4', 'Tonga region', 'earthquake\r'), +(5260, '1982-12-25 12:28:03', -8.405, 123.08, 33, 5.9, 'ms', 'usp0001rqt', 'Flores region, Indonesia', 'earthquake\r'), +(5261, '1982-12-26 03:35:14', 50.066, 79.043, 0, 5.7, 'mb', 'usp0001rrc', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5262, '1982-12-28 01:52:31', 33.79, 139.413, 20, 5.5, 'ms', 'usp0001rtc', 'Izu Islands, Japan region', 'earthquake\r'), +(5263, '1982-12-28 06:37:43', 33.826, 139.434, 22, 6.3, 'mw', 'usp0001rtm', 'Izu Islands, Japan region', 'earthquake\r'), +(5264, '1982-12-28 13:49:29', 19.945, 121.397, 34, 6, 'mb', 'usp0001ru1', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(5265, '1982-12-28 15:53:51', -23.687, -175.592, 33, 5.6, 'ms', 'usp0001ru5', 'Tonga region', 'earthquake\r'), +(5266, '1982-12-29 07:02:31', 33.763, 139.336, 19, 5.5, 'mb', 'usp0001ruy', 'Izu Islands, Japan region', 'earthquake\r'), +(5267, '1982-12-31 03:47:29', -20.993, -68.464, 118, 6, 'mw', 'usp0001rwv', 'Antofagasta, Chile', 'earthquake\r'), +(5268, '1982-12-31 19:46:45', 42.796, 77.423, 24, 5.8, 'mb', 'usp0001rxe', 'Kyrgyzstan', 'earthquake\r'), +(5269, '1983-01-01 05:31:56', -16.943, -69.114, 172, 6.3, 'mw', 'usp0001rxv', 'La Paz, Bolivia', 'earthquake\r'), +(5270, '1983-01-03 03:39:47', -4.846, 103.153, 59, 5.5, 'mb', 'usp0001ryz', 'southern Sumatra, Indonesia', 'earthquake\r'), +(5271, '1983-01-03 06:04:02', -59.495, -26.262, 45, 5.5, 'mb', 'usp0001rz1', 'South Sandwich Islands region', 'earthquake\r'), +(5272, '1983-01-04 03:09:03', -3.151, 101.227, 54.1, 5.5, 'mb', 'usp0001rze', 'southern Sumatra, Indonesia', 'earthquake\r'), +(5273, '1983-01-05 02:01:03', 54.744, 162.829, 33, 5.6, 'ms', 'usp0001s02', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5274, '1983-01-05 04:28:10', 9.665, 122.182, 33, 5.6, 'ms', 'usp0001s06', 'Negros, Philippines', 'earthquake\r'), +(5275, '1983-01-07 06:23:12', -15.296, -177.9, 48, 5.8, 'ms', 'usp0001s1h', 'Fiji region', 'earthquake\r'), +(5276, '1983-01-08 11:21:30', -15.394, -173.33, 33, 6.4, 'mw', 'usp0001s30', 'Tonga', 'earthquake\r'), +(5277, '1983-01-08 15:04:56', -3.161, 148.195, 14.3, 6.1, 'ms', 'usp0001s33', 'Bismarck Sea', 'earthquake\r'), +(5278, '1983-01-09 21:03:54', 55.179, 163.244, 33, 6.1, 'ms', 'usp0001s40', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5279, '1983-01-10 01:57:56', -1.928, 133.696, 33, 5.7, 'ms', 'usp0001s44', 'Papua, Indonesia', 'earthquake\r'), +(5280, '1983-01-10 09:17:35', -22.006, -68.47, 121, 5.6, 'mb', 'usp0001s4c', 'Antofagasta, Chile', 'earthquake\r'), +(5281, '1983-01-10 12:32:22', -27.237, -63.301, 558.1, 5.7, 'mb', 'usp0001s4e', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(5282, '1983-01-13 09:23:48', -35.813, -102.631, 10, 5.6, 'mb', 'usp0001s6j', 'southeast of Easter Island', 'earthquake\r'), +(5283, '1983-01-14 18:20:53', 55.911, -154.154, 33, 5.8, 'ms', 'usp0001s7f', 'south of Alaska', 'earthquake\r'), +(5284, '1983-01-15 00:16:52', 7.405, 124.575, 42.1, 5.6, 'mb', 'usp0001s7t', 'Mindanao, Philippines', 'earthquake\r'), +(5285, '1983-01-15 00:39:34', 33.268, 136.04, 434.8, 5.5, 'mb', 'usp0001s7v', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(5286, '1983-01-15 00:49:54', 52.844, 160.076, 30, 5.6, 'mb', 'usp0001s7w', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5287, '1983-01-16 13:10:45', -16.782, -177.155, 33, 5.7, 'mb', 'usp0001s98', 'Fiji region', 'earthquake\r'), +(5288, '1983-01-16 22:10:12', -5.458, 147.046, 234.9, 6.7, 'mw', 'usp0001s9g', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5289, '1983-01-17 12:41:30', 38.026, 20.228, 14.3, 7, 'mw', 'usp0001sa1', 'Greece', 'earthquake\r'), +(5290, '1983-01-18 08:43:19', -6.489, 147.446, 47, 5.5, 'mb', 'usp0001sbv', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5291, '1983-01-18 15:23:37', -57.966, -24.311, 56, 6.5, 'ms', 'usp0001sc6', 'South Sandwich Islands region', 'earthquake\r'), +(5292, '1983-01-19 00:02:14', 38.173, 20.225, 18.5, 5.6, 'ms', 'usp0001scn', 'Greece', 'earthquake\r'), +(5293, '1983-01-21 14:20:09', -3.464, 141.31, 34, 5.5, 'mb', 'usp0001sfc', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(5294, '1983-01-22 01:24:35', -6.667, 102.985, 41, 5.5, 'ms', 'usp0001sfq', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(5295, '1983-01-22 01:27:44', -6.672, 103.027, 40, 6, 'ms', 'usp0001sfr', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(5296, '1983-01-22 06:44:36', -6.713, 102.976, 29, 6.1, 'ms', 'usp0001sfu', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(5297, '1983-01-22 12:41:55', 45.223, 7.164, 10, 5.5, 'mb', 'usp0001sg7', 'northern Italy', 'earthquake\r'), +(5298, '1983-01-23 16:36:39', -37.219, -95.179, 10, 5.5, 'mb', 'usp0001sh9', 'southeast of Easter Island', 'earthquake\r'), +(5299, '1983-01-24 08:17:40', 16.147, -95.232, 56.8, 6.3, 'mb', 'usp0001shv', 'Oaxaca, Mexico', 'earthquake\r'), +(5300, '1983-01-24 08:43:03', 4.209, 122.641, 607.4, 5.5, 'mb', 'usp0001shx', 'Celebes Sea', 'earthquake\r'), +(5301, '1983-01-24 13:02:37', 51.381, 176.251, 33, 5.7, 'ms', 'usp0001sj8', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5302, '1983-01-24 13:04:15', 16.214, -95.215, 65.5, 5.5, 'mb', 'usp0001sj9', 'Oaxaca, Mexico', 'earthquake\r'), +(5303, '1983-01-24 16:34:08', 39.74, -14.484, 33, 5.8, 'mb', 'usp0001sjj', 'North Atlantic Ocean', 'earthquake\r'), +(5304, '1983-01-24 23:09:21', 12.942, 93.582, 78, 6.8, 'mw', 'usp0001sjv', 'Andaman Islands, India region', 'earthquake\r'), +(5305, '1983-01-25 06:08:07', -3.601, 140.193, 18.4, 5.8, 'ms', 'usp0001sk5', 'Papua, Indonesia', 'earthquake\r'), +(5306, '1983-01-26 04:43:21', -49.556, -114.079, 10, 6.4, 'mw', 'usp0001sm6', 'southern East Pacific Rise', 'earthquake\r'), +(5307, '1983-01-26 16:02:21', -30.383, -179.339, 238, 7, 'mw', 'usp0001smj', 'Kermadec Islands region', 'earthquake\r'), +(5308, '1983-01-27 19:01:35', -24.105, -66.96, 188, 5.6, 'mb', 'usp0001snh', 'Salta, Argentina', 'earthquake\r'), +(5309, '1983-01-28 03:15:09', 2.602, 124.075, 354, 5.6, 'mb', 'usp0001snx', 'Celebes Sea', 'earthquake\r'), +(5310, '1983-01-28 14:23:03', -10.887, 165.924, 64, 5.6, 'mb', 'usp0001sp9', 'Santa Cruz Islands', 'earthquake\r'), +(5311, '1983-01-28 23:11:06', -36.226, -100.974, 10, 5.5, 'ms', 'usp0001spj', 'southeast of Easter Island', 'earthquake\r'), +(5312, '1983-01-29 15:29:18', -58.151, -24.206, 42, 5.5, 'ms', 'usp0001sq7', 'South Sandwich Islands region', 'earthquake\r'), +(5313, '1983-01-30 22:45:42', 33.407, 140.812, 63.1, 5.7, 'mb', 'usp0001src', 'Izu Islands, Japan region', 'earthquake\r'), +(5314, '1983-01-31 21:17:32', -3.48, 177.709, 31, 5.6, 'mw', 'usp0001ss8', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5315, '1983-02-04 06:31:16', 1.493, 127.294, 144, 5.5, 'mb', 'usp0001su3', 'Halmahera, Indonesia', 'earthquake\r'), +(5316, '1983-02-04 19:05:59', -10.228, 124.4, 33, 5.5, 'mb', 'usp0001sug', 'Timor region, Indonesia', 'earthquake\r'), +(5317, '1983-02-05 23:41:04', 16.063, -95.093, 33, 5.5, 'mb', 'usp0001sv6', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(5318, '1983-02-05 23:51:46', -3.514, 177.768, 33, 5.8, 'mb', 'usp0001sv7', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5319, '1983-02-07 11:07:24', -26.689, -177.643, 151.6, 5.5, 'mb', 'usp0001sw2', 'south of the Fiji Islands', 'earthquake\r'), +(5320, '1983-02-07 11:54:49', 16.872, -98.365, 50.7, 5.5, 'mb', 'usp0001sw3', 'Guerrero, Mexico', 'earthquake\r'), +(5321, '1983-02-07 15:06:28', 26.838, 57.562, 33, 5.7, 'ms', 'usp0001sw4', 'southern Iran', 'earthquake\r'), +(5322, '1983-02-07 18:23:17', -29.707, -177.837, 52, 6, 'mb', 'usp0001sw9', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(5323, '1983-02-08 06:58:43', 51.754, 159.618, 33, 5.7, 'ms', 'usp0001swp', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5324, '1983-02-09 07:02:33', -7.574, 156.04, 43.2, 5.7, 'ms', 'usp0001sxk', 'Solomon Islands', 'earthquake\r'), +(5325, '1983-02-12 08:47:13', 5.669, 126.297, 51, 6.3, 'mw', 'usp0001sz9', 'Mindanao, Philippines', 'earthquake\r'), +(5326, '1983-02-13 01:40:11', 39.945, 75.135, 16.1, 6.2, 'ms', 'usp0001t06', 'southern Xinjiang, China', 'earthquake\r'), +(5327, '1983-02-13 06:35:30', 13.837, 144.935, 105, 5.7, 'mb', 'usp0001t0h', 'Guam region', 'earthquake\r'), +(5328, '1983-02-14 00:23:19', 10.504, 140.924, 39, 6.2, 'mw', 'usp0001t12', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(5329, '1983-02-14 03:20:04', 54.931, -159.189, 47, 6.5, 'mw', 'usp0001t1b', 'south of Alaska', 'earthquake\r'), +(5330, '1983-02-14 08:10:04', 54.969, -159.236, 33, 5.9, 'mw', 'usp0001t1g', 'south of Alaska', 'earthquake\r'), +(5331, '1983-02-17 16:10:39', -21.592, -174.179, 32, 5.8, 'mb', 'usp0001t48', 'Tonga', 'earthquake\r'), +(5332, '1983-02-19 20:14:23', 8.735, 124.039, 568, 5.8, 'mb', 'usp0001t65', 'Mindanao, Philippines', 'earthquake\r'), +(5333, '1983-02-20 10:49:54', 5.546, 126.246, 60.5, 6.4, 'mw', 'usp0001t6s', 'Mindanao, Philippines', 'earthquake\r'), +(5334, '1983-02-20 12:42:31', 37.898, 21.08, 36.8, 5.5, 'ms', 'usp0001t6v', 'southern Greece', 'earthquake\r'), +(5335, '1983-02-22 09:36:47', 16.356, -95.011, 37, 5.7, 'mb', 'usp0001t8b', 'Oaxaca, Mexico', 'earthquake\r'), +(5336, '1983-02-25 22:03:56', -5.401, 146.878, 235, 5.9, 'mw', 'usp0001taw', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5337, '1983-02-25 22:49:55', -18.268, -69.438, 146, 6.9, 'mw', 'usp0001tax', 'Tarapaca, Chile', 'earthquake\r'), +(5338, '1983-02-26 07:10:59', 49.243, 155.601, 56, 6.4, 'mw', 'usp0001tb9', 'Kuril Islands', 'earthquake\r'), +(5339, '1983-02-27 05:05:17', -13.453, -76.793, 25, 5.5, 'mb', 'usp0001tbx', 'near the coast of central Peru', 'earthquake\r'), +(5340, '1983-02-27 12:14:21', 35.869, 139.916, 78.3, 5.9, 'mw', 'usp0001tc5', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(5341, '1983-02-28 05:44:24', 44.161, 148.058, 42, 6.1, 'mw', 'usp0001tce', 'Kuril Islands', 'earthquake\r'), +(5342, '1983-02-28 22:44:20', -43.977, -79.062, 10, 5.5, 'ms', 'usp0001tcz', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(5343, '1983-03-02 07:07:41', -11.535, -77.8, 57.6, 5.6, 'mb', 'usp0001tds', 'near the coast of central Peru', 'earthquake\r'), +(5344, '1983-03-03 02:30:30', -6.212, 100.7, 23.4, 5.5, 'mb', 'usp0001teb', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(5345, '1983-03-04 14:11:36', 39.497, 143.234, 33, 5.7, 'ms', 'usp0001tf6', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(5346, '1983-03-08 13:21:47', -3.471, 177.628, 33, 5.8, 'mb', 'usp0001tgk', 'Gilbert Islands, Kiribati region', 'earthquake\r'), +(5347, '1983-03-08 17:06:37', 11.007, -62.364, 82.4, 5.9, 'mb', 'usp0001tgr', 'offshore Sucre, Venezuela', 'earthquake\r'), +(5348, '1983-03-10 00:27:48', 43.813, 147.397, 33, 6.2, 'mb', 'usp0001thd', 'Kuril Islands', 'earthquake\r'), +(5349, '1983-03-10 11:58:22', 5.397, 126.649, 48.2, 5.6, 'ms', 'usp0001thp', 'Mindanao, Philippines', 'earthquake\r'), +(5350, '1983-03-11 03:10:42', -6.972, 147.389, 61.7, 5.7, 'mw', 'usp0001tj3', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5351, '1983-03-12 00:53:40', -4.036, 127.893, 33, 6, 'ms', 'usp0001tk0', 'Banda Sea', 'earthquake\r'), +(5352, '1983-03-12 01:36:36', -4.056, 127.924, 16.9, 6.7, 'mw', 'usp0001tk3', 'Banda Sea', 'earthquake\r'), +(5353, '1983-03-12 08:49:46', -18.116, 168.073, 35.9, 5.8, 'ms', 'usp0001tke', 'Vanuatu', 'earthquake\r'), +(5354, '1983-03-14 19:02:06', -4.192, 127.784, 29, 5.5, 'mb', 'usp0001tna', 'Banda Sea', 'earthquake\r'), +(5355, '1983-03-15 11:27:43', -8.172, -79.997, 33, 5.5, 'mb', 'usp0001tns', 'near the coast of northern Peru', 'earthquake\r'), +(5356, '1983-03-15 16:56:16', -54.997, -1.022, 10, 5.5, 'mb', 'usp0001tp2', 'Bouvet Island region', 'earthquake\r'), +(5357, '1983-03-15 19:58:30', 5.346, 126.566, 41, 6.7, 'mw', 'usp0001tp6', 'Mindanao, Philippines', 'earthquake\r'), +(5358, '1983-03-17 02:53:11', 12.298, 143.974, 52, 5.6, 'mb', 'usp0001tq4', 'Guam region', 'earthquake\r'), +(5359, '1983-03-17 07:11:31', 51.596, 142.452, 42, 5.6, 'mb', 'usp0001tqb', 'Sakhalin, Russia', 'earthquake\r'), +(5360, '1983-03-17 18:10:47', 12.91, 122.94, 33, 5.7, 'ms', 'usp0001tqg', 'Sibuyan Sea, Philippines', 'earthquake\r'), +(5361, '1983-03-18 09:05:50', -4.883, 153.581, 88.8, 7.6, 'ms', 'usp0001tr1', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(5362, '1983-03-18 23:46:20', -4.597, 153.572, 100, 5.5, 'mb', 'usp0001trg', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(5363, '1983-03-19 21:41:43', 35.081, 25.35, 65, 5.7, 'mb', 'usp0001ts5', 'Crete, Greece', 'earthquake\r'), +(5364, '1983-03-20 11:24:47', 2.326, 126.7, 41.6, 5.5, 'mb', 'usp0001tsj', 'Molucca Sea', 'earthquake\r'), +(5365, '1983-03-20 13:45:49', -4.694, 153.161, 80.1, 6.4, 'mw', 'usp0001tsn', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(5366, '1983-03-21 04:06:26', -5.036, 153.647, 84.8, 5.6, 'mb', 'usp0001ttb', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(5367, '1983-03-21 07:44:18', -21.466, -175.451, 68, 6.7, 'mw', 'usp0001tte', 'Tonga', 'earthquake\r'), +(5368, '1983-03-21 07:57:19', -7.275, 128.912, 151.3, 5.6, 'mb', 'usp0001ttf', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(5369, '1983-03-21 15:49:52', -21.508, -175.253, 63, 5.5, 'mb', 'usp0001ttm', 'Tonga', 'earthquake\r'), +(5370, '1983-03-23 06:09:29', -6.514, 154.603, 35, 6.4, 'mw', 'usp0001tv0', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(5371, '1983-03-23 08:26:55', -6.586, 154.6, 29.6, 6, 'ms', 'usp0001tv8', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(5372, '1983-03-23 23:51:07', 38.294, 20.262, 19.1, 6.4, 'mw', 'usp0001twa', 'Greece', 'earthquake\r'), +(5373, '1983-03-24 11:01:50', -49.484, 125.976, 10, 5.6, 'ms', 'usp0001txb', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(5374, '1983-03-25 07:43:59', -6.52, 129.96, 132.8, 5.5, 'mb', 'usp0001ty6', 'Banda Sea', 'earthquake\r'), +(5375, '1983-03-30 00:49:08', 1.682, 122.55, 22.8, 5.5, 'mb', 'usp0001u26', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5376, '1983-03-31 13:12:53', 2.461, -76.686, 22.2, 5.5, 'mb', 'usp0001u34', 'Colombia', 'earthquake\r'), +(5377, '1983-04-02 05:58:35', -28.529, -66.6, 39, 5.5, 'mb', 'usp0001u45', 'La Rioja, Argentina', 'earthquake\r'), +(5378, '1983-04-03 02:50:01', 8.717, -83.123, 37, 7.1, 'mw', 'usp0001u4p', 'Costa Rica', 'earthquake\r'), +(5379, '1983-04-03 03:04:14', 8.655, -83.327, 33, 5.5, 'mb', 'usp0001u4r', 'Costa Rica', 'earthquake\r'), +(5380, '1983-04-03 19:14:05', 51.976, 179.259, 116.1, 5.6, 'mb', 'usp0001u5e', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5381, '1983-04-04 02:51:34', 5.723, 94.722, 78.5, 6.9, 'mw', 'usp0001u5s', 'northern Sumatra, Indonesia', 'earthquake\r'), +(5382, '1983-04-04 03:03:35', 5.791, 94.746, 69.5, 5.9, 'mb', 'usp0001u5t', 'northern Sumatra, Indonesia', 'earthquake\r'), +(5383, '1983-04-04 03:15:35', -14.343, 171.481, 33, 5.6, 'mb', 'usp0001u5u', 'Vanuatu region', 'earthquake\r'), +(5384, '1983-04-04 19:04:21', 52.931, 159.858, 38, 5.9, 'mw', 'usp0001u6a', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5385, '1983-04-04 23:12:47', 49.408, 155.602, 51, 6.5, 'mw', 'usp0001u6e', 'Kuril Islands', 'earthquake\r'), +(5386, '1983-04-04 23:58:59', -15.038, 167.289, 123, 6.2, 'mb', 'usp0001u6g', 'Vanuatu', 'earthquake\r'), +(5387, '1983-04-05 06:50:33', 40.025, 75.26, 33, 5.6, 'ms', 'usp0001u6q', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(5388, '1983-04-07 15:38:36', -22.532, -175.115, 33, 5.5, 'mb', 'usp0001u8d', 'Tonga region', 'earthquake\r'), +(5389, '1983-04-07 19:29:15', 7.985, -82.695, 34.7, 5.5, 'mb', 'usp0001u8h', 'south of Panama', 'earthquake\r'), +(5390, '1983-04-08 02:28:26', 11.429, 57.52, 10, 6.7, 'mw', 'usp0001u8x', 'Owen Fracture Zone region', 'earthquake\r'), +(5391, '1983-04-10 02:20:40', -17.846, -174.503, 33, 5.8, 'mb', 'usp0001uam', 'Tonga', 'earthquake\r'), +(5392, '1983-04-11 08:18:10', 10.419, -62.764, 40, 6.1, 'mw', 'usp0001ubj', 'Gulf of Paria, Venezuela', 'earthquake\r'), +(5393, '1983-04-11 17:03:42', -35.55, -179.252, 49.6, 5.7, 'mb', 'usp0001uc0', 'east of the North Island of New Zealand', 'earthquake\r'), +(5394, '1983-04-11 17:16:30', 5.25, 61.619, 10, 5.7, 'mb', 'usp0001uc1', 'Carlsberg Ridge', 'earthquake\r'), +(5395, '1983-04-12 12:07:55', -4.843, -78.103, 104.2, 7, 'mw', 'usp0001uct', 'Peru-Ecuador border region', 'earthquake\r'), +(5396, '1983-04-13 00:35:44', -39.723, -74.531, 33, 5.9, 'ms', 'usp0001ude', 'offshore Los Lagos, Chile', 'earthquake\r'), +(5397, '1983-04-15 00:09:33', -19.221, -175.469, 226.7, 5.9, 'mw', 'usp0001ufk', 'Tonga', 'earthquake\r'), +(5398, '1983-04-15 04:44:01', -6.487, 154.938, 38.4, 5.8, 'mw', 'usp0001uft', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(5399, '1983-04-15 10:08:21', -5.979, -75.663, 118, 5.6, 'mb', 'usp0001ufz', 'northern Peru', 'earthquake\r'), +(5400, '1983-04-15 14:51:59', 53.386, 160.311, 65, 5.8, 'mb', 'usp0001ug7', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5401, '1983-04-16 12:57:50', -10.161, 110.89, 57.1, 5.7, 'mw', 'usp0001ugu', 'south of Java, Indonesia', 'earthquake\r'), +(5402, '1983-04-17 14:06:57', -20.725, 169.232, 26.1, 6.2, 'ms', 'usp0001uhj', 'Vanuatu', 'earthquake\r'), +(5403, '1983-04-18 10:58:51', 27.793, 62.054, 64, 7, 'mw', 'usp0001uj8', 'Iran-Pakistan border region', 'earthquake\r'), +(5404, '1983-04-19 18:52:58', -21.847, -138.906, 0, 5.6, 'mb', 'usp0001uk6', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(5405, '1983-04-22 00:37:37', 14.926, 99.023, 10, 5.7, 'mw', 'usp0001und', 'Thailand', 'earthquake\r'), +(5406, '1983-04-22 07:51:50', 6.105, 126.884, 67.8, 5.6, 'mb', 'usp0001unv', 'Mindanao, Philippines', 'earthquake\r'), +(5407, '1983-04-23 09:20:15', -11.206, 118.92, 33, 5.5, 'mb', 'usp0001upz', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(5408, '1983-04-23 23:33:59', -53.072, -117.844, 10, 5.5, 'ms', 'usp0001uqk', 'southern East Pacific Rise', 'earthquake\r'), +(5409, '1983-04-24 03:26:40', -16.233, -177.817, 33, 5.6, 'ms', 'usp0001uqq', 'Fiji region', 'earthquake\r'), +(5410, '1983-04-24 03:29:18', -23.976, -175.956, 29, 5.6, 'mw', 'usp0001uqr', 'Tonga region', 'earthquake\r'), +(5411, '1983-04-24 09:08:48', -8.875, 157.669, 12.4, 6.4, 'mw', 'usp0001ur5', 'Solomon Islands', 'earthquake\r'), +(5412, '1983-04-26 11:15:37', -15.993, 168.428, 33, 5.5, 'mb', 'usp0001usw', 'Vanuatu', 'earthquake\r'), +(5413, '1983-04-26 15:26:40', 24.647, 122.589, 116.1, 5.7, 'mb', 'usp0001ut3', 'Taiwan region', 'earthquake\r'), +(5414, '1983-04-27 01:39:20', -62.511, 155.497, 10, 5.9, 'ms', 'usp0001utq', 'Balleny Islands region', 'earthquake\r'), +(5415, '1983-04-27 17:20:35', -21.137, -174.272, 21, 5.6, 'ms', 'usp0001uu7', 'Tonga', 'earthquake\r'), +(5416, '1983-04-28 21:36:47', -30.945, -178.064, 33, 5.6, 'mb', 'usp0001uut', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(5417, '1983-04-30 02:51:43', -21.354, -174.252, 23, 5.8, 'mb', 'usp0001uvg', 'Tonga', 'earthquake\r'), +(5418, '1983-04-30 14:03:49', 41.473, 143.764, 30.4, 6.5, 'mb', 'usp0001uvt', 'Hokkaido, Japan region', 'earthquake\r'), +(5419, '1983-05-01 18:10:40', 46.353, 153.453, 24, 6.2, 'mw', 'usp0001uwm', 'Kuril Islands', 'earthquake\r'), +(5420, '1983-05-01 20:11:58', 46.327, 153.435, 33, 5.6, 'mb', 'usp0001uwr', 'Kuril Islands', 'earthquake\r'), +(5421, '1983-05-02 09:58:14', -20.733, -178.475, 596, 5.7, 'mb', 'usp0001ux3', 'Fiji region', 'earthquake\r'), +(5422, '1983-05-02 23:42:38', 36.2316667, -120.312, 9.578, 6.7, 'ml', 'nc1091100', 'Central California', 'earthquake\r'), +(5423, '1983-05-02 23:46:06', 36.23, -120.29, 8, 5.5, 'mb', 'usp0001uxb', 'Central California', 'earthquake\r'), +(5424, '1983-05-03 15:39:39', -20.29, -178.296, 593.5, 5.5, 'mb', 'usp0001v05', 'Fiji region', 'earthquake\r'), +(5425, '1983-05-05 04:43:50', -33.866, 179.649, 25.2, 5.7, 'mw', 'usp0001v2j', 'south of the Kermadec Islands', 'earthquake\r'), +(5426, '1983-05-05 07:33:46', 5.429, -82.601, 10, 5.5, 'mb', 'usp0001v2r', 'south of Panama', 'earthquake\r'), +(5427, '1983-05-06 18:24:18', 15.439, 121.711, 33, 5.6, 'ms', 'usp0001v3x', 'Luzon, Philippines', 'earthquake\r'), +(5428, '1983-05-08 15:05:09', 19.972, -109.367, 10, 5.8, 'ms', 'usp0001v5s', 'Revilla Gigedo Islands region', 'earthquake\r'), +(5429, '1983-05-09 10:58:25', -40.93, -74.909, 23, 6, 'mw', 'usp0001v6h', 'offshore Los Lagos, Chile', 'earthquake\r'), +(5430, '1983-05-09 13:45:28', -61.865, 161.283, 10, 5.5, 'mb', 'usp0001v6m', 'Balleny Islands region', 'earthquake\r'), +(5431, '1983-05-09 15:53:03', 8.233, -82.957, 39.1, 6.1, 'ms', 'usp0001v6r', 'Panama-Costa Rica border region', 'earthquake\r'), +(5432, '1983-05-09 20:09:15', 19.98, -109.454, 10, 6.1, 'ms', 'usp0001v6w', 'Revilla Gigedo Islands region', 'earthquake\r'), +(5433, '1983-05-10 00:15:06', 24.419, 121.56, 28.2, 5.6, 'mb', 'usp0001v71', 'Taiwan', 'earthquake\r'), +(5434, '1983-05-10 11:02:36', -5.399, 150.896, 112.4, 6.5, 'mw', 'usp0001v7c', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5435, '1983-05-10 18:27:32', -4.805, 152.509, 71.6, 6.7, 'mw', 'usp0001v7p', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5436, '1983-05-11 00:17:12', 2.293, 128.34, 125, 6.2, 'mw', 'usp0001v7v', 'Halmahera, Indonesia', 'earthquake\r'), +(5437, '1983-05-11 21:48:15', -21.432, -173.453, 33, 5.7, 'mw', 'usp0001v8p', 'Tonga', 'earthquake\r'), +(5438, '1983-05-12 10:51:50', 17.631, -46.529, 10, 5.7, 'ms', 'usp0001v96', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5439, '1983-05-12 11:02:42', 17.63, -46.567, 10, 5.6, 'ms', 'usp0001v97', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5440, '1983-05-13 18:09:35', 2.965, 128.055, 123, 5.5, 'mb', 'usp0001vac', 'Halmahera, Indonesia', 'earthquake\r'), +(5441, '1983-05-15 00:24:01', -18.907, -175.641, 33, 6.5, 'ms', 'usp0001vbx', 'Tonga', 'earthquake\r'), +(5442, '1983-05-17 23:26:31', -5.371, 150.938, 97, 5.7, 'mb', 'usp0001vf0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5443, '1983-05-19 19:07:19', 0.147, -77.122, 22.7, 5.7, 'mb', 'usp0001vgk', 'Colombia-Ecuador border region', 'earthquake\r'), +(5444, '1983-05-23 00:54:12', -19.065, -69.139, 110, 5.5, 'mb', 'usp0001vk0', 'Tarapaca, Chile', 'earthquake\r'), +(5445, '1983-05-23 06:54:37', -13.812, 171.308, 27, 5.7, 'mb', 'usp0001vk5', 'Vanuatu region', 'earthquake\r'), +(5446, '1983-05-25 17:30:58', -21.895, -138.918, 0, 5.9, 'mb', 'usp0001vms', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(5447, '1983-05-26 03:00:00', 40.462, 139.102, 23.7, 7.4, 'mw', 'usp0001vmy', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(5448, '1983-05-26 03:39:03', 40.95, 139.395, 33, 5.7, 'mb', 'usp0001vn1', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(5449, '1983-05-26 03:56:59', 40.826, 139.326, 28.7, 5.8, 'mb', 'usp0001vn4', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(5450, '1983-05-26 05:45:27', 40.979, 139.256, 29, 5.5, 'mb', 'usp0001vnd', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(5451, '1983-05-26 06:17:43', 41.243, 138.948, 17, 5.6, 'mb', 'usp0001vnf', 'eastern Sea of Japan', 'earthquake\r'), +(5452, '1983-05-26 14:12:23', 40.234, 138.984, 28, 5.6, 'mb', 'usp0001vp9', 'eastern Sea of Japan', 'earthquake\r'), +(5453, '1983-05-28 11:35:52', 32.594, 48.581, 18, 5.6, 'mb', 'usp0001vr5', 'western Iran', 'earthquake\r'), +(5454, '1983-05-29 22:01:50', 40.696, 139.367, 36.4, 5.6, 'mb', 'usp0001vsm', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(5455, '1983-05-30 14:47:10', -4.741, 103.082, 63, 5.6, 'mb', 'usp0001vtb', 'southern Sumatra, Indonesia', 'earthquake\r'), +(5456, '1983-06-01 01:36:58', 13.833, 120.749, 236.4, 5.5, 'mb', 'usp0001vub', 'Mindoro, Philippines', 'earthquake\r'), +(5457, '1983-06-01 01:59:55', -17.038, -174.605, 179.6, 6.6, 'mw', 'usp0001vuc', 'Tonga', 'earthquake\r'), +(5458, '1983-06-01 10:58:45', -15.694, -172.812, 33, 6.1, 'ms', 'usp0001vup', 'Samoa Islands region', 'earthquake\r'), +(5459, '1983-06-01 20:09:58', -53.049, 9.724, 10, 5.7, 'mb', 'usp0001vv8', 'southwest of Africa', 'earthquake\r'), +(5460, '1983-06-02 20:12:51', -9.512, -71.249, 598.6, 6.2, 'mw', 'usp0001vvq', 'Peru-Brazil border region', 'earthquake\r'), +(5461, '1983-06-06 21:40:18', 45.344, 150.38, 35.4, 5.7, 'mb', 'usp0001vy9', 'Kuril Islands', 'earthquake\r'), +(5462, '1983-06-07 20:40:27', -50.685, 29.103, 10, 5.5, 'mb', 'usp0001vyq', 'south of Africa', 'earthquake\r'), +(5463, '1983-06-09 12:49:04', 40.237, 139.023, 30.6, 6, 'mw', 'usp0001vzg', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(5464, '1983-06-09 13:04:01', 40.268, 139.023, 28, 6.3, 'mb', 'usp0001vzj', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(5465, '1983-06-09 18:46:01', 51.414, -174.111, 20.8, 6.1, 'mw', 'usp0001vzr', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5466, '1983-06-09 20:26:50', -5.937, 122.636, 46.3, 5.5, 'mb', 'usp0001vzs', 'Sulawesi, Indonesia', 'earthquake\r'), +(5467, '1983-06-10 02:13:23', 75.53, 122.76, 10, 5.6, 'mb', 'usp0001w02', 'Laptev Sea', 'earthquake\r'), +(5468, '1983-06-10 22:39:09', -24.183, -176.329, 46.7, 5.7, 'mb', 'usp0001w0b', 'south of the Fiji Islands', 'earthquake\r'), +(5469, '1983-06-12 02:36:44', 49.906, 78.981, 0, 6.1, 'mb', 'usp0001w19', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5470, '1983-06-12 10:12:43', 1.527, 127.323, 119.9, 5.7, 'mb', 'usp0001w1m', 'Halmahera, Indonesia', 'earthquake\r'), +(5471, '1983-06-15 06:07:55', -15.232, -173.631, 33, 5.5, 'ms', 'usp0001w40', 'Tonga', 'earthquake\r'), +(5472, '1983-06-17 11:33:17', -36.383, -97.524, 10, 5.6, 'mb', 'usp0001w5c', 'West Chile Rise', 'earthquake\r'), +(5473, '1983-06-17 22:02:31', 52.235, 159.599, 33, 5.5, 'mb', 'usp0001w5q', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5474, '1983-06-18 19:31:10', -8.228, 156.357, 9.3, 5.5, 'mb', 'usp0001w68', 'Solomon Islands', 'earthquake\r'), +(5475, '1983-06-18 22:13:32', 40.176, 138.944, 21.3, 5.5, 'mb', 'usp0001w6a', 'eastern Sea of Japan', 'earthquake\r'), +(5476, '1983-06-20 05:43:38', -23.579, 179.098, 544.4, 5.5, 'mb', 'usp0001w7a', 'south of the Fiji Islands', 'earthquake\r'), +(5477, '1983-06-21 06:25:27', 41.346, 139.099, 9.9, 6.7, 'mw', 'usp0001w81', 'Hokkaido, Japan region', 'earthquake\r'), +(5478, '1983-06-21 07:04:21', 41.381, 139.281, 23.5, 5.5, 'mb', 'usp0001w84', 'Hokkaido, Japan region', 'earthquake\r'), +(5479, '1983-06-21 14:48:07', 24.199, 122.422, 36.9, 6.4, 'mw', 'usp0001w8q', 'Taiwan region', 'earthquake\r'), +(5480, '1983-06-21 17:06:51', 29.718, 129.395, 157.9, 5.9, 'mb', 'usp0001w8z', 'Ryukyu Islands, Japan', 'earthquake\r'), +(5481, '1983-06-23 12:05:19', -51.722, 139.573, 10, 5.6, 'ms', 'usp0001wac', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(5482, '1983-06-24 07:18:22', 21.721, 103.282, 18.4, 6.3, 'mw', 'usp0001way', 'Vietnam', 'earthquake\r'), +(5483, '1983-06-24 09:06:46', 24.176, 122.402, 44.1, 6.7, 'mw', 'usp0001wb0', 'Taiwan region', 'earthquake\r'), +(5484, '1983-06-24 09:07:14', 21.4, 102.604, 33, 6.9, 'ms', 'usp0001wb1', 'Laos', 'earthquake\r'), +(5485, '1983-06-25 10:03:17', -32.835, -178.791, 45.8, 5.6, 'ms', 'usp0001wcj', 'south of the Kermadec Islands', 'earthquake\r'), +(5486, '1983-06-25 15:04:10', -22.003, -177.451, 277.8, 5.5, 'mb', 'usp0001wcu', 'south of the Fiji Islands', 'earthquake\r'), +(5487, '1983-06-25 19:10:02', -32.926, -178.699, 33, 5.5, 'mb', 'usp0001wd0', 'south of the Kermadec Islands', 'earthquake\r'), +(5488, '1983-06-28 03:25:17', 60.219, -141.287, 18.5, 5.9, 'mw', 'usp0001weg', 'Southern Alaska', 'earthquake\r'), +(5489, '1983-06-30 13:39:04', 44.043, 147.837, 42.4, 5.6, 'mb', 'usp0001wgf', 'Kuril Islands', 'earthquake\r'), +(5490, '1983-06-30 17:37:46', 2.578, 128.293, 23, 5.5, 'ms', 'usp0001wgk', 'Halmahera, Indonesia', 'earthquake\r'), +(5491, '1983-07-01 03:16:05', -20.749, -178.345, 529.4, 5.5, 'mb', 'usp0001wgv', 'Fiji region', 'earthquake\r'), +(5492, '1983-07-01 11:57:22', -57.934, -25.373, 32.4, 5.6, 'mb', 'usp0001wh6', 'South Sandwich Islands region', 'earthquake\r'), +(5493, '1983-07-01 22:03:42', 36.935, 141.115, 51.7, 5.5, 'mb', 'usp0001wh9', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5494, '1983-07-02 09:34:05', 5.747, 94.715, 92.6, 5.7, 'mw', 'usp0001whf', 'northern Sumatra, Indonesia', 'earthquake\r'), +(5495, '1983-07-03 02:49:28', 20.161, 122.379, 220.3, 5.9, 'mw', 'usp0001whv', 'Batan Islands region, Philippines', 'earthquake\r'), +(5496, '1983-07-03 17:14:23', 9.652, -83.688, 33, 6.5, 'mw', 'usp0001wjc', 'Costa Rica', 'earthquake\r'), +(5497, '1983-07-04 11:32:46', -55.575, -27.994, 33, 5.5, 'mb', 'usp0001wjp', 'South Sandwich Islands region', 'earthquake\r'), +(5498, '1983-07-05 05:58:21', -55.849, -123.404, 10, 5.9, 'ms', 'usp0001wk1', 'southern East Pacific Rise', 'earthquake\r'), +(5499, '1983-07-05 09:57:38', -24.22, -174.867, 33, 5.5, 'mb', 'usp0001wk3', 'south of Tonga', 'earthquake\r'), +(5500, '1983-07-05 11:11:40', -22.599, 171.02, 33, 6.4, 'mw', 'usp0001wk4', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5501, '1983-07-05 12:01:27', 40.324, 27.222, 10, 6.1, 'ms', 'usp0001wk7', 'western Turkey', 'earthquake\r'), +(5502, '1983-07-05 12:55:06', -22.66, 171.018, 33, 5.6, 'mb', 'usp0001wka', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5503, '1983-07-05 16:37:06', -57.879, -25.615, 33, 5.7, 'mb', 'usp0001wkk', 'South Sandwich Islands region', 'earthquake\r'), +(5504, '1983-07-07 05:29:46', -22.648, 170.89, 38.7, 5.8, 'ms', 'usp0001wmw', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5505, '1983-07-07 16:05:40', -22.609, 170.731, 33.7, 6.2, 'ms', 'usp0001wn5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5506, '1983-07-07 20:35:38', -7.271, 27.844, 10, 5.8, 'mb', 'usp0001wna', 'Democratic Republic of the Congo', 'earthquake\r'), +(5507, '1983-07-08 10:05:00', -21.745, -173.381, 33, 5.5, 'mb', 'usp0001wnn', 'Tonga', 'earthquake\r'), +(5508, '1983-07-11 12:56:28', -60.889, -53.02, 10, 6.9, 'mw', 'usp0001wq7', 'South Shetland Islands', 'earthquake\r'), +(5509, '1983-07-12 03:39:28', 23.952, -108.293, 10, 5.5, 'ms', 'usp0001wr3', 'Gulf of California', 'earthquake\r'), +(5510, '1983-07-12 11:34:18', 27.606, 56.381, 25, 5.9, 'mw', 'usp0001wra', 'southern Iran', 'earthquake\r'), +(5511, '1983-07-12 15:10:03', 61.031, -147.286, 37, 6.6, 'mw', 'usp0001wrg', 'Southern Alaska', 'earthquake\r'), +(5512, '1983-07-14 19:47:47', 5.557, 126.452, 43, 6.3, 'mw', 'usp0001wtb', 'Mindanao, Philippines', 'earthquake\r'), +(5513, '1983-07-15 10:45:39', 5.488, 126.502, 49.4, 5.7, 'mb', 'usp0001wtx', 'Mindanao, Philippines', 'earthquake\r'), +(5514, '1983-07-16 07:55:25', -7.176, 129.336, 149.2, 5.5, 'mb', 'usp0001wuh', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(5515, '1983-07-17 21:56:17', -31.411, -178.125, 48.6, 5.6, 'mb', 'usp0001wvu', 'Kermadec Islands region', 'earthquake\r'), +(5516, '1983-07-17 22:10:24', -0.123, 121.654, 52.3, 5.5, 'mb', 'usp0001wvw', 'Sulawesi, Indonesia', 'earthquake\r'), +(5517, '1983-07-18 12:52:43', 12.669, -87.181, 86.3, 5.6, 'mb', 'usp0001wwn', 'near the coast of Nicaragua', 'earthquake\r'), +(5518, '1983-07-20 22:57:19', 5.957, 127.44, 43, 5.7, 'mb', 'usp0001wz6', 'Philippine Islands region', 'earthquake\r'), +(5519, '1983-07-21 07:11:34', -22.193, -68.451, 126.1, 5.5, 'mb', 'usp0001wzn', 'Antofagasta, Chile', 'earthquake\r'), +(5520, '1983-07-22 02:41:01', 36.948, 49.18, 41.3, 5.6, 'mb', 'usp0001x0j', 'northern Iran', 'earthquake\r'), +(5521, '1983-07-22 04:27:58', -0.161, 121.564, 66.1, 5.8, 'mb', 'usp0001x0w', 'Sulawesi, Indonesia', 'earthquake\r'), +(5522, '1983-07-24 00:52:25', -27.995, -176.382, 71.3, 5.5, 'mb', 'usp0001x29', 'Kermadec Islands region', 'earthquake\r'), +(5523, '1983-07-24 23:07:31', 53.93, 158.372, 180.4, 6.2, 'mw', 'usp0001x37', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5524, '1983-07-24 23:38:10', -8.141, 119.504, 48.1, 6.4, 'mw', 'usp0001x38', 'Flores region, Indonesia', 'earthquake\r'), +(5525, '1983-07-28 01:40:33', -28.159, -176.32, 30.7, 5.6, 'mb', 'usp0001x5v', 'Kermadec Islands region', 'earthquake\r'), +(5526, '1983-07-28 15:06:45', 41.97, 142.654, 62.8, 5.5, 'mb', 'usp0001x64', 'Hokkaido, Japan region', 'earthquake\r'), +(5527, '1983-07-29 18:04:00', 10.502, 56.967, 10, 5.7, 'mb', 'usp0001x6s', 'Carlsberg Ridge', 'earthquake\r'), +(5528, '1983-07-31 10:26:00', -20.127, -126.931, 10, 5.7, 'mw', 'usp0001x85', 'South Pacific Ocean', 'earthquake\r'), +(5529, '1983-08-01 14:09:24', -48.284, -75.848, 33, 5.6, 'mb', 'usp0001x99', 'near the coast of Aisen, Chile', 'earthquake\r'), +(5530, '1983-08-02 02:17:41', 20.435, 122.101, 157.9, 6.3, 'mw', 'usp0001x9n', 'Batan Islands region, Philippines', 'earthquake\r'), +(5531, '1983-08-02 06:08:07', 45.139, 153.485, 56, 5.5, 'mb', 'usp0001x9q', 'east of the Kuril Islands', 'earthquake\r'), +(5532, '1983-08-03 18:17:42', -17.395, 167.914, 33, 5.6, 'ms', 'usp0001xaq', 'Vanuatu', 'earthquake\r'), +(5533, '1983-08-05 00:33:45', 52.934, 159.734, 33, 5.5, 'mb', 'usp0001xbn', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5534, '1983-08-05 05:25:43', -17.304, 167.87, 33, 5.7, 'ms', 'usp0001xbr', 'Vanuatu', 'earthquake\r'), +(5535, '1983-08-05 06:21:43', -3.596, -62.153, 23, 5.6, 'mb', 'usp0001xbu', 'Amazonas, Brazil', 'earthquake\r'), +(5536, '1983-08-06 01:20:22', 51.63, 15.994, 10, 5.8, 'mb', 'usp0001xcb', 'Poland', 'earthquake\r'), +(5537, '1983-08-06 02:26:49', 16.125, -93.885, 87.2, 5.7, 'mb', 'usp0001xcd', 'Chiapas, Mexico', 'earthquake\r'), +(5538, '1983-08-06 15:43:51', 40.142, 24.766, 2.4, 6.8, 'mw', 'usp0001xcs', 'Aegean Sea', 'earthquake\r'), +(5539, '1983-08-06 22:37:55', -6.518, 130.119, 160, 6, 'mw', 'usp0001xe6', 'Banda Sea', 'earthquake\r'), +(5540, '1983-08-08 03:47:57', 35.498, 139.069, 24.8, 5.7, 'mw', 'usp0001xgb', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(5541, '1983-08-10 20:05:48', -23.782, -175.967, 33, 5.5, 'ms', 'usp0001xk4', 'Tonga region', 'earthquake\r'), +(5542, '1983-08-11 12:02:59', 18.828, 120.957, 14.8, 5.6, 'mb', 'usp0001xkv', 'Luzon, Philippines', 'earthquake\r'), +(5543, '1983-08-11 22:56:11', 1.815, 127.294, 99.8, 5.7, 'mb', 'usp0001xm5', 'Halmahera, Indonesia', 'earthquake\r'), +(5544, '1983-08-13 15:39:34', -7.054, 129.472, 124.9, 5.6, 'mb', 'usp0001xnc', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(5545, '1983-08-13 22:28:20', -8.667, 111.24, 81.2, 5.9, 'mw', 'usp0001xnj', 'Java, Indonesia', 'earthquake\r'), +(5546, '1983-08-14 19:56:39', -63.364, 169.439, 10, 5.9, 'ms', 'usp0001xpa', 'Balleny Islands region', 'earthquake\r'), +(5547, '1983-08-15 19:44:39', -17.102, -174.513, 181.5, 5.5, 'mb', 'usp0001xq0', 'Tonga', 'earthquake\r'), +(5548, '1983-08-17 10:55:54', 55.867, 161.287, 62.6, 7.1, 'mw', 'usp0001xqy', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5549, '1983-08-17 12:17:56', 18.231, 120.86, 28.8, 6.5, 'ms', 'usp0001xr0', 'Luzon, Philippines', 'earthquake\r'), +(5550, '1983-08-18 16:09:59', 73.383, 54.913, 0, 5.9, 'mb', 'usp0001xry', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(5551, '1983-08-20 06:19:31', -8.53, 117.563, 156.2, 5.5, 'mb', 'usp0001xt8', 'Sumbawa region, Indonesia', 'earthquake\r'), +(5552, '1983-08-20 13:08:33', 27.904, 141.793, 40.8, 5.9, 'mw', 'usp0001xtd', 'Bonin Islands, Japan region', 'earthquake\r'), +(5553, '1983-08-21 08:34:46', 3.742, 126.617, 45.8, 5.9, 'mw', 'usp0001xu6', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(5554, '1983-08-21 18:58:20', -28.726, -112.587, 10, 5.5, 'ms', 'usp0001xuc', 'Easter Island region', 'earthquake\r'), +(5555, '1983-08-21 22:57:29', -23.527, -177.138, 150.5, 5.5, 'mb', 'usp0001xuh', 'south of the Fiji Islands', 'earthquake\r'), +(5556, '1983-08-22 23:16:37', -3.552, 146.641, 20.9, 5.5, 'ms', 'usp0001xvg', 'Bismarck Sea', 'earthquake\r'), +(5557, '1983-08-23 23:39:40', -5.884, 151.033, 46.4, 5.8, 'ms', 'usp0001xwk', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5558, '1983-08-24 13:36:29', 40.372, -124.9245, 11.188, 5.5, 'ml', 'nc1100970', 'offshore Northern California', 'earthquake\r'), +(5559, '1983-08-25 20:23:33', 33.509, 131.484, 126.4, 6.5, 'mw', 'usp0001xxv', 'Kyushu, Japan', 'earthquake\r'), +(5560, '1983-08-27 18:49:48', 8.171, 125.946, 20.5, 6, 'ms', 'usp0001xzd', 'Mindanao, Philippines', 'earthquake\r'), +(5561, '1983-08-28 11:30:15', 46.177, 151.514, 74.9, 5.5, 'mb', 'usp0001y03', 'Kuril Islands', 'earthquake\r'), +(5562, '1983-08-29 05:19:25', -3.448, 148.799, 33, 5.8, 'ms', 'usp0001y0q', 'Bismarck Sea', 'earthquake\r'), +(5563, '1983-08-30 08:50:17', -16.708, -172.082, 38.7, 6.1, 'mw', 'usp0001y1u', 'Samoa Islands region', 'earthquake\r'), +(5564, '1983-08-30 10:39:27', 25.092, 94.711, 62.8, 5.6, 'mb', 'usp0001y1y', 'Myanmar-India border region', 'earthquake\r'), +(5565, '1983-09-01 17:59:29', -52.484, 25.838, 10, 5.8, 'ms', 'usp0001y3q', 'south of Africa', 'earthquake\r'), +(5566, '1983-09-01 18:18:08', -29.405, -111.905, 10, 5.5, 'ms', 'usp0001y3r', 'Easter Island region', 'earthquake\r'), +(5567, '1983-09-01 20:01:47', -17.33, -69.932, 105.3, 5.9, 'mw', 'usp0001y3t', 'Peru-Bolivia border region', 'earthquake\r'), +(5568, '1983-09-04 20:53:00', -20.998, 169.801, 111.8, 5.5, 'mb', 'usp0001y50', 'Vanuatu', 'earthquake\r'), +(5569, '1983-09-06 01:05:59', -9.305, 158.655, 37.7, 5.5, 'mb', 'usp0001y5f', 'Solomon Islands', 'earthquake\r'), +(5570, '1983-09-07 19:22:05', 60.976, -147.5, 45, 6.4, 'mw', 'usp0001y6d', 'Southern Alaska', 'earthquake\r'), +(5571, '1983-09-07 23:11:58', 24.032, 122.327, 33, 5.7, 'ms', 'usp0001y6j', 'Taiwan region', 'earthquake\r'), +(5572, '1983-09-09 16:30:55', 19.332, -155.122, 9, 5.5, 'mb', 'usp0001y7w', 'Hawaii region, Hawaii', 'earthquake\r'), +(5573, '1983-09-12 15:42:09', 36.502, 71.082, 208.8, 6.2, 'mw', 'usp0001yac', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5574, '1983-09-13 02:03:27', 7.529, 126.625, 46.5, 5.6, 'mb', 'usp0001yaj', 'Mindanao, Philippines', 'earthquake\r'), +(5575, '1983-09-13 19:30:55', -24.013, -175.706, 33, 5.5, 'ms', 'usp0001yb5', 'south of Tonga', 'earthquake\r'), +(5576, '1983-09-14 08:35:17', -3.672, -79.245, 94, 5.6, 'mb', 'usp0001ybv', 'near the coast of Ecuador', 'earthquake\r'), +(5577, '1983-09-14 11:25:01', 18.104, 145.77, 158.5, 6.3, 'mw', 'usp0001ybz', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(5578, '1983-09-15 10:39:02', 16.103, -93.153, 115.2, 6.3, 'mw', 'usp0001yda', 'Chiapas, Mexico', 'earthquake\r'), +(5579, '1983-09-16 08:09:27', -24.032, -179.796, 510.2, 6, 'mb', 'usp0001yds', 'south of the Fiji Islands', 'earthquake\r'), +(5580, '1983-09-16 23:10:48', 17.974, 120.766, 33, 5.6, 'mb', 'usp0001ye2', 'Luzon, Philippines', 'earthquake\r'), +(5581, '1983-09-17 05:56:57', 4.75, 95.039, 66.4, 6.1, 'mw', 'usp0001yeb', 'northern Sumatra, Indonesia', 'earthquake\r'), +(5582, '1983-09-17 12:11:43', -16.636, -177.476, 33, 6.7, 'mw', 'usp0001yeg', 'Fiji region', 'earthquake\r'), +(5583, '1983-09-17 12:46:56', -60.371, -27.067, 33, 5.5, 'mb', 'usp0001yej', 'South Sandwich Islands region', 'earthquake\r'), +(5584, '1983-09-17 22:25:42', -55.953, -24.83, 37.9, 5.5, 'mb', 'usp0001yev', 'South Sandwich Islands region', 'earthquake\r'), +(5585, '1983-09-20 08:50:58', 18.185, -68.474, 101.3, 5.6, 'mb', 'usp0001ygk', 'Mona Passage, Dominican Republic', 'earthquake\r'), +(5586, '1983-09-21 19:20:42', 24.095, 122.148, 28.2, 6.3, 'mw', 'usp0001yhr', 'Taiwan region', 'earthquake\r'), +(5587, '1983-09-23 12:29:23', 24.013, 122.228, 32.4, 5.8, 'ms', 'usp0001ykr', 'Taiwan region', 'earthquake\r'), +(5588, '1983-09-23 23:44:30', 8.422, -83.391, 42, 5.6, 'mb', 'usp0001ym5', 'Costa Rica', 'earthquake\r'), +(5589, '1983-09-24 15:51:58', -41.853, -83.61, 10, 5.5, 'mb', 'usp0001ymp', 'West Chile Rise', 'earthquake\r'), +(5590, '1983-09-24 17:17:54', -3.727, 151.09, 10, 6.1, 'ms', 'usp0001ymw', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(5591, '1983-09-25 13:09:58', 73.348, 54.495, 0, 5.8, 'mb', 'usp0001ynm', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(5592, '1983-09-27 23:59:38', 36.688, 26.912, 158.6, 5.5, 'mb', 'usp0001yps', 'Dodecanese Islands, Greece', 'earthquake\r'), +(5593, '1983-09-29 02:06:20', -11.177, 115.371, 33, 5.6, 'mb', 'usp0001yqn', 'south of Bali, Indonesia', 'earthquake\r'), +(5594, '1983-09-30 18:58:14', 11.912, 43.267, 10, 5.5, 'mb', 'usp0001yru', 'Golfe de Tadjoura, Djibouti', 'earthquake\r'), +(5595, '1983-10-01 12:57:58', 45.628, 150.762, 33, 5.5, 'ms', 'usp0001ysb', 'Kuril Islands', 'earthquake\r'), +(5596, '1983-10-02 15:18:10', -6.627, 154.552, 67.8, 5.6, 'mb', 'usp0001ysq', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(5597, '1983-10-03 13:33:35', 33.941, 139.513, 12.4, 6, 'mw', 'usp0001yt1', 'Izu Islands, Japan region', 'earthquake\r'), +(5598, '1983-10-04 03:10:01', 20.126, 121.392, 33, 5.5, 'ms', 'usp0001yt8', 'Batan Islands region, Philippines', 'earthquake\r'), +(5599, '1983-10-04 18:52:13', -26.535, -70.563, 14.8, 7.4, 'mw', 'usp0001ytj', 'Atacama, Chile', 'earthquake\r'), +(5600, '1983-10-04 19:26:58', -26.339, -70.654, 31.2, 5.7, 'mb', 'usp0001ytk', 'offshore Atacama, Chile', 'earthquake\r'), +(5601, '1983-10-06 01:47:07', 49.932, 78.843, 0, 6, 'mb', 'usp0001yu0', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5602, '1983-10-06 10:00:03', 41.566, 88.766, 33, 5.5, 'mb', 'usp0001yu6', 'southern Xinjiang, China', 'nuclear explosion\r'), +(5603, '1983-10-06 15:01:48', -26.724, -70.908, 19.7, 5.5, 'mb', 'usp0001yua', 'offshore Atacama, Chile', 'earthquake\r'), +(5604, '1983-10-08 07:45:27', 44.229, 130.741, 557.9, 6.1, 'mw', 'usp0001yv8', 'Heilongjiang, China', 'earthquake\r'), +(5605, '1983-10-08 22:33:32', -5.458, 146.02, 58.6, 5.8, 'mw', 'usp0001yvj', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5606, '1983-10-09 11:25:41', -26.135, -70.518, 16.1, 6.7, 'mw', 'usp0001yvs', 'Atacama, Chile', 'earthquake\r'), +(5607, '1983-10-10 03:33:23', -5.818, 103.163, 37.7, 5.6, 'mb', 'usp0001yvz', 'southern Sumatra, Indonesia', 'earthquake\r'), +(5608, '1983-10-11 22:41:11', 27.157, -44.497, 10, 5.7, 'ms', 'usp0001yxh', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5609, '1983-10-12 02:23:57', -2.948, 128.13, 31.3, 5.5, 'ms', 'usp0001yxn', 'Ceram Sea, Indonesia', 'earthquake\r'), +(5610, '1983-10-12 03:39:39', 8.055, -82.741, 20.2, 5.7, 'mb', 'usp0001yxr', 'Panama-Costa Rica border region', 'earthquake\r'), +(5611, '1983-10-13 10:01:41', 41.694, 144.391, 29.8, 5.5, 'ms', 'usp0001yyw', 'Hokkaido, Japan region', 'earthquake\r'), +(5612, '1983-10-13 12:22:15', 24.457, -46.279, 10, 5.5, 'mb', 'usp0001yz2', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5613, '1983-10-13 13:06:38', -0.854, -21.816, 10, 5.6, 'mb', 'usp0001yz7', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(5614, '1983-10-15 10:56:51', -8.101, 156.311, 7.4, 6.5, 'mw', 'usp0001z0k', 'Solomon Islands', 'earthquake\r'), +(5615, '1983-10-16 05:32:29', 1.084, 121.052, 40.1, 6.5, 'mw', 'usp0001z19', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5616, '1983-10-16 09:59:47', -23.681, -70.129, 65.6, 6.1, 'mw', 'usp0001z1c', 'Antofagasta, Chile', 'earthquake\r'), +(5617, '1983-10-17 13:24:56', -56.889, -25.1, 33, 5.9, 'ms', 'usp0001z24', 'South Sandwich Islands region', 'earthquake\r'), +(5618, '1983-10-17 13:25:21', -20.794, -173.758, 30.4, 6.3, 'mw', 'usp0001z25', 'Tonga', 'earthquake\r'), +(5619, '1983-10-17 19:36:21', 37.588, -17.52, 10, 6.4, 'mw', 'usp0001z2b', 'Azores-Cape St. Vincent Ridge', 'earthquake\r'), +(5620, '1983-10-21 08:14:18', -30.773, -69.194, 116.7, 5.5, 'mb', 'usp0001z4a', 'San Juan, Argentina', 'earthquake\r'), +(5621, '1983-10-22 04:21:35', -60.665, -25.451, 24, 7.2, 'mw', 'usp0001z5e', 'South Sandwich Islands region', 'earthquake\r'), +(5622, '1983-10-22 05:53:24', -60.404, -24.865, 33, 6.3, 'mb', 'usp0001z5h', 'South Sandwich Islands region', 'earthquake\r'), +(5623, '1983-10-22 13:07:39', -60.62, -25.392, 33, 6.5, 'mw', 'usp0001z5u', 'South Sandwich Islands region', 'earthquake\r'), +(5624, '1983-10-22 22:08:29', -60.282, -25.249, 33, 5.5, 'mb', 'usp0001z65', 'South Sandwich Islands region', 'earthquake\r'), +(5625, '1983-10-23 04:44:44', 41.825, 142.513, 67.1, 5.5, 'mb', 'usp0001z6n', 'Hokkaido, Japan region', 'earthquake\r'), +(5626, '1983-10-24 00:36:07', -12.849, -76.658, 48.3, 5.6, 'mb', 'usp0001z7c', 'near the coast of central Peru', 'earthquake\r'), +(5627, '1983-10-25 00:36:23', 1.131, 120.858, 33, 6.5, 'mw', 'usp0001z8j', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5628, '1983-10-26 01:55:05', 49.921, 78.907, 0, 6.1, 'mb', 'usp0001z9k', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5629, '1983-10-26 10:46:15', 1.626, 122.16, 499.4, 5.6, 'mb', 'usp0001z9x', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5630, '1983-10-27 19:43:48', 1.093, 120.833, 27.7, 6.6, 'mw', 'usp0001zb4', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5631, '1983-10-28 05:56:56', -31.358, -179.517, 33, 5.9, 'ms', 'usp0001zbg', 'Kermadec Islands region', 'earthquake\r'), +(5632, '1983-10-28 14:06:07', 44.058, -113.857, 10, 6.9, 'mw', 'usp0001zbv', 'southern Idaho', 'earthquake\r'), +(5633, '1983-10-29 23:39:06', 44.281, -114.115, 10, 5.5, 'mb', 'usp0001zda', 'southern Idaho', 'earthquake\r'), +(5634, '1983-10-30 01:45:51', 36.427, 71.443, 131.7, 5.6, 'mb', 'usp0001zdf', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5635, '1983-10-30 04:12:27', 40.33, 42.187, 11.6, 6.8, 'mw', 'usp0001zdn', 'eastern Turkey', 'earthquake\r'), +(5636, '1983-10-30 16:51:57', 35.464, 133.899, 26.9, 5.5, 'mb', 'usp0001ze7', 'western Honshu, Japan', 'earthquake\r'), +(5637, '1983-10-30 21:39:16', 47.788, 152.869, 78.7, 5.7, 'mb', 'usp0001zeg', 'Kuril Islands', 'earthquake\r'), +(5638, '1983-10-31 17:37:56', -9.016, 119.18, 83.4, 6.4, 'mw', 'usp0001zf2', 'Sumba region, Indonesia', 'earthquake\r'), +(5639, '1983-11-03 07:41:11', -4.014, -79.418, 92.8, 5.9, 'mw', 'usp0001zhg', 'Peru-Ecuador border region', 'earthquake\r'), +(5640, '1983-11-03 10:40:44', -5.779, 104.506, 50.3, 5.5, 'mb', 'usp0001zhm', 'southern Sumatra, Indonesia', 'earthquake\r'), +(5641, '1983-11-06 09:38:40', -20.145, -177.678, 386.6, 5.6, 'mb', 'usp0001zkr', 'Fiji region', 'earthquake\r'), +(5642, '1983-11-06 21:09:45', 35.206, 115.213, 19, 5.7, 'mb', 'usp0001zm0', 'Henan-Shandong border region, China', 'earthquake\r'), +(5643, '1983-11-07 08:39:20', 1.411, 128.164, 31.3, 6.1, 'mw', 'usp0001zmb', 'Halmahera, Indonesia', 'earthquake\r'), +(5644, '1983-11-07 08:42:30', 1.27, 128.335, 59.4, 6.6, 'mw', 'usp0001zmc', 'Halmahera, Indonesia', 'earthquake\r'), +(5645, '1983-11-07 16:26:32', 1.413, 128.154, 39, 6.4, 'ms', 'usp0001zmq', 'Halmahera, Indonesia', 'earthquake\r'), +(5646, '1983-11-07 16:46:14', 1.404, 128.137, 56.8, 5.5, 'mb', 'usp0001zmr', 'Halmahera, Indonesia', 'earthquake\r'), +(5647, '1983-11-07 20:12:38', 1.43, 128.267, 36.7, 5.6, 'ms', 'usp0001zmv', 'Halmahera, Indonesia', 'earthquake\r'), +(5648, '1983-11-10 23:33:52', 4.264, 123.024, 576.5, 5.6, 'mb', 'usp0001zqd', 'Celebes Sea', 'earthquake\r'), +(5649, '1983-11-15 17:35:05', 31.184, 141.796, 23.4, 5.9, 'ms', 'usp0001zux', 'Izu Islands, Japan region', 'earthquake\r'), +(5650, '1983-11-15 18:03:59', 31.196, 141.809, 25.8, 5.9, 'ms', 'usp0001zuz', 'Izu Islands, Japan region', 'earthquake\r'), +(5651, '1983-11-16 10:44:07', 37.353, 141.618, 42.7, 5.5, 'mb', 'usp0001zvq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5652, '1983-11-16 16:13:00', 19.43, -155.454, 12, 6.7, 'mw', 'usp0001zvx', 'Hawaii region, Hawaii', 'earthquake\r'), +(5653, '1983-11-16 22:07:22', -8.98, 119.156, 79.4, 5.5, 'mw', 'usp0001zw1', 'Flores region, Indonesia', 'earthquake\r'), +(5654, '1983-11-20 00:44:44', 43.706, 148.444, 29.3, 6.1, 'mw', 'usp0001zy5', 'east of the Kuril Islands', 'earthquake\r'), +(5655, '1983-11-20 03:27:04', 50.066, 79.036, 0, 5.5, 'mb', 'usp0001zy6', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5656, '1983-11-20 20:32:21', -7.45, 130.645, 59.3, 6.1, 'mw', 'usp0001zyk', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(5657, '1983-11-22 02:07:12', 12.118, 144.296, 38.7, 5.6, 'mb', 'usp0001zzc', 'Guam region', 'earthquake\r'), +(5658, '1983-11-22 14:21:03', 0.482, -79.877, 54.9, 6.6, 'mw', 'usp0001zzs', 'near the coast of Ecuador', 'earthquake\r'), +(5659, '1983-11-22 16:01:13', -31.125, -178.402, 33, 5.5, 'mb', 'usp0001zzv', 'Kermadec Islands region', 'earthquake\r'), +(5660, '1983-11-23 05:48:34', -18.105, -178.333, 606.7, 5.6, 'mb', 'usp0002004', 'Fiji region', 'earthquake\r'), +(5661, '1983-11-24 05:30:34', -7.481, 128.168, 178.5, 7.3, 'mw', 'usp000200r', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(5662, '1983-11-25 19:56:08', -40.451, 155.507, 18.5, 6.2, 'mw', 'usp0002027', 'southeast of Australia', 'earthquake\r'), +(5663, '1983-11-25 21:54:12', -5.466, 152.003, 26.4, 6.1, 'mw', 'usp0002028', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5664, '1983-11-25 22:56:26', -3.77, -76.309, 114.7, 5.5, 'mb', 'usp000202b', 'northern Peru', 'earthquake\r'), +(5665, '1983-11-26 20:18:23', 7.359, -82.268, 10, 6, 'ms', 'usp0002038', 'south of Panama', 'earthquake\r'), +(5666, '1983-11-27 20:22:51', -5.463, 152.16, 37.1, 5.5, 'mb', 'usp000203t', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5667, '1983-11-28 19:10:08', -44.87, -75.935, 26, 5.6, 'mb', 'usp000204a', 'off the coast of Aisen, Chile', 'earthquake\r'), +(5668, '1983-11-29 20:59:51', 32.598, 140.003, 136.7, 5.6, 'mw', 'usp0002052', 'Izu Islands, Japan region', 'earthquake\r'), +(5669, '1983-11-29 22:18:31', -6.22, 146.56, 39, 5.7, 'mw', 'usp0002054', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5670, '1983-11-29 23:41:07', -19.503, -177.783, 525, 6, 'mw', 'usp0002056', 'Fiji region', 'earthquake\r'), +(5671, '1983-11-30 02:56:47', 41.79, 142.772, 56.9, 6, 'mw', 'usp000205b', 'Hokkaido, Japan region', 'earthquake\r'), +(5672, '1983-11-30 10:16:13', -56.494, -26.383, 84.6, 5.8, 'mw', 'usp000205j', 'South Sandwich Islands region', 'earthquake\r'), +(5673, '1983-11-30 17:46:01', -6.852, 72.11, 10, 7.3, 'mw', 'usp000205u', 'Chagos Archipelago region', 'earthquake\r'), +(5674, '1983-12-01 05:45:34', -6.653, 71.423, 10, 5.6, 'mw', 'usp000206n', 'Chagos Archipelago region', 'earthquake\r'), +(5675, '1983-12-02 03:09:06', 14.066, -91.924, 67.1, 7, 'mw', 'usp000207b', 'offshore Guatemala', 'earthquake\r'), +(5676, '1983-12-03 01:23:55', -15.24, -172.915, 33, 6.2, 'mw', 'usp0002081', 'Samoa Islands region', 'earthquake\r'), +(5677, '1983-12-03 17:43:15', -6.463, 71.417, 10, 6.3, 'mw', 'usp000208h', 'Chagos Archipelago region', 'earthquake\r'), +(5678, '1983-12-08 01:26:22', 4.396, 62.513, 10, 5.5, 'mb', 'usp00020bf', 'Carlsberg Ridge', 'earthquake\r'), +(5679, '1983-12-08 02:19:11', -19.216, -178.378, 627, 5.5, 'mb', 'usp00020bk', 'Fiji region', 'earthquake\r'), +(5680, '1983-12-08 10:21:57', 18.548, -102.581, 68.3, 5.5, 'mb', 'usp00020bs', 'Michoacan, Mexico', 'earthquake\r'), +(5681, '1983-12-08 11:01:21', -22.479, -179.503, 629.6, 5.5, 'mb', 'usp00020bt', 'south of the Fiji Islands', 'earthquake\r'), +(5682, '1983-12-08 13:17:56', 3.792, 148.958, 10, 6.3, 'mw', 'usp00020bx', 'Federated States of Micronesia region', 'earthquake\r'), +(5683, '1983-12-08 13:50:51', 46.248, 150.927, 97.7, 5.6, 'mb', 'usp00020by', 'Kuril Islands', 'earthquake\r'), +(5684, '1983-12-11 09:13:49', 8.137, 137.239, 23.9, 6.4, 'mw', 'usp00020dr', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(5685, '1983-12-11 13:02:53', -18.361, 168.047, 54.2, 5.5, 'mb', 'usp00020dv', 'Vanuatu', 'earthquake\r'), +(5686, '1983-12-11 22:17:21', -5.077, 151.892, 85.5, 5.5, 'mb', 'usp00020e9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5687, '1983-12-12 09:26:07', -7.583, 127.288, 136.9, 6.4, 'mw', 'usp00020eu', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(5688, '1983-12-13 06:37:01', 14.267, -92.961, 39.2, 5.5, 'mb', 'usp00020f7', 'offshore Chiapas, Mexico', 'earthquake\r'), +(5689, '1983-12-15 03:52:50', -56.041, -27.629, 120, 5.8, 'mw', 'iscgem562898', 'South Sandwich Islands region', 'earthquake\r'), +(5690, '1983-12-15 03:57:25', -29.155, -176.524, 20, 6.1, 'mw', 'iscgem562899', 'Kermadec Islands region', 'earthquake\r'), +(5691, '1983-12-15 04:22:33', -33.099, -70.12, 100.1, 6.2, 'mw', 'usp00020gh', 'Region Metropolitana, Chile', 'earthquake\r'), +(5692, '1983-12-15 14:11:25', -3.155, 145.393, 23.8, 6.4, 'mw', 'usp00020gt', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5693, '1983-12-16 13:15:57', 39.326, 72.926, 37.2, 5.7, 'mb', 'usp00020h9', 'Tajikistan', 'earthquake\r'), +(5694, '1983-12-17 15:31:06', -6.605, 71.704, 10, 5.5, 'ms', 'usp00020jv', 'Chagos Archipelago region', 'earthquake\r'), +(5695, '1983-12-18 17:28:30', -8.964, 119.728, 35.5, 5.8, 'mb', 'usp00020m4', 'Flores region, Indonesia', 'earthquake\r'), +(5696, '1983-12-20 10:41:02', 40.408, -125.6465, 8.126, 5.66, 'ml', 'nc1108755', 'offshore Northern California', 'earthquake\r'), +(5697, '1983-12-20 16:06:08', -16.489, 178.028, 24.4, 5.5, 'mb', 'usp00020nh', 'Fiji', 'earthquake\r'), +(5698, '1983-12-20 16:58:31', -2.408, 145.045, 10, 6.2, 'mw', 'usp00020nk', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(5699, '1983-12-20 18:46:32', -2.515, 145.08, 8.9, 5.9, 'ms', 'usp00020nn', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(5700, '1983-12-21 12:05:06', -28.19, -63.172, 601.9, 6.9, 'mw', 'usp00020ph', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(5701, '1983-12-21 12:15:07', -28.042, -63.008, 608.8, 5.9, 'mb', 'usp00020pj', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(5702, '1983-12-21 23:32:12', -5.54, 151.86, 33, 6.2, 'mw', 'usp00020q0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5703, '1983-12-22 00:07:34', -5.435, 151.965, 33, 5.5, 'mb', 'usp00020q1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5704, '1983-12-22 01:02:02', -5.392, 151.868, 26, 6.4, 'mw', 'usp00020q3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5705, '1983-12-22 04:11:29', 11.866, -13.529, 11.3, 6.3, 'mw', 'usp00020q5', 'Guinea', 'earthquake\r'), +(5706, '1983-12-22 05:31:45', 35.994, 69.115, 33, 5.6, 'mb', 'usp00020q7', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5707, '1983-12-23 14:35:55', -20.899, -175.913, 33, 5.6, 'ms', 'usp00020rd', 'Tonga', 'earthquake\r'), +(5708, '1983-12-23 15:30:34', -5.244, 131.615, 43.6, 5.7, 'mb', 'usp00020rf', 'Banda Sea', 'earthquake\r'), +(5709, '1983-12-24 04:10:46', 45.416, 151.384, 52.4, 5.6, 'mb', 'usp00020rz', 'Kuril Islands', 'earthquake\r'), +(5710, '1983-12-26 04:29:07', 49.838, 78.218, 0, 5.5, 'mb', 'usp00020tm', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5711, '1983-12-26 04:37:05', -7.366, 128.47, 144.7, 5.6, 'mb', 'usp00020tn', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(5712, '1983-12-26 13:50:45', -55.919, -27.762, 88.8, 5.8, 'mw', 'usp00020tz', 'South Sandwich Islands region', 'earthquake\r'), +(5713, '1983-12-27 10:59:11', -6.206, 104.14, 49.7, 5.5, 'mb', 'usp00020ur', 'Sunda Strait, Indonesia', 'earthquake\r'), +(5714, '1983-12-27 23:05:58', 54.191, -164.14, 52.8, 5.6, 'mb', 'usp00020v3', 'Unimak Island region, Alaska', 'earthquake\r'), +(5715, '1983-12-28 06:24:41', -13.056, 166.781, 114.2, 5.6, 'mb', 'usp00020v9', 'Vanuatu', 'earthquake\r'), +(5716, '1983-12-30 23:52:40', 36.372, 70.738, 214.5, 7.4, 'mw', 'usp00020xw', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5717, '1983-12-31 00:44:43', -26.051, -70.077, 55.1, 5.5, 'mb', 'usp00020xx', 'Atacama, Chile', 'earthquake\r'), +(5718, '1984-01-01 01:55:01', -2.601, 141.597, 33, 5.5, 'mw', 'usp00020z1', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5719, '1984-01-01 09:03:39', 33.683, 136.894, 368.1, 7.2, 'mw', 'usp00020z7', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(5720, '1984-01-01 22:08:14', -22.81, -66.16, 272.1, 6, 'mw', 'usp00020zf', 'Jujuy, Argentina', 'earthquake\r'), +(5721, '1984-01-02 22:09:57', -57.89, -142.32, 10, 6.4, 'mwc', 'gcmtc010284a', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5722, '1984-01-02 22:09:58', -56.745, -142.655, 10, 6.4, 'mw', 'usp00020zz', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5723, '1984-01-04 02:42:06', 1.392, 128.145, 44.1, 5.7, 'mw', 'usp000210p', 'Halmahera, Indonesia', 'earthquake\r'), +(5724, '1984-01-04 03:45:50', -3.011, 145.79, 14.4, 5.7, 'mw', 'usp000210q', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5725, '1984-01-04 22:40:39', 45.477, 151.414, 20.4, 5.9, 'mw', 'usp000211e', 'Kuril Islands', 'earthquake\r'), +(5726, '1984-01-05 23:33:59', 37.966, 102.188, 12.3, 5.5, 'mb', 'usp0002125', 'Gansu-Qinghai border region, China', 'earthquake\r'), +(5727, '1984-01-08 15:24:14', -2.823, 118.806, 33, 7, 'mw', 'usp000213u', 'Sulawesi, Indonesia', 'earthquake\r'), +(5728, '1984-01-09 07:18:04', 6.553, 126.927, 78, 5.8, 'mw', 'usp0002144', 'Mindanao, Philippines', 'earthquake\r'), +(5729, '1984-01-09 13:43:24', -60.951, -36.071, 10, 5.6, 'mw', 'usp0002145', 'Scotia Sea', 'earthquake\r'), +(5730, '1984-01-11 11:35:55', -2.751, -102.828, 10, 5.5, 'mw', 'usp000215a', 'central East Pacific Rise', 'earthquake\r'), +(5731, '1984-01-11 18:40:30', -6.239, 27.861, 10, 5.6, 'mw', 'usp000215j', 'Democratic Republic of the Congo', 'earthquake\r'), +(5732, '1984-01-13 01:03:43', 23.349, 143.397, 47.5, 5.6, 'mw', 'usp000216h', 'Volcano Islands, Japan region', 'earthquake\r'), +(5733, '1984-01-13 02:29:01', -3.863, -78.494, 102.9, 5.7, 'mw', 'usp000216k', 'Peru-Ecuador border region', 'earthquake\r'), +(5734, '1984-01-15 07:14:11', 28.804, -43.494, 10, 5.5, 'mw', 'usp0002193', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5735, '1984-01-16 12:27:14', -29.982, -112.32, 10, 6.3, 'mw', 'usp00021a1', 'Easter Island region', 'earthquake\r'), +(5736, '1984-01-17 02:09:04', -7.705, 117.389, 296.3, 5.5, 'mw', 'usp00021ak', 'Bali Sea', 'earthquake\r'), +(5737, '1984-01-17 03:32:08', -8.87, -71.356, 614.1, 5.6, 'mw', 'usp00021an', 'Acre, Brazil', 'earthquake\r'), +(5738, '1984-01-17 11:13:40', 36.441, 141.227, 39.5, 5.6, 'mw', 'usp00021ax', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5739, '1984-01-17 15:31:56', 36.439, 141.269, 41.7, 5.7, 'mw', 'usp00021b1', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(5740, '1984-01-17 16:19:03', -3.904, -81.425, 18.2, 5.6, 'mw', 'usp00021b2', 'near the coast of northern Peru', 'earthquake\r'), +(5741, '1984-01-17 19:49:59', -22.216, -179.674, 586.1, 5.6, 'mw', 'usp00021b7', 'south of the Fiji Islands', 'earthquake\r'), +(5742, '1984-01-18 07:45:36', -55.855, -29.669, 53, 5.6, 'mb', 'usp00021bp', 'South Sandwich Islands region', 'earthquake\r'), +(5743, '1984-01-18 14:08:19', 27.931, 65.711, 10, 5.6, 'mw', 'usp00021bw', 'Pakistan', 'earthquake\r'), +(5744, '1984-01-19 16:15:16', -23.642, -178.321, 332.3, 6.2, 'mw', 'usp00021cu', 'south of the Fiji Islands', 'earthquake\r'), +(5745, '1984-01-19 16:34:45', 5.988, 146.533, 30.3, 6.1, 'mw', 'usp00021cv', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(5746, '1984-01-20 03:53:03', -17.833, -178.571, 534.2, 5.6, 'mw', 'usp00021d7', 'Fiji region', 'earthquake\r'), +(5747, '1984-01-22 13:51:51', -21.369, -174.227, 50.9, 5.5, 'mw', 'usp00021fg', 'Tonga', 'earthquake\r'), +(5748, '1984-01-23 07:34:58', 29.26, 130.404, 43.7, 5.9, 'mw', 'usp00021g6', 'Ryukyu Islands, Japan', 'earthquake\r'), +(5749, '1984-01-24 16:22:21', 12.364, 123.875, 24.4, 5.9, 'mw', 'usp00021hf', 'Masbate region, Philippines', 'earthquake\r'), +(5750, '1984-01-24 23:07:11', -56.558, -26.625, 125.2, 5.7, 'mw', 'usp00021hr', 'South Sandwich Islands region', 'earthquake\r'), +(5751, '1984-01-26 17:54:09', -57.935, -25.087, 33, 5.5, 'mw', 'usp00021jw', 'South Sandwich Islands region', 'earthquake\r'), +(5752, '1984-01-26 18:55:28', -9.414, 112.933, 33, 5.6, 'mw', 'usp00021jy', 'south of Java, Indonesia', 'earthquake\r'), +(5753, '1984-01-26 19:30:58', -12.237, -76.853, 57.8, 5.5, 'mw', 'usp00021jz', 'near the coast of central Peru', 'earthquake\r'), +(5754, '1984-01-27 13:01:40', 36.39, 71.034, 171.8, 6.1, 'mw', 'usp00021kh', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5755, '1984-01-28 22:47:51', 14.208, 51.869, 10, 5.8, 'mw', 'usp00021mm', 'Gulf of Aden', 'earthquake\r'), +(5756, '1984-01-29 10:13:27', -31.419, -178.553, 42.1, 5.6, 'mb', 'usp00021n1', 'Kermadec Islands region', 'earthquake\r'), +(5757, '1984-01-29 16:14:36', 71.868, -1.625, 10, 5.6, 'mw', 'usp00021n8', 'Jan Mayen Island region', 'earthquake\r'), +(5758, '1984-01-29 18:13:01', -3.771, 151.551, 10, 5.5, 'mw', 'usp00021nb', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(5759, '1984-02-01 07:28:29', 49.063, 146.59, 573.4, 6.4, 'mw', 'usp00021qe', 'Sea of Okhotsk', 'earthquake\r'), +(5760, '1984-02-01 14:22:08', 34.616, 70.484, 33, 6.1, 'mw', 'usp00021qk', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5761, '1984-02-03 08:29:49', -29.498, -71.26, 46.4, 5.6, 'mw', 'usp00021rm', 'Coquimbo, Chile', 'earthquake\r'), +(5762, '1984-02-03 19:05:36', -11.514, 166.254, 61.8, 5.9, 'mw', 'usp00021ry', 'Santa Cruz Islands', 'earthquake\r'), +(5763, '1984-02-06 14:40:12', 45.53, 150.174, 95.9, 5.6, 'mb', 'usp00021ts', 'Kuril Islands', 'earthquake\r'), +(5764, '1984-02-07 05:13:19', -25.755, -178.793, 351.6, 5.6, 'mw', 'usp00021u1', 'south of the Fiji Islands', 'earthquake\r'), +(5765, '1984-02-07 21:33:21', -10.012, 160.469, 18.1, 7.6, 'mw', 'usp00021u7', 'Solomon Islands', 'earthquake\r'), +(5766, '1984-02-08 00:39:51', -9.815, 160.268, 27, 6.4, 'mw', 'usp00021ub', 'Solomon Islands', 'earthquake\r'), +(5767, '1984-02-10 16:51:21', 28.271, -112.144, 10, 6, 'mw', 'usp00021vn', 'Gulf of California', 'earthquake\r'), +(5768, '1984-02-11 08:02:52', 38.396, 22.094, 28.7, 5.6, 'mw', 'usp00021w5', 'Greece', 'earthquake\r'), +(5769, '1984-02-11 13:57:45', 12.09, -60.032, 62.7, 5.7, 'mw', 'usp00021wr', 'Tobago region, Trinidad and Tobago', 'earthquake\r'), +(5770, '1984-02-13 04:48:58', 25.482, 122.412, 268.7, 5.5, 'mw', 'usp00021yg', 'Taiwan region', 'earthquake\r'), +(5771, '1984-02-16 17:18:42', 36.431, 70.826, 207.6, 6.4, 'mw', 'usp000221d', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5772, '1984-02-17 16:32:21', -6.598, 130.117, 158.1, 6, 'mw', 'usp000221x', 'Banda Sea', 'earthquake\r'), +(5773, '1984-02-17 20:33:42', 20.59, -109.086, 10, 6.1, 'mw', 'usp0002221', 'Revilla Gigedo Islands region', 'earthquake\r'), +(5774, '1984-02-17 23:26:52', 40.809, 71.05, 18.8, 5.5, 'mw', 'usp0002227', 'eastern Uzbekistan', 'earthquake\r'), +(5775, '1984-02-19 03:57:03', 49.908, 78.807, 0, 5.8, 'mb', 'usp0002239', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5776, '1984-02-19 18:27:45', -6.111, 150.662, 33, 5.5, 'mw', 'usp000223s', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5777, '1984-02-19 19:22:01', -6.145, 150.515, 33.9, 5.7, 'mw', 'usp000223t', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5778, '1984-02-22 02:04:06', -3.622, 128.854, 46.8, 5.6, 'mw', 'usp000225t', 'Seram, Indonesia', 'earthquake\r'), +(5779, '1984-02-22 05:44:41', 39.401, 53.978, 33, 5.8, 'mw', 'usp000225x', 'Turkmenistan', 'earthquake\r'), +(5780, '1984-02-24 21:21:10', -21.264, 170.022, 92.4, 5.5, 'mw', 'usp000227q', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5781, '1984-02-25 06:41:02', -7.139, 103.527, 33, 5.7, 'mw', 'usp0002282', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(5782, '1984-02-25 07:16:00', -47.909, 31.775, 10, 5.8, 'mw', 'usp0002285', 'south of Africa', 'earthquake\r'), +(5783, '1984-02-25 15:29:15', -16.747, -174.772, 257.2, 5.8, 'mw', 'usp000228e', 'Tonga', 'earthquake\r'), +(5784, '1984-02-26 08:18:20', -17.316, -70.526, 113.1, 6.1, 'mw', 'usp0002291', 'southern Peru', 'earthquake\r'), +(5785, '1984-02-27 09:40:18', -16.085, 167.951, 201.3, 5.7, 'mw', 'usp000229t', 'Vanuatu', 'earthquake\r'), +(5786, '1984-02-28 00:05:25', -8.926, 156.235, 33, 5.7, 'mw', 'usp00022af', 'Solomon Islands', 'earthquake\r'), +(5787, '1984-02-29 01:27:00', -18.57, 176.405, 33, 5.7, 'ms', 'usp00022bf', 'Fiji region', 'earthquake\r'), +(5788, '1984-03-01 19:21:25', -4.52, -105.993, 10, 6, 'mw', 'usp00022cs', 'central East Pacific Rise', 'earthquake\r'), +(5789, '1984-03-02 00:00:38', -21.144, -176.444, 227.8, 5.5, 'mw', 'usp00022cv', 'Fiji region', 'earthquake\r'), +(5790, '1984-03-02 05:48:02', -4.337, 145.855, 33, 6, 'mw', 'usp00022d9', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5791, '1984-03-05 03:33:51', 8.147, 123.762, 649.1, 7.3, 'mw', 'usp00022es', 'Mindanao, Philippines', 'earthquake\r'), +(5792, '1984-03-05 06:58:52', 50.947, 160.549, 33, 5.6, 'mb', 'usp00022ey', 'east of the Kuril Islands', 'earthquake\r'), +(5793, '1984-03-05 11:01:00', 28.726, 139.252, 460.4, 5.7, 'mw', 'usp00022f0', 'Bonin Islands, Japan region', 'earthquake\r'), +(5794, '1984-03-05 21:26:43', 24.543, 94.661, 68.9, 5.5, 'mw', 'usp00022f8', 'Myanmar-India border region', 'earthquake\r'), +(5795, '1984-03-06 02:17:21', 29.384, 138.935, 457.4, 7.4, 'mw', 'usp00022fa', 'Izu Islands, Japan region', 'earthquake\r'), +(5796, '1984-03-06 14:55:17', 42.57, 142.84, 103.3, 5.7, 'mw', 'usp00022fk', 'Hokkaido, Japan region', 'earthquake\r'), +(5797, '1984-03-07 02:39:06', 50.061, 79.003, 0, 5.7, 'mb', 'usp00022fv', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5798, '1984-03-08 00:40:51', -38.252, 177.224, 87.8, 6, 'mw', 'usp00022gh', 'North Island of New Zealand', 'earthquake\r'), +(5799, '1984-03-10 09:02:01', -7.641, 106.957, 52.1, 6, 'mw', 'usp00022j3', 'Java, Indonesia', 'earthquake\r'), +(5800, '1984-03-11 22:22:26', 38.392, 135.482, 351, 5.5, 'mw', 'usp00022k4', 'Sea of Japan', 'earthquake\r'), +(5801, '1984-03-12 10:50:49', -23.423, -179.971, 546.5, 6.2, 'mw', 'usp00022km', 'south of the Fiji Islands', 'earthquake\r'), +(5802, '1984-03-14 00:39:18', 5.203, 118.387, 50.3, 5.7, 'mw', 'usp00022mz', 'Sabah, Malaysia', 'earthquake\r'), +(5803, '1984-03-14 05:38:09', -1.871, 134.413, 33, 5.5, 'mw', 'usp00022n4', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(5804, '1984-03-14 11:36:31', -20.089, -178.073, 569.6, 6, 'mw', 'usp00022nc', 'Fiji region', 'earthquake\r'), +(5805, '1984-03-15 03:22:19', -6.61, 105.333, 67.5, 5.5, 'mw', 'usp00022nu', 'Sunda Strait, Indonesia', 'earthquake\r'), +(5806, '1984-03-16 22:53:57', -20.567, 169.924, 10.7, 5.7, 'mw', 'usp00022pz', 'Vanuatu', 'earthquake\r'), +(5807, '1984-03-17 15:17:15', 3.379, 122.568, 547.6, 5.5, 'mw', 'usp00022qn', 'Celebes Sea', 'earthquake\r'), +(5808, '1984-03-18 02:17:10', -7.304, 120.151, 608.5, 5.5, 'mw', 'usp00022qw', 'Flores Sea', 'earthquake\r'), +(5809, '1984-03-19 20:28:38', 40.32, 63.35, 14.5, 7, 'mw', 'usp00022s5', 'western Uzbekistan', 'earthquake\r'), +(5810, '1984-03-20 07:13:27', 0.444, 121.691, 128.5, 5.5, 'mw', 'usp00022t3', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5811, '1984-03-20 17:19:06', 10.782, -42.261, 10, 5.5, 'mw', 'usp00022tj', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5812, '1984-03-21 02:44:24', 49.176, 155.385, 40.5, 5.9, 'mw', 'usp00022u3', 'Kuril Islands', 'earthquake\r'), +(5813, '1984-03-21 08:27:51', -43.95, 77.915, 10, 6.1, 'mw', 'usp00022ud', 'Mid-Indian Ridge', 'earthquake\r'), +(5814, '1984-03-21 10:10:49', -19.233, -173.658, 33, 5.7, 'mw', 'usp00022ug', 'Tonga', 'earthquake\r'), +(5815, '1984-03-22 14:13:16', -15.227, -172.193, 42.2, 5.7, 'mw', 'usp00022w0', 'Samoa Islands region', 'earthquake\r'), +(5816, '1984-03-22 22:14:20', 36.634, 71.198, 253.6, 5.8, 'mw', 'usp00022wg', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5817, '1984-03-23 08:38:06', 58.978, -154.153, 118.7, 5.6, 'mw', 'usp00022wz', 'Alaska Peninsula', 'earthquake\r'), +(5818, '1984-03-23 20:31:33', -15.19, -173.739, 44.5, 6, 'mw', 'usp00022xe', 'Tonga', 'earthquake\r'), +(5819, '1984-03-24 09:44:03', 44.117, 148.192, 44.4, 7.2, 'mw', 'usp00022y2', 'Kuril Islands', 'earthquake\r'), +(5820, '1984-03-27 17:09:11', -3.562, 145.468, 33, 5.5, 'mw', 'usp000231b', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5821, '1984-03-27 20:06:33', -4.647, 145.805, 27.6, 6.5, 'mw', 'usp000231k', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5822, '1984-03-27 20:51:38', -23.765, -115.357, 10, 5.6, 'ms', 'usp000231n', 'southern East Pacific Rise', 'earthquake\r'), +(5823, '1984-03-28 06:44:03', -4.445, 145.757, 33, 5.7, 'mb', 'usp0002321', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5824, '1984-03-28 09:11:19', 24.106, 122.616, 44, 5.9, 'mw', 'usp0002323', 'Taiwan region', 'earthquake\r'), +(5825, '1984-03-29 05:19:08', 49.937, 79.017, 0, 5.9, 'mb', 'usp000232v', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5826, '1984-03-29 13:55:43', -1.77, 138.516, 44, 5.8, 'mw', 'usp0002331', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(5827, '1984-03-30 07:59:53', 17.362, -59.633, 25.5, 5.5, 'mw', 'usp000233u', 'east of Antigua, Leeward Islands', 'earthquake\r'), +(5828, '1984-03-30 16:40:14', -62.972, -61.864, 59.4, 5.8, 'mw', 'usp000234b', 'South Shetland Islands', 'earthquake\r'), +(5829, '1984-04-01 08:54:24', -4.606, 145.659, 26.7, 5.5, 'mb', 'usp0002361', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(5830, '1984-04-01 09:59:01', -5.661, 124.831, 601.3, 5.9, 'mw', 'usp0002364', 'Banda Sea', 'earthquake\r'), +(5831, '1984-04-02 13:49:32', 44.673, 149.638, 41.1, 5.6, 'mb', 'usp0002373', 'Kuril Islands', 'earthquake\r'), +(5832, '1984-04-03 03:09:44', -14.316, 167.222, 156.2, 5.5, 'mw', 'usp000237p', 'Vanuatu', 'earthquake\r'), +(5833, '1984-04-05 03:01:34', -6.85, 72.368, 10, 5.5, 'mw', 'usp000239c', 'Chagos Archipelago region', 'earthquake\r'), +(5834, '1984-04-05 20:04:54', -6.061, 149.401, 73.4, 5.5, 'mw', 'usp000239x', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5835, '1984-04-06 04:13:19', -55.511, 147.076, 10, 6.1, 'mw', 'usp00023a6', 'west of Macquarie Island', 'earthquake\r'), +(5836, '1984-04-06 23:08:22', -18.903, 168.85, 182.4, 6.8, 'mw', 'usp00023aj', 'Vanuatu', 'earthquake\r'), +(5837, '1984-04-10 14:10:36', 5.121, 125.496, 46.1, 5.6, 'mw', 'usp00023db', 'Mindanao, Philippines', 'earthquake\r'), +(5838, '1984-04-11 15:04:25', 9.011, 123.05, 33, 5.5, 'mw', 'usp00023f2', 'Negros - Cebu region, Philippines', 'earthquake\r'), +(5839, '1984-04-13 22:05:08', -5.648, 148.296, 167.6, 6.1, 'mw', 'usp00023ht', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5840, '1984-04-14 19:57:39', 2.454, 126.575, 51.7, 5.5, 'mw', 'usp00023jp', 'Molucca Sea', 'earthquake\r'), +(5841, '1984-04-15 03:17:09', 49.74, 78.163, 0, 5.7, 'mb', 'usp00023jz', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5842, '1984-04-17 14:16:49', -6.654, 126.76, 452.4, 5.7, 'mw', 'usp00023mj', 'Banda Sea', 'earthquake\r'), +(5843, '1984-04-18 02:56:41', -59.735, -26.829, 101.3, 5.5, 'mb', 'usp00023mz', 'South Sandwich Islands region', 'earthquake\r'), +(5844, '1984-04-18 06:49:14', -15.934, -174.352, 149.7, 6.5, 'mw', 'usp00023n2', 'Tonga', 'earthquake\r'), +(5845, '1984-04-19 02:53:13', 36.429, 70.89, 201.6, 5.5, 'mw', 'usp00023nw', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5846, '1984-09-28 03:03:47', -21.51, -177.796, 363.9, 6, 'mw', 'usp00027rx', 'Fiji region', 'earthquake\r'), +(5847, '1984-04-19 08:28:53', -31.764, -71.804, 32.5, 5.7, 'mw', 'usp00023p5', 'offshore Coquimbo, Chile', 'earthquake\r'), +(5848, '1984-04-20 06:31:11', 50.12, 148.745, 582, 6.3, 'mw', 'usp00023qh', 'Sea of Okhotsk', 'earthquake\r'), +(5849, '1984-04-21 12:36:16', -15.681, -172.965, 73, 6, 'mw', 'usp00023rs', 'Samoa Islands region', 'earthquake\r'), +(5850, '1984-04-22 03:33:01', -21.866, -179.375, 593.2, 6.4, 'mw', 'usp00023sa', 'Fiji region', 'earthquake\r'), +(5851, '1984-04-22 06:14:22', -0.541, -19.857, 10, 6.2, 'mw', 'usp00023sd', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(5852, '1984-04-23 21:26:39', 36.431, 70.75, 208.5, 5.5, 'mw', 'usp00023ud', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5853, '1984-04-23 21:40:36', 47.45, 146.692, 414.1, 6.5, 'mw', 'usp00023ue', 'northwest of the Kuril Islands', 'earthquake\r'), +(5854, '1984-04-23 22:29:58', 22.049, 99.136, 16.7, 5.9, 'mw', 'usp00023uf', 'Myanmar-China border region', 'earthquake\r'), +(5855, '1984-04-24 03:35:36', -5.047, 151.493, 126.7, 5.5, 'mb', 'usp00023un', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5856, '1984-04-24 04:11:29', 30.909, 138.431, 403.1, 6.9, 'mw', 'usp00023uq', 'Izu Islands, Japan region', 'earthquake\r'), +(5857, '1984-04-24 21:15:19', 37.3096667, -121.6788333, 8.193, 6.2, 'ml', 'nc17204', 'Northern California', 'earthquake\r'), +(5858, '1984-04-25 01:09:04', 49.953, 78.94, 0, 5.9, 'mb', 'usp00023vs', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5859, '1984-04-25 04:19:32', -17.311, -177.229, 414.9, 6.3, 'mw', 'usp00023vz', 'Fiji region', 'earthquake\r'), +(5860, '1984-04-25 07:59:17', -3.525, 150.861, 33, 5.7, 'mw', 'usp00023w4', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(5861, '1984-04-26 10:11:10', -6.825, 71.495, 10, 5.6, 'mw', 'usp00023x5', 'Chagos Archipelago region', 'earthquake\r'), +(5862, '1984-04-27 03:48:05', -5.299, 70.206, 10, 5.7, 'ms', 'usp00023xs', 'Chagos Archipelago region', 'earthquake\r'), +(5863, '1984-04-27 21:49:08', -59.038, -16.565, 10, 5.7, 'mw', 'usp00023yh', 'east of the South Sandwich Islands', 'earthquake\r'), +(5864, '1984-04-28 20:12:06', -1.776, -78.101, 47.4, 5.7, 'mw', 'usp00023z1', 'Ecuador', 'earthquake\r'), +(5865, '1984-04-29 05:03:00', 43.26, 12.558, 11.9, 5.7, 'mw', 'usp00023zg', 'central Italy', 'earthquake\r'), +(5866, '1984-04-29 17:20:15', -19.708, -175.695, 235.5, 5.6, 'mw', 'usp000240a', 'Tonga', 'earthquake\r'), +(5867, '1984-04-29 22:34:00', -18.057, 167.242, 33, 5.6, 'mw', 'usp000240f', 'Vanuatu', 'earthquake\r'), +(5868, '1984-05-01 04:05:44', -4.532, 146.099, 33, 5.5, 'mw', 'usp000241e', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5869, '1984-05-03 12:28:52', -8.569, 111.338, 85.6, 5.5, 'mw', 'usp000243f', 'Java, Indonesia', 'earthquake\r'), +(5870, '1984-05-03 23:42:00', 33.719, -38.577, 10, 5.6, 'mw', 'usp0002443', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5871, '1984-05-04 00:24:21', -55.514, 146.555, 10, 5.6, 'mw', 'usp0002444', 'west of Macquarie Island', 'earthquake\r'), +(5872, '1984-05-06 15:19:11', 24.257, 93.545, 33, 6, 'mw', 'usp0002467', 'Manipur, India region', 'earthquake\r'), +(5873, '1984-05-06 19:54:49', 51.688, -176.774, 58, 5.6, 'mw', 'usp000246a', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5874, '1984-05-07 15:55:32', 33.786, -38.497, 10, 5.6, 'mw', 'usp000246s', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(5875, '1984-05-07 17:49:42', 41.765, 13.898, 10, 5.9, 'mw', 'usp000246t', 'southern Italy', 'earthquake\r'), +(5876, '1984-05-08 03:37:15', -30.305, -177.722, 33, 6.2, 'mw', 'usp0002472', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(5877, '1984-05-10 09:51:02', -36.269, -98.886, 10, 5.6, 'mw', 'usp000248h', 'southeast of Easter Island', 'earthquake\r'), +(5878, '1984-05-11 10:41:50', 41.831, 13.961, 13.9, 5.5, 'mw', 'usp000249a', 'southern Italy', 'earthquake\r'), +(5879, '1984-05-12 17:30:58', -21.852, -138.961, 0, 5.7, 'mb', 'usp00024at', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(5880, '1984-05-13 12:45:56', 42.967, 17.734, 29.7, 5.5, 'mw', 'usp00024bq', 'Bosnia and Herzegovina', 'earthquake\r'), +(5881, '1984-05-13 14:52:39', -33.327, -179.372, 33, 5.5, 'mw', 'usp00024bs', 'south of the Kermadec Islands', 'earthquake\r'), +(5882, '1984-05-14 15:05:10', -15.253, 177.81, 33, 5.6, 'mw', 'usp00024cq', 'Fiji', 'earthquake\r'), +(5883, '1984-05-15 07:29:34', -4.41, -104.874, 10, 5.6, 'mw', 'usp00024d5', 'central East Pacific Rise', 'earthquake\r'), +(5884, '1984-05-15 22:24:48', 8.854, 127.139, 63.3, 5.5, 'mw', 'usp00024dp', 'Philippine Islands region', 'earthquake\r'), +(5885, '1984-05-16 03:44:58', -27.393, -67.2, 157.7, 5.5, 'mw', 'usp00024dw', 'Catamarca, Argentina', 'earthquake\r'), +(5886, '1984-05-17 07:55:56', 79.753, 3.107, 10, 5.7, 'mw', 'usp00024em', 'Greenland Sea', 'earthquake\r'), +(5887, '1984-05-17 09:21:55', -14.056, 166.56, 24.8, 5.9, 'mw', 'usp00024eq', 'Vanuatu', 'earthquake\r'), +(5888, '1984-05-17 16:53:46', -36.429, 52.419, 10, 6.9, 'mw', 'usp00024ev', 'Southwest Indian Ridge', 'earthquake\r'), +(5889, '1984-05-17 16:53:51', -36.46, 53.54, 10, 6.9, 'mwc', 'gcmtc051784c', 'South Indian Ocean', 'earthquake\r'), +(5890, '1984-05-18 04:28:57', 29.577, 81.869, 33, 5.6, 'mb', 'usp00024fe', 'Nepal', 'earthquake\r'), +(5891, '1984-05-21 15:37:50', 32.621, 121.621, 17.5, 5.5, 'mb', 'usp00024hs', 'Jiangsu, China', 'earthquake\r'), +(5892, '1984-05-21 15:38:59', 32.688, 121.509, 18.2, 6, 'mw', 'usp00024ht', 'Jiangsu, China', 'earthquake\r'), +(5893, '1984-05-23 05:16:33', -51.95, 161.089, 10, 6.1, 'mw', 'usp00024k1', 'north of Macquarie Island', 'earthquake\r'), +(5894, '1984-05-25 02:32:46', -30.65, -178.21, 58.7, 5.5, 'mw', 'usp00024m1', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(5895, '1984-05-25 21:49:52', -60.106, -26.91, 33, 5.6, 'mw', 'usp00024mp', 'South Sandwich Islands region', 'earthquake\r'), +(5896, '1984-05-25 23:17:50', -54.509, -136.303, 10, 5.5, 'mw', 'usp00024mq', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5897, '1984-05-25 23:53:52', -54.976, -135.688, 10, 6.4, 'mw', 'usp00024mr', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5898, '1984-05-26 02:44:47', -54.869, -135.415, 10, 6.2, 'mw', 'usp00024mu', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5899, '1984-05-26 03:13:12', 49.98, 79.06, 0, 6, 'mb', 'usp00024mv', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5900, '1984-05-26 03:58:57', -43.548, 38.944, 10, 6.7, 'mw', 'usp00024mx', 'Prince Edward Islands region', 'earthquake\r'), +(5901, '1984-05-26 13:27:17', -44.095, 39.065, 10, 5.6, 'mw', 'usp00024n7', 'Prince Edward Islands region', 'earthquake\r'), +(5902, '1984-05-26 22:42:47', -10.896, 164.183, 26.5, 6.4, 'mw', 'usp00024nd', 'Santa Cruz Islands region', 'earthquake\r'), +(5903, '1984-05-26 23:00:51', -10.886, 164.116, 39.3, 5.7, 'ms', 'usp00024ne', 'Santa Cruz Islands region', 'earthquake\r'), +(5904, '1984-05-26 23:20:11', -6.196, 147.824, 55.1, 5.6, 'mb', 'usp00024nf', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(5905, '1984-05-27 03:39:31', 28.756, 128.547, 13.3, 5.6, 'mw', 'usp00024nh', 'Ryukyu Islands, Japan', 'earthquake\r'), +(5906, '1984-05-29 04:36:09', 3.565, 97.138, 70.9, 5.6, 'mw', 'usp00024ps', 'northern Sumatra, Indonesia', 'earthquake\r'), +(5907, '1984-05-29 18:54:17', -1.702, 136.32, 22.8, 5.6, 'mw', 'usp00024q6', 'Biak region, Indonesia', 'earthquake\r'), +(5908, '1984-05-29 22:07:15', -1.668, 136.327, 24.7, 5.5, 'mw', 'usp00024qb', 'Biak region, Indonesia', 'earthquake\r'), +(5909, '1984-05-30 07:49:44', -4.843, 151.577, 174.4, 7.1, 'mw', 'usp00024qw', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5910, '1984-06-02 03:45:33', -32.726, -178.671, 33, 5.5, 'mw', 'usp00024t5', 'south of the Kermadec Islands', 'earthquake\r'), +(5911, '1984-06-03 01:44:15', -45.258, -75.711, 33, 5.5, 'mw', 'usp00024tt', 'off the coast of Aisen, Chile', 'earthquake\r'), +(5912, '1984-06-03 14:46:36', -22.649, 171.857, 23.8, 5.8, 'mw', 'usp00024u0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(5913, '1984-06-04 17:19:59', 52.112, -170.999, 33, 5.5, 'mw', 'usp00024uu', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5914, '1984-06-04 21:23:59', 13.327, 124.738, 52.6, 5.6, 'mw', 'usp00024ux', 'Catanduanes, Philippines', 'earthquake\r'), +(5915, '1984-06-05 04:15:24', -7.819, -76.708, 33, 5.7, 'mw', 'usp00024v1', 'northern Peru', 'earthquake\r'), +(5916, '1984-06-06 05:38:24', -4.82, 125.845, 33, 6.2, 'mw', 'usp00024vk', 'Banda Sea', 'earthquake\r'), +(5917, '1984-06-08 00:02:00', -6.031, 151.741, 33, 5.6, 'mw', 'usp00024we', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5918, '1984-06-08 01:41:14', -5.796, 104.169, 33, 6.1, 'mw', 'usp00024wg', 'southern Sumatra, Indonesia', 'earthquake\r'), +(5919, '1984-06-11 02:05:34', -30.707, -71.179, 46.3, 6.2, 'mw', 'usp00024xn', 'Coquimbo, Chile', 'earthquake\r'), +(5920, '1984-06-11 18:39:29', -13.826, 65.997, 10, 5.8, 'mw', 'usp00024yh', 'Mid-Indian Ridge', 'earthquake\r'), +(5921, '1984-06-12 11:09:15', 53.648, -165.218, 43.1, 5.7, 'mw', 'usp00024z4', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5922, '1984-06-13 02:29:25', 31.448, 140.036, 40.6, 5.7, 'mw', 'usp00024zq', 'Izu Islands, Japan region', 'earthquake\r'), +(5923, '1984-06-13 13:42:41', -3.409, 130.948, 25.1, 5.5, 'mw', 'usp0002502', 'Seram, Indonesia', 'earthquake\r'), +(5924, '1984-06-15 14:22:23', -15.816, -174.831, 246.6, 6.6, 'mw', 'usp000251s', 'Tonga', 'earthquake\r'), +(5925, '1984-06-17 07:48:03', 38.859, 25.723, 22.5, 6.1, 'ms', 'usp000252t', 'Aegean Sea', 'earthquake\r'), +(5926, '1984-06-17 16:26:50', 51.684, -173.354, 33, 5.7, 'mw', 'usp0002530', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5927, '1984-06-18 11:20:18', -15.705, -72.491, 116.8, 6.5, 'mw', 'usp000253j', 'southern Peru', 'earthquake\r'), +(5928, '1984-06-19 18:55:55', 11.82, 125.693, 37.5, 5.5, 'mw', 'usp000254b', 'Samar, Philippines', 'earthquake\r'), +(5929, '1984-06-20 19:56:47', -24.101, -66.965, 195.9, 5.7, 'mw', 'usp0002551', 'Salta, Argentina', 'earthquake\r'), +(5930, '1984-06-21 10:43:42', 35.36, 23.238, 39.1, 6.2, 'mw', 'usp000255c', 'Crete, Greece', 'earthquake\r'), +(5931, '1984-06-22 01:04:22', 0.715, -30.41, 10, 5.6, 'mw', 'usp000255w', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(5932, '1984-06-22 08:18:21', 2.756, 127.579, 57, 5.7, 'mw', 'usp0002568', 'Molucca Sea', 'earthquake\r'), +(5933, '1984-06-22 15:55:28', -58.318, -15.786, 10, 6.4, 'mw', 'usp000256j', 'east of the South Sandwich Islands', 'earthquake\r'), +(5934, '1984-06-24 11:17:12', 17.984, -69.338, 23.9, 6.9, 'mw', 'usp000257x', 'Dominican Republic region', 'earthquake\r'), +(5935, '1984-06-24 13:29:39', -43.541, 170.673, 5.6, 6.1, 'mw', 'usp0002582', 'South Island of New Zealand', 'earthquake\r'), +(5936, '1984-06-24 21:33:10', 51.187, -130.361, 10, 5.8, 'mw', 'usp000258c', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(5937, '1984-06-25 18:45:09', 17.996, -69.215, 32.2, 5.5, 'mw', 'usp000259e', 'Dominican Republic region', 'earthquake\r'), +(5938, '1984-06-26 01:11:49', -1.308, 127.259, 50.5, 5.7, 'mw', 'usp000259h', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(5939, '1984-06-28 11:19:47', -9.648, 151.787, 19.9, 5.9, 'mw', 'usp00025c5', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(5940, '1984-06-28 19:51:24', 2.916, 126.558, 63, 6.2, 'mw', 'usp00025cc', 'Molucca Sea', 'earthquake\r'), +(5941, '1984-06-29 00:26:11', 2.913, 126.561, 49.8, 5.5, 'mw', 'usp00025cg', 'Molucca Sea', 'earthquake\r'), +(5942, '1984-06-30 11:37:24', -55.305, -129.213, 10, 5.6, 'ms', 'usp00025du', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5943, '1984-06-30 20:27:10', 30.296, 132.129, 25, 5.6, 'ms', 'usp00025e5', 'southeast of Shikoku, Japan', 'earthquake\r'), +(5944, '1984-07-01 10:12:21', 36.471, 70.906, 203.8, 5.6, 'mw', 'usp00025ek', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5945, '1984-07-02 04:50:44', 16.804, -98.441, 46.6, 6.4, 'mw', 'usp00025ev', 'Guerrero, Mexico', 'earthquake\r'), +(5946, '1984-07-02 14:25:26', -54.871, 158.889, 10, 5.5, 'mw', 'usp00025f1', 'Macquarie Island region', 'earthquake\r'), +(5947, '1984-07-03 00:58:15', 36.295, 69.522, 53.5, 5.6, 'mw', 'usp00025fa', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(5948, '1984-07-03 13:42:01', -17.735, -178.847, 536.3, 5.8, 'mw', 'usp00025fk', 'Fiji region', 'earthquake\r'), +(5949, '1984-07-03 19:32:18', -7.212, 121.072, 575, 5.5, 'mw', 'usp00025ft', 'Flores Sea', 'earthquake\r'), +(5950, '1984-07-04 06:34:41', -2.593, 140.286, 33, 5.5, 'mw', 'usp00025g4', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(5951, '1984-07-04 13:53:12', -12.924, 166.621, 126.3, 5.6, 'mw', 'usp00025ga', 'Santa Cruz Islands', 'earthquake\r'), +(5952, '1984-07-05 05:21:49', -6.056, 154.424, 33, 6.6, 'mw', 'usp00025gm', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(5953, '1984-07-07 15:47:19', -56.1, -27.399, 97.7, 5.7, 'mw', 'usp00025hk', 'South Sandwich Islands region', 'earthquake\r'), +(5954, '1984-07-08 14:30:49', 13.33, 145.912, 49.2, 5.6, 'mw', 'usp00025k3', 'Guam region', 'earthquake\r'), +(5955, '1984-07-09 13:27:50', -25.286, 70.097, 10, 5.5, 'mw', 'usp00025m4', 'Mid-Indian Ridge', 'earthquake\r'), +(5956, '1984-07-09 23:19:04', -5.788, 111.298, 533.5, 6.7, 'mw', 'usp00025mm', 'Java Sea', 'earthquake\r'), +(5957, '1984-07-10 16:46:51', 10.851, 94.618, 33, 5.5, 'mw', 'usp00025n4', 'Andaman Islands, India region', 'earthquake\r'), +(5958, '1984-07-10 18:12:20', -6.317, 154.792, 48.4, 5.5, 'mw', 'usp00025n6', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(5959, '1984-07-11 02:40:44', 11.492, 138.917, 44.5, 5.6, 'mw', 'usp00025ng', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(5960, '1984-07-11 05:40:21', 5.54, 126.479, 55.3, 5.9, 'mw', 'usp00025nr', 'Mindanao, Philippines', 'earthquake\r'), +(5961, '1984-07-12 17:20:27', -7.32, 126.026, 469.7, 5.5, 'mw', 'usp00025q8', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(5962, '1984-07-14 01:09:11', 49.891, 78.963, 0, 6.2, 'mb', 'usp00025qv', 'eastern Kazakhstan', 'nuclear explosion\r'), +(5963, '1984-07-14 21:03:50', 17.463, -99.601, 64.7, 5.5, 'mw', 'usp00025re', 'Guerrero, Mexico', 'earthquake\r'), +(5964, '1984-07-16 12:27:27', -55.467, -129.002, 10, 6.2, 'mw', 'usp00025sh', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5965, '1984-07-16 13:39:24', 13.426, 146.294, 33, 5.6, 'ms', 'usp00025sk', 'Mariana Islands region', 'earthquake\r'), +(5966, '1984-07-17 14:14:17', -56.392, -27.388, 129.2, 6, 'mw', 'usp00025tf', 'South Sandwich Islands region', 'earthquake\r'), +(5967, '1984-07-19 05:22:16', -7.024, -12.8, 10, 5.5, 'mw', 'usp00025uc', 'Ascension Island region', 'earthquake\r'), +(5968, '1984-07-19 16:46:59', -10.277, 161.387, 82.9, 5.5, 'mw', 'usp00025uv', 'Solomon Islands', 'earthquake\r'), +(5969, '1984-07-19 23:25:13', 28.106, 129.525, 47.4, 5.9, 'mw', 'usp00025v0', 'Ryukyu Islands, Japan', 'earthquake\r'), +(5970, '1984-07-20 13:55:40', -20.85, -178.41, 574.3, 5.5, 'mw', 'usp00025vd', 'Fiji region', 'earthquake\r'), +(5971, '1984-07-23 04:58:26', -30.421, -179.58, 341.1, 5.5, 'mw', 'usp00025xm', 'Kermadec Islands region', 'earthquake\r'), +(5972, '1984-07-23 06:06:06', -6.586, 154.994, 54.9, 5.8, 'mw', 'usp00025xn', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(5973, '1984-07-23 16:03:40', 1.384, 126.419, 25.9, 6.4, 'mw', 'usp00025y3', 'Molucca Sea', 'earthquake\r'), +(5974, '1984-07-24 04:49:46', -25.73, -70.478, 34.1, 5.8, 'mw', 'usp00025yg', 'Antofagasta, Chile', 'earthquake\r'), +(5975, '1984-07-25 19:34:52', 1.291, 126.588, 43.9, 5.9, 'mw', 'usp00025zs', 'Molucca Sea', 'earthquake\r'), +(5976, '1984-07-27 12:51:11', 52.997, 161.257, 33, 5.6, 'mw', 'usp000260q', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(5977, '1984-07-27 15:57:51', 50.317, -176.868, 33, 5.6, 'mw', 'usp000260v', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(5978, '1984-07-28 19:37:16', -17.078, -174.038, 132.2, 5.5, 'mw', 'usp000261r', 'Tonga', 'earthquake\r'), +(5979, '1984-07-30 12:16:43', 71.5, -11.974, 10, 5.8, 'mw', 'usp000263q', 'Jan Mayen Island region', 'earthquake\r'), +(5980, '1984-07-30 21:32:58', 13.326, -90.156, 65.3, 5.5, 'mw', 'usp0002647', 'offshore El Salvador', 'earthquake\r'), +(5981, '1984-08-03 01:20:59', 57.67, -32.87, 10, 5.5, 'mw', 'usp0002667', 'Reykjanes Ridge', 'earthquake\r'), +(5982, '1984-08-03 12:28:44', -40.929, 43.274, 10, 5.5, 'mw', 'usp000266g', 'Southwest Indian Ridge', 'earthquake\r'), +(5983, '1984-08-03 14:30:58', 14.386, -92.224, 36.2, 5.9, 'mw', 'usp000266j', 'offshore Guatemala', 'earthquake\r'), +(5984, '1984-08-06 12:01:52', -0.086, 122.517, 242.3, 7.4, 'mw', 'usp000268f', 'Sulawesi, Indonesia', 'earthquake\r'), +(5985, '1984-08-06 19:06:38', 32.386, 131.945, 46.2, 6.9, 'mw', 'usp000268g', 'Kyushu, Japan', 'earthquake\r'), +(5986, '1984-08-07 08:24:24', -15.406, 166.868, 33, 5.5, 'mw', 'usp000268r', 'Vanuatu', 'earthquake\r'), +(5987, '1985-05-31 07:24:34', 12.246, 144.28, 31.9, 6, 'mw', 'usp0002fc9', 'Guam region', 'earthquake\r'), +(5988, '1984-08-11 01:20:46', -5.038, 152.115, 39.8, 6.2, 'mw', 'usp00026b4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(5989, '1984-08-12 09:30:37', -17.841, -173.233, 33, 5.5, 'mw', 'usp00026c9', 'Tonga', 'earthquake\r'), +(5990, '1984-08-12 11:51:42', -24.186, -69.179, 100.6, 5.6, 'mw', 'usp00026cd', 'Antofagasta, Chile', 'earthquake\r'), +(5991, '1984-08-12 16:51:20', 18.394, 120.811, 13.1, 5.6, 'mw', 'usp00026cn', 'Luzon, Philippines', 'earthquake\r'), +(5992, '1984-08-14 01:02:08', 61.857, -149.104, 19.7, 5.8, 'mw', 'usp00026dt', 'Southern Alaska', 'earthquake\r'), +(5993, '1984-08-15 08:25:54', -3.233, 136.598, 32.5, 5.5, 'mw', 'usp00026em', 'Papua, Indonesia', 'earthquake\r'), +(5994, '1984-08-15 13:18:28', 0.39, 122.221, 107.1, 5.5, 'mw', 'usp00026et', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(5995, '1984-08-17 10:42:20', -21.421, -175.268, 114.3, 5.5, 'mw', 'usp00026g2', 'Tonga', 'earthquake\r'), +(5996, '1984-08-18 03:33:27', -56.785, -141.034, 10, 5.5, 'mw', 'usp00026gm', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(5997, '1984-08-18 04:10:43', -27.876, -66.717, 172.8, 5.5, 'mw', 'usp00026gn', 'Catamarca, Argentina', 'earthquake\r'), +(5998, '1984-08-19 06:34:45', -41.039, 43.182, 10, 5.5, 'mb', 'usp00026hk', 'Prince Edward Islands region', 'earthquake\r'), +(5999, '1984-08-22 09:07:30', -5.68, 148.365, 162.8, 5.7, 'mw', 'usp00026m1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6000, '1984-08-22 09:46:30', 44.467, -114.008, 10, 5.6, 'mw', 'usp00026m2', 'southern Idaho', 'earthquake\r'), +(6001, '1984-08-22 18:00:54', 36.118, 70.487, 136.6, 5.8, 'mw', 'usp00026mn', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(6002, '1984-08-22 18:13:24', 11.459, -86.635, 61.7, 5.8, 'mw', 'usp00026mp', 'near the coast of Nicaragua', 'earthquake\r'), +(6003, '1984-08-23 19:49:17', 11.618, -86.485, 57.3, 6.2, 'mw', 'usp00026nw', 'near the coast of Nicaragua', 'earthquake\r'), +(6004, '1984-08-24 16:53:07', -58.917, -16.521, 10, 5.8, 'mw', 'usp00026pp', 'east of the South Sandwich Islands', 'earthquake\r'), +(6005, '1984-08-25 18:02:30', -3.127, 139.606, 81, 5.7, 'mb', 'usp00026qn', 'Papua, Indonesia', 'earthquake\r'), +(6006, '1984-08-26 00:22:52', -16.225, -69.506, 224.8, 5.6, 'mw', 'usp00026r0', 'Peru-Bolivia border region', 'earthquake\r'), +(6007, '1984-08-26 05:00:46', -23.594, 179.07, 559.7, 6.4, 'mw', 'usp00026r8', 'south of the Fiji Islands', 'earthquake\r'), +(6008, '1984-08-27 06:41:26', 1.761, 99.075, 32.5, 5.6, 'mw', 'usp00026sb', 'northern Sumatra, Indonesia', 'earthquake\r'), +(6009, '1984-08-28 10:04:25', -4.506, -105.716, 10, 5.8, 'mw', 'usp00026ta', 'central East Pacific Rise', 'earthquake\r'), +(6010, '1984-08-28 19:04:31', 27.431, 128.524, 57.7, 5.8, 'mw', 'usp00026ts', 'Ryukyu Islands, Japan', 'earthquake\r'), +(6011, '1984-08-30 12:28:40', 54.113, -133.639, 10, 5.9, 'mw', 'usp00026vf', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(6012, '1984-08-30 16:06:14', -33.332, -179.359, 33, 6.1, 'mw', 'usp00026vk', 'south of the Kermadec Islands', 'earthquake\r'), +(6013, '1984-08-31 04:43:00', 12.923, -87.071, 42.1, 5.6, 'mw', 'usp00026w8', 'near the coast of Nicaragua', 'earthquake\r'), +(6014, '1984-08-31 15:42:12', -17.957, 172.149, 29, 6.4, 'mw', 'usp00026wk', 'Vanuatu region', 'earthquake\r'), +(6015, '1984-08-31 19:46:04', 16.08, -93.286, 118.8, 6.3, 'mw', 'usp00026wr', 'Chiapas, Mexico', 'earthquake\r'), +(6016, '1984-09-01 17:05:54', 44.452, 149.577, 26.4, 5.7, 'mw', 'usp00026xs', 'Kuril Islands', 'earthquake\r'), +(6017, '1984-09-01 21:16:13', -18.197, -178.168, 478.3, 5.7, 'mw', 'usp00026y6', 'Fiji region', 'earthquake\r'), +(6018, '1984-09-05 08:18:13', -21.138, -179.015, 621.5, 5.5, 'mw', 'usp0002733', 'Fiji region', 'earthquake\r'), +(6019, '1984-09-05 09:32:12', -8.056, 121.779, 201.1, 6, 'mw', 'usp0002735', 'Flores region, Indonesia', 'earthquake\r'), +(6020, '1984-09-05 22:27:54', -25.494, -116.055, 10, 5.7, 'mw', 'usp000273t', 'southern East Pacific Rise', 'earthquake\r'), +(6021, '1984-09-06 21:55:41', -16.905, 174.515, 33, 5.8, 'mw', 'usp000274m', 'Fiji region', 'earthquake\r'), +(6022, '1984-09-07 15:15:27', -43.395, 91.758, 10, 5.9, 'mw', 'usp000275m', 'southeast Indian Ridge', 'earthquake\r'), +(6023, '1984-09-10 03:14:10', 40.503, -126.831, 10, 6.7, 'mw', 'usp000278e', 'off the coast of Northern California', 'earthquake\r'), +(6024, '1984-09-10 03:14:28', 40.5038333, -125.1303333, 4.333, 6.6, 'ml', 'nc27615', 'offshore Northern California', 'earthquake\r'), +(6025, '1984-09-11 07:16:35', -15.501, 167.685, 125.6, 6.1, 'mw', 'usp000279m', 'Vanuatu', 'earthquake\r'), +(6026, '1984-09-12 19:17:52', -15.75, -71.872, 139.9, 5.5, 'mw', 'usp00027aw', 'southern Peru', 'earthquake\r'), +(6027, '1984-09-13 23:48:50', 35.789, 137.488, 10, 6.2, 'mw', 'usp00027cb', 'eastern Honshu, Japan', 'earthquake\r'), +(6028, '1984-09-14 22:14:32', 35.774, 137.424, 10, 5.7, 'mw', 'usp00027d9', 'eastern Honshu, Japan', 'earthquake\r'), +(6029, '1984-09-16 07:07:43', -32.101, -178.214, 10, 5.5, 'mw', 'usp00027ek', 'south of the Kermadec Islands', 'earthquake\r'), +(6030, '1984-09-16 10:23:42', -7.036, 117.503, 647.4, 5.7, 'mw', 'usp00027ep', 'Bali Sea', 'earthquake\r'), +(6031, '1984-09-16 22:26:39', -24.778, -175.766, 33, 5.5, 'mw', 'usp00027f2', 'south of Tonga', 'earthquake\r'), +(6032, '1984-09-17 06:41:43', -18.038, 65.643, 10, 6.2, 'mw', 'usp00027f9', 'Mauritius - Reunion region', 'earthquake\r'), +(6033, '1984-09-17 09:08:49', -32.157, -178.32, 10, 6.3, 'mw', 'usp00027fd', 'south of the Kermadec Islands', 'earthquake\r'), +(6034, '1984-09-18 13:26:02', 40.885, 42.219, 10, 5.5, 'mw', 'usp00027g4', 'eastern Turkey', 'earthquake\r'), +(6035, '1984-09-18 17:02:44', 34.006, 141.5, 47.6, 6.8, 'mw', 'usp00027ga', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(6036, '1984-09-19 00:21:50', -7.022, 72.757, 10, 6, 'ms', 'usp00027ge', 'Chagos Archipelago region', 'earthquake\r'), +(6037, '1984-09-19 01:20:56', 33.933, 141.333, 43.2, 5.7, 'mw', 'usp00027gh', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(6038, '1984-09-19 03:50:11', -32.201, -178.069, 33, 5.6, 'mw', 'usp00027gq', 'south of the Kermadec Islands', 'earthquake\r'), +(6039, '1984-09-19 04:32:55', -32.269, -178.033, 33, 5.8, 'mw', 'usp00027gr', 'south of the Kermadec Islands', 'earthquake\r'), +(6040, '1984-09-20 04:17:24', 60.322, -146.001, 18.2, 5.5, 'mw', 'usp00027hb', 'Southern Alaska', 'earthquake\r'), +(6041, '1984-09-20 06:42:53', -6.562, 132.022, 55.3, 5.5, 'mw', 'usp00027hf', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(6042, '1984-09-20 16:56:24', 34.01, 141.592, 29.9, 5.5, 'mw', 'usp00027hu', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(6043, '1984-09-20 19:19:23', 16.784, 147.166, 44.6, 5.7, 'mw', 'usp00027j0', 'Mariana Islands region', 'earthquake\r'), +(6044, '1984-09-20 21:53:55', 33.975, 141.554, 32.7, 5.7, 'mw', 'usp00027j1', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(6045, '1984-09-21 09:29:53', 34.003, 141.507, 40.2, 5.7, 'mw', 'usp00027ju', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(6046, '1984-09-22 05:32:16', -23.998, -175.964, 67.5, 5.5, 'mw', 'usp00027kk', 'Tonga region', 'earthquake\r'), +(6047, '1984-09-22 10:15:16', -32.243, -178.264, 33, 5.5, 'mw', 'usp00027ks', 'south of the Kermadec Islands', 'earthquake\r'), +(6048, '1984-09-22 11:43:16', -32.276, -178.289, 33, 5.7, 'mw', 'usp00027ku', 'south of the Kermadec Islands', 'earthquake\r'), +(6049, '1984-09-22 18:10:36', 13.822, 145.378, 98, 6.1, 'mw', 'usp00027m1', 'Guam region', 'earthquake\r'), +(6050, '1984-09-22 21:18:58', 18.424, 120.923, 46.2, 5.8, 'mw', 'usp00027m6', 'Luzon, Philippines', 'earthquake\r'), +(6051, '1984-09-22 21:44:17', -32.04, -178.405, 44.1, 6.1, 'mw', 'usp00027m7', 'south of the Kermadec Islands', 'earthquake\r'), +(6052, '1984-09-23 17:06:36', 53.577, -165.424, 33, 5.9, 'mw', 'usp00027my', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6053, '1984-09-25 04:29:09', -10.679, 166.507, 62.9, 5.5, 'mw', 'usp00027pe', 'Santa Cruz Islands', 'earthquake\r'), +(6054, '1984-09-25 04:39:23', 33.946, 141.422, 49.1, 5.7, 'ms', 'usp00027pf', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(6055, '1984-09-26 01:39:12', 12.021, 122.582, 29.1, 5.6, 'mw', 'usp00027q8', 'Sibuyan Sea, Philippines', 'earthquake\r'), +(6056, '1984-09-27 12:01:59', -59.281, -150.589, 10, 5.8, 'mw', 'iscgem545335', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(6057, '1984-09-28 00:03:35', -25.849, -175.911, 21.1, 6.6, 'mw', 'usp00027rt', 'south of Tonga', 'earthquake\r'), +(6058, '1984-09-28 10:40:24', -31.576, -110.841, 10, 6.1, 'mw', 'usp00027s7', 'Easter Island region', 'earthquake\r'), +(6059, '1984-09-30 20:48:46', -6.056, 148.54, 75, 6, 'mw', 'usp00027ts', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6060, '1984-10-02 01:37:08', -18.63, 167.983, 6, 5.9, 'mw', 'usp00027un', 'Vanuatu', 'earthquake\r'), +(6061, '1984-10-02 04:42:30', 26.096, 128.505, 30.5, 5.5, 'mw', 'usp00027uw', 'Ryukyu Islands, Japan', 'earthquake\r'), +(6062, '1984-10-02 13:22:41', -18.523, 167.978, 14.6, 5.5, 'mb', 'usp00027v9', 'Vanuatu', 'earthquake\r'), +(6063, '1984-10-04 16:31:53', -9.809, 118.787, 34.2, 6.3, 'mw', 'usp00027x6', 'Sumbawa region, Indonesia', 'earthquake\r'), +(6064, '1984-10-05 10:30:50', 11.69, -60.173, 58, 5.5, 'mw', 'usp00027xu', 'Tobago region, Trinidad and Tobago', 'earthquake\r'), +(6065, '1984-10-05 19:09:17', -6.327, 148.979, 56.8, 5.5, 'mw', 'usp00027y5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6066, '1984-10-06 02:52:21', -14.898, -175.262, 33, 5.8, 'mw', 'usp00027yc', 'Samoa Islands region', 'earthquake\r'), +(6067, '1984-10-08 05:15:27', -47.86, 31.95, 10, 5.7, 'mw', 'usp0002802', 'south of Africa', 'earthquake\r'), +(6068, '1984-10-09 23:02:29', 24.886, -109.01, 10, 5.6, 'mw', 'usp000281e', 'Gulf of California', 'earthquake\r'), +(6069, '1984-10-10 05:43:51', -4.642, -105.495, 10, 5.6, 'mw', 'usp000281m', 'central East Pacific Rise', 'earthquake\r'), +(6070, '1984-10-10 19:05:58', -20.147, -179.271, 675.6, 5.6, 'mw', 'usp000281w', 'Fiji region', 'earthquake\r'), +(6071, '1984-10-10 22:07:52', -5.483, 130.143, 25.9, 5.5, 'mw', 'usp0002825', 'Banda Sea', 'earthquake\r'), +(6072, '1984-10-11 08:21:33', -33.998, 179.723, 135.1, 5.7, 'mw', 'usp000282m', 'south of the Kermadec Islands', 'earthquake\r'), +(6073, '1984-10-12 18:21:47', -16.676, 177.113, 13, 6.3, 'mw', 'usp000283e', 'Fiji', 'earthquake\r'), +(6074, '1984-10-12 19:00:01', -16.724, 177.219, 11.7, 5.8, 'mw', 'usp000283g', 'Fiji', 'earthquake\r'), +(6075, '1984-10-13 02:03:48', -18.163, -175.606, 36.8, 6.1, 'mw', 'usp000283t', 'Tonga', 'earthquake\r'), +(6076, '1984-10-13 05:32:39', -15.771, 177.245, 10, 6.4, 'mw', 'usp000283y', 'Fiji', 'earthquake\r'), +(6077, '1984-10-13 17:18:14', 15.024, -94.304, 31.4, 6.1, 'mw', 'usp000284e', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(6078, '1984-10-13 19:52:19', -17.91, -174.925, 234, 5.5, 'mw', 'usp000284k', 'Tonga', 'earthquake\r'), +(6079, '1984-10-14 03:18:32', 46.152, 152.676, 33, 5.5, 'mw', 'usp000284x', 'Kuril Islands', 'earthquake\r'), +(6080, '1984-10-15 10:21:08', -15.86, -173.643, 128.4, 7.2, 'mw', 'usp000286c', 'Tonga', 'earthquake\r'), +(6081, '1984-10-19 14:37:51', -15.888, -173.95, 121.1, 6, 'mw', 'usp00028a7', 'Tonga', 'earthquake\r'), +(6082, '1984-10-19 17:45:03', 1.437, 125.713, 75.7, 5.8, 'mw', 'usp00028ac', 'Molucca Sea', 'earthquake\r'), +(6083, '1984-10-19 19:59:56', -30.489, -178.409, 33, 5.6, 'mw', 'usp00028af', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(6084, '1984-10-20 03:21:20', 48.29, 154.918, 33, 5.7, 'mw', 'usp00028ar', 'Kuril Islands', 'earthquake\r'), +(6085, '1984-10-20 04:50:41', -35.617, -179.697, 33, 5.8, 'ms', 'usp00028as', 'east of the North Island of New Zealand', 'earthquake\r'), +(6086, '1984-10-20 17:59:17', -24.072, -66.832, 192, 6.2, 'mw', 'usp00028b7', 'Jujuy, Argentina', 'earthquake\r'), +(6087, '1984-10-20 21:22:11', -20.693, -178.439, 575, 5.5, 'mw', 'usp00028ba', 'Fiji region', 'earthquake\r'), +(6088, '1984-10-21 03:51:47', -6.993, -12.559, 10, 5.5, 'mw', 'usp00028bj', 'Ascension Island region', 'earthquake\r'), +(6089, '1984-10-21 09:13:00', -56.864, -24.973, 33, 5.5, 'mw', 'usp00028bp', 'South Sandwich Islands region', 'earthquake\r'), +(6090, '1984-10-22 15:26:55', -31.572, -177.724, 33, 5.5, 'mw', 'usp00028d4', 'Kermadec Islands region', 'earthquake\r'), +(6091, '1984-10-25 06:29:58', 73.37, 54.955, 0, 5.9, 'mb', 'usp00028g1', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(6092, '1984-10-25 12:37:15', 51.675, -175.21, 55.6, 5.5, 'mw', 'usp00028gh', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6093, '1984-10-26 06:39:00', 0.901, 122.143, 60.3, 5.7, 'mw', 'usp00028ha', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(6094, '1984-10-26 08:49:25', 1.623, 126.291, 56.4, 6.3, 'mw', 'usp00028he', 'Molucca Sea', 'earthquake\r'), +(6095, '1984-10-26 20:22:22', 39.155, 71.328, 33, 6.1, 'mw', 'usp00028hw', 'Tajikistan', 'earthquake\r'), +(6096, '1984-10-27 01:50:11', 49.949, 78.834, 0, 6.2, 'mb', 'usp00028j4', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6097, '1984-10-27 09:55:42', -12.073, 65.55, 10, 5.6, 'mw', 'usp00028je', 'Mid-Indian Ridge', 'earthquake\r'), +(6098, '1984-10-29 23:18:05', 5.731, 125.543, 153.2, 6.6, 'mw', 'usp00028mq', 'Mindanao, Philippines', 'earthquake\r'), +(6099, '1984-10-30 01:05:50', -17.109, -174.076, 141, 6.6, 'mw', 'usp00028ms', 'Tonga', 'earthquake\r'), +(6100, '1984-10-30 17:20:32', -31.794, -177.516, 33, 5.8, 'mw', 'usp00028nd', 'Kermadec Islands region', 'earthquake\r'), +(6101, '1984-10-30 20:33:41', -31.539, -177.666, 33, 5.5, 'mw', 'usp00028ne', 'Kermadec Islands region', 'earthquake\r'), +(6102, '1984-11-01 04:48:50', 8.185, -38.794, 10, 7.1, 'mw', 'usp00028pr', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6103, '1984-11-01 09:27:39', -19.79, -175.845, 223.1, 5.7, 'mb', 'usp00028pw', 'Tonga', 'earthquake\r'), +(6104, '1984-11-01 18:43:44', 55.209, 163.692, 49, 6.3, 'mw', 'usp00028q3', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6105, '1984-11-02 04:50:08', 8.319, 126.035, 27.6, 5.5, 'mw', 'usp00028qm', 'Mindanao, Philippines', 'earthquake\r'), +(6106, '1984-11-02 06:33:29', 8.253, 126.056, 23.9, 5.7, 'mw', 'usp00028qq', 'Mindanao, Philippines', 'earthquake\r'), +(6107, '1984-11-02 20:44:59', -21.883, -138.994, 0, 5.7, 'mb', 'usp00028r7', 'Tuamotu Archipelago, French Polynesia region', 'explosion\r'), +(6108, '1984-11-04 13:14:20', 6.78, -73.043, 163.8, 5.5, 'mw', 'usp00028sx', 'northern Colombia', 'earthquake\r'), +(6109, '1984-11-05 04:17:33', -11.832, -13.866, 10, 5.9, 'mw', 'usp00028tb', 'Ascension Island region', 'earthquake\r'), +(6110, '1984-11-06 07:58:51', -18.876, 67.352, 10, 5.9, 'mw', 'usp00028u6', 'Mid-Indian Ridge', 'earthquake\r'), +(6111, '1984-11-06 09:44:21', -18.666, -175.421, 229.5, 5.6, 'mw', 'usp00028u7', 'Tonga', 'earthquake\r'), +(6112, '1984-11-08 05:30:17', -2.112, 150.587, 29.3, 5.7, 'mw', 'usp00028vw', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6113, '1984-11-08 06:32:56', -30.7, -71.46, 44.9, 5.6, 'mw', 'usp00028w0', 'Coquimbo, Chile', 'earthquake\r'), +(6114, '1984-11-08 13:02:00', 52.181, -170.999, 33, 5.9, 'mw', 'usp00028we', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6115, '1984-11-10 06:21:05', -7.321, 128.569, 154.8, 5.5, 'mb', 'usp00028y8', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(6116, '1984-11-11 04:33:57', -12.692, 166.745, 111.4, 5.7, 'mw', 'usp00028z3', 'Santa Cruz Islands', 'earthquake\r'), +(6117, '1984-11-11 23:07:25', 10.339, 125.191, 32.3, 5.6, 'mw', 'usp00028zk', 'Leyte, Philippines', 'earthquake\r'), +(6118, '1984-11-12 01:06:24', 10.398, 125.267, 33.6, 5.6, 'mw', 'usp00028zn', 'Leyte, Philippines', 'earthquake\r'), +(6119, '1984-11-12 10:51:47', -25.083, 179.705, 515.6, 5.6, 'mw', 'usp0002903', 'south of the Fiji Islands', 'earthquake\r'), +(6120, '1984-11-12 13:08:07', -20.036, -173.754, 91.7, 5.5, 'mw', 'usp0002907', 'Tonga', 'earthquake\r'), +(6121, '1984-11-14 05:50:14', 17.017, 120.851, 116.1, 5.5, 'mw', 'usp000291s', 'Luzon, Philippines', 'earthquake\r'), +(6122, '1984-11-15 02:46:20', -22.022, 170.95, 104.7, 7.1, 'mw', 'usp000292p', 'southeast of the Loyalty Islands', 'earthquake\r'), +(6123, '1984-11-15 05:52:31', -20.388, -177.421, 348.1, 6.3, 'mw', 'usp000292v', 'Fiji region', 'earthquake\r'), +(6124, '1984-11-16 03:54:13', -21.596, -179.295, 608.5, 5.5, 'mw', 'usp0002943', 'Fiji region', 'earthquake\r'), +(6125, '1984-11-16 06:55:02', -13.863, -76.047, 66.8, 5.5, 'mw', 'usp0002946', 'near the coast of central Peru', 'earthquake\r'), +(6126, '1984-11-17 00:27:54', -23.269, -67.962, 114, 5.5, 'mb', 'usp000294p', 'Antofagasta, Chile', 'earthquake\r'), +(6127, '1984-11-17 06:49:30', 0.197, 98.027, 33, 7.1, 'mw', 'usp000294z', 'Nias region, Indonesia', 'earthquake\r'), +(6128, '1984-11-17 10:21:00', 47.524, 154.492, 43.1, 5.7, 'mw', 'usp0002954', 'Kuril Islands', 'earthquake\r'), +(6129, '1984-11-17 12:12:59', -4.688, 153.183, 63.5, 5.7, 'mw', 'usp000295b', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6130, '1984-11-17 13:45:49', -18.785, -178.032, 451.4, 6.7, 'mw', 'usp000295c', 'Fiji region', 'earthquake\r'), +(6131, '1984-11-17 18:27:12', 28.299, 139.919, 450.2, 5.6, 'mw', 'usp000295g', 'Bonin Islands, Japan region', 'earthquake\r'), +(6132, '1984-11-17 18:59:15', 12.274, 140.802, 33, 5.6, 'mw', 'usp000295j', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(6133, '1984-11-17 22:43:40', -18.404, -175.701, 33, 6.2, 'mw', 'usp000295p', 'Tonga', 'earthquake\r'), +(6134, '1984-11-18 00:49:11', -18.778, -175.507, 229.5, 5.8, 'mw', 'usp000295t', 'Tonga', 'earthquake\r'), +(6135, '1984-11-19 04:10:42', 51.17, 179.096, 38.6, 5.9, 'mw', 'usp000296s', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6136, '1984-11-19 12:06:37', 51.777, -175.272, 58.2, 5.7, 'mw', 'usp000296y', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6137, '1984-11-20 08:15:16', 5.167, 125.124, 202.2, 7.5, 'mw', 'usp000297p', 'Mindanao, Philippines', 'earthquake\r'), +(6138, '1984-11-21 14:33:20', -14.505, 171.162, 23.4, 6.4, 'mw', 'usp000298z', 'Vanuatu region', 'earthquake\r'), +(6139, '1984-11-21 18:17:51', -14.508, 171.089, 23.7, 6.1, 'mw', 'usp0002994', 'Vanuatu region', 'earthquake\r'), +(6140, '1984-11-22 00:50:43', -30.958, -13.485, 10, 6, 'mw', 'usp000299d', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6141, '1984-11-22 14:37:38', -6.308, 154.837, 62.8, 5.8, 'mw', 'usp00029a8', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(6142, '1984-11-22 17:07:36', -17.779, -178.05, 645.8, 6.5, 'mw', 'usp00029ad', 'Fiji region', 'earthquake\r'), +(6143, '1984-11-23 04:45:53', -7.993, 102.255, 33, 6.4, 'mw', 'usp00029b1', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(6144, '1984-11-23 04:46:06', -14.312, 171.284, 33, 6.8, 'mw', 'usp00029b2', 'Vanuatu region', 'earthquake\r'), +(6145, '1984-11-23 07:12:32', -14.169, 171.328, 33, 6, 'mw', 'usp00029b6', 'Vanuatu region', 'earthquake\r'), +(6146, '1984-11-23 18:08:25', 37.4596667, -118.6071667, 8.096, 6.1, 'ml', 'nc32321', 'Central California', 'earthquake\r'), +(6147, '1984-11-23 18:40:14', -8.191, -76.13, 122.3, 5.6, 'mw', 'usp00029bs', 'central Peru', 'earthquake\r'), +(6148, '1984-11-23 19:12:35', 37.4321667, -118.6071667, 10.516, 5.5, 'ml', 'nc32650', 'Central California', 'earthquake\r'), +(6149, '1984-11-23 21:29:27', 11.987, 126.51, 29.8, 5.5, 'mw', 'usp00029ck', 'Philippine Islands region', 'earthquake\r'), +(6150, '1984-11-26 07:25:43', -6.279, 154.784, 67.7, 5.5, 'mw', 'usp00029g4', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(6151, '1984-11-26 16:21:41', 37.4473333, -118.6476667, 5.955, 5.6, 'ml', 'nc39753', 'Central California', 'earthquake\r'), +(6152, '1984-11-26 17:31:25', -31.443, -178.449, 50.3, 5.6, 'mb', 'usp00029gh', 'Kermadec Islands region', 'earthquake\r'), +(6153, '1984-11-27 23:34:01', 7.601, 124.388, 11.1, 5.9, 'mw', 'usp00029hz', 'Mindanao, Philippines', 'earthquake\r'), +(6154, '1984-11-28 08:42:11', 14.92, 144.314, 10, 5.7, 'mw', 'usp00029j9', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(6155, '1984-11-28 10:29:22', 26.697, 97.085, 17.7, 5.7, 'mw', 'usp00029jb', 'Myanmar', 'earthquake\r'), +(6156, '1984-11-29 12:40:15', -5.399, 152.437, 32.4, 5.5, 'mw', 'usp00029ks', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6157, '1984-12-02 03:19:06', 49.993, 79.072, 0, 5.8, 'mb', 'usp00029pz', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6158, '1984-12-02 06:09:44', 20.357, -115.765, 10, 6.4, 'mw', 'usp00029q7', 'east central Pacific Ocean', 'earthquake\r'), +(6159, '1984-12-02 21:09:26', -3.818, 152.037, 17.9, 6.2, 'mw', 'usp00029qy', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6160, '1984-12-03 04:08:35', 44.212, 148.138, 64.5, 6.4, 'mw', 'usp00029r8', 'Kuril Islands', 'earthquake\r'), +(6161, '1984-12-03 07:38:10', 37.971, 43.147, 35.6, 5.7, 'ms', 'usp00029re', 'Turkey-Iraq border region', 'earthquake\r'), +(6162, '1984-12-04 07:43:23', 22.609, 143.334, 121.5, 5.7, 'mw', 'usp00029sa', 'Volcano Islands, Japan region', 'earthquake\r'), +(6163, '1984-12-05 13:39:23', -1.272, -13.947, 10, 5.6, 'mw', 'usp00029te', 'north of Ascension Island', 'earthquake\r'), +(6164, '1984-12-06 17:28:59', -21.848, -138.913, 0, 5.6, 'mb', 'usp00029ub', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(6165, '1984-12-07 04:50:15', 0.364, 125.341, 34.5, 5.8, 'mw', 'usp00029uw', 'Molucca Sea', 'earthquake\r'), +(6166, '1984-12-07 10:19:11', -1.423, -15.055, 10, 6.1, 'mw', 'usp00029v0', 'north of Ascension Island', 'earthquake\r'), +(6167, '1984-12-08 12:24:41', -1.068, -23.454, 10, 5.9, 'mw', 'usp00029vv', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6168, '1984-12-08 21:10:56', -5.677, 149.367, 127.7, 5.6, 'mw', 'usp00029w7', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6169, '1984-12-10 10:22:05', -14.838, -75.226, 53.2, 5.7, 'mw', 'usp00029xd', 'near the coast of central Peru', 'earthquake\r'), +(6170, '1984-12-11 23:22:19', -22.407, -68.599, 91.5, 6.4, 'mw', 'usp00029ye', 'Antofagasta, Chile', 'earthquake\r'), +(6171, '1984-12-12 23:06:28', -7.879, 108.018, 76.7, 5.6, 'mw', 'usp00029z5', 'Java, Indonesia', 'earthquake\r'), +(6172, '1984-12-13 08:10:12', 16.18, -96.492, 44.3, 5.5, 'mw', 'usp00029zq', 'Oaxaca, Mexico', 'earthquake\r'), +(6173, '1984-12-16 03:55:03', 49.957, 78.862, 0, 6.1, 'mb', 'usp0002a3e', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6174, '1984-12-16 19:51:53', -4.665, 153.144, 49.8, 5.9, 'mw', 'usp0002a44', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6175, '1984-12-17 23:30:21', 44.424, 149.18, 29.4, 6.2, 'mw', 'usp0002a5j', 'Kuril Islands', 'earthquake\r'), +(6176, '1984-12-17 23:56:58', 44.24, 149.197, 33, 6, 'mw', 'usp0002a5m', 'Kuril Islands', 'earthquake\r'), +(6177, '1984-12-19 07:51:35', -17.044, 172.471, 33.6, 5.7, 'mw', 'usp0002a7n', 'Vanuatu region', 'earthquake\r'), +(6178, '1984-12-20 16:26:14', 11.403, -86.233, 62.9, 6, 'mw', 'usp0002a90', 'near the coast of Nicaragua', 'earthquake\r'), +(6179, '1984-12-21 14:37:16', -4.72, 153.148, 53.7, 5.6, 'mw', 'usp0002a9w', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6180, '1984-12-21 18:47:51', -6.105, 149.855, 43.6, 6.2, 'mw', 'usp0002aa1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6181, '1984-12-24 05:32:35', -5.99, 149.606, 70.5, 6.2, 'mw', 'usp0002acm', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6182, '1984-12-24 13:36:45', -9.514, -71.338, 544.8, 5.9, 'mw', 'usp0002acw', 'Peru-Brazil border region', 'earthquake\r'), +(6183, '1984-12-26 09:37:59', -58.7, -25.514, 33, 5.6, 'mw', 'usp0002ae8', 'South Sandwich Islands region', 'earthquake\r'), +(6184, '1984-12-28 03:50:11', 49.861, 78.752, 0, 6, 'mb', 'usp0002aft', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6185, '1984-12-28 10:37:54', 56.194, 163.46, 33, 6.7, 'mw', 'usp0002afy', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6186, '1984-12-28 13:58:15', -36.609, 177.803, 33, 5.5, 'mb', 'usp0002ag9', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6187, '1984-12-28 15:59:49', -23.542, 179.159, 552.6, 5.7, 'mw', 'usp0002agb', 'south of the Fiji Islands', 'earthquake\r'), +(6188, '1984-12-28 18:20:16', -36.638, 177.772, 26.8, 5.7, 'mw', 'usp0002age', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6189, '1984-12-29 01:07:01', 24.795, 122.04, 85.6, 5.6, 'mw', 'usp0002agk', 'Taiwan region', 'earthquake\r'), +(6190, '1984-12-30 15:06:45', -36.622, 177.893, 23.6, 5.5, 'mw', 'usp0002ajh', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6191, '1984-12-30 20:26:25', -36.68, 177.701, 42.9, 5.5, 'mw', 'usp0002ajn', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6192, '1984-12-30 20:59:56', -36.695, 177.493, 35.8, 5.8, 'mw', 'usp0002ajr', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6193, '1984-12-30 21:36:56', -36.663, 177.512, 39.3, 6.8, 'mw', 'usp0002ajv', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6194, '1984-12-30 23:33:38', 24.641, 92.891, 22.6, 6, 'mw', 'usp0002ajx', 'India-Bangladesh border region', 'earthquake\r'), +(6195, '1984-12-31 10:08:20', -19.55, -173.837, 33, 5.8, 'mw', 'usp0002akb', 'Tonga', 'earthquake\r'), +(6196, '1984-12-31 13:00:32', -22.986, -66.877, 174.3, 5.6, 'mw', 'usp0002akg', 'Jujuy, Argentina', 'earthquake\r'), +(6197, '1985-09-15 11:25:04', -19.216, -175.576, 247.3, 5.7, 'mw', 'usp0002jsz', 'Tonga', 'earthquake\r'), +(6198, '1984-12-31 21:42:11', -60.135, 153.192, 10, 6, 'mw', 'usp0002akt', 'west of Macquarie Island', 'earthquake\r'), +(6199, '1985-01-02 05:32:49', 55.428, -157.835, 33.3, 6, 'mw', 'usp0002an3', 'Alaska Peninsula', 'earthquake\r'), +(6200, '1985-01-02 22:29:25', -14.658, -175.353, 33, 5.7, 'mw', 'usp0002anu', 'Samoa Islands region', 'earthquake\r'), +(6201, '1985-01-03 23:58:34', -21.616, -174.11, 33, 5.6, 'mw', 'usp0002aq1', 'Tonga', 'earthquake\r'), +(6202, '1985-01-04 02:17:35', -26.057, -177.518, 132.7, 5.8, 'mw', 'usp0002aq6', 'south of the Fiji Islands', 'earthquake\r'), +(6203, '1985-01-05 07:39:09', -0.666, 67.29, 10, 5.6, 'mw', 'usp0002arc', 'Carlsberg Ridge', 'earthquake\r'), +(6204, '1985-01-05 11:11:31', 10.177, -80.027, 32.8, 6.2, 'mw', 'usp0002arg', 'north of Panama', 'earthquake\r'), +(6205, '1985-01-05 15:45:38', 34.16, 135.557, 74.1, 5.7, 'mw', 'usp0002arp', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(6206, '1985-01-06 18:32:05', -36.644, 177.584, 28, 5.6, 'mw', 'usp0002at7', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6207, '1985-01-07 16:13:05', 27.152, 91.986, 11.8, 5.6, 'mb', 'usp0002au5', 'Bhutan', 'earthquake\r'), +(6208, '1985-01-08 02:54:45', -31.137, -178.296, 91.5, 5.5, 'mb', 'usp0002aum', 'Kermadec Islands region', 'earthquake\r'), +(6209, '1985-01-08 07:41:47', -36.583, 177.685, 24.6, 5.7, 'mw', 'usp0002av1', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6210, '1985-01-09 01:32:39', -20.754, -179.085, 662.2, 5.5, 'mw', 'usp0002avv', 'Fiji region', 'earthquake\r'), +(6211, '1985-01-09 19:28:21', 60.289, -140.744, 14.7, 5.7, 'mb', 'usp0002awg', 'Southern Yukon Territory, Canada', 'earthquake\r'), +(6212, '1985-01-10 17:47:56', 10.797, -43.446, 10, 6.1, 'mw', 'usp0002axq', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(6213, '1985-01-11 06:25:48', -54.158, 143.967, 10, 5.8, 'mw', 'usp0002ay7', 'west of Macquarie Island', 'earthquake\r'), +(6214, '1985-01-11 14:31:00', -2.655, 68, 10, 5.6, 'mw', 'usp0002ayf', 'Carlsberg Ridge', 'earthquake\r'), +(6215, '1985-01-11 14:41:59', 0.196, 123.582, 189.1, 6.2, 'mw', 'usp0002ayg', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(6216, '1985-01-12 04:51:40', 16.592, 122.38, 44, 5.7, 'mw', 'usp0002ayz', 'Luzon, Philippines', 'earthquake\r'), +(6217, '1985-01-13 16:01:00', -36.676, 177.71, 33, 5.5, 'mb', 'usp0002b04', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6218, '1985-01-13 21:51:22', 24.107, 122.433, 43.1, 5.5, 'mw', 'usp0002b0f', 'Taiwan region', 'earthquake\r'), +(6219, '1985-01-14 22:40:06', -22.176, 170.078, 35.4, 5.5, 'mw', 'usp0002b1m', 'southeast of the Loyalty Islands', 'earthquake\r'), +(6220, '1985-01-15 22:36:34', -10.316, 165.039, 33, 5.9, 'mw', 'usp0002b2j', 'Santa Cruz Islands', 'earthquake\r'), +(6221, '1985-01-17 21:33:09', -3.782, 141.772, 33.5, 6.1, 'mw', 'usp0002b4q', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(6222, '1985-01-17 21:44:11', -3.684, 141.734, 27.6, 5.8, 'ms', 'usp0002b4s', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(6223, '1985-01-18 15:00:09', -29.374, -70.793, 83.2, 6.3, 'mw', 'usp0002b5g', 'Coquimbo, Chile', 'earthquake\r'), +(6224, '1985-01-21 00:55:23', -0.953, 128.507, 33, 6.9, 'mw', 'usp0002b7w', 'Halmahera, Indonesia', 'earthquake\r'), +(6225, '1985-01-23 18:02:36', -14.568, -175.296, 33, 5.6, 'mw', 'usp0002bac', 'Samoa Islands region', 'earthquake\r'), +(6226, '1985-01-23 20:36:18', -3.898, 151.597, 13.7, 5.6, 'mw', 'usp0002bae', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6227, '1985-01-24 12:29:32', -7.467, 130.125, 19.6, 5.6, 'mw', 'usp0002bb2', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(6228, '1985-01-25 01:42:59', -49.583, -116.286, 10, 5.6, 'ms', 'usp0002bbj', 'southern East Pacific Rise', 'earthquake\r'), +(6229, '1985-01-25 21:15:29', -23.123, -177.296, 202.7, 5.9, 'mw', 'usp0002bce', 'south of the Fiji Islands', 'earthquake\r'), +(6230, '1985-01-26 03:06:58', -33.053, -68.467, 5, 6.2, 'mw', 'usp0002bct', 'Mendoza, Argentina', 'earthquake\r'), +(6231, '1985-01-26 21:36:11', 32.545, 131.184, 121.4, 5.7, 'mw', 'usp0002bdy', 'Kyushu, Japan', 'earthquake\r'), +(6232, '1985-01-31 01:52:00', -6.494, 104.263, 33, 6.1, 'mw', 'usp0002bgt', 'Sunda Strait, Indonesia', 'earthquake\r'), +(6233, '1985-01-31 02:43:02', 2.743, 128.586, 224, 5.6, 'mw', 'usp0002bgv', 'Halmahera, Indonesia', 'earthquake\r'), +(6234, '1985-01-31 04:32:58', -46.083, 165.092, 10, 6.3, 'mw', 'usp0002bgy', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(6235, '1985-01-31 06:35:09', -62.114, 162.974, 10, 5.8, 'mw', 'usp0002bh0', 'Balleny Islands region', 'earthquake\r'), +(6236, '1985-02-01 00:47:16', -17.712, -174.371, 118, 5.8, 'mw', 'usp0002bhs', 'Tonga', 'earthquake\r'), +(6237, '1985-02-02 11:06:47', 43.838, 147.686, 42, 5.5, 'mw', 'usp0002bjn', 'Kuril Islands', 'earthquake\r'), +(6238, '1985-02-02 20:52:34', 28.399, 52.997, 36.8, 5.5, 'mw', 'usp0002bjw', 'southern Iran', 'earthquake\r'), +(6239, '1985-02-03 04:50:55', -20.547, -174.099, 56.5, 6, 'mw', 'usp0002bkb', 'Tonga', 'earthquake\r'), +(6240, '1985-02-10 03:27:08', 49.877, 78.816, 0, 5.9, 'mb', 'usp0002bs3', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6241, '1985-02-11 00:13:54', 16.644, -94.968, 90.8, 5.7, 'mw', 'usp0002bt5', 'Oaxaca, Mexico', 'earthquake\r'), +(6242, '1985-02-11 07:39:33', 4.544, -32.56, 10, 5.6, 'mb', 'usp0002btc', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6243, '1985-02-13 17:58:27', 51.186, -179.753, 44.2, 5.5, 'mw', 'usp0002bvj', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6244, '1985-02-14 08:30:57', -24.068, -67.881, 138.8, 5.6, 'mw', 'usp0002bw7', 'Antofagasta, Chile', 'earthquake\r'), +(6245, '1985-02-17 02:52:24', -3.509, 148.943, 33, 5.6, 'mw', 'usp0002bz3', 'Bismarck Sea', 'earthquake\r'), +(6246, '1985-02-17 03:00:00', -23.19, -175.108, 42, 5.5, 'ms', 'usp0002bz4', 'Tonga region', 'earthquake\r'), +(6247, '1985-02-17 21:36:52', -4.762, 134.038, 33, 5.5, 'mw', 'usp0002bzp', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(6248, '1985-02-18 19:41:03', 23.402, 123.187, 33, 5.6, 'mw', 'usp0002c0k', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(6249, '1985-02-19 08:39:15', -22.937, -176.687, 146.1, 5.5, 'mw', 'usp0002c0z', 'south of the Fiji Islands', 'earthquake\r'), +(6250, '1985-02-21 18:53:11', -33.205, -71.768, 55.9, 5.7, 'mw', 'usp0002c3g', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6251, '1985-02-21 21:52:57', -20.497, -70.34, 33, 5.6, 'mw', 'usp0002c3m', 'near the coast of Tarapaca, Chile', 'earthquake\r'), +(6252, '1985-02-22 09:33:38', -55.715, -26.657, 33, 5.6, 'mw', 'usp0002c4c', 'South Sandwich Islands region', 'earthquake\r'), +(6253, '1985-02-23 13:41:55', -10.254, 161.126, 84.8, 6.3, 'mw', 'usp0002c5y', 'Solomon Islands', 'earthquake\r'), +(6254, '1985-02-23 14:45:36', -6.966, 30.928, 10, 5.7, 'mb', 'usp0002c60', 'Lake Tanganyika region, Tanzania', 'earthquake\r'), +(6255, '1985-02-24 02:07:32', -32.141, -110.789, 10, 5.5, 'mw', 'usp0002c6a', 'southern East Pacific Rise', 'earthquake\r'), +(6256, '1985-02-24 02:26:58', -2.072, 119.785, 61.1, 6, 'mw', 'usp0002c6b', 'Sulawesi, Indonesia', 'earthquake\r'), +(6257, '1985-02-25 08:34:11', 0.1, 123.45, 164.9, 5.7, 'mw', 'usp0002c7e', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(6258, '1985-02-27 22:57:40', -1.316, -14.568, 10, 5.5, 'mw', 'usp0002c9d', 'north of Ascension Island', 'earthquake\r'), +(6259, '1985-02-28 11:10:17', -19.161, 168.744, 48.6, 5.8, 'mw', 'usp0002c9r', 'Vanuatu', 'earthquake\r'), +(6260, '1985-02-28 20:53:48', 27.462, 128.449, 60, 6.1, 'mw', 'usp0002ca1', 'Ryukyu Islands, Japan', 'earthquake\r'), +(6261, '1985-03-01 05:54:50', 29.15, 130.332, 43.6, 5.5, 'mw', 'usp0002cad', 'Ryukyu Islands, Japan', 'earthquake\r'), +(6262, '1985-03-01 12:52:07', -2.092, 119.595, 33, 5.6, 'mw', 'usp0002car', 'Sulawesi, Indonesia', 'earthquake\r'), +(6263, '1985-03-01 17:11:18', -2.082, 119.67, 17.1, 6.4, 'mw', 'usp0002cau', 'Sulawesi, Indonesia', 'earthquake\r'), +(6264, '1985-03-01 22:22:12', -2.2, 119.56, 33, 5.9, 'mw', 'usp0002cb4', 'Sulawesi, Indonesia', 'earthquake\r'), +(6265, '1985-03-02 15:47:33', -1.964, 119.727, 43.5, 6.7, 'mw', 'usp0002cbw', 'Sulawesi, Indonesia', 'earthquake\r'), +(6266, '1985-03-03 22:46:57', -33.107, -71.737, 33, 5.5, 'mb', 'usp0002ccy', 'Valparaiso, Chile', 'earthquake\r'), +(6267, '1985-03-03 22:47:07', -33.135, -71.871, 33, 8, 'mw', 'usp0002ccz', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6268, '1985-03-03 23:38:31', -32.738, -71.215, 33, 6.4, 'ms', 'usp0002cd0', 'Valparaiso, Chile', 'earthquake\r'), +(6269, '1985-03-04 00:11:45', -32.935, -71.477, 33, 5.9, 'mb', 'usp0002cd1', 'Valparaiso, Chile', 'earthquake\r'), +(6270, '1985-03-04 00:27:46', -33.141, -71.627, 29, 5.5, 'mb', 'usp0002cd2', 'Valparaiso, Chile', 'earthquake\r'), +(6271, '1985-03-04 00:32:22', -33.207, -71.663, 33, 7.4, 'mw', 'usp0002cd3', 'Valparaiso, Chile', 'earthquake\r'), +(6272, '1985-03-04 03:17:54', -34.115, -71.905, 33, 6.2, 'ms', 'usp0002cde', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(6273, '1985-03-04 03:32:49', -32.925, -71.793, 33, 6.6, 'ms', 'usp0002cdg', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6274, '1985-03-04 06:06:57', -33.825, -71.93, 33, 6.3, 'mw', 'usp0002cdj', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6275, '1985-03-04 06:10:29', -33.223, -71.918, 33, 5.6, 'mb', 'usp0002cdk', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6276, '1985-03-04 06:17:51', -33.142, -71.997, 33, 6.3, 'ms', 'usp0002cdm', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6277, '1985-03-04 13:49:30', -33.916, -72.283, 29.3, 5.7, 'mw', 'usp0002ce9', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(6278, '1985-03-04 15:01:07', -33.842, -71.249, 40.1, 6.3, 'mw', 'usp0002cec', 'Region Metropolitana, Chile', 'earthquake\r'), +(6279, '1985-03-04 17:09:58', -34.079, -72.331, 33, 5.7, 'ms', 'usp0002ceg', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(6280, '1985-03-04 19:03:07', -32.878, -71.818, 33, 6.2, 'mw', 'usp0002cek', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6281, '1985-03-05 00:48:53', -54.679, -136.576, 10, 5.6, 'ms', 'usp0002cez', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(6282, '1985-03-05 13:40:10', 1.192, 122.826, 33, 6.2, 'mw', 'usp0002cfr', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(6283, '1985-03-05 14:01:02', 45.665, 178.802, 33, 5.7, 'ms', 'usp0002cft', 'south of the Aleutian Islands', 'earthquake\r'), +(6284, '1985-03-06 04:35:03', -12.486, 166.522, 82.2, 5.7, 'mw', 'usp0002cgz', 'Santa Cruz Islands', 'earthquake\r'), +(6285, '1985-03-06 22:31:53', 55.241, 162.043, 47.4, 5.9, 'mw', 'usp0002chr', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6286, '1985-03-07 00:55:00', -32.878, -71.878, 55.8, 5.5, 'mw', 'usp0002cj0', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6287, '1985-03-07 11:19:42', 5.831, 126.355, 92.1, 5.9, 'mw', 'usp0002cjb', 'Mindanao, Philippines', 'earthquake\r'), +(6288, '1985-03-07 21:08:06', -13.912, -72.612, 71.5, 5.6, 'mw', 'usp0002cjv', 'central Peru', 'earthquake\r'), +(6289, '1985-03-08 00:24:42', -4.386, 106.879, 631.4, 5.5, 'mw', 'usp0002cjy', 'southern Sumatra, Indonesia', 'earthquake\r'), +(6290, '1985-03-09 14:08:04', 66.239, -150.029, 11.8, 6.2, 'mw', 'usp0002cmd', 'northern Alaska', 'earthquake\r'), +(6291, '1985-03-09 15:11:44', -33.702, -72.304, 33, 5.8, 'ms', 'usp0002cmg', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6292, '1985-03-09 16:07:06', 2.935, 127.367, 52.3, 5.7, 'mw', 'usp0002cmm', 'Molucca Sea', 'earthquake\r'), +(6293, '1985-03-10 05:01:45', -0.641, 123.288, 71.1, 5.5, 'mw', 'usp0002cp1', 'Sulawesi, Indonesia', 'earthquake\r'), +(6294, '1985-03-10 05:09:11', -21.09, -179.168, 640.9, 5.5, 'mb', 'usp0002cp2', 'Fiji region', 'earthquake\r'), +(6295, '1985-03-10 13:30:30', 66.136, -150.148, 10, 5.5, 'mw', 'usp0002cpr', 'northern Alaska', 'earthquake\r'), +(6296, '1985-03-10 19:33:13', 13.454, -89.032, 76.7, 5.8, 'mw', 'usp0002cq6', 'El Salvador', 'earthquake\r'), +(6297, '1985-03-11 05:11:07', 2.005, 128.861, 54, 5.6, 'mw', 'usp0002cqn', 'Halmahera, Indonesia', 'earthquake\r'), +(6298, '1985-03-11 12:26:10', 10.378, 125.587, 102.9, 5.6, 'mw', 'usp0002cr8', 'Leyte, Philippines', 'earthquake\r'), +(6299, '1985-03-12 08:23:17', -33.072, -72.187, 46.7, 5.8, 'mw', 'usp0002cs5', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6300, '1985-03-13 19:34:58', 43.51, -127.561, 10, 6.5, 'mw', 'usp0002cuh', 'off the coast of Oregon', 'earthquake\r'), +(6301, '1985-03-14 04:03:30', -55.977, -26.467, 33, 5.6, 'mb', 'usp0002cv3', 'South Sandwich Islands region', 'earthquake\r'), +(6302, '1985-03-14 06:26:59', -23.726, -179.924, 525.3, 5.5, 'mw', 'usp0002cv9', 'south of the Fiji Islands', 'earthquake\r'), +(6303, '1985-03-15 00:16:03', -20.682, -178.218, 544.9, 5.9, 'mw', 'usp0002cwc', 'Fiji region', 'earthquake\r'), +(6304, '1985-03-16 08:19:11', -55.2, -28.244, 33, 5.6, 'mw', 'usp0002cxs', 'South Sandwich Islands region', 'earthquake\r'), +(6305, '1985-03-16 14:54:01', 17.013, -62.448, 13.4, 6.5, 'mw', 'usp0002cy6', 'Saint Kitts and Nevis region, Leeward Islands', 'earthquake\r'), +(6306, '1985-03-16 14:57:16', 16.972, -62.512, 33, 5.6, 'mb', 'usp0002cy7', 'Saint Kitts and Nevis region, Leeward Islands', 'earthquake\r'), +(6307, '1985-03-17 10:41:38', -32.633, -71.551, 33, 6.7, 'mw', 'usp0002cz9', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6308, '1985-03-18 19:49:46', 7.758, 123.544, 33, 6.5, 'mw', 'usp0002d0r', 'Mindanao, Philippines', 'earthquake\r'), +(6309, '1985-03-18 20:49:48', 7.647, 123.61, 33, 5.5, 'mb', 'usp0002d0s', 'Mindanao, Philippines', 'earthquake\r'), +(6310, '1985-03-19 04:01:08', -33.198, -71.653, 42.2, 6.7, 'mw', 'usp0002d14', 'Valparaiso, Chile', 'earthquake\r'), +(6311, '1985-03-19 10:28:36', -18.628, -63.658, 33, 5.8, 'mw', 'usp0002d1e', 'Santa Cruz, Bolivia', 'earthquake\r'), +(6312, '1985-03-21 18:39:15', -3.276, 138.913, 33, 5.5, 'mb', 'usp0002d3j', 'Papua, Indonesia', 'earthquake\r'), +(6313, '1985-03-22 14:42:59', -6.584, 105.419, 69.7, 6.4, 'mw', 'usp0002d47', 'Sunda Strait, Indonesia', 'earthquake\r'), +(6314, '1985-03-23 13:45:23', -34.207, -72.02, 57, 5.7, 'mw', 'usp0002d52', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(6315, '1985-03-23 14:37:00', -33.249, -72.201, 52.6, 5.6, 'mw', 'usp0002d53', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6316, '1985-03-23 23:02:46', -8.391, 158.302, 156.1, 5.5, 'mw', 'usp0002d5f', 'Solomon Islands', 'earthquake\r'), +(6317, '1985-03-24 16:16:33', -34.332, -72.262, 26.2, 5.7, 'mw', 'usp0002d5w', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(6318, '1985-03-25 05:14:35', -34.254, -72.185, 45, 6.5, 'mw', 'usp0002d6c', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(6319, '1985-03-25 08:56:06', -11.389, 165.739, 33, 5.5, 'mw', 'usp0002d6h', 'Santa Cruz Islands', 'earthquake\r'), +(6320, '1985-03-25 11:07:19', -6.437, 128.767, 248.5, 6.2, 'mw', 'usp0002d6k', 'Banda Sea', 'earthquake\r'), +(6321, '1985-03-25 18:58:52', 1.166, 122.765, 36.4, 5.6, 'mw', 'usp0002d71', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(6322, '1985-03-26 19:28:35', -15.237, -71.727, 127.2, 5.6, 'mw', 'usp0002d7p', 'southern Peru', 'earthquake\r'), +(6323, '1985-03-27 12:48:12', 44.335, 146.666, 154.9, 6.1, 'mw', 'usp0002d87', 'Kuril Islands', 'earthquake\r'), +(6324, '1985-03-28 16:07:07', 40.31, 140.362, 166.3, 6.4, 'mw', 'usp0002d95', 'eastern Honshu, Japan', 'earthquake\r'), +(6325, '1985-03-30 15:39:29', -55.618, -127.582, 10, 5.7, 'mw', 'usp0002daq', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(6326, '1985-04-01 10:36:10', 8.452, -103.202, 10, 5.7, 'mw', 'usp0002dc5', 'northern East Pacific Rise', 'earthquake\r'), +(6327, '1985-04-03 08:18:07', 51.883, 158.726, 33, 5.6, 'mw', 'usp0002ddx', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6328, '1985-04-03 13:06:20', -32.584, -71.656, 33, 6.2, 'mw', 'usp0002de6', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6329, '1985-04-03 18:12:26', -33.272, -179.235, 33, 5.5, 'mw', 'usp0002de9', 'south of the Kermadec Islands', 'earthquake\r'), +(6330, '1985-04-03 20:21:36', 28.23, 139.525, 468.7, 6.5, 'mw', 'usp0002ded', 'Bonin Islands, Japan region', 'earthquake\r'), +(6331, '1985-04-05 03:41:35', -35.437, -16.085, 10, 5.6, 'mw', 'usp0002dg0', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6332, '1985-04-05 13:00:24', 1.799, 127.511, 144.5, 5.5, 'mw', 'usp0002dgk', 'Halmahera, Indonesia', 'earthquake\r'), +(6333, '1985-04-07 00:19:33', -56.39, -122.309, 10, 6.4, 'mw', 'usp0002dj8', 'southern East Pacific Rise', 'earthquake\r'), +(6334, '1985-04-08 16:17:13', -5.717, 154.062, 47.7, 5.9, 'mw', 'usp0002dks', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(6335, '1985-04-08 19:15:06', -4.124, 136.268, 13.8, 6, 'mw', 'usp0002dku', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(6336, '1985-04-09 01:56:59', -34.131, -71.618, 37.8, 7.2, 'mw', 'usp0002dm4', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(6337, '1985-04-09 05:15:36', 34.092, 140.719, 43.6, 6.2, 'mw', 'usp0002dme', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(6338, '1985-04-10 16:26:21', 29.962, 138.927, 420, 6.3, 'mw', 'usp0002dp4', 'Izu Islands, Japan region', 'earthquake\r'), +(6339, '1985-04-10 20:37:34', 49.988, 159.416, 27.6, 5.5, 'mw', 'usp0002dpd', 'east of the Kuril Islands', 'earthquake\r'), +(6340, '1985-04-11 11:55:15', -35.598, 179.001, 107.7, 5.9, 'mw', 'usp0002dpz', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6341, '1985-04-11 13:12:31', -53.237, 25.307, 10, 5.7, 'mw', 'usp0002dq5', 'south of Africa', 'earthquake\r'), +(6342, '1985-04-12 06:12:45', -11.343, 165.687, 33, 6, 'mw', 'usp0002dqx', 'Santa Cruz Islands', 'earthquake\r'), +(6343, '1985-04-13 01:06:00', -9.245, 114.185, 98.9, 5.9, 'mw', 'usp0002drm', 'south of Bali, Indonesia', 'earthquake\r'), +(6344, '1985-04-13 03:00:07', 1.622, 126.411, 50.7, 7, 'mw', 'usp0002drr', 'Molucca Sea', 'earthquake\r'), +(6345, '1985-04-14 06:58:08', 18.676, 145.578, 212.1, 5.8, 'mw', 'usp0002dst', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(6346, '1985-04-15 04:41:51', -33.491, -71.96, 33, 5.6, 'mw', 'usp0002dtw', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6347, '1985-04-18 00:06:33', 52.144, 159.63, 33, 5.8, 'mw', 'usp0002dwv', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6348, '1985-04-18 05:52:53', 25.926, 102.871, 5, 5.8, 'mw', 'usp0002dwy', 'Yunnan, China', 'earthquake\r'), +(6349, '1985-04-19 17:43:11', 11.848, -86.651, 71.8, 6.1, 'mw', 'usp0002dy0', 'near the coast of Nicaragua', 'earthquake\r'), +(6350, '1985-04-20 18:23:48', 9.004, -77.46, 37.7, 6.3, 'mw', 'usp0002dz1', 'near the north coast of Colombia', 'earthquake\r'), +(6351, '1985-04-21 13:21:28', 35.527, 87.283, 33, 5.6, 'mw', 'usp0002dzt', 'western Xizang', 'earthquake\r'), +(6352, '1985-04-21 13:53:01', -5.181, 130.443, 79.4, 6, 'mw', 'usp0002dzw', 'Banda Sea', 'earthquake\r'), +(6353, '1985-04-23 16:15:12', 15.344, 120.61, 188.4, 7, 'mw', 'usp0002e2z', 'Luzon, Philippines', 'earthquake\r'), +(6354, '1985-04-24 01:07:15', 16.498, 120.815, 33, 6.1, 'mw', 'usp0002e3e', 'Luzon, Philippines', 'earthquake\r'), +(6355, '1985-04-24 12:16:08', -5.823, 149.167, 121.7, 5.6, 'mw', 'usp0002e43', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6356, '1985-04-25 00:57:07', 49.924, 78.969, 0, 5.9, 'mb', 'usp0002e4n', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6357, '1985-04-25 09:06:38', -60.693, 154.332, 10, 6, 'mw', 'usp0002e4w', 'west of Macquarie Island', 'earthquake\r'), +(6358, '1985-04-25 15:30:24', 8.494, 93.653, 33, 5.6, 'mw', 'usp0002e5g', 'Nicobar Islands, India region', 'earthquake\r'), +(6359, '1985-04-25 23:27:08', -25.518, -177.614, 33, 5.6, 'mw', 'usp0002e5u', 'south of the Fiji Islands', 'earthquake\r'), +(6360, '1985-04-26 15:53:19', -17.735, 168.346, 108, 5.5, 'mb', 'usp0002e6h', 'Vanuatu', 'earthquake\r'), +(6361, '1985-04-27 00:33:13', -15.798, -173.503, 80.8, 5.6, 'mw', 'usp0002e6x', 'Tonga', 'earthquake\r'), +(6362, '1985-04-27 01:31:28', 38.599, 73.173, 104, 5.6, 'mw', 'usp0002e6y', 'Tajikistan', 'earthquake\r'), +(6363, '1985-04-27 10:11:43', -21.032, -176.82, 260.1, 5.9, 'mw', 'usp0002e7e', 'Fiji region', 'earthquake\r'), +(6364, '1985-04-28 02:53:42', -32.998, -71.766, 33, 5.6, 'mw', 'usp0002e81', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6365, '1985-04-28 08:30:29', -39.728, -75.664, 10, 6, 'mw', 'usp0002e8b', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(6366, '1985-04-28 22:56:51', -55.494, -26.149, 33, 5.9, 'mw', 'usp0002e8u', 'South Sandwich Islands region', 'earthquake\r'), +(6367, '1985-04-29 02:20:00', 41.479, 142.043, 71, 5.8, 'mw', 'usp0002e91', 'Hokkaido, Japan region', 'earthquake\r'), +(6368, '1985-04-29 10:17:10', 13.398, 145.54, 61.5, 5.6, 'mw', 'usp0002e9e', 'Guam region', 'earthquake\r'), +(6369, '1985-04-30 18:14:13', 39.266, 22.81, 26.9, 5.7, 'mw', 'usp0002eaw', 'Greece', 'earthquake\r'), +(6370, '1985-05-01 13:27:56', -9.196, -71.23, 599.9, 6.6, 'mw', 'usp0002ec4', 'Peru-Brazil border region', 'earthquake\r'), +(6371, '1985-05-02 08:55:16', 48.871, 156.329, 43.1, 6.4, 'mw', 'usp0002ecu', 'east of the Kuril Islands', 'earthquake\r'), +(6372, '1985-05-02 15:56:32', 1.565, 126.416, 46.3, 5.6, 'mw', 'usp0002ed2', 'Molucca Sea', 'earthquake\r'), +(6373, '1985-05-03 07:02:53', 11.853, -86.93, 87.7, 5.9, 'mw', 'usp0002edn', 'near the coast of Nicaragua', 'earthquake\r'), +(6374, '1985-05-06 03:04:23', 30.885, 70.269, 36.6, 5.9, 'mw', 'usp0002egc', 'Pakistan', 'earthquake\r'), +(6375, '1985-05-06 07:33:58', -36.407, -98.868, 10, 5.7, 'mw', 'usp0002egj', 'southeast of Easter Island', 'earthquake\r'), +(6376, '1985-05-06 17:10:03', -37.498, 179.452, 29.5, 6.2, 'mw', 'usp0002egt', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6377, '1985-05-08 08:12:52', -57.659, -25.135, 33, 5.5, 'mw', 'usp0002ej4', 'South Sandwich Islands region', 'earthquake\r'), +(6378, '1985-05-08 13:30:33', -62.844, 155.692, 10, 5.7, 'mw', 'usp0002ejb', 'Balleny Islands region', 'earthquake\r'), +(6379, '1985-05-08 17:10:41', 30.91, 70.31, 33, 5.5, 'mw', 'usp0002ejf', 'Pakistan', 'earthquake\r'), +(6380, '1985-05-08 20:27:59', -21.823, -139.048, 0, 5.7, 'mb', 'usp0002ejj', 'Tuamotu Archipelago, French Polynesia region', 'explosion\r'), +(6381, '1985-05-09 05:43:25', -1.337, 67.677, 10, 5.8, 'mw', 'usp0002ek7', 'Carlsberg Ridge', 'earthquake\r'), +(6382, '1985-05-09 18:22:48', 2.356, 126.777, 33, 5.6, 'mw', 'usp0002ekx', 'Molucca Sea', 'earthquake\r'), +(6383, '1985-05-09 19:05:22', 51.465, 177.913, 33, 6.3, 'mw', 'usp0002ekz', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6384, '1985-05-09 19:14:08', 51.302, 178.024, 33, 6, 'ms', 'usp0002em0', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6385, '1985-05-10 15:35:51', -5.599, 151.045, 26.7, 7.2, 'mw', 'usp0002en1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6386, '1985-05-10 18:14:58', -5.689, 150.802, 33, 5.8, 'ms', 'usp0002en9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6387, '1985-05-13 10:41:00', 32.975, 132.509, 43.9, 5.6, 'mw', 'usp0002es8', 'Shikoku, Japan', 'earthquake\r'), +(6388, '1985-05-14 13:24:58', -10.61, 41.423, 10, 6, 'mw', 'usp0002etu', 'Comoros region', 'earthquake\r'), +(6389, '1985-05-14 18:11:09', -10.562, 41.424, 10, 6.4, 'mw', 'usp0002eu6', 'Comoros region', 'earthquake\r'), +(6390, '1985-05-15 02:52:32', -51.792, 28.263, 10, 5.7, 'mw', 'usp0002euv', 'south of Africa', 'earthquake\r'), +(6391, '1985-05-15 20:12:46', -56.637, -25.33, 33, 6.5, 'mw', 'usp0002evn', 'South Sandwich Islands region', 'earthquake\r'), +(6392, '1985-05-16 00:22:04', -56.593, -25.308, 33, 5.5, 'mw', 'usp0002evv', 'South Sandwich Islands region', 'earthquake\r'), +(6393, '1985-05-16 14:20:25', -29.081, 77.735, 10, 6.3, 'mw', 'usp0002ew9', 'Mid-Indian Ridge', 'earthquake\r'), +(6394, '1985-05-18 05:09:24', -17.755, -178.126, 611, 5.5, 'mb', 'usp0002exy', 'Fiji region', 'earthquake\r'), +(6395, '1985-05-18 16:59:14', -19, -69.053, 109.8, 6, 'mw', 'usp0002eyg', 'Tarapaca, Chile', 'earthquake\r'), +(6396, '1985-05-19 07:07:46', -33.894, -72.287, 33, 5.6, 'mw', 'usp0002ez5', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(6397, '1985-05-19 08:07:48', 53.611, 160.526, 62.6, 5.9, 'mw', 'usp0002ez8', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6398, '1985-05-19 18:09:16', -30.253, -71.329, 39.1, 6.3, 'mw', 'usp0002ezu', 'Coquimbo, Chile', 'earthquake\r'), +(6399, '1985-05-20 15:11:41', 35.489, 87.173, 33, 5.8, 'mw', 'usp0002f0n', 'western Xizang', 'earthquake\r'), +(6400, '1985-05-24 22:04:43', 51.422, -178.43, 34.2, 6.2, 'mw', 'usp0002f5h', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6401, '1985-05-25 23:29:22', 54.055, 160.992, 45.9, 5.8, 'mw', 'usp0002f6p', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6402, '1985-05-29 15:15:16', -29.914, -178.582, 33, 5.8, 'mw', 'usp0002fab', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(6403, '1985-05-30 13:06:22', 49.133, 154.094, 150.4, 5.6, 'mw', 'usp0002fb8', 'Kuril Islands', 'earthquake\r'), +(6404, '1985-05-30 13:48:24', -56.75, -25.518, 33, 5.7, 'mw', 'usp0002fbc', 'South Sandwich Islands region', 'earthquake\r'), +(6405, '1985-05-30 18:47:24', 28.798, 140.344, 39.6, 5.5, 'mw', 'usp0002fbj', 'Bonin Islands, Japan region', 'earthquake\r'), +(6406, '1985-06-01 02:03:13', 12.167, 144.421, 23.1, 5.6, 'mw', 'usp0002fd7', 'Guam region', 'earthquake\r'), +(6407, '1985-06-01 14:47:13', -11.239, 162.409, 33, 5.8, 'mw', 'usp0002fds', 'Solomon Islands', 'earthquake\r'), +(6408, '1985-06-02 12:02:31', -6.485, 154.761, 370.2, 5.8, 'mw', 'usp0002feu', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(6409, '1985-06-02 16:26:58', -37.728, -73.653, 33, 5.9, 'mw', 'usp0002few', 'Bio-Bio, Chile', 'earthquake\r'), +(6410, '1985-06-02 17:03:15', 52.395, 160.508, 38.1, 5.5, 'mw', 'usp0002fez', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6411, '1985-06-03 02:45:32', 13.175, -90.138, 65.5, 6.3, 'mw', 'usp0002ffh', 'offshore El Salvador', 'earthquake\r'), +(6412, '1985-06-03 08:14:41', 52.452, 160.411, 37.1, 5.5, 'mw', 'usp0002ffr', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6413, '1985-06-03 12:06:21', -15.289, -173.516, 33, 6.7, 'mw', 'usp0002ffw', 'Tonga', 'earthquake\r'), +(6414, '1985-06-04 03:56:27', 4.873, 127.481, 94.2, 6.2, 'mw', 'usp0002fgt', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(6415, '1985-06-04 11:04:19', 13.438, -89.879, 42.3, 5.5, 'mw', 'usp0002fh3', 'offshore El Salvador', 'earthquake\r'), +(6416, '1985-06-04 12:06:04', -0.379, -19.541, 10, 5.7, 'mw', 'usp0002fh5', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6417, '1985-06-05 23:04:56', -4.646, 153.173, 68, 6.3, 'mw', 'usp0002fjt', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6418, '1985-06-06 02:40:13', 0.932, -28.432, 10, 6.6, 'mw', 'usp0002fjz', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6419, '1985-06-06 11:40:18', -3.775, 151.348, 10, 5.6, 'mw', 'usp0002fk9', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6420, '1985-06-06 15:35:15', -17.344, -175.325, 33, 5.5, 'mb', 'usp0002fke', 'Tonga', 'earthquake\r'), +(6421, '1985-06-07 09:36:12', 28.735, 140.342, 47.8, 5.5, 'mw', 'usp0002fmc', 'Bonin Islands, Japan region', 'earthquake\r'), +(6422, '1985-06-08 13:19:16', 6.184, 126.858, 87.8, 5.5, 'mw', 'usp0002fne', 'Mindanao, Philippines', 'earthquake\r'), +(6423, '1985-06-10 03:23:32', 3.029, -78.578, 17.7, 5.6, 'mw', 'usp0002fq7', 'south of Panama', 'earthquake\r'), +(6424, '1985-06-10 15:37:01', -27.958, -66.995, 151.4, 6.4, 'mw', 'usp0002fqu', 'Catamarca, Argentina', 'earthquake\r'), +(6425, '1985-06-11 11:12:29', -32.628, -71.86, 33, 5.5, 'mw', 'usp0002frf', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6426, '1985-06-12 11:03:05', 15.765, -93.966, 62.9, 5.5, 'mb', 'usp0002fs0', 'offshore Chiapas, Mexico', 'earthquake\r'), +(6427, '1985-06-12 17:22:52', 24.585, 122.078, 27.9, 5.9, 'mw', 'usp0002fs7', 'Taiwan region', 'earthquake\r'), +(6428, '1985-06-15 00:57:01', 49.889, 78.881, 0, 6, 'mb', 'usp0002fv4', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6429, '1985-06-16 11:43:15', -56.345, 146.998, 10, 5.5, 'mw', 'usp0002fwm', 'west of Macquarie Island', 'earthquake\r'), +(6430, '1985-06-17 19:12:39', 30.276, 132.681, 26.3, 5.6, 'mw', 'usp0002fxr', 'southeast of Shikoku, Japan', 'earthquake\r'), +(6431, '1985-06-21 04:31:13', -28.437, -175.953, 46.7, 6, 'mw', 'usp0002g11', 'Kermadec Islands region', 'earthquake\r'), +(6432, '1985-06-23 06:55:24', -24.032, -67.076, 180.6, 5.7, 'mw', 'usp0002g2p', 'Salta, Argentina', 'earthquake\r'), +(6433, '1985-06-23 13:01:37', -11.012, 163.584, 35.8, 6.5, 'mw', 'usp0002g32', 'Solomon Islands', 'earthquake\r'), +(6434, '1985-06-23 13:46:28', -10.945, 163.676, 39.4, 5.6, 'mb', 'usp0002g34', 'Solomon Islands', 'earthquake\r'), +(6435, '1985-06-23 13:57:45', -10.994, 163.738, 33, 6, 'ms', 'usp0002g35', 'Solomon Islands', 'earthquake\r'), +(6436, '1985-06-23 14:03:53', -10.964, 163.726, 33, 5.5, 'mb', 'usp0002g36', 'Solomon Islands', 'earthquake\r'), +(6437, '1985-06-23 19:49:54', -10.937, 163.76, 32.1, 6.4, 'mw', 'usp0002g3d', 'Solomon Islands', 'earthquake\r'), +(6438, '1985-06-26 17:10:01', 18.889, -64.577, 46.2, 5.9, 'mw', 'usp0002g66', 'Virgin Islands region', 'earthquake\r'), +(6439, '1985-06-26 20:28:24', 6.094, -82.304, 10, 5.5, 'mw', 'usp0002g6c', 'south of Panama', 'earthquake\r'), +(6440, '1985-06-28 07:32:20', -10.614, 41.238, 10, 5.6, 'mw', 'usp0002g7u', 'Comoros region', 'earthquake\r'), +(6441, '1985-06-28 18:54:16', -37.564, 179.442, 50.2, 5.6, 'mw', 'usp0002g8c', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(6442, '1985-06-29 03:39:34', 53.438, -169.52, 33, 5.6, 'mw', 'usp0002g8k', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6443, '1985-06-30 02:39:03', 49.861, 78.696, 0, 6, 'mb', 'usp0002g9b', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6444, '1985-07-01 02:23:52', 18.367, 87.188, 10, 5.5, 'mw', 'usp0002ga5', 'Bay of Bengal', 'earthquake\r'), +(6445, '1985-07-01 07:49:29', 8.272, 126.516, 77.9, 5.5, 'mw', 'usp0002gab', 'Mindanao, Philippines', 'earthquake\r'), +(6446, '1985-07-02 13:12:33', -33.797, 56.337, 10, 5.6, 'mw', 'usp0002gbg', 'Southwest Indian Ridge', 'earthquake\r'), +(6447, '1985-07-02 13:48:19', -33.749, 56.419, 10, 5.9, 'mw', 'usp0002gbh', 'Southwest Indian Ridge', 'earthquake\r'), +(6448, '1985-07-03 03:11:32', -54.82, 146.436, 10, 6.4, 'mw', 'usp0002gc2', 'west of Macquarie Island', 'earthquake\r'), +(6449, '1985-07-03 04:36:52', -4.439, 152.828, 33, 7.3, 'mw', 'usp0002gc3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6450, '1985-07-03 05:20:15', -4.364, 152.951, 33, 5.5, 'mb', 'usp0002gc4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6451, '1985-07-03 15:55:49', -17.243, 167.834, 28.6, 6.5, 'mw', 'usp0002gcy', 'Vanuatu', 'earthquake\r'), +(6452, '1985-07-03 23:50:13', -4.256, 152.577, 38.5, 5.6, 'mw', 'usp0002gdg', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6453, '1985-07-05 15:22:38', -33.441, -72.214, 33, 5.5, 'mw', 'usp0002gfb', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6454, '1985-07-06 03:37:18', -29.721, -177.771, 49.8, 6.3, 'mw', 'usp0002ggc', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(6455, '1985-07-06 08:33:07', -33.397, -72.151, 40.2, 5.5, 'mw', 'usp0002ggm', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6456, '1985-07-06 14:37:28', -9.725, 117.67, 85.6, 5.5, 'mw', 'usp0002gh1', 'Sumbawa region, Indonesia', 'earthquake\r'), +(6457, '1985-07-07 11:25:12', -32.951, -72.072, 31.4, 6, 'mw', 'usp0002gja', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6458, '1985-07-08 10:33:21', 19.563, -108.464, 10, 5.9, 'mw', 'usp0002gkk', 'Revilla Gigedo Islands region', 'earthquake\r'), +(6459, '1985-07-08 19:37:35', -59.732, 149.798, 10, 6.3, 'mw', 'usp0002gm3', 'west of Macquarie Island', 'earthquake\r'), +(6460, '1985-07-09 13:26:58', -8.503, 110.306, 58.9, 5.7, 'mw', 'usp0002gn1', 'Java, Indonesia', 'earthquake\r'), +(6461, '1985-07-10 05:06:33', -38.605, -91.623, 10, 6.1, 'mw', 'usp0002gnd', 'West Chile Rise', 'earthquake\r'), +(6462, '1985-07-11 20:31:13', -32.981, -72.114, 28.5, 5.5, 'mw', 'usp0002gpy', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6463, '1985-07-13 18:54:12', 25.854, -45.041, 10, 5.5, 'mw', 'usp0002grv', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(6464, '1985-07-13 19:09:17', 25.901, -45.103, 10, 5.6, 'mw', 'usp0002gry', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(6465, '1985-07-17 08:09:30', -4.251, 152.877, 40.5, 6, 'mw', 'usp0002gv2', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6466, '1985-07-17 13:53:00', -32.76, -71.718, 33, 5.5, 'mw', 'usp0002gv7', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6467, '1985-07-17 19:31:30', 51.62, -172.919, 33, 6.1, 'mw', 'usp0002gvc', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6468, '1985-07-18 00:25:26', -37.161, 78.244, 10, 6, 'mw', 'usp0002gvn', 'Mid-Indian Ridge', 'earthquake\r'), +(6469, '1985-07-19 14:34:01', -38.778, 176.973, 51.9, 6, 'mw', 'usp0002gx2', 'North Island of New Zealand', 'earthquake\r'), +(6470, '1985-07-20 00:53:15', 49.951, 78.829, 0, 5.9, 'mb', 'usp0002gxg', 'eastern Kazakhstan', 'nuclear explosion\r'), +(6471, '1985-07-21 13:10:35', 19.045, -67.973, 35.3, 5.7, 'mw', 'usp0002gz6', 'Mona Passage', 'earthquake\r'), +(6472, '1985-07-22 09:06:13', -6.312, 148.83, 49.9, 5.8, 'mw', 'usp0002h02', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6473, '1985-07-22 09:26:54', -6.291, 148.783, 49.3, 6.8, 'mw', 'usp0002h04', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6474, '1985-07-22 11:25:26', -6.398, 148.837, 42.4, 5.6, 'ms', 'usp0002h0a', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6475, '1985-07-26 12:18:06', -11.373, 166.338, 33, 5.7, 'mw', 'usp0002h3q', 'Santa Cruz Islands', 'earthquake\r'), +(6476, '1985-07-27 16:26:45', -27.014, -113.44, 10, 6, 'mw', 'usp0002h4k', 'Easter Island region', 'earthquake\r'), +(6477, '1985-07-28 22:59:55', -60.241, -26.883, 33, 6.4, 'mw', 'usp0002h5q', 'South Sandwich Islands region', 'earthquake\r'), +(6478, '1985-07-29 06:32:18', 56.157, 164.573, 35.6, 5.6, 'mw', 'usp0002h5w', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(6479, '1985-07-29 07:54:44', 36.19, 70.896, 98.7, 7.4, 'mw', 'usp0002h5z', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(6480, '1985-07-31 07:37:55', 52.404, 173.487, 45.7, 5.6, 'mw', 'usp0002h8p', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6481, '1985-08-01 12:13:46', 29.177, 95.176, 45.2, 5.7, 'mw', 'usp0002h9w', 'eastern Xizang-India border region', 'earthquake\r'), +(6482, '1985-08-01 23:15:15', -57.725, -25.32, 30.7, 5.5, 'mw', 'usp0002ha9', 'South Sandwich Islands region', 'earthquake\r'), +(6483, '1985-08-02 07:46:53', 36.174, 70.78, 120.1, 6.4, 'mw', 'usp0002hap', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(6484, '1985-08-04 02:36:24', 7.496, 123.5, 35.6, 6.4, 'mw', 'usp0002hbr', 'Mindanao, Philippines', 'earthquake\r'), +(6485, '1985-08-04 04:54:03', -44.885, -75.679, 27.6, 5.9, 'mw', 'usp0002hbt', 'off the coast of Aisen, Chile', 'earthquake\r'), +(6486, '1985-08-04 12:01:56', 36.143, -120.1563333, 15.89, 5.6, 'ml', 'nc52348', 'Central California', 'earthquake\r'), +(6487, '1985-08-05 13:00:39', 24.394, 121.886, 10, 5.5, 'ms', 'usp0002hdn', 'Taiwan', 'earthquake\r'), +(6488, '1985-08-06 00:14:36', -20.083, -178.318, 607.4, 5.6, 'mw', 'usp0002he6', 'Fiji region', 'earthquake\r'), +(6489, '1985-08-06 02:29:44', -41.192, -85.894, 10, 5.9, 'mw', 'usp0002he7', 'West Chile Rise', 'earthquake\r'), +(6490, '1985-08-07 15:43:23', 27.84, 53.04, 14.9, 5.6, 'mw', 'usp0002hft', 'southern Iran', 'earthquake\r'), +(6491, '1985-08-08 16:18:03', -6.102, 113.491, 592.2, 6.2, 'mw', 'usp0002hgq', 'Java, Indonesia', 'earthquake\r'), +(6492, '1985-08-08 16:29:58', -6.097, 113.441, 595.9, 5.6, 'mb', 'usp0002hgr', 'Java, Indonesia', 'earthquake\r'), +(6493, '1985-08-08 22:26:17', -61.556, 154.348, 10, 5.6, 'mw', 'usp0002hh2', 'Balleny Islands region', 'earthquake\r'), +(6494, '1985-08-08 22:26:17', -61.88, 151.94, 10, 5.6, 'mwc', 'gcmtb080885b', 'Balleny Islands region', 'earthquake\r'), +(6495, '1985-08-09 06:09:15', -15.315, -174.62, 208.2, 6.1, 'mw', 'usp0002hhe', 'Tonga', 'earthquake\r'), +(6496, '1985-08-09 19:59:44', 16.9, 120.186, 21.7, 6.1, 'mw', 'usp0002hj2', 'Luzon, Philippines', 'earthquake\r'), +(6497, '1985-08-10 04:12:46', -6.014, 105.393, 93.5, 5.6, 'mw', 'usp0002hjh', 'Sunda Strait, Indonesia', 'earthquake\r'), +(6498, '1985-08-10 16:36:08', -4.249, 152.877, 32, 5.7, 'mw', 'usp0002hk3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6499, '1985-08-11 00:19:02', 11.156, 140.217, 24, 6.1, 'mw', 'usp0002hke', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(6500, '1985-08-11 09:59:44', 54.139, 168.731, 50.4, 6.3, 'mw', 'usp0002hky', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(6501, '1985-08-12 00:04:51', -38.378, -73.495, 33, 6.2, 'mw', 'usp0002hmc', 'Araucania, Chile', 'earthquake\r'), +(6502, '1985-08-12 03:49:18', 37.771, 141.773, 51.6, 6.5, 'mw', 'usp0002hmv', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(6503, '1985-08-12 04:18:59', -6.997, 117.215, 599.2, 5.7, 'mb', 'usp0002hmw', 'Bali Sea', 'earthquake\r'), +(6504, '1985-08-13 00:25:22', -2.444, 125.921, 26.9, 5.6, 'mw', 'usp0002hp1', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(6505, '1985-08-13 07:31:32', -3.844, 128.545, 128, 5.6, 'mb', 'usp0002hpc', 'Seram, Indonesia', 'earthquake\r'), +(6506, '1985-08-14 04:10:41', -31.983, -178.731, 33, 5.5, 'mw', 'usp0002hqe', 'Kermadec Islands region', 'earthquake\r'), +(6507, '1985-08-14 05:24:30', -15.119, -75.565, 33, 5.5, 'mw', 'usp0002hqf', 'near the coast of central Peru', 'earthquake\r'), +(6508, '1985-08-15 22:11:56', -15.437, 67.244, 10, 5.6, 'mw', 'usp0002ht2', 'Mid-Indian Ridge', 'earthquake\r'), +(6509, '1985-08-16 10:46:52', 37.113, 59.31, 33, 5.6, 'mw', 'usp0002htv', 'Turkmenistan-Iran border region', 'earthquake\r'), +(6510, '1985-08-18 03:48:04', 2.807, 128.216, 65.7, 5.5, 'mw', 'usp0002hvj', 'Halmahera, Indonesia', 'earthquake\r'), +(6511, '1985-08-18 15:25:08', -55.71, -124.161, 10, 6, 'mw', 'usp0002hw6', 'southern East Pacific Rise', 'earthquake\r'), +(6512, '1985-08-19 07:53:48', -15.043, -75.594, 33, 5.7, 'mw', 'usp0002hwz', 'near the coast of central Peru', 'earthquake\r'), +(6513, '1985-08-21 10:43:23', -16.101, -179.047, 33, 5.9, 'mw', 'usp0002hz7', 'Fiji region', 'earthquake\r'), +(6514, '1985-08-21 11:26:29', -9.159, -78.887, 56.9, 6.4, 'mw', 'usp0002hz9', 'near the coast of northern Peru', 'earthquake\r'), +(6515, '1985-08-22 19:29:58', -22.364, -174.733, 33, 5.6, 'mw', 'usp0002j0z', 'Tonga region', 'earthquake\r'), +(6516, '1985-08-23 12:41:56', 39.431, 75.224, 6.8, 7, 'mw', 'usp0002j21', 'southern Xinjiang, China', 'earthquake\r'), +(6517, '1985-08-23 16:35:10', -24.08, -66.83, 194.8, 5.5, 'mb', 'usp0002j2k', 'Salta, Argentina', 'earthquake\r'), +(6518, '1985-08-24 06:53:15', -22.021, -177.799, 348.4, 5.6, 'mw', 'usp0002j36', 'south of the Fiji Islands', 'earthquake\r'), +(6519, '1985-08-24 20:27:14', 21.804, -108.486, 10, 5.6, 'mw', 'usp0002j3w', 'off the coast of Baja California Sur, Mexico', 'earthquake\r'), +(6520, '1985-08-26 14:08:23', -6.895, 148.933, 33, 5.9, 'mw', 'usp0002j5q', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6521, '1985-08-27 07:39:14', -17.53, -173.3, 36.3, 5.7, 'mw', 'usp0002j6b', 'Tonga', 'earthquake\r'), +(6522, '1985-08-27 10:44:35', -21.465, -67.498, 196.6, 5.6, 'mw', 'usp0002j6e', 'Potosi, Bolivia', 'earthquake\r'), +(6523, '1985-08-28 20:50:48', -21.011, -178.981, 624.6, 6.6, 'mw', 'usp0002j7t', 'Fiji region', 'earthquake\r'), +(6524, '1985-08-29 06:13:11', -57.243, -25.333, 49.8, 5.7, 'mw', 'usp0002j82', 'South Sandwich Islands region', 'earthquake\r'), +(6525, '1985-09-01 08:28:22', -38.91, -92.051, 10, 5.5, 'mw', 'usp0002jb4', 'West Chile Rise', 'earthquake\r'), +(6526, '1985-09-03 23:32:48', 1.409, 128.153, 113.9, 5.7, 'mw', 'usp0002jde', 'Halmahera, Indonesia', 'earthquake\r'), +(6527, '1985-09-05 08:37:45', -56.838, -24.583, 33, 5.6, 'mw', 'usp0002jes', 'South Sandwich Islands region', 'earthquake\r'), +(6528, '1985-09-05 18:30:23', 25.405, 97.696, 33, 5.5, 'mw', 'usp0002jfa', 'Myanmar-China border region', 'earthquake\r'), +(6529, '1985-09-07 00:22:02', -3.079, 130.348, 26.3, 5.8, 'mw', 'usp0002jg3', 'Seram, Indonesia', 'earthquake\r'), +(6530, '1985-09-07 04:40:30', -3.136, 130.279, 24.3, 5.7, 'mw', 'usp0002jg8', 'Seram, Indonesia', 'earthquake\r'), +(6531, '1985-09-07 10:20:50', 37.445, 21.235, 31, 5.5, 'mw', 'usp0002jgj', 'southern Greece', 'earthquake\r'), +(6532, '1985-09-09 09:33:12', -6.464, 149.865, 13.5, 5.6, 'mw', 'usp0002jjm', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6533, '1985-09-10 04:07:47', -6.394, 149.733, 10, 6.5, 'mw', 'usp0002jkc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6534, '1985-09-10 06:39:02', 27.208, 139.848, 501, 6.4, 'mw', 'usp0002jkn', 'Bonin Islands, Japan region', 'earthquake\r'), +(6535, '1985-09-10 11:52:58', -6.416, 149.96, 41.4, 5.5, 'mb', 'usp0002jkz', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6536, '1985-09-11 17:47:36', -15.388, -173.535, 68.3, 5.8, 'mw', 'usp0002jnu', 'Tonga', 'earthquake\r'), +(6537, '1985-09-11 18:23:02', -54.324, -132.002, 10, 5.9, 'mw', 'usp0002jnv', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(6538, '1985-09-11 19:20:31', -54.388, -132.403, 10, 6, 'mw', 'usp0002jnx', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(6539, '1985-09-11 20:45:50', 39.356, 75.407, 15.3, 6.2, 'mw', 'usp0002jp1', 'southern Xinjiang, China', 'earthquake\r'), +(6540, '1985-09-15 01:28:17', 59.102, -136.423, 1.9, 5.9, 'ms', 'usp0002jsb', 'Southeastern Alaska', 'earthquake\r'), +(6541, '1985-09-15 01:29:23', -4.09, 136.243, 10, 6.3, 'mw', 'usp0002jsc', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(6542, '1985-09-15 02:08:52', -4.037, 136.16, 10, 5.5, 'mb', 'usp0002jse', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(6543, '1985-09-15 02:42:55', -4.13, 136.049, 10, 6.3, 'mw', 'usp0002jsf', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(6544, '1985-09-15 07:57:54', 17.974, -97.158, 64.8, 6, 'mw', 'usp0002jsu', 'Oaxaca, Mexico', 'earthquake\r'), +(6545, '1985-09-15 17:31:01', -16.771, -173.88, 81.1, 5.9, 'mw', 'usp0002jt5', 'Tonga', 'earthquake\r'), +(6546, '1985-09-17 03:48:54', 2.084, 128.546, 239.9, 5.7, 'mw', 'usp0002jua', 'Halmahera, Indonesia', 'earthquake\r'), +(6547, '1985-09-19 00:21:57', -49.426, -8.049, 10, 5.5, 'mw', 'usp0002jvz', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6548, '1985-09-19 13:17:47', 18.19, -102.533, 27.9, 8, 'mw', 'usp0002jwe', 'Michoacan, Mexico', 'earthquake\r'), +(6549, '1985-09-20 15:01:24', 24.593, 122.28, 18.4, 5.5, 'mw', 'usp0002jy9', 'Taiwan region', 'earthquake\r'), +(6550, '1985-09-21 01:37:13', 17.802, -101.647, 30.8, 7.6, 'mw', 'usp0002jyp', 'Guerrero, Mexico', 'earthquake\r'), +(6551, '1985-09-21 10:54:44', -46.678, -13.423, 10, 5.5, 'ms', 'usp0002jz4', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6552, '1985-09-21 14:39:36', -3.71, -102.481, 10, 5.6, 'mw', 'usp0002jza', 'central East Pacific Rise', 'earthquake\r'), +(6553, '1985-09-22 18:23:12', 12.51, -44.316, 10, 5.8, 'mw', 'usp0002k0g', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(6554, '1985-09-24 20:28:52', -6.405, 130.037, 146.6, 5.9, 'mw', 'usp0002k31', 'Banda Sea', 'earthquake\r'), +(6555, '1985-09-25 07:43:57', 18.208, -102.74, 29.9, 5.7, 'mw', 'usp0002k3m', 'Michoacan, Mexico', 'earthquake\r'), +(6556, '1985-09-25 12:09:57', 9.283, -84.033, 37.8, 5.5, 'mw', 'usp0002k3r', 'Costa Rica', 'earthquake\r'), +(6557, '1985-09-26 07:27:51', -34.693, -178.656, 51.6, 6.9, 'mw', 'usp0002k4s', 'south of the Kermadec Islands', 'earthquake\r'), +(6558, '1985-09-26 08:33:27', -33.623, -71.598, 47, 5.7, 'ms', 'usp0002k4w', 'Valparaiso, Chile', 'earthquake\r'), +(6559, '1985-09-27 03:39:09', -9.829, 159.854, 31.9, 6.7, 'mw', 'usp0002k69', 'Solomon Islands', 'earthquake\r'), +(6560, '1985-09-27 10:10:19', -22.171, -174.606, 33, 6.1, 'mw', 'usp0002k6m', 'Tonga region', 'earthquake\r'), +(6561, '1985-09-27 16:39:49', 34.506, 26.599, 61.4, 5.6, 'mw', 'usp0002k6x', 'Crete, Greece', 'earthquake\r'), +(6562, '1985-09-29 05:28:19', -23.288, 179.241, 541.2, 5.6, 'mw', 'usp0002k8y', 'south of the Fiji Islands', 'earthquake\r'), +(6563, '1985-10-01 15:54:51', 52.296, -168.856, 33, 5.7, 'mw', 'usp0002kc1', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6564, '1985-10-02 09:45:27', -16.958, -177.149, 33, 5.5, 'mw', 'usp0002kcq', 'Fiji region', 'earthquake\r'), +(6565, '1985-10-02 10:49:37', -14.96, -178.721, 413.7, 5.7, 'mw', 'usp0002kct', 'Fiji region', 'earthquake\r'), +(6566, '1985-10-02 20:40:03', -19.499, 169.843, 37.6, 5.5, 'mw', 'usp0002kd8', 'Vanuatu', 'earthquake\r'), +(6567, '1985-10-04 08:41:38', 27.558, 139.964, 478.1, 6.1, 'mw', 'usp0002key', 'Bonin Islands, Japan region', 'earthquake\r'), +(6568, '1985-10-04 12:25:52', 35.816, 140.093, 84.5, 5.9, 'mw', 'usp0002kf6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(6569, '1985-10-04 15:17:07', -18.304, 48.433, 10, 5.6, 'mw', 'usp0002kfd', 'Madagascar', 'earthquake\r'), +(6570, '1985-10-05 15:24:02', 62.237, -124.266, 10, 6.7, 'mw', 'usp0002kgp', 'Northwest Territories, Canada', 'earthquake\r'), +(6571, '1985-10-06 12:00:49', -18.961, 169.432, 272.5, 6.2, 'mw', 'usp0002khr', 'Vanuatu', 'earthquake\r'), +(6572, '1985-10-08 09:47:25', -22.825, -66.311, 242.1, 5.8, 'mw', 'usp0002kkm', 'Jujuy, Argentina', 'earthquake\r'), +(6573, '1985-10-09 01:15:05', -6.791, 107.082, 153.8, 6.5, 'mw', 'usp0002km5', 'Java, Indonesia', 'earthquake\r'), +(6574, '1985-10-09 09:33:32', 54.765, -159.613, 30.2, 6.6, 'mw', 'usp0002kmh', 'south of Alaska', 'earthquake\r'), +(6575, '1985-10-12 02:12:58', -21.656, -176.382, 155, 6.3, 'mw', 'usp0002kq9', 'Fiji region', 'earthquake\r'), +(6576, '1985-10-12 20:29:21', 13.154, -89.72, 41.8, 5.8, 'mw', 'usp0002kr6', 'offshore El Salvador', 'earthquake\r'), +(6577, '1985-10-12 22:20:38', 0.917, -29.921, 10, 6.4, 'mw', 'usp0002kre', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6578, '1985-10-13 15:59:51', 40.301, 69.823, 16, 5.8, 'mw', 'usp0002ks3', 'Tajikistan', 'earthquake\r'), +(6579, '1985-10-18 01:44:29', 56.757, -34.119, 10, 5.5, 'mw', 'usp0002kwk', 'Reykjanes Ridge', 'earthquake\r'), +(6580, '1985-10-18 04:19:06', 46.323, 146.272, 271.3, 5.8, 'mw', 'usp0002kwp', 'northwest of the Kuril Islands', 'earthquake\r'), +(6581, '1985-10-20 21:36:40', -29.012, -178.773, 256, 5.9, 'mw', 'usp0002kzq', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(6582, '1985-10-21 02:36:10', -13.598, 166.002, 32.9, 5.5, 'mw', 'usp0002kzr', 'Vanuatu', 'earthquake\r'), +(6583, '1985-10-22 19:14:02', -20.158, -179.163, 700, 5.5, 'mb', 'usp0002m15', 'Fiji region', 'earthquake\r'), +(6584, '1985-10-23 00:49:11', -11.109, 125.159, 13.8, 5.7, 'mw', 'usp0002m1d', 'Timor Sea', 'earthquake\r'), +(6585, '1985-10-24 01:48:56', -31.386, -68.605, 109.7, 5.6, 'mw', 'usp0002m2u', 'San Juan, Argentina', 'earthquake\r'), +(6586, '1985-10-25 02:09:04', 52.072, -171.35, 33, 6, 'mw', 'usp0002m3v', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6587, '1985-10-25 18:12:20', -7.077, 124.284, 595.5, 6, 'mw', 'usp0002m4c', 'Banda Sea', 'earthquake\r'), +(6588, '1985-10-27 19:34:57', 36.46, 6.761, 10, 5.8, 'mw', 'usp0002m6e', 'northern Algeria', 'earthquake\r'), +(6589, '1985-10-28 06:37:18', -3.747, 151.613, 10, 5.7, 'mw', 'usp0002m71', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(6590, '1985-10-28 12:52:31', -15.4, -175.99, 33, 5.9, 'mw', 'usp0002m7d', 'Tonga', 'earthquake\r'), +(6591, '1985-10-29 13:13:45', 36.681, 54.75, 52.9, 6.3, 'mw', 'usp0002m8u', 'northern Iran', 'earthquake\r'), +(6592, '1985-10-29 14:10:39', -9.569, 150.989, 10, 6.4, 'mw', 'usp0002m8x', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(6593, '1985-10-29 15:02:28', 18.158, -102.548, 38.8, 5.9, 'mw', 'usp0002m91', 'Michoacan, Mexico', 'earthquake\r'), +(6594, '1985-10-30 19:05:38', 51.801, 175.533, 33, 5.8, 'mw', 'usp0002mad', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6595, '1985-10-31 19:33:07', 53.249, -166.936, 30, 6.2, 'mw', 'usp0002mbh', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6596, '1985-10-31 21:49:20', -28.692, -63.171, 596, 6.5, 'mw', 'usp0002mbn', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(6597, '1985-11-01 22:02:26', 18.226, 146.427, 78, 5.7, 'mw', 'usp0002mcm', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(6598, '1985-11-02 19:49:24', -18.052, 175.869, 10, 6.2, 'mw', 'usp0002mdn', 'Fiji region', 'earthquake\r'), +(6599, '1985-11-02 21:12:55', -18.156, 175.883, 10, 5.5, 'ms', 'usp0002mdr', 'Fiji region', 'earthquake\r'), +(6600, '1985-11-04 21:23:09', 13.667, 120.194, 77.4, 5.7, 'mw', 'usp0002mfd', 'Mindoro, Philippines', 'earthquake\r'), +(6601, '1985-11-06 08:15:40', -58.716, -26.223, 132, 6.2, 'mw', 'usp0002mgm', 'South Sandwich Islands region', 'earthquake\r'), +(6602, '1985-11-07 19:12:31', -35.257, -179.347, 44, 6.5, 'mw', 'usp0002mhs', 'east of the North Island of New Zealand', 'earthquake\r'), +(6603, '1985-11-07 23:34:34', 7.698, 137.026, 33.5, 6.1, 'mw', 'usp0002mhx', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(6604, '1985-11-08 18:40:25', 27.957, 140.607, 41.5, 6.2, 'mw', 'usp0002mjr', 'Bonin Islands, Japan region', 'earthquake\r'), +(6605, '1985-11-08 20:02:05', 27.8, 140.624, 41.2, 5.7, 'mw', 'usp0002mju', 'Bonin Islands, Japan region', 'earthquake\r'), +(6606, '1985-11-09 12:56:12', -9.818, 123.739, 26.2, 5.8, 'mw', 'usp0002mkg', 'Timor region, Indonesia', 'earthquake\r'), +(6607, '1985-11-10 12:39:51', 4.203, -32.477, 10, 5.9, 'mw', 'usp0002mmu', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6608, '1985-11-10 19:40:34', -29.01, -13.165, 10, 5.6, 'mw', 'usp0002mn1', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6609, '1985-11-12 03:34:18', -36.499, -98.158, 10, 6.3, 'mw', 'usp0002mph', 'southeast of Easter Island', 'earthquake\r'), +(6610, '1985-11-14 02:11:46', -28.912, -13.109, 10, 5.5, 'mw', 'usp0002mrx', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6611, '1985-11-14 22:17:45', 54.756, -159.787, 33, 6.1, 'mw', 'usp0002msj', 'south of Alaska', 'earthquake\r'), +(6612, '1985-11-16 04:12:19', -38.577, 78.368, 10, 6.5, 'mw', 'usp0002mu8', 'Mid-Indian Ridge', 'earthquake\r'), +(6613, '1985-11-17 09:40:21', -1.639, 134.911, 10, 7.1, 'mw', 'usp0002mvw', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(6614, '1985-11-17 14:20:54', -1.668, 134.424, 10, 6, 'mw', 'usp0002mw5', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(6615, '1985-11-17 20:50:52', -25.065, -112.171, 10, 5.6, 'mw', 'usp0002mwm', 'Easter Island region', 'earthquake\r'), +(6616, '1985-11-18 18:18:35', -32.298, -13.364, 10, 5.6, 'mw', 'usp0002mxg', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6617, '1985-11-21 21:57:15', 41.703, 19.388, 24.6, 5.5, 'mw', 'usp0002n1h', 'Albania', 'earthquake\r'), +(6618, '1985-11-22 08:45:25', -5.933, 149.429, 50.2, 6.2, 'mw', 'usp0002n29', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6619, '1985-11-26 01:19:05', -55.102, 146.345, 10, 5.5, 'mw', 'usp0002n7t', 'west of Macquarie Island', 'earthquake\r'), +(6620, '1985-11-26 06:18:59', -21.983, -175.043, 43.6, 5.5, 'mw', 'usp0002n7x', 'Tonga', 'earthquake\r'), +(6621, '1985-11-26 10:05:04', 24.139, 125.177, 20.6, 5.7, 'mw', 'usp0002n85', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(6622, '1985-11-26 17:41:58', -21.867, -138.929, 0, 5.8, 'mb', 'usp0002n8e', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(6623, '1985-11-27 04:18:04', -21.088, -178.988, 607.9, 5.6, 'mw', 'usp0002n92', 'Fiji region', 'earthquake\r'), +(6624, '1985-11-27 15:08:58', 13.882, -90.939, 74.4, 5.6, 'mw', 'usp0002n9p', 'offshore Guatemala', 'earthquake\r'), +(6625, '1985-11-28 00:14:00', 11.758, -61.389, 72.3, 5.5, 'mw', 'usp0002na6', 'Grenada region, Windward Islands', 'earthquake\r'), +(6626, '1985-11-28 02:25:42', -14.043, 166.24, 33, 7, 'mw', 'usp0002na9', 'Vanuatu', 'earthquake\r'), +(6627, '1985-11-28 02:41:07', -13.814, 166.39, 33, 5.5, 'mb', 'usp0002naa', 'Vanuatu', 'earthquake\r'), +(6628, '1985-11-28 02:54:36', -14.095, 166.354, 33, 5.6, 'mb', 'usp0002nac', 'Vanuatu', 'earthquake\r'), +(6629, '1985-11-28 03:49:54', -13.987, 166.185, 33, 7, 'mw', 'usp0002nae', 'Vanuatu', 'earthquake\r'), +(6630, '1985-11-28 06:37:47', -13.905, 166.291, 33, 5.9, 'mw', 'usp0002nam', 'Vanuatu', 'earthquake\r'), +(6631, '1985-11-28 14:54:42', -4.257, 152.887, 39.9, 5.6, 'mw', 'usp0002nb1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6632, '1985-11-29 01:09:48', -13.905, 166.163, 33, 5.5, 'mw', 'usp0002nbt', 'Vanuatu', 'earthquake\r'), +(6633, '1985-11-29 04:02:12', -22.766, -63.663, 532.4, 5.5, 'mw', 'usp0002nby', 'Salta, Argentina', 'earthquake\r'), +(6634, '1985-11-30 03:04:19', -16.366, -174.197, 165.3, 6, 'mw', 'usp0002nd0', 'Tonga', 'earthquake\r'), +(6635, '1985-12-02 07:14:37', 41.158, 139.806, 21.9, 5.5, 'mw', 'usp0002nft', 'Hokkaido, Japan region', 'earthquake\r'), +(6636, '1985-12-03 00:12:14', 26.939, 140.494, 427.6, 5.8, 'mw', 'usp0002nge', 'Bonin Islands, Japan region', 'earthquake\r'), +(6637, '1985-12-06 22:26:26', -1.636, 134.91, 24.5, 6, 'mw', 'usp0002nmd', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(6638, '1985-12-10 04:24:52', -30.75, -178.538, 33, 5.5, 'mb', 'usp0002nr0', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(6639, '1985-12-14 02:51:46', -25.007, -64.756, 12.5, 5.6, 'mb', 'usp0002nud', 'Salta, Argentina', 'earthquake\r'), +(6640, '1985-12-14 06:46:12', 3.683, 126.6, 22, 6.3, 'mw', 'usp0002nut', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(6641, '1985-12-14 18:13:32', 14.712, 57.999, 10, 5.8, 'mw', 'usp0002nvh', 'Owen Fracture Zone region', 'earthquake\r'), +(6642, '1985-12-16 02:44:36', 11.725, -85.838, 22.1, 6.3, 'mw', 'usp0002nx8', 'Nicaragua', 'earthquake\r'), +(6643, '1985-12-16 08:03:10', -14.153, 166.194, 33, 5.6, 'mb', 'usp0002nxp', 'Vanuatu', 'earthquake\r'), +(6644, '1985-12-16 08:04:07', -14.073, 166.251, 37.2, 6.6, 'mw', 'usp0002nxq', 'Vanuatu', 'earthquake\r'), +(6645, '1985-12-16 08:07:16', 3.717, 126.758, 60.8, 5.7, 'ms', 'usp0002nxr', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(6646, '1985-12-16 16:56:45', -47.676, 136.547, 10, 5.7, 'mw', 'usp0002nyc', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(6647, '1985-12-17 00:13:20', -36.003, 53.512, 10, 5.8, 'mw', 'usp0002nz9', 'South Indian Ocean', 'earthquake\r'), +(6648, '1985-12-17 00:49:45', -36.024, 53.46, 10, 5.7, 'mw', 'usp0002nzc', 'South Indian Ocean', 'earthquake\r'), +(6649, '1985-12-19 04:23:02', -15.18, -173.622, 33, 5.5, 'mw', 'usp0002p2k', 'Tonga', 'earthquake\r'), +(6650, '1985-12-20 03:49:09', -3.652, 140.311, 43.8, 5.8, 'mw', 'usp0002p3u', 'Papua, Indonesia', 'earthquake\r'), +(6651, '1985-12-21 01:13:22', -13.966, 166.516, 43, 7.1, 'mw', 'usp0002p4n', 'Vanuatu', 'earthquake\r'), +(6652, '1985-12-21 02:46:33', -14.092, 166.654, 33, 6.5, 'mw', 'usp0002p4u', 'Vanuatu', 'earthquake\r'), +(6653, '1985-12-21 10:01:59', -14.187, 166.452, 33, 6.3, 'mw', 'usp0002p5a', 'Vanuatu', 'earthquake\r'), +(6654, '1985-12-22 17:13:27', -15.572, -178.448, 17.8, 6, 'mw', 'usp0002p8f', 'Fiji region', 'earthquake\r'), +(6655, '1985-12-22 18:26:59', -15.602, -178.4, 10, 6, 'mw', 'usp0002p8m', 'Fiji region', 'earthquake\r'), +(6656, '1985-12-23 05:16:03', 62.222, -124.239, 6, 6.9, 'mw', 'usp0002p9m', 'Northwest Territories, Canada', 'earthquake\r'), +(6657, '1985-12-23 18:15:09', -13.979, 166.32, 42.1, 5.5, 'mw', 'usp0002pak', 'Vanuatu', 'earthquake\r'), +(6658, '1985-12-24 04:09:41', -35.09, 54.272, 10, 6.2, 'mw', 'usp0002pbe', 'South Indian Ocean', 'earthquake\r'), +(6659, '1985-12-24 04:13:21', 7.063, -34.824, 10, 5.9, 'mw', 'usp0002pbf', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6660, '1985-12-24 04:37:30', -14.322, 166.344, 33, 5.8, 'mw', 'usp0002pbg', 'Vanuatu', 'earthquake\r'), +(6661, '1985-12-25 02:35:51', -14.071, 170.011, 33, 5.8, 'mw', 'usp0002pcu', 'Vanuatu region', 'earthquake\r'), +(6662, '1985-12-25 03:01:24', -22.744, -175.947, 71.9, 5.7, 'mw', 'usp0002pcw', 'Tonga region', 'earthquake\r'), +(6663, '1985-12-25 15:42:43', 62.068, -124.085, 10, 5.7, 'mb', 'usp0002pdk', 'Northwest Territories, Canada', 'earthquake\r'), +(6664, '1985-12-25 15:43:56', -23.982, -66.711, 187.1, 5.5, 'mb', 'usp0002pdm', 'Jujuy, Argentina', 'earthquake\r'), +(6665, '1985-12-25 22:15:10', -21.667, -178.533, 455, 6.1, 'mw', 'usp0002pdy', 'Fiji region', 'earthquake\r'), +(6666, '1985-12-27 05:38:53', -5.763, 104.191, 24.5, 6.5, 'mw', 'usp0002pfd', 'southern Sumatra, Indonesia', 'earthquake\r'), +(6667, '1985-12-28 15:41:04', -13.192, 166.507, 36, 6.3, 'mw', 'usp0002phb', 'Vanuatu', 'earthquake\r'), +(6668, '1985-12-28 23:10:53', -5.801, 104.288, 33, 6.2, 'mw', 'usp0002phr', 'southern Sumatra, Indonesia', 'earthquake\r'), +(6669, '1985-12-30 11:13:15', -5.546, 150.686, 113, 6.1, 'mw', 'usp0002pkg', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6670, '1985-12-30 12:41:03', 61.541, -150.34, 62.1, 5.5, 'mb', 'usp0002pkh', 'Southern Alaska', 'earthquake\r'), +(6671, '1985-12-31 14:04:44', -16.954, -173.546, 16.4, 5.8, 'mw', 'usp0002pmt', 'Tonga', 'earthquake\r'), +(6672, '1986-01-01 22:01:14', 19.282, -108.386, 10, 5.6, 'mw', 'usp0002ppd', 'Revilla Gigedo Islands region', 'earthquake\r'), +(6673, '1986-01-02 21:33:42', -34.31, 112.097, 10, 5.5, 'ms', 'usp0002pq4', 'west of Australia', 'earthquake\r'), +(6674, '1986-01-03 09:43:29', -0.972, 126.868, 39.1, 6.1, 'mw', 'usp0002pqg', 'Molucca Sea', 'earthquake\r'), +(6675, '1986-01-04 23:31:08', 19.36, -108.524, 10, 5.6, 'mw', 'usp0002pry', 'Revilla Gigedo Islands region', 'earthquake\r'), +(6676, '1986-01-05 08:08:08', -53.163, 9.638, 10, 5.9, 'mw', 'usp0002psk', 'southwest of Africa', 'earthquake\r'), +(6677, '1986-01-07 10:38:55', -21.183, -178.627, 520.1, 5.7, 'mw', 'usp0002pup', 'Fiji region', 'earthquake\r'), +(6678, '1986-01-07 16:37:48', -13.361, -111.326, 10, 5.6, 'mw', 'usp0002puz', 'central East Pacific Rise', 'earthquake\r'), +(6679, '1986-01-10 22:16:23', -52.989, 9.517, 10, 5.7, 'mw', 'usp0002py5', 'southwest of Africa', 'earthquake\r'), +(6680, '1986-01-11 05:13:40', -13.737, 166.416, 33, 5.5, 'mb', 'usp0002pyf', 'Vanuatu', 'earthquake\r'), +(6681, '1986-01-11 12:31:14', -13.81, 166.434, 33, 5.6, 'mw', 'usp0002pz0', 'Vanuatu', 'earthquake\r'), +(6682, '1986-01-12 20:14:53', 34.151, 69.544, 24.6, 5.7, 'mw', 'usp0002q06', 'central Afghanistan', 'earthquake\r'), +(6683, '1986-01-14 03:03:37', 36.341, 71.024, 245.1, 5.5, 'mw', 'usp0002q1g', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(6684, '1986-01-14 10:34:01', -7.144, 155.182, 33, 5.6, 'mb', 'usp0002q1v', 'Solomon Islands', 'earthquake\r'), +(6685, '1986-01-15 20:17:31', -21.369, 170.327, 146.3, 6, 'mb', 'usp0002q30', 'southeast of the Loyalty Islands', 'earthquake\r'), +(6686, '1986-01-15 20:17:43', -21.277, 170.102, 150, 7.1, 'mw', 'usp0002q31', 'southeast of the Loyalty Islands', 'earthquake\r'), +(6687, '1986-01-16 05:08:32', 5.936, 126.074, 83.3, 5.8, 'mw', 'usp0002q3j', 'Mindanao, Philippines', 'earthquake\r'), +(6688, '1986-01-16 08:34:44', 29.802, 138.662, 435.8, 5.5, 'mw', 'usp0002q3r', 'Izu Islands, Japan region', 'earthquake\r'), +(6689, '1986-01-16 13:04:31', 24.771, 122.013, 12.6, 6, 'mw', 'usp0002q43', 'Taiwan region', 'earthquake\r'), +(6690, '1986-01-16 14:00:08', -4.167, -104.475, 10, 5.7, 'mw', 'usp0002q44', 'central East Pacific Rise', 'earthquake\r'), +(6691, '1986-01-16 15:45:07', 13.685, 120.822, 223.2, 5.7, 'mw', 'usp0002q4b', 'Mindoro, Philippines', 'earthquake\r'), +(6692, '1986-01-17 04:15:00', -10.729, -78.434, 51.9, 5.5, 'mb', 'usp0002q50', 'near the coast of central Peru', 'earthquake\r'), +(6693, '1986-01-18 01:59:02', 51.553, -173.109, 33, 5.6, 'mw', 'usp0002q6b', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6694, '1986-01-22 12:26:45', -10.199, 161.006, 94.6, 6.3, 'mw', 'usp0002qaw', 'Solomon Islands', 'earthquake\r'), +(6695, '1986-01-22 14:57:12', 0.52, 124.32, 58, 5.6, 'mwc', 'gcmtb012286b', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(6696, '1986-01-22 14:57:13', -0.467, 124.366, 58.5, 5.7, 'mw', 'usp0002qb1', 'Molucca Sea', 'earthquake\r'), +(6697, '1986-01-25 04:49:42', -18.244, -177.691, 634.3, 5.5, 'mw', 'usp0002qdh', 'Fiji region', 'earthquake\r'), +(6698, '1986-01-26 19:20:51', 36.8043333, -121.285, 8.153, 5.5, 'ml', 'nc64626', 'Central California', 'earthquake\r'), +(6699, '1986-01-27 07:35:24', -10.4, 161.135, 82.2, 6, 'mw', 'usp0002qft', 'Solomon Islands', 'earthquake\r'), +(6700, '1986-01-27 10:21:59', -23.676, -177.267, 178.6, 5.5, 'mw', 'usp0002qg0', 'south of the Fiji Islands', 'earthquake\r'), +(6701, '1986-01-28 12:32:17', 8.8, 94.165, 27, 6, 'mw', 'usp0002qh9', 'Nicobar Islands, India region', 'earthquake\r'), +(6702, '1986-01-29 13:34:10', 6.855, -76.783, 10, 5.7, 'mw', 'usp0002qj5', 'northern Colombia', 'earthquake\r'), +(6703, '1986-01-31 19:58:51', -12.841, 166.452, 33, 5.6, 'mb', 'usp0002qm2', 'Santa Cruz Islands', 'earthquake\r'), +(6704, '1986-02-02 01:44:05', -13.626, 166.693, 31, 5.9, 'mw', 'usp0002qna', 'Vanuatu', 'earthquake\r'), +(6705, '1986-02-03 20:47:35', 27.791, 139.552, 508, 6.5, 'mw', 'usp0002qpu', 'Bonin Islands, Japan region', 'earthquake\r'), +(6706, '1986-02-07 23:46:32', -13.322, 166.234, 33, 5.6, 'mw', 'usp0002qtu', 'Vanuatu', 'earthquake\r'), +(6707, '1986-02-10 09:51:13', -21.585, 170.404, 100.7, 5.5, 'mw', 'usp0002qw0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(6708, '1986-02-10 18:33:47', 39.537, 143.274, 36, 5.9, 'mw', 'usp0002qwf', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(6709, '1986-02-12 02:59:30', 36.384, 141.128, 30, 6.2, 'mw', 'usp0002qxj', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(6710, '1986-02-12 09:01:10', -6.569, 147.29, 38.5, 5.9, 'mw', 'usp0002qxr', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(6711, '1986-02-12 11:27:45', -6.536, 147.433, 33.7, 5.7, 'mw', 'usp0002qxt', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(6712, '1986-02-12 23:41:39', 17.019, -62.329, 21.9, 5.6, 'mw', 'usp0002qy9', 'Saint Kitts and Nevis region, Leeward Islands', 'earthquake\r'), +(6713, '1986-02-13 00:24:45', -13.384, 166.699, 19, 5.8, 'mw', 'usp0002qyd', 'Vanuatu', 'earthquake\r'), +(6714, '1986-02-13 19:08:21', -14.227, 167.315, 206.1, 5.7, 'mw', 'usp0002qz3', 'Vanuatu', 'earthquake\r'), +(6715, '1986-02-14 18:01:18', -20.959, -178.945, 610.1, 5.5, 'mw', 'usp0002r03', 'Fiji region', 'earthquake\r'), +(6716, '1986-02-15 21:37:49', 14.774, -91.414, 136.1, 5.9, 'mw', 'usp0002r19', 'Guatemala', 'earthquake\r'), +(6717, '1986-02-19 11:40:28', 18.945, 121.304, 77.4, 6, 'mw', 'usp0002r49', 'Luzon, Philippines', 'earthquake\r'), +(6718, '1986-02-20 09:16:03', -21.122, -70.116, 33, 5.8, 'mw', 'usp0002r51', 'Tarapaca, Chile', 'earthquake\r'), +(6719, '1986-02-20 12:16:42', -22.06, -179.56, 601.5, 5.8, 'mw', 'usp0002r55', 'south of the Fiji Islands', 'earthquake\r'), +(6720, '1986-02-23 18:28:52', -14.449, 166.722, 33, 5.5, 'mw', 'usp0002r8a', 'Vanuatu', 'earthquake\r'), +(6721, '1986-02-24 00:19:42', -16.882, 174.318, 10.7, 5.9, 'mw', 'usp0002r8m', 'Fiji region', 'earthquake\r'), +(6722, '1986-02-24 19:41:46', -8.934, 156.795, 10, 6.2, 'mw', 'usp0002r9s', 'Solomon Islands', 'earthquake\r'), +(6723, '1986-02-25 21:50:04', -57.093, -141.964, 10, 5.5, 'mw', 'usp0002rae', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(6724, '1986-02-27 06:23:14', 24.022, 122.249, 44.5, 5.8, 'mw', 'usp0002rbt', 'Taiwan region', 'earthquake\r'), +(6725, '1986-02-28 01:03:38', -56.704, -26.278, 33, 5.5, 'mb', 'usp0002rcc', 'South Sandwich Islands region', 'earthquake\r'), +(6726, '1986-03-01 08:47:42', -62.687, 155.111, 10, 5.8, 'mw', 'usp0002rdu', 'Balleny Islands region', 'earthquake\r'), +(6727, '1986-03-01 16:41:41', -6.3, 130.949, 79.5, 5.6, 'mw', 'usp0002re0', 'Banda Sea', 'earthquake\r'), +(6728, '1986-03-02 03:14:42', 51.678, 156.936, 117.5, 5.7, 'mw', 'usp0002ree', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(6729, '1986-03-02 05:40:12', 50.789, 179.176, 33, 5.7, 'mw', 'usp0002req', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6730, '1986-03-02 07:09:27', 38.471, 142.296, 39.3, 5.8, 'mw', 'usp0002rer', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(6731, '1986-03-05 15:47:07', -18.813, 169.605, 286.6, 6.1, 'mw', 'usp0002rjh', 'Vanuatu', 'earthquake\r'), +(6732, '1986-03-06 00:05:38', 40.368, 51.555, 33, 6.5, 'mw', 'usp0002rjw', 'Caspian Sea, offshore Turkmenistan', 'earthquake\r'), +(6733, '1986-03-06 04:08:19', 56.286, -153.524, 33, 5.5, 'mw', 'usp0002rk6', 'Kodiak Island region, Alaska', 'earthquake\r'), +(6734, '1986-03-06 12:31:24', -7, 155.781, 71.8, 5.9, 'mw', 'usp0002rkd', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(6735, '1986-03-06 12:34:56', -21.161, 169.966, 124.8, 5.8, 'mb', 'usp0002rke', 'southeast of the Loyalty Islands', 'earthquake\r'), +(6736, '1986-03-07 02:46:52', -4.99, 151.71, 115.9, 6.4, 'mw', 'usp0002rm4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6737, '1986-03-09 13:49:28', 54.256, -167.864, 33, 5.7, 'mw', 'usp0002rpn', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6738, '1986-03-11 23:07:38', 36.482, 70.66, 206.4, 5.5, 'mw', 'usp0002rs6', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(6739, '1986-03-13 05:36:29', -7.059, 155.616, 65.6, 6.1, 'mw', 'usp0002rtg', 'Solomon Islands', 'earthquake\r'), +(6740, '1986-03-14 08:42:15', 43.995, 147.627, 82, 5.5, 'mw', 'usp0002ruk', 'Kuril Islands', 'earthquake\r'), +(6741, '1986-03-14 10:30:50', -46.975, -12.953, 10, 6, 'mw', 'usp0002rus', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6742, '1986-03-14 16:55:53', -30.07, -176.559, 42.1, 6.2, 'mw', 'usp0002rv1', 'Kermadec Islands region', 'earthquake\r'), +(6743, '1986-03-15 11:29:44', -18.909, -67.391, 243.1, 6.3, 'mw', 'usp0002rvw', 'Oruro, Bolivia', 'earthquake\r'), +(6744, '1986-03-15 18:32:11', -55.931, -27.429, 89.5, 5.7, 'mw', 'usp0002rw5', 'South Sandwich Islands region', 'earthquake\r'), +(6745, '1986-03-17 09:18:25', 27.421, 139.866, 476.4, 5.7, 'mw', 'usp0002rxm', 'Bonin Islands, Japan region', 'earthquake\r'), +(6746, '1986-03-19 21:28:02', 12.413, 141.762, 43.2, 5.5, 'mw', 'usp0002rzr', 'Mariana Islands region', 'earthquake\r'), +(6747, '1986-03-21 21:35:36', -7.455, 120.646, 613.9, 5.5, 'mw', 'usp0002s1f', 'Flores Sea', 'earthquake\r'), +(6748, '1986-03-21 23:56:19', 54.284, -121.854, 18, 5.5, 'mw', 'usp0002s1g', 'British Columbia, Canada', 'earthquake\r'), +(6749, '1986-03-22 04:45:33', 23.422, 121.565, 44.5, 5.9, 'mw', 'usp0002s1s', 'Taiwan', 'earthquake\r'), +(6750, '1986-03-22 10:31:07', 24.753, 122.921, 33, 5.6, 'mw', 'usp0002s2h', 'Taiwan region', 'earthquake\r'), +(6751, '1986-03-22 11:19:36', 24.681, 122.778, 33, 5.6, 'mw', 'usp0002s2r', 'Taiwan region', 'earthquake\r'), +(6752, '1986-03-22 12:06:34', 24.669, 122.814, 33, 5.8, 'mw', 'usp0002s2w', 'Taiwan region', 'earthquake\r'), +(6753, '1986-03-22 16:56:52', -4.377, -104.701, 10, 6.1, 'mw', 'usp0002s3q', 'central East Pacific Rise', 'earthquake\r'), +(6754, '1986-03-24 02:01:29', 28.541, 130.009, 26.2, 6.3, 'mw', 'usp0002s6g', 'Ryukyu Islands, Japan', 'earthquake\r'), +(6755, '1986-03-24 19:31:39', -2.488, 138.696, 29, 6.7, 'mw', 'usp0002s7q', 'Papua, Indonesia', 'earthquake\r'), +(6756, '1986-03-25 01:41:35', 38.354, 25.145, 4.4, 5.5, 'mw', 'usp0002s87', 'Aegean Sea', 'earthquake\r'), +(6757, '1986-03-25 17:10:58', -6.249, 104.159, 46.7, 5.8, 'mw', 'usp0002s9f', 'Sunda Strait, Indonesia', 'earthquake\r'), +(6758, '1986-03-26 07:04:52', -34.022, -72.005, 48.7, 5.5, 'mw', 'usp0002sa0', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(6759, '1986-11-22 17:08:38', -15.268, 167.354, 158.4, 5.8, 'mb', 'usp000309y', 'Vanuatu', 'earthquake\r'), +(6760, '1986-03-26 21:49:57', -56.366, -26.571, 111, 5.7, 'mw', 'usp0002sam', 'South Sandwich Islands region', 'earthquake\r'), +(6761, '1986-03-26 22:06:58', -7.125, -71.638, 608.5, 6.3, 'mw', 'usp0002san', 'Amazonas, Brazil', 'earthquake\r'), +(6762, '1986-03-27 11:58:19', -14.456, -178.041, 33, 6, 'mw', 'usp0002sb7', 'Fiji region', 'earthquake\r'), +(6763, '1986-03-28 02:56:27', -23.122, -178.702, 383, 5.7, 'mw', 'usp0002sbw', 'south of the Fiji Islands', 'earthquake\r'), +(6764, '1986-03-28 16:03:06', -5.956, 149.604, 87.8, 5.8, 'mw', 'usp0002sce', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6765, '1986-03-29 14:17:59', -17.929, -178.586, 604.4, 5.5, 'mw', 'usp0002sdv', 'Fiji region', 'earthquake\r'), +(6766, '1986-03-29 15:05:45', -17.704, -174.602, 33, 5.8, 'mw', 'usp0002sdx', 'Tonga', 'earthquake\r'), +(6767, '1986-03-29 18:36:38', 38.377, 25.165, 10, 5.6, 'ms', 'usp0002se2', 'Aegean Sea', 'earthquake\r'), +(6768, '1986-03-30 08:53:53', -26.194, 132.767, 10, 5.7, 'mw', 'usp0002ser', 'South Australia', 'earthquake\r'), +(6769, '1986-03-31 11:55:40', 37.4791667, -121.6866667, 8.502, 5.7, 'ml', 'nc68932', 'Northern California', 'earthquake\r'), +(6770, '1986-04-01 10:13:41', -18.037, -178.537, 540, 6, 'mw', 'usp0002sht', 'Fiji region', 'earthquake\r'), +(6771, '1986-04-01 13:40:45', 54.653, 161.58, 35.1, 5.6, 'mw', 'usp0002shz', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6772, '1986-04-07 22:43:30', 15.54, -94.423, 48, 5.6, 'mw', 'usp0002sr7', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(6773, '1986-04-08 18:02:45', -7.946, -73.86, 173, 5.7, 'mw', 'usp0002srz', 'Peru-Brazil border region', 'earthquake\r'), +(6774, '1986-04-09 22:10:14', -55.984, -27.03, 40.3, 5.8, 'mw', 'usp0002st5', 'South Sandwich Islands region', 'earthquake\r'), +(6775, '1986-04-10 02:21:11', -0.948, 126.863, 13, 6.2, 'mw', 'usp0002stb', 'Molucca Sea', 'earthquake\r'), +(6776, '1986-04-11 17:22:21', 54.164, -167.883, 33, 6, 'mw', 'usp0002suq', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6777, '1986-04-12 20:20:46', -15.175, -173.332, 33, 5.7, 'mw', 'usp0002svj', 'Tonga', 'earthquake\r'), +(6778, '1986-04-14 00:25:12', -13.923, 166.831, 29.4, 6.5, 'mw', 'usp0002swe', 'Vanuatu', 'earthquake\r'), +(6779, '1986-04-14 10:52:49', -4.865, 151.268, 216, 5.7, 'mw', 'usp0002swx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6780, '1986-04-14 14:52:11', -57.724, -24.373, 11.1, 6.4, 'mw', 'usp0002sx0', 'South Sandwich Islands region', 'earthquake\r'), +(6781, '1986-04-15 00:38:59', -14.856, -174.348, 33, 5.5, 'mw', 'usp0002sxa', 'Samoa Islands region', 'earthquake\r'), +(6782, '1986-04-15 13:15:03', -15.561, -173.905, 88.5, 5.5, 'mw', 'usp0002sxt', 'Tonga', 'earthquake\r'), +(6783, '1986-04-16 01:31:44', 30.612, 141.645, 30.6, 5.9, 'mw', 'usp0002sy7', 'Izu Islands, Japan region', 'earthquake\r'), +(6784, '1986-04-16 12:52:16', 43.89, 147.57, 23.2, 6.3, 'mw', 'usp0002syk', 'Kuril Islands', 'earthquake\r'), +(6785, '1986-04-20 07:03:31', -2.394, 139.309, 33, 6.8, 'mw', 'usp0002t21', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(6786, '1986-04-21 23:36:18', 1.982, 126.537, 33, 5.9, 'mw', 'usp0002t3e', 'Molucca Sea', 'earthquake\r'), +(6787, '1986-04-23 09:11:53', 30.563, 141.971, 13.6, 5.9, 'mw', 'usp0002t4n', 'Izu Islands, Japan region', 'earthquake\r'), +(6788, '1986-04-25 16:47:50', -17.254, -174.089, 131, 5.5, 'mw', 'usp0002t6g', 'Tonga', 'earthquake\r'), +(6789, '1986-04-26 07:35:16', 32.128, 76.374, 33, 5.5, 'mw', 'usp0002t74', 'Himachal Pradesh, India', 'earthquake\r'), +(6790, '1986-04-26 14:15:08', 36.495, 71.114, 186.9, 5.9, 'mw', 'usp0002t7d', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(6791, '1986-04-27 03:24:06', -31.14, -13.482, 10, 6, 'mw', 'usp0002t82', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6792, '1986-04-29 08:17:59', 30.766, 141.508, 38.1, 5.6, 'mw', 'usp0002tb1', 'Izu Islands, Japan region', 'earthquake\r'), +(6793, '1986-04-30 07:07:18', 18.404, -102.973, 26.5, 7, 'mw', 'usp0002tcb', 'Michoacan, Mexico', 'earthquake\r'), +(6794, '1986-04-30 14:09:40', -18.036, -69.453, 105.8, 5.6, 'mw', 'usp0002tck', 'Tarapaca, Chile', 'earthquake\r'), +(6795, '1986-04-30 17:47:53', -47.237, 100.101, 10, 5.7, 'mw', 'usp0002tcp', 'southeast Indian Ridge', 'earthquake\r'), +(6796, '1986-04-30 23:14:44', 28.699, 130.05, 43.6, 5.6, 'mw', 'usp0002tcx', 'Ryukyu Islands, Japan', 'earthquake\r'), +(6797, '1986-05-01 17:21:24', -15.14, -174.37, 33, 5.8, 'mw', 'usp0002tdk', 'Tonga', 'earthquake\r'), +(6798, '1986-05-01 19:31:40', -21.861, 170.228, 51.6, 6.1, 'mw', 'usp0002tdn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(6799, '1986-05-02 03:18:37', 28.017, 53.303, 33, 5.6, 'mw', 'usp0002te1', 'southern Iran', 'earthquake\r'), +(6800, '1986-05-02 10:30:03', 55.172, 163.843, 14.8, 6.8, 'mw', 'usp0002tee', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6801, '1986-05-05 03:35:39', 37.993, 37.806, 9.6, 6.1, 'mw', 'usp0002thr', 'central Turkey', 'earthquake\r'), +(6802, '1986-05-05 05:46:37', 18.156, -102.657, 37.8, 5.9, 'mw', 'usp0002thv', 'Michoacan, Mexico', 'earthquake\r'), +(6803, '1986-05-05 06:30:17', -58.9, -24.728, 10, 5.5, 'mw', 'usp0002thy', 'South Sandwich Islands region', 'earthquake\r'), +(6804, '1986-05-05 09:44:27', -58.782, -24.855, 33, 5.7, 'mw', 'usp0002tj3', 'South Sandwich Islands region', 'earthquake\r'), +(6805, '1986-05-05 10:32:08', -58.711, -24.85, 33, 5.8, 'mw', 'usp0002tj6', 'South Sandwich Islands region', 'earthquake\r'), +(6806, '1986-05-05 15:14:36', -7.045, 155.975, 84.8, 5.5, 'mw', 'usp0002tjd', 'Solomon Islands', 'earthquake\r'), +(6807, '1986-05-07 20:43:31', 51.384, -174.809, 22.1, 6.3, 'mw', 'usp0002tmj', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6808, '1986-05-07 22:47:11', 51.52, -174.776, 33, 8, 'mw', 'usp0002tmu', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6809, '1986-05-07 22:55:05', 51.5, -174.8, 33, 5.6, 'mb', 'usp0002tmv', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6810, '1986-05-07 22:57:43', 51.5, -174.8, 33, 5.7, 'mb', 'usp0002tmw', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6811, '1986-05-07 23:07:45', 51.5, -174.8, 33, 5.5, 'mb', 'usp0002tn1', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6812, '1986-05-07 23:25:26', 36.374, 70.712, 222.8, 5.6, 'mb', 'usp0002tna', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(6813, '1986-05-07 23:36:18', 51.518, -174.15, 33, 5.7, 'mb', 'usp0002tne', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6814, '1986-05-07 23:51:02', 51.469, -174.886, 33, 5.8, 'mb', 'usp0002tnh', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6815, '1986-05-07 23:52:15', 51.5, -174.8, 33, 5.7, 'mb', 'usp0002tnj', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6816, '1986-05-08 01:11:02', 51.087, -176.667, 33, 5.9, 'mb', 'usp0002tp0', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6817, '1986-05-08 01:15:15', 51.189, -176.813, 33, 5.6, 'mb', 'usp0002tp1', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6818, '1986-05-08 02:04:00', 51.164, -176.887, 33, 5.5, 'mb', 'usp0002tpa', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6819, '1986-05-08 04:03:50', 51.14, -176.442, 33, 5.8, 'mb', 'usp0002tps', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6820, '1986-05-08 05:37:20', 51.336, -175.363, 18.1, 6.4, 'mw', 'usp0002tq1', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6821, '1986-05-08 14:37:36', 4.627, 125.499, 165.5, 6.4, 'mw', 'usp0002trj', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(6822, '1986-05-09 01:05:31', 51.218, -176.907, 33, 5.6, 'ms', 'usp0002tsp', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6823, '1986-05-09 01:08:10', 51.192, -176.876, 33, 5.6, 'mb', 'usp0002tsq', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6824, '1986-05-09 16:23:49', -17.121, -65.589, 12.6, 5.9, 'mw', 'usp0002ttu', 'Cochabamba, Bolivia', 'earthquake\r'), +(6825, '1986-05-09 19:04:28', 51.46, -174.243, 33, 5.9, 'mw', 'usp0002ttz', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6826, '1986-05-09 19:24:42', 51.449, -174.071, 33, 5.8, 'ms', 'usp0002tu0', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6827, '1986-05-10 09:53:01', 8.502, -103.058, 10, 5.6, 'mw', 'usp0002tux', 'northern East Pacific Rise', 'earthquake\r'), +(6828, '1986-05-10 12:02:02', -37.075, -94.085, 10, 5.5, 'mw', 'usp0002tv0', 'West Chile Rise', 'earthquake\r'), +(6829, '1986-05-11 01:24:26', 26.743, 125.205, 193.5, 6.6, 'mw', 'usp0002tvn', 'northeast of Taiwan', 'earthquake\r'), +(6830, '1986-05-11 19:40:31', 51.544, -173.736, 33, 5.7, 'mw', 'usp0002twn', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6831, '1986-05-11 22:48:46', 51.526, -174.67, 33, 5.7, 'mw', 'usp0002tws', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6832, '1986-05-12 03:47:38', 51.418, -174.671, 33, 5.5, 'mw', 'usp0002tx1', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6833, '1986-05-13 08:44:02', 41.431, 43.737, 10, 5.8, 'mw', 'usp0002tyq', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(6834, '1986-05-13 09:56:37', -20.646, -174.113, 33, 5.6, 'mw', 'usp0002tyr', 'Tonga', 'earthquake\r'), +(6835, '1986-05-13 22:00:09', 32.636, 141.426, 39.5, 5.9, 'mw', 'usp0002tz6', 'Izu Islands, Japan region', 'earthquake\r'), +(6836, '1986-05-14 22:53:58', -14.787, -175.432, 33, 5.5, 'mw', 'usp0002u0n', 'Samoa Islands region', 'earthquake\r'), +(6837, '1986-05-15 06:38:38', 52.294, -174.726, 33, 6.4, 'mw', 'usp0002u0x', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6838, '1986-05-15 09:34:06', 52.217, -174.527, 33, 5.6, 'mw', 'usp0002u1f', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6839, '1986-05-16 16:51:12', 47.204, 154.109, 24.5, 5.9, 'mw', 'usp0002u2u', 'Kuril Islands', 'earthquake\r'), +(6840, '1986-05-17 16:20:22', 52.327, -174.504, 26.2, 6.5, 'mw', 'usp0002u3x', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6841, '1986-05-19 20:54:04', -12.629, 167.227, 51.8, 5.8, 'mw', 'usp0002u6y', 'Santa Cruz Islands', 'earthquake\r'), +(6842, '1986-05-20 05:25:47', 24.125, 121.619, 19.3, 6.2, 'mw', 'usp0002u79', 'Taiwan', 'earthquake\r'), +(6843, '1986-05-20 05:37:31', 24.054, 121.594, 31.3, 5.5, 'mb', 'usp0002u7a', 'Taiwan', 'earthquake\r'), +(6844, '1986-05-20 21:57:06', -7.305, 106.492, 60.9, 5.5, 'mw', 'usp0002u85', 'Java, Indonesia', 'earthquake\r'), +(6845, '1986-05-21 01:45:25', 14.368, -20.141, 10, 5.5, 'mw', 'usp0002u8a', 'North Atlantic Ocean', 'earthquake\r'), +(6846, '1986-05-21 05:47:11', 43.684, 148.416, 39.1, 6.3, 'mw', 'usp0002u8k', 'east of the Kuril Islands', 'earthquake\r'), +(6847, '1986-05-22 19:52:22', 34.63, 26.528, 43, 5.5, 'mw', 'usp0002uas', 'Crete, Greece', 'earthquake\r'), +(6848, '1986-05-23 09:51:24', 12.699, 48.179, 10, 5.7, 'mw', 'usp0002ubj', 'Gulf of Aden', 'earthquake\r'), +(6849, '1986-05-24 10:43:36', -15.575, -173.051, 33, 6, 'mw', 'usp0002uce', 'Tonga', 'earthquake\r'), +(6850, '1986-05-26 00:16:24', -16.202, -172.859, 33, 5.9, 'mw', 'usp0002ueb', 'Samoa Islands region', 'earthquake\r'), +(6851, '1986-05-26 18:40:44', -21.819, -179.079, 583.4, 6.8, 'mw', 'usp0002uf3', 'Fiji region', 'earthquake\r'), +(6852, '1986-05-26 19:06:16', -20.19, 178.86, 538.3, 7.1, 'mw', 'usp0002uf4', 'south of the Fiji Islands', 'earthquake\r'), +(6853, '1986-05-26 19:48:36', -20.726, 177.814, 622.5, 5.5, 'mb', 'usp0002uf6', 'south of the Fiji Islands', 'earthquake\r'), +(6854, '1986-05-27 07:58:40', -2.825, 119.727, 35.7, 5.5, 'mb', 'usp0002ug1', 'Sulawesi, Indonesia', 'earthquake\r'), +(6855, '1986-05-27 08:54:07', -7.072, 124.152, 627.9, 6, 'mw', 'usp0002ug4', 'Banda Sea', 'earthquake\r'), +(6856, '1986-05-27 22:07:58', -7.836, 150.807, 33, 5.7, 'mb', 'usp0002ugq', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6857, '1986-05-28 13:33:44', 19.96, -115.881, 10, 5.5, 'mw', 'usp0002uhc', 'east central Pacific Ocean', 'earthquake\r'), +(6858, '1986-05-30 08:02:40', -10.931, 162.412, 61.4, 5.6, 'mw', 'usp0002ukk', 'Solomon Islands', 'earthquake\r'), +(6859, '1986-05-30 17:24:58', -21.898, -139.026, 0, 5.7, 'mb', 'usp0002um2', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(6860, '1986-05-31 05:36:30', -57.334, 147.519, 10, 5.6, 'mw', 'usp0002umf', 'west of Macquarie Island', 'earthquake\r'), +(6861, '1986-06-02 01:31:10', -7.015, 154.484, 15.6, 6, 'mw', 'usp0002upe', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(6862, '1986-06-02 03:56:24', 29.805, 130.603, 54.2, 5.7, 'mw', 'usp0002upj', 'Ryukyu Islands, Japan', 'earthquake\r'), +(6863, '1986-06-02 17:51:55', 9.117, 93.489, 80.1, 5.9, 'mw', 'usp0002uq6', 'Nicobar Islands, India region', 'earthquake\r'), +(6864, '1986-06-03 00:54:45', -5.665, 151.76, 67.3, 5.7, 'mw', 'usp0002uqn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6865, '1986-06-03 14:40:10', 10.378, 125.964, 67, 6.1, 'mw', 'usp0002urh', 'Leyte, Philippines', 'earthquake\r'), +(6866, '1986-06-03 23:30:55', 10.227, -103.629, 10, 5.6, 'mw', 'usp0002us1', 'northern East Pacific Rise', 'earthquake\r'), +(6867, '1986-06-05 09:01:15', -36.351, -97.382, 10, 5.8, 'mw', 'usp0002utb', 'West Chile Rise', 'earthquake\r'), +(6868, '1986-06-06 04:01:00', -56.814, -140.957, 10, 5.6, 'mw', 'usp0002uua', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(6869, '1986-06-06 10:39:47', 38.001, 37.917, 10, 5.8, 'mw', 'usp0002uuj', 'central Turkey', 'earthquake\r'), +(6870, '1986-06-08 11:02:26', 43.269, 146.491, 56.2, 6.1, 'mw', 'usp0002uw8', 'Kuril Islands', 'earthquake\r'), +(6871, '1986-06-11 02:59:01', -2.1, 139.279, 33, 5.8, 'mw', 'usp0002uyh', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(6872, '1986-06-11 06:18:18', -15.449, -179.227, 17.8, 6, 'mw', 'usp0002uyr', 'Fiji region', 'earthquake\r'), +(6873, '1986-06-11 13:48:01', 10.597, -62.928, 18.8, 6.3, 'mw', 'usp0002uz0', 'Sucre, Venezuela', 'earthquake\r'), +(6874, '1986-06-12 13:40:47', -7.019, 129.497, 115.6, 5.5, 'mw', 'usp0002v03', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(6875, '1986-06-14 03:50:26', -57.873, -23.384, 33, 5.6, 'mw', 'usp0002v1g', 'South Sandwich Islands region', 'earthquake\r'), +(6876, '1986-06-14 15:33:57', -5.651, 110.343, 562.7, 5.7, 'mw', 'usp0002v1v', 'Java Sea', 'earthquake\r'), +(6877, '1986-06-14 23:29:23', -19.096, 169.776, 15.7, 5.8, 'mw', 'usp0002v26', 'Vanuatu', 'earthquake\r'), +(6878, '1986-06-15 03:10:57', -29.872, -176.543, 10, 5.7, 'mw', 'usp0002v2c', 'Kermadec Islands region', 'earthquake\r'), +(6879, '1986-06-15 23:58:44', 0.831, -26.805, 10, 5.5, 'mw', 'usp0002v33', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(6880, '1986-06-16 10:48:26', -22.037, -178.925, 547, 7.1, 'mw', 'usp0002v3n', 'south of the Fiji Islands', 'earthquake\r'), +(6881, '1986-06-16 17:15:10', -47.282, -13.324, 10, 5.8, 'mw', 'usp0002v3z', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6882, '1986-06-17 00:42:35', 53.88, 160.388, 33, 5.5, 'mw', 'usp0002v45', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(6883, '1986-06-17 10:38:17', 5.776, 126.742, 33, 6, 'mw', 'usp0002v4j', 'Mindanao, Philippines', 'earthquake\r'), +(6884, '1986-06-17 18:13:12', 5.644, 125.259, 31.9, 6.6, 'mw', 'usp0002v4y', 'Mindanao, Philippines', 'earthquake\r'), +(6885, '1986-06-18 08:05:15', 51.356, -176.653, 27, 6.5, 'mw', 'usp0002v5r', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6886, '1986-06-19 09:09:09', 56.331, -152.914, 16.7, 6.8, 'mw', 'usp0002v6r', 'Kodiak Island region, Alaska', 'earthquake\r'), +(6887, '1986-06-19 18:12:28', 7.799, 94.517, 164, 5.9, 'mw', 'usp0002v72', 'Nicobar Islands, India region', 'earthquake\r'), +(6888, '1986-06-19 23:18:27', -30.944, -177.757, 10, 6.1, 'mw', 'usp0002v7f', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(6889, '1986-06-20 02:37:53', -32.213, -179.077, 10, 5.6, 'mw', 'usp0002v7n', 'south of the Kermadec Islands', 'earthquake\r'), +(6890, '1986-06-20 17:12:47', 31.24, 86.847, 33, 6.1, 'mw', 'usp0002v80', 'western Xizang', 'earthquake\r'), +(6891, '1986-06-20 18:41:29', -58.6, -25.122, 33, 5.9, 'mw', 'usp0002v81', 'South Sandwich Islands region', 'earthquake\r'), +(6892, '1986-06-20 21:48:46', -58.614, -25.066, 33, 5.6, 'mw', 'usp0002v88', 'South Sandwich Islands region', 'earthquake\r'), +(6893, '1986-06-24 02:53:11', 34.794, 140.595, 62.6, 6.6, 'mw', 'usp0002vbq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(6894, '1986-06-24 03:11:31', -4.448, 143.943, 102.3, 7.2, 'mw', 'usp0002vbr', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(6895, '1986-06-24 06:56:55', -0.085, -17.824, 21.6, 6.4, 'mw', 'usp0002vbx', 'north of Ascension Island', 'earthquake\r'), +(6896, '1986-06-24 17:39:19', -28.278, -178.127, 12.3, 5.8, 'mw', 'usp0002vcj', 'Kermadec Islands region', 'earthquake\r'), +(6897, '1986-06-24 19:31:07', -28.243, -178.246, 10.7, 6, 'mw', 'usp0002vcm', 'Kermadec Islands region', 'earthquake\r'), +(6898, '1986-06-28 05:03:47', -20.037, -176.056, 211.2, 6.5, 'mw', 'usp0002vg9', 'Fiji region', 'earthquake\r'), +(6899, '1986-06-29 09:55:39', 15.168, 96.314, 17.4, 5.5, 'mw', 'usp0002vhq', 'near the south coast of Myanmar', 'earthquake\r'), +(6900, '1986-06-29 11:57:43', -28.024, -177.957, 10, 6.1, 'mw', 'usp0002vhy', 'Kermadec Islands region', 'earthquake\r'), +(6901, '1986-06-29 12:31:16', 15.188, 96.201, 14.8, 5.6, 'ms', 'usp0002vhz', 'near the south coast of Myanmar', 'earthquake\r'), +(6902, '1986-06-29 14:09:05', -28.064, -178.107, 21.4, 5.6, 'mw', 'usp0002vj6', 'Kermadec Islands region', 'earthquake\r'), +(6903, '1986-06-29 15:00:14', -28.002, -177.873, 10, 5.7, 'mw', 'usp0002vj9', 'Kermadec Islands region', 'earthquake\r'), +(6904, '1986-06-29 20:11:50', 6.766, -73.009, 159.6, 5.7, 'mw', 'usp0002vjg', 'northern Colombia', 'earthquake\r'), +(6905, '1986-06-29 21:48:00', -5.336, 29.539, 20.2, 5.8, 'mw', 'usp0002vjn', 'Lake Tanganyika region, Dem. Republic of the Congo-Tanzania', 'earthquake\r'), +(6906, '1986-06-30 22:52:12', 11.254, -86.035, 63.8, 5.9, 'mw', 'usp0002vky', 'near the coast of Nicaragua', 'earthquake\r'), +(6907, '1986-07-01 00:49:07', -15.564, -172.452, 33, 6.1, 'mw', 'usp0002vm4', 'Samoa Islands region', 'earthquake\r'), +(6908, '1986-07-01 01:06:47', -15.812, -172.718, 33, 5.7, 'ms', 'usp0002vm7', 'Samoa Islands region', 'earthquake\r'), +(6909, '1986-07-01 06:03:10', -4.758, 127.989, 33, 5.9, 'mw', 'usp0002vme', 'Banda Sea', 'earthquake\r'), +(6910, '1986-07-01 07:32:54', -3.236, 148.498, 10, 5.9, 'mw', 'usp0002vmg', 'Bismarck Sea', 'earthquake\r'), +(6911, '1986-07-01 08:40:01', -3.213, 148.527, 10, 5.8, 'mw', 'usp0002vmj', 'Bismarck Sea', 'earthquake\r'), +(6912, '1986-07-02 04:16:58', -22.038, -179.534, 597.5, 5.8, 'mw', 'usp0002vn7', 'south of the Fiji Islands', 'earthquake\r'), +(6913, '1986-07-02 12:53:08', -59.55, -26.164, 53.4, 5.5, 'mw', 'usp0002vnh', 'South Sandwich Islands region', 'earthquake\r'), +(6914, '1986-07-02 20:45:51', -26.775, -114.283, 10, 5.7, 'mw', 'usp0002vnp', 'Easter Island region', 'earthquake\r'), +(6915, '1986-07-05 03:01:33', 51.248, -179.746, 33, 5.7, 'mw', 'usp0002vqk', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6916, '1986-07-05 14:11:18', 12.183, 140.933, 37.9, 5.5, 'mw', 'usp0002vqx', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(6917, '1986-07-05 19:57:39', -60.721, 153.771, 10, 6.1, 'mw', 'usp0002vr4', 'west of Macquarie Island', 'earthquake\r'), +(6918, '1986-07-05 21:19:59', -57.281, -25.86, 33, 5.5, 'mb', 'usp0002vr6', 'South Sandwich Islands region', 'earthquake\r'), +(6919, '1986-07-05 22:09:37', 15.467, -92.582, 111.9, 6, 'mw', 'usp0002vr7', 'Chiapas, Mexico', 'earthquake\r'), +(6920, '1986-07-06 19:24:23', 34.424, 80.161, 9.1, 6, 'mw', 'usp0002vrr', 'western Xizang', 'earthquake\r'), +(6921, '1986-07-07 16:26:57', 10.389, 56.832, 7.8, 6.5, 'mw', 'usp0002vss', 'Carlsberg Ridge', 'earthquake\r'), +(6922, '1986-07-08 04:27:35', 1.997, 124.305, 244.6, 5.7, 'mb', 'usp0002vtb', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(6923, '1986-07-08 09:20:45', 33.999, -116.608, 9.468, 6, 'mw', 'ci700917', '6km SSW of Morongo Valley, CA', 'earthquake\r'), +(6924, '1986-07-09 17:10:23', 51.907, -176.239, 49.7, 5.5, 'mw', 'usp0002vvr', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6925, '1986-07-09 23:10:53', 1.904, 126.525, 27.6, 6.8, 'mw', 'usp0002vw0', 'Molucca Sea', 'earthquake\r'), +(6926, '1986-07-10 01:29:36', 1.792, 126.387, 33, 5.9, 'ms', 'usp0002vw4', 'Molucca Sea', 'earthquake\r'), +(6927, '1986-07-11 08:27:46', -45.987, 166.334, 31.7, 5.6, 'mw', 'usp0002vxe', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(6928, '1986-07-12 07:54:27', 29.962, 51.582, 10, 5.7, 'mw', 'usp0002vyg', 'southern Iran', 'earthquake\r'), +(6929, '1986-07-12 10:17:26', 5.575, 125.406, 87.5, 5.5, 'mw', 'usp0002vyn', 'Mindanao, Philippines', 'earthquake\r'), +(6930, '1986-07-12 16:05:14', 1.845, 126.404, 39.7, 5.9, 'mw', 'usp0002vyu', 'Molucca Sea', 'earthquake\r'), +(6931, '1986-07-13 09:12:11', 16.061, -93.901, 80.4, 5.9, 'mw', 'usp0002vzd', 'Chiapas, Mexico', 'earthquake\r'), +(6932, '1986-07-16 12:41:28', -19.511, 169.165, 111.1, 6.6, 'mw', 'usp0002w2h', 'Vanuatu', 'earthquake\r'), +(6933, '1986-07-16 22:03:11', 31.049, 77.997, 33, 5.5, 'mw', 'usp0002w2z', 'Himachal Pradesh, India', 'earthquake\r'), +(6934, '1986-07-17 15:46:37', 36.668, 71.247, 46.5, 5.6, 'mw', 'usp0002w3x', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(6935, '1986-07-18 17:22:38', 10.77, -69.428, 7.2, 5.5, 'mw', 'usp0002w52', 'Falcon, Venezuela', 'earthquake\r'), +(6936, '1986-07-19 04:31:56', 53.352, -165.882, 33, 5.6, 'mw', 'usp0002w5k', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6937, '1986-07-19 05:59:36', 47.264, 151.127, 141.2, 6.3, 'mw', 'usp0002w5q', 'Kuril Islands', 'earthquake\r'), +(6938, '1986-07-19 06:53:18', 53.6, -167.171, 33, 6, 'mw', 'usp0002w5r', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6939, '1986-07-19 22:32:36', 53.521, -167.301, 33, 6, 'mw', 'usp0002w6p', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6940, '1986-07-20 14:29:45', 37.5666667, -118.4381667, 5.044, 5.9, 'ml', 'nc99451', 'Central California', 'earthquake\r'), +(6941, '1986-07-20 18:09:07', -56.739, -3.577, 10, 5.5, 'mw', 'usp0002w80', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(6942, '1986-07-21 12:11:16', -20.572, -174.283, 36.7, 5.5, 'mw', 'usp0002w9f', 'Tonga', 'earthquake\r'), +(6943, '1986-07-21 14:42:26', 37.538, -118.4428333, 8.804, 6.4, 'ml', 'nc10085763', 'Central California', 'earthquake\r'), +(6944, '1986-07-21 14:51:09', 37.4931667, -118.4538333, 8.482, 5.7, 'ml', 'nc10085764', 'Central California', 'earthquake\r'), +(6945, '1986-07-21 22:07:16', 37.6213333, -118.3425, -0.076, 5.6, 'ml', 'nc95459', 'Central California', 'earthquake\r'), +(6946, '1986-07-22 02:12:46', -33.571, -178.35, 33, 5.5, 'mw', 'usp0002wbg', 'south of the Kermadec Islands', 'earthquake\r'), +(6947, '1986-07-23 07:35:27', -61.934, 154.774, 10, 5.9, 'mw', 'usp0002wdp', 'Balleny Islands region', 'earthquake\r'), +(6948, '1986-07-25 09:01:32', 51.247, -176.173, 33, 5.8, 'mw', 'usp0002wg7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6949, '1986-07-25 09:04:17', 51.223, -176.035, 33, 5.6, 'ms', 'usp0002wg8', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6950, '1986-07-25 23:41:09', 26.384, 125.917, 21.7, 6.1, 'mw', 'usp0002wh5', 'northeast of Taiwan', 'earthquake\r'), +(6951, '1986-07-26 20:24:48', 23.753, 94.177, 26.5, 5.5, 'mw', 'usp0002wjk', 'Myanmar', 'earthquake\r'), +(6952, '1986-07-27 10:43:26', -25.848, -177.49, 147.2, 5.9, 'mw', 'usp0002wkd', 'south of the Fiji Islands', 'earthquake\r'), +(6953, '1986-07-28 20:29:03', -33.282, -71.934, 40.7, 5.7, 'mw', 'usp0002wn0', 'offshore Valparaiso, Chile', 'earthquake\r'), +(6954, '1986-07-28 21:57:13', 51.776, -175.301, 33, 5.5, 'mw', 'usp0002wn7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6955, '1986-07-30 11:31:50', 24.611, 121.782, 33, 5.5, 'mw', 'usp0002wq1', 'Taiwan', 'earthquake\r'), +(6956, '1986-07-30 22:58:40', -52.556, 17.927, 10, 5.7, 'mw', 'usp0002wqp', 'southwest of Africa', 'earthquake\r'), +(6957, '1986-07-31 07:22:40', 37.4731667, -118.3686667, 5.754, 5.8, 'ml', 'nc78895', 'Central California', 'earthquake\r'), +(6958, '1986-07-31 09:37:24', -52.566, 18.43, 10, 5.5, 'mw', 'usp0002wrd', 'southwest of Africa', 'earthquake\r'), +(6959, '1986-08-01 14:09:25', -35.88, -103.702, 10, 5.5, 'mw', 'usp0002wsn', 'southeast of Easter Island', 'earthquake\r'), +(6960, '1986-08-02 12:42:12', -28.304, -177.686, 33, 5.6, 'mw', 'usp0002wtq', 'Kermadec Islands region', 'earthquake\r'), +(6961, '1986-08-02 17:49:26', 13.073, -88.806, 80, 5.6, 'mw', 'usp0002wtw', 'offshore El Salvador', 'earthquake\r'), +(6962, '1986-08-02 20:35:36', -58.265, -15.319, 10, 5.5, 'mw', 'usp0002wu0', 'east of the South Sandwich Islands', 'earthquake\r'), +(6963, '1986-08-03 13:29:10', 51.164, -176.8, 33, 5.9, 'mw', 'usp0002wuj', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(6964, '1986-08-06 13:56:06', -55.288, -128.977, 10, 5.8, 'mw', 'usp0002wxd', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(6965, '1986-08-07 22:32:50', 7.433, -81.241, 8.1, 5.7, 'mw', 'usp0002wyn', 'Panama', 'earthquake\r'), +(6966, '1986-08-09 00:53:13', 14.099, 120.335, 80, 5.5, 'mw', 'usp0002wzv', 'Luzon, Philippines', 'earthquake\r'), +(6967, '1986-08-10 04:40:50', 1.985, 128.271, 104.2, 6.2, 'mw', 'usp0002x0r', 'Halmahera, Indonesia', 'earthquake\r'), +(6968, '1986-08-11 08:05:57', 22.265, 121.647, 124.4, 5.5, 'mw', 'usp0002x1t', 'Taiwan region', 'earthquake\r'), +(6969, '1986-08-11 10:37:59', 20.101, 121.312, 33, 5.6, 'mw', 'usp0002x1v', 'Batan Islands region, Philippines', 'earthquake\r'), +(6970, '1986-08-11 17:00:57', 2.006, 127.192, 123.3, 5.5, 'mb', 'usp0002x23', 'Molucca Sea', 'earthquake\r'), +(6971, '1986-08-12 04:07:17', 5.967, -82.591, 10, 5.8, 'mw', 'usp0002x2m', 'south of Panama', 'earthquake\r'), +(6972, '1986-08-13 04:11:41', 5.842, -82.413, 10, 5.8, 'mw', 'usp0002x3j', 'south of Panama', 'earthquake\r'), +(6973, '1986-08-14 19:39:14', 1.795, 126.519, 33, 7.5, 'mw', 'usp0002x57', 'Molucca Sea', 'earthquake\r'), +(6974, '1986-08-14 20:48:08', -32.277, -178.52, 33, 5.7, 'mb', 'usp0002x5c', 'south of the Kermadec Islands', 'earthquake\r'), +(6975, '1986-08-14 22:55:07', 2.127, 126.993, 33, 5.9, 'ms', 'usp0002x5n', 'Molucca Sea', 'earthquake\r'), +(6976, '1986-08-15 00:41:20', -8.689, 124.212, 107.6, 5.8, 'mb', 'usp0002x5t', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(6977, '1986-08-15 07:40:45', 1.929, 126.482, 33, 6.3, 'mw', 'usp0002x61', 'Molucca Sea', 'earthquake\r'), +(6978, '1986-08-16 17:19:23', 1.864, 126.522, 33, 6.4, 'mw', 'usp0002x7a', 'Molucca Sea', 'earthquake\r'), +(6979, '1986-08-16 21:08:28', 1.765, 126.442, 33, 6.1, 'mw', 'usp0002x7d', 'Molucca Sea', 'earthquake\r'), +(6980, '1986-08-17 15:27:41', 2.276, 126.959, 30.7, 6.4, 'mw', 'usp0002x8a', 'Molucca Sea', 'earthquake\r'), +(6981, '1986-08-17 15:31:19', 2.161, 127.113, 33, 6.3, 'ms', 'usp0002x8b', 'Molucca Sea', 'earthquake\r'), +(6982, '1986-08-17 15:52:10', 2.219, 126.96, 33, 5.5, 'mb', 'usp0002x8d', 'Molucca Sea', 'earthquake\r'), +(6983, '1986-08-18 01:59:55', -20.492, -174.207, 19.7, 6.2, 'mw', 'usp0002x94', 'Tonga', 'earthquake\r'), +(6984, '1986-08-18 14:16:14', 1.739, 126.575, 33, 5.8, 'mw', 'usp0002x9g', 'Molucca Sea', 'earthquake\r'), +(6985, '1986-08-19 00:27:36', 8.376, 126.601, 33, 5.5, 'mw', 'usp0002x9y', 'Mindanao, Philippines', 'earthquake\r'), +(6986, '1986-08-20 07:05:02', -5.325, 151.331, 79.1, 6.3, 'mw', 'usp0002xba', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(6987, '1986-08-20 18:15:39', 2.069, 126.534, 33, 5.5, 'mw', 'usp0002xbv', 'Molucca Sea', 'earthquake\r'), +(6988, '1986-08-20 21:23:55', 34.572, 91.633, 33, 6.4, 'mw', 'usp0002xc0', 'southern Qinghai, China', 'earthquake\r'), +(6989, '1986-08-21 17:01:27', -9.071, -109.551, 10, 5.5, 'mw', 'usp0002xd5', 'central East Pacific Rise', 'earthquake\r'), +(6990, '1986-08-23 17:11:47', 31.675, -40.938, 10, 5.5, 'mw', 'usp0002xfa', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(6991, '1986-08-23 23:47:49', -34.549, 179.288, 32.2, 6.6, 'mw', 'usp0002xfn', 'south of the Kermadec Islands', 'earthquake\r'), +(6992, '1986-08-24 19:38:11', -23.894, -177.201, 33, 5.5, 'mw', 'usp0002xgr', 'south of the Fiji Islands', 'earthquake\r'), +(6993, '1986-08-24 23:46:51', 2.1, 126.873, 34.7, 5.6, 'mw', 'usp0002xgy', 'Molucca Sea', 'earthquake\r'), +(6994, '1986-08-25 15:40:32', -16.316, -173.05, 33, 5.5, 'mw', 'usp0002xhm', 'Tonga', 'earthquake\r'), +(6995, '1986-08-26 09:43:00', 37.724, 101.496, 8, 6, 'mw', 'usp0002xjb', 'northern Qinghai, China', 'earthquake\r'), +(6996, '1986-08-26 21:52:27', -15.192, -173.481, 20.8, 5.9, 'mw', 'usp0002xju', 'Tonga', 'earthquake\r'), +(6997, '1986-08-26 22:11:39', -15.103, -173.467, 33, 5.7, 'ms', 'usp0002xjw', 'Tonga', 'earthquake\r'), +(6998, '1986-08-26 23:03:46', -31.682, -71.104, 52.6, 5.7, 'ms', 'usp0002xjx', 'Coquimbo, Chile', 'earthquake\r'), +(6999, '1986-08-30 21:28:35', 45.547, 26.316, 132.3, 7.2, 'mw', 'usp0002xpm', 'Romania', 'earthquake\r'), +(7000, '1986-08-31 09:23:05', 23.042, 144.12, 45.7, 5.9, 'mw', 'usp0002xpz', 'Volcano Islands, Japan region', 'earthquake\r'), +(7001, '1986-09-05 02:47:18', -59.493, -29.529, 27.9, 6.1, 'mw', 'usp0002xuh', 'South Sandwich Islands region', 'earthquake\r'), +(7002, '1986-09-06 20:04:24', -20.669, -178.457, 586.5, 5.7, 'mw', 'usp0002xvy', 'Fiji region', 'earthquake\r'), +(7003, '1986-09-07 20:11:09', -59.542, -26.098, 33, 5.6, 'mw', 'usp0002xwt', 'South Sandwich Islands region', 'earthquake\r'), +(7004, '1986-09-09 15:58:23', 0.927, 127.944, 33, 5.6, 'mw', 'usp0002xy9', 'Halmahera, Indonesia', 'earthquake\r'), +(7005, '1986-09-10 22:20:49', -8.823, 157.522, 10, 5.6, 'mw', 'usp0002xz8', 'Solomon Islands', 'earthquake\r'), +(7006, '1986-09-11 00:18:26', -5.187, 152.442, 51.2, 6.5, 'mw', 'usp0002xzc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7007, '1986-09-11 17:54:03', 0.474, 125.862, 33, 5.8, 'mw', 'usp0002y04', 'Molucca Sea', 'earthquake\r'), +(7008, '1986-09-12 23:57:16', 56.201, -153.405, 31.3, 6.5, 'mw', 'usp0002y12', 'Kodiak Island region, Alaska', 'earthquake\r'), +(7009, '1986-09-13 09:28:24', -60.797, -36.779, 10, 6.3, 'mw', 'usp0002y1k', 'Scotia Sea', 'earthquake\r'), +(7010, '1986-09-13 15:17:21', -31.827, -179.937, 215.3, 6.5, 'mw', 'usp0002y1t', 'Kermadec Islands region', 'earthquake\r'), +(7011, '1986-09-13 17:24:31', 37.014, 22.176, 11.2, 6, 'mw', 'usp0002y1v', 'southern Greece', 'earthquake\r'), +(7012, '1986-09-14 00:05:55', -23.368, 179.102, 549.2, 5.5, 'mw', 'usp0002y27', 'south of the Fiji Islands', 'earthquake\r'), +(7013, '1986-09-14 20:58:23', -6.47, 154.916, 58.8, 6.1, 'mw', 'usp0002y37', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7014, '1986-09-15 08:48:11', -22.748, -175.288, 33, 5.8, 'mw', 'usp0002y3q', 'Tonga region', 'earthquake\r'), +(7015, '1986-09-15 21:42:29', 36.714, 71.092, 88.7, 5.6, 'mw', 'usp0002y4b', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7016, '1986-09-16 18:20:18', 19.376, 146.301, 47.7, 6.7, 'mw', 'usp0002y54', 'Mariana Islands region', 'earthquake\r'), +(7017, '1986-09-16 20:57:22', 56.222, -153.6, 33, 5.9, 'mw', 'usp0002y58', 'Kodiak Island region, Alaska', 'earthquake\r'), +(7018, '1986-09-17 06:42:20', -3.934, 128.829, 25, 5.6, 'mw', 'usp0002y5k', 'Seram, Indonesia', 'earthquake\r'), +(7019, '1986-09-17 06:44:54', -3.835, 128.811, 33, 5.5, 'mb', 'usp0002y5m', 'Seram, Indonesia', 'earthquake\r'), +(7020, '1986-09-17 12:08:09', 37.29, 71.73, 119.6, 5.6, 'mw', 'usp0002y5v', 'Tajikistan', 'earthquake\r'), +(7021, '1986-09-17 21:25:15', 10.497, 56.983, 10, 6.2, 'mw', 'usp0002y67', 'Carlsberg Ridge', 'earthquake\r'), +(7022, '1986-09-22 16:15:06', -6.716, 130.427, 122.6, 5.7, 'mw', 'usp0002y9g', 'Banda Sea', 'earthquake\r'), +(7023, '1986-09-23 05:56:20', -7.469, 128.509, 137.2, 5.5, 'mb', 'usp0002y9z', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(7024, '1986-09-23 13:30:15', -16.621, 167.265, 19, 5.9, 'mw', 'usp0002yaf', 'Vanuatu', 'earthquake\r'), +(7025, '1986-09-24 14:19:38', -13.63, 173.055, 619.8, 5.6, 'mw', 'usp0002ybd', 'Fiji region', 'earthquake\r'), +(7026, '1986-09-25 06:15:55', 23.032, -108.061, 10, 6, 'mw', 'usp0002yc2', 'Gulf of California', 'earthquake\r'), +(7027, '1986-09-25 20:06:13', 3.677, 126.777, 45.4, 6, 'mw', 'usp0002yct', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(7028, '1986-10-01 13:00:06', -5.579, 128.617, 342.5, 5.6, 'mw', 'usp0002yjs', 'Banda Sea', 'earthquake\r'), +(7029, '1986-10-02 20:15:33', 2.892, 127.258, 45.8, 5.5, 'mw', 'usp0002ymm', 'Molucca Sea', 'earthquake\r'), +(7030, '1986-10-04 02:00:08', 2.982, 128.036, 106.4, 5.9, 'mw', 'usp0002ynn', 'Halmahera, Indonesia', 'earthquake\r'), +(7031, '1986-10-05 07:21:37', -23.801, -112.034, 10, 5.5, 'mw', 'usp0002ypw', 'Easter Island region', 'earthquake\r'), +(7032, '1986-10-05 13:15:46', -23.716, -111.993, 10, 5.5, 'mw', 'usp0002yq6', 'Easter Island region', 'earthquake\r'), +(7033, '1986-10-05 21:57:21', 43.493, -127.252, 10, 5.6, 'mw', 'usp0002yqg', 'off the coast of Oregon', 'earthquake\r'), +(7034, '1986-10-07 14:03:45', -16.599, 167.314, 10, 5.6, 'mw', 'usp0002yrn', 'Vanuatu', 'earthquake\r'), +(7035, '1986-10-10 17:48:25', -7.498, 107.233, 81.7, 5.6, 'mb', 'usp0002yu8', 'Java, Indonesia', 'earthquake\r'), +(7036, '1986-10-10 17:49:24', 13.827, -89.118, 7, 5.7, 'mw', 'usp0002yu9', 'El Salvador', 'earthquake\r'), +(7037, '1986-10-11 09:00:11', 37.931, 28.574, 5, 5.7, 'mw', 'usp0002yuv', 'western Turkey', 'earthquake\r'), +(7038, '1986-10-13 16:11:40', 36.067, 70.848, 116.7, 5.5, 'mw', 'usp0002yxc', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7039, '1986-10-13 21:17:51', 37.102, 141.011, 65, 5.6, 'mw', 'usp0002yxf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7040, '1986-10-14 13:07:19', -43.142, 41.776, 10, 6.2, 'mw', 'usp0002yxy', 'Prince Edward Islands region', 'earthquake\r'), +(7041, '1987-03-06 04:17:30', -0.22, -77.6, 10, 5.5, 'mb', 'usp000330x', 'Ecuador', 'earthquake\r'), +(7042, '1986-10-14 16:53:08', -5.03, 153.616, 40.9, 6.8, 'mw', 'usp0002yy6', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(7043, '1986-10-14 21:18:01', -31.846, -178.654, 63.3, 5.6, 'mb', 'usp0002yye', 'Kermadec Islands region', 'earthquake\r'), +(7044, '1986-10-15 22:03:05', -9.94, 162.978, 10.1, 5.6, 'mb', 'usp0002yzg', 'Solomon Islands', 'earthquake\r'), +(7045, '1986-10-15 23:04:15', -56.372, -25.64, 33, 5.5, 'mw', 'usp0002yzk', 'South Sandwich Islands region', 'earthquake\r'), +(7046, '1986-10-17 07:32:51', -5.272, 131.432, 67, 6.4, 'mw', 'usp0002z0r', 'Banda Sea', 'earthquake\r'), +(7047, '1986-10-18 01:02:52', 51.73, -175.285, 33, 5.6, 'mw', 'usp0002z1e', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7048, '1986-10-18 09:46:44', 12.133, 142.88, 52.4, 5.5, 'mw', 'usp0002z1r', 'Mariana Islands region', 'earthquake\r'), +(7049, '1986-10-18 22:09:32', -5.631, 109.997, 643.1, 5.7, 'mw', 'usp0002z25', 'Java Sea', 'earthquake\r'), +(7050, '1986-10-20 06:30:26', 2.771, 126.912, 42, 5.5, 'mb', 'usp0002z3e', 'Molucca Sea', 'earthquake\r'), +(7051, '1986-10-20 06:46:10', -28.117, -176.367, 29.1, 7.7, 'mw', 'usp0002z3j', 'Kermadec Islands region', 'earthquake\r'), +(7052, '1986-10-20 12:01:42', -27.681, -176.158, 33, 5.7, 'mb', 'usp0002z4g', 'Kermadec Islands region', 'earthquake\r'), +(7053, '1986-10-20 12:32:46', -27.915, -176.389, 33, 5.7, 'ms', 'usp0002z4k', 'Kermadec Islands region', 'earthquake\r'), +(7054, '1986-10-20 14:41:26', -27.932, -176.134, 33, 6.1, 'mw', 'usp0002z4t', 'Kermadec Islands region', 'earthquake\r'), +(7055, '1986-10-20 15:52:53', -27.174, -176.326, 33, 5.5, 'ms', 'usp0002z4v', 'Kermadec Islands region', 'earthquake\r'), +(7056, '1986-10-20 18:16:04', -27.972, -176.28, 33, 5.9, 'mw', 'usp0002z52', 'Kermadec Islands region', 'earthquake\r'), +(7057, '1986-10-20 19:39:16', -27.792, -176.624, 33, 5.8, 'mw', 'usp0002z54', 'Kermadec Islands region', 'earthquake\r'), +(7058, '1986-10-20 21:23:11', -28.153, -176.732, 33, 5.5, 'ms', 'usp0002z58', 'Kermadec Islands region', 'earthquake\r'), +(7059, '1986-10-20 21:26:18', -27.945, -176.641, 33, 5.8, 'ms', 'usp0002z59', 'Kermadec Islands region', 'earthquake\r'), +(7060, '1986-10-20 22:51:19', -28.211, -176.276, 33, 5.6, 'mw', 'usp0002z5d', 'Kermadec Islands region', 'earthquake\r'), +(7061, '1986-10-21 00:43:41', -27.789, -176.386, 33, 5.6, 'mw', 'usp0002z5j', 'Kermadec Islands region', 'earthquake\r'), +(7062, '1986-10-21 06:50:51', -27.262, -176.51, 33, 5.7, 'mw', 'usp0002z5v', 'Kermadec Islands region', 'earthquake\r'), +(7063, '1986-10-21 10:48:21', -27.726, -176.572, 33, 5.5, 'mw', 'usp0002z65', 'Kermadec Islands region', 'earthquake\r'), +(7064, '1986-10-21 11:03:00', -27.802, -176.467, 33, 5.9, 'mw', 'usp0002z67', 'Kermadec Islands region', 'earthquake\r'), +(7065, '1986-10-21 12:29:44', -27.644, -176.613, 33, 5.9, 'mw', 'usp0002z6h', 'Kermadec Islands region', 'earthquake\r'), +(7066, '1986-10-21 21:09:36', 13.326, -90.118, 44.7, 5.7, 'mw', 'usp0002z75', 'offshore El Salvador', 'earthquake\r'), +(7067, '1986-10-22 08:59:29', -10.569, 166.04, 165.1, 6, 'mw', 'usp0002z7m', 'Santa Cruz Islands', 'earthquake\r'), +(7068, '1986-10-22 19:40:49', -28.324, -176.309, 33, 5.6, 'mw', 'usp0002z84', 'Kermadec Islands region', 'earthquake\r'), +(7069, '1986-10-23 02:18:52', -15.57, 167.561, 159.6, 6.2, 'mw', 'usp0002z8j', 'Vanuatu', 'earthquake\r'), +(7070, '1986-10-23 03:54:21', -6.097, 146.306, 126.9, 6, 'mw', 'usp0002z8m', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7071, '1986-10-23 15:48:44', -11.037, 165.204, 18.8, 6.7, 'mw', 'usp0002z8y', 'Santa Cruz Islands', 'earthquake\r'), +(7072, '1986-10-23 16:23:49', -11.086, 165.537, 23.6, 6.5, 'mw', 'usp0002z92', 'Santa Cruz Islands', 'earthquake\r'), +(7073, '1986-10-23 17:33:06', -11.228, 165.233, 35.7, 5.8, 'ms', 'usp0002z96', 'Santa Cruz Islands', 'earthquake\r'), +(7074, '1986-10-23 18:44:57', -11.116, 165.179, 38.1, 5.8, 'mw', 'usp0002z9b', 'Santa Cruz Islands', 'earthquake\r'), +(7075, '1986-10-24 02:42:52', -25.319, -70.176, 50.5, 5.5, 'mw', 'usp0002z9j', 'Antofagasta, Chile', 'earthquake\r'), +(7076, '1986-10-24 02:58:47', -5.629, 153.875, 52, 6.4, 'mw', 'usp0002z9m', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(7077, '1986-10-24 05:27:37', -10.991, 164.987, 47.3, 6, 'mw', 'usp0002z9p', 'Santa Cruz Islands region', 'earthquake\r'), +(7078, '1986-10-24 05:53:18', -10.884, 165.215, 33, 6.3, 'mw', 'usp0002z9q', 'Santa Cruz Islands', 'earthquake\r'), +(7079, '1986-10-25 20:47:02', -17.663, 168.135, 30.6, 6.4, 'mw', 'usp0002zbs', 'Vanuatu', 'earthquake\r'), +(7080, '1986-10-26 00:59:23', -5.68, 154.051, 49.1, 5.6, 'mw', 'usp0002zby', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7081, '1986-10-26 04:43:27', 53.758, -170.049, 213.6, 5.7, 'mw', 'usp0002zc3', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7082, '1986-10-28 15:11:23', -30.481, 60.182, 10, 5.9, 'mw', 'usp0002zf8', 'Southwest Indian Ridge', 'earthquake\r'), +(7083, '1986-10-28 17:18:18', -30.497, 60.061, 10, 5.5, 'mw', 'usp0002zfc', 'Southwest Indian Ridge', 'earthquake\r'), +(7084, '1986-10-29 15:28:57', 9.271, 126.784, 33, 5.6, 'mw', 'usp0002zg9', 'Mindanao, Philippines', 'earthquake\r'), +(7085, '1986-10-29 20:11:40', 5.722, 125.331, 71.6, 5.6, 'mw', 'usp0002zgh', 'Mindanao, Philippines', 'earthquake\r'), +(7086, '1986-10-30 01:28:55', -21.702, -176.616, 188.1, 7.2, 'mw', 'usp0002zgu', 'Fiji region', 'earthquake\r'), +(7087, '1986-11-01 18:56:28', -7.662, 127.822, 118.1, 5.7, 'mw', 'usp0002zk4', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(7088, '1986-11-03 02:06:19', -27.544, -176.232, 33, 5.7, 'mw', 'usp0002zmh', 'Kermadec Islands region', 'earthquake\r'), +(7089, '1986-11-04 16:19:15', 50.881, 89.269, 10, 5.6, 'mw', 'usp0002zp8', 'southwestern Siberia, Russia', 'earthquake\r'), +(7090, '1986-11-06 00:16:40', -18.016, -178.404, 588.5, 5.7, 'mw', 'usp0002zqj', 'Fiji region', 'earthquake\r'), +(7091, '1986-11-06 02:48:24', 9.007, 126.24, 62.2, 5.8, 'mw', 'usp0002zqr', 'Mindanao, Philippines', 'earthquake\r'), +(7092, '1986-11-06 18:27:00', 51.469, -176.684, 33, 5.9, 'mw', 'usp0002zrc', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7093, '1986-11-07 19:48:59', -28.591, -176.407, 33, 6.2, 'mw', 'usp0002zsd', 'Kermadec Islands region', 'earthquake\r'), +(7094, '1986-11-08 04:22:39', -28.227, -176.615, 33, 5.5, 'mw', 'usp0002zss', 'Kermadec Islands region', 'earthquake\r'), +(7095, '1986-11-10 20:38:47', -28.344, -176.488, 33, 5.6, 'mw', 'usp0002zw0', 'Kermadec Islands region', 'earthquake\r'), +(7096, '1986-11-10 21:52:44', -7.374, 155.898, 51.4, 5.9, 'mw', 'usp0002zw4', 'Solomon Islands', 'earthquake\r'), +(7097, '1986-11-11 00:02:32', 2.414, 126.811, 79, 6, 'mw', 'usp0002zw8', 'Molucca Sea', 'earthquake\r'), +(7098, '1986-11-11 18:57:12', -48.678, 31.154, 10, 6, 'mw', 'usp0002zwt', 'south of Africa', 'earthquake\r'), +(7099, '1986-11-12 20:54:28', -28.207, -176.63, 32.5, 5.6, 'mw', 'usp0002zxy', 'Kermadec Islands region', 'earthquake\r'), +(7100, '1986-11-14 06:33:23', -58.731, -25.266, 18, 5.8, 'mw', 'usp0002zzh', 'South Sandwich Islands region', 'earthquake\r'), +(7101, '1986-11-14 12:59:33', -27.255, -176.505, 44, 5.5, 'mw', 'usp0002zzt', 'Kermadec Islands region', 'earthquake\r'), +(7102, '1986-11-14 21:20:11', 23.901, 121.574, 33.8, 7.4, 'mw', 'usp0003009', 'Taiwan', 'earthquake\r'), +(7103, '1986-11-14 21:42:44', 51.426, -173.821, 33, 5.5, 'mb', 'usp000300a', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7104, '1986-11-14 23:04:37', 23.866, 121.711, 33, 6.3, 'ms', 'usp000300e', 'Taiwan', 'earthquake\r'), +(7105, '1986-11-15 07:24:07', 23.877, 121.677, 28, 5.8, 'mw', 'usp0003016', 'Taiwan', 'earthquake\r'), +(7106, '1986-11-19 04:53:32', -27.221, -176.449, 33, 5.5, 'mw', 'usp000305k', 'Kermadec Islands region', 'earthquake\r'), +(7107, '1986-11-19 09:22:11', -23.961, -179.822, 518.1, 5.5, 'mb', 'usp000305r', 'south of the Fiji Islands', 'earthquake\r'), +(7108, '1986-11-19 14:09:46', -27.135, -176.507, 33, 5.5, 'mw', 'usp000305w', 'Kermadec Islands region', 'earthquake\r'), +(7109, '1986-11-19 17:11:55', -18.889, 168.087, 47.8, 5.5, 'mw', 'usp0003063', 'Vanuatu', 'earthquake\r'), +(7110, '1986-11-20 13:14:25', -16.265, 167.549, 60.2, 5.6, 'mw', 'usp000306y', 'Vanuatu', 'earthquake\r'), +(7111, '1986-11-20 19:54:06', -55.892, -27.338, 89.5, 5.6, 'mb', 'usp0003076', 'South Sandwich Islands region', 'earthquake\r'), +(7112, '1986-11-22 00:41:43', 34.438, 139.52, 9, 6, 'mw', 'usp0003094', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(7113, '1986-11-23 01:39:24', -3.342, -77.411, 105.7, 6.8, 'mw', 'usp00030ah', 'Peru-Ecuador border region', 'earthquake\r'), +(7114, '1986-11-25 13:59:42', 44.12, 16.339, 30.2, 5.6, 'mw', 'usp00030d1', 'Bosnia and Herzegovina', 'earthquake\r'), +(7115, '1986-11-28 22:29:35', 36.345, 141.174, 41.4, 5.8, 'mw', 'usp00030fm', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7116, '1986-11-29 16:54:14', -16.252, -173.93, 105.6, 5.7, 'mw', 'usp00030g3', 'Tonga', 'earthquake\r'), +(7117, '1986-11-30 20:15:30', 38.853, 141.948, 36.9, 6, 'mw', 'usp00030ha', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7118, '1986-12-01 12:30:02', -27.305, -176.402, 33, 6.1, 'mw', 'usp00030ht', 'Kermadec Islands region', 'earthquake\r'), +(7119, '1986-12-01 12:53:49', -27.15, -176.379, 33, 6, 'mw', 'usp00030hw', 'Kermadec Islands region', 'earthquake\r'), +(7120, '1986-12-01 18:51:05', -56.822, 147.258, 10, 5.9, 'mw', 'usp00030j7', 'west of Macquarie Island', 'earthquake\r'), +(7121, '1986-12-03 08:17:52', -15.722, -174.631, 33, 5.5, 'mw', 'usp00030k5', 'Tonga', 'earthquake\r'), +(7122, '1986-12-03 16:59:57', -24.082, -179.92, 527.3, 5.6, 'mw', 'usp00030kf', 'south of the Fiji Islands', 'earthquake\r'), +(7123, '1986-12-03 22:49:51', -27.352, -176.266, 44.4, 5.5, 'mw', 'usp00030kt', 'Kermadec Islands region', 'earthquake\r'), +(7124, '1986-12-05 01:45:36', -36.474, -97.628, 10, 5.8, 'mw', 'usp00030mr', 'West Chile Rise', 'earthquake\r'), +(7125, '1986-12-05 06:56:35', -51.257, 139.199, 10, 6, 'mw', 'usp00030n2', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(7126, '1986-12-05 09:01:52', -27.042, -176.372, 33, 5.5, 'mw', 'usp00030n3', 'Kermadec Islands region', 'earthquake\r'), +(7127, '1986-12-05 22:31:00', -21.715, -173.648, 33.5, 5.7, 'mw', 'usp00030nf', 'Tonga', 'earthquake\r'), +(7128, '1986-12-06 16:55:01', -55.039, -126.777, 10, 5.6, 'mw', 'usp00030nz', 'southern East Pacific Rise', 'earthquake\r'), +(7129, '1986-12-07 05:40:39', 6.783, 95.12, 214.6, 5.8, 'mw', 'usp00030ph', 'Nicobar Islands, India region', 'earthquake\r'), +(7130, '1986-12-07 14:17:10', 43.274, 25.912, 20.5, 5.6, 'mw', 'usp00030pu', 'Bulgaria', 'earthquake\r'), +(7131, '1986-12-07 14:40:29', 0.851, 124.362, 219.7, 6.1, 'mw', 'usp00030pv', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(7132, '1986-12-07 16:56:36', 18.823, -107.2, 10, 6.1, 'mw', 'usp00030py', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(7133, '1986-12-13 18:31:52', -17.955, 167.655, 17.1, 5.8, 'mw', 'usp00030v4', 'Vanuatu', 'earthquake\r'), +(7134, '1986-12-16 08:18:28', -18.012, 167.658, 10, 5.6, 'mw', 'usp00030wv', 'Vanuatu', 'earthquake\r'), +(7135, '1986-12-17 08:31:30', 36.539, 71.125, 224.5, 5.5, 'mw', 'usp00030xt', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7136, '1986-12-19 03:41:55', -9.917, 119.201, 24.9, 6.5, 'mw', 'usp00030zf', 'Sumba region, Indonesia', 'earthquake\r'), +(7137, '1986-12-20 08:21:23', -28.182, -176.859, 44.3, 6.1, 'mw', 'usp000310s', 'Kermadec Islands region', 'earthquake\r'), +(7138, '1986-12-20 21:27:01', -28.171, -176.622, 33.2, 5.5, 'mw', 'usp0003119', 'Kermadec Islands region', 'earthquake\r'), +(7139, '1986-12-21 01:10:51', -28.101, -176.737, 17.1, 6.5, 'mw', 'usp000311j', 'Kermadec Islands region', 'earthquake\r'), +(7140, '1986-12-21 11:34:52', 2.758, 125.825, 131.2, 5.5, 'mw', 'usp000311v', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(7141, '1986-12-22 02:04:19', 0.645, 121.336, 96.1, 5.6, 'mw', 'usp000312h', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(7142, '1986-12-22 14:18:38', -56.879, -48.76, 10, 6.4, 'mw', 'usp000312n', 'Scotia Sea', 'earthquake\r'), +(7143, '1986-12-25 17:17:34', -44.891, -80.105, 10, 6.4, 'mw', 'usp000314z', 'off the coast of Aisen, Chile', 'earthquake\r'), +(7144, '1986-12-25 17:17:39', -44.46, -78.84, 10, 6.3, 'mwc', 'gcmtb122586a', 'off the coast of Aisen, Chile', 'earthquake\r'), +(7145, '1986-12-26 19:51:46', -54.263, 143.82, 10, 5.8, 'mw', 'usp000315t', 'west of Macquarie Island', 'earthquake\r'), +(7146, '1986-12-27 02:28:42', 13.865, 144.503, 116.8, 5.5, 'mb', 'usp0003163', 'Guam region', 'earthquake\r'), +(7147, '1986-12-27 02:29:01', -23.823, -70.06, 41.1, 5.6, 'ms', 'usp0003164', 'Antofagasta, Chile', 'earthquake\r'), +(7148, '1986-12-27 15:46:59', -6.695, 130.816, 57.9, 5.7, 'mw', 'usp000316x', 'Banda Sea', 'earthquake\r'), +(7149, '1986-12-28 20:04:35', -38.775, 78.695, 10, 6.3, 'mw', 'usp000317x', 'Mid-Indian Ridge', 'earthquake\r'), +(7150, '1986-12-29 15:49:59', 15.22, 119.88, 53.1, 5.8, 'mw', 'usp000318q', 'Luzon, Philippines', 'earthquake\r'), +(7151, '1986-12-30 00:38:30', 36.666, 137.896, 10, 5.6, 'mw', 'usp0003198', 'eastern Honshu, Japan', 'earthquake\r'), +(7152, '1986-12-30 09:04:45', -6.416, 130.704, 101.5, 5.6, 'mw', 'usp000319h', 'Banda Sea', 'earthquake\r'), +(7153, '1986-12-30 15:32:14', -20.399, -174.071, 23.7, 6, 'mw', 'usp000319t', 'Tonga', 'earthquake\r'), +(7154, '1987-01-01 16:25:34', -2.715, 138.363, 74, 5.6, 'mw', 'usp00031bc', 'Papua, Indonesia', 'earthquake\r'), +(7155, '1987-01-02 07:42:44', -42.437, -18.428, 10, 5.5, 'mw', 'usp00031br', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(7156, '1987-01-03 15:35:01', -3.408, 146.227, 5, 6.2, 'mw', 'usp00031cb', 'Bismarck Sea', 'earthquake\r'), +(7157, '1987-01-03 16:30:27', -3.443, 146.307, 5, 6.3, 'mw', 'usp00031cd', 'Bismarck Sea', 'earthquake\r'), +(7158, '1987-01-03 22:04:05', -14.998, 167.929, 14.5, 6.7, 'mw', 'usp00031cn', 'Vanuatu', 'earthquake\r'), +(7159, '1987-01-04 01:38:53', -27.193, -176.563, 33, 5.8, 'mw', 'usp00031ct', 'Kermadec Islands region', 'earthquake\r'), +(7160, '1987-01-04 13:22:02', -2.392, 139.466, 32.2, 5.9, 'mw', 'usp00031d6', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(7161, '1987-01-04 17:52:37', 5.973, -82.601, 10, 6.3, 'mw', 'usp00031d9', 'south of Panama', 'earthquake\r'), +(7162, '1987-01-05 12:11:56', 52.448, -169.381, 33, 6.8, 'mw', 'usp00031dt', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7163, '1987-01-05 22:52:47', 41.964, 81.319, 16.5, 5.7, 'mw', 'usp00031e9', 'southern Xinjiang, China', 'earthquake\r'), +(7164, '1987-01-06 05:07:48', 23.976, 121.729, 38.1, 5.7, 'mw', 'usp00031ed', 'Taiwan', 'earthquake\r'), +(7165, '1987-01-09 06:14:45', 39.895, 141.677, 67.7, 6.6, 'mw', 'usp00031hj', 'eastern Honshu, Japan', 'earthquake\r'), +(7166, '1987-01-09 08:01:36', -19.469, -176.538, 33, 6.5, 'mw', 'usp00031hm', 'Fiji region', 'earthquake\r'), +(7167, '1987-01-13 08:03:01', -13.463, 166.477, 52.9, 5.5, 'mw', 'usp00031mn', 'Vanuatu', 'earthquake\r'), +(7168, '1987-01-13 10:55:18', -29.292, -177.524, 59.8, 5.7, 'mw', 'usp00031ms', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(7169, '1987-01-13 13:24:00', 5.784, -78.966, 10, 6, 'mw', 'usp00031mu', 'south of Panama', 'earthquake\r'), +(7170, '1987-01-13 19:30:11', 5.713, -78.734, 10, 5.8, 'mw', 'usp00031n3', 'south of Panama', 'earthquake\r'), +(7171, '1987-01-14 09:38:55', -50.063, -113.884, 10, 6, 'mw', 'usp00031nt', 'southern East Pacific Rise', 'earthquake\r'), +(7172, '1987-01-14 11:03:49', 42.565, 142.85, 102, 6.8, 'mw', 'usp00031nv', 'Hokkaido, Japan region', 'earthquake\r'), +(7173, '1987-01-14 12:44:51', -32.624, -67.252, 158.3, 5.5, 'mb', 'usp00031nx', 'San Luis, Argentina', 'earthquake\r'), +(7174, '1987-01-15 11:11:16', -55.692, -26.227, 49.7, 5.5, 'mb', 'usp00031pk', 'South Sandwich Islands region', 'earthquake\r'), +(7175, '1987-01-16 15:14:59', -52.904, 27.444, 10, 5.6, 'mw', 'usp00031qp', 'south of Africa', 'earthquake\r'), +(7176, '1987-01-17 11:22:02', -10.771, 161.271, 51.4, 5.9, 'mw', 'usp00031r8', 'Solomon Islands', 'earthquake\r'), +(7177, '1987-01-21 04:47:03', -6.664, 129.815, 158.9, 5.7, 'mw', 'usp00031ta', 'Banda Sea', 'earthquake\r'), +(7178, '1987-01-21 11:26:37', 20.608, 144.885, 118.4, 5.9, 'mw', 'usp00031tk', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(7179, '1987-01-22 05:33:16', -18.83, -175.736, 268.5, 5.6, 'mw', 'usp00031uh', 'Tonga', 'earthquake\r'), +(7180, '1987-01-23 17:51:09', 1.646, 126.531, 71.9, 5.9, 'mw', 'usp00031vf', 'Molucca Sea', 'earthquake\r'), +(7181, '1987-01-24 08:09:21', 41.529, 79.318, 28.9, 6.2, 'mw', 'usp00031w0', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(7182, '1987-01-24 08:13:14', 41.412, 79.348, 33, 5.5, 'mb', 'usp00031w1', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(7183, '1987-01-25 10:31:23', 3.054, -79.334, 12.9, 5.8, 'mw', 'usp00031x9', 'south of Panama', 'earthquake\r'), +(7184, '1987-01-27 07:06:52', -32.154, -72.082, 34.5, 5.5, 'mw', 'usp00031yn', 'offshore Valparaiso, Chile', 'earthquake\r'), +(7185, '1987-01-28 09:12:49', -1.18, 129.675, 16.9, 5.8, 'mw', 'usp00031zs', 'Papua region, Indonesia', 'earthquake\r'), +(7186, '1987-01-28 20:14:38', -61.09, 153.856, 10, 5.9, 'mw', 'usp0003203', 'Balleny Islands region', 'earthquake\r'), +(7187, '1987-01-29 02:43:48', 1.265, 126.232, 48.4, 6.4, 'mw', 'usp000320a', 'Molucca Sea', 'earthquake\r'), +(7188, '1987-01-29 03:04:40', -6.342, 154.945, 75, 5.5, 'mb', 'usp000320b', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7189, '1987-01-30 22:29:42', -60.063, -26.916, 47.6, 7, 'mw', 'usp000321p', 'South Sandwich Islands region', 'earthquake\r'), +(7190, '1987-02-01 06:56:01', -0.114, -17.789, 10, 5.6, 'mw', 'usp000323b', 'north of Ascension Island', 'earthquake\r'), +(7191, '1987-02-02 20:18:41', -4.404, 151.827, 10, 5.6, 'mb', 'usp000324q', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7192, '1987-02-03 16:42:41', -37.75, -72.893, 31.9, 5.9, 'mw', 'usp000325b', 'Araucania, Chile', 'earthquake\r'), +(7193, '1987-02-04 02:22:33', 20.053, -156.53, 10, 5.5, 'mw', 'usp000325k', 'Maui region, Hawaii', 'earthquake\r'), +(7194, '1987-02-04 04:41:13', -15.186, -172.933, 33, 5.5, 'mw', 'usp000325s', 'Samoa Islands region', 'earthquake\r'), +(7195, '1987-02-04 16:06:43', -34.719, -179.931, 61, 5.5, 'mw', 'usp0003266', 'south of the Kermadec Islands', 'earthquake\r'), +(7196, '1987-02-06 12:23:48', 36.992, 141.786, 35.6, 6.4, 'mw', 'usp000327c', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7197, '1987-02-06 13:16:18', 36.988, 141.689, 47.7, 6.8, 'mw', 'usp000327d', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7198, '1987-02-07 10:46:23', -59.145, 159.015, 33, 5.6, 'mw', 'usp0003287', 'Macquarie Island region', 'earthquake\r'), +(7199, '1987-02-07 11:57:34', -5.8, 147.742, 27.4, 6.2, 'mw', 'usp0003289', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7200, '1987-02-08 17:48:49', 1.604, 126.588, 16.9, 6.2, 'mw', 'usp000329f', 'Molucca Sea', 'earthquake\r'), +(7201, '1987-02-08 18:33:58', -6.088, 147.689, 54.9, 7.4, 'ms', 'usp000329h', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7202, '1987-02-08 18:42:45', -5.835, 147.747, 33, 5.5, 'mb', 'usp000329j', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7203, '1987-02-09 02:11:10', -5.99, 147.708, 33, 5.8, 'mw', 'usp00032a4', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7204, '1987-02-09 02:15:25', -5.98, 147.69, 33, 5.6, 'mb', 'usp00032a5', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7205, '1987-02-09 06:48:00', -6.145, 147.691, 33, 5.7, 'mw', 'usp00032af', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7206, '1987-02-09 14:25:31', -6.137, 147.722, 48.8, 5.6, 'mw', 'usp00032aw', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7207, '1987-02-09 18:17:31', -6.002, 147.802, 44.1, 6, 'mw', 'usp00032b2', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7208, '1987-02-10 00:59:29', -19.489, -177.456, 394.5, 6.5, 'mw', 'usp00032bc', 'Fiji region', 'earthquake\r'), +(7209, '1987-02-10 12:21:59', -6.012, 147.779, 40.3, 5.5, 'mw', 'usp00032bz', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7210, '1987-02-11 01:14:41', -6.995, 146.991, 18.8, 5.5, 'mw', 'usp00032cp', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7211, '1987-02-11 06:12:53', 18.831, 120.981, 23.5, 6, 'mw', 'usp00032ct', 'Luzon, Philippines', 'earthquake\r'), +(7212, '1987-02-11 07:56:13', -15.834, 167.355, 23.9, 6.4, 'ms', 'usp00032cx', 'Vanuatu', 'earthquake\r'), +(7213, '1987-02-11 17:42:51', 43.169, 132.286, 499.1, 6.1, 'mw', 'usp00032da', 'Primor\'\'ye, Russia', 'earthquake\r'), +(7214, '1987-02-13 07:18:29', 0.67, 126.167, 32.2, 6.8, 'mw', 'usp00032ej', 'Molucca Sea', 'earthquake\r'), +(7215, '1987-02-14 06:34:39', -15.467, 167.559, 119.7, 5.7, 'mw', 'usp00032fg', 'Vanuatu', 'earthquake\r'), +(7216, '1987-02-14 13:38:23', -17.926, -178.632, 566.3, 5.7, 'mw', 'usp00032fr', 'Fiji region', 'earthquake\r'), +(7217, '1987-02-14 15:44:16', -45.698, -76.058, 10, 5.9, 'mw', 'usp00032fw', 'off the coast of Aisen, Chile', 'earthquake\r'), +(7218, '1987-02-14 16:42:18', 54.72, 161.741, 33, 5.5, 'mw', 'usp00032fy', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(7219, '1987-02-15 22:38:44', -15.57, -179.25, 33, 5.7, 'mwc', 'gcmtb021587a', 'Fiji region', 'earthquake\r'), +(7220, '1987-02-15 22:38:45', -15.563, -177.204, 33, 5.7, 'mw', 'usp00032hb', 'Fiji region', 'earthquake\r'), +(7221, '1987-02-16 02:45:43', -32.144, -178.987, 58.7, 5.5, 'mb', 'usp00032hf', 'south of the Kermadec Islands', 'earthquake\r'), +(7222, '1987-02-16 17:28:11', 0.838, 126.186, 25.1, 6.2, 'mw', 'usp00032hy', 'Molucca Sea', 'earthquake\r'), +(7223, '1987-02-17 04:19:58', -19.676, 168.761, 33, 5.7, 'mw', 'usp00032jc', 'Vanuatu', 'earthquake\r'), +(7224, '1987-02-17 06:16:12', -32.793, -179.304, 10, 6.8, 'mw', 'usp00032jj', 'south of the Kermadec Islands', 'earthquake\r'), +(7225, '1987-02-17 12:56:56', -58.705, -25.157, 33, 5.5, 'mw', 'usp00032jt', 'South Sandwich Islands region', 'earthquake\r'), +(7226, '1987-02-18 00:00:53', 51.298, -179.279, 33, 6.2, 'mw', 'usp00032k6', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7227, '1987-02-18 10:32:14', -55.728, -27.022, 33, 5.5, 'mw', 'usp00032ke', 'South Sandwich Islands region', 'earthquake\r'), +(7228, '1987-02-21 15:26:27', -6.103, 147.778, 43.7, 5.5, 'mw', 'usp00032na', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7229, '1987-02-23 02:43:40', -57.922, -25.35, 26.8, 6.2, 'mw', 'usp00032pt', 'South Sandwich Islands region', 'earthquake\r'), +(7230, '1987-02-23 15:49:55', -15.854, 167.891, 233.6, 6.9, 'mw', 'usp00032q7', 'Vanuatu', 'earthquake\r'), +(7231, '1987-02-24 00:51:27', -56.608, 147.329, 10, 6, 'mw', 'usp00032qm', 'west of Macquarie Island', 'earthquake\r'), +(7232, '1987-02-25 01:07:53', -2.48, 141.879, 30, 5.6, 'mw', 'usp00032rf', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(7233, '1987-02-25 11:27:14', -6.123, 147.637, 64.7, 6.1, 'mw', 'usp00032rr', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7234, '1987-02-25 15:20:18', 18.808, 121.08, 16, 5.6, 'mw', 'usp00032rz', 'Luzon, Philippines', 'earthquake\r'), +(7235, '1987-02-25 19:56:36', 38.102, 91.179, 25.5, 5.8, 'mw', 'usp00032s6', 'Xinjiang-Qinghai border region, China', 'earthquake\r'), +(7236, '1987-02-27 08:31:54', 53.47, -167.291, 10, 6.9, 'mw', 'usp00032u7', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7237, '1987-02-27 23:34:52', 38.473, 20.29, 5, 5.7, 'mw', 'usp00032uz', 'Greece', 'earthquake\r'), +(7238, '1987-02-28 06:52:03', 36.957, 141.603, 48.5, 5.6, 'mw', 'usp00032vc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7239, '1987-03-02 01:42:34', -37.965, 176.765, 19.2, 6.5, 'mw', 'usp00032x6', 'North Island of New Zealand', 'earthquake\r'), +(7240, '1987-03-02 01:50:59', -37.817, 176.949, 18.3, 5.8, 'mb', 'usp00032x7', 'North Island of New Zealand', 'earthquake\r'), +(7241, '1987-03-02 05:57:44', -45.708, 96.212, 10, 6.2, 'mw', 'usp00032xb', 'southeast Indian Ridge', 'earthquake\r'), +(7242, '1987-03-02 07:55:09', -37.912, 176.848, 10, 5.5, 'mb', 'usp00032xd', 'North Island of New Zealand', 'earthquake\r'), +(7243, '1987-03-03 01:32:12', 46.347, 152.013, 96.2, 5.7, 'mw', 'usp00032y3', 'Kuril Islands', 'earthquake\r'), +(7244, '1987-03-04 06:25:23', -6.528, 147.921, 16.1, 5.5, 'mw', 'usp00032zb', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7245, '1987-03-05 09:17:05', -24.388, -70.161, 62.3, 7.6, 'mw', 'usp0003304', 'Antofagasta, Chile', 'earthquake\r'), +(7246, '1987-03-05 09:51:53', -24.432, -70.216, 43, 5.6, 'mb', 'usp0003306', 'Antofagasta, Chile', 'earthquake\r'), +(7247, '1987-03-05 09:56:09', -24.463, -70.466, 48.2, 5.6, 'mb', 'usp0003307', 'Antofagasta, Chile', 'earthquake\r'), +(7248, '1987-03-05 10:55:12', -24.495, -70.701, 34.8, 7, 'mw', 'usp0003308', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(7249, '1987-03-05 19:47:09', -5.887, 146.653, 56, 5.5, 'mw', 'usp000330g', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7250, '1987-03-06 01:54:50', 0.048, -77.653, 14.1, 6.4, 'mw', 'usp000330t', 'Colombia-Ecuador border region', 'earthquake\r'), +(7251, '1987-03-06 04:10:42', 0.151, -77.821, 10, 7.2, 'mw', 'usp000330w', 'Colombia-Ecuador border region', 'earthquake\r'), +(7252, '1987-03-06 07:06:44', -24.089, -70.104, 41.3, 6.1, 'mw', 'usp0003313', 'Antofagasta, Chile', 'earthquake\r'), +(7253, '1987-03-06 08:14:48', 0.022, -77.927, 8.5, 6, 'mw', 'usp0003315', 'Colombia-Ecuador border region', 'earthquake\r'), +(7254, '1987-03-06 09:39:55', -24.149, -70.118, 45.6, 6.2, 'mw', 'usp0003319', 'Antofagasta, Chile', 'earthquake\r'), +(7255, '1987-03-06 10:23:27', 14.59, -92.287, 95.4, 5.6, 'mw', 'usp000331c', 'Chiapas, Mexico', 'earthquake\r'), +(7256, '1987-03-06 13:48:42', 51.135, 179.587, 54.4, 5.7, 'mw', 'usp000331e', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7257, '1987-03-07 06:11:17', -16.022, 167.399, 35.7, 5.9, 'mw', 'usp000332c', 'Vanuatu', 'earthquake\r'), +(7258, '1987-03-07 19:43:07', -15.988, -172.716, 33, 5.7, 'mw', 'usp000332y', 'Samoa Islands region', 'earthquake\r'), +(7259, '1987-03-10 00:22:36', -18.448, -72.035, 41.2, 5.8, 'mw', 'usp0003354', 'off the coast of southern Peru', 'earthquake\r'), +(7260, '1987-03-10 02:18:10', -18.341, -71.976, 36.9, 5.6, 'mw', 'usp0003359', 'off the coast of Tarapaca, Chile', 'earthquake\r'), +(7261, '1987-03-10 03:24:13', 36.924, 141.662, 47.3, 5.6, 'mw', 'usp000335a', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7262, '1987-03-10 16:14:53', 40.612, 145.259, 39.3, 5.8, 'mw', 'usp000335y', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(7263, '1987-03-10 18:24:34', 40.595, 145.235, 37.5, 5.5, 'mw', 'usp0003362', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(7264, '1987-03-12 01:57:17', 49.939, 78.823, 0, 5.5, 'mb', 'usp000337f', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7265, '1987-03-12 12:18:12', 15.61, -94.597, 40, 6.1, 'mw', 'usp0003380', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(7266, '1987-03-12 23:10:31', -0.268, -18.147, 10, 5.5, 'mw', 'usp000338b', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7267, '1987-03-13 06:32:01', -31.84, -177.551, 33, 5.5, 'mw', 'usp000338u', 'Kermadec Islands region', 'earthquake\r'), +(7268, '1987-03-13 06:32:04', -31.85, -176.42, 33, 5.5, 'mwc', 'gcmtb031387c', 'Kermadec Islands region', 'earthquake\r'), +(7269, '1987-03-13 06:56:33', 12.301, -87.432, 60.4, 5.6, 'mw', 'usp000338x', 'near the coast of Nicaragua', 'earthquake\r'), +(7270, '1987-03-13 07:40:20', -23.771, -177.301, 50.2, 5.6, 'mw', 'usp0003391', 'south of the Fiji Islands', 'earthquake\r'), +(7271, '1987-03-13 08:21:49', -23.778, -177.325, 32.1, 6.2, 'mw', 'usp0003394', 'south of the Fiji Islands', 'earthquake\r'), +(7272, '1987-03-14 06:10:05', -23.52, -177.467, 40.1, 5.6, 'mw', 'usp00033a3', 'south of the Fiji Islands', 'earthquake\r'), +(7273, '1987-03-14 20:18:38', -38.897, -92.203, 10, 5.9, 'mw', 'usp00033ac', 'West Chile Rise', 'earthquake\r'), +(7274, '1987-03-15 05:06:53', 24.945, 127.096, 22.5, 5.5, 'ms', 'usp00033ap', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(7275, '1987-03-15 05:11:17', 15.609, -94.581, 39.8, 5.9, 'mw', 'usp00033ar', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(7276, '1987-03-15 06:03:02', -24.285, -70.557, 23.6, 5.5, 'mw', 'usp00033au', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(7277, '1987-03-15 16:14:46', -10.365, 91.617, 10, 5.5, 'mw', 'usp00033bd', 'South Indian Ocean', 'earthquake\r'), +(7278, '1987-03-15 21:42:17', -5.314, 151.488, 62.5, 5.6, 'mw', 'usp00033bn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7279, '1987-03-16 12:21:39', -6.441, 147.652, 24.2, 5.5, 'mw', 'usp00033c2', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7280, '1987-03-16 12:33:36', -6.414, 147.645, 29.2, 5.6, 'mw', 'usp00033c3', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7281, '1987-03-16 15:49:37', -6.446, 147.603, 26, 6, 'mw', 'usp00033c8', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7282, '1987-03-16 16:39:56', -10.9, 165.942, 56.8, 5.7, 'mw', 'usp00033c9', 'Santa Cruz Islands', 'earthquake\r'), +(7283, '1987-03-18 00:22:49', 2.114, 126.571, 29.7, 6.1, 'mw', 'usp00033dc', 'Molucca Sea', 'earthquake\r'), +(7284, '1987-03-18 03:36:30', 32.034, 131.837, 54, 6.7, 'mw', 'usp00033dd', 'Kyushu, Japan', 'earthquake\r'), +(7285, '1987-03-18 08:52:48', -30.188, -177.612, 27.7, 5.6, 'mw', 'usp00033dq', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(7286, '1987-03-19 17:14:41', -14.898, 167.225, 149.6, 5.8, 'mw', 'usp00033ez', 'Vanuatu', 'earthquake\r'), +(7287, '1987-03-19 21:27:50', 29.229, 137.907, 536.8, 5.7, 'mw', 'usp00033f3', 'Izu Islands, Japan region', 'earthquake\r'), +(7288, '1987-03-19 22:51:39', -20.397, -176.134, 213.5, 6.6, 'mw', 'usp00033f4', 'Fiji region', 'earthquake\r'), +(7289, '1987-03-21 10:41:36', 52.056, -177.547, 93.3, 6.4, 'mw', 'usp00033gg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7290, '1987-03-21 12:08:59', 8.816, -83.404, 24, 5.8, 'mw', 'usp00033gj', 'Costa Rica', 'earthquake\r'), +(7291, '1987-03-22 02:49:16', 51.594, -173.574, 19.8, 6.2, 'mw', 'usp00033h9', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7292, '1987-03-22 03:23:58', -24.058, -70.142, 40.2, 6.1, 'mw', 'usp00033hb', 'Antofagasta, Chile', 'earthquake\r'), +(7293, '1987-03-24 12:49:47', 37.447, 137.865, 23.3, 5.7, 'mw', 'usp00033kk', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(7294, '1987-03-26 06:47:11', -21.517, -173.801, 20.3, 5.6, 'mw', 'usp00033nc', 'Tonga', 'earthquake\r'), +(7295, '1987-03-26 16:17:38', -13.731, 167.197, 191, 6.2, 'mw', 'usp00033np', 'Vanuatu', 'earthquake\r'), +(7296, '1987-03-26 18:32:26', -21.39, -174.459, 81.3, 6.1, 'mw', 'usp00033ns', 'Tonga', 'earthquake\r'), +(7297, '1987-03-28 11:26:38', 30.658, 131.328, 40.1, 5.7, 'mw', 'usp00033qb', 'Kyushu, Japan', 'earthquake\r'), +(7298, '1987-03-28 23:31:58', -5.275, 152.563, 54.1, 5.7, 'mw', 'usp00033qy', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7299, '1987-03-29 09:17:35', -17.244, 167.886, 21.8, 5.7, 'mw', 'usp00033rd', 'Vanuatu', 'earthquake\r'), +(7300, '1987-04-01 01:48:09', -22.767, -66.205, 248.7, 7, 'mw', 'usp00033th', 'Jujuy, Argentina', 'earthquake\r'), +(7301, '1987-04-02 18:45:42', 36.104, 71.156, 102.6, 5.6, 'mw', 'usp00033v8', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7302, '1987-04-03 01:17:08', 49.928, 78.829, 0, 6.2, 'mb', 'usp00033vd', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7303, '1987-04-03 17:54:24', -4.731, 144.216, 91.2, 6, 'mw', 'usp00033wb', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(7304, '1987-04-05 11:33:29', -42.363, -18.565, 10, 5.5, 'mw', 'usp00033xv', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(7305, '1987-04-07 00:40:43', 37.363, 141.796, 29.4, 6.7, 'mw', 'usp00033z3', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7306, '1987-04-07 00:51:37', -22.782, -66.074, 205.2, 5.5, 'mb', 'usp00033z4', 'Jujuy, Argentina', 'earthquake\r'), +(7307, '1987-04-08 09:49:38', -5.436, 152.928, 50.3, 5.5, 'mw', 'usp0003408', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7308, '1987-04-08 17:42:37', 11.678, -86.401, 55.8, 6.4, 'mw', 'usp000340n', 'near the coast of Nicaragua', 'earthquake\r'), +(7309, '1987-04-09 00:48:56', 1.242, 128.432, 45, 6.3, 'mw', 'usp000340y', 'Halmahera, Indonesia', 'earthquake\r'), +(7310, '1987-04-09 22:59:55', 52.834, -168.309, 33, 5.7, 'mw', 'usp000341w', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7311, '1987-04-11 19:02:06', 1.024, 128.462, 33, 5.6, 'mw', 'usp0003439', 'Halmahera, Indonesia', 'earthquake\r'), +(7312, '1987-04-13 08:06:41', -37.332, 78.218, 10, 5.7, 'mw', 'usp000344f', 'Mid-Indian Ridge', 'earthquake\r'), +(7313, '1987-04-14 02:08:14', 18.802, 146.951, 22.9, 6.1, 'mw', 'usp000344z', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(7314, '1987-04-14 06:10:51', 18.796, 146.992, 36.8, 5.7, 'mw', 'usp000345e', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(7315, '1987-04-14 17:20:40', -58.341, -25.421, 33, 5.7, 'mw', 'usp000345v', 'South Sandwich Islands region', 'earthquake\r'), +(7316, '1987-04-16 13:23:40', -22.278, 171.815, 33, 5.9, 'mw', 'usp0003473', 'southeast of the Loyalty Islands', 'earthquake\r'), +(7317, '1987-04-16 19:23:26', 37.065, 141.473, 54.9, 6.1, 'mw', 'usp000347a', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7318, '1987-04-17 00:33:49', 15.348, 145.78, 102.4, 5.5, 'mw', 'usp000347m', 'Saipan region, Northern Mariana Islands', 'earthquake\r'), +(7319, '1987-04-17 01:03:05', 49.886, 78.691, 0, 6, 'mb', 'usp000347p', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7320, '1987-04-20 09:31:38', -21.654, -179.137, 570.1, 5.8, 'mw', 'usp00034ac', 'Fiji region', 'earthquake\r'), +(7321, '1987-04-21 15:28:40', -22.74, 170.261, 14.6, 6.1, 'mw', 'usp00034bb', 'southeast of the Loyalty Islands', 'earthquake\r'), +(7322, '1987-04-22 20:13:23', 37.155, 141.573, 30.3, 6.7, 'mw', 'usp00034cp', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7323, '1987-04-25 12:16:49', 15.877, 120.226, 106, 5.6, 'mb', 'usp00034f8', 'Luzon, Philippines', 'earthquake\r'), +(7324, '1987-04-25 12:16:52', 16.066, 120.301, 107, 6.9, 'mw', 'usp00034f9', 'Luzon, Philippines', 'earthquake\r'), +(7325, '1987-04-25 19:22:07', 2.244, 98.866, 11.1, 6.4, 'mw', 'usp00034fg', 'northern Sumatra, Indonesia', 'earthquake\r'), +(7326, '1987-04-26 07:50:54', -17.288, -174.944, 279.1, 5.7, 'mw', 'usp00034g2', 'Tonga', 'earthquake\r'), +(7327, '1987-04-26 15:47:41', -57.384, -24.552, 33, 5.8, 'mw', 'usp00034gf', 'South Sandwich Islands region', 'earthquake\r'), +(7328, '1987-04-28 00:01:18', -38.724, 47.386, 10, 5.5, 'mw', 'usp00034j1', 'Southwest Indian Ridge', 'earthquake\r'), +(7329, '1987-04-28 15:32:31', 2.052, 99.086, 19.3, 5.8, 'mw', 'usp00034je', 'northern Sumatra, Indonesia', 'earthquake\r'), +(7330, '1987-04-29 01:45:23', 27.437, 56.109, 8.9, 5.7, 'mw', 'usp00034jt', 'southern Iran', 'earthquake\r'), +(7331, '1987-04-29 14:27:36', -19.013, -177.736, 384.9, 6.5, 'mw', 'usp00034k1', 'Fiji region', 'earthquake\r'), +(7332, '1987-04-30 02:40:04', -3.214, 138.733, 40.9, 5.6, 'mw', 'usp00034kg', 'Papua, Indonesia', 'earthquake\r'), +(7333, '1987-04-30 05:17:37', 39.761, 74.573, 8, 5.7, 'mw', 'usp00034kh', 'southern Xinjiang, China', 'earthquake\r'), +(7334, '1987-05-03 16:46:11', -20.833, -178.577, 569.1, 5.7, 'mw', 'usp00034pd', 'Fiji region', 'earthquake\r'), +(7335, '1987-05-04 23:48:34', 37.618, -31.913, 10, 5.5, 'mw', 'usp00034qh', 'Azores Islands region', 'earthquake\r'), +(7336, '1987-05-05 10:50:55', -0.003, -19.152, 10, 6.2, 'mw', 'usp00034ra', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7337, '1987-05-05 15:40:48', 36.48, 70.673, 202.1, 6.2, 'mw', 'usp00034re', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7338, '1987-05-06 04:02:06', 49.83, 78.125, 0, 5.6, 'mb', 'usp00034rx', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7339, '1987-05-06 04:06:14', 51.272, -179.898, 20.1, 6.8, 'mw', 'usp00034ry', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7340, '1987-05-06 12:39:49', -5.715, 152.656, 20, 6.5, 'mw', 'usp00034sg', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7341, '1987-05-07 03:05:49', 46.736, 139.232, 430, 6.8, 'mw', 'usp00034sx', 'Tatar Strait, Russia', 'earthquake\r'), +(7342, '1987-05-09 06:32:35', -11.343, 165.745, 46.4, 5.6, 'mw', 'usp00034uu', 'Santa Cruz Islands', 'earthquake\r'), +(7343, '1987-05-09 08:05:38', 19.202, 145.521, 149.3, 5.6, 'mw', 'usp00034uv', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(7344, '1987-05-10 15:16:22', -30.911, -65.503, 178.2, 5.5, 'mw', 'usp00034w5', 'Cordoba, Argentina', 'earthquake\r'), +(7345, '1987-05-11 07:47:40', -14.645, 167.326, 162.5, 5.5, 'mw', 'usp00034x0', 'Vanuatu', 'earthquake\r'), +(7346, '1987-05-11 09:59:34', 4.47, 127.709, 94, 6.5, 'mw', 'usp00034x3', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(7347, '1987-05-11 20:51:44', 38.902, 141.988, 52.7, 5.8, 'mw', 'usp00034xm', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7348, '1987-05-12 01:30:25', 7.09, 126.701, 24.7, 6.7, 'mw', 'usp00034xs', 'Mindanao, Philippines', 'earthquake\r'), +(7349, '1987-05-12 07:15:13', 28.165, 55.559, 40.2, 5.5, 'mw', 'usp00034y4', 'southern Iran', 'earthquake\r'), +(7350, '1987-05-12 13:56:26', -5.271, 151.342, 84.8, 6.1, 'mw', 'usp00034yc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7351, '1987-05-14 15:57:27', -33.73, -72.198, 31.2, 5.8, 'ms', 'usp0003504', 'offshore Valparaiso, Chile', 'earthquake\r'), +(7352, '1987-05-14 16:04:26', -5.644, -81.377, 28.6, 6, 'mw', 'usp0003507', 'near the coast of northern Peru', 'earthquake\r'), +(7353, '1987-05-15 13:49:14', -50.056, -115.082, 10, 5.5, 'mw', 'usp0003512', 'southern East Pacific Rise', 'earthquake\r'), +(7354, '1987-05-17 05:12:12', -13.568, 167.154, 176.8, 5.6, 'mw', 'usp000352d', 'Vanuatu', 'earthquake\r'), +(7355, '1987-05-17 11:48:08', -18.015, -178.49, 611.3, 5.5, 'mw', 'usp000352p', 'Fiji region', 'earthquake\r'), +(7356, '1987-05-18 01:53:51', 25.271, 94.202, 49.5, 6.3, 'mw', 'usp0003533', 'Myanmar-India border region', 'earthquake\r'), +(7357, '1987-05-18 03:07:34', 49.282, 147.693, 542, 6.8, 'mw', 'usp0003536', 'Sea of Okhotsk', 'earthquake\r'), +(7358, '1987-05-18 07:18:03', 44.408, 147.102, 110.6, 5.5, 'mw', 'usp000353a', 'Kuril Islands', 'earthquake\r'), +(7359, '1987-05-18 07:23:24', -2.229, 100.033, 33, 6, 'ms', 'usp000353b', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(7360, '1987-05-18 07:27:00', 8.302, 125.362, 16.4, 6.3, 'mw', 'usp000353c', 'Mindanao, Philippines', 'earthquake\r'), +(7361, '1987-05-18 18:33:20', -16.217, 178.302, 33, 5.7, 'mw', 'usp000353n', 'Fiji', 'earthquake\r'), +(7362, '1987-05-19 00:14:33', 29.862, 139.067, 417, 5.6, 'mw', 'usp000353s', 'Izu Islands, Japan region', 'earthquake\r'), +(7363, '1987-05-19 12:56:25', -30.284, -71.484, 36.4, 6.2, 'mw', 'usp000353z', 'Coquimbo, Chile', 'earthquake\r'), +(7364, '1987-05-19 16:58:19', -21.185, -174.254, 33, 5.6, 'mw', 'usp0003543', 'Tonga', 'earthquake\r'), +(7365, '1987-05-20 17:04:58', -21.893, -138.964, 0, 5.6, 'mb', 'usp000354z', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(7366, '1987-05-23 17:09:04', 8.047, 125.41, 32, 5.7, 'mw', 'usp0003578', 'Mindanao, Philippines', 'earthquake\r'), +(7367, '1987-05-25 11:31:54', 63.85, -19.728, 7.6, 6, 'mw', 'usp0003588', 'Iceland', 'earthquake\r'), +(7368, '1987-05-26 12:07:53', 38.222, 142.318, 36.6, 5.5, 'mw', 'usp0003596', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7369, '1987-05-30 02:59:37', -15.322, -173.555, 33, 5.7, 'mw', 'usp00035ck', 'Tonga', 'earthquake\r'), +(7370, '1987-06-01 00:15:14', 51.54, -177.509, 33, 5.5, 'mw', 'usp00035eb', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7371, '1987-06-02 03:11:51', 9.093, -83.869, 40.4, 5.5, 'mw', 'usp00035fa', 'Costa Rica', 'earthquake\r'), +(7372, '1987-06-02 16:44:51', -4.537, 151.941, 144.9, 5.6, 'mw', 'usp00035fr', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7373, '1987-06-03 08:15:47', -6.356, 148.838, 60.8, 5.6, 'mw', 'usp00035g8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7374, '1987-06-04 23:45:42', -4.615, 101.96, 42.8, 5.8, 'mw', 'usp00035h9', 'southern Sumatra, Indonesia', 'earthquake\r'), +(7375, '1987-06-05 00:08:21', 39.729, 142.82, 58.8, 5.5, 'ms', 'usp00035hc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7376, '1987-06-05 04:59:58', 41.584, 88.737, 0, 6.2, 'mb', 'usp00035hr', 'southern Xinjiang, China', 'nuclear explosion\r'), +(7377, '1987-06-05 16:23:17', 11.574, 141.641, 33, 5.5, 'mw', 'usp00035j1', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(7378, '1987-06-05 21:25:11', 5.381, 127.534, 45.1, 6.1, 'mw', 'usp00035j7', 'Philippine Islands region', 'earthquake\r'), +(7379, '1987-06-05 22:00:03', 5.265, 127.513, 47, 5.8, 'mw', 'usp00035j8', 'Philippine Islands region', 'earthquake\r'), +(7380, '1987-06-05 22:50:47', 5.333, 127.397, 69.1, 5.5, 'mw', 'usp00035j9', 'Philippine Islands region', 'earthquake\r'), +(7381, '1987-06-06 15:43:55', -57.708, -142.509, 10, 5.6, 'ms', 'usp00035k1', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(7382, '1987-06-06 18:40:27', 10.672, 126.115, 14.4, 6.5, 'mw', 'usp00035k6', 'Philippine Islands region', 'earthquake\r'), +(7383, '1987-06-07 05:49:44', 20.429, 121.366, 14.8, 6.3, 'mw', 'usp00035kr', 'Batan Islands region, Philippines', 'earthquake\r'), +(7384, '1987-06-07 14:48:50', -0.378, -19.076, 10, 5.8, 'mw', 'usp00035m4', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7385, '1987-06-09 06:19:25', -6.366, 148.832, 54.3, 6.3, 'mw', 'usp00035nc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7386, '1987-06-09 18:39:17', 12.752, -44.537, 10, 5.6, 'mw', 'usp00035nu', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(7387, '1987-06-09 22:46:12', -35.278, -106.666, 10, 5.6, 'mw', 'usp00035p3', 'southern East Pacific Rise', 'earthquake\r'), +(7388, '1987-06-10 01:56:38', -2.766, 138.952, 35.3, 5.6, 'mw', 'usp00035p9', 'Papua, Indonesia', 'earthquake\r'), +(7389, '1987-09-28 07:15:38', -18.404, 168.266, 31.6, 6.1, 'mw', 'usp00038t5', 'Vanuatu', 'earthquake\r'), +(7390, '1987-06-10 16:03:55', 4.135, 94.81, 52.1, 5.8, 'mw', 'usp00035pp', 'off the west coast of northern Sumatra', 'earthquake\r'), +(7391, '1987-06-10 19:51:30', -60.167, -26.954, 33, 6.2, 'mw', 'usp00035pt', 'South Sandwich Islands region', 'earthquake\r'), +(7392, '1987-06-12 13:06:50', -49.649, 117.337, 10, 5.5, 'mw', 'usp00035r4', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(7393, '1987-06-13 10:40:17', -19.706, -179.807, 488.2, 5.6, 'mw', 'usp00035rq', 'Fiji region', 'earthquake\r'), +(7394, '1987-06-13 14:00:39', 44.671, 150.392, 42.4, 6, 'mw', 'usp00035rx', 'east of the Kuril Islands', 'earthquake\r'), +(7395, '1987-06-14 05:04:34', -35.487, -179.585, 33, 5.8, 'ms', 'usp00035sb', 'east of the North Island of New Zealand', 'earthquake\r'), +(7396, '1987-06-14 05:07:27', 10.429, 126.147, 13.1, 6.2, 'mw', 'usp00035sc', 'Philippine Islands region', 'earthquake\r'), +(7397, '1987-06-14 05:26:03', 10.383, 126.266, 41.3, 5.6, 'ms', 'usp00035se', 'Philippine Islands region', 'earthquake\r'), +(7398, '1987-06-14 18:22:12', -58.269, -65.623, 10, 5.5, 'mw', 'usp00035sy', 'Drake Passage', 'earthquake\r'), +(7399, '1987-06-15 06:23:10', -12.479, -76.731, 51.3, 5.5, 'mw', 'usp00035td', 'near the coast of central Peru', 'earthquake\r'), +(7400, '1987-06-15 06:31:45', 3.915, 125.949, 136.1, 5.6, 'mb', 'usp00035te', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(7401, '1987-06-15 17:14:07', -35.853, -179.795, 33, 5.5, 'ms', 'usp00035ts', 'east of the North Island of New Zealand', 'earthquake\r'), +(7402, '1987-06-16 20:17:02', -22.931, -176.727, 146.1, 5.6, 'mw', 'usp00035uj', 'south of the Fiji Islands', 'earthquake\r'), +(7403, '1987-06-17 01:32:54', -5.577, 130.791, 67.3, 7.1, 'mw', 'usp00035ur', 'Banda Sea', 'earthquake\r'), +(7404, '1987-06-18 10:01:07', 17.291, 121.356, 42.8, 5.9, 'mw', 'usp00035w5', 'Luzon, Philippines', 'earthquake\r'), +(7405, '1987-06-18 14:03:15', -10.707, 162.326, 73, 6.3, 'mw', 'usp00035w8', 'Solomon Islands', 'earthquake\r'), +(7406, '1987-06-19 19:00:05', -21.213, -68.362, 86.4, 5.7, 'mw', 'usp00035x2', 'Antofagasta, Chile', 'earthquake\r'), +(7407, '1987-06-20 00:53:05', 49.913, 78.735, 0, 6.1, 'mb', 'usp00035xc', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7408, '1987-06-20 05:39:33', -7.053, 129.637, 86.5, 5.7, 'mw', 'usp00035xk', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(7409, '1987-06-21 00:02:46', 2.267, 126.908, 70.3, 5.5, 'mw', 'usp00035yd', 'Molucca Sea', 'earthquake\r'), +(7410, '1987-06-21 05:46:10', 54.211, -162.601, 33.6, 6.5, 'mw', 'usp00035yn', 'Alaska Peninsula', 'earthquake\r'), +(7411, '1987-06-21 05:55:27', 54.285, -162.597, 33, 5.5, 'mb', 'usp00035yp', 'Alaska Peninsula', 'earthquake\r'), +(7412, '1987-06-21 10:08:59', -57.295, -66.815, 33, 5.5, 'mw', 'usp00035z0', 'Drake Passage', 'earthquake\r'), +(7413, '1987-06-22 05:16:34', -27.573, -178.543, 291.5, 5.8, 'mw', 'usp00035zr', 'Kermadec Islands region', 'earthquake\r'), +(7414, '1987-06-22 19:23:35', 7.374, -82.219, 19, 5.7, 'mw', 'usp0003606', 'south of Panama', 'earthquake\r'), +(7415, '1987-06-24 03:30:31', -21.179, 173.581, 33, 6.5, 'mw', 'usp0003615', 'Vanuatu region', 'earthquake\r'), +(7416, '1987-06-24 10:16:33', -21.069, 173.298, 33, 5.8, 'mw', 'usp000361g', 'Vanuatu region', 'earthquake\r'), +(7417, '1987-06-24 10:42:25', -21.243, 173.64, 33, 5.8, 'mw', 'usp000361h', 'Vanuatu region', 'earthquake\r'), +(7418, '1987-06-24 13:28:00', -59.657, -26.127, 33, 5.8, 'mw', 'usp000361n', 'South Sandwich Islands region', 'earthquake\r'), +(7419, '1987-06-25 02:49:40', 47.297, -27.463, 10, 5.7, 'mw', 'usp000362a', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(7420, '1987-06-26 23:05:48', -21.276, 169.18, 23.8, 6.1, 'mw', 'usp000363t', 'southeast of the Loyalty Islands', 'earthquake\r'), +(7421, '1987-06-27 00:17:05', -2.164, 138.17, 20.7, 6.6, 'mw', 'usp000363y', 'Papua, Indonesia', 'earthquake\r'), +(7422, '1987-06-27 09:09:06', -14.097, -75.979, 61, 6.2, 'mw', 'usp000364p', 'near the coast of central Peru', 'earthquake\r'), +(7423, '1987-06-27 16:29:16', -15.631, -173.072, 33, 5.6, 'mw', 'usp000364x', 'Tonga', 'earthquake\r'), +(7424, '1987-06-27 22:05:20', -21.126, 169.206, 31.6, 5.6, 'mw', 'usp0003654', 'southeast of the Loyalty Islands', 'earthquake\r'), +(7425, '1987-06-30 10:59:39', -1.07, -13.054, 10, 5.6, 'mw', 'usp0003671', 'north of Ascension Island', 'earthquake\r'), +(7426, '1987-07-03 09:52:57', 24.066, -108.788, 10, 5.6, 'mw', 'usp000369h', 'Gulf of California', 'earthquake\r'), +(7427, '1987-07-03 10:10:44', 31.196, 130.322, 168.2, 5.8, 'mb', 'usp000369j', 'Kyushu, Japan', 'earthquake\r'), +(7428, '1987-07-03 18:04:00', -6.786, 72.247, 26, 5.7, 'mw', 'usp00036a2', 'Chagos Archipelago region', 'earthquake\r'), +(7429, '1987-07-05 09:23:00', 51.486, -174.66, 33, 5.6, 'mw', 'usp00036bw', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7430, '1987-07-06 00:23:26', 51.508, -174.721, 33, 5.9, 'mw', 'usp00036ck', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7431, '1987-07-06 01:06:08', -26.999, -108.285, 10, 6.7, 'mw', 'usp00036cp', 'Easter Island region', 'earthquake\r'), +(7432, '1987-07-06 02:49:43', -14.074, 167.828, 47.5, 6.6, 'mw', 'usp00036ct', 'Vanuatu', 'earthquake\r'), +(7433, '1987-07-06 03:05:00', -13.994, 167.781, 46.2, 5.7, 'mb', 'usp00036cu', 'Vanuatu', 'earthquake\r'), +(7434, '1987-07-07 10:36:04', 4.403, 125.028, 70.4, 5.7, 'mw', 'usp00036ea', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(7435, '1987-07-07 18:12:53', -25.826, 178.169, 648.8, 5.7, 'mw', 'usp00036ek', 'south of the Fiji Islands', 'earthquake\r'), +(7436, '1987-07-08 11:50:15', -26.969, -108.156, 10, 6.5, 'mw', 'usp00036fq', 'Easter Island region', 'earthquake\r'), +(7437, '1987-07-08 16:16:40', -5.701, 129.883, 33, 5.5, 'mw', 'usp00036fw', 'Banda Sea', 'earthquake\r'), +(7438, '1987-07-08 22:56:03', 46.437, 149.558, 151.5, 5.7, 'mw', 'usp00036g8', 'Kuril Islands', 'earthquake\r'), +(7439, '1987-07-09 07:27:34', -56.375, -25.642, 33, 6, 'mw', 'usp00036gj', 'South Sandwich Islands region', 'earthquake\r'), +(7440, '1987-07-10 18:49:54', 55.137, 165.525, 33, 6.4, 'mw', 'usp00036hz', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(7441, '1987-07-11 06:15:51', 82.229, -17.556, 10, 5.6, 'mw', 'usp00036je', 'near the north coast of Greenland', 'earthquake\r'), +(7442, '1987-07-11 13:31:45', 36.953, 142.669, 38.9, 5.6, 'mw', 'usp00036js', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(7443, '1987-07-12 04:13:43', -56.632, -25.844, 10, 5.5, 'mb', 'usp00036kh', 'South Sandwich Islands region', 'earthquake\r'), +(7444, '1987-07-13 19:14:58', -15.332, -70.061, 241.4, 6, 'mw', 'usp00036mu', 'southern Peru', 'earthquake\r'), +(7445, '1987-07-14 23:46:04', 49.631, 147.828, 576.4, 5.9, 'mw', 'usp00036nn', 'Sea of Okhotsk', 'earthquake\r'), +(7446, '1987-07-15 04:13:38', 29.255, 130.567, 51.4, 5.7, 'mw', 'usp00036nq', 'Ryukyu Islands, Japan', 'earthquake\r'), +(7447, '1987-07-15 07:16:14', 17.522, -97.153, 67, 6.2, 'mw', 'usp00036nt', 'Oaxaca, Mexico', 'earthquake\r'), +(7448, '1987-07-16 05:46:30', 33.059, 138.096, 310.2, 5.9, 'mw', 'usp00036pg', 'Izu Islands, Japan region', 'earthquake\r'), +(7449, '1987-07-17 01:03:38', -55.948, -27.683, 102.2, 5.8, 'mw', 'usp00036q0', 'South Sandwich Islands region', 'earthquake\r'), +(7450, '1987-07-17 01:17:07', 49.799, 78.11, 0, 5.8, 'mb', 'usp00036q1', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7451, '1987-07-17 01:57:39', 1.496, -85.3, 10, 6.2, 'mw', 'usp00036q2', 'off the coast of Ecuador', 'earthquake\r'), +(7452, '1987-07-17 21:02:13', -15.475, -74.074, 79.1, 5.5, 'mw', 'usp00036qt', 'near the coast of southern Peru', 'earthquake\r'), +(7453, '1987-07-21 13:27:13', -36.295, -97.252, 10, 5.8, 'mw', 'usp00036tu', 'West Chile Rise', 'earthquake\r'), +(7454, '1987-07-22 04:17:57', -5.562, 151.79, 40.7, 5.6, 'mw', 'usp00036uk', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7455, '1987-07-22 08:03:17', 4.051, 125.582, 51.4, 5.6, 'mw', 'usp00036uy', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(7456, '1987-07-24 05:25:11', 56.231, -153.65, 33, 5.7, 'mw', 'usp00036x1', 'Kodiak Island region, Alaska', 'earthquake\r'), +(7457, '1987-07-25 01:11:49', 60.155, -153.771, 166.6, 5.6, 'mw', 'usp00036xr', 'Southern Alaska', 'earthquake\r'), +(7458, '1987-07-25 16:15:19', -31.256, -72.686, 24.3, 5.6, 'mb', 'usp00036y7', 'off the coast of Coquimbo, Chile', 'earthquake\r'), +(7459, '1987-07-26 21:59:42', -30.21, 165.781, 33, 5.6, 'mw', 'usp00036z4', 'northwest of New Zealand', 'earthquake\r'), +(7460, '1987-07-26 23:17:42', -55.008, -124.334, 10, 5.9, 'mw', 'usp00036z6', 'southern East Pacific Rise', 'earthquake\r'), +(7461, '1987-07-28 01:44:10', 0.658, -25.998, 10, 5.9, 'mw', 'usp0003703', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7462, '1987-07-29 20:37:13', -18.24, -178.208, 624.6, 5.7, 'mw', 'usp000371n', 'Fiji region', 'earthquake\r'), +(7463, '1987-07-29 21:32:32', -18.309, -178.134, 636.5, 5.7, 'mw', 'usp000371s', 'Fiji region', 'earthquake\r'), +(7464, '1987-07-31 00:27:32', 0.175, 123.605, 166.7, 5.5, 'mw', 'usp000372u', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(7465, '1987-07-31 23:56:58', 40.4156667, -124.3826667, 16.895, 5.6, 'ml', 'nc10083966', 'Northern California', 'earthquake\r'), +(7466, '1987-08-02 00:58:07', 49.88, 78.917, 0, 5.9, 'mb', 'usp0003756', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7467, '1987-08-02 02:00:00', 73.339, 54.626, 0, 5.8, 'mb', 'usp0003759', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(7468, '1987-08-06 15:15:35', -5.417, -105.015, 10, 5.7, 'mw', 'usp00037a3', 'central East Pacific Rise', 'earthquake\r'), +(7469, '1987-08-06 23:11:24', 0.937, -28.557, 10, 5.6, 'mw', 'usp00037aj', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7470, '1987-08-08 05:41:54', -58.688, 158.224, 33, 5.6, 'mw', 'usp00037bn', 'Macquarie Island region', 'earthquake\r'), +(7471, '1987-08-08 07:48:02', -37.004, 178.938, 32.5, 5.7, 'mw', 'usp00037bs', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(7472, '1987-08-08 15:48:57', -19.022, -69.991, 69.7, 7.2, 'mw', 'usp00037c3', 'Tarapaca, Chile', 'earthquake\r'), +(7473, '1987-08-09 08:24:20', -35.141, -104.064, 10, 5.6, 'mw', 'usp00037cx', 'southeast of Easter Island', 'earthquake\r'), +(7474, '1987-08-09 21:15:00', 29.502, 83.714, 47.5, 5.6, 'mw', 'usp00037d9', 'Xizang-Nepal border region', 'earthquake\r'), +(7475, '1987-08-10 04:34:45', -15.863, -178.697, 33, 5.6, 'mw', 'usp00037dj', 'Fiji region', 'earthquake\r'), +(7476, '1987-08-10 09:15:40', 16.092, 146.889, 40.5, 5.7, 'mw', 'usp00037ds', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(7477, '1987-08-10 09:58:03', 5.888, 125.66, 201.6, 5.7, 'mw', 'usp00037du', 'Mindanao, Philippines', 'earthquake\r'), +(7478, '1987-08-10 10:52:20', 29.867, 63.84, 164.5, 6.1, 'mw', 'usp00037dx', 'western Afghanistan', 'earthquake\r'), +(7479, '1987-08-11 17:44:54', -6.35, 154.712, 77.8, 5.7, 'mw', 'usp00037f3', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7480, '1987-08-12 00:06:29', -12.262, 166.649, 113.9, 5.9, 'mw', 'usp00037f7', 'Santa Cruz Islands', 'earthquake\r'), +(7481, '1987-08-12 03:10:00', 14.089, -59.257, 52.4, 5.7, 'mw', 'usp00037fc', 'Barbados region, Windward Islands', 'earthquake\r'), +(7482, '1987-08-12 06:18:41', -31.658, 58.453, 10, 5.6, 'mw', 'usp00037ff', 'Southwest Indian Ridge', 'earthquake\r'), +(7483, '1987-08-13 15:23:07', -17.897, -70.931, 36.5, 6.6, 'mw', 'usp00037gc', 'southern Peru', 'earthquake\r'), +(7484, '1987-08-13 21:46:53', -14.815, 167.985, 33, 5.6, 'mb', 'usp00037gn', 'Vanuatu', 'earthquake\r'), +(7485, '1987-08-14 05:59:04', -12.58, 166.589, 29.2, 6, 'mw', 'usp00037h2', 'Santa Cruz Islands', 'earthquake\r'), +(7486, '1987-08-14 17:39:32', 53.416, -169.113, 117.6, 6, 'mw', 'usp00037hr', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7487, '1987-08-15 18:04:23', -28.135, -70.884, 37.4, 6.5, 'mw', 'usp00037ju', 'Atacama, Chile', 'earthquake\r'), +(7488, '1987-08-16 21:38:48', -34.963, 179.654, 73.5, 6.1, 'mw', 'usp00037ke', 'south of the Kermadec Islands', 'earthquake\r'), +(7489, '1987-08-18 02:18:51', -5.593, 151.686, 50.2, 6.1, 'mw', 'usp00037m5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7490, '1987-08-21 18:22:37', -5.483, 151.732, 36.3, 5.9, 'mw', 'usp00037pw', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7491, '1987-08-21 19:44:19', -6.526, 154.877, 62.3, 5.9, 'mw', 'usp00037px', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7492, '1987-08-21 23:00:53', 23.893, -108.738, 10, 5.5, 'mw', 'usp00037q7', 'Gulf of California', 'earthquake\r'), +(7493, '1987-08-26 06:56:46', -20.749, -178.464, 569.3, 6.1, 'mw', 'usp00037u6', 'Fiji region', 'earthquake\r'), +(7494, '1987-09-01 04:26:07', -23.052, -66.529, 199, 6.7, 'mw', 'usp00037zn', 'Jujuy, Argentina', 'earthquake\r'), +(7495, '1987-09-03 06:40:14', -58.893, 158.513, 33, 7.4, 'mw', 'usp000381s', 'Macquarie Island region', 'earthquake\r'), +(7496, '1987-09-03 08:01:36', -59.538, 159.005, 33, 6.8, 'mw', 'usp000381u', 'Macquarie Island region', 'earthquake\r'), +(7497, '1987-09-03 11:08:23', -59.588, 159.27, 33, 5.9, 'ms', 'usp0003822', 'Macquarie Island region', 'earthquake\r'), +(7498, '1987-09-04 04:27:09', 49.293, 156.41, 33, 6.3, 'mw', 'usp000382v', 'Kuril Islands', 'earthquake\r'), +(7499, '1987-09-06 15:27:22', 49.262, 156.266, 42.7, 5.7, 'mw', 'usp0003855', 'Kuril Islands', 'earthquake\r'), +(7500, '1987-09-06 21:54:01', 49.213, 156.221, 33, 5.7, 'mw', 'usp000385f', 'Kuril Islands', 'earthquake\r'), +(7501, '1987-09-07 11:32:27', 39.367, 54.755, 36.7, 5.7, 'mw', 'usp0003861', 'Turkmenistan', 'earthquake\r'), +(7502, '1987-09-07 11:57:09', -31.089, -177.968, 33, 6.6, 'mw', 'usp0003862', 'Kermadec Islands region', 'earthquake\r'), +(7503, '1987-09-07 17:43:40', -31.218, -177.804, 39.7, 5.7, 'mw', 'usp000386h', 'Kermadec Islands region', 'earthquake\r'), +(7504, '1987-09-08 02:58:51', 6.521, -82.572, 10, 6, 'mw', 'usp000386u', 'south of Panama', 'earthquake\r'), +(7505, '1987-09-08 03:08:07', 6.547, -82.522, 10, 5.8, 'ms', 'usp000386v', 'south of Panama', 'earthquake\r'), +(7506, '1987-09-08 13:35:16', 49.612, 156.36, 83.3, 5.6, 'mw', 'usp000387d', 'Kuril Islands', 'earthquake\r'), +(7507, '1987-09-10 02:26:23', -7.123, 123.29, 603.6, 5.5, 'mw', 'usp0003894', 'Banda Sea', 'earthquake\r'), +(7508, '1987-09-11 00:34:52', -22.329, -68.384, 129.9, 5.6, 'mw', 'usp00038a6', 'Antofagasta, Chile', 'earthquake\r'), +(7509, '1987-09-13 11:20:52', 14.272, -89.979, 123.4, 5.8, 'mw', 'usp00038c1', 'Guatemala', 'earthquake\r'), +(7510, '1987-09-13 14:07:44', 39.429, 144.732, 33.5, 5.5, 'mw', 'usp00038c4', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(7511, '1987-09-13 20:08:52', -34.333, -69.971, 10, 6, 'mw', 'usp00038cb', 'Mendoza, Argentina', 'earthquake\r'), +(7512, '1987-09-14 10:17:15', 30.488, 139.671, 170.9, 5.6, 'mw', 'usp00038d2', 'Izu Islands, Japan region', 'earthquake\r'), +(7513, '1987-09-15 08:50:10', -4.709, 153.157, 63.1, 6, 'mw', 'usp00038du', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(7514, '1987-09-15 17:14:32', -56.67, -26.19, 85.3, 5.6, 'mb', 'usp00038dy', 'South Sandwich Islands region', 'earthquake\r'), +(7515, '1987-09-17 04:47:13', -4.118, 145.706, 15.4, 6.1, 'mw', 'usp00038ff', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(7516, '1987-09-18 08:43:29', -24.269, -69.148, 96.9, 5.6, 'mw', 'usp00038g9', 'Antofagasta, Chile', 'earthquake\r'), +(7517, '1987-09-19 09:21:41', -15.001, -75.667, 28.1, 5.6, 'mw', 'usp00038h6', 'near the coast of central Peru', 'earthquake\r'), +(7518, '1987-09-19 21:18:26', -9.186, -79.059, 67.5, 5.7, 'mw', 'usp00038ht', 'off the coast of northern Peru', 'earthquake\r'), +(7519, '1987-09-22 13:43:38', -0.978, -78.05, 10, 6.4, 'mw', 'usp00038m3', 'Ecuador', 'earthquake\r'), +(7520, '1987-09-22 16:21:35', -1.082, -78.127, 10, 6, 'mw', 'usp00038mb', 'Ecuador', 'earthquake\r'), +(7521, '1987-09-22 22:05:16', 76.421, 134.275, 14.3, 5.5, 'mw', 'usp00038mh', 'Laptev Sea', 'earthquake\r'), +(7522, '1987-09-23 07:15:43', 45.96, 149.519, 130.8, 5.8, 'mw', 'usp00038mw', 'Kuril Islands', 'earthquake\r'), +(7523, '1987-09-23 15:14:56', -50.716, 139.279, 10, 6.2, 'mw', 'usp00038n5', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(7524, '1987-09-23 15:22:46', -50.468, 139.528, 10, 6.1, 'mw', 'usp00038n6', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(7525, '1987-09-24 04:55:21', 36.6, 141.301, 42.1, 5.9, 'mw', 'usp00038nr', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7526, '1987-09-24 06:03:20', -21.841, -179.454, 593.4, 5.5, 'mw', 'usp00038ns', 'Fiji region', 'earthquake\r'), +(7527, '1987-09-26 05:30:36', 55.463, 164.537, 35.4, 5.5, 'mw', 'usp00038qt', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(7528, '1987-09-27 04:06:53', -6.533, -81.094, 33, 5.5, 'mw', 'usp00038rn', 'near the coast of northern Peru', 'earthquake\r'), +(7529, '1987-09-27 21:22:35', -21.503, 169.778, 33, 5.6, 'ms', 'usp00038sj', 'southeast of the Loyalty Islands', 'earthquake\r'), +(7530, '1987-09-28 11:47:09', -18.411, 168.058, 30.7, 6.8, 'mw', 'usp00038tb', 'Vanuatu', 'earthquake\r'), +(7531, '1987-09-28 13:46:14', -18.546, 168.161, 25.1, 6.6, 'mw', 'usp00038te', 'Vanuatu', 'earthquake\r'), +(7532, '1987-09-28 23:09:37', -18.34, 168.122, 31.9, 5.5, 'mw', 'usp00038ts', 'Vanuatu', 'earthquake\r'), +(7533, '1987-09-30 01:39:28', -18.162, 167.865, 51.4, 6.5, 'mw', 'usp00038uj', 'Vanuatu', 'earthquake\r'), +(7534, '1987-10-01 07:29:25', -11.389, 166.147, 76.3, 5.8, 'mw', 'usp00038vj', 'Santa Cruz Islands', 'earthquake\r'), +(7535, '1987-10-01 13:18:46', -65.114, 177.537, 10, 5.6, 'mw', 'usp00038vq', 'Balleny Islands region', 'earthquake\r'), +(7536, '1987-10-01 14:42:20', 34.061, -118.079, 8.881, 5.9, 'mw', 'ci731691', '2km SSW of Rosemead, CA', 'earthquake\r'), +(7537, '1987-10-02 07:38:28', 27.346, 139.942, 463.9, 5.8, 'mw', 'usp00038x5', 'Bonin Islands, Japan region', 'earthquake\r'), +(7538, '1987-10-02 22:27:56', -8.143, -77.954, 19.8, 5.6, 'mw', 'usp00038xq', 'central Peru', 'earthquake\r'), +(7539, '1987-10-03 03:35:11', -17.95, -69.247, 148.5, 5.9, 'mw', 'usp00038xy', 'La Paz, Bolivia', 'earthquake\r'), +(7540, '1987-10-03 10:16:26', -5.447, 131.012, 73.5, 6.4, 'mw', 'usp00038y5', 'Banda Sea', 'earthquake\r'), +(7541, '1987-10-03 11:00:05', 36.454, 71.437, 95.4, 6.1, 'mw', 'usp00038y6', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7542, '1987-10-04 08:15:19', 10.823, -85.926, 47.9, 6.2, 'mw', 'usp00038yu', 'Costa Rica', 'earthquake\r'), +(7543, '1987-10-04 10:27:20', 37.306, 141.615, 43.2, 5.7, 'mw', 'usp00038yw', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7544, '1987-10-04 18:34:23', 55.585, 161.623, 53.7, 5.9, 'mw', 'usp00038z9', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(7545, '1987-10-05 18:58:00', -0.06, 129.919, 33, 5.6, 'mw', 'usp000390c', 'Halmahera, Indonesia', 'earthquake\r'), +(7546, '1987-10-06 04:19:06', -17.94, -172.225, 16, 7.3, 'mw', 'usp000390n', 'Tonga region', 'earthquake\r'), +(7547, '1987-10-06 16:03:40', -5.798, 151.684, 24.4, 5.6, 'mw', 'usp0003914', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7548, '1987-10-06 20:11:35', 52.956, 159.972, 33.7, 6.5, 'mw', 'usp000391f', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(7549, '1987-10-07 00:51:37', -22.845, -68.03, 106.2, 5.6, 'mw', 'usp000391s', 'Antofagasta, Chile', 'earthquake\r'), +(7550, '1987-10-08 03:20:46', -19.599, -173.111, 40.4, 6.3, 'mw', 'usp000392g', 'Tonga', 'earthquake\r'), +(7551, '1987-10-09 10:17:39', -7.871, 105.256, 30.2, 5.5, 'mw', 'usp000393p', 'Java, Indonesia', 'earthquake\r'), +(7552, '1987-10-10 14:26:37', -6.066, 113.153, 573.9, 5.9, 'mw', 'usp0003952', 'Java, Indonesia', 'earthquake\r'), +(7553, '1987-10-11 18:02:51', -35.004, 179.685, 33, 5.6, 'mw', 'usp000395z', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(7554, '1987-10-12 13:57:05', -7.288, 154.371, 24.7, 7, 'mw', 'usp000396s', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7555, '1987-10-12 14:09:48', -7.141, 154.361, 17.9, 5.5, 'mb', 'usp000396t', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7556, '1987-10-13 13:54:43', -7.232, 154.312, 14.5, 5.6, 'mw', 'usp000397y', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7557, '1987-10-14 02:11:17', -34.393, 179.82, 72.4, 5.5, 'mw', 'usp0003988', 'south of the Kermadec Islands', 'earthquake\r'), +(7558, '1987-10-14 08:38:26', 5.677, 133.257, 24.3, 5.7, 'mb', 'usp000398f', 'Palau region', 'earthquake\r'), +(7559, '1987-10-14 19:06:00', 13.359, -89.624, 75.1, 5.7, 'mw', 'usp000398y', 'offshore El Salvador', 'earthquake\r'), +(7560, '1987-10-15 01:06:01', -6.306, 129.317, 33, 5.9, 'mw', 'usp0003999', 'Banda Sea', 'earthquake\r'), +(7561, '1987-10-16 20:48:02', -6.266, 149.06, 47.8, 7.4, 'mw', 'usp00039av', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7562, '1987-10-17 06:37:30', -56.058, -27.209, 94.9, 5.5, 'mw', 'usp00039b9', 'South Sandwich Islands region', 'earthquake\r'), +(7563, '1987-10-18 14:24:48', -6.552, 149.226, 40.1, 5.5, 'mw', 'usp00039cp', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7564, '1987-10-20 09:23:36', 52.577, 172.32, 33, 6, 'mw', 'usp00039e8', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7565, '1987-10-20 21:11:00', 0.917, -87.073, 10, 5.6, 'mw', 'usp00039ek', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(7566, '1987-10-22 16:44:36', -19.204, 169.089, 158, 5.7, 'mw', 'usp00039gr', 'Vanuatu', 'earthquake\r'), +(7567, '1987-10-23 16:49:59', -21.822, -139.029, 0, 5.5, 'mb', 'usp00039hn', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(7568, '1987-10-24 14:37:16', -10.913, 166.154, 170.8, 5.7, 'mw', 'usp00039jh', 'Santa Cruz Islands', 'earthquake\r'), +(7569, '1987-10-25 16:46:13', 5.409, 36.751, 12, 6.3, 'mw', 'usp00039kf', 'Ethiopia', 'earthquake\r'), +(7570, '1987-10-25 16:54:06', -2.323, 138.364, 33, 6.8, 'mw', 'usp00039kg', 'Papua, Indonesia', 'earthquake\r'), +(7571, '1987-10-25 19:14:52', -2.297, 138.122, 33, 5.7, 'ms', 'usp00039km', 'Papua, Indonesia', 'earthquake\r'), +(7572, '1987-10-27 12:57:59', -21.36, -178.805, 533.5, 5.8, 'mw', 'usp00039np', 'Fiji region', 'earthquake\r'), +(7573, '1987-10-27 21:58:17', -28.676, -62.929, 604.5, 6.4, 'mw', 'usp00039p3', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(7574, '1987-10-28 08:58:29', 5.74, 36.73, 10, 6, 'mw', 'usp00039ph', 'Ethiopia', 'earthquake\r'), +(7575, '1987-10-28 18:21:29', -28.294, -176.749, 34.3, 5.6, 'mw', 'usp00039pu', 'Kermadec Islands region', 'earthquake\r'), +(7576, '1987-10-29 20:23:41', 4.817, 127.688, 152.9, 6.8, 'mw', 'usp00039qx', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(7577, '1987-10-31 08:52:31', -6.949, -80.548, 33, 5.9, 'mw', 'usp00039sg', 'near the coast of northern Peru', 'earthquake\r'), +(7578, '1987-11-01 08:42:07', -28.674, -177.553, 59.8, 6.2, 'mw', 'usp00039td', 'Kermadec Islands region', 'earthquake\r'), +(7579, '1987-11-01 19:03:05', -55.504, -27.846, 29.8, 5.5, 'mw', 'usp00039tr', 'South Sandwich Islands region', 'earthquake\r'), +(7580, '1987-11-01 23:06:40', -16.4, -177.527, 33, 5.9, 'mw', 'usp00039tx', 'Fiji region', 'earthquake\r'), +(7581, '1987-11-03 08:15:00', -17.204, -173.757, 88, 6.2, 'mw', 'usp00039uy', 'Tonga', 'earthquake\r'), +(7582, '1987-11-05 17:29:59', -21.812, -138.959, 0, 5.7, 'mb', 'usp00039wr', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(7583, '1987-11-05 19:01:22', -5.448, 151.743, 52.9, 5.7, 'mw', 'usp00039wv', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7584, '1987-11-06 18:47:35', -22.801, -63.583, 538.1, 6, 'mw', 'usp00039xn', 'Salta, Argentina', 'earthquake\r'), +(7585, '1987-11-07 16:23:56', 5.634, 126.614, 80, 6.2, 'mw', 'usp00039yn', 'Mindanao, Philippines', 'earthquake\r'), +(7586, '1987-11-08 14:38:44', -2.325, 140.162, 30.4, 5.5, 'mw', 'usp00039zk', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(7587, '1987-11-12 00:24:40', -17.209, -177.306, 393.2, 5.8, 'mw', 'usp0003a2k', 'Fiji region', 'earthquake\r'), +(7588, '1987-11-12 12:52:28', 44.515, 149.473, 45.6, 5.5, 'mb', 'usp0003a35', 'Kuril Islands', 'earthquake\r'), +(7589, '1987-11-14 21:20:43', -0.188, 125.14, 60.3, 5.8, 'mw', 'usp0003a4h', 'Molucca Sea', 'earthquake\r'), +(7590, '1987-11-14 22:16:08', 19.748, -109.018, 33, 5.9, 'mw', 'usp0003a4j', 'Revilla Gigedo Islands region', 'earthquake\r'), +(7591, '1987-11-14 22:23:00', 19.632, -108.96, 33, 6.2, 'mw', 'usp0003a4k', 'Revilla Gigedo Islands region', 'earthquake\r'), +(7592, '1987-11-15 03:31:07', 49.871, 78.791, 0, 6, 'mb', 'usp0003a4q', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7593, '1987-11-16 05:59:50', 6.832, 126.225, 67.2, 5.6, 'mw', 'usp0003a5n', 'Mindanao, Philippines', 'earthquake\r'), +(7594, '1987-11-17 03:40:09', 12.534, -87.03, 76.2, 6.5, 'mw', 'usp0003a67', 'near the coast of Nicaragua', 'earthquake\r'), +(7595, '1987-11-17 08:46:53', 58.586, -143.27, 10, 6.9, 'ms', 'usp0003a6c', 'Gulf of Alaska', 'earthquake\r'), +(7596, '1987-11-17 09:38:12', 58.608, -143.096, 10, 5.5, 'mb', 'usp0003a6j', 'Gulf of Alaska', 'earthquake\r'), +(7597, '1987-11-18 01:34:00', -8.094, 108.793, 65.5, 5.5, 'mw', 'usp0003a7g', 'Java, Indonesia', 'earthquake\r'), +(7598, '1987-11-18 13:01:55', 58.642, -143.19, 10, 5.8, 'mw', 'usp0003a84', 'Gulf of Alaska', 'earthquake\r'), +(7599, '1987-11-18 16:27:05', 12.845, 124.77, 22.2, 6.4, 'mw', 'usp0003a8a', 'Samar, Philippines', 'earthquake\r'), +(7600, '1987-11-19 16:15:35', 24.248, 142.608, 40.7, 5.7, 'mw', 'usp0003a92', 'Volcano Islands, Japan region', 'earthquake\r'), +(7601, '1987-11-19 16:30:58', -21.904, -138.995, 0, 5.9, 'mb', 'usp0003a93', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(7602, '1987-11-22 03:36:57', 46.413, 153.478, 34.6, 5.5, 'mw', 'usp0003abk', 'Kuril Islands', 'earthquake\r'), +(7603, '1987-11-23 07:18:21', 61.616, -141.323, 5, 5.5, 'mw', 'usp0003acn', 'Southern Alaska', 'earthquake\r'), +(7604, '1987-11-24 01:54:15', 33.09, -115.792, 10.853, 6.2, 'mw', 'ci134894', '17km WNW of Westmorland, CA', 'earthquake\r'), +(7605, '1987-11-24 07:39:58', -56.076, -27.481, 90.4, 5.5, 'mw', 'usp0003aey', 'South Sandwich Islands region', 'earthquake\r'), +(7606, '1987-11-24 08:39:08', -17.676, -178.596, 554.7, 5.5, 'mw', 'usp0003af0', 'Fiji region', 'earthquake\r'), +(7607, '1987-11-24 09:24:10', -5.607, 149.415, 142.1, 5.5, 'mw', 'usp0003af3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7608, '1987-11-24 13:15:57', 33.015, -115.852, 11.181, 6.6, 'mw', 'ci628016', '22km W of Westmorland, CA', 'earthquake\r'), +(7609, '1987-11-24 15:06:09', -16.976, -174.026, 143.2, 5.9, 'mw', 'usp0003ag2', 'Tonga', 'earthquake\r'), +(7610, '1987-11-25 16:08:36', -5.601, 149.39, 140.6, 6.1, 'mw', 'usp0003aj2', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7611, '1987-11-26 01:43:14', -8.247, 124.155, 33, 6.7, 'mw', 'usp0003ajq', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(7612, '1987-11-26 17:28:55', -16.351, 168.119, 18.2, 6.2, 'mw', 'usp0003akb', 'Vanuatu', 'earthquake\r'), +(7613, '1987-11-27 00:02:08', -0.234, 125.064, 33, 6.1, 'mw', 'usp0003akm', 'Molucca Sea', 'earthquake\r'), +(7614, '1987-11-27 05:02:42', 18.678, -107.036, 33, 5.6, 'mw', 'usp0003akv', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(7615, '1987-11-27 13:05:53', -16.263, 168.132, 32.9, 5.5, 'mw', 'usp0003am8', 'Vanuatu', 'earthquake\r'), +(7616, '1987-11-27 13:11:23', -16.307, 168.141, 28.8, 5.5, 'mw', 'usp0003am9', 'Vanuatu', 'earthquake\r'), +(7617, '1987-11-27 13:33:18', -16.373, 168.117, 28.8, 6.2, 'mw', 'usp0003amc', 'Vanuatu', 'earthquake\r'), +(7618, '1987-11-28 04:03:45', -0.338, 124.864, 33.7, 6.3, 'mw', 'usp0003amu', 'Molucca Sea', 'earthquake\r'), +(7619, '1987-11-29 07:57:22', -45.715, -76.512, 21.8, 5.5, 'mw', 'usp0003ans', 'off the coast of Aisen, Chile', 'earthquake\r'), +(7620, '1987-11-30 01:19:31', -19.648, 175.944, 33, 5.5, 'mw', 'usp0003apc', 'south of the Fiji Islands', 'earthquake\r'), +(7621, '1987-11-30 04:41:41', -0.097, 124.993, 58.3, 5.6, 'mw', 'usp0003apr', 'Molucca Sea', 'earthquake\r'), +(7622, '1987-11-30 19:23:20', 58.679, -142.786, 10, 7.9, 'mw', 'usp0003aq8', 'Gulf of Alaska', 'earthquake\r'), +(7623, '1987-11-30 19:48:26', 58.239, -142.742, 10, 5.9, 'mb', 'usp0003aqa', 'Gulf of Alaska', 'earthquake\r'), +(7624, '1987-12-01 04:04:13', -17.768, -172.904, 28.8, 5.5, 'ms', 'usp0003asc', 'Tonga region', 'earthquake\r'), +(7625, '1987-12-01 12:04:00', 57.953, -142.611, 10, 5.8, 'mw', 'usp0003ata', 'Gulf of Alaska', 'earthquake\r'), +(7626, '1987-12-04 19:51:36', -5.777, 154.555, 144.6, 6.4, 'mw', 'usp0003aya', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7627, '1987-12-07 00:00:15', -16.613, -172.613, 33, 5.5, 'mw', 'usp0003b14', 'Samoa Islands region', 'earthquake\r'), +(7628, '1987-12-07 12:26:12', -13.632, 167.393, 48.1, 6.3, 'mw', 'usp0003b1s', 'Vanuatu', 'earthquake\r'), +(7629, '1987-12-07 13:14:35', -13.559, 167.454, 33, 6.2, 'mw', 'usp0003b1v', 'Vanuatu', 'earthquake\r'), +(7630, '1987-12-08 14:47:59', -32.636, -112.034, 10, 5.6, 'mw', 'usp0003b2z', 'southern East Pacific Rise', 'earthquake\r'), +(7631, '1987-12-08 19:56:54', -40.585, 44.574, 10, 5.5, 'mw', 'usp0003b3h', 'Southwest Indian Ridge', 'earthquake\r'), +(7632, '1987-12-10 05:52:16', -60.409, -27.81, 33, 5.8, 'ms', 'usp0003b4z', 'South Sandwich Islands region', 'earthquake\r'), +(7633, '1987-12-10 09:24:46', -15.5, -173.215, 33, 5.6, 'mw', 'usp0003b56', 'Tonga', 'earthquake\r'), +(7634, '1987-12-10 13:25:33', -6.323, 149.889, 51.8, 5.5, 'mw', 'usp0003b5c', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7635, '1987-12-11 02:03:10', -22.156, -174.797, 36.9, 6, 'mw', 'usp0003b5y', 'Tonga region', 'earthquake\r'), +(7636, '1987-12-12 04:51:51', 29.692, 140.025, 164, 6.4, 'mw', 'usp0003b79', 'Izu Islands, Japan region', 'earthquake\r'), +(7637, '1987-12-13 03:21:05', 49.989, 78.844, 0, 6.1, 'mb', 'usp0003b88', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7638, '1987-12-13 10:42:27', -60.003, -18.499, 10, 5.6, 'mw', 'usp0003b8j', 'east of the South Sandwich Islands', 'earthquake\r'), +(7639, '1987-12-15 14:57:40', 23.43, 142.908, 39.3, 6, 'mw', 'usp0003bab', 'Volcano Islands, Japan region', 'earthquake\r'), +(7640, '1987-12-15 15:11:06', 58.985, -142.774, 10, 5.5, 'mw', 'usp0003bac', 'Gulf of Alaska', 'earthquake\r'), +(7641, '1987-12-17 02:08:20', 35.362, 140.214, 62.9, 6.7, 'mw', 'usp0003bbq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7642, '1987-12-17 20:22:58', -9.169, 114.61, 46, 6, 'mw', 'usp0003bc8', 'south of Bali, Indonesia', 'earthquake\r'), +(7643, '1987-12-18 05:01:23', -1.403, -77.803, 177.3, 5.5, 'mw', 'usp0003bcm', 'Ecuador', 'earthquake\r'), +(7644, '1987-12-18 16:24:03', 28.191, 56.677, 19.8, 5.9, 'mw', 'usp0003bd4', 'southern Iran', 'earthquake\r'), +(7645, '1987-12-19 10:14:45', -0.184, 122.9, 156.1, 5.5, 'mw', 'usp0003bdp', 'Sulawesi, Indonesia', 'earthquake\r'), +(7646, '1987-12-22 00:16:39', 41.36, 89.638, 20.5, 5.5, 'mw', 'usp0003bfe', 'southern Xinjiang, China', 'earthquake\r'), +(7647, '1987-12-22 11:17:56', -51.598, -11.439, 10, 5.6, 'mw', 'usp0003bfr', 'southwestern Atlantic Ocean', 'earthquake\r'), +(7648, '1987-12-23 10:10:21', -0.159, 124.884, 60.9, 5.6, 'mw', 'usp0003bgm', 'Molucca Sea', 'earthquake\r'), +(7649, '1987-12-25 22:56:49', -19.83, -175.682, 196, 5.9, 'mw', 'usp0003bjc', 'Tonga', 'earthquake\r'), +(7650, '1987-12-27 03:05:05', 49.864, 78.758, 0, 6.1, 'mb', 'usp0003bkh', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7651, '1987-12-28 08:16:21', -28.055, -70.615, 51.8, 5.9, 'mw', 'usp0003bm4', 'Atacama, Chile', 'earthquake\r'), +(7652, '1987-12-30 11:56:19', -35.053, -70.797, 89.9, 5.5, 'mw', 'usp0003bnr', 'Maule, Chile', 'earthquake\r'), +(7653, '1987-12-30 21:16:30', -6.498, 148.96, 22.1, 5.8, 'mw', 'usp0003bp1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7654, '1987-12-31 06:29:34', -60.069, -26.522, 14.8, 5.5, 'mw', 'usp0003bph', 'South Sandwich Islands region', 'earthquake\r'), +(7655, '1988-01-02 12:42:03', 43.295, 142.419, 177.1, 6, 'mb', 'usp0003brb', 'Hokkaido, Japan region', 'earthquake\r'), +(7656, '1988-01-09 01:02:47', 41.246, 19.63, 24, 5.9, 'mw', 'usp0003bx3', 'Albania', 'earthquake\r'), +(7657, '1988-01-10 03:25:50', 19.763, -109.234, 10, 5.6, 'mw', 'usp0003by1', 'Revilla Gigedo Islands region', 'earthquake\r'), +(7658, '1988-01-11 22:27:09', -6.165, 154.414, 20.9, 5.9, 'mw', 'usp0003bzn', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7659, '1988-01-12 07:29:28', -28.827, -177.423, 14.8, 6.6, 'mw', 'usp0003bzy', 'Kermadec Islands region', 'earthquake\r'), +(7660, '1988-01-13 01:00:30', 51.383, -174.643, 33, 5.5, 'mw', 'usp0003c0c', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7661, '1988-01-13 01:01:50', 51.309, -174.654, 33, 5.5, 'mw', 'usp0003c0d', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7662, '1988-01-13 11:47:32', -32.429, -179.646, 33, 5.6, 'mw', 'usp0003c13', 'south of the Kermadec Islands', 'earthquake\r'), +(7663, '1988-01-13 15:38:16', -23.275, -177.033, 109.1, 5.6, 'mw', 'usp0003c18', 'south of the Fiji Islands', 'earthquake\r'), +(7664, '1988-01-13 16:23:14', -4.649, 153.147, 29.3, 5.9, 'mw', 'usp0003c1a', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(7665, '1988-01-13 16:57:48', -32.457, -179.749, 33, 5.8, 'mb', 'usp0003c1b', 'south of the Kermadec Islands', 'earthquake\r'), +(7666, '1988-01-13 17:32:04', -15.007, 167.265, 149.5, 5.5, 'mw', 'usp0003c1e', 'Vanuatu', 'earthquake\r'), +(7667, '1988-01-15 08:40:24', -20.789, -175.993, 213.7, 6.4, 'mw', 'usp0003c2z', 'Tonga', 'earthquake\r'), +(7668, '1988-01-15 21:07:11', -27.179, -11.334, 10, 5.8, 'mw', 'usp0003c3c', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(7669, '1988-01-16 00:43:37', -2.257, 140.212, 34.1, 5.5, 'mw', 'usp0003c3g', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(7670, '1988-01-16 05:46:51', -60.365, 154.209, 10, 5.9, 'mw', 'usp0003c3k', 'west of Macquarie Island', 'earthquake\r'), +(7671, '1988-01-17 13:51:37', -32.367, -179.59, 51.2, 5.5, 'mw', 'usp0003c4m', 'south of the Kermadec Islands', 'earthquake\r'), +(7672, '1988-01-18 04:36:13', -32.524, -179.643, 33, 5.6, 'ms', 'usp0003c56', 'south of the Kermadec Islands', 'earthquake\r'), +(7673, '1988-01-19 03:25:21', 4.241, 124.64, 334.8, 5.7, 'mw', 'usp0003c5y', 'Celebes Sea', 'earthquake\r'), +(7674, '1988-01-19 07:30:32', -24.71, -70.568, 33, 7, 'mw', 'usp0003c61', 'Antofagasta, Chile', 'earthquake\r'), +(7675, '1988-01-19 11:36:36', 14.406, -90.84, 164.7, 5.9, 'mw', 'usp0003c66', 'Guatemala', 'earthquake\r'), +(7676, '1988-01-20 15:01:30', -24.69, -70.521, 32.9, 5.9, 'mw', 'usp0003c7t', 'Antofagasta, Chile', 'earthquake\r'), +(7677, '1988-01-20 20:50:47', -9.201, 67.12, 10, 5.5, 'mw', 'usp0003c7w', 'Mid-Indian Ridge', 'earthquake\r'), +(7678, '1988-01-21 08:22:23', -18.179, 168.139, 44.2, 6.2, 'mw', 'usp0003c88', 'Vanuatu', 'earthquake\r'), +(7679, '1988-01-22 00:35:58', -19.847, 133.803, 5, 6.3, 'mw', 'usp0003c94', 'Northern Territory, Australia', 'earthquake\r'), +(7680, '1988-01-22 03:57:25', -19.798, 133.91, 5, 6.3, 'mw', 'usp0003c9b', 'Northern Territory, Australia', 'earthquake\r'), +(7681, '1988-01-22 12:04:58', -19.829, 133.882, 5, 6.7, 'ms', 'usp0003c9n', 'Northern Territory, Australia', 'earthquake\r'), +(7682, '1988-01-23 08:58:00', 1.785, 127.236, 104, 5.8, 'mw', 'usp0003car', 'Halmahera, Indonesia', 'earthquake\r'), +(7683, '1988-01-23 11:45:45', 46.183, 153.499, 34.2, 5.5, 'mw', 'usp0003cav', 'Kuril Islands', 'earthquake\r'), +(7684, '1988-01-23 22:01:57', -15.25, -116.194, 10, 5.5, 'mw', 'usp0003cb6', 'southern East Pacific Rise', 'earthquake\r'), +(7685, '1988-01-24 14:15:25', 26.716, 128.019, 56.9, 5.8, 'mw', 'usp0003cbx', 'Ryukyu Islands, Japan', 'earthquake\r'), +(7686, '1988-01-24 16:00:05', -17.763, -178.737, 565.6, 5.9, 'mw', 'usp0003cc0', 'Fiji region', 'earthquake\r'), +(7687, '1988-01-25 07:15:53', -10.584, -78.083, 52.6, 5.5, 'mw', 'usp0003ccg', 'near the coast of central Peru', 'earthquake\r'), +(7688, '1988-01-25 20:20:07', 37.312, 141.606, 44.2, 5.5, 'mw', 'usp0003cd9', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(7689, '1988-01-26 09:34:49', 32.665, 47.054, 34.3, 5.6, 'mw', 'usp0003cdz', 'Iran-Iraq border region', 'earthquake\r'), +(7690, '1988-01-26 11:04:06', 57.765, -32.674, 10, 5.5, 'ms', 'usp0003ce2', 'Reykjanes Ridge', 'earthquake\r'), +(7691, '1988-01-27 19:16:45', 57.888, -32.653, 10, 5.5, 'mw', 'usp0003cfz', 'Reykjanes Ridge', 'earthquake\r'), +(7692, '1988-01-28 11:20:08', 5.327, 126.369, 43.6, 6.1, 'mw', 'usp0003cgy', 'Mindanao, Philippines', 'earthquake\r'), +(7693, '1988-01-29 02:39:19', 45.349, 151.806, 46.7, 5.9, 'mw', 'usp0003chk', 'Kuril Islands', 'earthquake\r'), +(7694, '1988-01-29 10:19:31', -20.003, 133.745, 5, 5.6, 'mb', 'usp0003chs', 'Northern Territory, Australia', 'earthquake\r'), +(7695, '1988-01-29 16:48:01', -15.349, -174.125, 106.2, 6, 'mw', 'usp0003cj3', 'Tonga', 'earthquake\r'), +(7696, '1988-01-30 03:56:44', -46.252, 96.091, 10, 5.7, 'mw', 'usp0003cjd', 'southeast Indian Ridge', 'earthquake\r'), +(7697, '1988-02-01 09:01:46', -1.241, 145.862, 10, 5.7, 'mw', 'usp0003cma', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(7698, '1988-02-01 12:23:03', -21.187, -174.35, 33, 5.5, 'mw', 'usp0003cmk', 'Tonga', 'earthquake\r'), +(7699, '1988-02-03 08:43:52', -65.436, 179.638, 10, 5.5, 'mw', 'usp0003cpk', 'Balleny Islands region', 'earthquake\r'), +(7700, '1988-02-03 20:24:54', -9.208, 66.978, 10, 5.7, 'mw', 'usp0003cq2', 'Mid-Indian Ridge', 'earthquake\r'), +(7701, '1988-02-05 03:25:32', -9.171, 124.111, 78.7, 5.7, 'mw', 'usp0003crc', 'Timor region', 'earthquake\r'), +(7702, '1988-02-05 08:04:35', 12.951, 145.732, 66.6, 5.5, 'mw', 'usp0003crh', 'Guam region', 'earthquake\r'), +(7703, '1988-02-05 14:01:03', -24.753, -70.433, 36.9, 7.2, 'mw', 'usp0003crv', 'Antofagasta, Chile', 'earthquake\r'), +(7704, '1988-02-05 18:49:32', -24.893, -70.554, 30.7, 6.5, 'mw', 'usp0003cs5', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(7705, '1988-02-06 14:50:45', 24.688, 91.57, 33, 5.9, 'mw', 'usp0003ct7', 'India-Bangladesh border region', 'earthquake\r'), +(7706, '1988-02-06 15:15:41', -6.543, 131.907, 38.5, 6.2, 'mw', 'usp0003ct9', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(7707, '1988-02-06 18:03:55', -17.756, -66.958, 285.2, 6.5, 'mw', 'usp0003cte', 'Oruro, Bolivia', 'earthquake\r'), +(7708, '1988-02-06 21:30:04', -16.195, -173.82, 125.5, 6.2, 'mw', 'usp0003ctk', 'Tonga', 'earthquake\r'), +(7709, '1988-02-07 08:46:59', 60.296, -152.972, 137.5, 6.5, 'mw', 'usp0003cu2', 'Southern Alaska', 'earthquake\r'), +(7710, '1988-02-07 18:14:53', -31.328, -178.486, 33, 5.6, 'mb', 'usp0003cug', 'Kermadec Islands region', 'earthquake\r'), +(7711, '1988-02-07 18:15:06', 50.785, 173.465, 33, 6.4, 'mw', 'usp0003cuh', 'south of the Aleutian Islands', 'earthquake\r'), +(7712, '1988-02-08 13:51:34', 17.737, -100.965, 58, 5.9, 'mw', 'usp0003cvc', 'Guerrero, Mexico', 'earthquake\r'), +(7713, '1988-02-08 15:57:00', -24.801, -70.393, 32, 5.8, 'mw', 'usp0003cvg', 'Antofagasta, Chile', 'earthquake\r'), +(7714, '1988-02-09 19:12:44', 18.607, -62.902, 52.6, 5.5, 'mw', 'usp0003cwn', 'Anguilla region, Leeward Islands', 'earthquake\r'), +(7715, '1988-02-11 02:56:10', -35.616, -102.268, 10, 5.6, 'mw', 'usp0003cy1', 'southeast of Easter Island', 'earthquake\r'), +(7716, '1988-02-12 05:23:56', 30.105, -113.896, 10, 5.8, 'mw', 'usp0003cyu', 'Gulf of California', 'earthquake\r'), +(7717, '1988-02-12 12:10:23', 2.2, -98.805, 10, 5.5, 'mw', 'usp0003cz2', 'west of the Galapagos Islands', 'earthquake\r'), +(7718, '1988-02-12 19:15:35', 23.855, 122.477, 34.7, 5.7, 'mw', 'usp0003cz8', 'Taiwan region', 'earthquake\r'), +(7719, '1988-02-13 03:05:06', 49.954, 78.91, 0, 6.1, 'mb', 'usp0003czn', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7720, '1988-02-15 18:49:18', -25.216, -70.932, 9.5, 5.6, 'mw', 'usp0003d1s', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(7721, '1988-02-16 04:22:36', 51.564, 175.041, 33, 6, 'mw', 'usp0003d29', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7722, '1988-02-17 05:22:24', 51.531, 174.784, 33, 5.6, 'mw', 'usp0003d3c', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7723, '1988-02-17 23:39:25', 3.841, 126.534, 20.1, 5.7, 'mw', 'usp0003d42', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(7724, '1988-02-18 13:52:36', -23.513, -67.706, 142.3, 5.9, 'mw', 'usp0003d4q', 'Antofagasta, Chile', 'earthquake\r'), +(7725, '1988-02-19 19:07:43', -10.226, 161.381, 86, 5.9, 'mw', 'usp0003d5v', 'Solomon Islands', 'earthquake\r'), +(7726, '1988-02-19 22:37:12', 52.758, 158.253, 119.6, 5.5, 'mw', 'usp0003d5z', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(7727, '1988-02-20 01:25:58', -7.14, 127.004, 314.5, 6.5, 'mw', 'usp0003d64', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(7728, '1988-02-20 22:12:00', 46.67, 152.59, 53.9, 5.5, 'mw', 'usp0003d6z', 'Kuril Islands', 'earthquake\r'), +(7729, '1988-02-21 09:22:13', -6.893, 129.393, 148.7, 5.5, 'mw', 'usp0003d7k', 'Banda Sea', 'earthquake\r'), +(7730, '1988-02-21 16:55:21', 13.284, 145.735, 57, 5.6, 'mw', 'usp0003d7v', 'Guam region', 'earthquake\r'), +(7731, '1988-02-22 19:13:18', -20.833, -69.785, 70.3, 6.7, 'mw', 'usp0003d8y', 'Tarapaca, Chile', 'earthquake\r'), +(7732, '1988-02-23 01:58:45', -60.574, 159.676, 33, 5.9, 'mw', 'usp0003d97', 'Macquarie Island region', 'earthquake\r'), +(7733, '1988-02-24 01:56:32', 1.366, 126.172, 74, 5.6, 'mw', 'usp0003d9u', 'Molucca Sea', 'earthquake\r'), +(7734, '1988-02-24 03:52:03', 13.477, 124.616, 24.9, 7.3, 'mw', 'usp0003da3', 'Catanduanes, Philippines', 'earthquake\r'), +(7735, '1988-02-24 08:44:55', 13.318, 124.811, 33, 5.6, 'ms', 'usp0003da8', 'Catanduanes, Philippines', 'earthquake\r'), +(7736, '1988-02-24 15:43:15', -0.507, -91.653, 10, 5.5, 'mw', 'usp0003dam', 'Galapagos Islands, Ecuador', 'earthquake\r'), +(7737, '1988-02-24 17:18:01', 13.453, 124.632, 31.3, 5.6, 'mw', 'usp0003dar', 'Catanduanes, Philippines', 'earthquake\r'), +(7738, '1988-02-26 02:31:20', -18.011, -69.605, 124.4, 5.5, 'mw', 'usp0003dc0', 'Tarapaca, Chile', 'earthquake\r'), +(7739, '1988-02-26 06:17:32', -37.319, 47.989, 10, 6.8, 'mw', 'usp0003dc5', 'Southwest Indian Ridge', 'earthquake\r'), +(7740, '1988-02-26 09:55:35', -17.871, -172.001, 33, 5.5, 'mb', 'usp0003dca', 'Tonga region', 'earthquake\r'), +(7741, '1988-02-27 13:46:16', -21.022, -173.764, 33, 5.5, 'mw', 'usp0003ddk', 'Tonga', 'earthquake\r'), +(7742, '1988-02-29 05:31:41', 55.149, 167.43, 33, 6.9, 'mw', 'usp0003df7', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(7743, '1988-03-02 07:13:16', 9.729, -84.711, 44.4, 5.5, 'mw', 'usp0003dha', 'Costa Rica', 'earthquake\r'), +(7744, '1988-03-04 03:08:15', -17.993, -178.521, 590.2, 5.9, 'mw', 'usp0003dk4', 'Fiji region', 'earthquake\r'), +(7745, '1988-03-05 01:58:59', -52.257, 114.497, 10, 5.7, 'mw', 'usp0003dks', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(7746, '1988-03-05 12:40:01', -3.759, 151.233, 10, 5.5, 'mw', 'usp0003dm5', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(7747, '1988-03-06 22:33:43', 45.574, 151.307, 36.8, 5.7, 'mb', 'usp0003dna', 'Kuril Islands', 'earthquake\r'), +(7748, '1988-03-06 22:35:38', 56.953, -143.032, 10, 7.8, 'mw', 'usp0003dnb', 'Gulf of Alaska', 'earthquake\r'), +(7749, '1988-03-06 23:14:38', 57.499, -142.803, 10, 6.2, 'mb', 'usp0003dne', 'Gulf of Alaska', 'earthquake\r'), +(7750, '1988-03-07 15:21:07', 41.669, 152.222, 10, 5.6, 'mw', 'usp0003dpu', 'North Pacific Ocean', 'earthquake\r'), +(7751, '1988-03-08 15:38:26', -2.184, 125.31, 47.5, 5.9, 'mw', 'usp0003dqp', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(7752, '1988-03-08 16:27:19', 51.34, 176.862, 33, 5.8, 'mw', 'usp0003dqr', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7753, '1988-03-09 04:42:53', -4.662, 131.137, 33, 5.5, 'mw', 'usp0003drc', 'Banda Sea', 'earthquake\r'), +(7754, '1988-03-09 21:33:54', -17.327, -74.154, 32.3, 6, 'mw', 'usp0003ds8', 'off the coast of southern Peru', 'earthquake\r'), +(7755, '1988-03-10 06:17:23', 10.402, -60.587, 56.2, 6.7, 'mw', 'usp0003dsq', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(7756, '1988-03-10 07:58:21', -7.273, 122.281, 613, 5.6, 'mb', 'usp0003dt5', 'Flores Sea', 'earthquake\r'), +(7757, '1988-03-10 10:25:05', -20.917, -178.645, 623, 6.6, 'mw', 'usp0003dte', 'Fiji region', 'earthquake\r'), +(7758, '1988-03-10 14:42:13', -23.853, -177.651, 266.3, 5.5, 'mw', 'usp0003dtv', 'south of the Fiji Islands', 'earthquake\r'), +(7759, '1988-03-11 03:44:57', 9.105, -82.985, 22.5, 6, 'mw', 'usp0003duj', 'Panama-Costa Rica border region', 'earthquake\r'), +(7760, '1988-03-12 04:32:10', 10.144, -60.569, 51.6, 5.8, 'mw', 'usp0003dvu', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(7761, '1988-03-12 12:11:12', -0.683, 133.518, 49.1, 5.9, 'mw', 'usp0003dwb', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(7762, '1988-03-13 11:31:33', -33.673, -72.216, 41.2, 5.9, 'mw', 'usp0003dx7', 'offshore Valparaiso, Chile', 'earthquake\r'), +(7763, '1988-03-13 12:59:16', -37.283, 51.848, 10, 5.9, 'mw', 'usp0003dxb', 'South Indian Ocean', 'earthquake\r'), +(7764, '1988-03-13 13:05:22', -37.473, 51.878, 10, 5.5, 'mb', 'usp0003dxc', 'South Indian Ocean', 'earthquake\r'), +(7765, '1988-03-13 23:27:33', -36.198, 78.525, 10, 5.5, 'mb', 'usp0003dxt', 'Mid-Indian Ridge', 'earthquake\r'), +(7766, '1988-03-15 09:25:06', 11.843, 143.279, 16.5, 5.6, 'mw', 'usp0003dzh', 'south of the Mariana Islands', 'earthquake\r'), +(7767, '1988-03-16 00:44:47', -3.582, 146.488, 17.7, 5.9, 'mw', 'usp0003e0b', 'Bismarck Sea', 'earthquake\r'), +(7768, '1988-03-16 05:48:04', 10.211, -60.607, 56.3, 5.7, 'mw', 'usp0003e0g', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(7769, '1988-03-16 12:11:06', -17.767, -175.034, 255.8, 5.5, 'mw', 'usp0003e0r', 'Tonga', 'earthquake\r'), +(7770, '1988-03-17 12:19:57', -17.579, -178.452, 550.4, 5.9, 'mw', 'usp0003e1n', 'Fiji region', 'earthquake\r'), +(7771, '1988-03-17 15:36:24', -21.415, -173.884, 39.9, 5.9, 'ms', 'usp0003e1x', 'Tonga', 'earthquake\r'), +(7772, '1988-03-17 20:34:29', 35.633, 139.619, 103.2, 5.6, 'mw', 'usp0003e23', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(7773, '1988-03-18 22:51:20', -3.667, 146.561, 33, 6.2, 'mw', 'usp0003e36', 'Bismarck Sea', 'earthquake\r'), +(7774, '1988-03-18 23:12:01', -3.723, 146.57, 33, 5.8, 'ms', 'usp0003e37', 'Bismarck Sea', 'earthquake\r'), +(7775, '1988-03-19 20:19:16', 29.999, 67.91, 15.1, 5.7, 'mw', 'usp0003e44', 'Pakistan', 'earthquake\r'), +(7776, '1988-03-20 10:41:51', -9.991, 153.815, 33, 5.8, 'mw', 'usp0003e4r', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(7777, '1988-03-21 23:31:22', 77.601, 125.451, 10, 6.5, 'mw', 'usp0003e6c', 'Laptev Sea', 'earthquake\r'), +(7778, '1988-03-23 13:43:42', -27.06, -176.08, 33, 5.5, 'mwc', 'gcmtb032388c', 'Kermadec Islands region', 'earthquake\r'), +(7779, '1988-03-23 13:43:58', -26.885, -176.515, 161.9, 5.5, 'mw', 'usp0003e83', 'south of the Fiji Islands', 'earthquake\r'), +(7780, '1988-03-23 15:50:18', 10.85, -43.556, 10, 6.2, 'mw', 'usp0003e86', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(7781, '1988-03-23 20:22:45', 52.52, -169.339, 33, 5.6, 'mw', 'usp0003e8f', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7782, '1988-03-25 05:21:45', -19.323, -177.493, 559.2, 5.7, 'mw', 'usp0003ea0', 'Fiji region', 'earthquake\r'), +(7783, '1988-03-25 16:20:47', 10.176, -60.604, 56, 5.5, 'mw', 'usp0003eaf', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(7784, '1988-03-25 19:36:46', 62.154, -124.182, 10, 6.2, 'mw', 'usp0003eaq', 'Northwest Territories, Canada', 'earthquake\r'), +(7785, '1988-03-26 22:58:43', 38.309, 73.234, 120.9, 5.5, 'mw', 'usp0003ec7', 'Tajikistan', 'earthquake\r'), +(7786, '1988-03-28 03:33:41', 19.936, -156.445, 1.3, 5.5, 'mw', 'usp0003ed9', 'Hawaii region, Hawaii', 'earthquake\r'), +(7787, '1988-03-28 18:36:26', -36.039, -102.843, 10, 5.9, 'mw', 'usp0003edy', 'southeast of Easter Island', 'earthquake\r'), +(7788, '1988-03-29 08:31:32', 52.278, -168.182, 33, 5.8, 'mw', 'usp0003eed', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7789, '1988-03-30 02:12:43', 30.89, 50.194, 32.9, 5.9, 'mw', 'usp0003ef6', 'southern Iran', 'earthquake\r'), +(7790, '1988-03-30 07:52:49', 5.506, 123.882, 526.3, 5.5, 'mb', 'usp0003eff', 'Celebes Sea', 'earthquake\r'), +(7791, '1988-03-30 23:50:57', -24.926, -70.461, 40.9, 6.2, 'mw', 'usp0003ega', 'Antofagasta, Chile', 'earthquake\r'), +(7792, '1988-04-01 14:26:41', -18.782, -177.853, 572.7, 5.7, 'mw', 'usp0003ej3', 'Fiji region', 'earthquake\r'), +(7793, '1988-04-02 14:26:29', -15.447, -173.081, 33, 6.3, 'mw', 'usp0003ekb', 'Tonga', 'earthquake\r'), +(7794, '1988-04-03 01:33:06', 49.917, 78.945, 0, 6.1, 'mb', 'usp0003em3', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7795, '1988-04-03 14:27:09', 4.687, 94.419, 30.3, 5.9, 'mw', 'usp0003emn', 'off the west coast of northern Sumatra', 'earthquake\r'), +(7796, '1988-04-04 15:43:04', 30.399, 131.084, 39.3, 6, 'mw', 'usp0003enw', 'Kyushu, Japan', 'earthquake\r'), +(7797, '1988-04-04 16:12:25', -9.364, 112.874, 60.9, 5.9, 'mw', 'usp0003enz', 'south of Java, Indonesia', 'earthquake\r'), +(7798, '1988-04-05 15:36:57', 13.295, 120.393, 30.1, 5.8, 'mw', 'usp0003eq8', 'Mindoro, Philippines', 'earthquake\r'), +(7799, '1988-04-07 03:05:07', 23.992, 121.647, 17.1, 5.6, 'mw', 'usp0003err', 'Taiwan', 'earthquake\r'), +(7800, '1988-04-07 18:14:55', -55.759, -15.768, 10, 5.8, 'mw', 'usp0003esu', 'southwestern Atlantic Ocean', 'earthquake\r'), +(7801, '1988-04-08 04:42:31', 13.385, 120.386, 31.8, 5.6, 'mw', 'usp0003et6', 'Mindoro, Philippines', 'earthquake\r'), +(7802, '1988-04-08 11:20:51', -8.823, 117.498, 106.9, 5.7, 'mw', 'usp0003etk', 'Sumbawa region, Indonesia', 'earthquake\r'), +(7803, '1988-04-08 23:13:24', -3.409, 145.697, 32.3, 6.4, 'ms', 'usp0003euf', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(7804, '1988-04-08 23:21:12', -3.414, 145.659, 33, 6.1, 'ms', 'usp0003eug', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(7805, '1988-04-09 04:04:23', -10.917, 166.829, 33.9, 5.6, 'mw', 'usp0003euv', 'Santa Cruz Islands', 'earthquake\r'), +(7806, '1988-04-11 22:36:25', -21.46, -179.336, 619.3, 5.5, 'mw', 'usp0003ey6', 'Fiji region', 'earthquake\r'), +(7807, '1988-04-12 05:03:45', -39.2, 178.424, 20.9, 5.5, 'mw', 'usp0003eyp', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(7808, '1988-04-12 20:26:19', -33.803, 56.334, 10, 5.7, 'mw', 'usp0003ezd', 'Southwest Indian Ridge', 'earthquake\r'), +(7809, '1988-04-12 23:19:56', -17.192, -72.305, 33.1, 7.1, 'mw', 'usp0003ezg', 'near the coast of southern Peru', 'earthquake\r'), +(7810, '1988-04-13 00:39:31', -17.256, -72.518, 16.1, 6.2, 'mw', 'usp0003ezn', 'near the coast of southern Peru', 'earthquake\r'), +(7811, '1988-04-13 06:22:32', -17.489, -72.505, 36.7, 5.5, 'mw', 'usp0003ezu', 'near the coast of southern Peru', 'earthquake\r'), +(7812, '1988-04-13 07:57:17', 1.029, 127.108, 151.5, 5.8, 'mw', 'usp0003ezw', 'Halmahera, Indonesia', 'earthquake\r'), +(7813, '1988-04-14 02:20:02', 1.742, 126.676, 77.9, 5.7, 'mw', 'usp0003f0s', 'Molucca Sea', 'earthquake\r'), +(7814, '1988-04-17 02:50:38', -17.42, -72.387, 33, 5.6, 'mw', 'usp0003f3f', 'near the coast of southern Peru', 'earthquake\r'), +(7815, '1988-04-17 05:11:35', -58.428, -25.066, 33, 6.3, 'mw', 'usp0003f3p', 'South Sandwich Islands region', 'earthquake\r'), +(7816, '1988-04-19 18:53:42', -17.979, -178.518, 580.8, 5.5, 'mw', 'usp0003f5z', 'Fiji region', 'earthquake\r'), +(7817, '1988-04-19 19:10:49', 3.835, 126.648, 40.4, 5.7, 'mw', 'usp0003f62', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(7818, '1988-04-19 20:48:52', 1.886, 127.279, 75, 5.9, 'mw', 'usp0003f65', 'Halmahera, Indonesia', 'earthquake\r'), +(7819, '1988-04-20 03:50:08', 39.109, 44.123, 55.2, 5.5, 'mw', 'usp0003f6d', 'Turkey-Iran border region', 'earthquake\r'), +(7820, '1988-04-20 04:25:37', 0.96, -30.267, 10, 5.5, 'mw', 'usp0003f6e', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7821, '1988-04-20 08:03:11', -16.767, -177.135, 33, 5.5, 'mw', 'usp0003f6m', 'Fiji region', 'earthquake\r'), +(7822, '1988-04-24 20:03:29', 23.478, 121.851, 43.9, 5.5, 'mw', 'usp0003fav', 'Taiwan', 'earthquake\r'), +(7823, '1988-04-25 10:10:34', -7.791, 158.255, 44.3, 6.3, 'mw', 'usp0003fbn', 'Solomon Islands', 'earthquake\r'), +(7824, '1988-04-26 01:42:56', 22.913, -108.023, 10, 5.9, 'mw', 'usp0003fcp', 'off the coast of Baja California Sur, Mexico', 'earthquake\r'), +(7825, '1988-04-26 01:47:35', 57.534, -143.073, 10, 5.8, 'mw', 'usp0003fcq', 'Gulf of Alaska', 'earthquake\r'), +(7826, '1988-04-28 22:41:09', -18.029, -178.457, 628.7, 5.7, 'mw', 'usp0003fg7', 'Fiji region', 'earthquake\r'), +(7827, '1988-04-29 17:26:47', -3.877, -103.788, 20.6, 5.7, 'mw', 'usp0003fh4', 'central East Pacific Rise', 'earthquake\r'), +(7828, '1988-05-01 23:06:34', -55.897, -27.672, 137.9, 6.2, 'mw', 'usp0003fk7', 'South Sandwich Islands region', 'earthquake\r'), +(7829, '1988-05-03 23:22:08', -22.774, 170.278, 10.8, 6.1, 'mw', 'usp0003fmu', 'southeast of the Loyalty Islands', 'earthquake\r'), +(7830, '1988-05-04 00:01:32', -17.328, 66.629, 10, 5.9, 'mw', 'usp0003fmv', 'Mauritius - Reunion region', 'earthquake\r'), +(7831, '1988-05-04 00:57:07', 49.928, 78.769, 0, 6.1, 'mb', 'usp0003fmx', 'eastern Kazakhstan', 'nuclear explosion\r'), +(7832, '1988-05-04 23:47:02', 18.512, 145.858, 122.5, 6.4, 'mw', 'usp0003fnv', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(7833, '1988-05-05 00:03:20', -2.696, 140.525, 26.2, 5.7, 'ms', 'usp0003fnw', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(7834, '1988-05-05 07:57:50', -18.204, 168.169, 35.9, 5.6, 'mw', 'usp0003fp7', 'Vanuatu', 'earthquake\r'), +(7835, '1988-05-05 10:04:14', -26.867, -113.268, 10, 6.3, 'mw', 'usp0003fpb', 'Easter Island region', 'earthquake\r'), +(7836, '1988-05-05 22:32:49', -26.649, -113.664, 10, 6.1, 'mw', 'usp0003fpn', 'Easter Island region', 'earthquake\r'), +(7837, '1988-05-05 23:35:34', -49.856, 115.378, 10, 5.7, 'mw', 'usp0003fpp', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(7838, '1988-05-06 05:04:58', 11.69, 142.772, 27.1, 5.6, 'mw', 'usp0003fpu', 'south of the Mariana Islands', 'earthquake\r'), +(7839, '1988-05-06 14:46:17', 11.493, -85.911, 86.7, 6.6, 'mw', 'usp0003fq8', 'Nicaragua', 'earthquake\r'), +(7840, '1988-05-06 16:34:06', -13.39, -76.226, 50.5, 5.9, 'mb', 'usp0003fqa', 'near the coast of central Peru', 'earthquake\r'), +(7841, '1988-05-06 19:14:57', -32.986, -178.75, 44.5, 5.7, 'mw', 'usp0003fqe', 'south of the Kermadec Islands', 'earthquake\r'), +(7842, '1988-05-07 00:54:13', 43.305, 147.894, 25.2, 5.5, 'mw', 'usp0003fqj', 'Kuril Islands', 'earthquake\r'), +(7843, '1988-05-07 01:59:26', 42.601, 143.751, 72.3, 6, 'mw', 'usp0003fqr', 'Hokkaido, Japan region', 'earthquake\r'), +(7844, '1988-05-07 22:49:58', 73.364, 54.445, 0, 5.6, 'mb', 'usp0003frv', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(7845, '1988-05-08 19:44:55', 14.942, 120.135, 49.7, 5.9, 'mw', 'usp0003fsn', 'Luzon, Philippines', 'earthquake\r'), +(7846, '1988-05-11 16:59:58', -21.867, -139.072, 0, 5.5, 'mb', 'usp0003fvp', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(7847, '1988-05-11 17:27:58', -11.125, 116.274, 40.9, 5.5, 'mw', 'usp0003fvq', 'south of Lombok, Indonesia', 'earthquake\r'), +(7848, '1988-05-13 04:44:40', -15.378, -174.965, 271.5, 5.7, 'mw', 'usp0003fxc', 'Tonga', 'earthquake\r'), +(7849, '1988-05-15 08:22:06', 43.779, 147.737, 56.5, 5.5, 'mw', 'usp0003fz4', 'Kuril Islands', 'earthquake\r'), +(7850, '1988-05-16 23:07:37', -13.941, 166.335, 16, 6.1, 'mw', 'usp0003g0p', 'Vanuatu', 'earthquake\r'), +(7851, '1988-05-17 14:25:53', -11.401, 170.658, 30.1, 6.2, 'mw', 'usp0003g1d', 'Santa Cruz Islands region', 'earthquake\r'), +(7852, '1988-05-18 05:39:51', 13.49, -44.857, 10, 5.8, 'mw', 'usp0003g24', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(7853, '1988-05-18 06:13:46', 52.114, 174.176, 33, 5.5, 'mw', 'usp0003g27', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7854, '1988-05-19 03:10:21', -9.409, 148.911, 33, 5.7, 'mb', 'usp0003g39', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7855, '1988-05-19 03:22:32', -20.593, -173.124, 33, 5.5, 'mb', 'usp0003g3a', 'Tonga', 'earthquake\r'), +(7856, '1988-05-20 03:19:54', -17.473, -69.47, 124.8, 5.7, 'mw', 'usp0003g46', 'La Paz, Bolivia', 'earthquake\r'), +(7857, '1988-05-20 09:17:27', -15.241, -173.892, 100.5, 5.7, 'mw', 'usp0003g4f', 'Tonga', 'earthquake\r'), +(7858, '1988-05-20 14:58:44', 8.116, -38.413, 10, 6.1, 'mw', 'usp0003g4r', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7859, '1988-05-21 00:08:25', -1.131, 98.223, 28, 5.6, 'mw', 'usp0003g54', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(7860, '1988-05-21 14:28:40', -32.833, -71.704, 42.1, 6.1, 'mw', 'usp0003g5z', 'offshore Valparaiso, Chile', 'earthquake\r'), +(7861, '1988-05-21 15:15:44', 0.788, -30.317, 10, 5.9, 'mw', 'usp0003g67', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7862, '1988-05-21 15:16:23', -20.366, -173.632, 46.5, 5.7, 'ms', 'usp0003g68', 'Tonga', 'earthquake\r'), +(7863, '1988-05-22 09:39:56', 53.619, -163.267, 33, 6, 'mw', 'usp0003g7y', 'Unimak Island region, Alaska', 'earthquake\r'), +(7864, '1988-05-22 12:47:26', -17.376, -69.381, 169.9, 5.5, 'mw', 'usp0003g85', 'La Paz, Bolivia', 'earthquake\r'), +(7865, '1988-05-25 04:39:26', -10.473, 152.269, 26.4, 5.6, 'mw', 'usp0003gc1', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(7866, '1988-05-25 14:05:18', 50.549, -174.571, 40.2, 5.6, 'mw', 'usp0003gcg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(7867, '1988-05-25 17:00:58', -21.903, -139.009, 0, 5.6, 'mb', 'usp0003gcs', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(7868, '1988-05-28 16:27:24', -17.852, -178.662, 558.7, 5.7, 'mw', 'usp0003gg1', 'Fiji region', 'earthquake\r'), +(7869, '1988-05-29 06:24:21', -16.588, -172.642, 33, 5.6, 'mw', 'usp0003ggh', 'Samoa Islands region', 'earthquake\r'), +(7870, '1988-05-30 21:11:11', -7.501, 128.325, 86.3, 6.9, 'mw', 'usp0003gj3', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(7871, '1988-05-30 21:22:13', -31.515, -69.061, 93.9, 5.8, 'mb', 'usp0003gj4', 'San Juan, Argentina', 'earthquake\r'), +(7872, '1988-06-03 17:42:00', -11.518, 116.173, 38.1, 5.5, 'mb', 'usp0003gp8', 'south of Lombok, Indonesia', 'earthquake\r'), +(7873, '1988-06-03 23:27:35', -45.003, 167.599, 82.7, 6.7, 'mw', 'usp0003gpe', 'South Island of New Zealand', 'earthquake\r'), +(7874, '1988-06-05 18:22:48', -15.397, 167.578, 110.2, 6.5, 'mw', 'usp0003gre', 'Vanuatu', 'earthquake\r'), +(7875, '1988-06-10 03:10:22', -12.724, 166.744, 113.4, 5.8, 'mw', 'usp0003guy', 'Santa Cruz Islands', 'earthquake\r'), +(7876, '1988-06-10 11:31:53', -6.89, 72.241, 21.9, 5.6, 'mw', 'usp0003gvc', 'Chagos Archipelago region', 'earthquake\r'), +(7877, '1988-06-11 02:50:02', -5.942, 151.139, 36.8, 5.5, 'mw', 'usp0003gvx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7878, '1988-06-11 12:17:27', -14.994, -173.469, 35.7, 6.3, 'mw', 'usp0003gwh', 'Samoa Islands region', 'earthquake\r'), +(7879, '1988-06-12 13:39:37', -10.747, 165.171, 14.4, 6.5, 'mw', 'usp0003gxk', 'Santa Cruz Islands', 'earthquake\r'), +(7880, '1988-06-12 18:07:14', -10.877, 165.382, 29.3, 5.7, 'mw', 'usp0003gxx', 'Santa Cruz Islands', 'earthquake\r'), +(7881, '1988-06-17 12:52:04', -10.69, 165.221, 48.1, 5.8, 'mw', 'usp0003h1u', 'Santa Cruz Islands', 'earthquake\r'), +(7882, '1988-06-17 13:30:44', 42.971, 77.508, 23.9, 5.7, 'mw', 'usp0003h1x', 'Kyrgyzstan', 'earthquake\r'), +(7883, '1988-06-18 18:42:03', 13.603, -91.113, 59.2, 5.7, 'mw', 'usp0003h2w', 'offshore Guatemala', 'earthquake\r'), +(7884, '1988-06-18 22:49:42', 26.856, -110.996, 10, 6.7, 'mw', 'usp0003h35', 'Gulf of California', 'earthquake\r'), +(7885, '1988-06-19 13:05:05', -18.303, -177.814, 407.5, 5.5, 'mw', 'usp0003h3x', 'Fiji region', 'earthquake\r'), +(7886, '1988-06-19 20:19:53', 12.376, 121.067, 16.7, 6.2, 'mw', 'usp0003h43', 'Mindoro, Philippines', 'earthquake\r'), +(7887, '1988-06-20 13:35:45', 12.288, 121.094, 33, 5.6, 'mw', 'usp0003h4t', 'Mindoro, Philippines', 'earthquake\r'), +(7888, '1988-06-21 06:26:17', 24.878, -45.867, 25.3, 5.7, 'mw', 'usp0003h5d', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(7889, '1988-06-21 21:38:54', 44.593, 148.864, 49.1, 5.5, 'mw', 'usp0003h5y', 'Kuril Islands', 'earthquake\r'), +(7890, '1988-06-23 04:11:12', 2.231, 126.594, 69.4, 5.5, 'mw', 'usp0003h6z', 'Molucca Sea', 'earthquake\r'), +(7891, '1988-06-24 02:06:26', 18.606, 121.013, 53.4, 5.7, 'mw', 'usp0003h7u', 'Luzon, Philippines', 'earthquake\r'), +(7892, '1988-06-24 08:57:53', 10.209, -60.559, 38.5, 5.9, 'mw', 'usp0003h88', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(7893, '1988-06-24 12:25:40', -6.26, 148.862, 41.6, 5.6, 'mw', 'usp0003h8h', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7894, '1988-06-25 06:24:24', -33.346, -179.43, 52.6, 5.7, 'mw', 'usp0003h9f', 'south of the Kermadec Islands', 'earthquake\r'), +(7895, '1988-06-25 16:15:38', 38.458, 43.038, 50.9, 5.5, 'mw', 'usp0003h9v', 'eastern Turkey', 'earthquake\r'), +(7896, '1988-06-27 06:07:51', -20.237, 169.373, 65.7, 6, 'mw', 'usp0003hc7', 'Vanuatu', 'earthquake\r'), +(7897, '1988-06-28 16:40:19', -56.432, 147.147, 10, 6, 'mw', 'usp0003hdy', 'west of Macquarie Island', 'earthquake\r'), +(7898, '1988-07-01 02:07:01', -16.234, -177.714, 33, 5.7, 'mw', 'usp0003hg4', 'Fiji region', 'earthquake\r'), +(7899, '1988-07-01 02:55:33', -16.247, -177.629, 32.1, 5.9, 'mw', 'usp0003hg5', 'Fiji region', 'earthquake\r'), +(7900, '1988-07-02 10:01:29', -14.278, 167.18, 142.7, 6.3, 'mw', 'usp0003hhe', 'Vanuatu', 'earthquake\r'), +(7901, '1988-07-03 05:09:43', -24.822, 179.38, 537.1, 5.7, 'mw', 'usp0003hj0', 'south of the Fiji Islands', 'earthquake\r'), +(7902, '1988-07-03 11:43:13', 8.919, 137.896, 14.6, 6.6, 'mw', 'usp0003hjb', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(7903, '1988-07-04 03:35:52', -56.752, -140.605, 10, 5.5, 'mw', 'usp0003hjn', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(7904, '1988-07-04 13:54:14', -17.636, -71.718, 19.8, 5.8, 'mw', 'usp0003hk4', 'near the coast of southern Peru', 'earthquake\r'), +(7905, '1988-07-04 14:38:59', 2.804, 128.209, 38, 5.6, 'mw', 'usp0003hk6', 'Halmahera, Indonesia', 'earthquake\r'), +(7906, '1988-07-05 20:32:07', -5.964, 148.78, 53.4, 6.8, 'mw', 'usp0003hm4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7907, '1988-07-06 01:10:53', -17.741, -178.844, 547.1, 5.9, 'mw', 'usp0003hmd', 'Fiji region', 'earthquake\r'), +(7908, '1988-07-06 01:48:43', -6.076, 148.789, 67, 5.6, 'mw', 'usp0003hme', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7909, '1988-07-06 15:54:19', 41.744, 144.199, 30.1, 6.3, 'mw', 'usp0003hnb', 'Hokkaido, Japan region', 'earthquake\r'), +(7910, '1988-07-06 16:55:21', 41.722, 144.17, 33.9, 5.5, 'mw', 'usp0003hnf', 'Hokkaido, Japan region', 'earthquake\r'), +(7911, '1988-07-06 23:05:16', -35.276, -15.654, 10, 5.9, 'mw', 'usp0003hnq', 'Tristan da Cunha region', 'earthquake\r'), +(7912, '1988-07-08 16:35:36', -6.29, 154.677, 74.3, 5.6, 'mw', 'usp0003hq2', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(7913, '1988-07-09 15:10:58', -29.843, -178.961, 262.3, 5.7, 'mw', 'usp0003hqz', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(7914, '1988-07-10 17:36:01', -19.966, 168.763, 43.6, 5.6, 'mw', 'usp0003hrt', 'Vanuatu', 'earthquake\r'), +(7915, '1988-07-11 00:12:35', 5.368, 126.612, 66.9, 6, 'mw', 'usp0003hs0', 'Mindanao, Philippines', 'earthquake\r'), +(7916, '1988-07-12 17:00:09', 6.802, 123.97, 51.7, 5.6, 'mw', 'usp0003htg', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(7917, '1988-07-16 06:05:02', 3.266, 126.953, 30.6, 5.7, 'mw', 'usp0003hwz', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(7918, '1988-07-16 08:34:18', -7.342, 120.19, 424.1, 5.7, 'mw', 'usp0003hx3', 'Flores Sea', 'earthquake\r'), +(7919, '1988-07-16 08:42:03', 13.99, 51.659, 10, 5.6, 'mw', 'usp0003hx4', 'Gulf of Aden', 'earthquake\r'), +(7920, '1988-07-16 16:55:01', -27.285, -176.758, 30.1, 5.7, 'mw', 'usp0003hxe', 'Kermadec Islands region', 'earthquake\r'), +(7921, '1988-07-16 19:53:27', 19.809, 121.916, 33, 5.5, 'mw', 'usp0003hxg', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(7922, '1988-07-17 03:23:05', 20.09, 121.992, 9.1, 5.9, 'mw', 'usp0003hxr', 'Batan Islands region, Philippines', 'earthquake\r'), +(7923, '1988-07-17 15:05:58', 37.052, 142.225, 31.7, 5.5, 'mw', 'usp0003hxy', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(7924, '1988-07-18 13:22:11', 54.601, 168.487, 23.2, 6, 'mw', 'usp0003hyw', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(7925, '1988-07-19 01:00:20', -19.576, -175.038, 137, 6.4, 'mw', 'usp0003hzc', 'Tonga', 'earthquake\r'), +(7926, '1988-07-19 02:58:16', -45.254, 167.653, 134.5, 5.5, 'mw', 'usp0003hzf', 'South Island of New Zealand', 'earthquake\r'), +(7927, '1988-07-19 10:54:42', 50.506, -129.924, 10, 5.6, 'mw', 'usp0003hzy', 'Vancouver Island, Canada region', 'earthquake\r'), +(7928, '1988-07-20 06:20:51', 37.028, 72.914, 40.6, 5.5, 'mw', 'usp0003j0w', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7929, '1988-07-20 23:15:37', 23.902, 121.598, 50.8, 5.9, 'mw', 'usp0003j1r', 'Taiwan', 'earthquake\r'), +(7930, '1988-07-22 21:16:04', 39.862, -29.589, 10, 5.5, 'mw', 'usp0003j40', 'Azores Islands, Portugal', 'earthquake\r'), +(7931, '1988-07-23 07:38:10', 48.706, 90.565, 18.5, 5.9, 'mw', 'usp0003j4c', 'western Mongolia', 'earthquake\r'), +(7932, '1988-07-23 14:25:37', -22.127, 174.9, 18.5, 6.6, 'mw', 'usp0003j4p', 'southeast of the Loyalty Islands', 'earthquake\r'), +(7933, '1988-07-23 15:17:08', -6.526, 152.779, 16.6, 7, 'mw', 'usp0003j4t', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7934, '1988-07-23 17:11:37', -6.466, 153.007, 27.6, 5.6, 'mb', 'usp0003j4y', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7935, '1988-07-25 06:46:07', -6.081, 133.667, 27.7, 7, 'mw', 'usp0003j6r', 'Kepulauan Aru region, Indonesia', 'earthquake\r'), +(7936, '1988-07-26 19:04:30', 15.071, 119.855, 47, 5.6, 'ms', 'usp0003j8k', 'Luzon, Philippines', 'earthquake\r'), +(7937, '1988-07-26 19:12:07', -6.509, 152.66, 30.5, 5.6, 'mw', 'usp0003j8m', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7938, '1988-07-27 16:58:17', 18.606, 145.598, 217.1, 5.6, 'mw', 'usp0003j9z', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(7939, '1988-07-27 21:55:10', -13.112, 167.051, 171.6, 6.7, 'mw', 'usp0003ja7', 'Vanuatu', 'earthquake\r'), +(7940, '1988-07-27 22:44:35', -13.15, 166.967, 176.8, 6, 'mw', 'usp0003ja8', 'Vanuatu', 'earthquake\r'), +(7941, '1988-07-28 17:12:33', -22.062, -65.716, 279.3, 6.2, 'mw', 'usp0003jay', 'Potosi, Bolivia', 'earthquake\r'), +(7942, '1988-07-30 02:45:14', -24.373, -115.876, 10, 5.6, 'mw', 'usp0003jce', 'southern East Pacific Rise', 'earthquake\r'), +(7943, '1988-07-30 21:07:21', 44.771, 149.89, 61.4, 5.8, 'mw', 'usp0003jda', 'Kuril Islands', 'earthquake\r'), +(7944, '1988-07-31 01:28:53', -6.389, 153.091, 33, 5.5, 'mw', 'usp0003jds', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7945, '1988-07-31 12:50:08', -22.212, 171.082, 55.5, 6.6, 'mw', 'usp0003jf5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(7946, '1988-07-31 15:22:49', -31.891, 57.448, 10, 5.9, 'mw', 'usp0003jfb', 'Southwest Indian Ridge', 'earthquake\r'), +(7947, '1988-08-02 22:08:31', -58.015, -25.133, 26.1, 5.7, 'mw', 'usp0003jk0', 'South Sandwich Islands region', 'earthquake\r'), +(7948, '1988-08-03 05:43:15', 36.483, 70.95, 201.4, 5.6, 'mw', 'usp0003jk8', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7949, '1988-08-03 17:30:15', 18.665, -106.48, 33, 5.5, 'mw', 'usp0003jkz', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(7950, '1988-08-04 06:18:43', -42.877, -85.834, 6.2, 5.7, 'mw', 'usp0003jmf', 'West Chile Rise', 'earthquake\r'), +(7951, '1988-08-04 17:16:45', -33.72, -179.791, 10, 5.5, 'mw', 'usp0003jn9', 'south of the Kermadec Islands', 'earthquake\r'), +(7952, '1988-08-05 16:13:33', -5.808, 147.903, 113.5, 5.5, 'mb', 'usp0003jpj', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(7953, '1988-08-06 00:36:25', 25.149, 95.127, 90.5, 7.3, 'mw', 'usp0003jpw', 'Myanmar', 'earthquake\r'), +(7954, '1988-08-06 06:26:56', -7.136, 151.057, 25.1, 6.1, 'mw', 'usp0003jq4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(7955, '1988-08-06 09:03:22', 36.461, 71.043, 195, 6.3, 'mw', 'usp0003jqb', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(7956, '1988-08-08 05:04:28', 13.76, 120.577, 93.6, 5.5, 'mw', 'usp0003js0', 'Mindoro, Philippines', 'earthquake\r'), +(7957, '1988-08-08 19:59:32', 63.673, 2.397, 10, 5.6, 'mw', 'usp0003jsr', 'Norwegian Sea', 'earthquake\r'), +(7958, '1988-08-09 01:56:32', -44.769, 35.379, 30.1, 5.6, 'mw', 'usp0003jsx', 'Prince Edward Islands region', 'earthquake\r'), +(7959, '1988-08-10 04:38:26', -10.366, 160.819, 34, 7.6, 'mw', 'usp0003jtm', 'Solomon Islands', 'earthquake\r'), +(7960, '1988-08-10 04:56:40', -10.041, 160.714, 33, 5.9, 'mb', 'usp0003jtp', 'Solomon Islands', 'earthquake\r'), +(7961, '1988-08-10 06:38:43', -10.199, 160.855, 39.8, 6.6, 'ms', 'usp0003jtw', 'Solomon Islands', 'earthquake\r'), +(7962, '1988-08-10 10:34:33', -10.143, 160.484, 35.5, 5.6, 'mb', 'usp0003ju5', 'Solomon Islands', 'earthquake\r'), +(7963, '1988-08-10 11:46:47', -28.194, -112.648, 10, 6, 'mw', 'usp0003ju8', 'Easter Island region', 'earthquake\r'), +(7964, '1988-08-10 13:11:19', -14.88, 167.293, 124.8, 6.8, 'mw', 'usp0003jud', 'Vanuatu', 'earthquake\r'), +(7965, '1988-08-10 21:19:13', -10.175, 160.519, 41.6, 5.6, 'mw', 'usp0003jux', 'Solomon Islands', 'earthquake\r'), +(7966, '1988-08-11 13:29:21', -18.062, 65.418, 10, 6.2, 'mw', 'usp0003jvv', 'Mauritius - Reunion region', 'earthquake\r'), +(7967, '1988-08-11 14:09:06', -42.819, -85.553, 10, 5.5, 'ms', 'usp0003jvx', 'West Chile Rise', 'earthquake\r'), +(7968, '1988-08-11 16:00:08', 29.971, 51.575, 32.2, 5.8, 'mw', 'usp0003jw1', 'southern Iran', 'earthquake\r'), +(7969, '1988-08-11 16:04:46', 29.974, 51.679, 33, 6.1, 'mw', 'usp0003jw2', 'southern Iran', 'earthquake\r'), +(7970, '1988-08-12 18:58:48', 39.674, 74.582, 33, 5.5, 'mw', 'usp0003jx9', 'southern Xinjiang, China', 'earthquake\r'), +(7971, '1988-08-13 05:46:15', 4.777, 125.74, 143.1, 5.8, 'mw', 'usp0003jxq', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(7972, '1988-08-13 14:16:21', -18.512, -175.641, 33, 5.7, 'mw', 'usp0003jy5', 'Tonga', 'earthquake\r'), +(7973, '1988-08-14 10:56:58', 54.618, 152.678, 644.8, 6.1, 'mw', 'usp0003jzc', 'Sea of Okhotsk', 'earthquake\r'), +(7974, '1988-08-14 17:53:10', -27.26, -71.092, 32.5, 6.7, 'mw', 'usp0003jzr', 'offshore Atacama, Chile', 'earthquake\r'), +(7975, '1988-08-15 09:59:24', 8.757, 126.341, 52, 6.1, 'mw', 'usp0003k0t', 'Mindanao, Philippines', 'earthquake\r'), +(7976, '1988-08-16 08:46:19', -36.774, 78.824, 10, 5.5, 'mw', 'usp0003k1y', 'Mid-Indian Ridge', 'earthquake\r'), +(7977, '1988-08-17 01:59:08', -7.698, 107.15, 27.1, 6, 'mw', 'usp0003k2n', 'Java, Indonesia', 'earthquake\r'), +(7978, '1988-08-17 11:34:52', -27.001, -70.948, 38.5, 6.1, 'mw', 'usp0003k30', 'offshore Atacama, Chile', 'earthquake\r'), +(7979, '1988-08-17 12:38:16', -26.924, -70.985, 37.2, 5.7, 'mw', 'usp0003k33', 'offshore Atacama, Chile', 'earthquake\r'), +(7980, '1988-08-17 14:26:04', -27.062, -71.06, 31.1, 5.5, 'mw', 'usp0003k36', 'offshore Atacama, Chile', 'earthquake\r'), +(7981, '1988-08-19 18:10:09', 24.704, 122.511, 98.3, 5.6, 'mw', 'usp0003k5k', 'Taiwan region', 'earthquake\r'), +(7982, '1988-08-19 18:28:19', -60.893, -23.382, 14.7, 5.9, 'mw', 'usp0003k5m', 'South Sandwich Islands region', 'earthquake\r'), +(7983, '1988-08-20 08:19:38', -16.484, 167.171, 21.8, 5.9, 'mw', 'usp0003k60', 'Vanuatu', 'earthquake\r'), +(7984, '1988-08-20 23:09:10', 26.755, 86.616, 57.4, 6.9, 'mw', 'usp0003k6t', 'Nepal-India border region', 'earthquake\r'), +(7985, '1988-08-21 11:15:50', 23.385, -108.379, 10, 5.6, 'mw', 'usp0003k7m', 'Gulf of California', 'earthquake\r'), +(7986, '1988-08-21 11:44:24', 44.571, 149.473, 52.1, 5.5, 'mw', 'usp0003k7p', 'Kuril Islands', 'earthquake\r'), +(7987, '1988-08-21 12:18:55', -26.546, -112.671, 10, 5.5, 'mw', 'usp0003k7s', 'Easter Island region', 'earthquake\r'), +(7988, '1988-08-21 13:51:43', -42.903, -85.773, 10, 5.6, 'mw', 'usp0003k7y', 'West Chile Rise', 'earthquake\r'), +(7989, '1988-08-23 19:53:40', -2.505, 138.929, 53.6, 5.8, 'mw', 'usp0003kat', 'Papua, Indonesia', 'earthquake\r'), +(7990, '1988-08-26 07:33:27', -15.37, -172.933, 77.8, 5.7, 'mw', 'usp0003kde', 'Samoa Islands region', 'earthquake\r'), +(7991, '1988-08-27 01:25:18', 11.38, 141.413, 33, 5.8, 'mw', 'usp0003ke5', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(7992, '1988-08-27 10:15:02', -19.685, -176.278, 35, 5.8, 'mw', 'usp0003kem', 'Fiji region', 'earthquake\r'), +(7993, '1988-08-27 16:30:17', -15.864, -172.067, 27.9, 5.7, 'mw', 'usp0003key', 'Samoa Islands region', 'earthquake\r'), +(7994, '1988-08-27 16:52:24', 0.89, -20.99, 10, 5.5, 'mwc', 'gcmtb082788d', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7995, '1988-08-27 16:52:25', -0.941, -20.93, 10, 5.5, 'mw', 'usp0003kez', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(7996, '1988-09-05 06:13:17', 18.423, -70.377, 27.7, 5.6, 'mw', 'usp0003kph', 'Dominican Republic', 'earthquake\r'), +(7997, '1988-09-07 11:53:24', 30.245, 137.431, 485.1, 6.7, 'mw', 'usp0003ks4', 'Izu Islands, Japan region', 'earthquake\r'), +(7998, '1988-09-08 11:06:38', -60.942, 154.071, 10, 5.9, 'mw', 'usp0003ksy', 'west of Macquarie Island', 'earthquake\r'), +(7999, '1988-09-08 22:27:54', -35.617, 179.656, 86.1, 5.5, 'mb', 'usp0003ktj', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(8000, '1988-09-09 23:07:48', -7.157, -81.547, 35.8, 5.5, 'mw', 'usp0003kud', 'off the coast of northern Peru', 'earthquake\r'), +(8001, '1988-09-10 21:38:09', -54.18, -134.156, 10, 5.8, 'mw', 'usp0003kvr', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(8002, '1988-09-11 01:05:34', 14.697, -92.589, 77.9, 5.5, 'mw', 'usp0003kvu', 'offshore Chiapas, Mexico', 'earthquake\r'), +(8003, '1988-09-11 06:17:42', -25.493, 179.608, 510.3, 5.5, 'mw', 'usp0003kw2', 'south of the Fiji Islands', 'earthquake\r'), +(8004, '1988-09-12 11:44:51', -1.12, 127.046, 42.7, 5.6, 'mw', 'usp0003kx5', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(8005, '1988-09-13 00:58:47', 29.933, 138.605, 448.9, 5.9, 'mw', 'usp0003kxr', 'Izu Islands, Japan region', 'earthquake\r'), +(8006, '1988-09-13 19:45:28', 13.659, -90.85, 55.3, 5.6, 'mw', 'usp0003ky7', 'offshore Guatemala', 'earthquake\r'), +(8007, '1988-09-14 03:59:57', 49.833, 78.808, 0, 6.1, 'mb', 'usp0003kyj', 'eastern Kazakhstan', 'nuclear explosion\r'), +(8008, '1988-09-14 22:14:08', -23.424, -67.997, 122.6, 6, 'mw', 'usp0003kzb', 'Antofagasta, Chile', 'earthquake\r'), +(8009, '1988-09-15 18:48:01', -1.442, -77.866, 170.2, 6.2, 'mw', 'usp0003m02', 'Ecuador', 'earthquake\r'), +(8010, '1988-09-16 02:16:19', -20.515, -178.355, 550.8, 5.6, 'mw', 'usp0003m09', 'Fiji region', 'earthquake\r'), +(8011, '1988-09-16 06:27:30', -17.928, 169.061, 33, 5.7, 'mw', 'usp0003m0k', 'Vanuatu', 'earthquake\r'), +(8012, '1988-09-19 18:58:38', -23.392, -175.314, 42.2, 5.6, 'mw', 'usp0003m3p', 'Tonga region', 'earthquake\r'), +(8013, '1988-09-20 17:56:18', 4.669, -77.423, 34.7, 5.8, 'mw', 'usp0003m4d', 'near the west coast of Colombia', 'earthquake\r'), +(8014, '1988-09-21 09:58:54', 46.187, 152.205, 51.4, 5.5, 'mw', 'usp0003m4u', 'Kuril Islands', 'earthquake\r'), +(8015, '1988-09-21 11:04:51', -22.255, 170.928, 81.5, 5.7, 'mw', 'usp0003m4v', 'southeast of the Loyalty Islands', 'earthquake\r'), +(8016, '1988-09-21 23:59:30', -16.477, -172.113, 33.2, 5.6, 'mw', 'usp0003m5q', 'Samoa Islands region', 'earthquake\r'), +(8017, '1988-09-22 07:52:01', 26.536, -44.742, 10, 5.6, 'mw', 'usp0003m61', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(8018, '1988-09-25 20:52:15', 37.18, 71.811, 11, 5.5, 'mw', 'usp0003m91', 'Tajikistan', 'earthquake\r'), +(8019, '1988-09-25 21:28:05', 36.425, 70.703, 212.2, 5.9, 'mw', 'usp0003m92', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(8020, '1988-09-26 08:23:20', 35.532, 141.07, 29, 5.7, 'mw', 'usp0003m9k', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8021, '1988-09-26 13:31:08', -0.3, 125.118, 56.8, 5.6, 'mw', 'usp0003m9s', 'Molucca Sea', 'earthquake\r'), +(8022, '1988-09-26 14:03:57', 10.138, 126.066, 76.9, 5.5, 'mw', 'usp0003m9t', 'Philippine Islands region', 'earthquake\r'), +(8023, '1988-09-26 21:07:20', -26.526, -177.479, 33, 5.6, 'mw', 'usp0003m9y', 'south of the Fiji Islands', 'earthquake\r'), +(8024, '1988-09-30 03:23:47', -19.56, -68.921, 111.8, 5.5, 'mw', 'usp0003mct', 'Tarapaca, Chile', 'earthquake\r'), +(8025, '1988-09-30 05:45:57', -4.863, 144.692, 94.9, 5.7, 'mw', 'usp0003mcx', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(8026, '1988-09-30 08:27:54', -7.406, 128.371, 145.6, 5.7, 'mw', 'usp0003mcz', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(8027, '1988-09-30 21:45:01', -19.374, -177.492, 552.2, 5.8, 'mw', 'usp0003mdm', 'Fiji region', 'earthquake\r'), +(8028, '1988-10-01 09:43:25', -35.315, -106.048, 10, 6.3, 'mw', 'usp0003me6', 'southern East Pacific Rise', 'earthquake\r'), +(8029, '1988-10-03 00:45:53', -10.272, 161.365, 89.6, 5.5, 'mw', 'usp0003mfs', 'Solomon Islands', 'earthquake\r'), +(8030, '1988-10-04 15:37:57', -3.53, 150.402, 28.5, 6.1, 'mw', 'usp0003mh2', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(8031, '1988-10-05 01:00:07', -14.776, 167.335, 149.4, 5.6, 'mw', 'usp0003mhg', 'Vanuatu', 'earthquake\r'), +(8032, '1988-10-06 14:05:11', -3.989, -104.263, 10, 5.9, 'mw', 'usp0003mk0', 'central East Pacific Rise', 'earthquake\r'), +(8033, '1988-10-08 04:46:25', -18.771, -172.415, 35.2, 7.1, 'mw', 'usp0003mmh', 'Tonga region', 'earthquake\r'), +(8034, '1988-10-08 21:32:03', 4.189, 126.544, 31.3, 5.9, 'mw', 'usp0003mn9', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(8035, '1988-10-09 17:03:53', -35.942, -103.212, 10, 5.6, 'mw', 'usp0003mp3', 'southeast of Easter Island', 'earthquake\r'), +(8036, '1988-10-10 05:52:10', 42.639, 144.448, 56.6, 5.8, 'mw', 'usp0003mpn', 'Hokkaido, Japan region', 'earthquake\r'), +(8037, '1988-10-10 06:31:28', -13.704, 166.364, 37.4, 5.6, 'mw', 'usp0003mpq', 'Vanuatu', 'earthquake\r'), +(8038, '1988-10-10 07:19:22', -22.778, 171.846, 36.6, 5.6, 'mw', 'usp0003mps', 'southeast of the Loyalty Islands', 'earthquake\r'), +(8039, '1988-10-10 18:20:25', -28.644, -177.553, 27.7, 6.3, 'mw', 'usp0003mqb', 'Kermadec Islands region', 'earthquake\r'), +(8040, '1988-10-10 19:26:42', -5.824, 103.142, 36, 5.7, 'mw', 'usp0003mqc', 'southern Sumatra, Indonesia', 'earthquake\r'), +(8041, '1988-10-13 00:32:13', 61.876, 169.627, 33, 5.7, 'mw', 'usp0003ms7', 'Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(8042, '1988-10-16 12:09:28', 21.856, 121.699, 33, 6, 'mw', 'usp0003mve', 'Taiwan region', 'earthquake\r'), +(8043, '1988-10-16 12:34:06', 37.938, 20.932, 25.2, 5.9, 'mw', 'usp0003mvg', 'Ionian Sea', 'earthquake\r'), +(8044, '1988-10-17 05:56:54', 51.254, 159.458, 37.1, 5.5, 'mw', 'usp0003mwh', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(8045, '1988-10-19 00:08:41', 37.031, 141.703, 48.4, 5.6, 'mw', 'usp0003myf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8046, '1988-10-20 02:30:54', -4.75, 153.103, 57.4, 5.6, 'mw', 'usp0003mzs', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(8047, '1988-10-22 16:04:13', 49.044, 156.096, 50, 5.6, 'mw', 'usp0003n37', 'Kuril Islands', 'earthquake\r'), +(8048, '1988-10-23 00:23:27', -20.1, -175.941, 212.2, 5.7, 'mw', 'usp0003n3h', 'Tonga', 'earthquake\r'), +(8049, '1988-10-23 06:37:45', 49.1, 156.122, 29.9, 5.9, 'mw', 'usp0003n3u', 'Kuril Islands', 'earthquake\r'), +(8050, '1988-10-23 13:38:10', 49.128, 156.154, 26.8, 5.6, 'mw', 'usp0003n48', 'Kuril Islands', 'earthquake\r'), +(8051, '1988-10-23 13:48:36', 44.423, -129.455, 10, 5.5, 'mw', 'usp0003n4a', 'off the coast of Oregon', 'earthquake\r'), +(8052, '1988-10-24 11:48:50', 49.126, 156.26, 47.7, 5.5, 'mw', 'usp0003n5d', 'Kuril Islands', 'earthquake\r'), +(8053, '1988-10-27 15:07:18', -7.381, 120.295, 595.6, 5.8, 'mw', 'usp0003n95', 'Flores Sea', 'earthquake\r'), +(8054, '1988-10-28 10:37:53', -0.346, 122.189, 15.3, 5.6, 'mw', 'usp0003n9x', 'Sulawesi, Indonesia', 'earthquake\r'), +(8055, '1988-10-28 14:49:30', -16.343, -174.233, 138.7, 5.9, 'mw', 'usp0003na1', 'Tonga', 'earthquake\r'), +(8056, '1988-10-31 10:12:58', 36.443, 2.759, 12, 5.6, 'mw', 'usp0003ncx', 'northern Algeria', 'earthquake\r'), +(8057, '1988-11-01 22:31:09', -57.293, -25.135, 33, 6.3, 'mw', 'usp0003nen', 'South Sandwich Islands region', 'earthquake\r'), +(8058, '1988-11-02 00:19:18', -56.81, 147.429, 10, 5.7, 'mw', 'usp0003neq', 'west of Macquarie Island', 'earthquake\r'), +(8059, '1988-11-03 14:47:11', 13.881, -90.45, 68.5, 6.6, 'mw', 'usp0003ng5', 'Guatemala', 'earthquake\r'), +(8060, '1988-11-03 17:15:53', -60.796, -55.973, 10, 5.9, 'mw', 'usp0003ngb', 'South Shetland Islands', 'earthquake\r'), +(8061, '1988-11-03 19:42:18', 19.08, -67.256, 33.3, 6, 'mw', 'usp0003ngm', 'Puerto Rico region', 'earthquake\r'), +(8062, '1988-11-04 02:43:11', 13.836, -90.645, 67.5, 5.7, 'mw', 'usp0003nh4', 'offshore Guatemala', 'earthquake\r'), +(8063, '1988-11-04 02:55:10', -55.307, -29.311, 33, 5.6, 'mw', 'usp0003nh6', 'South Sandwich Islands region', 'earthquake\r'), +(8064, '1988-11-05 02:14:30', 34.354, 91.88, 7.6, 6.2, 'mw', 'usp0003nj5', 'southern Qinghai, China', 'earthquake\r'), +(8065, '1988-11-05 03:04:41', -21.568, -174.233, 33, 5.9, 'ms', 'usp0003nj8', 'Tonga', 'earthquake\r'), +(8066, '1988-11-05 09:12:05', -42.803, -85.75, 10, 5.6, 'mb', 'usp0003njc', 'West Chile Rise', 'earthquake\r'), +(8067, '1988-11-05 12:15:51', -21.99, 170.139, 42.3, 6.2, 'mw', 'usp0003njj', 'southeast of the Loyalty Islands', 'earthquake\r'), +(8068, '1988-11-06 04:34:40', -22.01, 170.103, 36.9, 5.7, 'mw', 'usp0003nkf', 'southeast of the Loyalty Islands', 'earthquake\r'), +(8069, '1988-11-06 08:20:57', 51.311, -178.148, 33, 5.5, 'mb', 'usp0003nkk', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8070, '1988-11-06 13:03:19', 22.789, 99.611, 17.8, 7.7, 'mw', 'usp0003nks', 'Myanmar-China border region', 'earthquake\r'), +(8071, '1988-11-06 13:15:43', 23.181, 99.439, 10, 6.4, 'mb', 'usp0003nkt', 'Myanmar-China border region', 'earthquake\r'), +(8072, '1988-11-06 13:21:05', 22.815, 99.558, 10, 5.8, 'mb', 'usp0003nkv', 'Myanmar-China border region', 'earthquake\r'), +(8073, '1988-11-07 03:24:29', 26.534, 126.42, 104.8, 5.9, 'mw', 'usp0003nn0', 'Ryukyu Islands, Japan', 'earthquake\r'), +(8074, '1988-11-07 03:50:01', -22.239, 175.018, 21.8, 6.8, 'mw', 'usp0003nn3', 'south of the Fiji Islands', 'earthquake\r'), +(8075, '1988-11-07 07:39:29', 11.422, 122.073, 26.9, 5.7, 'mw', 'usp0003nne', 'Panay, Philippines', 'earthquake\r'), +(8076, '1988-11-07 23:15:42', 1.533, 126.357, 65.7, 6, 'mw', 'usp0003np4', 'Molucca Sea', 'earthquake\r'), +(8077, '1988-11-11 05:48:57', -2.365, 138.844, 24.5, 5.6, 'mw', 'usp0003nsd', 'Papua, Indonesia', 'earthquake\r'), +(8078, '1988-11-12 03:34:49', 18.068, -76.597, 16.1, 5.5, 'mw', 'usp0003ntg', 'Jamaica region', 'earthquake\r'), +(8079, '1988-11-13 02:37:15', -0.239, 122.949, 103.7, 5.7, 'mw', 'usp0003nu5', 'Sulawesi, Indonesia', 'earthquake\r'), +(8080, '1988-11-14 02:15:39', -3.527, 150.12, 33, 6.7, 'mw', 'usp0003nup', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(8081, '1988-11-14 04:29:09', -7.468, 125.765, 10, 5.5, 'mb', 'usp0003nuq', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(8082, '1988-11-15 08:41:42', 52.109, -171.103, 22.7, 6, 'mw', 'usp0003nvu', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8083, '1988-11-16 05:10:34', -31.519, -179.745, 204.5, 5.5, 'mw', 'usp0003nwp', 'Kermadec Islands region', 'earthquake\r'), +(8084, '1988-11-16 05:53:20', -21.768, -179.426, 582.2, 5.8, 'mw', 'usp0003nwr', 'Fiji region', 'earthquake\r'), +(8085, '1988-11-16 10:49:49', 2.128, 125.633, 33, 5.5, 'mw', 'usp0003nwy', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(8086, '1988-11-17 06:55:46', 12.399, 124.537, 19.3, 6.6, 'mw', 'usp0003nxq', 'Samar, Philippines', 'earthquake\r'), +(8087, '1988-11-17 22:43:57', 8.392, 126.495, 98.1, 5.5, 'mw', 'usp0003ny7', 'Mindanao, Philippines', 'earthquake\r'), +(8088, '1988-11-18 19:38:55', -6.125, 149.785, 61, 6.6, 'mw', 'usp0003nyw', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8089, '1988-11-20 09:11:10', -47.766, 99.723, 10, 6.1, 'mw', 'usp0003p0g', 'southeast Indian Ridge', 'earthquake\r'), +(8090, '1988-11-20 15:19:20', -5.171, 153.826, 91.3, 5.6, 'mw', 'usp0003p0q', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(8091, '1988-11-20 19:48:10', -58.168, -26.266, 33, 5.5, 'mb', 'usp0003p0w', 'South Sandwich Islands region', 'earthquake\r'), +(8092, '1988-11-21 05:30:52', -1.368, -15.094, 10, 5.5, 'mw', 'usp0003p1a', 'north of Ascension Island', 'earthquake\r'), +(8093, '1988-11-21 15:32:39', 1.977, 126.897, 52.6, 5.9, 'mw', 'usp0003p1u', 'Molucca Sea', 'earthquake\r'), +(8094, '1990-07-28 08:42:51', -15.429, 167.402, 113.1, 5.6, 'mw', 'usp0004cnc', 'Vanuatu', 'earthquake\r'), +(8095, '1988-11-21 16:55:53', 37.938, -26.142, 10.8, 5.9, 'mw', 'usp0003p1z', 'Azores Islands, Portugal', 'earthquake\r'), +(8096, '1988-11-23 03:04:15', 30.989, 141.578, 41.1, 5.5, 'mw', 'usp0003p3t', 'Izu Islands, Japan region', 'earthquake\r'), +(8097, '1988-11-23 09:27:07', -19.766, -177.973, 594.5, 5.6, 'mw', 'usp0003p47', 'Fiji region', 'earthquake\r'), +(8098, '1988-11-25 08:35:42', -47.897, 99.455, 10, 6.3, 'mw', 'usp0003p66', 'southeast Indian Ridge', 'earthquake\r'), +(8099, '1988-11-25 22:29:40', 34.333, 91.93, 24.9, 5.6, 'mw', 'usp0003p6m', 'southern Qinghai, China', 'earthquake\r'), +(8100, '1988-11-25 23:46:05', 48.117, -71.183, 28.9, 5.9, 'mw', 'usp0003p6p', 'Saguenay Valley region, Quebec, Canada', 'earthquake\r'), +(8101, '1988-11-27 00:36:19', 50.801, -130.054, 10, 5.6, 'mw', 'usp0003p7w', 'Vancouver Island, Canada region', 'earthquake\r'), +(8102, '1988-11-27 04:17:56', 22.749, 99.852, 15.7, 5.5, 'mw', 'usp0003p8b', 'Myanmar-China border region', 'earthquake\r'), +(8103, '1988-11-28 14:49:53', -6.339, 149.917, 45.1, 5.5, 'mw', 'usp0003pa6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8104, '1988-11-29 07:51:14', -56.423, -27.187, 10, 5.6, 'mb', 'usp0003pb4', 'South Sandwich Islands region', 'earthquake\r'), +(8105, '1988-11-29 11:23:39', 5.1, -76.572, 85.2, 5.7, 'mw', 'usp0003pbh', 'Colombia', 'earthquake\r'), +(8106, '1988-11-30 08:13:30', 22.773, 99.844, 14.5, 6.1, 'mw', 'usp0003pcn', 'Myanmar-China border region', 'earthquake\r'), +(8107, '1988-11-30 08:44:42', -16.69, -177.172, 33, 5.9, 'mw', 'usp0003pcq', 'Fiji region', 'earthquake\r'), +(8108, '1988-11-30 08:55:31', 61.348, -152.27, 143.9, 5.7, 'mw', 'usp0003pcr', 'Southern Alaska', 'earthquake\r'), +(8109, '1988-11-30 17:54:58', -22.244, -138.836, 0, 5.5, 'mb', 'usp0003pd7', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(8110, '1988-12-04 01:59:07', 12.633, 144.792, 33.3, 5.5, 'mw', 'usp0003pgg', 'Guam region', 'earthquake\r'), +(8111, '1988-12-04 05:19:53', 73.387, 54.998, 0, 5.9, 'mb', 'usp0003pgm', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(8112, '1988-12-04 06:14:10', 20.014, 121.93, 10, 5.8, 'mw', 'usp0003pgp', 'Batan Islands region, Philippines', 'earthquake\r'), +(8113, '1988-12-04 13:38:06', 18.493, 146.367, 76.4, 5.8, 'mw', 'usp0003ph5', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(8114, '1988-12-05 16:05:33', -15.259, -173.525, 40.1, 6.4, 'mw', 'usp0003pjt', 'Tonga', 'earthquake\r'), +(8115, '1988-12-06 13:20:41', 29.948, 51.652, 10, 5.9, 'mw', 'usp0003pkk', 'southern Iran', 'earthquake\r'), +(8116, '1988-12-06 19:42:32', -1.457, -15.244, 10, 5.8, 'mw', 'usp0003pkv', 'north of Ascension Island', 'earthquake\r'), +(8117, '1988-12-07 07:41:24', 40.987, 44.185, 5.4, 6.8, 'ms', 'usp0003pmm', 'Armenia', 'earthquake\r'), +(8118, '1988-12-07 07:45:45', 40.974, 44.246, 10, 5.9, 'mb', 'usp0003pmn', 'Armenia', 'earthquake\r'), +(8119, '1988-12-08 11:18:55', -15.213, -174.352, 33, 5.6, 'mw', 'usp0003ppb', 'Tonga', 'earthquake\r'), +(8120, '1988-12-08 12:02:44', -14.87, -174.498, 33, 5.5, 'mw', 'usp0003ppe', 'Samoa Islands region', 'earthquake\r'), +(8121, '1988-12-08 12:59:00', 6.917, -82.74, 10, 6.2, 'mw', 'usp0003ppf', 'south of Panama', 'earthquake\r'), +(8122, '1988-12-09 07:49:26', -59.873, -25.983, 33, 5.9, 'mw', 'usp0003pq2', 'South Sandwich Islands region', 'earthquake\r'), +(8123, '1988-12-10 07:30:59', -58.076, -10.401, 10, 5.7, 'mw', 'usp0003pqx', 'east of the South Sandwich Islands', 'earthquake\r'), +(8124, '1988-12-10 17:33:20', 16.321, 41.102, 10, 5.6, 'mw', 'usp0003prc', 'Red Sea', 'earthquake\r'), +(8125, '1988-12-12 13:32:20', 5.355, -82.571, 10, 5.7, 'mw', 'usp0003pt0', 'south of Panama', 'earthquake\r'), +(8126, '1988-12-13 04:01:39', 71.134, -7.634, 10, 6, 'mw', 'usp0003ptn', 'Jan Mayen Island region', 'earthquake\r'), +(8127, '1988-12-13 06:52:54', 51.94, -176.032, 52.1, 5.5, 'mw', 'usp0003ptq', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8128, '1988-12-16 09:17:05', 13.968, -90.855, 70.1, 5.8, 'mw', 'usp0003pwk', 'Guatemala', 'earthquake\r'), +(8129, '1988-12-16 09:29:55', -15.329, -173.01, 33, 5.5, 'mw', 'usp0003pwm', 'Tonga', 'earthquake\r'), +(8130, '1988-12-16 09:57:17', -29.79, -177.915, 30.7, 6.4, 'mw', 'usp0003pwp', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8131, '1988-12-16 19:29:03', 29.355, 142.024, 11.9, 5.5, 'mw', 'usp0003pwz', 'Izu Islands, Japan region', 'earthquake\r'), +(8132, '1988-12-17 00:58:15', -26.902, 167.475, 33, 5.6, 'mw', 'usp0003px3', 'southwest of New Caledonia', 'earthquake\r'), +(8133, '1988-12-17 04:18:07', 49.886, 78.926, 0, 5.9, 'mb', 'usp0003px5', 'eastern Kazakhstan', 'nuclear explosion\r'), +(8134, '1988-12-18 19:21:52', 46.834, 153.859, 33, 5.6, 'mw', 'usp0003py7', 'Kuril Islands', 'earthquake\r'), +(8135, '1988-12-19 06:35:41', -10.83, 164.507, 60, 5.5, 'mw', 'usp0003pyw', 'Santa Cruz Islands region', 'earthquake\r'), +(8136, '1988-12-20 03:35:18', 1.868, 97.129, 36.7, 5.5, 'mw', 'usp0003q01', 'Nias region, Indonesia', 'earthquake\r'), +(8137, '1988-12-20 14:28:00', -27.914, -176.613, 35.9, 5.6, 'mw', 'usp0003q0h', 'Kermadec Islands region', 'earthquake\r'), +(8138, '1988-12-22 14:49:51', -13.238, -111.247, 10, 5.7, 'mw', 'usp0003q34', 'central East Pacific Rise', 'earthquake\r'), +(8139, '1988-12-23 04:30:07', -10.782, 164.769, 42.6, 5.7, 'mw', 'usp0003q3s', 'Santa Cruz Islands region', 'earthquake\r'), +(8140, '1988-12-23 21:49:09', 0.769, -29.41, 9.9, 5.7, 'mw', 'usp0003q4j', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8141, '1988-12-24 04:26:55', -23.522, -66.666, 193.6, 6.1, 'mw', 'usp0003q4s', 'Jujuy, Argentina', 'earthquake\r'), +(8142, '1988-12-24 10:39:40', -27.434, -63.156, 580.5, 5.5, 'mw', 'usp0003q54', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(8143, '1988-12-24 13:09:41', -5.09, 149.758, 369.3, 5.8, 'mw', 'usp0003q58', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8144, '1989-01-02 01:52:08', -18.589, -174.559, 108.4, 6.2, 'mw', 'usp0003qdy', 'Tonga', 'earthquake\r'), +(8145, '1989-01-03 04:41:12', 29.487, 131.433, 40.4, 5.9, 'mw', 'usp0003qf7', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(8146, '1989-01-06 19:04:06', 46.768, 153.929, 48, 5.8, 'mw', 'usp0003qke', 'Kuril Islands', 'earthquake\r'), +(8147, '1989-01-06 19:08:27', 36.399, 141.751, 43, 5.7, 'mw', 'usp0003qkf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8148, '1989-01-06 23:19:58', -65.458, -179.993, 10, 5.8, 'mw', 'usp0003qku', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(8149, '1989-01-07 07:26:11', -23.258, -68.41, 121.6, 5.6, 'mw', 'usp0003qm2', 'Antofagasta, Chile', 'earthquake\r'), +(8150, '1989-01-08 19:57:06', 51.435, -174.88, 33, 6, 'mw', 'usp0003qnm', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8151, '1989-01-08 20:26:25', 51.432, -174.799, 33, 5.5, 'mw', 'usp0003qnq', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8152, '1989-01-08 22:37:31', 51.393, -174.758, 33, 5.8, 'mw', 'usp0003qnv', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8153, '1989-01-09 13:42:36', 46.986, 153.479, 13.5, 6.5, 'mw', 'usp0003qpt', 'Kuril Islands', 'earthquake\r'), +(8154, '1989-01-10 05:55:01', -3.162, 130.556, 46.6, 6.7, 'mw', 'usp0003qqn', 'Seram, Indonesia', 'earthquake\r'), +(8155, '1989-01-11 13:30:08', 46.486, 153.81, 33, 5.5, 'mw', 'usp0003qsc', 'Kuril Islands', 'earthquake\r'), +(8156, '1989-01-12 19:47:41', 46.789, 153.896, 33, 6.1, 'mw', 'usp0003qtq', 'Kuril Islands', 'earthquake\r'), +(8157, '1989-01-13 08:11:32', -6.761, 155.355, 73.6, 5.6, 'mw', 'usp0003qu9', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(8158, '1989-01-13 18:01:57', 46.477, 153.673, 33, 5.9, 'mw', 'usp0003quv', 'Kuril Islands', 'earthquake\r'), +(8159, '1989-01-14 00:50:33', -15.244, -173.608, 33, 5.6, 'mw', 'usp0003qv3', 'Tonga', 'earthquake\r'), +(8160, '1989-01-15 03:19:51', -31.75, -71.847, 49.9, 5.6, 'ms', 'usp0003qw1', 'offshore Coquimbo, Chile', 'earthquake\r'), +(8161, '1989-01-17 00:35:23', -6.151, 148.947, 31.8, 6.4, 'mw', 'usp0003qxm', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8162, '1989-01-19 03:17:48', -4.01, -105.707, 10, 6, 'mw', 'usp0003qzd', 'central East Pacific Rise', 'earthquake\r'), +(8163, '1989-01-20 02:03:55', -41.906, 79.93, 10, 5.9, 'mw', 'usp0003r0v', 'Mid-Indian Ridge', 'earthquake\r'), +(8164, '1989-01-20 02:15:58', -41.67, 80.159, 10, 5.9, 'mw', 'usp0003r0w', 'Mid-Indian Ridge', 'earthquake\r'), +(8165, '1989-01-20 17:26:39', -11.544, 166.134, 74, 5.8, 'mw', 'usp0003r1c', 'Santa Cruz Islands', 'earthquake\r'), +(8166, '1989-01-21 02:52:20', 38.147, -26.243, 10, 5.7, 'mw', 'usp0003r1r', 'Azores Islands, Portugal', 'earthquake\r'), +(8167, '1989-01-21 14:06:12', 29.511, 131.512, 33.3, 5.5, 'mw', 'usp0003r2b', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(8168, '1989-01-21 21:14:32', -17.933, -173.023, 15.1, 5.7, 'mw', 'usp0003r33', 'Tonga', 'earthquake\r'), +(8169, '1989-01-22 03:57:07', 49.924, 78.831, 0, 6.1, 'mb', 'usp0003r3e', 'eastern Kazakhstan', 'nuclear explosion\r'), +(8170, '1989-01-22 22:20:18', 41.806, 144.282, 25, 6.2, 'mw', 'usp0003r4a', 'Hokkaido, Japan region', 'earthquake\r'), +(8171, '1989-01-24 20:03:39', 42.226, 142.691, 50.3, 5.5, 'mw', 'usp0003r6m', 'Hokkaido, Japan region', 'earthquake\r'), +(8172, '1989-01-25 10:14:33', -27.985, 26.734, 5, 5.5, 'mb', 'usp0003r7e', 'South Africa', 'earthquake\r'), +(8173, '1989-01-26 13:55:02', 47.52, 154.331, 28.2, 5.9, 'mw', 'usp0003r8c', 'Kuril Islands', 'earthquake\r'), +(8174, '1989-01-27 08:34:51', 56.202, 164.375, 28.4, 6.3, 'mw', 'usp0003r94', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(8175, '1989-01-28 07:26:55', 33.257, 141.484, 53.4, 5.6, 'mw', 'usp0003ra7', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8176, '1989-01-31 00:46:19', -6.142, 149.005, 59.8, 5.5, 'mw', 'usp0003rdb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8177, '1989-02-03 18:44:33', -20.215, -178.617, 574.6, 5.5, 'mw', 'usp0003rgz', 'Fiji region', 'earthquake\r'), +(8178, '1989-02-04 14:23:39', -19.416, -179.587, 450.6, 5.8, 'mw', 'usp0003rhw', 'Fiji region', 'earthquake\r'), +(8179, '1989-02-04 15:51:52', 0.082, -16.658, 10, 5.8, 'mw', 'usp0003rhy', 'north of Ascension Island', 'earthquake\r'), +(8180, '1989-02-04 19:24:07', 5.862, -82.697, 10, 6.3, 'mw', 'usp0003rja', 'south of Panama', 'earthquake\r'), +(8181, '1989-02-04 22:10:39', -4.625, 153.066, 52.2, 6.2, 'mw', 'usp0003rjf', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(8182, '1989-02-05 01:59:49', 33.385, 140.811, 59.8, 5.5, 'mw', 'usp0003rjp', 'Izu Islands, Japan region', 'earthquake\r'), +(8183, '1989-02-07 04:03:00', -22.087, -67.223, 179.5, 5.5, 'mw', 'usp0003rmv', 'Potosi, Bolivia', 'earthquake\r'), +(8184, '1989-02-07 13:35:28', -23.728, 179.885, 562.9, 5.5, 'mw', 'usp0003rn6', 'south of the Fiji Islands', 'earthquake\r'), +(8185, '1989-02-07 15:08:59', -3.381, 148.809, 38, 5.6, 'mw', 'usp0003rn8', 'Bismarck Sea', 'earthquake\r'), +(8186, '1989-02-08 23:46:41', -55.623, -26.795, 23.7, 5.7, 'mw', 'usp0003rpb', 'South Sandwich Islands region', 'earthquake\r'), +(8187, '1989-02-09 02:06:39', -55.748, -26.818, 25.7, 5.6, 'mw', 'usp0003rpd', 'South Sandwich Islands region', 'earthquake\r'), +(8188, '1989-02-09 02:15:53', -55.795, -26.527, 19.8, 5.7, 'ms', 'usp0003rpe', 'South Sandwich Islands region', 'earthquake\r'), +(8189, '1989-02-10 11:15:25', 2.305, 126.76, 44, 7.1, 'mw', 'usp0003rqq', 'Molucca Sea', 'earthquake\r'), +(8190, '1989-02-10 12:12:05', 2.254, 126.598, 46.5, 5.6, 'mb', 'usp0003rqz', 'Molucca Sea', 'earthquake\r'), +(8191, '1989-02-10 12:16:48', 2.455, 126.637, 33, 5.5, 'mb', 'usp0003rr0', 'Molucca Sea', 'earthquake\r'), +(8192, '1989-02-10 12:59:31', 2.429, 126.7, 33, 5.6, 'mb', 'usp0003rr3', 'Molucca Sea', 'earthquake\r'), +(8193, '1989-02-10 15:23:56', 2.464, 126.689, 38.3, 5.9, 'mw', 'usp0003rrg', 'Molucca Sea', 'earthquake\r'), +(8194, '1989-02-10 16:59:21', 6.317, 92.269, 41.7, 5.8, 'mw', 'usp0003rrs', 'Nicobar Islands, India region', 'earthquake\r'), +(8195, '1989-02-10 19:56:54', 2.445, 126.612, 33, 5.6, 'mw', 'usp0003rry', 'Molucca Sea', 'earthquake\r'), +(8196, '1989-02-10 20:29:43', 2.396, 126.653, 33, 5.8, 'mw', 'usp0003rs2', 'Molucca Sea', 'earthquake\r'), +(8197, '1989-02-11 01:57:07', 2.384, 126.603, 65.7, 5.8, 'mw', 'usp0003rsn', 'Molucca Sea', 'earthquake\r'), +(8198, '1989-02-11 04:05:21', 2.442, 126.685, 33, 5.6, 'mw', 'usp0003rsw', 'Molucca Sea', 'earthquake\r'), +(8199, '1989-02-12 04:15:07', 49.925, 78.74, 0, 5.9, 'mb', 'usp0003rtt', 'eastern Kazakhstan', 'nuclear explosion\r'), +(8200, '1989-02-13 08:06:56', 7.957, -38.092, 10, 5.5, 'mw', 'usp0003rv4', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8201, '1989-02-13 12:15:20', 4.987, 126.915, 88.4, 5.6, 'mw', 'usp0003rvc', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(8202, '1989-02-13 15:14:48', 57.443, -33.251, 10, 5.6, 'mw', 'usp0003rvp', 'Reykjanes Ridge', 'earthquake\r'), +(8203, '1989-02-13 23:43:46', 25.616, 142.536, 29.6, 5.5, 'mw', 'usp0003rwb', 'Volcano Islands, Japan region', 'earthquake\r'), +(8204, '1989-02-14 06:20:21', -10.447, 161.372, 31.9, 6.5, 'mw', 'usp0003rwm', 'Solomon Islands', 'earthquake\r'), +(8205, '1989-02-14 13:05:39', -17.422, 167.426, 33, 5.5, 'mw', 'usp0003rwu', 'Vanuatu', 'earthquake\r'), +(8206, '1989-02-14 14:53:06', -17.452, 167.31, 33, 5.6, 'mw', 'usp0003rwz', 'Vanuatu', 'earthquake\r'), +(8207, '1989-02-16 16:36:52', -56.404, -121.964, 10, 6.2, 'mw', 'usp0003rz4', 'southern East Pacific Rise', 'earthquake\r'), +(8208, '1989-02-16 19:42:46', 2.568, 126.635, 56, 5.5, 'mw', 'usp0003rz8', 'Molucca Sea', 'earthquake\r'), +(8209, '1989-02-16 21:50:38', 45.313, 151.805, 95.5, 5.5, 'mw', 'usp0003rzd', 'Kuril Islands', 'earthquake\r'), +(8210, '1989-02-17 01:14:28', 0.455, 126.345, 38.9, 5.6, 'mw', 'usp0003rzk', 'Molucca Sea', 'earthquake\r'), +(8211, '1989-02-18 00:49:41', 2.424, 126.814, 33, 5.5, 'mw', 'usp0003s0q', 'Molucca Sea', 'earthquake\r'), +(8212, '1989-02-19 12:27:10', 35.964, 139.788, 60.4, 5.6, 'mw', 'usp0003s2r', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(8213, '1989-02-19 12:49:10', -14.894, 167.171, 101.2, 6, 'mw', 'usp0003s2s', 'Vanuatu', 'earthquake\r'), +(8214, '1989-02-21 22:08:55', -44.462, -78.766, 25.6, 5.6, 'mw', 'usp0003s5j', 'off the coast of Aisen, Chile', 'earthquake\r'), +(8215, '1989-02-22 10:25:45', 56.152, -153.642, 33, 6, 'mw', 'usp0003s6f', 'Kodiak Island region, Alaska', 'earthquake\r'), +(8216, '1989-02-23 05:51:11', -14.771, 167.3, 155.2, 5.6, 'mw', 'usp0003s7a', 'Vanuatu', 'earthquake\r'), +(8217, '1989-02-23 20:40:35', -17.665, -178.601, 539.1, 5.5, 'mb', 'usp0003s81', 'Fiji region', 'earthquake\r'), +(8218, '1989-02-24 07:33:49', 14.159, 124.36, 23.8, 5.7, 'mw', 'usp0003s91', 'Catanduanes, Philippines', 'earthquake\r'), +(8219, '1989-02-25 11:26:35', -29.915, -177.885, 30.5, 6.8, 'mw', 'usp0003sav', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8220, '1989-02-27 23:39:11', 2.301, 128.009, 53.7, 6.4, 'mw', 'usp0003sdm', 'Halmahera, Indonesia', 'earthquake\r'), +(8221, '1989-02-28 00:51:27', 2.288, 127.916, 55.9, 5.9, 'mw', 'usp0003sds', 'Molucca Sea', 'earthquake\r'), +(8222, '1989-02-28 13:01:58', -23.113, -61.465, 569, 6.5, 'mw', 'usp0003sea', 'Argentina-Paraguay border region', 'earthquake\r'), +(8223, '1989-02-28 13:48:57', -7.624, 127.399, 196.4, 6.2, 'mw', 'usp0003sed', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(8224, '1989-03-01 02:42:04', 43.972, 148.968, 46.8, 5.9, 'mw', 'usp0003sf7', 'east of the Kuril Islands', 'earthquake\r'), +(8225, '1989-03-01 03:25:05', 21.754, 97.941, 15.8, 5.8, 'mw', 'usp0003sfa', 'Myanmar', 'earthquake\r'), +(8226, '1989-03-02 07:13:46', 18.383, -68.659, 134.1, 5.5, 'mw', 'usp0003sgk', 'Dominican Republic', 'earthquake\r'), +(8227, '1989-03-06 14:39:43', 35.545, 140.444, 42.1, 6.1, 'mw', 'usp0003sp0', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8228, '1989-03-08 02:34:26', -0.206, 124.885, 34.8, 5.9, 'mw', 'usp0003sqr', 'Molucca Sea', 'earthquake\r'), +(8229, '1989-03-08 03:57:22', -19.129, 168.681, 65.1, 5.5, 'mw', 'usp0003sqt', 'Vanuatu', 'earthquake\r'), +(8230, '1989-03-08 05:48:16', 4.581, 125.874, 101.3, 5.7, 'mw', 'usp0003sqx', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(8231, '1989-03-08 11:44:32', 1.031, 126.189, 31.9, 6.1, 'mw', 'usp0003srd', 'Molucca Sea', 'earthquake\r'), +(8232, '1989-03-09 02:37:00', -13.71, 34.381, 29.6, 5.7, 'mw', 'usp0003ss3', 'Malawi', 'earthquake\r'), +(8233, '1989-03-10 14:14:10', -4.346, 152.797, 53.3, 5.8, 'mw', 'usp0003stk', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8234, '1989-03-10 21:49:46', -13.702, 34.42, 30.3, 6.2, 'mb', 'usp0003sty', 'Malawi', 'earthquake\r'), +(8235, '1989-03-11 04:02:27', -5.24, 152.535, 47.6, 5.5, 'mw', 'usp0003su9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8236, '1989-03-11 05:05:01', -17.766, -174.761, 230.1, 6.9, 'mw', 'usp0003sub', 'Tonga', 'earthquake\r'), +(8237, '1989-03-15 04:17:33', -30.539, -178.008, 56.6, 5.6, 'mw', 'usp0003syc', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8238, '1989-03-16 09:33:57', -30.27, -177.986, 37.4, 6, 'mw', 'usp0003szd', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8239, '1989-03-16 13:33:37', 13.673, 120.815, 136.5, 5.5, 'mw', 'usp0003szm', 'Mindoro, Philippines', 'earthquake\r'), +(8240, '1989-03-17 02:21:55', 27.141, 127.406, 87.2, 5.7, 'mw', 'usp0003szw', 'Ryukyu Islands, Japan', 'earthquake\r'), +(8241, '1989-03-17 05:42:54', 34.662, 25.45, 31.3, 5.7, 'mw', 'usp0003t03', 'Crete, Greece', 'earthquake\r'), +(8242, '1989-03-17 13:38:40', -5.851, 146.596, 43.3, 5.9, 'mw', 'usp0003t0d', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(8243, '1989-03-17 19:33:09', -34.479, -178.394, 59.2, 6.2, 'mw', 'usp0003t0j', 'south of the Kermadec Islands', 'earthquake\r'), +(8244, '1989-03-18 13:37:49', -23.644, 178.896, 536.4, 5.6, 'mw', 'usp0003t15', 'south of the Fiji Islands', 'earthquake\r'), +(8245, '1989-03-22 18:10:54', -20.748, -178.689, 570.8, 5.5, 'mw', 'usp0003t71', 'Fiji region', 'earthquake\r'), +(8246, '1989-03-24 09:49:31', -58.887, 148.783, 10, 5.9, 'mw', 'usp0003t8h', 'west of Macquarie Island', 'earthquake\r'), +(8247, '1989-03-26 02:55:48', 19.294, 121.111, 33.7, 5.6, 'mw', 'usp0003ta8', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(8248, '1989-03-28 13:29:14', 34.234, 24.729, 57.2, 5.5, 'mw', 'usp0003td0', 'Crete, Greece', 'earthquake\r'), +(8249, '1989-03-30 20:39:29', -19.589, -175.848, 230, 6, 'mw', 'usp0003tfj', 'Tonga', 'earthquake\r'), +(8250, '1989-04-02 10:43:33', -5.428, 146.785, 250.8, 5.6, 'mw', 'usp0003tj7', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(8251, '1989-04-03 19:39:32', 25.17, 94.652, 66.5, 5.6, 'mw', 'usp0003tkg', 'Myanmar-India border region', 'earthquake\r'), +(8252, '1989-04-05 23:47:49', -20.857, -69.028, 112, 6.2, 'mw', 'usp0003tn3', 'Tarapaca, Chile', 'earthquake\r'), +(8253, '1989-04-06 08:05:57', -19.306, 169.002, 165.7, 6.9, 'mw', 'usp0003tnc', 'Vanuatu', 'earthquake\r'), +(8254, '1989-04-07 21:06:22', -58.685, 148.75, 10, 5.6, 'mw', 'usp0003tqa', 'west of Macquarie Island', 'earthquake\r'), +(8255, '1989-04-08 00:24:33', -32.012, -71.545, 72.4, 5.5, 'mb', 'usp0003tqq', 'offshore Coquimbo, Chile', 'earthquake\r'), +(8256, '1989-04-08 03:06:02', -15.737, -173.001, 32.7, 6, 'mw', 'usp0003tqy', 'Tonga', 'earthquake\r'), +(8257, '1989-04-09 09:22:35', -20.791, -178.703, 593.1, 5.5, 'mw', 'usp0003ts5', 'Fiji region', 'earthquake\r'), +(8258, '1989-04-11 03:56:37', 49.488, 159.185, 16.4, 6.8, 'mw', 'usp0003tuk', 'east of the Kuril Islands', 'earthquake\r'), +(8259, '1989-04-13 00:43:11', -39.533, -75.002, 33, 5.8, 'mw', 'usp0003twh', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(8260, '1989-04-13 03:52:16', -52.919, 140.099, 15, 5.9, 'mw', 'iscgem407189', 'west of Macquarie Island', 'earthquake\r'), +(8261, '1989-04-13 07:25:37', 24.472, 92.505, 33, 5.5, 'mw', 'usp0003tx3', 'India-Bangladesh border region', 'earthquake\r'), +(8262, '1989-04-13 12:17:31', 13.29, 39.98, 33, 5.5, 'mw', 'usp0003txf', 'Ethiopia', 'earthquake\r'), +(8263, '1989-04-14 13:02:53', -18.172, -178.393, 635.7, 5.7, 'mw', 'usp0003tyw', 'Fiji region', 'earthquake\r'), +(8264, '1989-04-15 20:34:09', 29.987, 99.195, 13.3, 6.4, 'mw', 'usp0003u05', 'western Sichuan, China', 'earthquake\r'), +(8265, '1989-04-15 23:48:37', -13.723, 171.926, 601.9, 5.6, 'mw', 'usp0003u0a', 'Vanuatu region', 'earthquake\r'), +(8266, '1989-04-16 05:24:23', 26.533, 126.388, 133.3, 5.5, 'mw', 'usp0003u0k', 'Ryukyu Islands, Japan', 'earthquake\r'), +(8267, '1989-04-16 06:50:24', 1.012, 120.061, 27.1, 5.6, 'mw', 'usp0003u0n', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8268, '1989-04-16 10:51:17', 4.63, -32.664, 10, 5.7, 'mw', 'usp0003u11', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8269, '1989-04-16 19:48:15', -21.039, -178.942, 609.7, 6.3, 'mw', 'usp0003u1j', 'Fiji region', 'earthquake\r'), +(8270, '1989-04-18 12:33:52', -23.834, 179.944, 523.7, 6.1, 'mw', 'usp0003u3f', 'south of the Fiji Islands', 'earthquake\r'), +(8271, '1989-04-19 00:08:20', -31.31, -177.815, 10.5, 5.8, 'mw', 'usp0003u44', 'Kermadec Islands region', 'earthquake\r'), +(8272, '1989-04-19 14:48:57', 17.858, -105.228, 10, 5.8, 'mw', 'usp0003u4r', 'off the coast of Colima, Mexico', 'earthquake\r'), +(8273, '1989-04-20 06:53:33', 2.968, 126.4, 94.3, 5.5, 'mw', 'usp0003u5m', 'Molucca Sea', 'earthquake\r'), +(8274, '1989-04-20 08:08:51', -9.259, -79.033, 63, 5.6, 'mw', 'usp0003u5p', 'off the coast of northern Peru', 'earthquake\r'), +(8275, '1989-04-20 15:02:17', -45.712, -75.56, 10, 5.5, 'mb', 'usp0003u64', 'off the coast of Aisen, Chile', 'earthquake\r'), +(8276, '1989-04-20 22:59:54', 57.166, 121.976, 26.3, 6.4, 'mw', 'usp0003u6c', 'southwestern Sakha, Russia', 'earthquake\r'), +(8277, '1989-04-22 04:48:31', -35.576, -102.935, 10, 5.5, 'mw', 'usp0003u7d', 'southeast of Easter Island', 'earthquake\r'), +(8278, '1989-04-23 19:21:06', 66.96, -156.289, 6.3, 5.5, 'mw', 'usp0003u9q', 'northern Alaska', 'earthquake\r'), +(8279, '1989-04-24 20:41:12', -17.398, 167.826, 34.3, 5.8, 'mw', 'usp0003ubk', 'Vanuatu', 'earthquake\r'), +(8280, '1989-04-25 02:13:21', 30.048, 99.419, 7.7, 6.1, 'mw', 'usp0003uc7', 'western Sichuan, China', 'earthquake\r'), +(8281, '1989-04-25 03:11:17', -17.42, 167.776, 15.2, 5.6, 'mw', 'usp0003uc9', 'Vanuatu', 'earthquake\r'), +(8282, '1989-04-25 05:13:34', -5.108, 143.501, 109.5, 5.8, 'mw', 'usp0003uch', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(8283, '1989-04-25 14:29:01', 16.773, -99.328, 19.2, 6.9, 'mw', 'usp0003udb', 'Guerrero, Mexico', 'earthquake\r'), +(8284, '1989-04-25 17:18:38', 35.842, 140.361, 71.2, 5.5, 'mb', 'usp0003udm', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8285, '1989-04-27 02:20:05', 30.601, 140.589, 84.6, 6.3, 'mw', 'usp0003ufa', 'Izu Islands, Japan region', 'earthquake\r'), +(8286, '1989-04-27 23:06:52', 37.027, 28.18, 13.9, 5.5, 'mw', 'usp0003ugy', 'western Turkey', 'earthquake\r'), +(8287, '1989-04-28 02:34:25', 17.83, -105.174, 10, 5.6, 'mw', 'usp0003uhd', 'off the coast of Colima, Mexico', 'earthquake\r'), +(8288, '1989-04-28 13:30:19', 37.004, 28.139, 16.9, 5.6, 'mw', 'usp0003ujr', 'western Turkey', 'earthquake\r'), +(8289, '1989-04-28 17:38:26', -4.354, 101.413, 27.4, 6, 'mw', 'usp0003uka', 'southern Sumatra, Indonesia', 'earthquake\r'), +(8290, '1989-04-28 20:08:52', -4.294, 101.363, 30.3, 5.7, 'mw', 'usp0003ukf', 'southern Sumatra, Indonesia', 'earthquake\r'), +(8291, '1989-04-28 20:26:18', -59.515, -29.397, 22.3, 6, 'mw', 'usp0003ukg', 'South Sandwich Islands region', 'earthquake\r'), +(8292, '1989-04-28 21:09:58', -4.21, 101.37, 32.4, 6.1, 'mw', 'usp0003ukm', 'southern Sumatra, Indonesia', 'earthquake\r'), +(8293, '1989-04-30 08:22:54', 10.96, -68.325, 20.3, 6, 'ms', 'usp0003upc', 'Falcon, Venezuela', 'earthquake\r'), +(8294, '1989-04-30 15:33:53', -17.912, -178.665, 570.3, 6, 'mw', 'usp0003upv', 'Fiji region', 'earthquake\r'), +(8295, '1989-05-01 08:45:22', -4.2, 101.366, 30.6, 5.7, 'mw', 'usp0003uqu', 'southern Sumatra, Indonesia', 'earthquake\r'), +(8296, '1989-05-02 06:27:28', 45.06, -28.141, 10, 5.5, 'mw', 'usp0003us9', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(8297, '1989-05-02 09:30:16', 16.747, -99.343, 10, 5.5, 'mw', 'usp0003ush', 'Guerrero, Mexico', 'earthquake\r'), +(8298, '1989-05-02 09:30:59', 44.968, -28.025, 10, 5.5, 'mw', 'usp0003usj', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(8299, '1989-05-03 05:53:01', 30.091, 99.475, 14, 6.2, 'mw', 'usp0003uu0', 'western Sichuan, China', 'earthquake\r'), +(8300, '1989-05-03 15:41:31', 30.053, 99.499, 7.5, 5.8, 'mw', 'usp0003uup', 'western Sichuan, China', 'earthquake\r'), +(8301, '1989-05-04 00:22:07', 11.038, -68.27, 15.5, 5.5, 'mw', 'usp0003uvd', 'offshore Falcon, Venezuela', 'earthquake\r'), +(8302, '1989-05-04 13:15:08', -21.963, -179.305, 590.8, 5.7, 'mw', 'usp0003uwa', 'Fiji region', 'earthquake\r'), +(8303, '1989-05-05 18:28:39', -8.281, -71.381, 593.4, 7.1, 'mw', 'usp0003uxu', 'Acre, Brazil', 'earthquake\r'), +(8304, '1989-05-07 00:38:19', 23.553, 99.526, 33, 5.6, 'mw', 'usp0003uz4', 'Myanmar-China border region', 'earthquake\r'), +(8305, '1989-05-08 03:36:38', -18.891, -178.845, 531.4, 5.6, 'mw', 'usp0003v0r', 'Fiji region', 'earthquake\r'), +(8306, '1989-05-08 14:28:31', -23.427, -179.953, 548.2, 6.3, 'mw', 'usp0003v1r', 'south of the Fiji Islands', 'earthquake\r'), +(8307, '1990-11-20 20:17:40', -18.109, -174.667, 60.4, 5.6, 'mw', 'usp0004h57', 'Tonga', 'earthquake\r'), +(8308, '1989-05-09 15:34:10', -52.991, 159.386, 10, 5.5, 'mw', 'usp0003v31', 'Macquarie Island region', 'earthquake\r'), +(8309, '1989-05-11 16:44:58', -21.853, -139.006, 0, 5.6, 'mb', 'usp0003v5a', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(8310, '1989-05-13 03:35:03', 50.103, 105.36, 36.4, 5.7, 'mw', 'usp0003v6h', 'Russia-Mongolia border region', 'earthquake\r'), +(8311, '1989-05-14 00:59:50', -30.523, -178.414, 43.8, 7, 'mw', 'usp0003v79', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8312, '1989-05-14 09:10:25', -2.922, 127.669, 33, 5.6, 'mw', 'usp0003v7p', 'Ceram Sea, Indonesia', 'earthquake\r'), +(8313, '1989-05-14 09:40:47', -13.733, 66.248, 10, 6, 'mw', 'usp0003v7q', 'Mid-Indian Ridge', 'earthquake\r'), +(8314, '1989-05-14 22:53:36', 52.671, -35.037, 10, 5.7, 'mw', 'usp0003v84', 'Reykjanes Ridge', 'earthquake\r'), +(8315, '1989-05-15 18:12:55', -16.643, -173.872, 86, 5.5, 'mb', 'usp0003v92', 'Tonga', 'earthquake\r'), +(8316, '1989-05-15 23:34:34', -9.803, 159.531, 23.6, 6.1, 'mw', 'usp0003v9f', 'Solomon Islands', 'earthquake\r'), +(8317, '1989-05-16 12:21:11', 43.555, -127.632, 10, 5.6, 'mw', 'usp0003v9r', 'off the coast of Oregon', 'earthquake\r'), +(8318, '1989-05-16 17:22:53', -56.329, -139.125, 10, 5.9, 'mw', 'usp0003va3', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(8319, '1989-05-17 05:04:36', 57.086, 122.018, 30.7, 6, 'mw', 'usp0003van', 'southwestern Sakha, Russia', 'earthquake\r'), +(8320, '1989-05-17 16:12:55', -62.104, 154.634, 10, 5.7, 'mw', 'usp0003vb4', 'Balleny Islands region', 'earthquake\r'), +(8321, '1989-05-18 22:00:40', 17.852, 147.009, 56, 5.6, 'mw', 'usp0003vca', 'Mariana Islands region', 'earthquake\r'), +(8322, '1989-05-19 02:21:56', 54.305, -165.574, 104, 6.3, 'mw', 'usp0003vck', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8323, '1989-05-20 05:59:37', -20.009, 169.268, 33, 5.5, 'mb', 'usp0003vdh', 'Vanuatu', 'earthquake\r'), +(8324, '1989-05-20 16:01:44', -30.508, -178.27, 29.2, 6.3, 'mw', 'usp0003vdy', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8325, '1989-05-21 19:30:07', 2.545, 126.537, 76.9, 5.6, 'mw', 'usp0003vfb', 'Molucca Sea', 'earthquake\r'), +(8326, '1989-05-21 21:56:49', -17.952, -178.593, 584, 5.9, 'mw', 'usp0003vfg', 'Fiji region', 'earthquake\r'), +(8327, '1989-05-23 10:54:46', -52.341, 160.568, 10, 8.2, 'mw', 'usp0003vj7', 'Macquarie Island region', 'earthquake\r'), +(8328, '1989-05-23 11:24:18', -51.367, 161.451, 10, 5.6, 'mb', 'usp0003vj8', 'north of Macquarie Island', 'earthquake\r'), +(8329, '1989-05-23 14:09:35', -52.087, 161.1, 10, 5.5, 'mb', 'usp0003vjd', 'Macquarie Island region', 'earthquake\r'), +(8330, '1989-05-23 17:11:43', -51.886, 160.563, 10, 6, 'ms', 'usp0003vjm', 'north of Macquarie Island', 'earthquake\r'), +(8331, '1989-05-23 17:58:06', -51.408, 158.679, 10, 5.5, 'mb', 'usp0003vjr', 'north of Macquarie Island', 'earthquake\r'), +(8332, '1989-05-24 02:16:58', -52.503, 160.584, 10, 5.7, 'mb', 'usp0003vk0', 'Macquarie Island region', 'earthquake\r'), +(8333, '1989-05-24 08:05:48', -3.748, 123.256, 22.1, 5.8, 'mw', 'usp0003vk9', 'Sulawesi, Indonesia', 'earthquake\r'), +(8334, '1989-05-24 13:31:14', 56.177, 164.264, 18.6, 6.3, 'mw', 'usp0003vkd', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(8335, '1989-05-24 15:21:05', -51.783, 161.425, 10, 5.6, 'mb', 'usp0003vkj', 'north of Macquarie Island', 'earthquake\r'), +(8336, '1989-05-24 15:43:34', 56.173, 164.185, 35.9, 5.9, 'mw', 'usp0003vkk', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(8337, '1989-05-25 00:54:52', -52.272, 159.833, 10, 6, 'mw', 'usp0003vkx', 'Macquarie Island region', 'earthquake\r'), +(8338, '1989-05-25 08:06:33', -5.85, 148.3, 111.6, 5.9, 'mw', 'usp0003vme', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8339, '1989-05-25 09:39:25', -52.071, 159.931, 10, 5.8, 'mw', 'usp0003vmh', 'Macquarie Island region', 'earthquake\r'), +(8340, '1989-05-25 11:56:22', -7.332, 128.539, 171.3, 5.5, 'mw', 'usp0003vmr', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(8341, '1989-05-26 07:00:02', -52.583, 160.106, 10, 5.7, 'mw', 'usp0003vnt', 'Macquarie Island region', 'earthquake\r'), +(8342, '1989-05-26 14:28:38', -4.406, -105.27, 10, 5.6, 'mw', 'usp0003vp5', 'central East Pacific Rise', 'earthquake\r'), +(8343, '1989-05-27 03:01:25', -55.279, -133.192, 10, 6.1, 'mw', 'usp0003vpk', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(8344, '1989-05-27 20:08:37', 30.167, 50.921, 30.5, 6, 'mw', 'usp0003vq3', 'southern Iran', 'earthquake\r'), +(8345, '1989-05-28 02:55:20', -25.053, 130.781, 10, 5.8, 'mb', 'usp0003vqf', 'Northern Territory, Australia', 'earthquake\r'), +(8346, '1989-05-28 09:46:28', -16.714, -173.278, 34.9, 5.8, 'mw', 'usp0003vqs', 'Tonga', 'earthquake\r'), +(8347, '1989-05-28 15:19:07', -6.515, 147.799, 33.2, 5.9, 'mw', 'usp0003vr4', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(8348, '1989-05-29 22:07:12', -10.204, 161.395, 86, 5.7, 'mw', 'usp0003vst', 'Solomon Islands', 'earthquake\r'), +(8349, '1989-05-29 22:22:31', -23.897, -70.337, 32, 5.6, 'mw', 'usp0003vsu', 'Antofagasta, Chile', 'earthquake\r'), +(8350, '1989-05-30 13:50:56', 17.401, -94.645, 138.3, 5.9, 'mw', 'usp0003vta', 'Veracruz, Mexico', 'earthquake\r'), +(8351, '1989-05-31 05:54:21', -45.383, 167.086, 23.2, 6.4, 'mw', 'usp0003vu4', 'South Island of New Zealand', 'earthquake\r'), +(8352, '1989-06-03 02:56:53', -6.826, 156.216, 171.3, 5.5, 'mw', 'usp0003vxq', 'Solomon Islands', 'earthquake\r'), +(8353, '1989-06-08 09:51:57', -19.531, -173.736, 22.8, 5.8, 'mw', 'usp0003w33', 'Tonga', 'earthquake\r'), +(8354, '1989-06-09 12:19:36', 71.432, -4.371, 10, 5.6, 'mw', 'usp0003w47', 'Jan Mayen Island region', 'earthquake\r'), +(8355, '1989-06-09 15:34:12', -7.865, 117.517, 245.2, 5.7, 'mw', 'usp0003w4g', 'Bali Sea', 'earthquake\r'), +(8356, '1989-06-10 17:29:58', -22.252, -138.734, 0, 5.5, 'mb', 'usp0003w5c', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(8357, '1989-06-11 13:24:32', 35.107, -35.008, 9.6, 6.2, 'mw', 'usp0003w6d', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(8358, '1989-06-12 00:04:10', 21.861, 89.763, 5.8, 5.8, 'mw', 'usp0003w6w', 'near the coast of Bangladesh', 'earthquake\r'), +(8359, '1989-06-12 05:47:36', -15.283, 167.572, 247.1, 5.5, 'mw', 'usp0003w6y', 'Vanuatu', 'earthquake\r'), +(8360, '1989-06-12 13:11:52', -30.169, -178.918, 82.1, 5.6, 'mb', 'usp0003w76', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8361, '1989-06-13 17:49:41', -3.67, 140.139, 71.2, 5.6, 'mw', 'usp0003w8c', 'Papua, Indonesia', 'earthquake\r'), +(8362, '1989-06-13 22:59:33', -43.342, 38.969, 10, 5.5, 'mw', 'usp0003w8k', 'Prince Edward Islands region', 'earthquake\r'), +(8363, '1989-06-14 10:17:35', 12.875, 143.351, 126.2, 5.7, 'mw', 'usp0003w8y', 'Guam region', 'earthquake\r'), +(8364, '1989-06-14 18:06:38', 34.289, 26.055, 13.8, 5.5, 'mw', 'usp0003w96', 'Crete, Greece', 'earthquake\r'), +(8365, '1989-06-15 19:32:46', 6.824, -82.309, 10, 5.5, 'mw', 'usp0003wa1', 'south of Panama', 'earthquake\r'), +(8366, '1989-06-16 10:51:22', 57.755, -153.992, 58.2, 5.8, 'mw', 'usp0003wau', 'Kodiak Island region, Alaska', 'earthquake\r'), +(8367, '1989-06-16 20:12:31', 20.672, 102.446, 33, 5.6, 'mw', 'usp0003wb3', 'Laos', 'earthquake\r'), +(8368, '1989-06-16 23:42:35', 31.807, 137.982, 359.9, 6.4, 'mw', 'usp0003wbg', 'Izu Islands, Japan region', 'earthquake\r'), +(8369, '1989-06-17 18:28:09', -40.494, -74.674, 33, 5.6, 'mw', 'usp0003wc9', 'offshore Los Lagos, Chile', 'earthquake\r'), +(8370, '1989-06-17 20:47:15', -1.437, -24.169, 10, 5.5, 'mw', 'usp0003wcd', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8371, '1989-06-18 14:06:29', 17.761, -68.811, 62.3, 5.7, 'mw', 'usp0003wd7', 'Dominican Republic region', 'earthquake\r'), +(8372, '1989-06-19 16:00:48', -22.113, -67.559, 188.5, 5.7, 'mw', 'usp0003wef', 'Potosi, Bolivia', 'earthquake\r'), +(8373, '1989-06-21 23:51:02', -21.785, -176.493, 182.3, 5.7, 'mw', 'usp0003wge', 'Fiji region', 'earthquake\r'), +(8374, '1989-06-24 12:58:39', -28.336, -66.312, 21.7, 5.5, 'mw', 'usp0003wkh', 'Catamarca, Argentina', 'earthquake\r'), +(8375, '1989-06-25 20:37:32', 1.134, -79.616, 15.1, 6.3, 'mw', 'usp0003wnd', 'near the coast of Ecuador', 'earthquake\r'), +(8376, '1989-06-26 03:27:04', 19.362, -155.083, 9.4, 6.5, 'mw', 'usp0003wnq', 'Hawaii region, Hawaii', 'earthquake\r'), +(8377, '1989-06-26 10:38:39', 39.112, -28.242, 11.3, 5.9, 'mw', 'usp0003wp5', 'Azores Islands, Portugal', 'earthquake\r'), +(8378, '1989-06-27 17:43:09', -63.723, -156.105, 10, 5.8, 'mw', 'usp0003wqm', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(8379, '1989-06-28 21:24:12', -57.788, -147.449, 10, 5.8, 'mw', 'usp0003wrx', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(8380, '1989-06-28 22:11:59', -6.223, 148.814, 50.4, 5.5, 'mw', 'usp0003ws1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8381, '1989-06-28 23:44:51', -7.604, 127.342, 173.4, 5.6, 'mw', 'usp0003ws3', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(8382, '1989-07-03 17:02:33', -53.187, 160.168, 33, 6.4, 'ms', 'usp0003wx6', 'Macquarie Island region', 'earthquake\r'), +(8383, '1989-07-03 17:09:56', 51.617, -175.208, 33, 6.1, 'mw', 'usp0003wx7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8384, '1989-07-06 17:25:29', -16.632, -177.365, 22.9, 5.9, 'mw', 'usp0003x1s', 'Fiji region', 'earthquake\r'), +(8385, '1989-07-07 12:27:46', -36.86, -97.63, 10, 5.8, 'mwc', 'gcmtb070789a', 'West Chile Rise', 'earthquake\r'), +(8386, '1989-07-07 12:27:51', -36.265, -99.25, 10, 5.8, 'mw', 'usp0003x2e', 'southeast of Easter Island', 'earthquake\r'), +(8387, '1989-07-07 19:41:19', -4.823, 128.973, 34.1, 5.7, 'mw', 'usp0003x2t', 'Banda Sea', 'earthquake\r'), +(8388, '1989-07-08 03:46:58', 49.888, 78.802, 0, 5.6, 'mb', 'usp0003x3f', 'eastern Kazakhstan', 'nuclear explosion\r'), +(8389, '1989-07-08 09:31:57', 52.841, 159.859, 30.7, 5.5, 'mb', 'usp0003x3q', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(8390, '1989-07-08 10:33:08', 1.162, 121.476, 41.3, 5.8, 'mw', 'usp0003x3r', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8391, '1989-07-09 09:46:40', -1.577, -15.548, 10, 5.7, 'mw', 'usp0003x5d', 'north of Ascension Island', 'earthquake\r'), +(8392, '1989-07-10 23:59:15', 46.05, 151.316, 75.1, 5.5, 'mw', 'usp0003x7g', 'Kuril Islands', 'earthquake\r'), +(8393, '1989-07-12 02:41:39', -8.129, 68.355, 10, 5.8, 'mw', 'usp0003x8n', 'Chagos Archipelago region', 'earthquake\r'), +(8394, '1989-07-14 15:43:18', -1.472, -15.546, 10, 5.8, 'mw', 'usp0003xaq', 'north of Ascension Island', 'earthquake\r'), +(8395, '1989-07-14 20:42:40', -8.081, 125.129, 9.8, 6.7, 'mw', 'usp0003xax', 'East Timor region', 'earthquake\r'), +(8396, '1989-07-15 00:09:16', 22.809, 94.56, 107.7, 5.6, 'mw', 'usp0003xb1', 'Myanmar', 'earthquake\r'), +(8397, '1989-07-20 06:27:25', 5.048, 95.635, 82.1, 5.6, 'mw', 'usp0003xgc', 'northern Sumatra, Indonesia', 'earthquake\r'), +(8398, '1989-07-21 03:09:16', 30.029, 99.455, 35.7, 5.6, 'mw', 'usp0003xh8', 'western Sichuan, China', 'earthquake\r'), +(8399, '1989-07-22 05:02:12', 2.299, 128.142, 141.8, 6.5, 'mw', 'usp0003xjb', 'Halmahera, Indonesia', 'earthquake\r'), +(8400, '1989-07-22 12:52:50', -54.412, -132.68, 10, 5.6, 'mw', 'usp0003xju', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(8401, '1989-07-24 03:27:49', 36.085, 71.069, 95.1, 6, 'mw', 'usp0003xmz', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(8402, '1989-07-24 10:03:46', -18.874, 176.789, 31.4, 6, 'mw', 'usp0003xn8', 'Fiji region', 'earthquake\r'), +(8403, '1989-07-24 10:11:24', -18.823, 176.674, 33, 5.8, 'mw', 'usp0003xn9', 'Fiji region', 'earthquake\r'), +(8404, '1989-07-24 10:53:11', -18.88, 176.811, 19.6, 5.9, 'mw', 'usp0003xnb', 'Fiji region', 'earthquake\r'), +(8405, '1989-07-25 21:54:23', -7.191, 122.715, 620.3, 5.8, 'mw', 'usp0003xpu', 'Flores Sea', 'earthquake\r'), +(8406, '1989-07-30 09:29:16', -52.602, 12.927, 10, 5.9, 'mw', 'usp0003xun', 'southwest of Africa', 'earthquake\r'), +(8407, '1989-07-31 17:07:28', -8.048, 121.384, 13.8, 6.8, 'mw', 'usp0003xwe', 'Flores region, Indonesia', 'earthquake\r'), +(8408, '1989-08-01 00:18:05', -4.511, 139.022, 14.3, 6.3, 'mw', 'usp0003xwt', 'Papua, Indonesia', 'earthquake\r'), +(8409, '1989-08-01 05:24:52', -11.618, 164.686, 33, 5.9, 'mw', 'usp0003xx8', 'Santa Cruz Islands region', 'earthquake\r'), +(8410, '1989-08-01 23:27:52', -3.66, 150.695, 10, 5.7, 'mw', 'usp0003xy7', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(8411, '1989-08-02 03:37:28', -2.686, 127.312, 29.4, 5.7, 'mw', 'usp0003xyc', 'Ceram Sea, Indonesia', 'earthquake\r'), +(8412, '1989-08-03 02:24:20', 1.009, 126.1, 65.6, 5.5, 'mw', 'usp0003xzg', 'Molucca Sea', 'earthquake\r'), +(8413, '1989-08-03 11:07:18', -59.994, -26.68, 33.3, 5.8, 'mw', 'usp0003y07', 'South Sandwich Islands region', 'earthquake\r'), +(8414, '1989-08-03 11:31:20', 23.043, 121.965, 10.7, 6.6, 'mw', 'usp0003y09', 'Taiwan', 'earthquake\r'), +(8415, '1989-08-03 22:25:55', -22.531, 179.129, 592.1, 6, 'mw', 'usp0003y15', 'south of the Fiji Islands', 'earthquake\r'), +(8416, '1989-08-06 06:36:29', 1.883, 128.251, 113.8, 5.8, 'mw', 'usp0003y4r', 'Halmahera, Indonesia', 'earthquake\r'), +(8417, '1989-08-06 22:53:57', 42.797, 145.117, 44.4, 5.6, 'mw', 'usp0003y5d', 'Hokkaido, Japan region', 'earthquake\r'), +(8418, '1989-08-07 14:49:28', -5.417, 152.022, 36.7, 5.7, 'mw', 'usp0003y6r', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8419, '1989-08-07 23:34:55', -4.44, -104.876, 10, 5.7, 'mw', 'usp0003y7e', 'central East Pacific Rise', 'earthquake\r'), +(8420, '1989-08-08 07:59:06', -40.121, 174.33, 121.6, 5.6, 'mw', 'usp0003y7r', 'Cook Strait, New Zealand', 'earthquake\r'), +(8421, '1989-08-10 01:55:57', 5.898, 124.424, 55.8, 6.1, 'mw', 'usp0003ya4', 'Mindanao, Philippines', 'earthquake\r'), +(8422, '1989-08-10 10:44:37', -61.895, 154.623, 10, 5.8, 'mw', 'usp0003yat', 'Balleny Islands region', 'earthquake\r'), +(8423, '1989-08-10 11:46:29', 5.977, 124.379, 44.4, 5.7, 'mw', 'usp0003yau', 'Mindanao, Philippines', 'earthquake\r'), +(8424, '1989-08-12 00:40:11', 0.8, 126.817, 51, 6.1, 'mw', 'usp0003ycj', 'Molucca Sea', 'earthquake\r'), +(8425, '1989-08-12 16:46:43', 8.682, 125.718, 55.2, 5.9, 'mw', 'usp0003ydc', 'Mindanao, Philippines', 'earthquake\r'), +(8426, '1989-08-12 17:18:37', -7.259, -12.7, 10, 5.6, 'mw', 'usp0003ydd', 'Ascension Island region', 'earthquake\r'), +(8427, '1989-08-12 20:46:41', -20.502, -173.929, 37.7, 5.5, 'mw', 'usp0003ydk', 'Tonga', 'earthquake\r'), +(8428, '1989-08-14 17:51:09', -19.016, 176.652, 33, 6.3, 'mw', 'usp0003yfn', 'south of the Fiji Islands', 'earthquake\r'), +(8429, '1989-08-14 18:15:54', -18.957, 176.674, 33, 5.5, 'mb', 'usp0003yfq', 'Fiji region', 'earthquake\r'), +(8430, '1989-08-15 10:04:22', -38.307, -93.822, 10, 5.6, 'mw', 'usp0003ygc', 'West Chile Rise', 'earthquake\r'), +(8431, '1989-08-17 11:03:11', -17.701, 167.187, 10, 5.6, 'mw', 'usp0003yjg', 'Vanuatu', 'earthquake\r'), +(8432, '1989-08-18 03:46:26', -55.053, -27.846, 33, 5.6, 'mw', 'usp0003yk4', 'South Sandwich Islands region', 'earthquake\r'), +(8433, '1989-08-19 13:19:20', -6.507, 130.028, 164.5, 5.5, 'mw', 'usp0003ymh', 'Banda Sea', 'earthquake\r'), +(8434, '1989-08-20 11:16:57', 11.766, 41.942, 11.6, 6.5, 'mw', 'usp0003ynm', 'Djibouti', 'earthquake\r'), +(8435, '1989-08-20 11:17:55', 11.919, 41.963, 10.1, 5.6, 'mb', 'usp0003ynn', 'Ethiopia', 'earthquake\r'), +(8436, '1989-08-20 11:46:28', 11.884, 41.812, 10, 6.1, 'mw', 'usp0003ynq', 'Ethiopia', 'earthquake\r'), +(8437, '1989-08-20 13:26:19', 11.88, 41.88, 10, 6.1, 'ms', 'usp0003ynv', 'Ethiopia', 'earthquake\r'), +(8438, '1989-08-20 18:32:30', 37.278, 21.203, 10.5, 5.8, 'mw', 'usp0003yp8', 'southern Greece', 'earthquake\r'), +(8439, '1989-08-20 18:39:49', 11.985, 41.87, 10, 5.7, 'mw', 'usp0003yp9', 'Ethiopia', 'earthquake\r'), +(8440, '1989-08-20 19:25:57', 11.904, 41.824, 11.7, 6.1, 'mw', 'usp0003ypc', 'Ethiopia', 'earthquake\r'), +(8441, '1989-08-21 01:09:07', 11.874, 41.87, 15.8, 6.4, 'mw', 'usp0003ypw', 'Ethiopia', 'earthquake\r'), +(8442, '1989-08-21 05:03:06', 11.942, 41.769, 9.7, 6.1, 'mw', 'usp0003yq0', 'Ethiopia', 'earthquake\r'), +(8443, '1989-08-21 05:05:45', 11.821, 41.732, 10, 5.8, 'mw', 'usp0003yq1', 'Ethiopia', 'earthquake\r'), +(8444, '1989-08-21 18:25:41', -4.104, 154.459, 493.5, 6.6, 'mw', 'usp0003yr1', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(8445, '1989-08-21 23:12:41', 24.094, 122.478, 42.8, 6.3, 'mw', 'usp0003yrb', 'Taiwan region', 'earthquake\r'), +(8446, '1989-08-23 15:20:44', 52.517, -168.095, 33, 5.5, 'mw', 'usp0003ytq', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8447, '1989-08-27 01:21:18', 34.921, 26.24, 61, 5.6, 'mw', 'usp0003yy9', 'Crete, Greece', 'earthquake\r'), +(8448, '1989-08-29 04:16:23', 18.039, -105.667, 21.4, 6.5, 'mw', 'usp0003z0u', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(8449, '1989-08-30 03:06:55', 54.597, 162.793, 31, 5.5, 'mw', 'usp0003z1k', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(8450, '1989-08-30 11:38:13', 55.609, 161.358, 73.4, 5.6, 'mw', 'usp0003z29', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(8451, '1989-08-31 11:04:59', -0.174, -17.801, 10, 5.5, 'mw', 'usp0003z38', 'north of Ascension Island', 'earthquake\r'), +(8452, '1989-09-02 16:53:27', -4.242, 152.942, 44, 5.9, 'mw', 'usp0003z5e', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8453, '1989-09-03 00:19:38', 25.54, 125.263, 37.6, 5.5, 'mw', 'usp0003z5v', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(8454, '1989-09-04 05:20:56', -4.219, 136.667, 9.1, 6.4, 'mw', 'usp0003z73', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(8455, '1989-09-04 07:18:25', -33.15, -177.64, 33, 5.5, 'mwc', 'gcmtb090489b', 'south of the Kermadec Islands', 'earthquake\r'), +(8456, '1989-09-04 07:18:33', -33.329, -178.805, 33, 5.5, 'mw', 'usp0003z78', 'south of the Kermadec Islands', 'earthquake\r'), +(8457, '1989-09-04 13:14:58', 55.543, -156.835, 11.4, 7.1, 'mw', 'usp0003z7h', 'south of Alaska', 'earthquake\r'), +(8458, '1989-09-05 05:51:55', 4.26, 127.408, 42.4, 5.7, 'mw', 'usp0003z83', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(8459, '1989-09-05 06:28:12', 14.218, -93.755, 35.3, 5.6, 'mw', 'usp0003z84', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(8460, '1989-09-05 11:25:56', 29.459, 128.56, 18.6, 5.6, 'mw', 'usp0003z8h', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(8461, '1989-09-05 19:49:04', -52.81, 140.316, 10, 5.7, 'mw', 'usp0003z8u', 'west of Macquarie Island', 'earthquake\r'), +(8462, '1989-09-06 09:10:39', -36.087, -103.171, 10, 6, 'mw', 'usp0003z9c', 'southeast of Easter Island', 'earthquake\r'), +(8463, '1989-09-06 12:57:33', -1.322, 67.6, 10, 5.6, 'mw', 'usp0003z9p', 'Carlsberg Ridge', 'earthquake\r'), +(8464, '1989-09-06 14:45:51', 0.976, 126.106, 36.7, 6, 'mw', 'usp0003z9u', 'Molucca Sea', 'earthquake\r'), +(8465, '1989-09-07 13:32:00', -30.197, -177.96, 33, 5.9, 'mw', 'usp0003zaq', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8466, '1989-09-08 06:15:06', -52.766, 9.851, 10, 5.8, 'mw', 'usp0003zbg', 'southwest of Africa', 'earthquake\r'), +(8467, '1989-09-09 01:40:36', 2.435, -79.761, 6.5, 5.9, 'mw', 'usp0003zc9', 'south of Panama', 'earthquake\r'), +(8468, '1989-09-09 10:38:07', 51.31, -175.805, 33, 5.5, 'mw', 'usp0003zcu', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8469, '1989-09-12 08:55:58', -9.017, 110.503, 33, 5.6, 'mw', 'usp0003zfg', 'south of Java, Indonesia', 'earthquake\r'), +(8470, '1989-09-12 15:29:15', -9.011, 110.521, 48.3, 5.5, 'mw', 'usp0003zfz', 'south of Java, Indonesia', 'earthquake\r'), +(8471, '1989-09-13 03:31:36', -19.009, -174.921, 122.2, 5.8, 'mw', 'usp0003zgp', 'Tonga', 'earthquake\r'), +(8472, '1989-09-13 11:40:46', -35.577, -17.063, 11.9, 6.4, 'mw', 'usp0003zh8', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(8473, '1989-09-14 04:42:40', -26.141, -70.746, 33, 5.5, 'mw', 'usp0003zj9', 'offshore Atacama, Chile', 'earthquake\r'), +(8474, '1989-09-14 19:10:26', 1.644, 127.322, 103.2, 6.2, 'mw', 'usp0003zjz', 'Halmahera, Indonesia', 'earthquake\r'), +(8475, '1989-09-15 08:49:55', -19.329, -175.8, 144.8, 5.5, 'mb', 'usp0003zkj', 'Tonga', 'earthquake\r'), +(8476, '1989-09-15 09:48:09', 51.574, -173.367, 33, 5.7, 'mw', 'usp0003zkp', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8477, '1989-09-15 18:34:13', 53.232, 159.719, 51.3, 5.5, 'mw', 'usp0003zm9', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(8478, '1989-09-16 02:05:09', 40.337, 51.534, 54.8, 6.5, 'mw', 'usp0003zmt', 'Caspian Sea', 'earthquake\r'), +(8479, '1989-09-16 04:03:03', -32.561, -14.251, 10, 5.9, 'mw', 'usp0003zn0', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(8480, '1989-09-16 23:20:53', 16.497, -93.671, 108.3, 6.1, 'mw', 'usp0003zp6', 'Chiapas, Mexico', 'earthquake\r'), +(8481, '1989-09-17 00:53:40', 40.203, 51.749, 51.4, 6.2, 'mw', 'usp0003zp9', 'Caspian Sea, offshore Turkmenistan', 'earthquake\r'), +(8482, '1989-09-17 05:48:02', -61.435, 153.988, 10, 5.9, 'mw', 'usp0003zpm', 'Balleny Islands region', 'earthquake\r'), +(8483, '1989-09-19 16:47:35', -5.527, 153.62, 54.3, 5.8, 'mw', 'usp0003zsv', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(8484, '1989-09-20 13:19:32', 51.184, 178.821, 33, 6.2, 'mw', 'usp0003ztv', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8485, '1989-09-22 02:25:51', 31.583, 102.433, 14.6, 6.1, 'mw', 'usp0003zvq', 'western Sichuan, China', 'earthquake\r'), +(8486, '1989-09-23 17:51:38', 22.621, 121.971, 31.3, 5.5, 'mw', 'usp0003zxg', 'Taiwan region', 'earthquake\r'), +(8487, '1989-09-25 14:17:47', -20.355, 169.277, 33.9, 6.5, 'mw', 'usp000400f', 'Vanuatu', 'earthquake\r'), +(8488, '1989-09-28 21:52:17', 20.329, 98.822, 10.8, 5.8, 'mw', 'usp000404h', 'Myanmar', 'earthquake\r'), +(8489, '1989-09-30 04:16:46', -6.173, 149.815, 50.5, 5.7, 'mw', 'usp0004068', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8490, '1989-09-30 18:19:23', 20.236, 98.848, 13.1, 5.8, 'mw', 'usp000406y', 'Myanmar', 'earthquake\r'), +(8491, '1989-10-03 23:09:54', 80.638, 121.761, 31, 5.5, 'mw', 'usp00040a7', 'east of Severnaya Zemlya', 'earthquake\r'), +(8492, '1989-10-07 06:55:41', -20.095, 169.023, 38.8, 6.1, 'mw', 'usp00040dr', 'Vanuatu', 'earthquake\r'), +(8493, '1989-10-07 15:48:29', 51.314, -179.028, 19.6, 6.8, 'mw', 'usp00040e2', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8494, '1989-10-07 16:42:31', 51.188, -179.234, 33, 6.2, 'mw', 'usp00040e3', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8495, '1989-10-07 17:42:36', 51.137, -179.221, 33, 6.1, 'mw', 'usp00040e9', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8496, '1989-10-07 17:52:47', 51.115, -179.241, 33, 5.6, 'ms', 'usp00040ea', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8497, '1989-10-07 18:50:41', 51.076, -179.306, 33, 5.7, 'mw', 'usp00040ef', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8498, '1989-10-09 10:03:19', -4.293, -77.563, 35.4, 5.5, 'mw', 'usp00040g6', 'northern Peru', 'earthquake\r'), +(8499, '1989-10-09 18:01:08', 51.78, 171.869, 26.2, 5.8, 'mw', 'usp00040gh', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8500, '1989-10-13 09:59:12', -17.609, 122.404, 10, 5.5, 'mw', 'usp00040mx', 'Western Australia', 'earthquake\r'), +(8501, '1989-10-13 16:49:37', -32.766, -179.009, 100.6, 5.6, 'mw', 'usp00040nc', 'south of the Kermadec Islands', 'earthquake\r'), +(8502, '1989-10-14 17:55:04', -9.405, 156.311, 33, 5.6, 'mw', 'usp00040ps', 'Solomon Islands', 'earthquake\r'), +(8503, '1989-10-15 10:05:05', -60.32, 150.091, 10, 6, 'mw', 'usp00040qk', 'west of Macquarie Island', 'earthquake\r'), +(8504, '1989-10-17 16:27:53', -4.035, 152.407, 25.7, 6.3, 'mw', 'usp00040sx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8505, '1989-10-18 00:04:15', 37.0361667, -121.8798333, 17.214, 6.9, 'mh', 'nc216859', 'Loma Prieta, California Earthquake', 'earthquake\r'), +(8506, '1989-10-18 10:53:48', 14.583, -44.928, 10, 5.5, 'mw', 'usp00040w0', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(8507, '1989-10-18 11:40:50', -10.155, 161.063, 45.4, 6.1, 'mw', 'usp00040w6', 'Solomon Islands', 'earthquake\r'), +(8508, '1989-10-18 12:35:17', -10.183, 161.113, 69.2, 5.7, 'mw', 'usp00040wc', 'Solomon Islands', 'earthquake\r'), +(8509, '1989-10-18 13:06:48', 14.603, -45.068, 10, 5.6, 'mw', 'usp00040wg', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(8510, '1989-10-18 17:01:35', 39.985, 113.99, 10.5, 5.6, 'mw', 'usp00040wy', 'Shanxi, China', 'earthquake\r'), +(8511, '1989-10-18 18:41:24', 2.086, 126.579, 53.4, 5.6, 'mw', 'usp00040x6', 'Molucca Sea', 'earthquake\r'), +(8512, '1989-10-19 09:49:57', 49.937, 78.972, 0, 6, 'mb', 'usp00040yn', 'eastern Kazakhstan', 'nuclear explosion\r'), +(8513, '1989-10-20 03:43:13', 0.573, 121.435, 102.6, 5.5, 'mw', 'usp0004105', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8514, '1989-10-21 03:29:34', -5.272, 68.542, 10, 5.6, 'mw', 'usp000411v', 'Chagos Archipelago region', 'earthquake\r'), +(8515, '1989-10-22 20:35:41', -7.358, 128.598, 155.7, 5.6, 'mw', 'usp0004144', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(8516, '1989-10-23 13:08:26', -25.645, 179.809, 441.4, 6.1, 'mw', 'usp000415g', 'south of the Fiji Islands', 'earthquake\r'), +(8517, '1989-10-23 20:55:12', 11.909, -86.277, 73, 5.5, 'mw', 'usp000415v', 'near the coast of Nicaragua', 'earthquake\r'), +(8518, '1989-10-26 17:06:42', 39.812, 143.539, 8, 6.2, 'mw', 'usp00041af', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8519, '1989-10-26 21:39:23', -4.651, 152.828, 74.2, 5.6, 'mw', 'usp00041ar', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8520, '1989-10-27 01:45:55', 39.823, 143.692, 9.1, 6.4, 'mw', 'usp00041b1', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8521, '1989-10-27 21:04:52', -11.022, 162.35, 24.7, 6.9, 'mw', 'usp00041c6', 'Solomon Islands', 'earthquake\r'), +(8522, '1989-10-29 03:09:11', 39.59, 143.458, 10, 5.9, 'mw', 'usp00041dg', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8523, '1989-10-29 05:25:38', 39.571, 143.333, 9.6, 6.9, 'mw', 'usp00041dn', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8524, '1989-10-29 10:51:25', 39.5, 143.408, 18, 5.5, 'mw', 'usp00041dz', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8525, '1989-10-29 15:53:11', 39.531, 143.412, 10, 5.5, 'mw', 'usp00041e9', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8526, '1989-10-29 19:09:13', 36.788, 2.448, 5.7, 6, 'mw', 'usp00041ej', 'northern Algeria', 'earthquake\r'), +(8527, '1989-10-29 19:21:52', 36.745, 2.443, 10, 5.6, 'ms', 'usp00041ek', 'northern Algeria', 'earthquake\r'), +(8528, '1989-10-30 23:46:31', -21.104, -178.684, 582.2, 5.8, 'mw', 'usp00041gv', 'Fiji region', 'earthquake\r'), +(8529, '1989-10-31 18:44:21', -9.219, 111.962, 33, 5.6, 'mw', 'usp00041hz', 'south of Java, Indonesia', 'earthquake\r'), +(8530, '1989-10-31 19:35:00', -9.306, 112.05, 33, 5.6, 'mw', 'usp00041j2', 'south of Java, Indonesia', 'earthquake\r'), +(8531, '1989-11-01 06:40:30', -20.995, -67.954, 139.5, 6.1, 'mw', 'usp00041jg', 'Potosi, Bolivia', 'earthquake\r'), +(8532, '1989-11-01 09:49:27', 2.492, 128.14, 37.3, 5.6, 'mw', 'usp00041jn', 'Halmahera, Indonesia', 'earthquake\r'), +(8533, '1989-11-01 11:29:59', -11.009, 162.208, 33, 5.5, 'mw', 'usp00041ju', 'Solomon Islands', 'earthquake\r'), +(8534, '1989-11-01 11:47:00', -10.949, 162.13, 50.3, 5.5, 'ms', 'usp00041jw', 'Solomon Islands', 'earthquake\r'), +(8535, '1989-11-01 18:25:35', 39.837, 142.76, 28.6, 7.4, 'mw', 'usp00041kg', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8536, '1989-11-01 18:36:34', 39.637, 143.137, 30.2, 6, 'mb', 'usp00041kh', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8537, '1989-11-01 23:05:46', 39.179, 142.997, 38.7, 5.5, 'ms', 'usp00041kx', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8538, '1989-11-02 11:59:49', 39.638, 143.7, 29.4, 5.5, 'ms', 'usp00041n0', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8539, '1989-11-02 13:42:14', 40.018, 143.252, 27.6, 5.5, 'mw', 'usp00041n3', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8540, '1989-11-03 17:39:11', -1.285, 148.713, 16.6, 6, 'mw', 'usp00041pf', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(8541, '1989-11-04 18:04:02', 72.255, 0.63, 10, 5.5, 'mw', 'usp00041qy', 'Norwegian Sea', 'earthquake\r'), +(8542, '1989-11-04 20:12:05', 39.118, 143.354, 30.2, 5.9, 'mw', 'usp00041r2', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8543, '1989-11-04 20:51:14', 39.097, 143.574, 26.9, 5.5, 'ms', 'usp00041r5', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8544, '1989-11-05 22:29:50', -49.684, -115.159, 10, 5.9, 'mw', 'usp00041sk', 'southern East Pacific Rise', 'earthquake\r'), +(8545, '1989-11-06 08:56:19', 40.101, 142.318, 49, 5.5, 'mw', 'usp00041t4', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8546, '1989-11-06 15:12:54', 25.742, 125.583, 30.6, 5.5, 'mw', 'usp00041te', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(8547, '1989-11-06 20:52:21', -11.315, 162.435, 39.2, 6.1, 'mw', 'usp00041tp', 'Solomon Islands', 'earthquake\r'), +(8548, '1989-11-09 22:05:33', -61.447, 154.31, 10, 5.6, 'mw', 'usp00041wr', 'Balleny Islands region', 'earthquake\r'), +(8549, '1989-11-10 13:42:51', -22.772, -65.936, 265.7, 5.6, 'mw', 'usp00041x7', 'Jujuy, Argentina', 'earthquake\r'), +(8550, '1989-11-14 14:32:04', -9.124, 124.743, 33, 5.8, 'mw', 'usp000420y', 'Timor region', 'earthquake\r'), +(8551, '1989-11-15 04:00:41', -0.584, -19.985, 10, 5.5, 'mw', 'usp000421t', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8552, '1989-11-15 19:19:58', -52.204, 160.031, 10, 5.7, 'mw', 'usp000422e', 'Macquarie Island region', 'earthquake\r'), +(8553, '1989-11-16 08:39:43', -17.76, -178.99, 537.6, 6.2, 'mw', 'usp0004231', 'Fiji region', 'earthquake\r'), +(8554, '1989-11-17 04:05:19', 80.588, 122.132, 10, 5.8, 'mw', 'usp0004246', 'east of Severnaya Zemlya', 'earthquake\r'), +(8555, '1989-11-17 15:35:58', -17.385, 167.931, 27.9, 5.8, 'mw', 'usp000424j', 'Vanuatu', 'earthquake\r'), +(8556, '1989-11-19 12:42:55', -6.575, 154.107, 48, 6.1, 'mw', 'usp0004274', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(8557, '1989-11-20 04:19:05', 29.892, 57.718, 18.4, 5.9, 'mw', 'usp000427z', 'southern Iran', 'earthquake\r'), +(8558, '1989-11-21 02:36:48', 44.635, 148.202, 52.6, 5.5, 'mb', 'usp0004293', 'Kuril Islands', 'earthquake\r'), +(8559, '1989-11-21 03:10:24', -28.975, -177.529, 56.2, 5.9, 'mw', 'usp0004294', 'Kermadec Islands region', 'earthquake\r'), +(8560, '1989-11-21 14:37:43', -50.053, 162.592, 26.7, 6.3, 'mw', 'usp000429k', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(8561, '1989-11-21 20:36:19', -0.64, -19.79, 10, 5.7, 'mw', 'usp000429w', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8562, '1989-11-23 01:23:28', -22.314, -174.826, 33, 5.5, 'mw', 'usp00042b5', 'Tonga region', 'earthquake\r'), +(8563, '1989-11-24 00:35:08', 0.989, 126.007, 25.6, 5.8, 'mw', 'usp00042c0', 'Molucca Sea', 'earthquake\r'), +(8564, '1989-11-24 05:05:44', -63.342, 170.701, 10, 5.5, 'mw', 'usp00042c8', 'Balleny Islands region', 'earthquake\r'), +(8565, '1989-11-24 06:39:56', -63.211, 170.551, 10, 5.6, 'mw', 'usp00042cd', 'Balleny Islands region', 'earthquake\r'), +(8566, '1989-11-24 07:22:26', 12.651, 48.311, 10, 5.5, 'mw', 'usp00042cf', 'Gulf of Aden', 'earthquake\r'), +(8567, '1989-11-25 07:49:44', -2.179, 138.862, 25.8, 6.1, 'mw', 'usp00042dm', 'Papua, Indonesia', 'earthquake\r'), +(8568, '1989-11-25 16:13:49', 23.721, 114.58, 33, 5.6, 'mw', 'usp00042e2', 'Guangdong, China', 'earthquake\r'), +(8569, '1989-11-26 19:01:00', 25.892, -110.076, 10, 5.6, 'mw', 'usp00042ey', 'Gulf of California', 'earthquake\r'), +(8570, '1989-11-27 16:59:58', -22.276, -138.836, 0, 5.6, 'mb', 'usp00042gb', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(8571, '1989-11-29 01:00:15', -15.808, -73.242, 70.8, 6.3, 'mw', 'usp00042hr', 'southern Peru', 'earthquake\r'), +(8572, '1989-11-29 05:49:00', -25.374, 179.629, 487, 6.1, 'mw', 'usp00042hz', 'south of the Fiji Islands', 'earthquake\r'), +(8573, '1989-11-30 08:58:34', -38.881, 178.231, 34.6, 5.6, 'mb', 'usp00042k6', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(8574, '1989-12-01 05:06:12', 51.631, -178.102, 43.1, 5.6, 'mw', 'usp00042m1', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8575, '1989-12-01 18:59:12', -14.457, 167.271, 216.2, 5.5, 'mw', 'usp00042mp', 'Vanuatu', 'earthquake\r'), +(8576, '1989-12-02 12:15:18', 39.536, 143.089, 34.5, 5.6, 'mw', 'usp00042na', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8577, '1989-12-03 14:16:49', -7.631, -74.459, 153, 6.6, 'mw', 'usp00042pu', 'northern Peru', 'earthquake\r'), +(8578, '1989-12-03 21:32:21', -57.655, 148.211, 10, 6, 'mw', 'usp00042q6', 'west of Macquarie Island', 'earthquake\r'), +(8579, '1989-12-04 06:42:31', -15.471, -173.156, 76.1, 5.8, 'mw', 'usp00042qg', 'Tonga', 'earthquake\r'), +(8580, '1989-12-06 05:19:49', -6.192, 130.455, 119.8, 5.6, 'mw', 'usp00042sv', 'Banda Sea', 'earthquake\r'), +(8581, '1989-12-07 12:59:34', 25.917, 58.971, 15.6, 6, 'mw', 'usp00042ud', 'near the coast of southeastern Iran', 'earthquake\r'), +(8582, '1989-12-07 13:38:45', -6.436, 146.383, 104.4, 7.1, 'mw', 'usp00042ug', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(8583, '1989-12-08 00:04:25', 21.184, 93.746, 47.3, 5.5, 'mw', 'usp00042uy', 'Myanmar', 'earthquake\r'), +(8584, '1989-12-08 02:26:03', 19.199, -104.44, 66.8, 5.5, 'mw', 'usp00042v3', 'Colima, Mexico', 'earthquake\r'), +(8585, '1989-12-08 10:23:13', 10.094, 126.495, 43.7, 6.2, 'mw', 'usp00042vc', 'Philippine Islands region', 'earthquake\r'), +(8586, '1989-12-08 17:23:30', 36.552, 140.917, 46.7, 5.6, 'mw', 'usp00042vu', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8587, '1989-12-09 20:38:09', 0.141, 123.34, 151, 6.7, 'mw', 'usp00042wq', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8588, '1989-12-11 16:00:12', -18.69, 168.989, 200, 5.9, 'mw', 'usp00042z6', 'Vanuatu', 'earthquake\r'), +(8589, '1989-12-12 08:33:56', -4.684, 130.827, 74.2, 6.1, 'mw', 'usp0004308', 'Banda Sea', 'earthquake\r'), +(8590, '1989-12-14 19:13:54', -10.445, 161.275, 37.6, 6, 'mw', 'usp000432n', 'Solomon Islands', 'earthquake\r'), +(8591, '1989-12-15 12:30:57', -11.329, 162.313, 33, 5.6, 'mw', 'usp000433c', 'Solomon Islands', 'earthquake\r'), +(8592, '1989-12-15 18:43:45', 8.337, 126.729, 24.4, 7.6, 'mw', 'usp000433j', 'Mindanao, Philippines', 'earthquake\r'), +(8593, '1989-12-15 18:53:38', 8.397, 126.485, 33, 6, 'mb', 'usp000433k', 'Mindanao, Philippines', 'earthquake\r'), +(8594, '1989-12-15 18:57:26', 7.866, 126.877, 43.6, 5.7, 'mb', 'usp000433m', 'Mindanao, Philippines', 'earthquake\r'), +(8595, '1989-12-15 19:26:00', 8.026, 126.951, 33, 5.6, 'mb', 'usp000433q', 'Mindanao, Philippines', 'earthquake\r'), +(8596, '1989-12-16 00:53:45', 8.396, 126.848, 29.5, 5.5, 'ms', 'usp000434b', 'Mindanao, Philippines', 'earthquake\r'), +(8597, '1989-12-16 02:40:47', -3.61, 131.18, 25.2, 5.5, 'mb', 'usp000434f', 'Ceram Sea, Indonesia', 'earthquake\r'), +(8598, '1989-12-16 10:24:45', 7.976, 126.873, 31, 5.5, 'mw', 'usp000434s', 'Mindanao, Philippines', 'earthquake\r'), +(8599, '1989-12-16 10:40:20', 7.777, 126.806, 34.2, 5.5, 'mb', 'usp000434u', 'Mindanao, Philippines', 'earthquake\r'), +(8600, '1989-12-16 17:49:54', 8.135, 126.889, 37.8, 5.6, 'mw', 'usp000435p', 'Mindanao, Philippines', 'earthquake\r'), +(8601, '1989-12-16 23:25:35', 40.011, 143.291, 22, 5.7, 'mw', 'usp0004364', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8602, '1989-12-17 03:12:18', -8.486, 92.233, 24.8, 5.9, 'mw', 'usp000436b', 'South Indian Ocean', 'earthquake\r'), +(8603, '1989-12-17 10:35:57', 8.297, 126.671, 31.8, 5.6, 'mw', 'usp000436u', 'Mindanao, Philippines', 'earthquake\r'), +(8604, '1989-12-17 14:34:26', 8.547, 126.794, 39.9, 5.9, 'mw', 'usp000436z', 'Mindanao, Philippines', 'earthquake\r'), +(8605, '1989-12-18 07:13:01', 0.939, -28.976, 10, 5.8, 'mw', 'usp0004381', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8606, '1989-12-19 07:03:18', 7.945, 126.847, 39.5, 5.5, 'mw', 'usp000439c', 'Mindanao, Philippines', 'earthquake\r'), +(8607, '1989-12-19 07:27:55', 7.985, 126.92, 31.9, 5.5, 'mw', 'usp000439d', 'Mindanao, Philippines', 'earthquake\r'), +(8608, '1989-12-20 00:08:21', 8.094, 126.828, 21, 6.5, 'mw', 'usp00043a9', 'Mindanao, Philippines', 'earthquake\r'), +(8609, '1989-12-20 04:23:45', -35.067, -179.642, 28.5, 5.9, 'mw', 'usp00043av', 'east of the North Island of New Zealand', 'earthquake\r'), +(8610, '1989-12-20 08:35:20', 8.192, 126.852, 39.3, 5.8, 'mw', 'usp00043b6', 'Mindanao, Philippines', 'earthquake\r'), +(8611, '1989-12-20 11:44:49', -34.828, -179.526, 32.1, 5.5, 'mw', 'usp00043bj', 'south of the Kermadec Islands', 'earthquake\r'), +(8612, '1989-12-20 23:45:58', -58.775, -25.485, 33, 5.5, 'mb', 'usp00043ca', 'South Sandwich Islands region', 'earthquake\r'), +(8613, '1989-12-21 08:08:05', 3.251, 96.404, 21.5, 5.6, 'mb', 'usp00043cq', 'northern Sumatra, Indonesia', 'earthquake\r'), +(8614, '1989-12-21 16:49:13', 45.364, 150.108, 43.2, 6, 'mw', 'usp00043de', 'Kuril Islands', 'earthquake\r'), +(8615, '1989-12-21 16:53:19', 62.421, -155.62, 0.4, 5.5, 'ms', 'usp00043df', 'Central Alaska', 'earthquake\r'), +(8616, '1989-12-23 11:24:03', 17.401, 145.788, 161.5, 6.3, 'mw', 'usp00043g4', 'Alamagan region, Northern Mariana Islands', 'earthquake\r'), +(8617, '1989-12-25 14:24:33', 60.08, -73.445, 5.1, 6, 'mw', 'usp00043jd', 'Ungava Peninsula, Quebec, Canada', 'earthquake\r'), +(8618, '1989-12-25 19:50:19', 1.679, 127.2, 102.2, 5.6, 'mw', 'usp00043jk', 'Halmahera, Indonesia', 'earthquake\r'), +(8619, '1989-12-26 01:30:14', -41.714, -83.954, 10, 5.9, 'mw', 'usp00043jt', 'West Chile Rise', 'earthquake\r'), +(8620, '1989-12-30 04:42:51', -16.177, 167.967, 183.8, 5.8, 'mw', 'usp00043r7', 'Vanuatu', 'earthquake\r'), +(8621, '1989-12-30 12:38:11', -26.209, -70.507, 32.1, 5.5, 'mw', 'usp00043rm', 'Atacama, Chile', 'earthquake\r'), +(8622, '1989-12-30 23:18:52', -3.406, 145.966, 38.3, 6.7, 'mw', 'usp00043s3', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(8623, '1990-01-02 01:25:07', 8.344, 127.441, 40.9, 5.6, 'mw', 'usp00043u7', 'Philippine Islands region', 'earthquake\r'), +(8624, '1990-01-02 20:21:33', 13.408, 144.439, 135.8, 5.8, 'mw', 'usp00043v2', 'Guam region', 'earthquake\r'), +(8625, '1990-01-04 05:32:21', -15.397, -172.85, 53.5, 6.5, 'mw', 'usp00043wc', 'Samoa Islands region', 'earthquake\r'), +(8626, '1990-01-05 10:10:22', -8.8, 106.442, 29, 5.8, 'mw', 'usp00043xp', 'south of Java, Indonesia', 'earthquake\r'), +(8627, '1990-01-05 13:03:44', -19.258, -69.529, 108.7, 5.5, 'mw', 'usp00043xw', 'Tarapaca, Chile', 'earthquake\r'), +(8628, '1990-01-05 18:27:00', 18.863, -106.795, 33, 6, 'mw', 'usp00043y3', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(8629, '1990-01-06 21:44:56', -10.681, 92.987, 14.8, 6, 'mw', 'usp00043z4', 'South Indian Ocean', 'earthquake\r'), +(8630, '1990-01-07 09:06:43', -15.947, -74.245, 48, 5.5, 'mw', 'usp00043zh', 'near the coast of southern Peru', 'earthquake\r'), +(8631, '1990-01-08 19:44:35', 52.038, -169.446, 33, 6, 'mw', 'usp000440w', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8632, '1990-01-09 02:29:27', 28.225, 88.163, 79.1, 5.5, 'mb', 'usp0004417', 'western Xizang', 'earthquake\r'), +(8633, '1990-01-09 04:58:39', 51.963, -169.383, 33, 5.8, 'mw', 'usp000441c', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8634, '1990-01-09 15:35:49', 11.591, 95.017, 33, 5.7, 'mw', 'usp000441x', 'Andaman Islands, India region', 'earthquake\r'), +(8635, '1990-01-09 18:51:29', 24.753, 95.241, 119.2, 6.3, 'mw', 'usp0004421', 'Myanmar', 'earthquake\r'), +(8636, '1990-01-10 03:09:19', 39.646, 143.288, 33.7, 5.7, 'mw', 'usp000442d', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8637, '1990-01-10 03:11:18', 39.706, 143.306, 36.6, 5.8, 'mw', 'usp000442e', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(8638, '1990-01-10 11:53:22', 11.654, 95.143, 33, 5.9, 'mw', 'usp0004431', 'Andaman Islands, India region', 'earthquake\r'), +(8639, '1990-01-10 13:10:12', 52.117, -169.236, 33, 5.5, 'mw', 'usp0004436', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8640, '1990-01-10 16:11:47', -10.073, 123.819, 32.7, 5.5, 'mw', 'usp000443d', 'Timor region, Indonesia', 'earthquake\r'), +(8641, '1990-01-12 03:24:59', 12.672, -87.489, 86.2, 5.6, 'mw', 'usp0004453', 'near the coast of Nicaragua', 'earthquake\r'), +(8642, '1990-01-12 15:28:15', 4.979, 126.508, 61.9, 5.7, 'mw', 'usp000445p', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(8643, '1990-01-14 03:03:19', 37.819, 91.971, 12.2, 6, 'mw', 'usp0004488', 'northern Qinghai, China', 'earthquake\r'), +(8644, '1990-01-14 03:33:13', 45.352, 150.93, 33, 5.5, 'mb', 'usp000448b', 'Kuril Islands', 'earthquake\r'), +(8645, '1990-01-14 03:38:05', 45.345, 150.913, 48, 5.7, 'ms', 'usp000448d', 'Kuril Islands', 'earthquake\r'), +(8646, '1990-01-14 21:04:03', -29.709, -177.467, 58.3, 6.1, 'mw', 'usp000449n', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8647, '1990-01-14 21:10:30', -29.08, -177.628, 33, 5.7, 'ms', 'usp000449p', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8648, '1990-01-16 07:36:32', -31.664, -178.085, 23, 5.7, 'mw', 'usp00044bj', 'Kermadec Islands region', 'earthquake\r'), +(8649, '1990-01-16 07:56:33', -31.725, -177.996, 33, 5.6, 'mw', 'usp00044bk', 'Kermadec Islands region', 'earthquake\r'), +(8650, '1990-01-16 10:52:08', -31.587, -178.046, 33, 5.6, 'mw', 'usp00044bt', 'Kermadec Islands region', 'earthquake\r'), +(8651, '1990-01-16 12:57:21', 43.56, -127.402, 10, 5.6, 'mw', 'usp00044bz', 'off the coast of Oregon', 'earthquake\r'), +(8652, '1990-01-17 12:05:30', 43.589, -127.443, 10, 5.7, 'mw', 'usp00044d1', 'off the coast of Oregon', 'earthquake\r'), +(8653, '1990-01-18 12:45:24', -30.141, -177.688, 13.4, 6, 'mw', 'usp00044e9', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8654, '1990-01-18 19:59:22', -5.286, 150.609, 136.2, 5.5, 'mw', 'usp00044er', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8655, '1990-01-18 20:57:49', -20.76, -178.487, 585.8, 5.7, 'mw', 'usp00044es', 'Fiji region', 'earthquake\r'), +(8656, '1990-01-20 01:27:10', 35.832, 52.954, 24.5, 6, 'mw', 'usp00044fv', 'northern Iran', 'earthquake\r'), +(8657, '1990-01-20 02:55:55', 40.097, 142.314, 47.5, 5.7, 'ms', 'usp00044g1', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8658, '1990-01-20 07:20:22', -15.262, -173.376, 33.6, 5.8, 'mw', 'usp00044g7', 'Tonga', 'earthquake\r'), +(8659, '1990-01-20 16:59:01', -6.082, -81.224, 25.5, 5.5, 'mw', 'usp00044gk', 'near the coast of northern Peru', 'earthquake\r'), +(8660, '1990-01-22 08:25:34', -31.612, -178.083, 33, 5.5, 'mw', 'usp00044ke', 'Kermadec Islands region', 'earthquake\r'), +(8661, '1990-01-22 17:26:11', 3.885, 96.1, 45.7, 6.2, 'mw', 'usp00044ky', 'northern Sumatra, Indonesia', 'earthquake\r'), +(8662, '1990-01-23 07:47:10', -12.451, -75.069, 104.2, 5.6, 'mw', 'usp00044mm', 'central Peru', 'earthquake\r'), +(8663, '1990-01-24 19:33:31', 14.603, 119.437, 23.1, 5.9, 'mw', 'usp00044py', 'Luzon, Philippines', 'earthquake\r'), +(8664, '1990-01-30 03:15:02', 43.008, 145.46, 40.9, 5.5, 'mb', 'usp00044w1', 'Hokkaido, Japan region', 'earthquake\r'), +(8665, '1990-01-30 18:14:13', -23.398, 179.094, 548.4, 5.6, 'mw', 'usp00044wp', 'south of the Fiji Islands', 'earthquake\r'), +(8666, '1990-02-01 18:33:54', 8.247, 126.712, 61, 5.5, 'mw', 'usp00044yw', 'Mindanao, Philippines', 'earthquake\r'), +(8667, '1990-02-02 14:49:09', -18.407, 176.924, 10, 6, 'mw', 'usp0004500', 'Fiji region', 'earthquake\r'), +(8668, '1990-02-02 18:34:46', -18.073, -178.307, 576.1, 5.8, 'mw', 'usp0004508', 'Fiji region', 'earthquake\r'), +(8669, '1990-02-02 18:53:40', -5.294, 151.099, 43.9, 5.8, 'mw', 'usp0004509', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8670, '1990-02-03 09:54:56', 51.125, -130.238, 10, 5.5, 'mw', 'usp0004511', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(8671, '1990-02-04 07:58:14', -10.233, 110.29, 45.8, 5.8, 'mw', 'usp0004529', 'south of Java, Indonesia', 'earthquake\r'), +(8672, '1990-02-05 05:16:46', 37.047, 71.25, 109.9, 6.3, 'mw', 'usp000453m', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(8673, '1990-02-08 07:15:32', 9.755, 124.694, 25.9, 6.8, 'mw', 'usp000456h', 'Bohol, Philippines', 'earthquake\r'), +(8674, '1990-02-08 07:47:00', 9.725, 124.625, 30.3, 6.6, 'mw', 'usp000456m', 'Bohol, Philippines', 'earthquake\r'), +(8675, '1990-02-10 03:27:41', -42.343, 172.798, 9.8, 6, 'mw', 'usp0004595', 'South Island of New Zealand', 'earthquake\r'), +(8676, '1990-02-10 03:34:32', -18.756, -71.456, 34.4, 5.9, 'ms', 'usp0004596', 'off the coast of Tarapaca, Chile', 'earthquake\r'), +(8677, '1990-02-10 03:54:48', -42.347, 172.595, 10, 5.7, 'mw', 'usp0004597', 'South Island of New Zealand', 'earthquake\r'), +(8678, '1990-02-10 17:12:10', -3.17, -80.829, 56.9, 5.6, 'mw', 'usp00045a3', 'Peru-Ecuador border region', 'earthquake\r'), +(8679, '1990-02-11 17:46:06', 36.331, 140.916, 46.4, 5.7, 'mw', 'usp00045bg', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8680, '1990-02-12 12:25:34', -5.256, 151.33, 14.8, 5.7, 'mw', 'usp00045ch', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8681, '1990-02-12 13:44:29', 44.13, -128.926, 10, 5.5, 'mw', 'usp00045cq', 'off the coast of Oregon', 'earthquake\r'), +(8682, '1990-02-12 23:56:38', -31.193, -48.919, 29.9, 5.5, 'mb', 'usp00045d7', 'South Atlantic Ocean', 'earthquake\r'), +(8683, '1990-02-15 22:08:02', -5.225, 151.355, 15.5, 5.6, 'mw', 'usp00045g7', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8684, '1990-02-17 01:22:07', -4.567, -105.583, 10, 5.9, 'mw', 'usp00045hr', 'central East Pacific Rise', 'earthquake\r'); +INSERT INTO `earthquakes` (`earthquake_id`, `occurred_on`, `latitude`, `longitude`, `depth`, `magnitude`, `calculation_method`, `network_id`, `place`, `cause`) VALUES +(8685, '1990-02-17 02:28:02', 29.533, 130.732, 65.9, 6.1, 'mw', 'usp00045hx', 'Ryukyu Islands, Japan', 'earthquake\r'), +(8686, '1990-02-17 02:50:57', 15.835, 147.197, 31.9, 5.6, 'mw', 'usp00045hy', 'Mariana Islands region', 'earthquake\r'), +(8687, '1990-02-18 12:21:58', -5.516, 149.432, 142.3, 5.9, 'mw', 'usp00045kn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8688, '1990-02-19 05:34:37', -40.347, 176.102, 24.3, 6.3, 'mw', 'usp00045mn', 'North Island of New Zealand', 'earthquake\r'), +(8689, '1990-02-19 06:48:10', -15.465, 166.385, 12.1, 6.9, 'mw', 'usp00045mr', 'Vanuatu', 'earthquake\r'), +(8690, '1990-02-20 06:53:40', 34.706, 139.252, 14.2, 6.4, 'mw', 'usp00045p0', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(8691, '1990-02-20 09:15:23', 46.922, 153.996, 34.1, 5.6, 'mw', 'usp00045p5', 'Kuril Islands', 'earthquake\r'), +(8692, '1990-02-20 18:17:56', -21.559, 170.437, 160.8, 5.6, 'mw', 'usp00045pz', 'southeast of the Loyalty Islands', 'earthquake\r'), +(8693, '1990-02-20 18:48:04', -25.413, -116.169, 10, 5.7, 'mw', 'usp00045q1', 'southern East Pacific Rise', 'earthquake\r'), +(8694, '1990-02-21 18:20:15', 16.903, -62.326, 109.9, 5.8, 'mw', 'usp00045r7', 'Montserrat region, Leeward Islands', 'earthquake\r'), +(8695, '1990-02-22 16:51:51', -11.458, 66.38, 12.4, 5.8, 'mw', 'usp00045ss', 'Mid-Indian Ridge', 'earthquake\r'), +(8696, '1990-02-22 18:59:45', 11.654, -86.622, 31.9, 5.5, 'mw', 'usp00045sw', 'near the coast of Nicaragua', 'earthquake\r'), +(8697, '1990-02-24 19:13:15', -15.523, -175.236, 33, 6.2, 'mw', 'usp00045vm', 'Tonga', 'earthquake\r'), +(8698, '1990-02-25 03:08:16', -10.553, 165.19, 24.7, 5.6, 'mw', 'usp00045w3', 'Santa Cruz Islands', 'earthquake\r'), +(8699, '1990-02-25 22:51:09', -18.042, -69.135, 141.4, 5.7, 'mw', 'usp00045xb', 'Tarapaca, Chile', 'earthquake\r'), +(8700, '1990-02-26 19:06:36', -26.651, -114.726, 14.2, 6.1, 'mw', 'usp00045ya', 'Easter Island region', 'earthquake\r'), +(8701, '1990-02-27 09:28:54', -17.159, -64.141, 601.4, 5.9, 'mw', 'usp00045z2', 'Santa Cruz, Bolivia', 'earthquake\r'), +(8702, '1990-02-28 23:43:37', 34.144, -117.697, 3.292, 5.51, 'ml', 'ci1053635', '6km NNE of Claremont, CA', 'earthquake\r'), +(8703, '1990-03-01 02:23:23', 53.34, 160.03, 27.1, 5.8, 'mw', 'usp000461e', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(8704, '1990-03-01 16:06:01', -7.892, 121.112, 39.3, 5.6, 'mw', 'usp0004626', 'Flores Sea', 'earthquake\r'), +(8705, '1990-03-03 12:16:28', -22.122, 175.163, 33.2, 7.6, 'mw', 'usp000464d', 'south of the Fiji Islands', 'earthquake\r'), +(8706, '1990-03-03 12:34:59', -21.557, 175.753, 33, 6.2, 'ms', 'usp000464e', 'south of the Fiji Islands', 'earthquake\r'), +(8707, '1990-03-03 12:44:22', -22.405, 174.164, 33, 6.6, 'ms', 'usp000464f', 'southeast of the Loyalty Islands', 'earthquake\r'), +(8708, '1990-03-04 19:46:20', 28.925, 66.331, 10.1, 6.1, 'mw', 'usp000466k', 'Pakistan', 'earthquake\r'), +(8709, '1990-03-05 16:38:13', -18.318, 168.063, 20.7, 7.1, 'mw', 'usp000467e', 'Vanuatu', 'earthquake\r'), +(8710, '1990-03-05 20:47:01', 36.907, 73.021, 12.2, 6.2, 'mw', 'usp000467n', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(8711, '1990-03-05 20:51:13', 36.738, 73.061, 10, 5.7, 'mb', 'usp000467p', 'northwestern Kashmir', 'earthquake\r'), +(8712, '1990-03-06 13:30:58', -11.147, 117.44, 21.9, 5.5, 'mw', 'usp000468h', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(8713, '1990-03-07 18:22:03', -17.295, 66.675, 10, 5.9, 'mw', 'usp00046a1', 'Mauritius - Reunion region', 'earthquake\r'), +(8714, '1990-03-08 09:47:45', 58.391, -152.96, 66.7, 5.7, 'mw', 'usp00046b4', 'Kodiak Island region, Alaska', 'earthquake\r'), +(8715, '1990-03-10 10:15:04', 50.907, 157.244, 50.6, 5.5, 'mw', 'usp00046dt', 'Kuril Islands', 'earthquake\r'), +(8716, '1990-03-11 22:20:50', -20.529, 168.207, 37.5, 5.6, 'mw', 'usp00046fp', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(8717, '1990-03-11 22:46:35', 33.493, 138.654, 24.4, 5.5, 'mw', 'usp00046fq', 'Izu Islands, Japan region', 'earthquake\r'), +(8718, '1990-03-12 13:32:56', -3.158, 128.838, 26.2, 5.5, 'mw', 'usp00046gq', 'Seram, Indonesia', 'earthquake\r'), +(8719, '1990-03-12 14:41:19', 51.484, -175.032, 13.8, 6.4, 'mw', 'usp00046gt', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8720, '1990-03-12 15:06:30', 51.479, -174.984, 15, 5.7, 'mw', 'usp00046gw', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8721, '1990-03-13 00:42:27', -7.281, -106.443, 10, 5.5, 'mw', 'usp00046hk', 'central East Pacific Rise', 'earthquake\r'), +(8722, '1990-03-13 13:30:40', -47.906, 165.653, 33, 5.5, 'mw', 'usp00046j2', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(8723, '1990-03-13 19:40:34', -3.429, -76.913, 112.1, 5.6, 'mw', 'usp00046jg', 'northern Peru', 'earthquake\r'), +(8724, '1990-03-13 23:05:29', -3.994, 39.925, 10, 5.5, 'mw', 'usp00046jr', 'Kenya', 'earthquake\r'), +(8725, '1990-03-14 03:44:50', 4.575, 122.62, 639.4, 5.7, 'mw', 'usp00046k3', 'Celebes Sea', 'earthquake\r'), +(8726, '1990-03-15 04:56:35', -15.13, 167.238, 132.3, 6.5, 'mw', 'usp00046mh', 'Vanuatu', 'earthquake\r'), +(8727, '1990-03-16 15:52:43', 24.897, -109.035, 10, 6.1, 'mw', 'usp00046pp', 'Gulf of California', 'earthquake\r'), +(8728, '1990-03-18 22:30:08', -48.688, 106.802, 10, 5.5, 'mw', 'usp00046t3', 'southeast Indian Ridge', 'earthquake\r'), +(8729, '1990-03-20 01:12:20', 27.22, 141.605, 47, 5.8, 'mw', 'usp00046uh', 'Bonin Islands, Japan region', 'earthquake\r'), +(8730, '1990-03-20 22:04:48', 29.496, 131.595, 31.4, 5.5, 'mw', 'usp00046vp', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(8731, '1990-03-21 16:46:05', -31.092, -179.093, 144.8, 6.6, 'mw', 'usp00046wv', 'Kermadec Islands region', 'earthquake\r'), +(8732, '1990-03-22 00:00:16', -36.919, 177.197, 224.7, 5.6, 'mw', 'usp00046xc', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(8733, '1990-03-22 02:11:51', -8.473, 158.891, 116.2, 5.6, 'mw', 'usp00046xe', 'Solomon Islands', 'earthquake\r'), +(8734, '1990-03-24 07:05:52', -47.624, 165.261, 33, 5.5, 'mw', 'usp00046zx', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(8735, '1990-03-25 13:16:07', 9.814, -84.828, 26.6, 6.4, 'ms', 'usp000471z', 'Costa Rica', 'earthquake\r'), +(8736, '1990-03-25 13:22:56', 9.919, -84.808, 22.2, 7.3, 'mw', 'usp0004720', 'Costa Rica', 'earthquake\r'), +(8737, '1990-03-25 14:17:19', 37.034, 72.942, 33, 6.3, 'ms', 'usp0004722', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(8738, '1990-03-25 21:35:24', 9.591, -84.659, 40.8, 5.7, 'mw', 'usp000472s', 'Costa Rica', 'earthquake\r'), +(8739, '1990-03-26 22:08:57', 44.462, 148.772, 33, 5.8, 'ms', 'usp000473z', 'Kuril Islands', 'earthquake\r'), +(8740, '1990-03-26 22:47:17', 9.253, 125.606, 39.2, 5.9, 'mw', 'usp0004741', 'Mindanao, Philippines', 'earthquake\r'), +(8741, '1990-03-30 00:42:07', 20.231, 122.038, 123.9, 5.6, 'mw', 'usp000477r', 'Batan Islands region, Philippines', 'earthquake\r'), +(8742, '1990-03-31 19:31:43', 42.891, 146.969, 21, 6, 'mw', 'usp00047a7', 'off the coast of Hokkaido, Japan', 'earthquake\r'), +(8743, '1990-03-31 20:19:35', -39.97, 45.783, 10, 5.8, 'ms', 'usp00047a9', 'Southwest Indian Ridge', 'earthquake\r'), +(8744, '1990-04-02 13:56:35', -32.672, -72.086, 40.8, 5.7, 'mw', 'usp00047cn', 'offshore Valparaiso, Chile', 'earthquake\r'), +(8745, '1990-04-03 07:33:26', -5.843, 147.664, 88.2, 6.2, 'mw', 'usp00047dh', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(8746, '1990-04-03 22:57:01', 11.426, -86.301, 52.5, 6.8, 'mw', 'usp00047e5', 'near the coast of Nicaragua', 'earthquake\r'), +(8747, '1990-04-04 04:19:25', 11.608, -86.425, 61, 5.9, 'mw', 'usp00047eb', 'near the coast of Nicaragua', 'earthquake\r'), +(8748, '1990-04-04 05:47:11', -16.179, -72.974, 93.4, 5.5, 'mw', 'usp00047ee', 'near the coast of southern Peru', 'earthquake\r'), +(8749, '1990-04-05 21:12:36', 15.125, 147.596, 11.4, 7.6, 'mw', 'usp00047gj', 'Mariana Islands region', 'earthquake\r'), +(8750, '1990-04-05 21:22:31', 15.331, 147.553, 33, 5.7, 'mb', 'usp00047gk', 'Mariana Islands region', 'earthquake\r'), +(8751, '1990-04-05 22:53:00', 15.552, 147.529, 45.5, 5.5, 'mb', 'usp00047gs', 'Mariana Islands region', 'earthquake\r'), +(8752, '1990-04-06 00:02:27', 15.198, 147.51, 36, 5.7, 'ms', 'usp00047h2', 'Mariana Islands region', 'earthquake\r'), +(8753, '1990-04-06 02:32:35', -40.953, 80.724, 10, 5.7, 'mb', 'usp00047ha', 'Mid-Indian Ridge', 'earthquake\r'), +(8754, '1990-04-06 04:42:32', 15.128, 147.621, 12.6, 5.5, 'mb', 'usp00047hp', 'Mariana Islands region', 'earthquake\r'), +(8755, '1990-04-06 05:43:06', -41.093, 80.906, 10, 5.8, 'mw', 'usp00047hv', 'Mid-Indian Ridge', 'earthquake\r'), +(8756, '1990-04-06 05:47:44', -6.817, 105.14, 33, 5.8, 'mw', 'usp00047hw', 'Sunda Strait, Indonesia', 'earthquake\r'), +(8757, '1990-04-06 06:09:03', -15.152, -172.126, 33, 5.6, 'mw', 'usp00047hx', 'Samoa Islands region', 'earthquake\r'), +(8758, '1990-04-06 06:17:43', 15.536, 147.463, 36.3, 5.5, 'ms', 'usp00047hy', 'Mariana Islands region', 'earthquake\r'), +(8759, '1990-04-06 07:52:02', -60.527, -25.482, 33, 6, 'mw', 'usp00047j3', 'South Sandwich Islands region', 'earthquake\r'), +(8760, '1990-04-06 14:31:46', -21.618, -174.213, 28.5, 5.5, 'mw', 'usp00047jq', 'Tonga', 'earthquake\r'), +(8761, '1990-04-06 14:57:20', 15.177, 147.596, 15.5, 6.3, 'mw', 'usp00047jt', 'Mariana Islands region', 'earthquake\r'), +(8762, '1990-04-06 16:31:34', -25.988, -175.955, 32.3, 5.8, 'mw', 'usp00047jw', 'south of Tonga', 'earthquake\r'), +(8763, '1990-04-07 18:25:56', -18.049, 168.126, 36.3, 5.5, 'mw', 'usp00047n5', 'Vanuatu', 'earthquake\r'), +(8764, '1990-04-09 09:31:10', -25.806, -176.058, 17.4, 6, 'mw', 'usp00047qt', 'south of the Fiji Islands', 'earthquake\r'), +(8765, '1990-04-11 06:38:10', -7.157, 129.515, 131.2, 5.5, 'mb', 'usp00047t7', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(8766, '1990-04-11 07:53:38', 42.54, 144.048, 71.5, 5.6, 'mw', 'usp00047t8', 'Hokkaido, Japan region', 'earthquake\r'), +(8767, '1990-04-11 13:10:17', -30.991, -177.806, 33, 5.8, 'mw', 'usp00047tg', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(8768, '1990-04-11 20:51:12', 35.474, 135.451, 362.3, 6.1, 'mw', 'usp00047tw', 'western Honshu, Japan', 'earthquake\r'), +(8769, '1990-04-13 08:15:57', -17.564, -178.712, 553.7, 5.5, 'mw', 'usp00047vp', 'Fiji region', 'earthquake\r'), +(8770, '1990-04-14 08:00:14', 27.296, 139.924, 457.6, 5.7, 'mw', 'usp00047x2', 'Bonin Islands, Japan region', 'earthquake\r'), +(8771, '1990-04-16 22:37:11', -14.858, 167.278, 119.1, 5.7, 'mw', 'usp000480j', 'Vanuatu', 'earthquake\r'), +(8772, '1990-04-17 01:59:33', 39.436, 74.9, 33, 6, 'mw', 'usp000480r', 'southern Xinjiang, China', 'earthquake\r'), +(8773, '1990-04-17 11:34:09', 7.368, -35.286, 10, 6.1, 'mw', 'usp000481a', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8774, '1990-04-18 13:39:19', 1.186, 122.857, 25.7, 7.8, 'mw', 'usp000482z', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8775, '1990-04-18 13:54:19', 0.368, 123.131, 33, 5.6, 'mb', 'usp0004832', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8776, '1990-04-18 14:35:17', 1.129, 122.645, 33, 5.6, 'mb', 'usp0004839', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8777, '1990-04-18 17:06:18', 1.263, 122.984, 35.3, 5.7, 'mb', 'usp000483x', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8778, '1990-04-18 18:33:00', 1.315, 123.018, 19.1, 6.5, 'mw', 'usp0004845', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8779, '1990-04-18 19:22:40', 1.229, 123.441, 36.8, 5.5, 'mb', 'usp000484b', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8780, '1990-04-19 01:05:09', 1.3, 123.021, 33, 6, 'mw', 'usp0004850', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8781, '1990-04-19 12:40:39', 1.108, 123.429, 23.7, 6.5, 'mw', 'usp000485m', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8782, '1990-04-20 23:20:32', -6.27, 151.178, 51.9, 5.5, 'mw', 'usp000487g', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8783, '1990-04-21 05:14:04', 1.234, 123.254, 32.9, 5.5, 'mw', 'usp000487x', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8784, '1990-04-21 18:54:52', -36.985, -73.303, 11.9, 6.3, 'mw', 'usp0004892', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(8785, '1990-04-21 22:56:55', 47.488, 138.956, 505.2, 5.5, 'mw', 'usp000489d', 'Primor\'\'ye, Russia', 'earthquake\r'), +(8786, '1990-04-22 20:25:25', -37.977, -73.3, 26.1, 5.7, 'mw', 'usp00048b7', 'Bio-Bio, Chile', 'earthquake\r'), +(8787, '1990-04-26 09:37:11', 36.04, 100.274, 10, 6.3, 'mw', 'usp00048gt', 'northern Qinghai, China', 'earthquake\r'), +(8788, '1990-04-26 09:37:15', 35.986, 100.245, 8.1, 6.5, 'mw', 'usp00048gu', 'southern Qinghai, China', 'earthquake\r'), +(8789, '1990-04-26 09:37:45', 36.239, 100.254, 9.6, 6.3, 'mb', 'usp00048gv', 'northern Qinghai, China', 'earthquake\r'), +(8790, '1990-04-26 15:39:23', -6.277, 154.755, 74.3, 5.6, 'mb', 'usp00048h2', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(8791, '1990-04-26 15:40:34', 1.059, 122.825, 24.4, 6, 'mw', 'usp00048h3', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8792, '1990-04-27 05:29:26', 28.696, 66.177, 16.8, 5.5, 'mw', 'usp00048hx', 'Pakistan', 'earthquake\r'), +(8793, '1990-04-28 01:23:12', 8.887, -83.5, 22.7, 6.4, 'mw', 'usp00048ju', 'Costa Rica', 'earthquake\r'), +(8794, '1990-04-28 11:42:24', -26.113, -178.021, 17.4, 5.7, 'mw', 'usp00048kb', 'south of the Fiji Islands', 'earthquake\r'), +(8795, '1990-04-29 05:43:41', -4.1, 151.857, 26.8, 5.6, 'mw', 'usp00048m8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8796, '1990-04-30 05:54:41', -54.279, 1.271, 10, 6, 'mw', 'usp00048ns', 'Bouvet Island region', 'earthquake\r'), +(8797, '1990-04-30 18:00:17', 7.329, 94.308, 20.8, 5.6, 'mw', 'usp00048p4', 'Nicobar Islands, India region', 'earthquake\r'), +(8798, '1990-04-30 18:08:30', -25.14, -112.481, 10, 5.6, 'mw', 'usp00048p5', 'Easter Island region', 'earthquake\r'), +(8799, '1990-05-01 11:44:34', 14.056, -91.69, 41, 5.8, 'mw', 'usp00048qa', 'offshore Guatemala', 'earthquake\r'), +(8800, '1990-05-01 16:12:21', 58.84, -156.858, 211, 6.6, 'mw', 'usp00048qg', 'Alaska Peninsula', 'earthquake\r'), +(8801, '1990-05-02 22:50:30', -5.604, 150.164, 81.6, 6.4, 'mw', 'usp00048s8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8802, '1990-05-05 07:21:30', 40.775, 15.766, 10, 5.8, 'mw', 'usp00048vr', 'southern Italy', 'earthquake\r'), +(8803, '1990-05-06 16:46:13', -35.253, -104.142, 10, 5.7, 'mw', 'usp00048ya', 'southeast of Easter Island', 'earthquake\r'), +(8804, '1990-05-08 00:01:40', 6.905, -82.622, 9.6, 6.5, 'mw', 'usp0004904', 'south of Panama', 'earthquake\r'), +(8805, '1990-05-08 01:40:04', -17.054, 168.495, 229.2, 5.7, 'mw', 'usp0004907', 'Vanuatu', 'earthquake\r'), +(8806, '1990-05-09 04:21:10', -56.381, -27.058, 33, 6, 'mw', 'usp000492q', 'South Sandwich Islands region', 'earthquake\r'), +(8807, '1990-05-09 04:42:50', -5.989, 147.586, 69.2, 5.5, 'mb', 'usp000492r', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(8808, '1990-05-09 22:38:19', -61.979, 161.434, 10, 5.8, 'mw', 'usp000493q', 'Balleny Islands region', 'earthquake\r'), +(8809, '1990-05-10 00:58:49', -54.824, 146.247, 10, 5.9, 'mw', 'usp000493x', 'west of Macquarie Island', 'earthquake\r'), +(8810, '1990-05-10 08:14:35', -6.176, 146.807, 100.8, 5.5, 'mw', 'usp0004948', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(8811, '1990-05-11 13:10:20', 41.82, 130.858, 578.5, 6.3, 'mw', 'usp0004962', 'North Korea', 'earthquake\r'), +(8812, '1990-05-11 23:43:50', 17.282, -100.679, 28, 5.6, 'mw', 'usp000496r', 'Guerrero, Mexico', 'earthquake\r'), +(8813, '1990-05-12 04:50:09', 49.037, 141.847, 605.7, 7.2, 'mw', 'usp000496v', 'Tatar Strait, Russia', 'earthquake\r'), +(8814, '1990-05-12 21:15:28', -6.07, 149.775, 74.2, 5.8, 'mw', 'usp000497t', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8815, '1990-05-13 04:23:10', -40.296, 176.064, 20.6, 6.4, 'mw', 'usp0004985', 'North Island of New Zealand', 'earthquake\r'), +(8816, '1990-05-14 21:34:04', -35.925, -71.415, 75.9, 6.2, 'mw', 'usp00049ac', 'Maule, Chile', 'earthquake\r'), +(8817, '1990-05-15 14:25:21', 36.043, 70.428, 113.1, 6, 'mw', 'usp00049b0', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(8818, '1990-05-15 16:24:20', -3.075, 35.891, 5, 5.5, 'mw', 'usp00049b3', 'Tanzania', 'earthquake\r'), +(8819, '1990-05-15 18:31:40', 1.158, 123.869, 29.7, 6, 'mw', 'usp00049b9', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8820, '1990-05-15 20:07:32', -10.151, 161.051, 57.4, 5.5, 'mb', 'usp00049bd', 'Solomon Islands', 'earthquake\r'), +(8821, '1990-05-15 21:33:30', -31.835, -178.027, 41.2, 5.7, 'mw', 'usp00049bk', 'Kermadec Islands region', 'earthquake\r'), +(8822, '1990-05-16 05:24:19', -5.648, 150.233, 80.9, 5.6, 'mw', 'usp00049c3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8823, '1990-05-16 13:32:36', 10.94, -85.475, 73.3, 5.5, 'mw', 'usp00049cs', 'Costa Rica', 'earthquake\r'), +(8824, '1990-05-17 11:03:25', -18.08, -69.626, 105.9, 5.8, 'mw', 'usp00049e3', 'Tarapaca, Chile', 'earthquake\r'), +(8825, '1990-05-17 13:21:07', 38.43, 74.363, 114, 5.7, 'mw', 'usp00049e6', 'Tajikistan', 'earthquake\r'), +(8826, '1990-05-17 15:59:57', -25.398, 178.101, 613.5, 5.9, 'mw', 'usp00049e8', 'south of the Fiji Islands', 'earthquake\r'), +(8827, '1990-05-17 23:28:00', 26.619, 127.846, 32.6, 5.8, 'mw', 'usp00049ex', 'Ryukyu Islands, Japan', 'earthquake\r'), +(8828, '1990-05-19 13:27:41', 13.081, 143.841, 140.7, 5.5, 'mw', 'usp00049gt', 'Guam region', 'earthquake\r'), +(8829, '1990-05-20 02:22:02', 5.121, 32.145, 14.9, 7.2, 'mw', 'usp00049hf', 'Sudan', 'earthquake\r'), +(8830, '1990-05-20 06:43:45', 43.874, 147.623, 17.9, 5.7, 'mb', 'usp00049hs', 'Kuril Islands', 'earthquake\r'), +(8831, '1990-05-20 07:32:37', -18.102, -175.13, 232.2, 6.3, 'mw', 'usp00049ht', 'Tonga', 'earthquake\r'), +(8832, '1990-05-20 09:53:47', -32.5, 179.624, 345.6, 6.1, 'mw', 'usp00049hz', 'south of the Kermadec Islands', 'earthquake\r'), +(8833, '1990-05-21 13:00:10', 53.558, -163.537, 33, 5.5, 'mw', 'usp00049k8', 'Unimak Island region, Alaska', 'earthquake\r'), +(8834, '1990-05-21 13:24:37', -8.137, 109.043, 27.5, 5.6, 'mw', 'usp00049k9', 'Java, Indonesia', 'earthquake\r'), +(8835, '1990-05-22 13:25:36', -36.299, -97.876, 33, 6.1, 'mw', 'usp00049mb', 'West Chile Rise', 'earthquake\r'), +(8836, '1990-05-24 19:34:44', 5.277, 31.829, 16.5, 6.5, 'mw', 'usp00049q9', 'Sudan', 'earthquake\r'), +(8837, '1990-05-24 20:00:08', 5.358, 31.848, 16, 7.1, 'mw', 'usp00049qe', 'Sudan', 'earthquake\r'), +(8838, '1990-05-24 20:09:23', -7.363, 120.363, 588.9, 7.1, 'mw', 'usp00049qg', 'Flores Sea', 'earthquake\r'), +(8839, '1990-05-24 22:16:03', 5.436, 31.876, 10, 5.5, 'mb', 'usp00049qn', 'Sudan', 'earthquake\r'), +(8840, '1990-05-25 02:03:28', -2.871, 130.338, 14.6, 5.9, 'mw', 'usp00049qy', 'Ceram Sea, Indonesia', 'earthquake\r'), +(8841, '1990-05-26 02:57:35', 1.342, 123.371, 33.8, 5.8, 'mw', 'usp00049sj', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8842, '1990-05-27 21:49:35', 74.225, 8.828, 29.1, 5.8, 'mw', 'usp00049vd', 'Greenland Sea', 'earthquake\r'), +(8843, '1990-05-27 21:52:56', 7.715, -36.963, 10, 5.9, 'mw', 'usp00049ve', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8844, '1990-05-28 11:28:48', -20.874, -177.987, 485.8, 5.9, 'mw', 'usp00049w4', 'Fiji region', 'earthquake\r'), +(8845, '1990-05-29 18:31:12', 56.956, -153.569, 24.7, 6.1, 'mw', 'usp00049xh', 'Kodiak Island region, Alaska', 'earthquake\r'), +(8846, '1990-05-30 02:34:06', -6.016, -77.229, 24.2, 6.6, 'mw', 'usp00049xz', 'northern Peru', 'earthquake\r'), +(8847, '1990-05-30 10:40:06', 45.841, 26.668, 89.3, 7, 'mw', 'usp00049yk', 'Romania', 'earthquake\r'), +(8848, '1990-05-30 16:49:27', -6.018, -77.127, 21.5, 5.7, 'mw', 'usp00049yx', 'northern Peru', 'earthquake\r'), +(8849, '1990-05-31 00:17:48', 45.811, 26.769, 88.2, 6.3, 'mw', 'usp00049za', 'Romania', 'earthquake\r'), +(8850, '1990-05-31 07:35:27', 17.26, -100.707, 22.6, 6, 'mw', 'usp00049zs', 'Guerrero, Mexico', 'earthquake\r'), +(8851, '1990-06-01 01:22:12', 35.522, 140.339, 67, 6.3, 'mw', 'usp0004a05', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8852, '1990-06-01 04:45:50', -5.119, 147.722, 33, 5.5, 'mw', 'usp0004a0a', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(8853, '1990-06-01 18:14:45', -5.485, 154.117, 144.7, 5.5, 'mw', 'usp0004a19', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(8854, '1990-06-02 04:57:57', 1.081, 122.776, 33.8, 5.5, 'mw', 'usp0004a1z', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8855, '1990-06-07 09:25:19', -3.563, 144.432, 29.3, 6.5, 'mw', 'usp0004a7d', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(8856, '1990-06-07 13:24:39', -16.125, -176.885, 33, 5.6, 'mw', 'usp0004a7p', 'Fiji region', 'earthquake\r'), +(8857, '1990-06-07 23:40:25', -1.211, -24.419, 10, 5.6, 'mw', 'usp0004a8b', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8858, '1990-06-08 13:49:23', -17.573, -71.824, 26.8, 5.7, 'mw', 'usp0004a97', 'near the coast of southern Peru', 'earthquake\r'), +(8859, '1990-06-08 15:05:10', -18.874, -178.789, 499.2, 6.5, 'mw', 'usp0004a9a', 'Fiji region', 'earthquake\r'), +(8860, '1990-06-08 21:37:38', -9.103, 120.264, 33, 5.5, 'mw', 'usp0004a9n', 'Sumba region, Indonesia', 'earthquake\r'), +(8861, '1990-06-09 01:14:35', -6.062, -77.136, 25.6, 5.5, 'mw', 'usp0004a9w', 'northern Peru', 'earthquake\r'), +(8862, '1990-06-09 21:38:21', 1.253, 123.422, 34.3, 5.6, 'mw', 'usp0004ab0', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8863, '1990-06-13 02:44:08', 9.457, 138.202, 20.6, 5.6, 'mw', 'usp0004aev', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(8864, '1990-06-13 16:41:54', 6.371, 126.396, 77.2, 5.8, 'mw', 'usp0004af8', 'Mindanao, Philippines', 'earthquake\r'), +(8865, '1990-06-14 07:40:56', 11.76, 121.899, 18.1, 7.1, 'mw', 'usp0004ag6', 'Panay, Philippines', 'earthquake\r'), +(8866, '1990-06-14 08:31:10', 11.603, 121.808, 17.8, 5.6, 'ms', 'usp0004aga', 'Panay, Philippines', 'earthquake\r'), +(8867, '1990-06-14 12:47:29', 47.869, 85.076, 57.9, 6.6, 'mw', 'usp0004agn', 'Kazakhstan-Xinjiang border region', 'earthquake\r'), +(8868, '1990-06-14 21:56:48', 11.312, 122.252, 22.9, 5.5, 'mw', 'usp0004ah4', 'Panay, Philippines', 'earthquake\r'), +(8869, '1990-06-15 08:12:26', -5.041, 152.082, 60.1, 6, 'mw', 'usp0004aht', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8870, '1990-06-16 01:34:11', -22.607, -176.72, 139.4, 5.6, 'mw', 'usp0004ajm', 'south of the Fiji Islands', 'earthquake\r'), +(8871, '1990-06-16 02:16:21', 39.258, 20.528, 31.7, 5.6, 'mw', 'usp0004ajp', 'Greece-Albania border region', 'earthquake\r'), +(8872, '1990-06-16 04:53:43', 27.998, 127.976, 27, 6, 'mw', 'usp0004ajw', 'Ryukyu Islands, Japan', 'earthquake\r'), +(8873, '1990-06-17 04:51:46', 27.398, 65.719, 14.5, 6.1, 'mw', 'usp0004amb', 'Pakistan', 'earthquake\r'), +(8874, '1990-06-17 17:17:43', 27.302, 65.548, 15.3, 5.6, 'mw', 'usp0004an6', 'Pakistan', 'earthquake\r'), +(8875, '1990-06-17 21:15:26', 3.879, 125.69, 167.7, 5.5, 'mw', 'usp0004and', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(8876, '1990-06-19 19:07:48', -21.038, -178.855, 612.2, 5.6, 'mw', 'usp0004aqf', 'Fiji region', 'earthquake\r'), +(8877, '1990-06-20 15:17:28', -1.12, 126.816, 24.2, 5.6, 'mb', 'usp0004are', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(8878, '1990-06-20 21:00:10', 36.957, 49.409, 18.5, 7.4, 'mw', 'usp0004arq', 'northern Iran', 'earthquake\r'), +(8879, '1990-06-21 09:02:15', 36.636, 49.799, 15.2, 5.8, 'mw', 'usp0004asy', 'northern Iran', 'earthquake\r'), +(8880, '1990-06-22 07:43:36', -14.558, 167.887, 33, 5.5, 'mw', 'usp0004aup', 'Vanuatu', 'earthquake\r'), +(8881, '1990-06-22 11:48:46', -19.648, -69.128, 103, 5.5, 'mw', 'usp0004auw', 'Tarapaca, Chile', 'earthquake\r'), +(8882, '1990-06-22 21:20:44', -14.64, 167.934, 19.1, 5.5, 'mw', 'usp0004avc', 'Vanuatu', 'earthquake\r'), +(8883, '1990-06-22 21:49:09', -14.607, 167.939, 22.4, 5.7, 'mw', 'usp0004ave', 'Vanuatu', 'earthquake\r'), +(8884, '1990-06-23 05:01:45', -0.611, 146.473, 23.9, 6.2, 'mw', 'usp0004avt', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(8885, '1990-06-23 21:38:19', -21.568, -176.483, 180.5, 6.9, 'mw', 'usp0004axa', 'Fiji region', 'earthquake\r'), +(8886, '1990-06-24 08:35:25', -21.61, -176.502, 193.2, 5.8, 'mw', 'usp0004ay4', 'Fiji region', 'earthquake\r'), +(8887, '1990-06-25 19:53:40', -3.458, 131, 33.5, 5.7, 'mw', 'usp0004b0a', 'Ceram Sea, Indonesia', 'earthquake\r'), +(8888, '1990-06-26 12:08:29', -22.015, -179.473, 586.8, 6.3, 'mw', 'usp0004b17', 'south of the Fiji Islands', 'earthquake\r'), +(8889, '1990-06-26 17:59:58', -22.215, -138.841, 0, 5.5, 'mb', 'usp0004b1a', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(8890, '1990-06-29 03:53:29', -21.552, -179.332, 616.3, 5.7, 'mw', 'usp0004b4a', 'Fiji region', 'earthquake\r'), +(8891, '1990-06-30 14:51:08', 9.857, -84.392, 8.1, 5.5, 'mw', 'usp0004b6c', 'Costa Rica', 'earthquake\r'), +(8892, '1990-07-03 07:45:20', -6.138, 149.813, 51.8, 5.6, 'mw', 'usp0004ban', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(8893, '1990-07-04 02:24:42', 25.372, 124.473, 132.7, 5.6, 'mw', 'usp0004bbm', 'northeast of Taiwan', 'earthquake\r'), +(8894, '1990-07-06 00:16:20', -6.904, 108.12, 13.5, 5.5, 'mw', 'usp0004beh', 'Java, Indonesia', 'earthquake\r'), +(8895, '1990-07-06 05:02:28', 45.371, 150.17, 41.5, 5.6, 'mw', 'usp0004bex', 'Kuril Islands', 'earthquake\r'), +(8896, '1990-07-06 11:42:38', -3.599, 150.996, 438.4, 5.6, 'mw', 'usp0004bf5', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(8897, '1990-07-06 13:39:32', 1.056, 121.5, 30.3, 5.6, 'mw', 'usp0004bf9', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(8898, '1990-07-07 15:37:24', 12.217, 120.662, 26.7, 5.7, 'mw', 'usp0004bgx', 'Mindoro, Philippines', 'earthquake\r'), +(8899, '1990-07-08 16:30:02', -17.827, -178.903, 559.6, 5.9, 'mw', 'usp0004bjd', 'Fiji region', 'earthquake\r'), +(8900, '1990-07-09 15:11:20', 5.395, 31.654, 12.6, 6.6, 'mw', 'usp0004bkr', 'Sudan', 'earthquake\r'), +(8901, '1990-07-10 00:51:55', 8.493, -103.127, 33, 5.8, 'mw', 'usp0004bm0', 'northern East Pacific Rise', 'earthquake\r'), +(8902, '1990-07-10 03:17:59', -10.353, 161.119, 66.3, 6.4, 'mw', 'usp0004bm5', 'Solomon Islands', 'earthquake\r'), +(8903, '1990-07-11 00:46:09', -12.67, 166.894, 96.5, 5.5, 'mb', 'usp0004bnk', 'Santa Cruz Islands', 'earthquake\r'), +(8904, '1990-07-11 13:07:25', -57.2, -25.49, 61.9, 5.5, 'mb', 'usp0004bph', 'South Sandwich Islands region', 'earthquake\r'), +(8905, '1990-07-11 15:14:05', 59.325, -136.47, 10, 5.6, 'mw', 'usp0004bpr', 'Southeastern Alaska', 'earthquake\r'), +(8906, '1990-07-11 19:48:08', -25.355, 178.342, 584.8, 6, 'mw', 'usp0004bq3', 'south of the Fiji Islands', 'earthquake\r'), +(8907, '1990-07-11 19:49:14', -25.366, 178.234, 589.8, 6, 'mw', 'usp0004bq4', 'south of the Fiji Islands', 'earthquake\r'), +(8908, '1990-07-12 23:08:23', 14.647, -60.458, 28, 5.8, 'mw', 'usp0004brv', 'Martinique region, Windward Islands', 'earthquake\r'), +(8909, '1990-07-13 08:11:37', -6.245, 154.787, 59.4, 5.5, 'mw', 'usp0004bse', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(8910, '1990-07-13 08:36:37', -13.295, -112.27, 10, 5.5, 'mw', 'usp0004bsh', 'central East Pacific Rise', 'earthquake\r'), +(8911, '1990-07-13 14:20:43', 36.415, 70.789, 216.8, 6.4, 'mw', 'usp0004bt0', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(8912, '1990-07-14 05:54:25', 0.003, -17.376, 11.1, 6.6, 'mw', 'usp0004bu4', 'north of Ascension Island', 'earthquake\r'), +(8913, '1990-07-14 07:24:40', -0.074, -17.523, 11.7, 5.7, 'mw', 'usp0004bu7', 'north of Ascension Island', 'earthquake\r'), +(8914, '1990-07-14 16:12:26', 11.721, 143.165, 26.6, 5.6, 'mw', 'usp0004bux', 'south of the Mariana Islands', 'earthquake\r'), +(8915, '1990-07-14 18:49:32', -17.411, -174.283, 160.5, 5.7, 'mw', 'usp0004bv6', 'Tonga', 'earthquake\r'), +(8916, '1990-07-16 07:26:35', 15.679, 121.172, 25.1, 7.7, 'mw', 'usp0004bxs', 'Luzon, Philippines', 'earthquake\r'), +(8917, '1990-07-16 09:29:07', 16.385, 120.412, 18.2, 5.6, 'mb', 'usp0004byn', 'Luzon, Philippines', 'earthquake\r'), +(8918, '1990-07-16 09:39:22', 16.521, 120.93, 15.7, 5.6, 'mb', 'usp0004byu', 'Luzon, Philippines', 'earthquake\r'), +(8919, '1990-07-16 13:31:13', 16.285, 120.457, 12.7, 5.7, 'ms', 'usp0004bzn', 'Luzon, Philippines', 'earthquake\r'), +(8920, '1990-07-16 14:51:36', -32.46, -69.958, 102, 5.7, 'mb', 'usp0004bzv', 'Mendoza, Argentina', 'earthquake\r'), +(8921, '1990-07-16 19:14:52', 24.249, 121.818, 18.8, 5.7, 'mw', 'usp0004c0q', 'Taiwan', 'earthquake\r'), +(8922, '1990-07-17 18:06:35', 16.433, 120.838, 18.3, 6.1, 'mw', 'usp0004c30', 'Luzon, Philippines', 'earthquake\r'), +(8923, '1990-07-17 21:14:44', 16.495, 120.981, 23.1, 6.5, 'mw', 'usp0004c36', 'Luzon, Philippines', 'earthquake\r'), +(8924, '1990-07-18 05:18:30', 12.615, -87.386, 57.6, 5.7, 'mw', 'usp0004c49', 'near the coast of Nicaragua', 'earthquake\r'), +(8925, '1990-07-18 08:00:13', 16.511, 121.007, 13.5, 5.6, 'mw', 'usp0004c4m', 'Luzon, Philippines', 'earthquake\r'), +(8926, '1990-07-18 11:29:25', 36.99, 29.595, 17.2, 5.5, 'mw', 'usp0004c4y', 'western Turkey', 'earthquake\r'), +(8927, '1990-07-18 17:21:47', -6.82, 130.601, 97.1, 5.7, 'mw', 'usp0004c5w', 'Banda Sea', 'earthquake\r'), +(8928, '1990-07-20 15:11:18', 16.386, 120.938, 17, 5.8, 'mw', 'usp0004c9m', 'Luzon, Philippines', 'earthquake\r'), +(8929, '1990-07-21 07:23:36', 16.4, 120.919, 26.3, 5.7, 'mw', 'usp0004cau', 'Luzon, Philippines', 'earthquake\r'), +(8930, '1990-07-22 09:26:15', -23.622, -179.893, 531.3, 6.3, 'mw', 'usp0004ccj', 'south of the Fiji Islands', 'earthquake\r'), +(8931, '1990-07-22 12:26:59', 12.036, 143.75, 22.5, 5.5, 'mw', 'usp0004ccw', 'Guam region', 'earthquake\r'), +(8932, '1990-07-23 00:48:59', 16.488, 120.658, 19.5, 5.6, 'mw', 'usp0004cdm', 'Luzon, Philippines', 'earthquake\r'), +(8933, '1990-07-23 05:27:08', 9.481, -84.546, 28.5, 5.5, 'mw', 'usp0004cdv', 'Costa Rica', 'earthquake\r'), +(8934, '1990-07-23 18:02:51', 11.269, 122.348, 16.3, 5.6, 'mw', 'usp0004cep', 'Panay, Philippines', 'earthquake\r'), +(8935, '1990-07-26 04:18:29', -7.504, 127.76, 130.5, 5.5, 'mw', 'usp0004cj1', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(8936, '1990-07-26 06:53:56', 27.247, 65.508, 18.8, 5.9, 'mw', 'usp0004cj5', 'Pakistan', 'earthquake\r'), +(8937, '1990-07-27 12:38:00', -15.355, 167.464, 125.7, 7.2, 'mw', 'usp0004cm6', 'Vanuatu', 'earthquake\r'), +(8938, '1990-07-28 13:59:49', -36.423, -104.519, 10, 5.6, 'mw', 'usp0004cnr', 'southeast of Easter Island', 'earthquake\r'), +(8939, '1990-07-30 16:24:54', -41.333, -88.411, 10, 5.5, 'mw', 'usp0004cr6', 'West Chile Rise', 'earthquake\r'), +(8940, '1990-07-31 03:19:47', 42.416, -126.682, 10, 5.8, 'mw', 'usp0004crr', 'off the coast of Oregon', 'earthquake\r'), +(8941, '1990-08-01 02:44:57', -11.78, 166.547, 30.7, 5.7, 'mw', 'usp0004cth', 'Santa Cruz Islands', 'earthquake\r'), +(8942, '1990-08-02 05:24:09', -31.62, -71.695, 35.8, 6, 'mw', 'usp0004cuw', 'offshore Coquimbo, Chile', 'earthquake\r'), +(8943, '1990-08-02 15:03:28', -6.46, 105.396, 47.6, 5.8, 'mw', 'usp0004cvr', 'Sunda Strait, Indonesia', 'earthquake\r'), +(8944, '1990-08-03 09:15:06', 47.963, 84.961, 33.4, 6.2, 'mw', 'usp0004cx1', 'eastern Kazakhstan', 'earthquake\r'), +(8945, '1990-08-05 01:34:56', 29.551, 137.63, 496.2, 6.5, 'mw', 'usp0004cz8', 'Izu Islands, Japan region', 'earthquake\r'), +(8946, '1990-08-05 03:36:22', 36.31, 141.072, 26.6, 6.1, 'mw', 'usp0004cza', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(8947, '1990-08-05 17:42:32', -1.08, -13.887, 10, 6.4, 'mw', 'usp0004d06', 'north of Ascension Island', 'earthquake\r'), +(8948, '1990-08-06 16:23:18', -15.962, -173.572, 81.1, 5.6, 'mw', 'usp0004d1t', 'Tonga', 'earthquake\r'), +(8949, '1990-08-08 14:42:39', 8.497, -103.253, 10, 5.5, 'mw', 'usp0004d43', 'northern East Pacific Rise', 'earthquake\r'), +(8950, '1990-08-10 01:51:19', -0.076, 122.954, 172.1, 5.5, 'mw', 'usp0004d65', 'Sulawesi, Indonesia', 'earthquake\r'), +(8951, '1990-08-10 05:37:52', -20.199, 168.328, 47.4, 5.8, 'mw', 'usp0004d6b', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(8952, '1990-08-10 15:44:31', 0.333, 126.175, 53.2, 6.2, 'mw', 'usp0004d74', 'Molucca Sea', 'earthquake\r'), +(8953, '1990-08-10 17:47:37', -19.805, -177.385, 372.9, 5.9, 'mw', 'usp0004d7a', 'Fiji region', 'earthquake\r'), +(8954, '1990-08-10 21:11:49', 6.572, 60.24, 10, 5.5, 'mw', 'usp0004d7e', 'Carlsberg Ridge', 'earthquake\r'), +(8955, '1990-08-11 08:00:15', -22.182, 171.138, 131.3, 5.5, 'mw', 'usp0004d8e', 'southeast of the Loyalty Islands', 'earthquake\r'), +(8956, '1990-08-12 00:35:03', 0.964, -28.808, 10, 5.5, 'mw', 'usp0004d98', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(8957, '1990-08-12 07:51:55', 13.277, 143.935, 143.7, 5.5, 'mw', 'usp0004d9s', 'Guam region', 'earthquake\r'), +(8958, '1990-08-12 21:25:22', -19.435, 169.132, 140.4, 7.1, 'mw', 'usp0004dad', 'Vanuatu', 'earthquake\r'), +(8959, '1990-08-13 23:04:21', 60.115, -152.006, 87.6, 5.5, 'mw', 'usp0004dc0', 'Southern Alaska', 'earthquake\r'), +(8960, '1990-08-14 00:50:39', 27.024, 65.969, 21.2, 5.5, 'mw', 'usp0004dc6', 'Pakistan', 'earthquake\r'), +(8961, '1990-08-14 15:13:29', 35.432, -35.648, 10, 6.3, 'mw', 'usp0004dcy', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(8962, '1990-08-14 19:45:28', 51.294, -178.901, 33, 5.5, 'mw', 'usp0004ddg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(8963, '1990-08-15 08:58:14', -31.003, -179.706, 358.3, 5.5, 'mb', 'usp0004de8', 'Kermadec Islands region', 'earthquake\r'), +(8964, '1990-08-16 04:59:58', 41.564, 88.77, 0, 6.2, 'mb', 'usp0004dfg', 'southern Xinjiang, China', 'nuclear explosion\r'), +(8965, '1990-08-16 19:12:19', -11.167, 161.963, 31.8, 5.7, 'mw', 'usp0004dgj', 'Solomon Islands', 'earthquake\r'), +(8966, '1990-08-17 13:07:17', -11.164, 161.997, 29.1, 6.7, 'mw', 'usp0004dhv', 'Solomon Islands', 'earthquake\r'), +(8967, '1990-08-18 13:38:17', 26.979, 101.154, 12.3, 5.7, 'ms', 'usp0004dkb', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(8968, '1990-08-18 13:55:08', -40.229, 78.308, 10, 6.2, 'mw', 'usp0004dkd', 'Mid-Indian Ridge', 'earthquake\r'), +(8969, '1990-08-18 18:52:37', 7.507, 93.975, 21.4, 6, 'mw', 'usp0004dkt', 'Nicobar Islands, India region', 'earthquake\r'), +(8970, '1990-08-19 17:44:59', -34.597, -107.776, 10, 5.7, 'mw', 'usp0004dnb', 'southern East Pacific Rise', 'earthquake\r'), +(8971, '1990-08-20 00:03:53', 46.189, 142.289, 309.4, 5.7, 'mw', 'usp0004dnp', 'Sakhalin, Russia', 'earthquake\r'), +(8972, '1990-08-20 14:11:43', -11.246, 161.919, 43.5, 5.7, 'mw', 'usp0004dpe', 'Solomon Islands', 'earthquake\r'), +(8973, '1990-08-21 00:57:29', -33.373, -178.046, 33, 5.9, 'mw', 'usp0004dq4', 'south of the Kermadec Islands', 'earthquake\r'), +(8974, '1990-08-21 14:13:05', -27.487, -104.266, 10.5, 6, 'mw', 'usp0004dqw', 'Easter Island region', 'earthquake\r'), +(8975, '1990-08-22 00:39:28', -22.118, 175.014, 32.5, 5.5, 'mw', 'usp0004drh', 'south of the Fiji Islands', 'earthquake\r'), +(8976, '1990-08-24 16:24:39', -4.455, 144.508, 214.3, 5.5, 'mw', 'usp0004duq', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(8977, '1990-08-25 11:47:31', 5.792, -77.504, 10, 5.6, 'mw', 'usp0004dvw', 'near the west coast of Colombia', 'earthquake\r'), +(8978, '1990-08-25 15:47:54', 0.525, 126.084, 11.3, 6.4, 'mw', 'usp0004dw9', 'Molucca Sea', 'earthquake\r'), +(8979, '1990-08-26 05:16:40', -9.152, 110.765, 33, 5.5, 'mw', 'usp0004dwq', 'south of Java, Indonesia', 'earthquake\r'), +(8980, '1990-08-26 07:53:42', 19.592, -77.874, 10, 5.5, 'mw', 'usp0004dwu', 'Cuba region', 'earthquake\r'), +(8981, '1990-08-27 04:12:00', -26.109, -177.553, 33, 5.7, 'mw', 'usp0004dyb', 'south of the Fiji Islands', 'earthquake\r'), +(8982, '1990-08-27 15:17:12', -6.87, 125.452, 506.4, 5.9, 'mw', 'usp0004dz3', 'Banda Sea', 'earthquake\r'), +(8983, '1990-08-28 03:16:53', -19.447, -175.735, 243.8, 5.6, 'mw', 'usp0004e00', 'Tonga', 'earthquake\r'), +(8984, '1990-08-30 15:54:30', 15.968, -47.92, 10, 5.7, 'mw', 'usp0004e3n', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(8985, '1990-08-30 18:33:01', 6.146, -82.634, 10, 5.5, 'mw', 'usp0004e3w', 'south of Panama', 'earthquake\r'), +(8986, '1990-08-31 00:13:57', 12.006, 140.616, 52, 5.5, 'mw', 'usp0004e47', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(8987, '1990-09-02 04:26:48', -0.143, -80.283, 14.2, 6.6, 'mw', 'usp0004e6r', 'near the coast of Ecuador', 'earthquake\r'), +(8988, '1990-09-02 10:06:52', -41.21, -90.129, 10, 5.6, 'mw', 'usp0004e78', 'southeast of Easter Island', 'earthquake\r'), +(8989, '1990-09-02 12:51:18', -3.134, 148.134, 40.6, 5.8, 'mw', 'usp0004e7e', 'Bismarck Sea', 'earthquake\r'), +(8990, '1990-09-02 13:05:07', -3.197, 148.225, 22.8, 6, 'mw', 'usp0004e7g', 'Bismarck Sea', 'earthquake\r'), +(8991, '1990-09-03 00:39:02', -3.14, 148.174, 51.6, 5.5, 'mw', 'usp0004e85', 'Bismarck Sea', 'earthquake\r'), +(8992, '1990-09-04 23:15:11', -31.262, -69.063, 112.1, 5.7, 'mw', 'usp0004eau', 'San Juan, Argentina', 'earthquake\r'), +(8993, '1990-09-05 07:11:05', 8.461, 126.506, 84.2, 5.8, 'mw', 'usp0004eb8', 'Mindanao, Philippines', 'earthquake\r'), +(8994, '1990-09-07 00:12:26', 5.443, 31.686, 10, 5.6, 'mw', 'usp0004ed1', 'Sudan', 'earthquake\r'), +(8995, '1990-09-08 18:46:30', -7.338, 155.892, 30, 5.6, 'mw', 'usp0004efe', 'Solomon Islands', 'earthquake\r'), +(8996, '1990-09-08 18:51:45', -24.449, -177.227, 132.1, 5.7, 'mw', 'usp0004efg', 'south of the Fiji Islands', 'earthquake\r'), +(8997, '1990-09-08 19:33:19', 27.5, 66.092, 27.9, 5.5, 'mw', 'usp0004efj', 'Pakistan', 'earthquake\r'), +(8998, '1990-09-08 20:31:58', -20.548, -174.173, 33, 6, 'mw', 'usp0004efm', 'Tonga', 'earthquake\r'), +(8999, '1990-09-09 02:50:27', 28.032, 139.316, 532.6, 5.5, 'mw', 'usp0004eg1', 'Bonin Islands, Japan region', 'earthquake\r'), +(9000, '1990-09-09 05:35:46', -5.178, 151.729, 73.8, 6, 'mw', 'usp0004egb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9001, '1990-09-09 22:29:27', 1.126, 123.006, 33.7, 5.7, 'mw', 'usp0004eh7', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9002, '1990-09-11 14:09:03', 22.692, 120.909, 33, 5.8, 'mw', 'usp0004ekg', 'Taiwan', 'earthquake\r'), +(9003, '1990-09-12 15:28:36', 15.12, 59.267, 10, 5.5, 'mw', 'usp0004emw', 'Owen Fracture Zone region', 'earthquake\r'), +(9004, '1990-09-12 20:16:19', -60.447, -65.029, 10, 5.8, 'mw', 'usp0004en5', 'Drake Passage', 'earthquake\r'), +(9005, '1990-09-14 07:00:03', 51.457, -164.118, 33, 5.6, 'mw', 'usp0004epz', 'south of Alaska', 'earthquake\r'), +(9006, '1990-09-14 09:20:19', -60.689, -22.794, 33, 6, 'mw', 'usp0004eq3', 'South Sandwich Islands region', 'earthquake\r'), +(9007, '1990-09-14 20:40:18', 13.382, 51.456, 10, 5.5, 'mw', 'usp0004eqw', 'Gulf of Aden', 'earthquake\r'), +(9008, '1990-09-15 23:07:43', 64.655, -17.617, 10, 5.6, 'mw', 'usp0004esb', 'Iceland', 'earthquake\r'), +(9009, '1990-09-16 03:42:17', -6.161, 146.782, 104.2, 5.5, 'mw', 'usp0004esg', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9010, '1990-09-17 11:57:24', -5.917, 103.796, 59, 5.8, 'mw', 'usp0004eu2', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9011, '1990-09-17 13:47:27', -53.155, 159.632, 10, 6.4, 'mw', 'usp0004eu7', 'Macquarie Island region', 'earthquake\r'), +(9012, '1990-09-18 03:18:40', 51.453, 177.899, 40.9, 5.7, 'mw', 'usp0004eun', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9013, '1990-09-21 03:19:00', -12.995, 165.984, 33, 5.6, 'mw', 'usp0004exd', 'Santa Cruz Islands', 'earthquake\r'), +(9014, '1990-09-22 20:53:58', 15.469, 119.327, 33, 5.6, 'mw', 'usp0004eyz', 'Luzon, Philippines', 'earthquake\r'), +(9015, '1990-09-23 06:50:33', -14.989, -173.632, 33, 6, 'mw', 'usp0004ezd', 'Samoa Islands region', 'earthquake\r'), +(9016, '1990-09-23 17:54:03', -17.732, 167.612, 10, 6.4, 'mw', 'usp0004ezv', 'Vanuatu', 'earthquake\r'), +(9017, '1990-09-23 20:33:50', -6.726, 130.373, 33, 6.5, 'ms', 'usp0004ezz', 'Banda Sea', 'earthquake\r'), +(9018, '1990-09-23 21:13:07', 33.267, 138.643, 10, 6.5, 'mw', 'usp0004f00', 'Izu Islands, Japan region', 'earthquake\r'), +(9019, '1990-09-23 22:09:04', 33.189, 138.685, 10, 6.2, 'ms', 'usp0004f02', 'Izu Islands, Japan region', 'earthquake\r'), +(9020, '1990-09-24 01:58:02', -17.59, 167.833, 25.7, 5.9, 'mw', 'usp0004f0e', 'Vanuatu', 'earthquake\r'), +(9021, '1990-09-26 15:32:40', 29.147, 60.906, 33, 5.6, 'mw', 'usp0004f2z', 'southeastern Iran', 'earthquake\r'), +(9022, '1990-09-26 15:40:42', -36.19, -100.795, 10, 5.6, 'mw', 'usp0004f30', 'southeast of Easter Island', 'earthquake\r'), +(9023, '1990-09-28 19:44:47', -13.559, 167.079, 176, 6.7, 'mw', 'usp0004f5b', 'Vanuatu', 'earthquake\r'), +(9024, '1990-09-30 03:15:03', 13.038, 145.39, 49.4, 5.6, 'mw', 'usp0004f6n', 'Guam region', 'earthquake\r'), +(9025, '1990-09-30 06:13:18', 13.088, 145.277, 56.4, 5.5, 'mw', 'usp0004f6s', 'Guam region', 'earthquake\r'), +(9026, '1990-09-30 06:49:23', 52.705, 160.57, 33, 5.5, 'ms', 'usp0004f6u', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9027, '1990-09-30 19:05:02', 24.248, 125.215, 35, 6.1, 'mw', 'usp0004f7e', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(9028, '1990-10-02 08:08:26', -17.617, 167.799, 19.8, 5.9, 'mw', 'usp0004f95', 'Vanuatu', 'earthquake\r'), +(9029, '1990-10-02 15:06:45', -24.036, -174.646, 9.3, 5.8, 'mw', 'usp0004f9s', 'south of Tonga', 'earthquake\r'), +(9030, '1990-10-04 23:48:31', -41.48, 174.955, 36.7, 5.6, 'mw', 'usp0004fc5', 'Cook Strait, New Zealand', 'earthquake\r'), +(9031, '1990-10-06 02:41:15', -41.589, 175.344, 39.1, 5.5, 'mw', 'usp0004fds', 'North Island of New Zealand', 'earthquake\r'), +(9032, '1990-10-06 09:08:09', -2.711, 67.908, 10, 5.7, 'mw', 'usp0004fe0', 'Carlsberg Ridge', 'earthquake\r'), +(9033, '1990-10-06 10:09:02', 13.445, -92.058, 41.3, 5.5, 'mw', 'usp0004fe3', 'offshore Guatemala', 'earthquake\r'), +(9034, '1990-10-10 01:00:06', -19.503, -66.618, 266, 6.6, 'mw', 'usp0004fjz', 'Potosi, Bolivia', 'earthquake\r'), +(9035, '1990-10-10 05:54:54', -23.497, 179.029, 548.5, 6.1, 'mw', 'usp0004fk7', 'south of the Fiji Islands', 'earthquake\r'), +(9036, '1990-10-13 00:20:23', 15.724, 147.931, 36.8, 5.9, 'mw', 'usp0004fpa', 'Mariana Islands region', 'earthquake\r'), +(9037, '1990-10-13 22:53:33', -23.493, 179.135, 572.2, 5.6, 'mw', 'usp0004fqv', 'south of the Fiji Islands', 'earthquake\r'), +(9038, '1990-10-15 01:35:45', -2.211, 92.249, 32.2, 6.8, 'mw', 'usp0004fsp', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(9039, '1990-10-16 06:13:14', 49.043, 155.076, 82.9, 5.9, 'mw', 'usp0004fth', 'Kuril Islands', 'earthquake\r'), +(9040, '1990-10-17 12:16:29', -25.557, -176.311, 44.4, 5.8, 'mw', 'usp0004fv3', 'south of the Fiji Islands', 'earthquake\r'), +(9041, '1990-10-17 14:30:13', -10.97, -70.776, 598.8, 7, 'mw', 'usp0004fv5', 'Peru-Brazil border region', 'earthquake\r'), +(9042, '1990-10-20 08:07:28', 37.093, 103.781, 11.7, 5.7, 'mw', 'usp0004fyy', 'Gansu, China', 'earthquake\r'), +(9043, '1990-10-22 14:35:22', -16.244, -173.153, 30.6, 5.6, 'mw', 'usp0004g1v', 'Tonga', 'earthquake\r'), +(9044, '1990-10-23 04:08:01', -21.94, -179.39, 591.9, 5.5, 'mw', 'usp0004g2b', 'Fiji region', 'earthquake\r'), +(9045, '1990-10-23 15:14:29', -5.604, 153.925, 58.8, 5.5, 'mw', 'usp0004g2q', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(9046, '1990-10-24 06:15:20', 38.0618333, -119.1191667, 10.903, 5.8, 'ml', 'nc20092556', 'Central California', 'earthquake\r'), +(9047, '1990-10-24 14:57:58', 73.361, 54.707, 0, 5.7, 'mb', 'usp0004g3y', 'Novaya Zemlya, Russia', 'nuclear explosion\r'), +(9048, '1990-10-25 04:54:00', 35.121, 70.486, 113.9, 5.8, 'mw', 'usp0004g4s', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(9049, '1990-10-25 11:01:39', 8.307, 126.462, 44.1, 6.5, 'mw', 'usp0004g51', 'Mindanao, Philippines', 'earthquake\r'), +(9050, '1990-10-25 16:33:33', -6.189, 154.96, 142, 5.9, 'mw', 'usp0004g5a', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(9051, '1990-10-26 05:49:38', -35.143, -16.426, 10, 6.1, 'mw', 'usp0004g67', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(9052, '1990-10-26 06:04:16', -35.368, -16.108, 10, 5.5, 'ms', 'usp0004g69', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(9053, '1990-10-29 05:47:28', -63.653, 172.65, 10, 5.5, 'mw', 'usp0004g9t', 'Balleny Islands region', 'earthquake\r'), +(9054, '1990-10-29 06:42:42', -55.981, -143.243, 10, 5.5, 'mw', 'usp0004g9v', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(9055, '1990-10-30 04:05:17', 14.694, 146.894, 40.9, 5.6, 'mb', 'usp0004gb2', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(9056, '1990-10-31 14:39:27', -26.634, -70.481, 59.9, 5.6, 'mw', 'usp0004gd4', 'Atacama, Chile', 'earthquake\r'), +(9057, '1990-11-01 03:39:44', -3.533, 139.367, 35.3, 5.7, 'mw', 'usp0004gds', 'Papua, Indonesia', 'earthquake\r'), +(9058, '1990-11-01 04:03:19', -6.704, 125.636, 515.3, 5.5, 'mw', 'usp0004gdu', 'Banda Sea', 'earthquake\r'), +(9059, '1990-11-01 06:06:53', -4.479, -104.735, 10, 5.5, 'mw', 'usp0004gdx', 'central East Pacific Rise', 'earthquake\r'), +(9060, '1990-11-02 07:22:36', -21.251, -174.366, 28.3, 5.6, 'mw', 'usp0004geu', 'Tonga', 'earthquake\r'), +(9061, '1990-11-04 18:13:43', -15.721, -72.619, 121, 5.8, 'mw', 'usp0004ghd', 'southern Peru', 'earthquake\r'), +(9062, '1990-11-04 22:04:45', 51.186, 178.948, 33, 5.5, 'mw', 'usp0004ghn', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9063, '1990-11-06 18:45:52', 28.251, 55.462, 10.6, 6.6, 'mw', 'usp0004gkf', 'southern Iran', 'earthquake\r'), +(9064, '1990-11-06 19:30:20', 28.237, 55.365, 17.9, 5.7, 'ms', 'usp0004gkg', 'southern Iran', 'earthquake\r'), +(9065, '1990-11-06 20:14:30', 53.452, 169.871, 24.8, 7.1, 'mw', 'usp0004gkj', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(9066, '1990-11-07 14:36:28', 5.643, 125.247, 77.8, 5.7, 'mw', 'usp0004gm7', 'Mindanao, Philippines', 'earthquake\r'), +(9067, '1990-11-07 19:05:28', -55.974, -27.538, 47.6, 5.7, 'mw', 'usp0004gmf', 'South Sandwich Islands region', 'earthquake\r'), +(9068, '1990-11-08 13:12:55', 11.757, -85.872, 163.3, 5.5, 'mw', 'usp0004gnd', 'Nicaragua', 'earthquake\r'), +(9069, '1990-11-11 23:59:04', 24.091, 121.758, 34.3, 5.5, 'mw', 'usp0004gsy', 'Taiwan', 'earthquake\r'), +(9070, '1990-11-12 12:28:52', 42.959, 78.071, 19.1, 6.4, 'mw', 'usp0004gu0', 'Kyrgyzstan', 'earthquake\r'), +(9071, '1990-11-13 02:35:08', 46.104, 138.637, 14.1, 5.9, 'mw', 'usp0004gv5', 'Primor\'\'ye, Russia', 'earthquake\r'), +(9072, '1990-11-14 18:11:58', -22.258, -138.805, 0, 5.5, 'mb', 'usp0004gxs', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(9073, '1990-11-14 18:45:04', 27.44, 66.092, 37.1, 5.6, 'mw', 'usp0004gxy', 'Pakistan', 'earthquake\r'), +(9074, '1990-11-15 02:34:32', 3.908, 97.457, 48.4, 6.7, 'mw', 'usp0004gyj', 'northern Sumatra, Indonesia', 'earthquake\r'), +(9075, '1990-11-15 04:48:12', 3.982, 97.324, 30.4, 5.8, 'mb', 'usp0004gyr', 'northern Sumatra, Indonesia', 'earthquake\r'), +(9076, '1990-11-15 05:18:46', 3.909, 97.291, 53.5, 5.6, 'mb', 'usp0004gys', 'northern Sumatra, Indonesia', 'earthquake\r'), +(9077, '1990-11-16 07:20:10', -59.707, -26.244, 33, 5.7, 'mw', 'usp0004h09', 'South Sandwich Islands region', 'earthquake\r'), +(9078, '1990-11-16 14:43:52', -31.688, -178.605, 82.9, 5.6, 'mb', 'usp0004h0m', 'Kermadec Islands region', 'earthquake\r'), +(9079, '1990-11-18 16:23:07', 3.942, 97.343, 67.2, 5.5, 'mw', 'usp0004h33', 'northern Sumatra, Indonesia', 'earthquake\r'), +(9080, '1990-11-20 09:03:37', 0.171, 127.01, 114.1, 5.8, 'mw', 'usp0004h4k', 'Halmahera, Indonesia', 'earthquake\r'), +(9081, '1990-11-21 01:48:26', 51.65, -171.331, 33, 6, 'mw', 'usp0004h5e', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9082, '1990-11-22 20:49:07', -5.575, 150.993, 28.7, 6.3, 'mw', 'usp0004h8f', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9083, '1990-11-23 00:56:09', -5.005, 145.791, 61.8, 5.7, 'mw', 'usp0004h8t', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9084, '1990-11-23 07:41:58', 5.538, 125.851, 125, 5.5, 'mw', 'usp0004h98', 'Mindanao, Philippines', 'earthquake\r'), +(9085, '1990-11-23 22:35:35', 4.707, -75.574, 144.6, 6.1, 'mw', 'usp0004ha4', 'Colombia', 'earthquake\r'), +(9086, '1990-11-25 01:00:53', -23.575, -175.824, 29.1, 5.7, 'mw', 'usp0004hc5', 'Tonga region', 'earthquake\r'), +(9087, '1990-11-25 03:36:13', -23.78, -175.771, 58.9, 5.8, 'mw', 'usp0004hcc', 'Tonga region', 'earthquake\r'), +(9088, '1990-11-25 04:02:44', -23.89, -175.779, 33, 5.5, 'mw', 'usp0004hcd', 'Tonga region', 'earthquake\r'), +(9089, '1990-11-25 04:19:55', -31.01, -178.992, 33, 5.6, 'mb', 'usp0004hce', 'Kermadec Islands region', 'earthquake\r'), +(9090, '1990-11-27 04:37:59', 43.853, 16.633, 24, 5.6, 'mw', 'usp0004hep', 'Croatia', 'earthquake\r'), +(9091, '1990-11-29 00:40:32', -21.088, -178.867, 620.2, 5.6, 'mw', 'usp0004hhp', 'Fiji region', 'earthquake\r'), +(9092, '1990-11-29 20:58:11', -28.041, -179.707, 415, 6.1, 'mw', 'usp0004hjw', 'Kermadec Islands region', 'earthquake\r'), +(9093, '1990-11-30 13:19:28', 1.03, 123.97, 28.3, 5.8, 'mw', 'usp0004hkn', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9094, '1990-12-02 08:05:54', 40.198, 143.466, 41.1, 5.5, 'mw', 'usp0004hp2', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9095, '1990-12-02 08:44:02', -26.722, -114.127, 10, 5.9, 'mw', 'usp0004hp4', 'Easter Island region', 'earthquake\r'), +(9096, '1990-12-03 05:48:18', -22.727, 166.7, 11.8, 5.6, 'mw', 'usp0004hpw', 'New Caledonia', 'earthquake\r'), +(9097, '1990-12-04 09:12:52', 43.729, -28.864, 16.2, 5.5, 'mw', 'usp0004hr9', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(9098, '1990-12-05 16:08:51', -5.264, 131.37, 75.1, 6.1, 'mw', 'usp0004hsc', 'Banda Sea', 'earthquake\r'), +(9099, '1990-12-07 08:25:03', -16.993, -177.268, 413.5, 5.9, 'mw', 'usp0004htx', 'Fiji region', 'earthquake\r'), +(9100, '1990-12-08 00:38:13', -6.67, 147.415, 78.8, 5.5, 'mw', 'usp0004huv', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9101, '1990-12-09 15:36:27', 54.881, 162.109, 26, 5.5, 'mw', 'usp0004hwy', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9102, '1990-12-10 09:34:33', -5.94, 142.282, 32.4, 6, 'mw', 'usp0004hxx', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(9103, '1990-12-10 09:42:16', -5.869, 142.26, 33, 5.5, 'mb', 'usp0004hxy', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(9104, '1990-12-11 14:41:43', -15.461, -173.117, 12.8, 6.4, 'mw', 'usp0004hzg', 'Tonga', 'earthquake\r'), +(9105, '1990-12-11 16:09:31', -15.372, -173.052, 33, 5.8, 'mw', 'usp0004hzk', 'Tonga', 'earthquake\r'), +(9106, '1990-12-13 00:24:26', 37.3, 15.438, 11.1, 5.6, 'mw', 'usp0004j1w', 'Sicily, Italy', 'earthquake\r'), +(9107, '1990-12-13 03:01:48', 23.916, 121.636, 12.1, 6.3, 'mw', 'usp0004j21', 'Taiwan', 'earthquake\r'), +(9108, '1990-12-13 12:26:41', 1.116, 124.034, 33, 6.2, 'mw', 'usp0004j2m', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9109, '1990-12-13 19:50:18', 23.722, 121.627, 10, 6.7, 'mw', 'usp0004j34', 'Taiwan', 'earthquake\r'), +(9110, '1990-12-13 22:39:22', -6.02, 142.291, 33, 5.5, 'mw', 'usp0004j3m', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(9111, '1990-12-13 23:18:59', 23.681, 121.625, 10, 5.9, 'mw', 'usp0004j3s', 'Taiwan', 'earthquake\r'), +(9112, '1990-12-13 23:28:04', 23.807, 121.678, 10, 5.7, 'mb', 'usp0004j3u', 'Taiwan', 'earthquake\r'), +(9113, '1990-12-14 11:22:39', -9.691, -78.982, 38.2, 5.6, 'mw', 'usp0004j4p', 'near the coast of northern Peru', 'earthquake\r'), +(9114, '1990-12-14 14:09:07', -2.982, 136.488, 33, 5.5, 'mw', 'usp0004j4v', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(9115, '1990-12-16 15:45:41', 41.361, 43.715, 33, 5.5, 'mw', 'usp0004j77', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(9116, '1990-12-16 20:28:51', -19.467, -173.278, 33, 5.7, 'mw', 'usp0004j7h', 'Tonga', 'earthquake\r'), +(9117, '1990-12-16 22:18:50', 29.044, 51.304, 15.4, 5.7, 'mw', 'usp0004j7k', 'southern Iran', 'earthquake\r'), +(9118, '1990-12-17 01:43:49', 1.298, 123.188, 33, 5.5, 'mw', 'usp0004j7w', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9119, '1990-12-17 11:00:30', 6.638, -81.926, 19.3, 6.3, 'mw', 'usp0004j8r', 'south of Panama', 'earthquake\r'), +(9120, '1990-12-18 02:49:23', -42.667, -15.948, 11.7, 5.5, 'mw', 'usp0004j9d', 'Tristan da Cunha region', 'earthquake\r'), +(9121, '1990-12-19 00:20:25', 23.701, 121.579, 10, 5.6, 'mw', 'usp0004jaw', 'Taiwan', 'earthquake\r'), +(9122, '1990-12-19 13:48:23', 52.618, 160.716, 21.7, 6, 'mw', 'usp0004jbn', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9123, '1990-12-19 23:38:36', 23.669, 121.606, 10, 5.5, 'mw', 'usp0004jca', 'Taiwan', 'earthquake\r'), +(9124, '1990-12-20 07:02:59', 37.612, 70.338, 8.3, 5.6, 'mw', 'usp0004jct', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(9125, '1990-12-21 03:26:43', -16.626, -177.556, 10, 5.9, 'mw', 'usp0004jdm', 'Fiji region', 'earthquake\r'), +(9126, '1990-12-21 05:29:29', -20.467, -174.161, 13.3, 6.8, 'mw', 'usp0004jdq', 'Tonga', 'earthquake\r'), +(9127, '1990-12-21 06:57:43', 41.004, 22.3, 13.3, 6.1, 'mw', 'usp0004jdt', 'Macedonia region', 'earthquake\r'), +(9128, '1990-12-21 11:38:18', -20.597, -178.574, 599.3, 5.5, 'mw', 'usp0004jf1', 'Fiji region', 'earthquake\r'), +(9129, '1990-12-21 12:55:46', -18.891, -177.971, 457, 5.6, 'mw', 'usp0004jfa', 'Fiji region', 'earthquake\r'), +(9130, '1990-12-21 18:31:44', -32.696, -69.647, 116.3, 5.5, 'mw', 'usp0004jga', 'Mendoza, Argentina', 'earthquake\r'), +(9131, '1990-12-22 17:27:55', 9.869, -84.302, 17.3, 6, 'mw', 'usp0004jkq', 'Costa Rica', 'earthquake\r'), +(9132, '1990-12-22 19:01:42', -14.948, 168.036, 26.7, 5.7, 'mw', 'usp0004jkx', 'Vanuatu', 'earthquake\r'), +(9133, '1990-12-23 17:48:40', -15.182, 167.386, 143, 5.6, 'mb', 'usp0004jp6', 'Vanuatu', 'earthquake\r'), +(9134, '1990-12-23 21:03:04', -0.656, 127.387, 31.7, 5.6, 'mw', 'usp0004jpd', 'Halmahera, Indonesia', 'earthquake\r'), +(9135, '1990-12-24 10:12:13', -5.376, 151.49, 53, 5.9, 'mw', 'usp0004jqh', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9136, '1990-12-25 07:51:10', -40.732, -85.765, 10, 5.7, 'mw', 'usp0004jrr', 'West Chile Rise', 'earthquake\r'), +(9137, '1990-12-25 14:21:53', 23.766, 121.592, 17.7, 5.9, 'mw', 'usp0004jsa', 'Taiwan', 'earthquake\r'), +(9138, '1990-12-26 01:59:36', -0.668, 127.337, 38.7, 5.6, 'mw', 'usp0004jt5', 'Halmahera, Indonesia', 'earthquake\r'), +(9139, '1990-12-27 13:35:10', -6.873, 129.542, 180.9, 5.7, 'mw', 'usp0004juv', 'Banda Sea', 'earthquake\r'), +(9140, '1990-12-27 16:08:35', -22.725, -70.006, 63.7, 5.5, 'mw', 'usp0004jv1', 'Antofagasta, Chile', 'earthquake\r'), +(9141, '1990-12-28 22:32:17', -14.875, 66.777, 17.2, 5.9, 'mw', 'usp0004jx2', 'Mid-Indian Ridge', 'earthquake\r'), +(9142, '1990-12-29 13:23:54', 8.257, 94.061, 18, 6.1, 'mw', 'usp0004jxw', 'Nicobar Islands, India region', 'earthquake\r'), +(9143, '1990-12-30 07:01:07', -30.174, 178.928, 532.2, 5.6, 'mb', 'usp0004jzb', 'Kermadec Islands region', 'earthquake\r'), +(9144, '1990-12-30 19:14:19', -5.097, 150.967, 178.6, 7.5, 'mw', 'usp0004k00', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9145, '1990-12-31 17:57:03', 0.857, 126.689, 70.5, 5.5, 'mb', 'usp0004k19', 'Molucca Sea', 'earthquake\r'), +(9146, '1990-12-31 22:11:30', -21.953, 174.818, 10.2, 5.6, 'mw', 'usp0004k1p', 'Vanuatu region', 'earthquake\r'), +(9147, '1991-01-01 00:06:31', 18.068, -105.847, 35, 6.3, 'mw', 'usp0004k1t', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(9148, '1991-01-01 03:19:35', 17.951, -105.852, 36.4, 5.8, 'mw', 'usp0004k1y', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(9149, '1991-01-01 17:28:02', -21.208, -174.149, 29.1, 6, 'mw', 'usp0004k2n', 'Tonga', 'earthquake\r'), +(9150, '1991-01-03 00:40:11', -7.225, 148.585, 40.2, 5.5, 'mw', 'usp0004k4h', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9151, '1991-01-03 01:41:26', -29.562, -111.805, 10, 5.9, 'mw', 'usp0004k4p', 'Easter Island region', 'earthquake\r'), +(9152, '1991-01-03 13:18:49', -7.179, 148.54, 14, 6.2, 'mw', 'usp0004k5g', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9153, '1991-01-03 13:29:19', -7.171, 148.441, 38.8, 5.7, 'mb', 'usp0004k5h', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9154, '1991-01-03 20:38:38', 1.973, 126.731, 83.6, 5.8, 'mw', 'usp0004k66', 'Molucca Sea', 'earthquake\r'), +(9155, '1991-01-05 14:57:12', 23.613, 95.901, 19.7, 7, 'mw', 'usp0004k8g', 'Myanmar', 'earthquake\r'), +(9156, '1991-01-08 22:04:09', -18.057, -173.534, 32.9, 6.2, 'mw', 'usp0004kdw', 'Tonga', 'earthquake\r'), +(9157, '1991-01-09 08:41:49', -5.502, 151.899, 41.2, 5.5, 'mw', 'usp0004ke8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9158, '1991-01-09 15:08:54', -5.396, 151.837, 27.7, 6.2, 'mw', 'usp0004ken', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9159, '1991-01-10 00:39:39', -5.482, 151.85, 19.6, 5.8, 'mw', 'usp0004kf6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9160, '1991-01-10 03:41:03', -18.006, -173.589, 22.6, 5.7, 'mw', 'usp0004kfj', 'Tonga', 'earthquake\r'), +(9161, '1991-01-12 06:03:26', -18.043, -173.53, 33, 5.6, 'mw', 'usp0004kjm', 'Tonga', 'earthquake\r'), +(9162, '1991-01-13 11:53:37', 40.558, 105.793, 16.5, 5.6, 'ms', 'usp0004kmk', 'western Nei Mongol, China', 'earthquake\r'), +(9163, '1991-01-13 11:54:37', -2.928, 84.566, 10, 5.8, 'mw', 'usp0004kmm', 'South Indian Ocean', 'earthquake\r'), +(9164, '1991-01-14 14:12:10', -25.187, 178.314, 555.3, 5.8, 'mw', 'usp0004kpp', 'south of the Fiji Islands', 'earthquake\r'), +(9165, '1991-01-14 21:11:04', 18.029, -101.7, 30.5, 5.5, 'mw', 'usp0004kq4', 'Guerrero, Mexico', 'earthquake\r'), +(9166, '1991-01-15 13:43:48', -5.99, 154.46, 58.2, 6, 'mw', 'usp0004kr0', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(9167, '1991-01-16 06:04:55', 13.783, -90.687, 69.1, 5.5, 'mw', 'usp0004krp', 'offshore Guatemala', 'earthquake\r'), +(9168, '1991-01-17 20:11:31', -5.003, 151.204, 143.5, 5.8, 'mw', 'usp0004ktf', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9169, '1991-01-18 01:36:27', 23.692, 121.346, 10.6, 5.7, 'mw', 'usp0004ktq', 'Taiwan', 'earthquake\r'), +(9170, '1991-01-18 10:45:18', -51.145, 139.415, 10, 6.3, 'mw', 'usp0004kuf', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(9171, '1991-01-18 10:49:57', 23.747, 121.29, 8.6, 5.5, 'ms', 'usp0004kug', 'Taiwan', 'earthquake\r'), +(9172, '1991-01-19 22:56:26', -5.576, 148.331, 163.4, 5.6, 'mw', 'usp0004kx7', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9173, '1991-01-20 11:32:52', -21.235, 170.029, 78.3, 6, 'mw', 'usp0004kxx', 'southeast of the Loyalty Islands', 'earthquake\r'), +(9174, '1991-01-21 05:52:05', -55.215, -129.13, 10, 5.7, 'ms', 'usp0004kze', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(9175, '1991-01-23 01:12:30', 51.965, 178.838, 108.4, 6.4, 'mw', 'usp0004m1x', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9176, '1991-01-24 21:36:27', 33.821, 141.412, 66.2, 5.5, 'mb', 'usp0004m3y', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9177, '1991-01-25 17:38:37', -2.152, 139.02, 22, 6.3, 'mw', 'usp0004m4s', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(9178, '1991-01-25 17:40:16', -2.275, 139.206, 33, 6.4, 'mb', 'usp0004m4u', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(9179, '1991-01-25 17:42:38', -2.18, 139.14, 33, 5.5, 'ms', 'usp0004m4v', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(9180, '1991-01-26 00:19:13', -3.515, 102.63, 112.7, 5.5, 'mw', 'usp0004m5b', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9181, '1991-01-27 09:25:31', -3.553, 149.085, 50.9, 5.5, 'mw', 'usp0004m6y', 'Bismarck Sea', 'earthquake\r'), +(9182, '1991-01-28 09:06:37', 10.508, 125.707, 59.5, 5.5, 'mw', 'usp0004m8s', 'Leyte, Philippines', 'earthquake\r'), +(9183, '1991-01-28 12:58:49', -41.985, 171.701, 27.2, 5.7, 'mw', 'usp0004m97', 'South Island of New Zealand', 'earthquake\r'), +(9184, '1991-01-28 18:00:54', -42.009, 171.7, 18.7, 5.9, 'mw', 'usp0004m9g', 'South Island of New Zealand', 'earthquake\r'), +(9185, '1991-01-28 18:09:26', 30.573, 129.009, 33, 5.6, 'mb', 'usp0004m9j', 'Kyushu, Japan', 'earthquake\r'), +(9186, '1991-01-29 03:13:13', -44.159, 94.223, 10, 5.6, 'mw', 'usp0004m9y', 'southeast Indian Ridge', 'earthquake\r'), +(9187, '1991-01-31 02:13:32', 0.511, 126.082, 36.9, 5.8, 'mw', 'usp0004mcj', 'Molucca Sea', 'earthquake\r'), +(9188, '1991-01-31 23:03:34', 35.993, 70.423, 142.4, 6.9, 'mw', 'usp0004mdh', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(9189, '1991-02-01 17:14:54', -57.067, -141.111, 10, 5.7, 'mw', 'usp0004mes', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(9190, '1991-02-05 03:53:25', -24.343, -115.893, 10, 5.5, 'mw', 'usp0004mk7', 'southern East Pacific Rise', 'earthquake\r'), +(9191, '1991-02-07 03:50:29', 51.693, 174.221, 33.5, 5.7, 'mw', 'usp0004mn6', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9192, '1991-02-09 02:08:51', -15.348, -176.901, 27.6, 6.1, 'mw', 'usp0004mqw', 'Fiji region', 'earthquake\r'), +(9193, '1991-02-09 16:18:58', -9.929, 159.139, 10, 6.9, 'mw', 'usp0004mrh', 'Solomon Islands', 'earthquake\r'), +(9194, '1991-02-09 16:30:33', -9.858, 159.174, 10, 6.4, 'ms', 'usp0004mrj', 'Solomon Islands', 'earthquake\r'), +(9195, '1991-02-10 12:42:38', 8.745, -39.854, 10, 6.2, 'mw', 'usp0004msc', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(9196, '1991-02-10 14:15:20', 14.005, 144.743, 155.7, 6, 'mw', 'usp0004msg', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(9197, '1991-02-12 11:31:04', -32.015, 179.75, 364.9, 5.8, 'mw', 'usp0004mv1', 'south of the Kermadec Islands', 'earthquake\r'), +(9198, '1991-02-13 06:17:23', -44.361, -79.529, 10, 5.7, 'mw', 'usp0004mw5', 'off the coast of Aisen, Chile', 'earthquake\r'), +(9199, '1991-02-13 14:54:14', -22.082, -179.556, 614.6, 5.5, 'mw', 'usp0004mwk', 'south of the Fiji Islands', 'earthquake\r'), +(9200, '1991-02-13 16:44:52', -9.909, 159.076, 21.5, 5.5, 'mb', 'usp0004mwq', 'Solomon Islands', 'earthquake\r'), +(9201, '1991-02-14 01:01:00', -32.984, -179.34, 33, 5.9, 'mw', 'usp0004mwv', 'south of the Kermadec Islands', 'earthquake\r'), +(9202, '1991-02-14 19:22:15', -6.279, 154.697, 44.8, 5.9, 'mw', 'usp0004my2', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(9203, '1991-02-14 23:31:23', -22.336, -112.578, 10, 6, 'mw', 'usp0004my7', 'Easter Island region', 'earthquake\r'), +(9204, '1991-02-15 00:55:33', 4.21, 124.235, 31.8, 5.5, 'mb', 'usp0004my9', 'Celebes Sea', 'earthquake\r'), +(9205, '1991-02-16 01:23:40', 48.268, 154.328, 38.9, 6.1, 'mw', 'usp0004mzv', 'Kuril Islands', 'earthquake\r'), +(9206, '1991-02-17 06:59:13', -21.189, 169.831, 58.5, 6, 'mw', 'usp0004n1a', 'southeast of the Loyalty Islands', 'earthquake\r'), +(9207, '1991-02-18 02:37:25', 8.87, 126.48, 23.9, 7, 'mw', 'usp0004n2a', 'Mindanao, Philippines', 'earthquake\r'), +(9208, '1991-02-18 16:15:07', -19.028, 168.493, 39.7, 5.7, 'mw', 'usp0004n39', 'Vanuatu', 'earthquake\r'), +(9209, '1991-02-19 13:16:30', 1.562, 127.093, 129.9, 5.6, 'mw', 'usp0004n4d', 'Halmahera, Indonesia', 'earthquake\r'), +(9210, '1991-02-20 04:48:07', -22.626, -113.022, 10, 5.9, 'mw', 'usp0004n5m', 'Easter Island region', 'earthquake\r'), +(9211, '1991-02-20 11:43:26', 9.047, 126.551, 38.1, 5.5, 'mw', 'usp0004n63', 'Mindanao, Philippines', 'earthquake\r'), +(9212, '1991-02-21 02:35:34', 58.427, -175.45, 20.2, 6.7, 'mw', 'usp0004n74', 'Bering Sea', 'earthquake\r'), +(9213, '1991-02-23 05:55:44', 8.167, 122.129, 54.1, 5.7, 'mw', 'usp0004na8', 'Mindanao, Philippines', 'earthquake\r'), +(9214, '1991-02-23 12:33:24', 36.27, 70.645, 154.7, 5.5, 'mw', 'usp0004nar', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(9215, '1991-02-24 11:04:16', -15.125, -173.384, 33, 5.7, 'mw', 'usp0004nc7', 'Tonga', 'earthquake\r'), +(9216, '1991-02-25 06:39:05', -7.388, 128.922, 123.6, 5.6, 'mw', 'usp0004nd3', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(9217, '1991-02-25 14:30:28', 40.386, 78.959, 20.6, 6, 'mw', 'usp0004ndh', 'southern Xinjiang, China', 'earthquake\r'), +(9218, '1991-02-27 09:25:07', -22.936, 172.523, 33, 5.6, 'mw', 'usp0004nfm', 'southeast of the Loyalty Islands', 'earthquake\r'), +(9219, '1991-02-28 13:30:14', -20.118, -175.83, 219.7, 5.8, 'mw', 'usp0004nh8', 'Tonga', 'earthquake\r'), +(9220, '1991-03-01 17:30:26', 10.939, -84.637, 196.5, 6.2, 'mw', 'usp0004njp', 'Costa Rica', 'earthquake\r'), +(9221, '1991-03-02 22:41:10', -21.94, -174.919, 33, 5.5, 'mw', 'usp0004nm0', 'Tonga', 'earthquake\r'), +(9222, '1991-03-02 23:06:04', -21.996, -175.031, 43.9, 5.6, 'mw', 'usp0004nm1', 'Tonga', 'earthquake\r'), +(9223, '1991-03-03 15:20:25', -21.867, -175.057, 16.1, 6.2, 'mw', 'usp0004nn4', 'Tonga', 'earthquake\r'), +(9224, '1991-03-05 13:49:06', 3.231, -83.343, 15.3, 5.7, 'mw', 'usp0004nqc', 'off the coast of Central America', 'earthquake\r'), +(9225, '1991-03-05 22:35:48', -3.984, 102.369, 58.7, 5.7, 'mw', 'usp0004nqu', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9226, '1991-03-06 15:44:26', -30.515, -178.589, 227.5, 5.6, 'mw', 'usp0004nrm', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9227, '1991-03-08 11:36:28', 60.904, 167.023, 13, 6.6, 'mw', 'usp0004ntk', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(9228, '1991-03-08 11:41:03', 61.029, 167.003, 10, 5.6, 'mb', 'usp0004ntm', 'Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(9229, '1991-03-08 11:54:58', 60.834, 167.057, 10, 5.9, 'mb', 'usp0004ntn', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(9230, '1991-03-08 11:58:13', 60.682, 166.937, 10, 5.7, 'mb', 'usp0004ntp', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(9231, '1991-03-08 12:05:25', -24.541, -69.901, 55.8, 5.5, 'mb', 'usp0004ntq', 'Antofagasta, Chile', 'earthquake\r'), +(9232, '1991-03-08 12:29:10', 61.528, 166.365, 10, 5.8, 'ms', 'usp0004nts', 'Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(9233, '1991-03-09 01:01:23', -54.877, -131.533, 10, 6, 'mw', 'usp0004nuk', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(9234, '1991-03-10 03:53:44', -3.792, 144.396, 26.2, 5.7, 'mw', 'usp0004nvx', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(9235, '1991-03-11 21:15:56', -51.154, 29.255, 10, 6.4, 'mw', 'usp0004nya', 'south of Africa', 'earthquake\r'), +(9236, '1991-03-13 08:42:29', 4.926, -82.561, 9.6, 5.7, 'mw', 'usp0004p07', 'south of Panama', 'earthquake\r'), +(9237, '1991-03-13 19:48:30', -59.707, -26.57, 33, 5.8, 'mb', 'usp0004p0t', 'South Sandwich Islands region', 'earthquake\r'), +(9238, '1991-03-14 15:57:52', 51.794, -175.264, 39.4, 5.7, 'mw', 'usp0004p1u', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9239, '1991-03-16 06:02:11', 10.174, -85.184, 33.3, 6.3, 'mw', 'usp0004p45', 'Costa Rica', 'earthquake\r'), +(9240, '1991-03-19 12:09:25', 34.825, 26.335, 22.7, 5.6, 'mw', 'usp0004p8a', 'Crete, Greece', 'earthquake\r'), +(9241, '1991-03-20 13:08:58', -5.791, -80.897, 35.1, 6, 'mw', 'usp0004pa3', 'near the coast of northern Peru', 'earthquake\r'), +(9242, '1991-03-21 05:53:12', -9.71, -79.774, 24.7, 6.2, 'mw', 'usp0004pb3', 'off the coast of northern Peru', 'earthquake\r'), +(9243, '1991-03-21 18:27:36', -11.668, 166.544, 32.6, 5.8, 'mw', 'usp0004pbp', 'Santa Cruz Islands', 'earthquake\r'), +(9244, '1991-03-23 20:38:50', 48.261, 154.854, 40.5, 5.6, 'mw', 'usp0004peg', 'Kuril Islands', 'earthquake\r'), +(9245, '1991-03-24 06:39:22', -16.831, 177.305, 11.5, 5.5, 'mw', 'usp0004pf5', 'Fiji', 'earthquake\r'), +(9246, '1991-03-26 03:58:23', 21.704, 121.789, 17.7, 6.3, 'mw', 'usp0004php', 'Taiwan region', 'earthquake\r'), +(9247, '1991-03-26 06:19:28', 21.673, 121.826, 19.4, 5.5, 'mw', 'usp0004phy', 'Taiwan region', 'earthquake\r'), +(9248, '1991-03-26 12:34:58', 19.722, -70.314, 33, 5.8, 'mw', 'usp0004pjs', 'Dominican Republic region', 'earthquake\r'), +(9249, '1991-03-28 07:22:37', -18.308, 168.015, 29.2, 5.8, 'mw', 'usp0004pns', 'Vanuatu', 'earthquake\r'), +(9250, '1991-03-29 20:13:48', -3.959, -80.907, 37.7, 5.6, 'mw', 'usp0004pqq', 'Peru-Ecuador border region', 'earthquake\r'), +(9251, '1991-03-30 07:37:52', -16.111, -174.826, 19.7, 5.5, 'mw', 'usp0004pr5', 'Tonga', 'earthquake\r'), +(9252, '1991-04-01 01:59:05', -16.55, -172.591, 33, 5.5, 'mw', 'usp0004ptd', 'Samoa Islands region', 'earthquake\r'), +(9253, '1991-04-01 03:53:05', 15.746, 95.738, 15, 6, 'mw', 'usp0004pth', 'near the south coast of Myanmar', 'earthquake\r'), +(9254, '1991-04-01 05:03:59', 22.359, -106.994, 10, 5.6, 'mw', 'usp0004ptm', 'near the coast of Sinaloa, Mexico', 'earthquake\r'), +(9255, '1991-04-01 05:25:27', -4.919, 152.018, 89.7, 5.8, 'mw', 'usp0004ptp', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9256, '1991-04-01 07:34:46', 16.175, -98.278, 20.5, 5.8, 'mw', 'usp0004ptt', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(9257, '1991-04-01 16:54:28', -6.076, 147.661, 69.7, 5.6, 'mw', 'usp0004puc', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9258, '1991-04-04 03:22:58', 7.017, -78.153, 32.9, 6.3, 'mw', 'usp0004px3', 'Panama', 'earthquake\r'), +(9259, '1991-04-04 15:23:21', -6.038, -77.13, 20.7, 6.5, 'mw', 'usp0004pxr', 'northern Peru', 'earthquake\r'), +(9260, '1991-04-05 04:19:50', -5.982, -77.094, 19.8, 7.1, 'mw', 'usp0004pyn', 'northern Peru', 'earthquake\r'), +(9261, '1991-04-05 05:01:10', -5.81, -77.339, 24.1, 5.5, 'mb', 'usp0004pyr', 'northern Peru', 'earthquake\r'), +(9262, '1991-04-05 15:50:47', -14.23, -75.511, 50, 6.3, 'mw', 'usp0004pzk', 'near the coast of central Peru', 'earthquake\r'), +(9263, '1991-04-05 18:34:53', -54.592, -132.516, 10, 5.8, 'mw', 'usp0004pzs', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(9264, '1991-04-06 04:48:47', -24.168, 179.984, 548.8, 5.5, 'mw', 'usp0004q0a', 'south of the Fiji Islands', 'earthquake\r'), +(9265, '1991-04-06 14:34:21', -15.008, -175.521, 16, 6.7, 'mw', 'usp0004q0u', 'Tonga', 'earthquake\r'), +(9266, '1991-04-07 18:55:20', -3.1, 130.356, 29, 5.9, 'mw', 'usp0004q24', 'Seram, Indonesia', 'earthquake\r'), +(9267, '1991-04-08 13:34:04', 52.433, 157.903, 144.5, 5.6, 'mw', 'usp0004q37', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(9268, '1991-04-09 06:02:25', -9.788, -74.702, 123.9, 5.8, 'mw', 'usp0004q41', 'central Peru', 'earthquake\r'), +(9269, '1991-04-11 08:12:44', -5.282, 151.697, 54.7, 5.8, 'mw', 'usp0004q6c', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9270, '1991-04-11 17:51:19', -11.036, 166.787, 46.5, 5.6, 'mw', 'usp0004q75', 'Santa Cruz Islands', 'earthquake\r'), +(9271, '1991-04-12 08:41:30', 13.058, -88.322, 67.8, 5.5, 'mw', 'usp0004q7y', 'offshore El Salvador', 'earthquake\r'), +(9272, '1991-04-13 07:46:49', -20.116, 169.055, 32.2, 5.8, 'mw', 'usp0004q9b', 'Vanuatu', 'earthquake\r'), +(9273, '1991-04-14 08:08:56', 27.155, 127.419, 83, 6, 'mw', 'usp0004qar', 'Ryukyu Islands, Japan', 'earthquake\r'), +(9274, '1991-04-18 05:19:29', 2.664, 128.543, 236.5, 5.6, 'mw', 'usp0004qfc', 'Halmahera, Indonesia', 'earthquake\r'), +(9275, '1991-04-18 09:18:30', 37.457, 68.273, 33, 5.5, 'mw', 'usp0004qfn', 'Tajikistan', 'earthquake\r'), +(9276, '1991-04-18 09:41:20', -22.924, -179.342, 470.7, 6, 'mw', 'usp0004qfq', 'south of the Fiji Islands', 'earthquake\r'), +(9277, '1991-04-19 06:39:42', 16.865, -60.592, 16.5, 5.5, 'mb', 'usp0004qh2', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(9278, '1991-04-19 11:25:35', -14.883, -174.953, 19.5, 6.1, 'mw', 'usp0004qhm', 'Samoa Islands region', 'earthquake\r'), +(9279, '1991-04-19 21:48:36', -6.9, 129.562, 127.3, 5.9, 'mw', 'usp0004qj5', 'Banda Sea', 'earthquake\r'), +(9280, '1991-04-21 11:17:46', -4.38, 143.774, 102.6, 5.5, 'mw', 'usp0004qmd', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(9281, '1991-04-21 23:12:23', -18.287, 46.416, 18.6, 5.6, 'mw', 'usp0004qn4', 'Madagascar', 'earthquake\r'), +(9282, '1991-04-22 21:56:52', 9.685, -83.073, 10, 7.6, 'mw', 'usp0004qpg', 'Costa Rica', 'earthquake\r'), +(9283, '1991-04-23 02:48:59', -2.759, 134.432, 10.3, 5.8, 'mb', 'usp0004qpy', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(9284, '1991-04-23 06:34:06', 14.002, -91.652, 68.6, 5.8, 'mw', 'usp0004qqa', 'offshore Guatemala', 'earthquake\r'), +(9285, '1991-04-24 04:57:15', 9.041, 126.739, 13.8, 6.3, 'mw', 'usp0004qrk', 'Mindanao, Philippines', 'earthquake\r'), +(9286, '1991-04-24 05:13:10', 2.541, -79.747, 23.7, 6.2, 'ms', 'usp0004qrm', 'south of Panama', 'earthquake\r'), +(9287, '1991-04-24 10:06:55', 9.047, 126.77, 33, 5.5, 'mw', 'usp0004qrv', 'Mindanao, Philippines', 'earthquake\r'), +(9288, '1991-04-24 19:13:02', 9.741, -83.517, 12.7, 6.2, 'mw', 'usp0004qsj', 'Costa Rica', 'earthquake\r'), +(9289, '1991-04-26 17:36:55', 7.525, 126.577, 74, 5.6, 'mw', 'usp0004qvn', 'Mindanao, Philippines', 'earthquake\r'), +(9290, '1991-04-29 09:12:48', 42.453, 43.673, 17.2, 7, 'mw', 'usp0004qza', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(9291, '1991-04-29 18:12:23', -11.258, -77.672, 58.3, 5.9, 'mw', 'usp0004r0e', 'near the coast of central Peru', 'earthquake\r'), +(9292, '1991-04-29 18:23:15', 42.583, 43.764, 10, 5.5, 'mb', 'usp0004r0f', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(9293, '1991-04-29 18:30:42', 42.503, 43.899, 14.3, 6.1, 'mw', 'usp0004r0h', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(9294, '1991-04-30 02:16:33', 5.926, -82.612, 10, 6, 'mw', 'usp0004r16', 'south of Panama', 'earthquake\r'), +(9295, '1991-04-30 12:36:51', -6.386, 147.213, 59.1, 5.7, 'mw', 'usp0004r1x', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9296, '1991-05-01 04:32:06', -6.61, 154.912, 76.8, 5.5, 'mw', 'usp0004r2y', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(9297, '1991-05-01 07:18:44', 62.476, -151.413, 114.2, 6.3, 'mw', 'usp0004r34', 'Central Alaska', 'earthquake\r'), +(9298, '1991-05-02 02:23:39', -21.724, -173.901, 33, 5.5, 'mw', 'usp0004r4g', 'Tonga', 'earthquake\r'), +(9299, '1991-05-02 07:01:57', 9.392, -77.281, 36.1, 6, 'mw', 'usp0004r4n', 'near the north coast of Colombia', 'earthquake\r'), +(9300, '1991-05-03 02:14:14', 28.08, 139.585, 433.1, 6.7, 'mw', 'usp0004r5x', 'Bonin Islands, Japan region', 'earthquake\r'), +(9301, '1991-05-03 20:19:39', 42.683, 43.247, 10, 5.6, 'mw', 'usp0004r6m', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(9302, '1991-05-04 03:42:55', 9.542, -82.418, 10, 6.2, 'mw', 'usp0004r74', 'Panama-Costa Rica border region', 'earthquake\r'), +(9303, '1991-05-04 14:31:30', 27.148, 140.074, 430.7, 5.7, 'mw', 'usp0004r7v', 'Bonin Islands, Japan region', 'earthquake\r'), +(9304, '1991-05-04 21:28:15', 13.717, 144.981, 116, 5.5, 'mw', 'usp0004r8e', 'Guam region', 'earthquake\r'), +(9305, '1991-05-06 00:10:23', 10.373, 125.328, 25.3, 5.7, 'mw', 'usp0004ra1', 'Leyte, Philippines', 'earthquake\r'), +(9306, '1991-05-06 00:26:13', 10.353, 125.253, 32.1, 5.5, 'ms', 'usp0004ra3', 'Leyte, Philippines', 'earthquake\r'), +(9307, '1991-05-06 22:50:45', -20.871, -177.868, 496.5, 5.6, 'mw', 'usp0004rba', 'Fiji region', 'earthquake\r'), +(9308, '1991-05-07 13:09:29', 39.43, 144.714, 10, 6.1, 'mw', 'usp0004rce', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9309, '1991-05-08 18:00:28', 10.352, 125.325, 25.8, 5.5, 'mw', 'usp0004rdn', 'Leyte, Philippines', 'earthquake\r'), +(9310, '1991-05-08 18:21:11', 19.373, -156.267, 36.3, 5.5, 'mb', 'usp0004rdp', 'Hawaii region, Hawaii', 'earthquake\r'), +(9311, '1991-05-08 19:53:22', -13.875, -74.458, 107.1, 5.6, 'mw', 'usp0004rds', 'central Peru', 'earthquake\r'), +(9312, '1991-05-10 13:33:52', -16.114, -174.147, 115.2, 6.3, 'mw', 'usp0004rfk', 'Tonga', 'earthquake\r'), +(9313, '1991-05-11 08:04:44', -22.061, -67.18, 193.8, 5.5, 'mw', 'usp0004rgd', 'Potosi, Bolivia', 'earthquake\r'), +(9314, '1991-05-12 16:12:37', 12.279, 47.487, 10, 5.5, 'mw', 'usp0004rjg', 'Gulf of Aden', 'earthquake\r'), +(9315, '1991-05-13 16:28:15', -3.463, 82.824, 21.8, 6, 'mw', 'usp0004rks', 'South Indian Ocean', 'earthquake\r'), +(9316, '1991-05-17 02:31:26', -4.39, 142.715, 59, 6.4, 'mw', 'usp0004rr7', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(9317, '1991-05-17 06:37:47', -9.941, 119.78, 20.8, 5.5, 'mw', 'usp0004rrb', 'Sumba region, Indonesia', 'earthquake\r'), +(9318, '1991-05-19 00:58:02', 1.156, 122.957, 33, 7, 'mw', 'usp0004ru5', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9319, '1991-05-19 01:19:51', 1.333, 123.009, 33.4, 5.9, 'ms', 'usp0004ru7', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9320, '1991-05-20 09:50:28', -18.038, -178.457, 580.1, 5.5, 'mw', 'usp0004rvv', 'Fiji region', 'earthquake\r'), +(9321, '1991-05-21 11:00:19', -7.517, 126.539, 18.4, 6.6, 'mw', 'usp0004rxb', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(9322, '1991-05-24 18:28:35', -60.306, -43.821, 10, 5.8, 'mw', 'usp0004s1s', 'Scotia Sea', 'earthquake\r'), +(9323, '1991-05-24 20:50:56', -16.506, -70.701, 127.7, 6.8, 'mw', 'usp0004s1v', 'southern Peru', 'earthquake\r'), +(9324, '1991-05-27 18:40:28', 9.482, -82.694, 10, 5.7, 'mw', 'usp0004s5a', 'Panama-Costa Rica border region', 'earthquake\r'), +(9325, '1991-05-29 18:59:58', -22.256, -138.794, 0, 5.5, 'mb', 'usp0004s8a', 'Tuamotu Archipelago, French Polynesia region', 'nuclear explosion\r'), +(9326, '1991-05-30 13:17:42', 54.567, -161.606, 28.4, 7, 'mw', 'usp0004s9h', 'Alaska Peninsula', 'earthquake\r'), +(9327, '1991-05-30 13:22:31', 54.572, -161.827, 33, 5.6, 'mb', 'usp0004s9j', 'Alaska Peninsula', 'earthquake\r'), +(9328, '1991-05-31 05:28:03', -6.048, 130.599, 33, 5.8, 'mw', 'usp0004saw', 'Banda Sea', 'earthquake\r'), +(9329, '1991-05-31 22:17:36', -56.837, -140.932, 10, 5.6, 'mw', 'usp0004sbp', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(9330, '1991-06-02 16:25:27', -24.905, 179.924, 505.3, 5.5, 'mw', 'usp0004sdw', 'south of the Fiji Islands', 'earthquake\r'), +(9331, '1991-06-03 05:05:15', -40.022, -74.801, 10, 5.6, 'mw', 'usp0004sep', 'offshore Los Lagos, Chile', 'earthquake\r'), +(9332, '1991-06-06 02:28:47', -5.965, 103.914, 52.5, 5.6, 'mw', 'usp0004sk4', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9333, '1991-06-07 11:51:26', -7.204, 122.533, 536.4, 6.9, 'mw', 'usp0004smx', 'Flores Sea', 'earthquake\r'), +(9334, '1991-06-09 07:45:02', -20.252, -176.218, 265.5, 7, 'mw', 'usp0004sq2', 'Fiji region', 'earthquake\r'), +(9335, '1991-06-09 20:39:34', 12.627, 95.11, 24.3, 5.5, 'mw', 'usp0004sqt', 'Andaman Islands, India region', 'earthquake\r'), +(9336, '1991-06-10 17:35:49', 23.771, -45.368, 9.7, 6.4, 'mw', 'usp0004srj', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(9337, '1991-06-11 05:26:31', 8.403, -103.021, 10, 5.9, 'mw', 'usp0004ssa', 'northern East Pacific Rise', 'earthquake\r'), +(9338, '1991-06-11 07:16:34', 84.401, 108.249, 27.2, 5.5, 'mw', 'usp0004ssc', 'north of Severnaya Zemlya', 'earthquake\r'), +(9339, '1991-06-11 14:32:48', -18.209, -178.409, 627.8, 5.5, 'mw', 'usp0004ssx', 'Fiji region', 'earthquake\r'), +(9340, '1991-06-12 00:45:40', -2.285, -78.884, 94.4, 5.8, 'mw', 'usp0004ste', 'Ecuador', 'earthquake\r'), +(9341, '1991-06-12 20:11:35', 42.789, 143.329, 109.3, 5.8, 'mw', 'usp0004suj', 'Hokkaido, Japan region', 'earthquake\r'), +(9342, '1991-06-13 17:18:46', -19.95, -175.717, 215.3, 5.9, 'mw', 'usp0004svx', 'Tonga', 'earthquake\r'), +(9343, '1991-06-14 20:06:50', -20.07, -175.986, 224.7, 5.5, 'mw', 'usp0004sxh', 'Tonga', 'earthquake\r'), +(9344, '1991-06-15 00:59:20', 42.461, 44.009, 9.4, 6.3, 'mw', 'usp0004sxm', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(9345, '1991-06-15 01:13:21', -58.285, -24.183, 51.7, 6.6, 'mw', 'usp0004sxp', 'South Sandwich Islands region', 'earthquake\r'), +(9346, '1991-06-15 10:41:14', 15.316, 120.522, 10, 5.7, 'mw', 'usp0004syk', 'Luzon, Philippines', 'earthquake\r'), +(9347, '1991-06-15 11:15:28', 15.119, 120.355, 10, 5.6, 'mw', 'usp0004syr', 'Luzon, Philippines', 'earthquake\r'), +(9348, '1991-06-15 20:23:22', 0.535, -25.452, 10, 5.7, 'mw', 'usp0004szy', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(9349, '1991-06-15 23:02:14', 10.098, 125.855, 71, 6.1, 'mw', 'usp0004t09', 'Leyte, Philippines', 'earthquake\r'), +(9350, '1991-06-16 20:37:20', 15.08, 120.585, 10, 5.5, 'mb', 'usp0004t1p', 'Luzon, Philippines', 'earthquake\r'), +(9351, '1991-06-18 11:33:18', 0.13, 149.285, 37.5, 5.9, 'mw', 'usp0004t3x', 'Federated States of Micronesia region', 'earthquake\r'), +(9352, '1991-06-19 20:14:18', -58.198, -24.837, 33, 5.8, 'mw', 'usp0004t5z', 'South Sandwich Islands region', 'earthquake\r'), +(9353, '1991-06-20 01:10:40', -19.708, -177.792, 431.7, 5.5, 'mw', 'usp0004t6a', 'Fiji region', 'earthquake\r'), +(9354, '1991-06-20 05:18:53', 1.196, 122.787, 31.4, 7.5, 'mw', 'usp0004t6g', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9355, '1991-06-20 06:27:24', 1.173, 122.882, 20.7, 5.6, 'mb', 'usp0004t6j', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9356, '1991-06-21 06:27:40', 13.399, -89.618, 76.5, 5.8, 'mw', 'usp0004t84', 'offshore El Salvador', 'earthquake\r'), +(9357, '1991-06-22 00:30:26', 23.915, -108.549, 10, 6.2, 'mw', 'usp0004t92', 'Gulf of California', 'earthquake\r'), +(9358, '1991-06-23 21:22:29', -26.802, -63.349, 558, 7.3, 'mw', 'usp0004taw', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(9359, '1991-06-23 23:14:46', -26.939, -63.272, 578.4, 5.6, 'mb', 'usp0004taz', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(9360, '1991-06-24 04:59:04', 58.318, -137.008, 10, 5.6, 'mw', 'usp0004tb7', 'Southeastern Alaska', 'earthquake\r'), +(9361, '1991-06-27 19:42:41', 24.361, -108.233, 10, 5.5, 'mw', 'usp0004tg9', 'Gulf of California', 'earthquake\r'), +(9362, '1991-06-28 14:43:55', 34.27, -117.993, 8.049, 5.8, 'mw', 'ci2021449', '13km NNE of Sierra Madre, CA', 'earthquake\r'), +(9363, '1991-06-30 01:44:13', -21.621, -114.234, 10, 5.5, 'mw', 'usp0004tk0', 'southern East Pacific Rise', 'earthquake\r'), +(9364, '1991-06-30 03:08:14', -14.371, -13.562, 10, 5.7, 'mw', 'usp0004tk4', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(9365, '1991-07-01 13:32:42', -15.797, -75.016, 21.4, 6, 'mw', 'usp0004tnc', 'near the coast of central Peru', 'earthquake\r'), +(9366, '1991-07-02 05:14:30', -1.068, 99.843, 53.8, 6.4, 'mwb', 'usp0004tp6', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(9367, '1991-07-02 06:08:09', -23.233, -179.126, 429.2, 5.7, 'mb', 'usp0004tp8', 'south of the Fiji Islands', 'earthquake\r'), +(9368, '1991-07-04 07:08:32', -8.146, 124.689, 29.1, 5.7, 'mw', 'usp0004ts3', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(9369, '1991-07-04 11:43:10', -8.099, 124.681, 28.8, 6.9, 'mwb', 'usp0004tse', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(9370, '1991-07-05 03:47:47', -3.775, 135.864, 37.2, 5.6, 'mw', 'usp0004tta', 'Papua, Indonesia', 'earthquake\r'), +(9371, '1991-07-05 04:30:53', -9.585, 114.673, 53.7, 6.1, 'mw', 'usp0004ttb', 'south of Bali, Indonesia', 'earthquake\r'), +(9372, '1991-07-05 10:58:29', 47.892, 145.796, 467.5, 5.9, 'mw', 'usp0004ttk', 'Sea of Okhotsk', 'earthquake\r'), +(9373, '1991-07-06 12:19:50', -13.108, -72.187, 104.5, 7, 'mwb', 'usp0004tuc', 'central Peru', 'earthquake\r'), +(9374, '1991-07-06 15:08:25', 2.534, 126.623, 95.6, 5.5, 'mb', 'usp0004tug', 'Molucca Sea', 'earthquake\r'), +(9375, '1991-07-06 19:00:13', -16.713, 167.518, 26.2, 5.6, 'mw', 'usp0004tut', 'Vanuatu', 'earthquake\r'), +(9376, '1991-07-09 06:53:34', 23.227, -65.524, 10, 5.8, 'mw', 'usp0004txd', 'North Atlantic Ocean', 'earthquake\r'), +(9377, '1991-07-10 09:49:26', 12.525, 93.874, 116.9, 5.5, 'mw', 'usp0004tz1', 'Andaman Islands, India region', 'earthquake\r'), +(9378, '1991-07-12 10:42:21', 45.364, 21.057, 10.7, 5.6, 'mw', 'usp0004u1p', 'Romania', 'earthquake\r'), +(9379, '1991-07-13 02:50:15', 42.182, -125.641, 11, 6.9, 'mw', 'usp0004u34', 'off the coast of Oregon', 'earthquake\r'), +(9380, '1991-07-13 12:15:13', 48.738, 154.933, 40.5, 6.2, 'mw', 'usp0004u3w', 'Kuril Islands', 'earthquake\r'), +(9381, '1991-07-14 09:09:12', 36.334, 71.119, 212.9, 6.7, 'mw', 'usp0004u5k', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(9382, '1991-07-15 12:22:12', 45.172, 150.794, 24.3, 5.6, 'mb', 'usp0004u71', 'Kuril Islands', 'earthquake\r'), +(9383, '1991-07-17 07:12:09', 50.935, -130.162, 10, 5.5, 'mw', 'usp0004u92', 'Vancouver Island, Canada region', 'earthquake\r'), +(9384, '1991-07-17 16:41:25', -3.989, -104.094, 10, 5.7, 'mw', 'usp0004u9f', 'central East Pacific Rise', 'earthquake\r'), +(9385, '1991-07-18 04:54:47', -8.122, 121.76, 32.1, 5.8, 'mw', 'usp0004ua7', 'Flores region, Indonesia', 'earthquake\r'), +(9386, '1991-07-18 09:50:37', 8.224, 94.112, 26.9, 5.5, 'mw', 'usp0004uah', 'Nicobar Islands, India region', 'earthquake\r'), +(9387, '1991-07-18 11:56:31', 44.888, 22.407, 11.6, 5.6, 'mw', 'usp0004uaj', 'Serbia-Romania border region', 'earthquake\r'), +(9388, '1991-07-20 11:48:47', 54.565, -161.654, 32.5, 5.9, 'mw', 'usp0004udh', 'Alaska Peninsula', 'earthquake\r'), +(9389, '1991-07-21 22:59:10', 3.008, 128.434, 34.4, 5.8, 'mw', 'usp0004uf9', 'north of Halmahera, Indonesia', 'earthquake\r'), +(9390, '1991-07-23 11:22:10', 5.826, 125.983, 146.5, 5.6, 'mw', 'usp0004uhc', 'Mindanao, Philippines', 'earthquake\r'), +(9391, '1991-07-23 13:25:47', 3.775, 95.932, 46.8, 5.6, 'mwb', 'usp0004uhj', 'off the west coast of northern Sumatra', 'earthquake\r'), +(9392, '1991-07-23 21:16:32', -6.122, 130.227, 108.8, 5.8, 'mwb', 'usp0004uj7', 'Banda Sea', 'earthquake\r'), +(9393, '1991-07-24 09:45:42', 36.52, 44.066, 25.5, 5.5, 'mw', 'usp0004uk3', 'Iran-Iraq border region', 'earthquake\r'), +(9394, '1991-07-25 15:25:30', 17.818, -95.046, 127.4, 5.7, 'mw', 'usp0004umq', 'Veracruz, Mexico', 'earthquake\r'), +(9395, '1991-07-25 15:46:01', 16.882, -101.39, 33, 5.8, 'mw', 'usp0004umr', 'offshore Guerrero, Mexico', 'earthquake\r'), +(9396, '1991-07-27 09:39:33', 1.831, -90.555, 10, 5.7, 'mw', 'usp0004upe', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(9397, '1991-07-29 13:52:40', -14.22, -73.945, 96, 5.5, 'mw', 'usp0004us1', 'central Peru', 'earthquake\r'), +(9398, '1991-08-01 05:22:20', -17.082, 174.4, 13.1, 5.7, 'mw', 'usp0004uv8', 'Fiji region', 'earthquake\r'), +(9399, '1991-08-03 04:56:00', 1.177, -85.263, 23.8, 5.5, 'mw', 'usp0004uxv', 'off the coast of Ecuador', 'earthquake\r'), +(9400, '1991-08-03 08:33:17', 29.33, 129.081, 17.1, 5.7, 'mw', 'usp0004uy5', 'Ryukyu Islands, Japan', 'earthquake\r'), +(9401, '1991-08-04 07:45:31', -0.912, -80.916, 21.2, 5.5, 'mw', 'usp0004uzf', 'near the coast of Ecuador', 'earthquake\r'), +(9402, '1991-08-05 06:05:47', -21.363, -174.396, 30.9, 6, 'mw', 'usp0004v0k', 'Tonga', 'earthquake\r'), +(9403, '1991-08-06 02:17:32', 3.827, 95.374, 18.1, 5.9, 'mwb', 'usp0004v1e', 'off the west coast of northern Sumatra', 'earthquake\r'), +(9404, '1991-08-06 14:49:31', 35.725, 141.044, 28.5, 6, 'mwb', 'usp0004v27', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(9405, '1991-08-06 20:26:26', 54.729, 161.659, 33, 5.5, 'mb', 'usp0004v2a', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9406, '1991-08-08 02:09:45', 0.972, 122.631, 12.4, 6.7, 'mwb', 'usp0004v3k', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9407, '1991-08-09 20:16:01', -23.32, -179.185, 464.7, 5.5, 'mw', 'usp0004v5u', 'south of the Fiji Islands', 'earthquake\r'), +(9408, '1991-08-11 14:43:54', -3.141, 130.32, 33, 5.9, 'mw', 'usp0004v82', 'Seram, Indonesia', 'earthquake\r'), +(9409, '1991-08-12 13:02:30', -14.17, -14.255, 10, 5.7, 'mw', 'usp0004v8w', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(9410, '1991-08-13 02:11:16', 52.791, -34.944, 10, 5.5, 'mw', 'usp0004v9n', 'Reykjanes Ridge', 'earthquake\r'), +(9411, '1991-08-14 12:53:26', 54.389, -169.296, 274.8, 6, 'mw', 'usp0004vbg', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9412, '1991-08-14 19:15:04', -13.593, 167.607, 13.8, 6.5, 'mw', 'usp0004vbw', 'Vanuatu', 'earthquake\r'), +(9413, '1991-08-15 06:50:36', -45.558, -72.233, 10, 5.5, 'mb', 'usp0004vcu', 'Aisen, Chile', 'earthquake\r'), +(9414, '1991-08-15 12:16:15', -45.815, -72.299, 10, 5.7, 'ms', 'usp0004vd5', 'Aisen, Chile', 'earthquake\r'), +(9415, '1991-08-15 13:35:59', -16.064, 168.01, 170.8, 6.3, 'mw', 'usp0004vd9', 'Vanuatu', 'earthquake\r'), +(9416, '1991-08-15 23:27:54', 52.823, -170.789, 104.5, 5.6, 'mw', 'usp0004vdv', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9417, '1991-08-16 22:26:14', 41.6611667, -125.8455, 2.549, 6.1, 'ml', 'nc227958', 'off the coast of Northern California', 'earthquake\r'), +(9418, '1991-08-17 06:18:34', 10.045, -69.948, 10, 5.6, 'mw', 'usp0004vft', 'Lara, Venezuela', 'earthquake\r'), +(9419, '1991-08-17 19:29:40', 40.2516667, -124.2858333, 8.32, 6, 'ml', 'nc228027', 'Northern California', 'earthquake\r'), +(9420, '1991-08-17 22:17:10', 41.679, -125.856, 1.303, 7, 'mh', 'nc228064', '136km WSW of Brookings, Oregon', 'earthquake\r'), +(9421, '1991-08-22 13:18:13', -23.834, -179.79, 534.7, 5.5, 'mw', 'usp0004vqa', 'south of the Fiji Islands', 'earthquake\r'), +(9422, '1991-08-24 08:03:11', -14.607, 166.869, 83.5, 5.5, 'mw', 'usp0004vsw', 'Vanuatu', 'earthquake\r'), +(9423, '1991-08-24 11:13:20', -6.065, 130.368, 148.6, 5.7, 'mw', 'usp0004vt2', 'Banda Sea', 'earthquake\r'), +(9424, '1991-08-25 06:40:06', -21.354, -174.174, 33, 5.5, 'mw', 'usp0004vue', 'Tonga', 'earthquake\r'), +(9425, '1991-08-26 10:02:00', 18.959, -80.877, 10, 5.8, 'mw', 'usp0004vw2', 'Cayman Islands region', 'earthquake\r'), +(9426, '1991-08-26 14:59:45', 42.1, 144.635, 28.6, 5.7, 'mw', 'usp0004vwj', 'Hokkaido, Japan region', 'earthquake\r'), +(9427, '1991-08-26 20:42:32', 6.937, 94.531, 25.9, 5.8, 'mw', 'usp0004vwt', 'Nicobar Islands, India region', 'earthquake\r'), +(9428, '1991-08-26 20:54:23', 6.882, 94.609, 21.7, 5.9, 'mw', 'usp0004vwu', 'Nicobar Islands, India region', 'earthquake\r'), +(9429, '1991-08-28 01:29:02', 35.338, 133.208, 12.7, 5.5, 'mw', 'usp0004vyh', 'western Honshu, Japan', 'earthquake\r'), +(9430, '1991-08-28 21:32:35', -22.23, 179.639, 599.3, 5.9, 'mw', 'usp0004vzh', 'south of the Fiji Islands', 'earthquake\r'), +(9431, '1991-08-29 01:00:36', -17.823, -115.975, 10, 5.5, 'mw', 'usp0004vzv', 'southern East Pacific Rise', 'earthquake\r'), +(9432, '1991-08-29 05:21:12', -20.71, -177.749, 376.3, 5.7, 'mw', 'usp0004w06', 'Fiji region', 'earthquake\r'), +(9433, '1991-08-29 08:44:41', -3.161, 139.709, 33, 5.5, 'mw', 'usp0004w0e', 'Papua, Indonesia', 'earthquake\r'), +(9434, '1991-09-01 06:51:05', 78.967, 3.604, 10, 5.6, 'mw', 'usp0004w42', 'Greenland Sea', 'earthquake\r'), +(9435, '1991-09-02 11:05:50', 37.44, 95.402, 10, 5.5, 'mb', 'usp0004w5f', 'northern Qinghai, China', 'earthquake\r'), +(9436, '1991-09-03 08:44:49', 33.649, 138.778, 27.2, 6.4, 'mwb', 'usp0004w6p', 'Izu Islands, Japan region', 'earthquake\r'), +(9437, '1991-09-03 09:05:28', -17.91, -116.001, 8.5, 6.4, 'mwb', 'usp0004w6r', 'southern East Pacific Rise', 'earthquake\r'), +(9438, '1991-09-03 11:56:16', -17.921, -115.992, 10.7, 6.3, 'mwb', 'usp0004w6v', 'southern East Pacific Rise', 'earthquake\r'), +(9439, '1991-09-04 22:27:22', 15.204, 120.404, 20.9, 5.5, 'mw', 'usp0004w8s', 'Luzon, Philippines', 'earthquake\r'), +(9440, '1991-09-07 14:32:56', -24.103, -179.836, 534.1, 5.5, 'mw', 'usp0004wcd', 'south of the Fiji Islands', 'earthquake\r'), +(9441, '1991-09-08 13:50:31', -40.25, 175.053, 87.5, 5.6, 'mw', 'usp0004wdm', 'North Island of New Zealand', 'earthquake\r'), +(9442, '1991-09-09 14:30:20', 12.796, 143.927, 33, 5.5, 'mw', 'usp0004weq', 'Guam region', 'earthquake\r'), +(9443, '1991-09-09 15:03:43', 51.256, -178.199, 33, 5.5, 'ms', 'usp0004wet', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9444, '1991-09-09 15:06:30', 12.678, 144.008, 30.1, 5.8, 'mw', 'usp0004weu', 'Guam region', 'earthquake\r'), +(9445, '1991-09-15 06:39:12', -17.879, -116.021, 10, 5.8, 'mw', 'usp0004wnm', 'southern East Pacific Rise', 'earthquake\r'), +(9446, '1991-09-15 22:56:21', -31.512, -69.936, 110.4, 5.9, 'mw', 'usp0004wp8', 'San Juan, Argentina', 'earthquake\r'), +(9447, '1991-09-16 22:19:08', -13.246, 167.139, 162.8, 5.5, 'mw', 'usp0004wqc', 'Vanuatu', 'earthquake\r'), +(9448, '1991-09-18 09:48:13', 14.646, -90.986, 5, 6.2, 'mw', 'usp0004wrv', 'Guatemala', 'earthquake\r'), +(9449, '1991-09-20 11:16:12', 36.191, 100.063, 13.3, 5.5, 'mb', 'usp0004wu6', 'northern Qinghai, China', 'earthquake\r'), +(9450, '1991-09-21 15:19:48', -16.232, -173.004, 17, 6.1, 'mw', 'usp0004wvz', 'Tonga', 'earthquake\r'), +(9451, '1991-09-26 09:14:50', -9.283, 158.62, 25.6, 5.5, 'mw', 'usp0004x2m', 'Solomon Islands', 'earthquake\r'), +(9452, '1991-09-26 22:16:26', -16.117, -173.245, 28, 5.7, 'mw', 'usp0004x3d', 'Tonga', 'earthquake\r'), +(9453, '1991-09-28 20:26:56', -5.814, 150.959, 28, 6.6, 'mwb', 'usp0004x60', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9454, '1991-09-30 00:21:46', -20.878, -178.591, 566.4, 7, 'mw', 'usp0004x7f', 'Fiji region', 'earthquake\r'), +(9455, '1991-09-30 00:42:25', -20.941, -178.713, 590.6, 5.6, 'mb', 'usp0004x7g', 'Fiji region', 'earthquake\r'), +(9456, '1991-10-02 17:49:11', -10.272, 161.064, 95.4, 5.6, 'mw', 'usp0004xae', 'Solomon Islands', 'earthquake\r'), +(9457, '1991-10-03 20:20:10', -17.029, 167.941, 10, 5.7, 'mw', 'usp0004xc6', 'Vanuatu', 'earthquake\r'), +(9458, '1991-10-03 20:24:17', -16.817, 167.887, 10, 5.5, 'ms', 'usp0004xc7', 'Vanuatu', 'earthquake\r'), +(9459, '1991-10-03 20:43:31', -16.852, 168.156, 15.8, 5.6, 'ms', 'usp0004xc8', 'Vanuatu', 'earthquake\r'), +(9460, '1991-10-08 03:31:16', 45.587, 149.049, 145.9, 6, 'mw', 'usp0004xhr', 'Kuril Islands', 'earthquake\r'), +(9461, '1991-10-09 17:22:05', 1.804, 31.293, 33, 5.6, 'mw', 'usp0004xkm', 'Lake Albert region, Uganda', 'earthquake\r'), +(9462, '1991-10-10 01:32:29', -17.505, -174.535, 152, 5.6, 'mw', 'usp0004xkw', 'Tonga', 'earthquake\r'), +(9463, '1991-10-11 03:01:51', -2.769, 153.07, 27.5, 5.6, 'mw', 'usp0004xnt', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(9464, '1991-10-12 16:26:25', -13.742, 166.673, 43.8, 6.3, 'mwb', 'usp0004xr5', 'Vanuatu', 'earthquake\r'), +(9465, '1991-10-13 00:57:53', 2.453, 127.727, 26.5, 5.9, 'mw', 'usp0004xrq', 'Molucca Sea', 'earthquake\r'), +(9466, '1991-10-13 18:12:20', -56.097, -122.633, 10, 6.3, 'mw', 'usp0004xsk', 'southern East Pacific Rise', 'earthquake\r'), +(9467, '1991-10-14 15:58:13', -9.094, 158.442, 23.4, 7.2, 'mw', 'usp0004xtq', 'Solomon Islands', 'earthquake\r'), +(9468, '1991-10-14 16:16:57', -9.08, 158.599, 31.3, 6.4, 'ms', 'usp0004xts', 'Solomon Islands', 'earthquake\r'), +(9469, '1991-10-14 16:55:53', -9.026, 158.356, 18.9, 6.1, 'ms', 'usp0004xtu', 'Solomon Islands', 'earthquake\r'), +(9470, '1991-10-15 16:18:02', -6.494, 130.043, 136.8, 6.2, 'mw', 'usp0004xvd', 'Banda Sea', 'earthquake\r'), +(9471, '1991-10-17 05:20:58', -4.524, 135.375, 22.5, 5.9, 'mw', 'usp0004xxj', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(9472, '1991-10-17 09:05:20', -15.3, -173.556, 35.5, 6.1, 'mwb', 'usp0004xxn', 'Tonga', 'earthquake\r'), +(9473, '1991-10-17 21:02:51', 28.533, -43.551, 10, 5.5, 'mw', 'usp0004xyc', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(9474, '1991-10-18 17:22:55', -24.295, -177.561, 197.5, 6.5, 'mwb', 'usp0004xzr', 'south of the Fiji Islands', 'earthquake\r'), +(9475, '1991-10-18 19:10:10', 7.817, 122.127, 35.5, 5.6, 'mw', 'usp0004xzs', 'Mindanao, Philippines', 'earthquake\r'), +(9476, '1991-10-19 05:18:48', 44.289, 149.595, 46.4, 5.6, 'mb', 'usp0004y0n', 'Kuril Islands', 'earthquake\r'), +(9477, '1991-10-19 08:48:19', -9.012, 117.17, 96.7, 5.5, 'mw', 'usp0004y13', 'Sumbawa region, Indonesia', 'earthquake\r'), +(9478, '1991-10-19 21:23:14', 30.78, 78.774, 10.3, 6.8, 'mwb', 'usp0004y1r', 'Uttaranchal, India', 'earthquake\r'), +(9479, '1991-10-23 12:24:56', -11.343, 166.403, 135.6, 5.5, 'mw', 'usp0004y7p', 'Santa Cruz Islands', 'earthquake\r'), +(9480, '1991-10-23 23:59:44', 51.25, 178.348, 33, 5.6, 'mw', 'usp0004y8z', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9481, '1991-10-25 10:39:01', 43.301, 144.351, 98.1, 5.5, 'mwb', 'usp0004ybg', 'Hokkaido, Japan region', 'earthquake\r'), +(9482, '1991-10-26 02:27:32', 18.506, 145.668, 192, 6, 'mwb', 'usp0004ycu', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(9483, '1991-10-27 10:22:47', -5.198, 152.691, 64, 5.7, 'mw', 'usp0004yfp', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9484, '1991-10-27 16:17:31', -22.086, -67.4, 178.4, 5.5, 'mw', 'usp0004yfx', 'Potosi, Bolivia', 'earthquake\r'), +(9485, '1991-10-27 22:05:04', -57.761, -25.37, 33, 5.8, 'mw', 'usp0004ygb', 'South Sandwich Islands region', 'earthquake\r'), +(9486, '1991-10-29 23:13:57', -16.184, 167.99, 177, 5.6, 'mw', 'usp0004ykk', 'Vanuatu', 'earthquake\r'), +(9487, '1991-10-30 04:02:43', -5.657, 153.899, 69.1, 5.5, 'mw', 'usp0004ykw', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(9488, '1991-10-30 10:35:41', -15.31, -173.187, 17.8, 6.2, 'mwb', 'usp0004ym4', 'Tonga', 'earthquake\r'), +(9489, '1991-10-31 01:11:35', -2.02, 134.307, 32.9, 5.5, 'mw', 'usp0004yn6', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(9490, '1991-11-01 02:51:13', 1.235, 122.105, 37.1, 6, 'mw', 'usp0004yp9', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9491, '1991-11-01 16:23:22', -30.255, -177.981, 21.4, 6.6, 'mwb', 'usp0004ypz', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9492, '1991-11-01 16:32:54', -30.43, -177.731, 10, 5.7, 'mb', 'usp0004yq2', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9493, '1991-11-01 16:52:56', 46.55, 152.782, 43, 6, 'ms', 'usp0004yq3', 'Kuril Islands', 'earthquake\r'), +(9494, '1991-11-04 01:50:32', 30.666, 50.218, 38.5, 5.6, 'mw', 'usp0004ysk', 'southern Iran', 'earthquake\r'), +(9495, '1991-11-04 06:24:03', -6.072, 148.198, 49.9, 6.2, 'mwb', 'usp0004ysy', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9496, '1991-11-05 06:50:58', -4.692, -105.904, 10, 5.7, 'mw', 'usp0004yu6', 'central East Pacific Rise', 'earthquake\r'), +(9497, '1991-11-05 06:56:03', -6.237, 146.444, 105.3, 6.2, 'mw', 'usp0004yu7', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9498, '1991-11-05 21:16:16', -16.908, 66.162, 10, 6.5, 'mw', 'usp0004yuw', 'Mid-Indian Ridge', 'earthquake\r'), +(9499, '1991-11-07 05:59:36', -26.309, -177.877, 199.5, 5.8, 'mw', 'usp0004yw6', 'south of the Fiji Islands', 'earthquake\r'), +(9500, '1991-11-07 09:21:24', -7.32, 128.55, 140.2, 6.3, 'mw', 'usp0004ywe', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(9501, '1991-11-08 17:12:44', -4.273, 102.806, 79.6, 5.6, 'mw', 'usp0004yxy', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9502, '1991-11-10 13:04:39', -59.449, -26.183, 33, 5.5, 'mw', 'usp0004z0d', 'South Sandwich Islands region', 'earthquake\r'), +(9503, '1991-11-11 16:15:50', -24.216, -177.393, 177.8, 6, 'mw', 'usp0004z1u', 'south of the Fiji Islands', 'earthquake\r'), +(9504, '1991-11-11 17:45:57', 17.911, -105.586, 10.6, 5.9, 'mw', 'usp0004z1w', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(9505, '1991-11-11 22:34:41', 24.705, 142.57, 24.9, 5.8, 'mwb', 'usp0004z24', 'Volcano Islands, Japan region', 'earthquake\r'), +(9506, '1991-11-13 02:14:54', -9.013, 158.32, 29, 5.6, 'mw', 'usp0004z36', 'Solomon Islands', 'earthquake\r'), +(9507, '1991-11-13 11:12:13', 8.361, 126.371, 35.9, 6.8, 'mwb', 'usp0004z3m', 'Mindanao, Philippines', 'earthquake\r'), +(9508, '1991-11-16 00:35:38', -37.276, 176.755, 285.8, 5.5, 'mw', 'usp0004z6s', 'North Island of New Zealand', 'earthquake\r'), +(9509, '1991-11-19 13:29:22', -56.121, -123.371, 10, 5.9, 'mw', 'usp0004zbe', 'southern East Pacific Rise', 'earthquake\r'), +(9510, '1991-11-19 22:28:51', 4.554, -77.442, 21.3, 7.2, 'mw', 'usp0004zbt', 'near the west coast of Colombia', 'earthquake\r'), +(9511, '1991-11-20 04:40:50', -44.92, -80.956, 10, 5.6, 'mw', 'usp0004zca', 'off the coast of Aisen, Chile', 'earthquake\r'), +(9512, '1991-11-20 09:23:09', -36.515, 178.385, 79.2, 6.1, 'mw', 'usp0004zcg', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(9513, '1991-11-20 09:42:29', -30.663, -177.837, 68.4, 5.5, 'mb', 'usp0004zch', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9514, '1991-11-21 12:38:29', 5.782, 126.832, 73.3, 6.3, 'mwb', 'usp0004ze3', 'Mindanao, Philippines', 'earthquake\r'), +(9515, '1991-11-22 18:35:53', -22.361, 174.177, 33.3, 5.5, 'mw', 'usp0004zfr', 'southeast of the Loyalty Islands', 'earthquake\r'), +(9516, '1991-11-23 20:00:42', -26.759, -114.939, 10, 5.6, 'mw', 'usp0004zhp', 'Easter Island region', 'earthquake\r'), +(9517, '1991-11-26 10:41:32', 51.4, -176, 24, 6, 'mw', 'usp0004zp7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9518, '1991-11-26 19:40:49', 42.051, 142.523, 56.3, 6.4, 'mwb', 'usp0004zq5', 'Hokkaido, Japan region', 'earthquake\r'), +(9519, '1991-11-27 05:03:31', 48.237, 154.807, 27.8, 5.8, 'mw', 'usp0004zqw', 'Kuril Islands', 'earthquake\r'), +(9520, '1991-11-28 17:19:56', 36.924, 49.603, 15.7, 5.6, 'mw', 'usp0004zsx', 'northern Iran', 'earthquake\r'), +(9521, '1991-12-02 08:49:40', 45.498, 21.115, 9, 5.5, 'mw', 'usp0004zxr', 'Romania', 'earthquake\r'), +(9522, '1991-12-02 17:27:22', -15.867, -69.288, 240.6, 5.8, 'mw', 'usp0004zyf', 'La Paz, Bolivia', 'earthquake\r'), +(9523, '1991-12-03 10:33:40', -26.483, 178.715, 561, 6.3, 'mw', 'usp0004zz2', 'south of the Fiji Islands', 'earthquake\r'), +(9524, '1991-12-04 02:47:30', -15.364, -174.24, 33, 5.5, 'mw', 'usp0005007', 'Tonga', 'earthquake\r'), +(9525, '1991-12-04 03:27:24', 24.015, 93.986, 72.1, 5.5, 'mw', 'usp000500b', 'Manipur, India region', 'earthquake\r'), +(9526, '1991-12-05 09:15:28', -41.266, 80.401, 10, 5.9, 'mw', 'usp000502c', 'Mid-Indian Ridge', 'earthquake\r'), +(9527, '1991-12-07 11:59:01', 45.475, 151.391, 49.8, 6, 'mw', 'usp000504p', 'Kuril Islands', 'earthquake\r'), +(9528, '1991-12-07 14:22:32', 25.191, 62.974, 29.9, 5.6, 'mw', 'usp0005051', 'southwestern Pakistan', 'earthquake\r'), +(9529, '1991-12-08 14:09:55', 45.471, 151.554, 40, 5.5, 'mw', 'usp000506c', 'Kuril Islands', 'earthquake\r'), +(9530, '1991-12-09 01:02:47', 29.543, 81.632, 29.4, 5.6, 'mb', 'usp0005071', 'Nepal', 'earthquake\r'), +(9531, '1991-12-11 06:29:42', -22.692, -175.124, 42.4, 5.5, 'mw', 'usp000509e', 'Tonga region', 'earthquake\r'), +(9532, '1991-12-11 17:03:11', -17.821, -116.017, 18.9, 6.4, 'mwb', 'usp000509u', 'southern East Pacific Rise', 'earthquake\r'), +(9533, '1991-12-11 20:39:39', -23.368, 171.044, 36.6, 6.5, 'mw', 'usp00050a0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(9534, '1991-12-12 06:13:01', -18.178, 168.026, 33, 5.6, 'mw', 'usp00050am', 'Vanuatu', 'earthquake\r'), +(9535, '1991-12-12 15:41:34', -4.825, 152.516, 70.8, 5.7, 'mw', 'usp00050b4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9536, '1991-12-13 02:33:52', 45.578, 151.56, 30, 6.6, 'mw', 'usp00050bq', 'Kuril Islands', 'earthquake\r'), +(9537, '1991-12-13 03:24:38', 45.386, 151.636, 46.2, 5.5, 'ms', 'usp00050bs', 'Kuril Islands', 'earthquake\r'), +(9538, '1991-12-13 05:45:29', 45.567, 151.53, 25.8, 6, 'mw', 'usp00050c4', 'Kuril Islands', 'earthquake\r'), +(9539, '1991-12-13 08:00:10', 45.491, 151.775, 43.5, 5.5, 'mw', 'usp00050ca', 'Kuril Islands', 'earthquake\r'), +(9540, '1991-12-13 18:59:07', 45.521, 151.707, 18.7, 6.5, 'mwb', 'usp00050db', 'Kuril Islands', 'earthquake\r'), +(9541, '1991-12-13 19:21:27', 45.288, 151.571, 44.7, 5.5, 'ms', 'usp00050dc', 'Kuril Islands', 'earthquake\r'), +(9542, '1991-12-13 19:41:14', 45.386, 151.643, 42.6, 5.5, 'ms', 'usp00050de', 'Kuril Islands', 'earthquake\r'), +(9543, '1991-12-13 19:55:10', 45.435, 151.27, 48.2, 6.4, 'mw', 'usp00050df', 'Kuril Islands', 'earthquake\r'), +(9544, '1991-12-13 19:58:19', 45.439, 151.427, 19.7, 6.3, 'mw', 'usp00050dg', 'Kuril Islands', 'earthquake\r'), +(9545, '1991-12-15 06:36:38', -30.434, -177.921, 56.3, 5.7, 'mw', 'usp00050fu', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9546, '1991-12-15 10:16:59', 45.119, 151.366, 33, 5.6, 'mwb', 'usp00050g5', 'Kuril Islands', 'earthquake\r'), +(9547, '1991-12-15 18:56:06', -17.521, -70.422, 103.8, 5.9, 'mw', 'usp00050gt', 'southern Peru', 'earthquake\r'), +(9548, '1991-12-17 03:41:08', -62.551, 155.054, 10, 6.3, 'mw', 'usp00050k1', 'Balleny Islands region', 'earthquake\r'), +(9549, '1991-12-17 06:38:17', 47.393, 151.499, 157.1, 5.7, 'mw', 'usp00050k6', 'Kuril Islands', 'earthquake\r'), +(9550, '1991-12-18 21:43:48', 9.273, 124.075, 519, 5.5, 'mw', 'usp00050mr', 'Bohol, Philippines', 'earthquake\r'), +(9551, '1991-12-19 01:33:40', 45.253, 151.176, 27.2, 6.8, 'mw', 'usp00050mu', 'Kuril Islands', 'earthquake\r'), +(9552, '1991-12-19 01:37:33', 45.357, 150.992, 33, 5.8, 'mb', 'usp00050mv', 'Kuril Islands', 'earthquake\r'), +(9553, '1991-12-19 04:41:37', 48.973, -128.77, 10, 5.6, 'ms', 'usp00050n4', 'Vancouver Island, Canada region', 'earthquake\r'), +(9554, '1991-12-19 04:44:08', 48.938, -128.71, 10, 5.6, 'ms', 'usp00050n5', 'Vancouver Island, Canada region', 'earthquake\r'), +(9555, '1991-12-19 21:01:22', -24.001, 179.871, 529.3, 5.6, 'mw', 'usp00050pd', 'south of the Fiji Islands', 'earthquake\r'), +(9556, '1991-12-20 08:35:37', 45.133, 151.248, 48.3, 5.7, 'mw', 'usp00050q2', 'Kuril Islands', 'earthquake\r'), +(9557, '1991-12-22 08:43:13', 45.533, 151.021, 24.7, 7.6, 'mw', 'usp00050sq', 'Kuril Islands', 'earthquake\r'), +(9558, '1991-12-22 08:47:50', 46.731, 151.079, 33, 5.8, 'mb', 'usp00050sr', 'Kuril Islands', 'earthquake\r'), +(9559, '1991-12-22 08:54:44', 45.573, 152.083, 33, 5.5, 'mb', 'usp00050ss', 'east of the Kuril Islands', 'earthquake\r'), +(9560, '1991-12-23 00:17:00', 45.609, 151.718, 45.2, 5.5, 'mw', 'usp00050uy', 'Kuril Islands', 'earthquake\r'), +(9561, '1991-12-23 13:10:05', 45.854, 151.962, 23.6, 5.5, 'mw', 'usp00050vv', 'Kuril Islands', 'earthquake\r'), +(9562, '1991-12-24 03:38:18', -5.702, 110.209, 533.2, 5.5, 'mw', 'usp00050wn', 'Java Sea', 'earthquake\r'), +(9563, '1991-12-25 19:23:23', 45.667, 151.734, 28.9, 5.5, 'mw', 'usp00050yh', 'Kuril Islands', 'earthquake\r'), +(9564, '1991-12-26 00:22:18', 25.307, -109.693, 10, 5.6, 'ms', 'usp00050yv', 'Gulf of California', 'earthquake\r'), +(9565, '1991-12-27 02:32:43', -19.173, -176.4, 25.6, 6, 'mw', 'usp000510u', 'Fiji region', 'earthquake\r'), +(9566, '1991-12-27 04:05:58', -56.032, -25.266, 10, 7.2, 'mw', 'usp000510y', 'South Sandwich Islands region', 'earthquake\r'), +(9567, '1991-12-27 04:19:47', -9.01, 157.894, 33, 5.8, 'mb', 'usp000510z', 'Solomon Islands', 'earthquake\r'), +(9568, '1991-12-27 09:09:38', 51.019, 98.15, 13.5, 6.4, 'mw', 'usp0005119', 'Russia-Mongolia border region', 'earthquake\r'), +(9569, '1991-12-28 00:52:10', -56.102, -24.614, 10, 6.6, 'mw', 'usp0005120', 'South Sandwich Islands region', 'earthquake\r'), +(9570, '1991-12-28 03:40:32', -6.446, 150.344, 26.3, 5.8, 'mw', 'usp000512b', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9571, '1991-12-28 05:08:29', -6.437, 150.404, 59.3, 5.6, 'mw', 'usp000512j', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9572, '1991-12-28 11:05:19', -6.36, 150.242, 22.4, 5.9, 'mw', 'usp0005138', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9573, '1991-12-28 15:59:47', -56.573, -25.325, 57.5, 5.5, 'mw', 'usp000513k', 'South Sandwich Islands region', 'earthquake\r'), +(9574, '1991-12-29 18:39:09', -4.421, 132.727, 36.7, 6.4, 'mw', 'usp000514s', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(9575, '1992-01-02 16:40:41', 48.738, -129.233, 10, 6.1, 'mwb', 'usp000519m', 'Vancouver Island, Canada region', 'earthquake\r'), +(9576, '1992-01-02 19:41:45', 5.638, -73.832, 134, 5.8, 'mw', 'usp000519r', 'Colombia', 'earthquake\r'), +(9577, '1992-01-03 03:39:21', -48.965, 123.462, 10, 5.6, 'mw', 'usp00051ab', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(9578, '1992-01-09 15:39:04', -9.003, -109.355, 10, 5.7, 'mw', 'usp00051kh', 'central East Pacific Rise', 'earthquake\r'), +(9579, '1992-01-10 14:46:19', 2.316, 127.442, 20.1, 5.6, 'mw', 'usp00051mv', 'Molucca Sea', 'earthquake\r'), +(9580, '1992-01-11 06:16:56', 9.311, 86.964, 21.8, 5.7, 'mw', 'usp00051nu', 'Bay of Bengal', 'earthquake\r'), +(9581, '1992-01-13 09:37:44', -20.93, -178.717, 575, 5.9, 'mw', 'usp00051re', 'Fiji region', 'earthquake\r'), +(9582, '1992-01-13 11:58:23', 1.342, 127.373, 112.9, 6.1, 'mwb', 'usp00051rj', 'Halmahera, Indonesia', 'earthquake\r'), +(9583, '1992-01-15 01:18:13', -2.169, -77.041, 147.8, 5.6, 'mw', 'usp00051td', 'Peru-Ecuador border region', 'earthquake\r'), +(9584, '1992-01-15 06:58:32', 18.017, -70.618, 10, 5.7, 'mw', 'usp00051tq', 'Dominican Republic region', 'earthquake\r'), +(9585, '1992-01-20 08:58:23', 27.398, 65.994, 26.5, 5.5, 'mw', 'usp0005200', 'Pakistan', 'earthquake\r'), +(9586, '1992-01-20 13:37:03', 27.983, 139.405, 498.5, 6.7, 'mwb', 'usp000520a', 'Bonin Islands, Japan region', 'earthquake\r'), +(9587, '1992-01-22 01:06:56', 38.47, 140.308, 115.7, 5.7, 'mw', 'usp0005225', 'eastern Honshu, Japan', 'earthquake\r'), +(9588, '1992-01-23 04:24:16', 38.351, 20.324, 16.7, 5.6, 'mw', 'usp000523x', 'Greece', 'earthquake\r'), +(9589, '1992-01-24 05:04:47', 35.515, 74.529, 47, 5.5, 'mw', 'usp000525u', 'northwestern Kashmir', 'earthquake\r'), +(9590, '1992-01-27 09:52:59', -21.481, -68.032, 144.6, 5.8, 'mw', 'usp00052af', 'Potosi, Bolivia', 'earthquake\r'), +(9591, '1992-01-30 05:22:01', 24.958, 63.141, 29.1, 5.9, 'mw', 'usp00052e0', 'off the coast of Pakistan', 'earthquake\r'), +(9592, '1992-01-30 22:42:17', -58.214, 148.528, 10, 5.9, 'mw', 'usp00052ew', 'west of Macquarie Island', 'earthquake\r'), +(9593, '1992-01-30 23:33:53', 22.913, 142.9, 33, 5.5, 'ms', 'usp00052ey', 'Volcano Islands, Japan region', 'earthquake\r'), +(9594, '1992-02-01 19:04:05', 35.106, 139.644, 100, 5.8, 'mw', 'usp00052gf', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(9595, '1992-02-02 00:22:06', -51.654, 139.406, 10, 6, 'mw', 'usp00052gx', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(9596, '1992-02-02 00:31:31', -51.547, 139.704, 10, 6.3, 'mw', 'usp00052gy', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(9597, '1992-02-02 17:43:36', 45.445, 150.794, 36, 5.8, 'mw', 'usp00052hv', 'Kuril Islands', 'earthquake\r'), +(9598, '1992-02-04 13:04:46', -19.729, -178.12, 600.1, 5.7, 'mw', 'usp00052m3', 'Fiji region', 'earthquake\r'), +(9599, '1992-02-05 13:13:41', 52.244, -170.225, 33, 5.9, 'mw', 'usp00052nf', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9600, '1992-02-05 14:21:12', 14.645, -92.591, 75.8, 5.5, 'mw', 'usp00052nk', 'offshore Chiapas, Mexico', 'earthquake\r'), +(9601, '1992-02-05 23:10:49', 31.426, 66.825, 17.9, 5.5, 'mw', 'usp00052p4', 'central Afghanistan', 'earthquake\r'), +(9602, '1992-02-06 01:12:39', -5.72, 103.156, 36.8, 6.5, 'mwb', 'usp00052p8', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9603, '1992-02-06 03:35:15', 29.61, 95.521, 15, 5.6, 'mb', 'usp00052pg', 'eastern Xizang-India border region', 'earthquake\r'), +(9604, '1992-02-06 03:54:38', -5.684, 103.162, 33.3, 5.7, 'mw', 'usp00052pk', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9605, '1992-02-07 00:06:29', 43.202, 146.572, 52.9, 5.6, 'mb', 'usp00052qv', 'Kuril Islands', 'earthquake\r'), +(9606, '1992-02-09 22:01:58', 48.014, 152.968, 122.9, 5.6, 'mb', 'usp00052v1', 'Kuril Islands', 'earthquake\r'), +(9607, '1992-02-11 10:25:41', -9.239, 124.827, 26.9, 5.7, 'mw', 'usp00052xb', 'Timor region', 'earthquake\r'), +(9608, '1992-02-12 17:06:24', -16.222, -173.071, 47.7, 5.5, 'mw', 'usp00052zf', 'Tonga', 'earthquake\r'), +(9609, '1992-02-13 01:29:13', -15.894, 166.318, 9.6, 6.8, 'mw', 'usp00052zw', 'Vanuatu', 'earthquake\r'), +(9610, '1992-02-13 02:38:18', 53.597, -165.734, 44.2, 6, 'mw', 'usp0005302', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9611, '1992-02-14 12:02:03', -4.382, 146.338, 41.5, 5.6, 'mw', 'usp0005326', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9612, '1992-02-17 00:01:57', 79.191, 124.482, 10, 6, 'mw', 'usp000535a', 'east of Severnaya Zemlya', 'earthquake\r'), +(9613, '1992-02-17 04:37:31', -55.979, 158.123, 33, 6.2, 'mw', 'usp000535k', 'Macquarie Island region', 'earthquake\r'), +(9614, '1992-02-17 04:42:08', -21.647, 170.412, 137.2, 6.2, 'mw', 'usp000535m', 'southeast of the Loyalty Islands', 'earthquake\r'), +(9615, '1992-02-19 11:36:56', 28.038, 142.519, 30.2, 5.5, 'mw', 'usp0005388', 'Bonin Islands, Japan region', 'earthquake\r'), +(9616, '1992-02-20 15:44:42', -15.382, -177.108, 378.9, 6, 'mw', 'usp00053a4', 'Fiji region', 'earthquake\r'), +(9617, '1992-02-20 17:47:20', 12.908, 145.245, 44.5, 5.7, 'mw', 'usp00053a8', 'Guam region', 'earthquake\r'), +(9618, '1992-02-20 20:35:24', -33.631, -179.533, 48.1, 5.5, 'mw', 'usp00053ae', 'south of the Kermadec Islands', 'earthquake\r'), +(9619, '1992-02-21 14:42:29', -6.228, 147.613, 55, 6, 'mw', 'usp00053bd', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9620, '1992-02-21 17:13:20', 2.075, 128.408, 79.9, 5.5, 'mw', 'usp00053bp', 'Halmahera, Indonesia', 'earthquake\r'), +(9621, '1992-02-21 22:09:55', 13.969, -92.216, 55, 5.8, 'mw', 'usp00053c2', 'offshore Guatemala', 'earthquake\r'), +(9622, '1992-02-26 03:45:20', 11.803, 57.764, 10, 6, 'mwb', 'usp00053gt', 'Owen Fracture Zone region', 'earthquake\r'), +(9623, '1992-02-27 20:05:24', -6.191, 147.576, 38.5, 6.7, 'mw', 'usp00053k1', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9624, '1992-02-28 09:14:09', -24.369, -69.924, 58.4, 5.8, 'mw', 'usp00053ks', 'Antofagasta, Chile', 'earthquake\r'), +(9625, '1992-02-29 05:42:46', 12.265, 141.242, 32.8, 5.6, 'mw', 'usp00053mx', 'Mariana Islands region', 'earthquake\r'), +(9626, '1992-03-02 09:05:56', -40.337, 176.363, 27.9, 5.5, 'mw', 'usp00053ra', 'North Island of New Zealand', 'earthquake\r'), +(9627, '1992-03-02 12:29:40', 52.915, 159.886, 38.6, 6.9, 'mwb', 'usp00053rs', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9628, '1992-03-02 14:08:00', 52.835, 159.876, 34.9, 6, 'ms', 'usp00053s0', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9629, '1992-03-03 01:18:31', -14.384, 167.179, 148.4, 5.8, 'mw', 'usp00053ss', 'Vanuatu', 'earthquake\r'), +(9630, '1992-03-03 03:11:44', 44.242, 149.058, 21.3, 5.6, 'mw', 'usp00053sx', 'Kuril Islands', 'earthquake\r'), +(9631, '1992-03-03 04:28:03', 44.157, 149.102, 38, 5.9, 'mw', 'usp00053t1', 'Kuril Islands', 'earthquake\r'), +(9632, '1992-03-03 13:39:28', -15.937, -172.891, 34, 5.5, 'mw', 'usp00053ty', 'Samoa Islands region', 'earthquake\r'), +(9633, '1992-03-04 03:49:55', -3.008, 147.882, 19.4, 6.4, 'mw', 'usp00053v1', 'Bismarck Sea', 'earthquake\r'), +(9634, '1992-03-05 08:55:06', 11.513, 42.812, 7.4, 6.2, 'mw', 'usp00053wj', 'Djibouti', 'earthquake\r'), +(9635, '1992-03-05 14:39:10', 52.9, 159.619, 45.2, 6.4, 'mwb', 'usp00053wx', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9636, '1992-03-07 01:53:38', 10.21, -84.323, 78.9, 6.6, 'mwb', 'usp00053yt', 'Costa Rica', 'earthquake\r'), +(9637, '1992-03-07 18:37:13', -3.477, 146.316, 14.9, 6.2, 'mw', 'usp00053zt', 'Bismarck Sea', 'earthquake\r'), +(9638, '1992-03-08 06:29:33', -5.724, 150.215, 119.1, 5.5, 'mw', 'usp0005408', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9639, '1992-03-08 17:47:20', -58.608, 148.911, 10, 5.6, 'mw', 'usp000540x', 'west of Macquarie Island', 'earthquake\r'), +(9640, '1992-03-11 19:42:59', -3.438, 146.734, 27.8, 6.1, 'mw', 'usp000544n', 'Bismarck Sea', 'earthquake\r'), +(9641, '1992-03-12 00:03:42', 52.97, 170.934, 23.8, 5.5, 'mw', 'usp000544x', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9642, '1992-03-13 16:01:04', 52.451, -178.945, 197.4, 6.4, 'mwb', 'usp000547a', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9643, '1992-03-13 17:18:40', 39.71, 39.605, 27.2, 6.7, 'mwb', 'usp000547c', 'eastern Turkey', 'earthquake\r'), +(9644, '1992-03-13 17:50:01', -9.191, 152.394, 25.2, 6.1, 'ms', 'usp000547e', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(9645, '1992-03-15 01:01:27', 23.548, 123.562, 30.7, 5.9, 'mw', 'usp0005494', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(9646, '1992-03-15 16:16:24', 39.532, 39.929, 20.9, 5.9, 'mw', 'usp00054a3', 'eastern Turkey', 'earthquake\r'), +(9647, '1992-03-16 04:43:49', -23.966, -177.312, 33, 5.6, 'mw', 'usp00054b7', 'south of the Fiji Islands', 'earthquake\r'), +(9648, '1992-03-17 06:44:02', 14.459, -92.867, 59.5, 5.5, 'mw', 'usp00054d9', 'offshore Chiapas, Mexico', 'earthquake\r'), +(9649, '1992-03-19 06:34:26', 17.155, 120.827, 15.4, 6.3, 'mwb', 'usp00054g6', 'Luzon, Philippines', 'earthquake\r'), +(9650, '1992-03-20 18:45:10', -56.427, -27.121, 104.5, 5.5, 'mw', 'usp00054jy', 'South Sandwich Islands region', 'earthquake\r'), +(9651, '1992-03-22 19:25:08', -42.669, -18.507, 10, 5.8, 'mw', 'usp00054pu', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(9652, '1992-03-24 17:19:30', -7.751, 117.464, 280.3, 5.6, 'mw', 'usp00054sa', 'Bali Sea', 'earthquake\r'), +(9653, '1992-03-24 18:20:13', -55.506, -124.357, 10, 6, 'mw', 'usp00054sd', 'southern East Pacific Rise', 'earthquake\r'), +(9654, '1992-03-24 22:47:07', 3.613, 127.008, 53.4, 6, 'mw', 'usp00054sr', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(9655, '1992-03-25 17:27:37', -37.703, 176.973, 32.7, 5.6, 'mw', 'usp00054u1', 'North Island of New Zealand', 'earthquake\r'), +(9656, '1992-03-25 21:41:25', 54.699, 159.435, 136.3, 5.5, 'mw', 'usp00054ua', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9657, '1992-03-26 14:14:12', 51.222, -179.723, 33, 6, 'mw', 'usp00054vt', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9658, '1992-03-27 00:05:20', 20.927, 94.586, 96.7, 5.6, 'mw', 'usp00054wj', 'Myanmar', 'earthquake\r'), +(9659, '1992-03-27 13:23:04', 52.875, -173.988, 182.4, 5.5, 'mw', 'usp00054xh', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9660, '1992-03-27 20:28:15', 47.863, 147.128, 454, 5.6, 'mw', 'usp00054xt', 'northwest of the Kuril Islands', 'earthquake\r'), +(9661, '1992-03-29 13:11:17', -16.969, -173.542, 65.4, 5.5, 'mw', 'usp000550q', 'Tonga', 'earthquake\r'), +(9662, '1992-03-30 07:02:52', -43.151, 171.386, 12.1, 5.5, 'mw', 'usp000551y', 'South Island of New Zealand', 'earthquake\r'), +(9663, '1992-03-30 18:09:45', -17.793, -116.107, 10, 5.9, 'mw', 'usp000552r', 'southern East Pacific Rise', 'earthquake\r'), +(9664, '1992-03-31 03:32:03', -49.872, -113.744, 10, 6.3, 'mw', 'usp000553m', 'southern East Pacific Rise', 'earthquake\r'), +(9665, '1992-04-01 01:38:03', -3.125, 129.023, 33, 5.5, 'mw', 'usp000555m', 'Seram, Indonesia', 'earthquake\r'), +(9666, '1992-04-02 03:17:56', -37.562, -17.164, 10, 5.5, 'mw', 'usp000557j', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(9667, '1992-04-02 06:42:42', -37.298, -17.351, 10, 5.6, 'mw', 'usp000557q', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(9668, '1992-04-02 21:03:04', 7.173, -34.047, 10, 5.5, 'mw', 'usp000558g', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(9669, '1992-04-03 03:19:51', -5.696, 151.164, 27.4, 6.5, 'mwb', 'usp000558t', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9670, '1992-04-03 06:07:39', -28.929, -69.612, 109.7, 5.5, 'mb', 'usp000558w', 'San Juan, Argentina', 'earthquake\r'), +(9671, '1992-04-04 01:11:12', -17.949, -178.365, 574, 5.8, 'mw', 'usp00055aa', 'Fiji region', 'earthquake\r'), +(9672, '1992-04-04 21:51:19', -10.951, 166.051, 44.8, 5.7, 'mw', 'usp00055be', 'Santa Cruz Islands', 'earthquake\r'), +(9673, '1992-04-05 07:47:48', 35.696, 80.661, 17.7, 5.7, 'mw', 'usp00055by', 'Xinjiang-Xizang border region', 'earthquake\r'), +(9674, '1992-04-05 11:46:35', -11.938, 166.324, 48.5, 6.1, 'mw', 'usp00055c5', 'Santa Cruz Islands', 'earthquake\r'), +(9675, '1992-04-05 13:25:04', 48.287, 155.771, 61.5, 5.5, 'mw', 'usp00055c7', 'Kuril Islands', 'earthquake\r'), +(9676, '1992-04-05 14:13:40', 11.27, -86.366, 32.1, 5.8, 'mw', 'usp00055ca', 'near the coast of Nicaragua', 'earthquake\r'), +(9677, '1992-04-06 13:54:40', 50.724, -130.092, 19.7, 6.7, 'mw', 'usp00055dh', 'Vancouver Island, Canada region', 'earthquake\r'), +(9678, '1992-04-06 14:46:43', -1.851, 97.741, 31.9, 5.7, 'ms', 'usp00055dq', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(9679, '1992-04-06 15:16:09', 50.593, -129.918, 10, 6, 'mw', 'usp00055du', 'Vancouver Island, Canada region', 'earthquake\r'), +(9680, '1992-04-07 03:37:03', -4.172, 131.005, 52.9, 6, 'mw', 'usp00055f4', 'Banda Sea', 'earthquake\r'), +(9681, '1992-04-07 22:47:29', -16.867, 168.129, 16, 6, 'mw', 'usp00055g2', 'Vanuatu', 'earthquake\r'), +(9682, '1992-04-08 03:01:28', -16.906, 168.264, 18.2, 5.7, 'mw', 'usp00055gc', 'Vanuatu', 'earthquake\r'), +(9683, '1992-04-08 13:36:56', -16.784, 168.31, 14.3, 6, 'mw', 'usp00055gp', 'Vanuatu', 'earthquake\r'), +(9684, '1992-04-09 06:41:11', -17.712, -174.432, 135.7, 5.9, 'mw', 'usp00055hn', 'Tonga', 'earthquake\r'), +(9685, '1992-04-12 18:37:17', 29.515, 131.396, 38.5, 5.6, 'mw', 'usp00055pj', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(9686, '1992-04-15 01:32:10', 24.315, 94.898, 116.1, 5.7, 'mw', 'usp00055tv', 'Myanmar-India border region', 'earthquake\r'), +(9687, '1992-04-15 05:35:03', 50.232, -176.049, 37.8, 5.5, 'mw', 'usp00055u3', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9688, '1992-04-16 08:00:54', 1.186, 122.586, 30, 6.1, 'mw', 'usp00055vz', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9689, '1992-04-16 18:33:05', -20.004, -68.479, 122.4, 5.8, 'mw', 'usp00055wk', 'Potosi, Bolivia', 'earthquake\r'), +(9690, '1992-04-16 23:54:04', -5.685, 149.085, 146.4, 5.8, 'mw', 'usp00055wy', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9691, '1992-04-18 09:16:53', -5.454, 103.001, 29.3, 6.6, 'mw', 'usp00055yz', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9692, '1992-04-18 14:28:13', -5.61, 102.881, 32.1, 5.5, 'mw', 'usp00055z9', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9693, '1992-04-19 18:32:19', 23.861, 121.594, 15.5, 6.2, 'mwb', 'usp000560s', 'Taiwan', 'earthquake\r'), +(9694, '1992-04-20 02:36:37', -22.218, 170.508, 23.9, 5.7, 'mw', 'usp000561d', 'southeast of the Loyalty Islands', 'earthquake\r'), +(9695, '1992-04-20 13:42:56', -7.533, 130.165, 31.2, 5.5, 'mw', 'usp0005621', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(9696, '1992-04-23 04:50:23', 33.96, -116.317, 11.629, 6.1, 'mw', 'ci3019681', '17km NNE of Thousand Palms, California', 'earthquake\r'), +(9697, '1992-04-23 05:40:11', 51.486, -130.907, 10, 5.6, 'mw', 'usp000566z', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(9698, '1992-04-23 12:21:17', 29.429, 131.364, 39.8, 5.7, 'mw', 'usp0005688', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(9699, '1992-04-23 14:18:35', 22.437, 98.904, 12, 6.1, 'mw', 'usp000568g', 'Myanmar', 'earthquake\r'), +(9700, '1992-04-23 15:32:49', 22.418, 98.852, 9.6, 6.2, 'mw', 'usp000568q', 'Myanmar', 'earthquake\r'), +(9701, '1992-04-24 03:24:01', -3.516, 144.849, 22.5, 5.5, 'mw', 'usp00056a8', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(9702, '1992-04-24 07:07:24', 27.55, 66.065, 25, 6.2, 'mwb', 'usp00056an', 'Pakistan', 'earthquake\r'), +(9703, '1992-04-24 12:51:54', 8.391, 141.009, 43.8, 5.6, 'mw', 'usp00056b5', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(9704, '1992-04-24 17:38:53', -9.028, -109.735, 10, 5.9, 'mw', 'usp00056bm', 'central East Pacific Rise', 'earthquake\r'), +(9705, '1992-04-25 18:06:05', 40.3353333, -124.2286667, 9.856, 7.2, 'mh', 'nc269151', '20km SSW of Rio Dell, California', 'earthquake\r'), +(9706, '1992-04-26 01:25:15', 2.369, 123.054, 446.9, 5.6, 'mw', 'usp00056ex', 'Celebes Sea', 'earthquake\r'), +(9707, '1992-04-26 07:41:40', 40.4325, -124.566, 18.824, 6.45, 'mw', 'nc268031', 'offshore Northern California', 'earthquake\r'), +(9708, '1992-04-26 11:18:26', 40.3828333, -124.555, 21.713, 6.57, 'mw', 'nc268078', 'offshore Northern California', 'earthquake\r'), +(9709, '1992-04-27 08:29:54', 12.278, -87.091, 76.3, 5.7, 'mw', 'usp00056j0', 'near the coast of Nicaragua', 'earthquake\r'), +(9710, '1992-04-28 01:55:47', 5.602, 124.054, 477.2, 5.9, 'mw', 'usp00056kc', 'Mindanao, Philippines', 'earthquake\r'), +(9711, '1992-04-29 09:25:43', -10.703, 166.029, 33.1, 5.9, 'mw', 'usp00056nr', 'Santa Cruz Islands', 'earthquake\r'), +(9712, '1992-04-29 11:26:05', 10.375, 125.126, 29.9, 5.5, 'mw', 'usp00056nx', 'Leyte, Philippines', 'earthquake\r'), +(9713, '1992-04-30 11:44:39', 35.059, 26.655, 20, 5.8, 'mw', 'usp00056qd', 'Crete, Greece', 'earthquake\r'), +(9714, '1992-05-03 02:02:57', -15.414, -175.146, 20.2, 5.5, 'mw', 'usp00056um', 'Tonga', 'earthquake\r'), +(9715, '1992-05-03 03:40:41', -32.37, -71.59, 68.6, 5.5, 'mw', 'usp00056us', 'offshore Valparaiso, Chile', 'earthquake\r'), +(9716, '1992-05-04 08:45:02', -6.762, 130.229, 86.1, 6.1, 'mwb', 'usp00056wf', 'Banda Sea', 'earthquake\r'), +(9717, '1992-05-06 08:52:50', -0.294, 126.103, 82, 5.5, 'mw', 'usp00056ze', 'Molucca Sea', 'earthquake\r'), +(9718, '1992-05-07 06:23:36', 41.175, 144.7, 12.7, 6, 'mw', 'usp000570t', 'Hokkaido, Japan region', 'earthquake\r'), +(9719, '1992-05-10 04:04:33', 37.207, 72.913, 33, 5.8, 'mw', 'usp000574m', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(9720, '1992-05-12 03:39:31', 59.691, -153.482, 138.8, 5.6, 'mw', 'usp000577c', 'Southern Alaska', 'earthquake\r'), +(9721, '1992-05-12 14:47:45', -23.741, -175.931, 48.4, 5.5, 'mw', 'usp000578g', 'Tonga region', 'earthquake\r'), +(9722, '1992-05-12 15:46:56', -9.525, -78.748, 62.9, 5.7, 'mw', 'usp000578m', 'near the coast of northern Peru', 'earthquake\r'), +(9723, '1992-05-12 18:05:43', -16.524, -172.367, 15, 6.7, 'mw', 'usp000578t', 'Samoa Islands region', 'earthquake\r'), +(9724, '1992-05-13 18:26:38', -23.863, -175.944, 33, 5.6, 'mw', 'usp00057a4', 'Tonga region', 'earthquake\r'), +(9725, '1992-05-15 05:35:59', -32.76, -176.71, 33, 5.6, 'mwc', 'gcmtb051592a', 'south of the Kermadec Islands', 'earthquake\r'), +(9726, '1992-05-15 05:36:09', -32.896, -177.879, 33, 5.7, 'mw', 'usp00057ct', 'south of the Kermadec Islands', 'earthquake\r'), +(9727, '1992-05-15 07:05:05', -6.075, 147.572, 58, 7.2, 'mw', 'usp00057d0', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9728, '1992-05-15 08:08:03', 41.019, 72.429, 49.5, 6.2, 'ms', 'usp00057d4', 'eastern Uzbekistan', 'earthquake\r'), +(9729, '1992-05-16 02:38:31', -32.663, -178.469, 33, 5.5, 'ms', 'usp00057et', 'south of the Kermadec Islands', 'earthquake\r'), +(9730, '1992-05-16 14:58:39', -19.119, 169.079, 164.5, 6.1, 'mw', 'usp00057fk', 'Vanuatu', 'earthquake\r'), +(9731, '1992-05-16 17:57:16', -38.458, 177.852, 44.5, 5.8, 'mw', 'usp00057fs', 'North Island of New Zealand', 'earthquake\r'), +(9732, '1992-05-16 20:58:00', -13.672, -76.108, 56.9, 6.1, 'mw', 'usp00057g1', 'near the coast of central Peru', 'earthquake\r'), +(9733, '1992-05-16 21:30:52', -6.047, 105.284, 33, 5.7, 'ms', 'usp00057g2', 'Sunda Strait, Indonesia', 'earthquake\r'), +(9734, '1992-05-17 09:49:19', 7.239, 126.645, 32.8, 7.1, 'mw', 'usp00057gu', 'Mindanao, Philippines', 'earthquake\r'), +(9735, '1992-05-17 10:15:31', 7.191, 126.762, 33, 7.3, 'mwb', 'usp00057gv', 'Mindanao, Philippines', 'earthquake\r'), +(9736, '1992-05-17 21:36:00', -6.463, 153.237, 32.2, 5.9, 'mw', 'usp00057hv', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9737, '1992-05-18 03:02:22', -33.594, -72.018, 29.5, 6.1, 'mw', 'usp00057ja', 'offshore Valparaiso, Chile', 'earthquake\r'), +(9738, '1992-05-18 23:19:21', 7.446, -82.311, 17.8, 6.3, 'mwb', 'usp00057ng', 'south of Panama', 'earthquake\r'), +(9739, '1992-05-19 12:24:57', 28.295, 55.594, 33, 5.6, 'mw', 'usp00057pv', 'southern Iran', 'earthquake\r'), +(9740, '1992-05-19 14:42:51', -9.463, 159.316, 32.7, 5.8, 'mw', 'usp00057q6', 'Solomon Islands', 'earthquake\r'), +(9741, '1992-05-20 11:43:05', 12.537, 125.544, 33, 5.5, 'mw', 'usp00057rs', 'Samar, Philippines', 'earthquake\r'), +(9742, '1992-05-20 12:20:33', 33.377, 71.317, 16.3, 6.3, 'mwb', 'usp00057rv', 'Pakistan', 'earthquake\r'), +(9743, '1992-05-21 04:59:58', 41.604, 88.813, 0, 6.5, 'mb', 'usp00057t0', 'southern Xinjiang, China', 'nuclear explosion\r'), +(9744, '1992-05-21 13:52:38', 31.127, 141.758, 22.7, 5.5, 'mw', 'usp00057tm', 'Izu Islands, Japan region', 'earthquake\r'), +(9745, '1992-05-21 14:09:03', -6.175, 147.236, 47.7, 6, 'mw', 'usp00057tq', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9746, '1992-05-21 18:05:53', -8.748, 117.604, 143.4, 5.5, 'mwb', 'usp00057u9', 'Sumbawa region, Indonesia', 'earthquake\r'), +(9747, '1992-05-21 20:40:10', 31.025, 141.738, 13.7, 5.9, 'mw', 'usp00057up', 'Izu Islands, Japan region', 'earthquake\r'), +(9748, '1992-05-22 01:20:40', -33.669, -71.942, 44.3, 5.6, 'mw', 'usp00057v8', 'offshore Valparaiso, Chile', 'earthquake\r'), +(9749, '1992-05-22 08:16:05', 52.392, 175.664, 33, 5.7, 'mw', 'usp00057w8', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9750, '1992-05-22 13:06:08', -35.34, -105.89, 10, 5.5, 'mw', 'usp00057wv', 'southern East Pacific Rise', 'earthquake\r'), +(9751, '1992-05-22 16:19:54', 49.387, 147.798, 567.6, 5.6, 'mw', 'usp00057x6', 'Sea of Okhotsk', 'earthquake\r'), +(9752, '1992-05-22 21:40:37', -3.506, 144.221, 33, 6.2, 'mw', 'usp00057xj', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(9753, '1992-05-23 00:20:00', -4.544, 141.905, 98.5, 5.7, 'mw', 'usp00057xu', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(9754, '1992-05-23 10:30:36', 13.479, -89.997, 75, 6, 'mw', 'usp00057yt', 'offshore El Salvador', 'earthquake\r'), +(9755, '1992-05-24 12:50:20', 51.788, -176.118, 49.2, 5.5, 'mw', 'usp000580a', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9756, '1992-05-25 02:51:32', -4.792, 139.734, 33, 5.7, 'mw', 'usp0005818', 'Papua, Indonesia', 'earthquake\r'), +(9757, '1992-05-25 16:55:04', 19.613, -77.872, 23.1, 6.8, 'mw', 'usp000582h', 'Cuba region', 'earthquake\r'), +(9758, '1992-05-25 20:51:10', -54.601, -30.261, 33, 5.8, 'mb', 'usp0005830', 'South Sandwich Islands region', 'earthquake\r'), +(9759, '1992-05-26 16:28:10', -3.269, 135.834, 55.4, 5.6, 'mw', 'usp000584j', 'Papua, Indonesia', 'earthquake\r'), +(9760, '1992-05-27 05:13:39', -11.122, 165.239, 18.8, 7, 'mw', 'usp000585d', 'Santa Cruz Islands', 'earthquake\r'), +(9761, '1992-05-27 22:30:35', -41.616, 173.727, 84.7, 6, 'mwb', 'usp0005876', 'South Island of New Zealand', 'earthquake\r'), +(9762, '1992-05-28 09:27:08', -30.65, -178.162, 27.1, 5.8, 'mwb', 'usp0005883', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9763, '1992-05-28 21:24:46', 47.625, 155.562, 14.1, 5.8, 'mw', 'usp00058ah', 'east of the Kuril Islands', 'earthquake\r'), +(9764, '1992-05-28 23:19:35', 23.105, 121.409, 16.9, 5.6, 'mw', 'usp00058aq', 'Taiwan', 'earthquake\r'), +(9765, '1992-05-29 21:52:27', 31.17, 141.731, 18.6, 6, 'mw', 'usp00058ck', 'Izu Islands, Japan region', 'earthquake\r'), +(9766, '1992-05-29 22:52:35', 1.819, 127.494, 122.7, 5.5, 'mw', 'usp00058cp', 'Halmahera, Indonesia', 'earthquake\r'), +(9767, '1992-05-30 12:42:04', 30.694, 141.59, 20.2, 6, 'mw', 'usp00058dm', 'Izu Islands, Japan region', 'earthquake\r'), +(9768, '1992-05-30 16:30:02', 14.442, -92.931, 54.9, 6.3, 'mw', 'usp00058dy', 'offshore Chiapas, Mexico', 'earthquake\r'), +(9769, '1992-05-31 06:20:08', 30.64, 141.596, 31.6, 5.9, 'mw', 'usp00058f7', 'Izu Islands, Japan region', 'earthquake\r'), +(9770, '1992-06-01 07:53:07', -22.733, 170.803, 10, 5.5, 'mw', 'usp00058gz', 'southeast of the Loyalty Islands', 'earthquake\r'), +(9771, '1992-06-01 13:51:22', 36.659, 141.122, 53, 5.7, 'mw', 'usp00058hh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(9772, '1992-06-01 18:29:20', 29.739, 140.699, 133.8, 5.5, 'mw', 'usp00058hu', 'Izu Islands, Japan region', 'earthquake\r'), +(9773, '1992-06-02 11:48:59', 47.694, 155.377, 44.6, 5.5, 'mw', 'usp00058jt', 'east of the Kuril Islands', 'earthquake\r'), +(9774, '1992-06-02 20:03:21', -16.075, 92.787, 23.7, 5.9, 'mw', 'usp00058kc', 'South Indian Ocean', 'earthquake\r'), +(9775, '1992-06-02 21:05:01', -16.138, 92.844, 13.9, 6.2, 'mw', 'usp00058kf', 'South Indian Ocean', 'earthquake\r'), +(9776, '1992-06-03 01:55:13', 28.083, 128.094, 55.6, 5.6, 'ms', 'usp00058kw', 'Ryukyu Islands, Japan', 'earthquake\r'), +(9777, '1992-06-03 06:10:54', 51.13, 178.743, 21.9, 6.2, 'mw', 'usp00058m9', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9778, '1992-06-03 17:00:54', -4.525, -104.682, 10, 5.7, 'mw', 'usp00058mv', 'central East Pacific Rise', 'earthquake\r'), +(9779, '1992-06-04 04:04:04', 28.018, 128.051, 17.3, 6, 'mw', 'usp00058na', 'Ryukyu Islands, Japan', 'earthquake\r'), +(9780, '1992-06-06 15:51:43', 12.813, -88.252, 84.9, 5.6, 'mw', 'usp00058s6', 'offshore El Salvador', 'earthquake\r'), +(9781, '1992-06-06 21:40:41', 1.068, 124.04, 17.5, 6, 'mw', 'usp00058sh', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9782, '1992-06-06 23:29:32', 3.672, 126.954, 43.6, 5.5, 'mw', 'usp00058sk', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(9783, '1992-06-09 00:24:55', -23.007, -176.365, 78.7, 5.6, 'mw', 'usp00058v2', 'south of the Fiji Islands', 'earthquake\r'), +(9784, '1992-06-09 00:31:56', -8.474, 111.1, 63.9, 6.1, 'mw', 'usp00058v4', 'Java, Indonesia', 'earthquake\r'), +(9785, '1992-06-09 02:46:58', -65.346, 178.521, 10, 5.6, 'mw', 'usp00058v6', 'Balleny Islands region', 'earthquake\r'), +(9786, '1992-06-09 06:41:06', -49.804, 110.567, 10, 5.5, 'mw', 'usp00058vd', 'southeast Indian Ridge', 'earthquake\r'), +(9787, '1992-06-09 14:45:03', 1.119, 124.172, 42.1, 5.7, 'mw', 'usp00058vv', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9788, '1992-06-10 02:13:45', 1.084, 124.089, 30.5, 6, 'mw', 'usp00058wh', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9789, '1992-06-11 02:03:36', 1.077, 124.115, 27.6, 5.8, 'mw', 'usp00058xt', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9790, '1992-06-11 18:29:41', 31.344, 140.885, 52.1, 5.5, 'mw', 'usp00058yq', 'Izu Islands, Japan region', 'earthquake\r'), +(9791, '1992-06-12 11:06:30', 2.617, 125.687, 79.2, 5.6, 'mw', 'usp00058zp', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(9792, '1992-06-14 17:07:00', -26.538, -177.743, 46.8, 5.6, 'mw', 'usp0005941', 'south of the Fiji Islands', 'earthquake\r'), +(9793, '1992-06-15 02:48:56', 24.027, 95.932, 17.3, 6.3, 'mw', 'usp000594q', 'Myanmar', 'earthquake\r'), +(9794, '1992-06-15 14:16:50', -60.774, 154.04, 33, 5.7, 'mw', 'usp000595e', 'west of Macquarie Island', 'earthquake\r'), +(9795, '1992-06-15 20:39:11', -0.073, 123.03, 127.9, 5.8, 'mwb', 'usp000595w', 'Sulawesi, Indonesia', 'earthquake\r'), +(9796, '1992-06-16 05:51:04', 45.704, 142.263, 316.6, 6, 'mw', 'usp000596d', 'Hokkaido, Japan region', 'earthquake\r'), +(9797, '1992-06-17 08:39:15', -60.373, -57.074, 10, 6.2, 'mwb', 'usp000597k', 'South Shetland Islands', 'earthquake\r'), +(9798, '1992-06-21 10:52:42', -26.503, -70.659, 39.3, 5.8, 'mw', 'usp00059dg', 'Atacama, Chile', 'earthquake\r'), +(9799, '1992-06-21 17:43:09', -37.689, 176.861, 10, 6.2, 'mw', 'usp00059dv', 'North Island of New Zealand', 'earthquake\r'), +(9800, '1992-06-22 04:00:41', -60.728, -21.969, 11.8, 6.5, 'mwb', 'usp00059fc', 'east of the South Sandwich Islands', 'earthquake\r'), +(9801, '1992-06-22 15:17:43', 16.867, 147.009, 65.5, 5.7, 'mw', 'usp00059g4', 'Mariana Islands region', 'earthquake\r'), +(9802, '1992-06-23 04:52:36', -3.595, 129.088, 74.8, 5.8, 'mw', 'usp00059gv', 'Seram, Indonesia', 'earthquake\r'), +(9803, '1992-06-23 04:52:50', -18.893, 172.337, 33, 5.6, 'mw', 'usp00059gw', 'Vanuatu region', 'earthquake\r'), +(9804, '1992-06-23 11:21:22', -36.104, -101.22, 10, 6.1, 'mw', 'usp00059he', 'southeast of Easter Island', 'earthquake\r'), +(9805, '1992-06-23 13:03:23', -17.981, -174.726, 18.4, 5.7, 'mw', 'usp00059hg', 'Tonga', 'earthquake\r'), +(9806, '1992-06-24 00:41:05', -23.61, -175.467, 42.5, 5.5, 'mb', 'usp00059j9', 'Tonga region', 'earthquake\r'), +(9807, '1992-06-24 12:11:26', 51.501, -173.446, 33, 5.9, 'mw', 'usp00059k9', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9808, '1992-06-24 12:27:11', -5.311, 102.974, 46.6, 5.7, 'mw', 'usp00059ka', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9809, '1992-06-25 06:30:51', -28.314, -176.716, 20, 6.5, 'mw', 'usp00059mp', 'Kermadec Islands region', 'earthquake\r'), +(9810, '1992-06-26 03:18:52', -33.719, -178.862, 33, 5.9, 'mw', 'usp00059p6', 'south of the Kermadec Islands', 'earthquake\r'), +(9811, '1992-06-26 11:32:27', 6.129, -82.349, 10, 5.9, 'mw', 'usp00059q1', 'south of Panama', 'earthquake\r'), +(9812, '1992-06-27 14:16:20', 18.972, -80.592, 10, 5.6, 'mw', 'usp00059r5', 'Cayman Islands region', 'earthquake\r'), +(9813, '1992-06-28 11:57:34', 34.2, -116.437, -0.097, 7.3, 'mw', 'ci3031111', 'Landers, California Earthquake', 'earthquake\r'), +(9814, '1992-06-28 12:00:45', 34.131, -116.408, -1.1, 5.77, 'ml', 'ci3043549', '3km NE of Yucca Valley, California', 'earthquake\r'), +(9815, '1992-06-28 12:01:16', 34.12, -116.323, 5.706, 5.7, 'ml', 'ci3043630', '2km SSW of Joshua Tree, California', 'earthquake\r'), +(9816, '1992-06-28 14:43:22', 34.162, -116.852, 9.615, 5.53, 'ml', 'ci2057008', '11km SSE of Big Bear Lake, California', 'earthquake\r'), +(9817, '1992-06-28 15:05:31', 34.203, -116.827, 3.634, 6.3, 'mw', 'ci3031425', '7km SSE of Big Bear City, CA', 'earthquake\r'), +(9818, '1992-06-29 00:07:05', -10.666, 161.44, 58.5, 5.9, 'mw', 'usp00059uk', 'Solomon Islands', 'earthquake\r'), +(9819, '1992-06-29 02:25:07', 11.77, -87.507, 56.9, 5.5, 'mw', 'usp00059uz', 'near the coast of Nicaragua', 'earthquake\r'), +(9820, '1992-06-29 14:08:38', 34.105, -116.403, 9.649, 5.69, 'ml', 'ci3031935', '3km ESE of Yucca Valley, California', 'earthquake\r'), +(9821, '1992-06-29 16:04:14', 27.799, 139.455, 554.8, 5.6, 'mw', 'usp00059wz', 'Bonin Islands, Japan region', 'earthquake\r'), +(9822, '1992-07-02 06:13:37', -32.903, -178.592, 10, 5.6, 'mw', 'usp0005a3p', 'south of the Kermadec Islands', 'earthquake\r'), +(9823, '1992-07-05 01:49:56', -13.314, -111.131, 10, 5.8, 'mw', 'usp0005a9w', 'central East Pacific Rise', 'earthquake\r'), +(9824, '1992-07-10 09:31:28', 44.695, 149.482, 19.9, 6.5, 'mw', 'usp0005am7', 'Kuril Islands', 'earthquake\r'), +(9825, '1992-07-11 10:44:20', -22.483, -178.413, 377.2, 7.2, 'mw', 'usp0005ap1', 'south of the Fiji Islands', 'earthquake\r'), +(9826, '1992-07-11 18:14:16', 35.21, -118.067, 9.564, 5.67, 'ml', 'ci3041390', '12km NW of California City, California', 'earthquake\r'), +(9827, '1992-07-12 11:08:55', 41.457, 142.031, 63.8, 6.2, 'mw', 'usp0005aqu', 'Hokkaido, Japan region', 'earthquake\r'), +(9828, '1992-07-12 13:21:30', 44.524, 149.568, 51, 5.7, 'mb', 'usp0005ar3', 'Kuril Islands', 'earthquake\r'), +(9829, '1992-07-12 23:41:00', 3.09, 122.005, 616.3, 5.8, 'mw', 'usp0005art', 'Celebes Sea', 'earthquake\r'), +(9830, '1992-07-13 15:34:05', 51.171, 157.626, 45.1, 6.2, 'mw', 'usp0005at1', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9831, '1992-07-13 18:11:34', -3.919, -76.602, 96.5, 6.3, 'mw', 'usp0005at4', 'northern Peru', 'earthquake\r'), +(9832, '1992-07-14 07:03:10', -4.725, 125.455, 465, 6, 'mw', 'usp0005atw', 'Banda Sea', 'earthquake\r'), +(9833, '1992-07-14 15:17:10', 45.361, 151.063, 43.9, 5.5, 'mw', 'usp0005aud', 'Kuril Islands', 'earthquake\r'), +(9834, '1992-07-15 06:34:17', 1.331, 123.19, 44.1, 5.6, 'mw', 'usp0005avk', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(9835, '1992-07-15 18:04:19', -8.774, 121.442, 130, 5.7, 'mwb', 'usp0005awh', 'Flores region, Indonesia', 'earthquake\r'), +(9836, '1992-07-16 00:00:41', 39.354, 143.225, 31.2, 5.9, 'mw', 'usp0005awx', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9837, '1992-07-16 06:35:38', -4.522, -106.042, 10, 5.8, 'mw', 'usp0005axj', 'central East Pacific Rise', 'earthquake\r'), +(9838, '1992-07-17 04:19:29', 44.809, 150.286, 18.9, 5.6, 'mw', 'usp0005az4', 'east of the Kuril Islands', 'earthquake\r'), +(9839, '1992-07-17 18:46:00', -10.38, -78.55, 45.4, 5.8, 'mw', 'usp0005b07', 'near the coast of central Peru', 'earthquake\r'), +(9840, '1992-07-18 06:57:11', -16.09, -177.456, 430.9, 5.5, 'mw', 'usp0005b13', 'Fiji region', 'earthquake\r'), +(9841, '1992-07-18 07:57:48', -6.49, 147.85, 40.4, 5.5, 'mb', 'usp0005b16', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9842, '1992-07-18 08:20:00', 39.41, 143.191, 22.1, 5.8, 'mw', 'usp0005b1a', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9843, '1992-07-18 08:36:59', 39.419, 143.33, 28.6, 6.9, 'mw', 'usp0005b1c', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9844, '1992-07-18 08:39:06', 39.675, 143.027, 34.7, 6.1, 'mb', 'usp0005b1d', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9845, '1992-07-18 09:45:05', 39.408, 143.222, 34.4, 5.5, 'ms', 'usp0005b1q', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9846, '1992-07-18 10:20:12', 39.436, 143.026, 26.7, 6.4, 'mw', 'usp0005b1s', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9847, '1992-07-18 10:59:40', 39.454, 143.199, 27.1, 5.9, 'ms', 'usp0005b1v', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9848, '1992-07-18 11:48:21', 39.161, 143.178, 32.2, 5.8, 'ms', 'usp0005b21', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9849, '1992-07-18 12:02:41', 39.164, 143.124, 25, 5.8, 'mw', 'usp0005b23', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9850, '1992-07-18 13:40:10', -11.093, 165.298, 28.8, 5.5, 'ms', 'usp0005b27', 'Santa Cruz Islands', 'earthquake\r'), +(9851, '1992-07-18 13:56:54', 39.48, 142.956, 27.2, 6.1, 'mwb', 'usp0005b2b', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(9852, '1992-07-18 15:31:41', -22.723, -175.281, 25.1, 5.7, 'mw', 'usp0005b2f', 'Tonga region', 'earthquake\r'), +(9853, '1992-07-18 18:12:13', 39.152, 143.15, 30.8, 5.5, 'mw', 'usp0005b2w', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9854, '1992-07-18 20:55:12', 39.611, 143.283, 24.5, 5.6, 'mw', 'usp0005b33', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9855, '1992-07-18 21:18:57', 39.324, 143.011, 36.7, 6, 'mw', 'usp0005b35', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9856, '1992-07-18 21:36:24', 30.77, 137.306, 474.5, 5.5, 'mb', 'usp0005b39', 'Izu Islands, Japan region', 'earthquake\r'), +(9857, '1992-07-20 07:46:47', 78.562, 5.523, 10, 6.7, 'mw', 'usp0005b5j', 'Svalbard region', 'earthquake\r'), +(9858, '1992-07-23 10:11:11', -54.511, 143.744, 10, 5.6, 'mw', 'usp0005bag', 'west of Macquarie Island', 'earthquake\r'), +(9859, '1992-07-23 20:12:43', 39.847, 24.39, 6.6, 5.5, 'mw', 'usp0005bb7', 'Aegean Sea', 'earthquake\r'), +(9860, '1992-07-24 02:09:24', -7.036, 149.932, 42.5, 5.8, 'mw', 'usp0005bce', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9861, '1992-07-24 18:15:22', -11.894, 166.229, 57.5, 5.5, 'mw', 'usp0005bdt', 'Santa Cruz Islands', 'earthquake\r'), +(9862, '1992-07-25 02:53:28', 38.731, 143.012, 17.4, 5.9, 'mw', 'usp0005bek', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9863, '1992-07-25 09:12:19', 0.461, -25.105, 10, 5.6, 'mw', 'usp0005bf0', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(9864, '1992-07-27 06:25:44', -56.841, 146.896, 33, 5.7, 'mw', 'usp0005bjj', 'west of Macquarie Island', 'earthquake\r'), +(9865, '1992-07-27 19:34:09', 51.516, 157.133, 107.9, 5.7, 'mw', 'usp0005bkj', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(9866, '1992-07-28 17:30:18', -4.435, 127.496, 297, 5.6, 'mw', 'usp0005bn1', 'Banda Sea', 'earthquake\r'), +(9867, '1992-07-29 01:54:48', -55.349, -128.438, 10, 5.6, 'mw', 'usp0005bnn', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(9868, '1992-07-29 02:27:15', 39.607, 143.282, 26.5, 5.6, 'mw', 'usp0005bnp', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9869, '1992-07-29 04:30:48', 39.495, 143.501, 15.9, 6.2, 'mwb', 'usp0005bnv', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(9870, '1992-07-30 08:24:47', 29.584, 90.163, 14.1, 6.1, 'mwb', 'usp0005bqv', 'eastern Xizang', 'earthquake\r'), +(9871, '1992-07-30 13:14:52', -50.357, -72.095, 10, 5.5, 'mw', 'usp0005br8', 'Santa Cruz, Argentina', 'earthquake\r'), +(9872, '1992-07-30 23:00:42', -31.481, -67.386, 5, 5.5, 'mb', 'usp0005brx', 'San Juan, Argentina', 'earthquake\r'), +(9873, '1992-08-01 06:06:45', -18.28, -178.281, 632.2, 5.5, 'mw', 'usp0005btq', 'Fiji region', 'earthquake\r'), +(9874, '1992-08-01 18:19:03', -21.344, -179.189, 633.9, 5.8, 'mw', 'usp0005buq', 'Fiji region', 'earthquake\r'), +(9875, '1992-08-02 05:50:12', -0.883, 127.582, 18.9, 6.3, 'mwb', 'usp0005bvc', 'Halmahera, Indonesia', 'earthquake\r'), +(9876, '1992-08-02 12:03:20', -7.126, 121.748, 485.9, 6.6, 'mwb', 'usp0005bvx', 'Flores Sea', 'earthquake\r'), +(9877, '1992-08-03 11:19:38', -10.403, 164.269, 22.6, 5.6, 'mw', 'usp0005bxb', 'Santa Cruz Islands region', 'earthquake\r'), +(9878, '1992-08-04 06:58:33', -21.738, -177.214, 252.9, 6.1, 'mwb', 'usp0005byn', 'Fiji region', 'earthquake\r'), +(9879, '1992-08-04 14:27:41', 43.468, -127.014, 10, 5.7, 'mw', 'usp0005bz4', 'off the coast of Oregon', 'earthquake\r'), +(9880, '1992-08-04 21:08:42', -12.127, 166.589, 91, 6.4, 'mw', 'usp0005bzq', 'Santa Cruz Islands', 'earthquake\r'), +(9881, '1992-08-04 23:45:32', -26.696, -106.363, 10, 5.7, 'mw', 'usp0005c00', 'Easter Island region', 'earthquake\r'), +(9882, '1992-08-05 02:09:41', -5.586, 102.81, 36.5, 5.7, 'mw', 'usp0005c03', 'southern Sumatra, Indonesia', 'earthquake\r'), +(9883, '1992-08-06 21:29:18', 24.667, 122.282, 18.9, 5.6, 'mw', 'usp0005c2z', 'Taiwan region', 'earthquake\r'), +(9884, '1992-08-07 11:11:42', 35.728, 135.152, 357.6, 5.8, 'mw', 'usp0005c3t', 'western Honshu, Japan', 'earthquake\r'), +(9885, '1992-08-07 18:19:20', 57.589, -142.846, 13.6, 6.9, 'mwb', 'usp0005c4e', 'Gulf of Alaska', 'earthquake\r'), +(9886, '1992-08-08 01:08:06', -31.566, -179.997, 392.3, 6.2, 'mw', 'usp0005c56', 'Kermadec Islands region', 'earthquake\r'), +(9887, '1992-08-09 19:49:44', 4.005, 126.36, 73.4, 6.1, 'mwb', 'usp0005c7m', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(9888, '1992-08-10 06:09:15', 11.762, -87.309, 33, 5.7, 'mw', 'usp0005c8c', 'near the coast of Nicaragua', 'earthquake\r'), +(9889, '1992-08-11 00:01:30', -0.123, 125.186, 59.3, 5.5, 'mw', 'usp0005c9a', 'Molucca Sea', 'earthquake\r'), +(9890, '1992-08-11 04:03:46', 80.213, -1.048, 17.7, 5.5, 'mw', 'usp0005c9g', 'north of Svalbard', 'earthquake\r'), +(9891, '1992-08-11 05:23:49', 11.757, -87.407, 25.9, 5.5, 'mw', 'usp0005c9n', 'near the coast of Nicaragua', 'earthquake\r'), +(9892, '1992-08-11 15:14:55', 32.536, 141.641, 15.5, 6.4, 'mwb', 'usp0005ca9', 'Izu Islands, Japan region', 'earthquake\r'), +(9893, '1992-08-12 06:36:12', 32.755, 141.698, 33, 5.8, 'mw', 'usp0005cbg', 'Izu Islands, Japan region', 'earthquake\r'), +(9894, '1992-08-13 20:43:00', -6.103, 148.875, 44.5, 6.2, 'mwb', 'usp0005cdt', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9895, '1992-08-15 19:02:09', 5.111, -75.607, 119, 5.9, 'mwb', 'usp0005cgq', 'Colombia', 'earthquake\r'), +(9896, '1992-08-16 10:23:28', -5.368, 146.669, 215.2, 6.3, 'mw', 'usp0005chz', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(9897, '1992-08-17 21:09:25', -20.24, -68.783, 109.5, 5.5, 'mw', 'usp0005cmk', 'Tarapaca, Chile', 'earthquake\r'), +(9898, '1992-08-18 20:01:04', -28.644, -178.324, 200.5, 5.9, 'mw', 'usp0005cpg', 'Kermadec Islands region', 'earthquake\r'), +(9899, '1992-08-19 00:57:40', 50.502, -174.922, 9.9, 6.1, 'mw', 'usp0005cpv', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9900, '1992-08-19 02:04:37', 42.142, 73.575, 27.4, 7.3, 'mwb', 'usp0005cq0', 'Kyrgyzstan', 'earthquake\r'), +(9901, '1992-08-19 02:12:57', 42.1, 73.543, 33, 6.1, 'mb', 'usp0005cq1', 'Kyrgyzstan', 'earthquake\r'), +(9902, '1992-08-19 03:12:05', 42.107, 73.264, 21.1, 6.3, 'ms', 'usp0005cq5', 'Kyrgyzstan', 'earthquake\r'), +(9903, '1992-08-19 03:20:28', 42.104, 73.237, 18.5, 6.6, 'ms', 'usp0005cq6', 'Kyrgyzstan', 'earthquake\r'), +(9904, '1992-08-19 18:15:47', -50.148, 130.52, 10, 5.5, 'mw', 'usp0005crd', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(9905, '1992-08-24 06:59:40', 41.977, 140.66, 120.5, 6.2, 'mwb', 'usp0005cz6', 'Hokkaido, Japan region', 'earthquake\r'), +(9906, '1992-08-24 19:40:35', -56.622, -26.552, 106.6, 6.1, 'mw', 'usp0005d02', 'South Sandwich Islands region', 'earthquake\r'), +(9907, '1992-08-25 01:27:12', 47.716, 153.561, 63.2, 5.5, 'mb', 'usp0005d0n', 'Kuril Islands', 'earthquake\r'), +(9908, '1992-08-25 02:07:13', -10.042, 160.204, 26.5, 5.9, 'mw', 'usp0005d0s', 'Solomon Islands', 'earthquake\r'), +(9909, '1992-08-25 08:24:13', -20.942, -174.947, 66, 5.6, 'mw', 'usp0005d1g', 'Tonga', 'earthquake\r'), +(9910, '1992-08-28 00:50:50', 29.087, 66.74, 9.3, 5.6, 'mw', 'usp0005d5z', 'Afghanistan-Pakistan border region', 'earthquake\r'), +(9911, '1992-08-28 17:15:06', -22.314, -179.526, 597.5, 5.5, 'mw', 'usp0005d7k', 'south of the Fiji Islands', 'earthquake\r'), +(9912, '1992-08-28 18:18:46', -0.965, -13.562, 15.5, 6.9, 'mwb', 'usp0005d7u', 'north of Ascension Island', 'earthquake\r'), +(9913, '1992-08-29 19:19:06', 33.19, 137.975, 289.4, 6.3, 'mw', 'usp0005d9b', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(9914, '1992-08-30 20:09:06', -17.918, -178.71, 565, 6.4, 'mwb', 'usp0005daz', 'Fiji region', 'earthquake\r'), +(9915, '1992-09-01 16:41:13', 23.749, 121.685, 54.4, 5.9, 'mw', 'usp0005dd6', 'Taiwan', 'earthquake\r'), +(9916, '1992-09-02 00:16:02', 11.742, -87.34, 44.8, 7.7, 'mw', 'usp0005ddn', 'near the coast of Nicaragua', 'earthquake\r'), +(9917, '1992-09-02 00:21:06', 11.175, -87.44, 10, 5.5, 'mb', 'usp0005ddq', 'near the coast of Nicaragua', 'earthquake\r'), +(9918, '1992-09-02 00:31:00', 11.96, -87.931, 10, 5.5, 'mb', 'usp0005dds', 'near the coast of Nicaragua', 'earthquake\r'), +(9919, '1992-09-02 05:50:02', -6.046, 112.138, 624.6, 6.7, 'mw', 'usp0005dew', 'Java, Indonesia', 'earthquake\r'), +(9920, '1992-09-02 10:26:21', 37.0998333, -113.4971667, 13.91, 5.93, 'ml', 'uu50067050', 'Utah', 'earthquake\r'), +(9921, '1992-09-02 10:26:21', 37.09, -113.472, 13.739, 5.6, 'ms', 'ci3059028', '63km ENE of Mesquite, Nevada', 'earthquake\r'), +(9922, '1992-09-02 16:50:45', 10.441, -86.84, 8.3, 5.7, 'mw', 'usp0005dge', 'off the coast of Costa Rica', 'earthquake\r'), +(9923, '1992-09-02 18:28:57', 11.302, -86.725, 10, 6, 'mw', 'usp0005dgj', 'near the coast of Nicaragua', 'earthquake\r'), +(9924, '1992-09-05 20:06:42', -3.922, 142.563, 43.3, 5.5, 'mw', 'usp0005dmb', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(9925, '1992-09-05 21:48:12', 11.999, -87.319, 10, 6, 'mw', 'usp0005dmf', 'near the coast of Nicaragua', 'earthquake\r'), +(9926, '1992-09-06 13:12:41', 11.943, -87.457, 25.7, 5.7, 'mw', 'usp0005dna', 'near the coast of Nicaragua', 'earthquake\r'), +(9927, '1992-09-08 11:31:46', -16.839, -173.312, 95.4, 5.5, 'mw', 'usp0005drc', 'Tonga', 'earthquake\r'), +(9928, '1992-09-08 14:40:22', 4.051, -82.582, 10, 5.6, 'mw', 'usp0005drk', 'south of Panama', 'earthquake\r'), +(9929, '1992-09-09 13:08:55', 76.208, 7.286, 24, 6.1, 'mw', 'usp0005dsq', 'Svalbard region', 'earthquake\r'), +(9930, '1992-09-09 20:44:50', -23.509, 178.877, 553.6, 5.7, 'mw', 'usp0005dt8', 'south of the Fiji Islands', 'earthquake\r'), +(9931, '1992-09-10 10:43:20', -22.562, -174.974, 37.7, 6, 'mw', 'usp0005dtw', 'Tonga region', 'earthquake\r'), +(9932, '1992-09-10 15:03:18', 10.21, -86.494, 26.5, 5.9, 'mw', 'usp0005du0', 'off the coast of Costa Rica', 'earthquake\r'), +(9933, '1992-09-10 20:10:57', -17.221, 167.817, 20, 5.7, 'mw', 'usp0005du7', 'Vanuatu', 'earthquake\r'), +(9934, '1992-09-10 22:09:48', -22.601, -175.098, 38, 5.6, 'mw', 'usp0005dud', 'Tonga region', 'earthquake\r'), +(9935, '1992-09-10 23:20:29', -22.431, -174.87, 33.3, 5.5, 'mw', 'usp0005duf', 'Tonga region', 'earthquake\r'), +(9936, '1992-09-11 03:57:27', -6.087, 26.651, 10.8, 6.4, 'mwb', 'usp0005dur', 'Democratic Republic of the Congo', 'earthquake\r'), +(9937, '1992-09-11 21:06:01', -4.374, -104.65, 10, 5.6, 'mw', 'usp0005dvw', 'central East Pacific Rise', 'earthquake\r'), +(9938, '1992-09-12 03:28:25', -17.191, 174.4, 25.9, 5.6, 'mw', 'usp0005dwf', 'Fiji region', 'earthquake\r'), +(9939, '1992-09-13 10:53:33', 11.582, -86.72, 27.8, 5.6, 'mw', 'usp0005dy5', 'near the coast of Nicaragua', 'earthquake\r'), +(9940, '1992-09-14 13:16:29', 21.389, 117.771, 16.8, 5.5, 'mw', 'usp0005dze', 'Taiwan region', 'earthquake\r'), +(9941, '1992-09-14 20:33:31', 54.315, 166.672, 37.6, 5.5, 'mw', 'usp0005dzt', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(9942, '1992-09-15 02:28:00', -21.042, -178.763, 580.7, 5.7, 'mw', 'usp0005e08', 'Fiji region', 'earthquake\r'), +(9943, '1992-09-15 04:19:35', -36.278, -100.224, 10, 5.5, 'mw', 'usp0005e0c', 'southeast of Easter Island', 'earthquake\r'), +(9944, '1992-09-15 18:40:32', 11.064, -86.757, 31.9, 5.7, 'mw', 'usp0005e1g', 'near the coast of Nicaragua', 'earthquake\r'), +(9945, '1992-09-15 21:04:00', -14.053, 167.269, 184.2, 6.3, 'mwb', 'usp0005e1k', 'Vanuatu', 'earthquake\r'), +(9946, '1992-09-16 23:51:51', 12.134, -87.616, 55.9, 5.6, 'mw', 'usp0005e3b', 'near the coast of Nicaragua', 'earthquake\r'), +(9947, '1992-09-21 10:18:49', -7.816, -13.585, 10, 5.6, 'mw', 'usp0005e98', 'Ascension Island region', 'earthquake\r'), +(9948, '1992-09-23 13:38:35', 31.129, 130.229, 160.7, 5.8, 'mwb', 'usp0005ecm', 'Kyushu, Japan', 'earthquake\r'), +(9949, '1992-09-23 14:52:28', -6.163, 26.718, 11.2, 5.6, 'mw', 'usp0005ecs', 'Democratic Republic of the Congo', 'earthquake\r'), +(9950, '1992-09-24 00:51:47', -59.478, -25.971, 21.2, 5.5, 'mw', 'usp0005edu', 'South Sandwich Islands region', 'earthquake\r'), +(9951, '1992-09-24 18:17:11', -61.22, 154.359, 10, 6.1, 'mw', 'usp0005eey', 'Balleny Islands region', 'earthquake\r'), +(9952, '1992-09-24 20:18:52', -21.127, -175.768, 33, 5.6, 'mw', 'usp0005ef4', 'Tonga', 'earthquake\r'), +(9953, '1992-09-25 14:15:39', 12.306, -87.576, 86.1, 5.5, 'mw', 'usp0005ega', 'near the coast of Nicaragua', 'earthquake\r'), +(9954, '1992-09-25 20:06:46', -54.401, -27.643, 41.6, 5.6, 'mb', 'usp0005egn', 'South Sandwich Islands region', 'earthquake\r'), +(9955, '1992-09-26 05:45:51', 64.78, -17.594, 10, 5.6, 'mw', 'usp0005ehq', 'Iceland', 'earthquake\r'), +(9956, '1992-09-26 07:39:21', -36.978, 78.298, 10, 5.7, 'mw', 'usp0005eht', 'Mid-Indian Ridge', 'earthquake\r'), +(9957, '1992-09-26 22:15:58', 1.289, 129.118, 27.7, 6.7, 'mwb', 'usp0005ejh', 'Halmahera, Indonesia', 'earthquake\r'), +(9958, '1992-09-27 09:02:24', -31.556, -71.589, 46.5, 5.5, 'ms', 'usp0005ek8', 'offshore Coquimbo, Chile', 'earthquake\r'), +(9959, '1992-09-27 10:04:40', 1.269, 129.245, 28.2, 5.9, 'mw', 'usp0005ekc', 'Halmahera, Indonesia', 'earthquake\r'), +(9960, '1992-09-27 10:09:14', 1.268, 129.314, 30.7, 5.7, 'ms', 'usp0005ekd', 'Halmahera, Indonesia', 'earthquake\r'), +(9961, '1992-09-27 17:48:13', 53.933, -157.299, 33, 5.8, 'mw', 'usp0005em5', 'south of Alaska', 'earthquake\r'), +(9962, '1992-09-28 07:41:29', 13.474, -90.675, 67.1, 6, 'mw', 'usp0005emy', 'offshore Guatemala', 'earthquake\r'), +(9963, '1992-09-28 11:40:53', -19.203, 169.043, 141.6, 5.5, 'mw', 'usp0005en4', 'Vanuatu', 'earthquake\r'), +(9964, '1992-09-28 14:06:03', 24.121, 122.648, 29.6, 6.4, 'mwb', 'usp0005end', 'Taiwan region', 'earthquake\r'), +(9965, '1992-09-30 03:27:59', 51.41, -178.63, 26, 6, 'mwb', 'usp0005eqz', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9966, '1992-09-30 05:34:00', 51.281, -178.037, 33, 6.6, 'mwb', 'usp0005er3', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9967, '1992-09-30 09:42:51', 51.148, -178.175, 13.7, 6.1, 'mw', 'usp0005erf', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9968, '1992-09-30 09:59:04', 51.119, -178.209, 33, 5.7, 'mb', 'usp0005erg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9969, '1992-10-01 03:21:04', -53.591, -51.661, 10, 5.6, 'mw', 'usp0005esv', 'South Atlantic Ocean', 'earthquake\r'), +(9970, '1992-10-01 05:02:34', 51.123, -177.997, 14.8, 6.1, 'mwb', 'usp0005esw', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9971, '1992-10-01 08:18:52', -39.035, -74.911, 28.4, 5.5, 'mw', 'usp0005et3', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(9972, '1992-10-01 18:15:41', -53.655, -51.684, 10, 5.5, 'mw', 'usp0005ety', 'South Atlantic Ocean', 'earthquake\r'), +(9973, '1992-10-02 10:50:46', -30.82, -177.557, 33, 5.5, 'mw', 'usp0005euy', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9974, '1992-10-06 10:28:23', -5.425, 151.175, 49.5, 6.2, 'mwb', 'usp0005f0b', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(9975, '1992-10-08 16:34:53', 51.147, -177.872, 21.2, 5.8, 'mw', 'usp0005f3a', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9976, '1992-10-09 12:16:55', 51.552, -176.867, 33, 5.5, 'mw', 'usp0005f47', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9977, '1992-10-11 19:24:26', -19.247, 168.948, 129, 7.4, 'mw', 'usp0005f79', 'Vanuatu', 'earthquake\r'), +(9978, '1992-10-11 23:20:35', 50.458, 153.167, 284.8, 5.6, 'mb', 'usp0005f7k', 'Kuril Islands', 'earthquake\r'), +(9979, '1992-10-12 13:09:56', 29.778, 31.144, 21.5, 5.8, 'mw', 'usp0005f89', 'Egypt', 'earthquake\r'), +(9980, '1992-10-15 22:37:06', -14.537, 166.711, 25, 6.8, 'mw', 'usp0005fct', 'Vanuatu', 'earthquake\r'), +(9981, '1992-10-16 05:02:52', 51.314, -178.014, 33, 5.5, 'mw', 'usp0005fd7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(9982, '1992-10-16 05:54:30', -35.526, -179.855, 31.4, 5.6, 'mw', 'usp0005fd9', 'east of the North Island of New Zealand', 'earthquake\r'), +(9983, '1992-10-17 02:51:51', -19.226, 169.553, 11.8, 6.5, 'mw', 'usp0005feh', 'Vanuatu', 'earthquake\r'), +(9984, '1992-10-17 05:47:58', -19.239, 169.473, 33, 5.5, 'mw', 'usp0005fer', 'Vanuatu', 'earthquake\r'), +(9985, '1992-10-17 08:32:41', 6.845, -76.806, 14.3, 6.7, 'mw', 'usp0005fey', 'northern Colombia', 'earthquake\r'), +(9986, '1992-10-18 00:58:06', -10.022, 117.093, 26.9, 5.6, 'mw', 'usp0005fgd', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(9987, '1992-10-18 13:08:55', -6.279, 130.214, 118.9, 6.2, 'mw', 'usp0005fh9', 'Banda Sea', 'earthquake\r'), +(9988, '1992-10-18 15:11:59', 7.075, -76.862, 10, 7.2, 'mwb', 'usp0005fha', 'northern Colombia', 'earthquake\r'), +(9989, '1992-10-18 16:05:45', 7.011, -76.744, 11.5, 5.6, 'mb', 'usp0005fhm', 'northern Colombia', 'earthquake\r'), +(9990, '1992-10-18 17:42:51', -6.74, 105.602, 37.4, 5.8, 'ms', 'usp0005fhu', 'Sunda Strait, Indonesia', 'earthquake\r'), +(9991, '1992-10-18 18:27:32', 7.003, -76.775, 17.8, 5.5, 'mb', 'usp0005fhz', 'northern Colombia', 'earthquake\r'), +(9992, '1992-10-19 10:11:11', 3.159, -82.934, 10, 5.7, 'mw', 'usp0005fk9', 'south of Panama', 'earthquake\r'), +(9993, '1992-10-19 12:03:30', -19.385, 169.593, 20.6, 6.2, 'mw', 'usp0005fkd', 'Vanuatu', 'earthquake\r'), +(9994, '1992-10-20 04:40:02', 55.52, 166.303, 27, 6, 'mw', 'usp0005fmh', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(9995, '1992-10-20 15:47:56', -24.453, -176.054, 63.6, 5.5, 'mw', 'usp0005fn8', 'south of the Fiji Islands', 'earthquake\r'), +(9996, '1992-10-21 12:11:14', -6.87, 144.174, 19.3, 6.2, 'mw', 'usp0005fpc', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(9997, '1992-10-22 09:04:23', -30.227, -177.205, 26.3, 6.6, 'mw', 'usp0005fqc', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9998, '1992-10-22 18:56:39', -30.101, -177.271, 10, 5.5, 'mw', 'usp0005fr2', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(9999, '1992-10-22 23:08:27', -30.125, -177, 15.7, 6.5, 'mwb', 'usp0005fr7', 'Kermadec Islands region', 'earthquake\r'), +(10000, '1992-10-23 01:40:42', -29.95, -177.074, 33, 5.6, 'ms', 'usp0005frf', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10001, '1992-10-23 09:11:09', 31.355, -4.318, 28.6, 5.6, 'mw', 'usp0005fs0', 'Morocco', 'earthquake\r'), +(10002, '1992-10-23 09:28:02', 6.659, -77.193, 10, 5.5, 'mw', 'usp0005fs3', 'near the west coast of Colombia', 'earthquake\r'), +(10003, '1992-10-23 13:04:41', -5.352, 152.616, 30.7, 6.4, 'mw', 'usp0005fsg', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10004, '1992-10-23 15:29:13', -5.282, 152.639, 33, 5.8, 'mw', 'usp0005fst', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10005, '1992-10-23 19:16:43', -5.327, 152.661, 30.2, 5.7, 'mw', 'usp0005ft6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10006, '1992-10-23 21:24:36', -9.469, 122.56, 33, 6.2, 'mw', 'usp0005fta', 'Savu Sea', 'earthquake\r'), +(10007, '1992-10-23 23:19:45', 42.589, 45.104, 16.4, 6.4, 'mw', 'usp0005ftd', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(10008, '1992-10-24 00:59:48', -29.996, -177.074, 10, 5.7, 'ms', 'usp0005ftm', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10009, '1992-10-24 08:23:01', -29.536, -177.279, 18.7, 6.6, 'mw', 'usp0005ftz', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10010, '1992-10-24 09:26:37', -5.333, 152.633, 33, 5.6, 'ms', 'usp0005fu2', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10011, '1992-10-24 13:46:48', -29.796, -177.066, 10, 5.5, 'ms', 'usp0005fue', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10012, '1992-10-24 23:00:29', -30.09, -177.215, 10, 5.5, 'mw', 'usp0005fv3', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10013, '1992-10-25 00:29:18', -29.9, -177.352, 26.3, 6, 'mw', 'usp0005fv4', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10014, '1992-10-29 07:24:28', -6.72, 154.684, 74, 5.5, 'mb', 'usp0005g10', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10015, '1992-10-29 07:29:58', 6.834, 124.006, 33, 6.2, 'mw', 'usp0005g11', 'Mindanao, Philippines', 'earthquake\r'), +(10016, '1992-10-30 02:49:48', 29.941, 138.975, 393.1, 6.5, 'mwb', 'usp0005g1x', 'Izu Islands, Japan region', 'earthquake\r'), +(10017, '1992-10-30 10:43:58', 31.284, -4.372, 25.6, 5.6, 'mw', 'usp0005g2p', 'Morocco', 'earthquake\r'), +(10018, '1992-10-31 14:34:22', -2.321, 141.262, 5.7, 6.5, 'mwb', 'usp0005g4e', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(10019, '1992-10-31 14:46:27', -2.298, 141.256, 28.9, 6.1, 'ms', 'usp0005g4f', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(10020, '1992-11-01 10:03:16', -55.633, -27.629, 24.7, 5.6, 'mw', 'usp0005g5z', 'South Sandwich Islands region', 'earthquake\r'), +(10021, '1992-11-04 01:59:27', -61.542, 154.573, 10, 6.4, 'mw', 'usp0005g8t', 'Balleny Islands region', 'earthquake\r'), +(10022, '1992-11-04 04:53:05', -35.788, -102.281, 10, 5.9, 'mw', 'usp0005g8y', 'southeast of Easter Island', 'earthquake\r'), +(10023, '1992-11-04 18:13:13', -14.238, 167.641, 14.1, 6.4, 'mw', 'usp0005g9v', 'Vanuatu', 'earthquake\r'), +(10024, '1992-11-04 21:32:34', -31.565, -71.565, 18.8, 6, 'mw', 'usp0005ga6', 'Coquimbo, Chile', 'earthquake\r'), +(10025, '1992-11-05 06:09:40', -14.242, 167.602, 52.3, 5.5, 'mw', 'usp0005gat', 'Vanuatu', 'earthquake\r'), +(10026, '1992-11-05 19:53:23', -5.263, 152.575, 19.8, 6.2, 'mw', 'usp0005gbw', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10027, '1992-11-06 19:08:09', 38.16, 26.998, 17.2, 6.1, 'mwb', 'usp0005gdt', 'near the coast of western Turkey', 'earthquake\r'), +(10028, '1992-11-08 03:43:20', -15.727, -179.703, 9.7, 6.7, 'mw', 'usp0005gh3', 'Fiji region', 'earthquake\r'), +(10029, '1992-11-08 10:22:53', -23.626, -70.38, 33, 5.6, 'mw', 'usp0005ghf', 'Antofagasta, Chile', 'earthquake\r'), +(10030, '1992-11-10 08:13:33', -55.866, -26.979, 33, 5.5, 'mw', 'usp0005gms', 'South Sandwich Islands region', 'earthquake\r'), +(10031, '1992-11-10 09:58:11', 51.492, -177.611, 33, 5.7, 'mw', 'usp0005gmu', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10032, '1992-11-10 21:08:56', 53.884, 160.688, 53.7, 5.8, 'mw', 'usp0005gnq', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10033, '1992-11-11 00:18:49', -2.925, 141.56, 34.1, 5.8, 'mw', 'usp0005gp2', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(10034, '1992-11-11 00:31:26', -7.325, 156.216, 25.6, 5.5, 'ms', 'usp0005gp4', 'Solomon Islands', 'earthquake\r'), +(10035, '1992-11-11 21:26:14', 51.203, -179.238, 33, 6.2, 'mw', 'usp0005gqr', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10036, '1992-11-12 15:00:39', -53.767, -51.727, 10, 5.9, 'mw', 'usp0005gs7', 'South Atlantic Ocean', 'earthquake\r'), +(10037, '1992-11-12 20:41:05', 36.446, 70.852, 198.4, 5.6, 'mw', 'usp0005gst', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10038, '1992-11-12 22:28:58', -22.401, -178.104, 359.6, 6.3, 'mwb', 'usp0005gt0', 'south of the Fiji Islands', 'earthquake\r'), +(10039, '1992-11-17 06:46:40', -5.822, 130.616, 33, 5.8, 'mw', 'usp0005gz5', 'Banda Sea', 'earthquake\r'), +(10040, '1992-11-18 04:04:32', -16.052, -173.819, 85.8, 5.5, 'mw', 'usp0005h0g', 'Tonga', 'earthquake\r'), +(10041, '1992-11-18 16:36:45', -16.771, 167.103, 22.2, 5.7, 'mw', 'usp0005h14', 'Vanuatu', 'earthquake\r'), +(10042, '1992-11-18 21:10:41', 38.307, 22.452, 14.5, 5.9, 'mwb', 'usp0005h1c', 'Greece', 'earthquake\r'), +(10043, '1992-11-21 03:04:08', -8.643, 110.423, 47.9, 5.5, 'mw', 'usp0005h4g', 'Java, Indonesia', 'earthquake\r'), +(10044, '1992-11-21 05:07:22', 35.916, 22.491, 65, 5.9, 'mwb', 'usp0005h4k', 'central Mediterranean Sea', 'earthquake\r'), +(10045, '1992-11-21 18:27:33', -16.325, -175.932, 379.6, 5.5, 'mw', 'usp0005h5e', 'Tonga', 'earthquake\r'), +(10046, '1992-11-21 22:39:33', -56.665, -26.405, 20.1, 6.6, 'mw', 'usp0005h5p', 'South Sandwich Islands region', 'earthquake\r'), +(10047, '1992-11-22 15:15:59', -56.34, -25.49, 33, 5.6, 'mw', 'usp0005h6v', 'South Sandwich Islands region', 'earthquake\r'), +(10048, '1992-11-22 17:35:20', -19.578, -173.772, 20.7, 5.8, 'mw', 'usp0005h75', 'Tonga', 'earthquake\r'), +(10049, '1992-11-23 23:11:07', 38.62, 72.635, 40.6, 5.6, 'mw', 'usp0005h9b', 'Tajikistan', 'earthquake\r'), +(10050, '1992-11-24 00:53:45', 51.175, 179.117, 33, 5.8, 'mw', 'usp0005h9f', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10051, '1992-11-24 12:03:36', 1.355, -101.323, 10, 5.7, 'mw', 'usp0005hab', 'Galapagos Triple Junction region', 'earthquake\r'), +(10052, '1992-11-24 23:43:03', -0.085, 122.828, 199.7, 5.9, 'mw', 'usp0005hb0', 'Sulawesi, Indonesia', 'earthquake\r'), +(10053, '1992-11-25 06:02:25', -4.069, 102.16, 58.3, 5.7, 'mwb', 'usp0005hbj', 'southern Sumatra, Indonesia', 'earthquake\r'), +(10054, '1992-11-25 10:03:32', 2.497, 128.548, 29.8, 5.5, 'mw', 'usp0005hbv', 'Halmahera, Indonesia', 'earthquake\r'), +(10055, '1992-11-25 10:16:30', 2.537, 128.541, 23.8, 5.9, 'mw', 'usp0005hbx', 'Halmahera, Indonesia', 'earthquake\r'), +(10056, '1992-11-25 17:47:59', -13.491, 166.497, 33, 5.5, 'mw', 'usp0005hcn', 'Vanuatu', 'earthquake\r'), +(10057, '1992-11-25 17:58:14', -13.538, 166.344, 59.8, 5.7, 'mw', 'usp0005hcq', 'Vanuatu', 'earthquake\r'), +(10058, '1992-11-27 13:50:56', 2.582, 128.756, 22, 5.8, 'mw', 'usp0005hfh', 'Halmahera, Indonesia', 'earthquake\r'), +(10059, '1992-11-28 03:13:33', -31.33, -71.992, 11.7, 6.5, 'mw', 'usp0005hhf', 'offshore Coquimbo, Chile', 'earthquake\r'), +(10060, '1992-11-28 17:45:40', 2.615, 128.77, 35.1, 5.8, 'mw', 'usp0005hje', 'Halmahera, Indonesia', 'earthquake\r'), +(10061, '1992-11-30 09:32:38', 35.692, -34.584, 19.6, 6, 'mwb', 'usp0005hn9', 'Azores Islands region', 'earthquake\r'), +(10062, '1992-12-01 00:23:23', -20.864, 169.234, 32.3, 6, 'mwb', 'usp0005hp5', 'Vanuatu', 'earthquake\r'), +(10063, '1992-12-01 18:43:44', -22.288, 174.307, 21.3, 5.5, 'mw', 'usp0005hq4', 'southeast of the Loyalty Islands', 'earthquake\r'), +(10064, '1992-12-02 18:03:44', 61.805, -151.194, 74.1, 5.5, 'mw', 'usp0005hr8', 'Southern Alaska', 'earthquake\r'), +(10065, '1992-12-03 06:28:38', -48.137, -9.878, 10, 5.5, 'mw', 'usp0005hrt', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(10066, '1992-12-04 11:36:36', 37.814, 72.194, 120.1, 5.8, 'mw', 'usp0005htj', 'Tajikistan', 'earthquake\r'), +(10067, '1992-12-06 01:43:53', 10.865, 57.291, 10, 5.7, 'mw', 'usp0005hvt', 'Carlsberg Ridge', 'earthquake\r'), +(10068, '1992-12-06 03:44:30', 37.81, 72.185, 127.5, 5.5, 'mb', 'usp0005hvv', 'Tajikistan', 'earthquake\r'), +(10069, '1992-12-07 02:11:42', 43.949, 147.145, 45.2, 6, 'mw', 'usp0005hx6', 'Kuril Islands', 'earthquake\r'), +(10070, '1992-12-08 02:24:26', -15.483, 168.012, 34.3, 5.6, 'mw', 'usp0005hyk', 'Vanuatu', 'earthquake\r'), +(10071, '1992-12-08 06:28:47', 10.141, -103.836, 10, 5.7, 'mw', 'usp0005hyt', 'northern East Pacific Rise', 'earthquake\r'), +(10072, '1992-12-08 07:08:40', 9.291, 93.479, 66, 6, 'mw', 'usp0005hyu', 'Nicobar Islands, India region', 'earthquake\r'), +(10073, '1992-12-09 06:27:43', -56.559, -142.556, 10, 5.9, 'mw', 'usp0005j0j', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10074, '1992-12-11 02:22:52', -17.523, 167.961, 33.1, 5.7, 'mw', 'usp0005j31', 'Vanuatu', 'earthquake\r'), +(10075, '1992-12-12 05:02:04', 34.362, 141.684, 20.8, 5.6, 'ms', 'usp0005j57', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(10076, '1992-12-12 05:29:26', -8.48, 121.896, 27.7, 7.8, 'mw', 'usp0005j5a', 'Flores region, Indonesia', 'earthquake\r'), +(10077, '1992-12-12 05:43:47', -8.52, 122.002, 20.6, 5.7, 'mb', 'usp0005j5c', 'Flores region, Indonesia', 'earthquake\r'), +(10078, '1992-12-12 06:38:29', -8.517, 121.928, 20.8, 6.1, 'mb', 'usp0005j5f', 'Flores region, Indonesia', 'earthquake\r'), +(10079, '1992-12-14 02:52:08', 52.126, 178.761, 130.2, 5.5, 'mw', 'usp0005j95', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10080, '1992-12-14 07:41:00', -14.029, 170.753, 621.9, 5.7, 'mw', 'usp0005j9b', 'Vanuatu region', 'earthquake\r'), +(10081, '1992-12-14 19:13:03', -33.64, 179.59, 223, 5.9, 'mwc', 'gcmtb121492e', 'south of the Kermadec Islands', 'earthquake\r'), +(10082, '1992-12-14 19:13:04', -34.666, 179.553, 247.3, 5.9, 'mw', 'usp0005j9w', 'south of the Kermadec Islands', 'earthquake\r'), +(10083, '1992-12-15 12:46:07', 8.638, 126.581, 33.2, 5.6, 'mw', 'usp0005jaw', 'Mindanao, Philippines', 'earthquake\r'), +(10084, '1992-12-17 10:39:29', 25.901, 61.441, 33, 5.7, 'mw', 'usp0005jdt', 'Iran-Pakistan border region', 'earthquake\r'), +(10085, '1992-12-18 03:14:04', -6.487, 147.144, 29.3, 6.1, 'mw', 'usp0005jfb', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10086, '1992-12-18 12:02:20', -52.893, 72.918, 10, 5.5, 'mb', 'usp0005jfy', 'Kerguelen Islands region', 'earthquake\r'), +(10087, '1992-12-19 06:44:02', -11.429, 166.29, 43.6, 5.8, 'ms', 'usp0005jgp', 'Santa Cruz Islands', 'earthquake\r'), +(10088, '1992-12-19 12:14:22', 51.906, 158.411, 53, 6.1, 'mwb', 'usp0005jgz', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10089, '1992-12-20 16:38:46', -25.684, 179.561, 498.5, 5.5, 'mw', 'usp0005jjm', 'south of the Fiji Islands', 'earthquake\r'), +(10090, '1992-12-20 20:52:47', -6.582, 130.393, 77.7, 7.3, 'mw', 'usp0005jjt', 'Banda Sea', 'earthquake\r'), +(10091, '1992-12-21 06:13:38', 52.006, 179.067, 99.3, 5.5, 'mb', 'usp0005jkc', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10092, '1992-12-22 04:54:17', -6.648, 130.55, 67, 5.7, 'mw', 'usp0005jn5', 'Banda Sea', 'earthquake\r'), +(10093, '1992-12-23 02:20:06', -19.766, -68.808, 105.7, 5.7, 'mw', 'usp0005jpv', 'Tarapaca, Chile', 'earthquake\r'), +(10094, '1992-12-23 03:00:45', -6.541, 130.417, 101.7, 5.8, 'mw', 'usp0005jpy', 'Banda Sea', 'earthquake\r'), +(10095, '1992-12-24 00:03:33', 2.549, 126.581, 96.6, 5.7, 'mw', 'usp0005jrg', 'Molucca Sea', 'earthquake\r'), +(10096, '1992-12-24 00:34:14', -15.293, -173.128, 23.4, 6.3, 'mw', 'usp0005jrk', 'Tonga', 'earthquake\r'), +(10097, '1992-12-26 06:02:03', -5.594, 152.834, 38, 5.8, 'mw', 'usp0005jvr', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10098, '1992-12-26 14:57:39', -1.011, -78.064, 11.6, 5.9, 'mw', 'usp0005jwd', 'Ecuador', 'earthquake\r'), +(10099, '1992-12-26 19:14:26', -32.457, -178.282, 10, 5.7, 'mw', 'usp0005jwq', 'south of the Kermadec Islands', 'earthquake\r'), +(10100, '1992-12-26 19:52:25', -0.564, -19.318, 27.1, 6.8, 'mw', 'usp0005jwt', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10101, '1992-12-27 16:21:17', 38.857, 142.32, 28.3, 5.7, 'ms', 'usp0005jyb', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(10102, '1992-12-27 21:49:04', -6.087, 113.05, 600.9, 6, 'mw', 'usp0005jyn', 'Java, Indonesia', 'earthquake\r'), +(10103, '1992-12-29 01:57:23', 0.012, 122.914, 184.8, 5.5, 'mw', 'usp0005k0f', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(10104, '1992-12-29 21:17:32', -9.295, 123.987, 95.2, 5.5, 'mw', 'usp0005k1n', 'Timor region, Indonesia', 'earthquake\r'), +(10105, '1992-12-30 06:25:27', -7.986, 159.041, 50.1, 5.6, 'mw', 'usp0005k21', 'Solomon Islands', 'earthquake\r'), +(10106, '1992-12-31 07:26:06', 38.902, 142.421, 39.1, 5.8, 'mw', 'usp0005k45', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(10107, '1992-12-31 20:17:09', -32.015, -178.025, 16.4, 6.4, 'mwb', 'usp0005k58', 'south of the Kermadec Islands', 'earthquake\r'), +(10108, '1993-01-01 21:36:39', -61.011, 154.003, 10, 5.6, 'mw', 'usp0005k6y', 'Balleny Islands region', 'earthquake\r'), +(10109, '1993-01-02 06:29:18', -39.81, 86.452, 10, 5.5, 'mw', 'usp0005k7d', 'southeast Indian Ridge', 'earthquake\r'), +(10110, '1993-01-03 04:23:35', -1.513, 119.679, 37.2, 5.7, 'mw', 'usp0005k8d', 'Sulawesi, Indonesia', 'earthquake\r'), +(10111, '1993-01-03 17:08:14', -4.064, 129.512, 53.7, 5.8, 'mw', 'usp0005k8x', 'Banda Sea', 'earthquake\r'), +(10112, '1993-01-04 01:26:18', 3.266, 128.094, 72.3, 5.9, 'mw', 'usp0005k97', 'north of Halmahera, Indonesia', 'earthquake\r'), +(10113, '1993-01-04 20:41:11', -22.055, -174.866, 33, 6, 'mw', 'usp0005ka8', 'Tonga region', 'earthquake\r'), +(10114, '1993-01-07 07:42:26', 0.136, -16.972, 10, 5.7, 'mw', 'usp0005kdm', 'north of Ascension Island', 'earthquake\r'), +(10115, '1993-01-07 12:02:10', -32.031, -178.073, 10, 5.6, 'mw', 'usp0005kdw', 'south of the Kermadec Islands', 'earthquake\r'), +(10116, '1993-01-07 12:06:44', -32.036, -178.074, 10, 5.6, 'mw', 'usp0005kdx', 'south of the Kermadec Islands', 'earthquake\r'), +(10117, '1993-01-07 18:35:04', -25.085, -179.987, 521.2, 5.5, 'mw', 'usp0005ke8', 'south of the Fiji Islands', 'earthquake\r'), +(10118, '1993-01-08 17:31:11', 13.006, 49.351, 10, 5.5, 'mw', 'usp0005kg1', 'Gulf of Aden', 'earthquake\r'), +(10119, '1993-01-09 11:15:52', -32.199, -178.113, 10, 5.5, 'mw', 'usp0005kh7', 'south of the Kermadec Islands', 'earthquake\r'), +(10120, '1993-01-10 14:39:00', -59.274, -26.205, 61, 6.7, 'mwb', 'usp0005kjj', 'South Sandwich Islands region', 'earthquake\r'), +(10121, '1993-01-10 22:58:20', 5.5, -82.564, 10, 5.5, 'mw', 'usp0005kk2', 'south of Panama', 'earthquake\r'), +(10122, '1993-01-11 22:22:59', 5.366, -82.541, 33, 5.7, 'mw', 'usp0005kmu', 'south of Panama', 'earthquake\r'), +(10123, '1993-01-13 06:40:36', -55.931, -27.203, 33, 5.5, 'ms', 'usp0005kpr', 'South Sandwich Islands region', 'earthquake\r'), +(10124, '1993-01-13 17:11:08', 17.955, -76.583, 16, 5.5, 'mw', 'usp0005kqb', 'Jamaica region', 'earthquake\r'), +(10125, '1993-01-13 18:50:43', -50.791, 139.505, 9.9, 6.3, 'mw', 'usp0005kqg', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(10126, '1993-01-15 11:06:02', 42.982, 144.165, 112.3, 6.1, 'mb', 'usp0005kth', 'Hokkaido, Japan region', 'earthquake\r'), +(10127, '1993-01-15 11:06:06', 43.3, 143.691, 102.2, 7.6, 'mw', 'usp0005ktj', 'Hokkaido, Japan region', 'earthquake\r'), +(10128, '1993-01-17 18:24:52', -58.634, -26.177, 110.2, 5.6, 'mw', 'usp0005kwb', 'South Sandwich Islands region', 'earthquake\r'), +(10129, '1993-01-18 01:18:06', 18.414, 145.734, 151.1, 6.4, 'mwb', 'usp0005kwn', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(10130, '1993-01-18 12:42:08', 30.837, 90.373, 33, 5.9, 'mw', 'usp0005kx9', 'eastern Xizang', 'earthquake\r'), +(10131, '1993-01-19 09:05:02', -45.118, 34.996, 10, 5.9, 'mw', 'usp0005kyr', 'Prince Edward Islands region', 'earthquake\r'), +(10132, '1993-01-19 14:39:26', 38.649, 133.465, 448.3, 6.6, 'mwb', 'usp0005kz3', 'Sea of Japan', 'earthquake\r'), +(10133, '1993-01-19 15:17:17', -2.077, 125.196, 34.5, 5.6, 'mb', 'usp0005kz4', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(10134, '1993-01-19 23:06:10', 1.221, 126.072, 26.5, 5.9, 'mw', 'usp0005kzf', 'Molucca Sea', 'earthquake\r'), +(10135, '1993-01-20 02:30:55', 3.144, 97.633, 67.8, 6.2, 'mwb', 'usp0005kzq', 'northern Sumatra, Indonesia', 'earthquake\r'), +(10136, '1993-01-20 03:03:39', -32.263, -178.178, 16.5, 5.9, 'mw', 'usp0005kzr', 'south of the Kermadec Islands', 'earthquake\r'), +(10137, '1993-01-20 04:08:27', -8.318, 121.377, 33, 5.8, 'mw', 'usp0005kzu', 'Flores region, Indonesia', 'earthquake\r'), +(10138, '1993-01-20 17:31:16', -7.205, 128.566, 33, 6.4, 'mw', 'usp0005m0k', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(10139, '1993-01-21 13:43:15', 78.873, 125.638, 28.6, 5.5, 'mw', 'usp0005m1w', 'east of Severnaya Zemlya', 'earthquake\r'), +(10140, '1993-01-23 08:59:25', 24.114, 121.709, 28.7, 5.7, 'mw', 'usp0005m4g', 'Taiwan', 'earthquake\r'), +(10141, '1993-01-23 18:22:12', 54.475, -161.633, 22.6, 5.6, 'mw', 'usp0005m59', 'Alaska Peninsula', 'earthquake\r'), +(10142, '1993-01-25 05:59:32', -53.31, 73.189, 10, 5.7, 'mb', 'usp0005m7b', 'Kerguelen Islands region', 'earthquake\r'), +(10143, '1993-01-25 14:46:10', -15.211, -173.498, 37.3, 5.7, 'mw', 'usp0005m7x', 'Tonga', 'earthquake\r'), +(10144, '1993-01-26 20:32:07', 23.027, 101.062, 33, 5.6, 'mw', 'usp0005m9h', 'Yunnan, China', 'earthquake\r'), +(10145, '1993-02-02 16:05:14', 42.219, 86.132, 33.1, 5.7, 'mb', 'usp0005mhv', 'northern Xinjiang, China', 'earthquake\r'), +(10146, '1993-02-02 18:17:47', -29.726, -176.87, 43.4, 5.6, 'mw', 'usp0005mhy', 'Kermadec Islands region', 'earthquake\r'), +(10147, '1993-02-03 03:24:28', 18.785, 145.391, 245, 5.7, 'mw', 'usp0005mj9', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(10148, '1993-02-03 16:51:46', 13.619, 123.072, 17.9, 5.6, 'mw', 'usp0005mjw', 'Luzon, Philippines', 'earthquake\r'), +(10149, '1993-02-04 16:28:32', 12.495, 141.923, 27.4, 5.5, 'mw', 'usp0005mmn', 'Mariana Islands region', 'earthquake\r'), +(10150, '1993-02-04 18:04:28', -1.286, -24.277, 10, 5.5, 'mw', 'usp0005mmr', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10151, '1993-02-05 06:37:24', 12.542, 141.985, 50.4, 5.5, 'mw', 'usp0005mna', 'Mariana Islands region', 'earthquake\r'), +(10152, '1993-02-05 07:15:21', 12.573, 141.882, 27.9, 5.9, 'mw', 'usp0005mnb', 'Mariana Islands region', 'earthquake\r'), +(10153, '1993-02-06 12:42:52', -56.522, -25.765, 33, 5.7, 'mw', 'usp0005mqb', 'South Sandwich Islands region', 'earthquake\r'), +(10154, '1993-02-07 13:27:42', 37.634, 137.245, 10.6, 6.6, 'mwb', 'usp0005mrp', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(10155, '1993-02-08 04:24:47', -4.834, 101.916, 29.8, 5.7, 'mw', 'usp0005msq', 'southern Sumatra, Indonesia', 'earthquake\r'), +(10156, '1993-02-09 12:04:49', 0.696, -29.666, 10, 5.5, 'mw', 'usp0005mty', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10157, '1993-02-09 14:25:39', 45.709, 141.938, 306.8, 5.6, 'mw', 'usp0005mu6', 'Hokkaido, Japan region', 'earthquake\r'), +(10158, '1993-02-10 10:53:07', -7.745, 105.262, 32.8, 5.8, 'mw', 'usp0005mvu', 'Java, Indonesia', 'earthquake\r'), +(10159, '1993-02-13 10:55:56', -14.926, -176.924, 33, 6.2, 'mw', 'usp0005n0w', 'Fiji region', 'earthquake\r'), +(10160, '1993-02-15 08:55:26', -12.505, 166.387, 128.8, 5.9, 'mw', 'usp0005n44', 'Santa Cruz Islands', 'earthquake\r'), +(10161, '1993-02-17 17:46:24', -6.002, 150.604, 24.8, 5.6, 'mw', 'usp0005n89', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10162, '1993-02-18 10:10:48', -0.457, -19.454, 10, 6.3, 'mw', 'usp0005n9a', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10163, '1993-02-20 07:11:52', -22.11, -174.838, 43.7, 5.5, 'mw', 'usp0005nce', 'Tonga region', 'earthquake\r'), +(10164, '1993-02-21 07:13:20', -6.726, 127.636, 368.3, 5.7, 'mw', 'usp0005ne1', 'Banda Sea', 'earthquake\r'), +(10165, '1993-02-22 00:08:55', 47.191, 154.125, 32.8, 5.7, 'mw', 'usp0005nff', 'Kuril Islands', 'earthquake\r'), +(10166, '1993-02-22 06:37:22', 47.129, 154.061, 25.2, 5.5, 'mw', 'usp0005nfz', 'Kuril Islands', 'earthquake\r'), +(10167, '1993-02-22 07:06:01', 47.125, 154.064, 43.6, 5.6, 'mw', 'usp0005ng2', 'Kuril Islands', 'earthquake\r'), +(10168, '1993-02-24 22:21:38', -24.931, -68.386, 118.7, 5.7, 'mwb', 'usp0005nmw', 'Salta, Argentina', 'earthquake\r'), +(10169, '1993-02-25 07:34:57', -23.996, -177.218, 165.7, 5.7, 'mw', 'usp0005nnk', 'south of the Fiji Islands', 'earthquake\r'), +(10170, '1993-02-25 09:27:43', 40.268, 142.333, 47.9, 5.7, 'mw', 'usp0005nnq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(10171, '1993-02-27 18:38:10', 49.842, 156.193, 34.9, 5.5, 'mw', 'usp0005nrs', 'Kuril Islands', 'earthquake\r'), +(10172, '1993-03-01 01:39:28', -3.744, 138.536, 88.8, 6.2, 'mwb', 'usp0005nte', 'Papua, Indonesia', 'earthquake\r'), +(10173, '1993-03-02 00:24:00', -8.294, 122.303, 14.6, 5.9, 'mwb', 'usp0005nuu', 'Flores region, Indonesia', 'earthquake\r'), +(10174, '1993-03-02 06:12:06', -6.274, 147.258, 64.3, 5.6, 'mw', 'usp0005nvb', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10175, '1993-03-03 23:14:26', -13.342, 175.009, 13.9, 6, 'mw', 'usp0005nyd', 'Fiji region', 'earthquake\r'), +(10176, '1993-03-04 14:35:59', -13.241, 174.872, 18.6, 5.7, 'mw', 'usp0005nze', 'Fiji region', 'earthquake\r'), +(10177, '1993-03-05 08:20:55', 28.71, -113.122, 10, 5.7, 'mw', 'usp0005p0k', 'Baja California, Mexico', 'earthquake\r'), +(10178, '1993-03-06 03:05:50', -10.972, 164.181, 20.4, 7.1, 'mwb', 'usp0005p26', 'Santa Cruz Islands region', 'earthquake\r'), +(10179, '1993-03-06 05:50:03', -11.025, 163.921, 27.5, 6, 'ms', 'usp0005p2g', 'Solomon Islands', 'earthquake\r'), +(10180, '1993-03-06 10:02:07', -26.536, -177.355, 18.2, 6.6, 'mwb', 'usp0005p2v', 'south of the Fiji Islands', 'earthquake\r'), +(10181, '1993-03-06 16:26:57', -11.062, 163.386, 25.3, 6.7, 'mw', 'usp0005p35', 'Solomon Islands', 'earthquake\r'), +(10182, '1993-03-07 07:58:09', -10.889, 164.406, 35.8, 5.6, 'mw', 'usp0005p4b', 'Santa Cruz Islands region', 'earthquake\r'), +(10183, '1993-03-08 17:03:21', -11.123, 163.298, 27.7, 5.6, 'mw', 'usp0005p69', 'Solomon Islands', 'earthquake\r'), +(10184, '1993-03-08 21:50:42', -6.706, 131.616, 26.3, 5.5, 'mw', 'usp0005p6k', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(10185, '1993-03-09 01:29:15', -55.678, 146.999, 10, 6.2, 'mw', 'usp0005p6t', 'west of Macquarie Island', 'earthquake\r'), +(10186, '1993-03-09 07:45:44', -59.624, -25.709, 33, 6.3, 'mw', 'usp0005p73', 'South Sandwich Islands region', 'earthquake\r'), +(10187, '1993-03-10 12:39:24', -59.7, -25.719, 33, 6.5, 'mw', 'usp0005p91', 'South Sandwich Islands region', 'earthquake\r'), +(10188, '1993-03-11 22:07:27', -16.71, -172.712, 33, 5.7, 'mw', 'usp0005pbu', 'Samoa Islands region', 'earthquake\r'), +(10189, '1993-03-12 12:06:15', -59.406, 149.43, 10, 5.6, 'mw', 'usp0005pcx', 'west of Macquarie Island', 'earthquake\r'), +(10190, '1993-03-12 14:01:35', -14.385, -178.252, 9.6, 6.4, 'mwb', 'usp0005pd4', 'Fiji region', 'earthquake\r'), +(10191, '1993-03-12 21:53:46', -14.293, -178.19, 33, 5.5, 'mw', 'usp0005pdp', 'Fiji region', 'earthquake\r'), +(10192, '1993-03-13 03:03:06', -18.218, -178.43, 630.7, 5.5, 'mw', 'usp0005pe0', 'Fiji region', 'earthquake\r'), +(10193, '1993-03-13 17:12:26', 19.626, 38.799, 10, 5.7, 'mw', 'usp0005pf5', 'Red Sea', 'earthquake\r'), +(10194, '1993-03-15 16:08:58', -26.708, -70.918, 28.9, 6.7, 'mwb', 'usp0005pj6', 'offshore Atacama, Chile', 'earthquake\r'), +(10195, '1993-03-16 22:59:46', 11.625, 41.987, 16.2, 5.6, 'mw', 'usp0005pn0', 'Djibouti', 'earthquake\r'), +(10196, '1993-03-17 04:35:58', -37.691, -74.939, 9.2, 5.6, 'mw', 'usp0005pnc', 'off the coast of Bio-Bio, Chile', 'earthquake\r'), +(10197, '1993-03-18 15:47:00', 38.34, 22.155, 59.2, 5.8, 'mw', 'usp0005prk', 'Greece', 'earthquake\r'), +(10198, '1993-03-19 01:48:05', -26.742, -70.966, 29.3, 6, 'mw', 'usp0005psc', 'offshore Atacama, Chile', 'earthquake\r'), +(10199, '1993-03-19 05:59:43', 36.038, 141.55, 34.4, 5.6, 'mw', 'usp0005psp', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(10200, '1993-03-20 09:20:33', -56.084, -27.803, 115.9, 6.3, 'mwb', 'usp0005puq', 'South Sandwich Islands region', 'earthquake\r'), +(10201, '1993-03-20 14:52:00', 29.084, 87.333, 12.2, 6.2, 'mw', 'usp0005pv9', 'western Xizang', 'earthquake\r'), +(10202, '1993-03-21 05:04:59', -18.042, -178.528, 588.9, 6.3, 'mwb', 'usp0005pwd', 'Fiji region', 'earthquake\r'), +(10203, '1993-03-22 18:23:51', 52.172, -172.889, 33, 5.7, 'mw', 'usp0005pys', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10204, '1993-03-25 02:09:20', -49.888, -114.991, 10, 5.5, 'mw', 'usp0005q2u', 'southern East Pacific Rise', 'earthquake\r'), +(10205, '1993-03-25 07:08:19', 41.8, 143.467, 33.9, 6, 'mw', 'usp0005q39', 'Hokkaido, Japan region', 'earthquake\r'), +(10206, '1993-03-25 13:34:35', 45.0351667, -122.6065, 19.608, 5.6, 'md', 'uw10306313', 'Oregon', 'earthquake\r'), +(10207, '1993-03-28 17:16:51', -13.114, 175.001, 33, 5.5, 'mw', 'usp0005q93', 'Fiji region', 'earthquake\r'), +(10208, '1993-03-29 03:50:53', 13.387, 120.484, 58.1, 5.9, 'mw', 'usp0005qak', 'Mindoro, Philippines', 'earthquake\r'), +(10209, '1993-03-29 06:57:20', -53.039, 27.396, 10, 5.7, 'mw', 'usp0005qay', 'south of Africa', 'earthquake\r'), +(10210, '1993-03-30 05:23:58', -22.089, -67.325, 184.3, 5.8, 'mw', 'usp0005qcp', 'Potosi, Bolivia', 'earthquake\r'), +(10211, '1993-03-31 03:42:08', -22.756, 179.249, 616.8, 5.7, 'mw', 'usp0005qe6', 'south of the Fiji Islands', 'earthquake\r'), +(10212, '1993-03-31 10:18:14', 17.322, -100.91, 29.5, 5.5, 'mw', 'usp0005qen', 'Guerrero, Mexico', 'earthquake\r'), +(10213, '1993-04-01 06:11:16', -19.923, -177.538, 406, 5.7, 'mw', 'usp0005qfw', 'Fiji region', 'earthquake\r'), +(10214, '1993-04-02 01:56:31', -17.84, -177.073, 361.8, 5.7, 'mw', 'usp0005qh7', 'Fiji region', 'earthquake\r'), +(10215, '1993-04-02 08:04:12', -17.373, -171.921, 9.3, 6, 'mwb', 'usp0005qhp', 'Tonga region', 'earthquake\r'), +(10216, '1993-04-05 04:00:05', -59.801, -26.312, 33, 6.3, 'mwb', 'usp0005qp7', 'South Sandwich Islands region', 'earthquake\r'), +(10217, '1993-04-05 04:16:35', -59.786, -26.344, 33, 5.5, 'mb', 'usp0005qp8', 'South Sandwich Islands region', 'earthquake\r'), +(10218, '1993-04-05 04:52:32', -59.806, -26.352, 33, 5.8, 'ms', 'usp0005qpa', 'South Sandwich Islands region', 'earthquake\r'), +(10219, '1993-04-05 16:51:40', -59.787, -26.203, 33, 5.7, 'mw', 'usp0005qq8', 'South Sandwich Islands region', 'earthquake\r'), +(10220, '1993-04-09 05:54:17', -31.477, -13.591, 10, 5.5, 'mb', 'usp0005qwu', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(10221, '1993-04-09 11:35:38', 14.937, 120.51, 33.7, 5.6, 'mw', 'usp0005qx4', 'Luzon, Philippines', 'earthquake\r'), +(10222, '1993-04-10 13:31:01', -54.128, -129.65, 10, 5.5, 'mw', 'usp0005qz6', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10223, '1993-04-11 06:59:48', -39.744, 176.542, 32.8, 5.7, 'mw', 'usp0005r0b', 'North Island of New Zealand', 'earthquake\r'), +(10224, '1993-04-13 20:07:17', 1.196, 126.518, 45.2, 5.8, 'mw', 'usp0005r4a', 'Molucca Sea', 'earthquake\r'), +(10225, '1993-04-14 05:58:33', 51.131, -168.825, 33, 5.9, 'mw', 'usp0005r4x', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10226, '1993-04-15 10:32:31', -16.395, -14.293, 10, 5.6, 'mw', 'usp0005r7b', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(10227, '1993-04-15 13:32:38', -18.182, -178.092, 457, 5.6, 'mw', 'usp0005r7m', 'Fiji region', 'earthquake\r'), +(10228, '1993-04-16 04:09:19', 56.212, -155.086, 24.7, 5.5, 'mw', 'usp0005r8n', 'Alaska Peninsula', 'earthquake\r'), +(10229, '1993-04-16 14:08:39', -17.778, -178.864, 565.1, 6.9, 'mwb', 'usp0005r9f', 'Fiji region', 'earthquake\r'), +(10230, '1993-04-17 20:32:45', -16.595, -177.397, 9.7, 6.3, 'mw', 'usp0005rbf', 'Fiji region', 'earthquake\r'), +(10231, '1993-04-18 09:16:23', -11.652, -76.53, 106.3, 6.3, 'mw', 'usp0005rcg', 'central Peru', 'earthquake\r'), +(10232, '1993-04-18 14:10:38', -53.958, -133.868, 10, 6.3, 'mw', 'usp0005rcq', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10233, '1993-04-19 21:01:49', 4.015, 128.204, 23.6, 6.8, 'mw', 'usp0005reu', 'north of Halmahera, Indonesia', 'earthquake\r'), +(10234, '1993-04-20 08:11:21', -54.366, 144.086, 10, 5.9, 'mw', 'usp0005rfn', 'west of Macquarie Island', 'earthquake\r'), +(10235, '1993-04-20 16:26:20', -20.883, -178.699, 591.8, 5.8, 'mw', 'usp0005rgh', 'Fiji region', 'earthquake\r'), +(10236, '1993-04-24 09:54:21', -17.871, 179.849, 599.3, 6.3, 'mw', 'usp0005rqe', 'Fiji', 'earthquake\r'), +(10237, '1993-04-25 00:07:09', -15.679, -172.96, 33, 6, 'mw', 'usp0005rr6', 'Samoa Islands region', 'earthquake\r'), +(10238, '1993-04-25 17:42:49', -1.897, 145.753, 33, 5.5, 'mw', 'usp0005rs8', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(10239, '1993-04-27 06:08:56', -6.138, 147.761, 38.2, 5.5, 'mw', 'usp0005ru4', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10240, '1993-04-27 13:04:05', -55.672, -27.142, 33, 5.5, 'mb', 'usp0005rus', 'South Sandwich Islands region', 'earthquake\r'), +(10241, '1993-05-01 02:48:56', 26.414, 127.269, 55, 5.5, 'mw', 'usp0005s12', 'Ryukyu Islands, Japan', 'earthquake\r'), +(10242, '1993-05-02 02:09:26', -17.352, -14.5, 10, 5.6, 'mb', 'usp0005s2n', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(10243, '1993-05-02 11:26:55', -56.415, -24.491, 12.9, 6.4, 'mwb', 'usp0005s3c', 'South Sandwich Islands region', 'earthquake\r'), +(10244, '1993-05-02 15:11:55', 0.971, -27.794, 10, 5.5, 'mw', 'usp0005s3k', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10245, '1993-05-02 15:26:03', -21.151, -175.883, 120, 5.7, 'mw', 'usp0005s3m', 'Tonga', 'earthquake\r'), +(10246, '1993-05-02 21:15:24', -59.852, -26.302, 33, 5.5, 'mw', 'usp0005s48', 'South Sandwich Islands region', 'earthquake\r'), +(10247, '1993-05-04 00:09:33', -27.973, -176.67, 58.8, 5.7, 'mw', 'usp0005s5v', 'Kermadec Islands region', 'earthquake\r'), +(10248, '1993-05-06 07:58:48', 46.711, 153.513, 37.4, 5.7, 'mw', 'usp0005sa0', 'Kuril Islands', 'earthquake\r'), +(10249, '1993-05-06 13:03:18', -8.472, -71.485, 572.8, 6.1, 'mw', 'usp0005saj', 'Acre, Brazil', 'earthquake\r'), +(10250, '1993-05-10 04:03:41', -53.024, -118.037, 10, 5.8, 'mw', 'usp0005sh2', 'southern East Pacific Rise', 'earthquake\r'), +(10251, '1993-05-11 02:51:42', 2.345, -99.885, 10, 5.6, 'mw', 'usp0005sk7', 'west of the Galapagos Islands', 'earthquake\r'), +(10252, '1993-05-11 16:25:00', -24.919, -70.464, 46.6, 5.7, 'mw', 'usp0005sky', 'Antofagasta, Chile', 'earthquake\r'), +(10253, '1993-05-11 18:26:51', 7.219, 126.57, 58.7, 7, 'mwb', 'usp0005sm4', 'Mindanao, Philippines', 'earthquake\r'), +(10254, '1993-05-12 11:59:14', -20.46, -177.812, 531.3, 5.5, 'mw', 'usp0005snd', 'Fiji region', 'earthquake\r'), +(10255, '1993-05-12 13:06:44', -3.836, 135.481, 33, 5.5, 'mw', 'usp0005sne', 'Papua, Indonesia', 'earthquake\r'), +(10256, '1993-05-13 11:59:49', 55.177, -160.458, 32.3, 6.9, 'mw', 'usp0005sqc', 'Alaska Peninsula', 'earthquake\r'), +(10257, '1993-05-15 01:41:11', -22.257, 169.507, 25.3, 5.6, 'mw', 'usp0005stb', 'southeast of the Loyalty Islands', 'earthquake\r'), +(10258, '1993-05-15 01:55:39', 7.23, 126.641, 31.3, 5.8, 'mw', 'usp0005std', 'Mindanao, Philippines', 'earthquake\r'), +(10259, '1993-05-15 03:09:38', 16.673, -98.417, 19.7, 6, 'mwb', 'usp0005stj', 'Guerrero, Mexico', 'earthquake\r'), +(10260, '1993-05-15 03:12:33', 16.698, -98.395, 20.8, 6.1, 'mw', 'usp0005stk', 'Guerrero, Mexico', 'earthquake\r'), +(10261, '1993-05-15 05:23:40', -28.073, -176.637, 33.3, 5.6, 'mw', 'usp0005stq', 'Kermadec Islands region', 'earthquake\r'), +(10262, '1993-05-15 20:39:20', -54.71, -131.925, 10, 5.7, 'mw', 'usp0005suv', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10263, '1993-05-15 21:52:25', 51.374, -178.669, 32, 6.9, 'mw', 'usp0005suz', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10264, '1993-05-16 21:44:49', -15.286, -173.332, 21.3, 6.6, 'mw', 'usp0005swx', 'Tonga', 'earthquake\r'), +(10265, '1993-05-17 02:08:37', 11.105, 124.846, 33, 5.7, 'mw', 'usp0005sx9', 'Leyte, Philippines', 'earthquake\r'), +(10266, '1993-05-17 06:06:13', 54.981, -160.038, 33, 5.7, 'mw', 'usp0005sxk', 'Alaska Peninsula', 'earthquake\r'), +(10267, '1993-05-17 16:02:53', -5.343, 151.985, 17.3, 6.4, 'mw', 'usp0005sym', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10268, '1993-05-17 16:14:21', -5.25, 152.083, 23.8, 5.8, 'ms', 'usp0005syn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10269, '1993-05-17 23:20:50', 37.165, -117.774, 3.599, 6.1, 'mw', 'ci3105173', '46km E of Big Pine, California', 'earthquake\r'), +(10270, '1993-05-18 01:39:00', -5.448, 152.141, 33, 5.5, 'mb', 'usp0005szx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10271, '1993-05-18 10:19:34', 19.914, 122.45, 168.6, 6.8, 'mwb', 'usp0005t13', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(10272, '1993-05-19 11:55:46', -30.465, -178.142, 23, 5.5, 'mb', 'usp0005t3m', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10273, '1993-05-19 12:03:28', -8.347, 121.992, 39.7, 5.6, 'mw', 'usp0005t3n', 'Flores region, Indonesia', 'earthquake\r'), +(10274, '1993-05-20 04:55:54', 13.757, -90.952, 31.3, 5.8, 'mw', 'usp0005t53', 'offshore Guatemala', 'earthquake\r'), +(10275, '1993-05-20 11:08:11', -0.023, 124.793, 29.8, 5.7, 'mw', 'usp0005t5p', 'Molucca Sea', 'earthquake\r'), +(10276, '1993-05-23 06:59:54', -16.171, 167.914, 177.8, 5.7, 'mw', 'usp0005tar', 'Vanuatu', 'earthquake\r'), +(10277, '1993-05-24 23:51:21', -23.238, -66.631, 221, 6.2, 'mb', 'usp0005te5', 'Jujuy, Argentina', 'earthquake\r'), +(10278, '1993-05-24 23:51:28', -22.671, -66.543, 221, 7, 'mwb', 'usp0005te6', 'Jujuy, Argentina', 'earthquake\r'), +(10279, '1993-05-25 02:13:46', -13.494, 167.12, 189.9, 5.6, 'mb', 'usp0005ted', 'Vanuatu', 'earthquake\r'), +(10280, '1993-05-25 23:16:43', 55.021, -160.513, 36.8, 6.2, 'mwb', 'usp0005tg0', 'Alaska Peninsula', 'earthquake\r'), +(10281, '1993-05-26 03:30:52', -5.522, 151.832, 37.7, 5.7, 'mw', 'usp0005tg5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10282, '1993-05-27 08:52:00', -29.359, -178.271, 118.5, 5.8, 'mw', 'usp0005tjd', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10283, '1993-05-27 18:07:01', 5.461, -77.514, 11.7, 5.5, 'mb', 'usp0005tkb', 'near the west coast of Colombia', 'earthquake\r'), +(10284, '1993-05-28 11:06:13', -27.264, 66.474, 10, 5.6, 'mw', 'usp0005tmp', 'Indian Ocean Triple Junction', 'earthquake\r'), +(10285, '1993-05-28 15:55:28', 55.862, -155.171, 33, 5.5, 'mw', 'usp0005tmz', 'south of Alaska', 'earthquake\r'), +(10286, '1993-05-29 06:50:13', 19.072, -26.476, 12, 6.4, 'mwb', 'usp0005tp6', 'North Atlantic Ocean', 'earthquake\r'), +(10287, '1993-05-30 14:12:20', -3.674, 142.703, 6, 5.8, 'mw', 'usp0005trv', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(10288, '1993-05-30 16:32:27', -5.423, 150.514, 101.5, 5.7, 'mwb', 'usp0005ts6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10289, '1993-05-30 17:08:54', 1.546, 127.207, 80.9, 6.1, 'mwb', 'usp0005ts9', 'Halmahera, Indonesia', 'earthquake\r'), +(10290, '1993-05-30 17:13:20', 1.559, 127.248, 94.6, 5.6, 'mb', 'usp0005tsa', 'Halmahera, Indonesia', 'earthquake\r'), +(10291, '1993-05-30 22:34:04', -0.621, 124.208, 74.9, 5.7, 'mw', 'usp0005tsy', 'Molucca Sea', 'earthquake\r'), +(10292, '1993-05-31 08:34:22', -72.448, 174.838, 10, 5.5, 'mw', 'usp0005ttt', 'Ross Sea', 'earthquake\r'), +(10293, '1993-06-01 15:53:47', -45.711, -77.211, 33, 5.9, 'mw', 'usp0005tvt', 'off the coast of Aisen, Chile', 'earthquake\r'), +(10294, '1993-06-02 03:00:18', -46.471, 33.954, 10, 5.8, 'mw', 'usp0005twd', 'Prince Edward Islands region', 'earthquake\r'), +(10295, '1993-06-02 08:27:19', 51.513, -178.744, 33, 5.8, 'mw', 'usp0005twr', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10296, '1993-06-02 20:42:53', -36.237, 179.597, 65.9, 5.7, 'mb', 'usp0005txm', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(10297, '1993-06-03 09:38:26', -14.841, 167.299, 151.8, 6.1, 'mw', 'usp0005tyd', 'Vanuatu', 'earthquake\r'), +(10298, '1993-06-03 20:16:27', 9.595, 126.512, 55.5, 5.6, 'mw', 'usp0005tyz', 'Mindanao, Philippines', 'earthquake\r'), +(10299, '1993-06-04 03:06:35', 11.799, 142.493, 24.6, 5.6, 'mw', 'usp0005tze', 'south of the Mariana Islands', 'earthquake\r'), +(10300, '1993-06-04 10:49:34', 3.734, 128.497, 20.4, 6, 'mw', 'usp0005u02', 'north of Halmahera, Indonesia', 'earthquake\r'), +(10301, '1993-06-06 09:18:29', -24.509, -175.928, 29.3, 5.5, 'mw', 'usp0005u3v', 'south of Tonga', 'earthquake\r'), +(10302, '1993-06-06 13:23:21', 15.823, 146.595, 13.5, 6.5, 'mwb', 'usp0005u48', 'Saipan region, Northern Mariana Islands', 'earthquake\r'), +(10303, '1993-06-07 07:49:35', 35.972, 141.529, 35.7, 5.8, 'mw', 'usp0005u5k', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(10304, '1993-06-08 12:18:07', -31.669, -15.695, 10, 5.5, 'mb', 'usp0005u77', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(10305, '1993-06-08 13:03:36', 51.218, 157.829, 70.6, 7.5, 'mw', 'usp0005u7b', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10306, '1993-06-08 23:17:41', -31.56, -69.234, 112.7, 6.3, 'mwb', 'usp0005u7y', 'San Juan, Argentina', 'earthquake\r'), +(10307, '1993-06-10 17:48:38', -24.353, -176.082, 33.8, 5.6, 'mw', 'usp0005ubb', 'south of the Fiji Islands', 'earthquake\r'), +(10308, '1993-06-12 05:45:21', -11.14, 162.937, 14.9, 6.1, 'mwb', 'usp0005ue3', 'Solomon Islands', 'earthquake\r'), +(10309, '1993-06-12 07:02:00', -5.609, 148.095, 156.8, 5.7, 'mw', 'usp0005ue9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10310, '1993-06-12 11:15:07', 13.25, -87.528, 217.8, 5.9, 'mw', 'usp0005uen', 'Golfo de Fonseca, Honduras', 'earthquake\r'), +(10311, '1993-06-12 18:26:42', -4.375, 135.118, 9.9, 6.1, 'mwb', 'usp0005uf9', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(10312, '1993-06-12 20:33:26', 51.259, 157.692, 44.2, 6.3, 'mwb', 'usp0005ufc', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10313, '1993-06-13 00:39:10', -6.38, 155.476, 194, 5.6, 'mw', 'usp0005ufw', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10314, '1993-06-13 13:35:36', -11.162, 163.113, 39.4, 5.5, 'mw', 'usp0005ugs', 'Solomon Islands', 'earthquake\r'), +(10315, '1993-06-15 05:10:12', 24.959, 127.867, 36.3, 5.5, 'mb', 'usp0005uks', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(10316, '1993-06-15 13:06:34', -4.991, 145.459, 227.2, 6.2, 'mw', 'usp0005umf', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(10317, '1993-06-18 08:45:19', -28.444, -176.991, 33, 5.6, 'mw', 'usp0005us8', 'Kermadec Islands region', 'earthquake\r'), +(10318, '1993-06-18 11:52:35', -28.866, -176.869, 16.2, 5.7, 'mb', 'usp0005usn', 'Kermadec Islands region', 'earthquake\r'), +(10319, '1993-06-18 11:52:52', -29.053, -176.753, 15.6, 6.6, 'mw', 'usp0005usp', 'Kermadec Islands region', 'earthquake\r'), +(10320, '1993-06-18 17:38:30', -28.772, -176.881, 33, 5.9, 'mw', 'usp0005utb', 'Kermadec Islands region', 'earthquake\r'), +(10321, '1993-06-18 17:57:47', -28.678, -176.893, 10.7, 6.7, 'mwb', 'usp0005ute', 'Kermadec Islands region', 'earthquake\r'), +(10322, '1993-06-18 19:34:38', -28.817, -176.803, 28.9, 6, 'ms', 'usp0005utm', 'Kermadec Islands region', 'earthquake\r'), +(10323, '1993-06-19 12:23:31', 10.175, -103.627, 10, 5.8, 'mw', 'usp0005uvc', 'northern East Pacific Rise', 'earthquake\r'), +(10324, '1993-06-19 15:33:00', -28.299, -176.643, 33, 5.7, 'mw', 'usp0005uvs', 'Kermadec Islands region', 'earthquake\r'), +(10325, '1993-06-20 17:26:31', -6.946, 155.776, 38.1, 5.8, 'mw', 'usp0005uxc', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10326, '1993-06-23 11:29:19', -60.549, -56.376, 10, 5.8, 'mw', 'usp0005v20', 'South Shetland Islands', 'earthquake\r'), +(10327, '1993-06-25 07:44:11', -28.835, -176.419, 69.7, 5.5, 'mw', 'usp0005v53', 'Kermadec Islands region', 'earthquake\r'), +(10328, '1993-06-28 07:39:54', -28.787, -176.62, 50.9, 5.5, 'mw', 'usp0005vak', 'Kermadec Islands region', 'earthquake\r'), +(10329, '1993-06-28 23:33:53', -62.922, -159.578, 10, 5.5, 'mw', 'usp0005vbr', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10330, '1993-06-29 07:07:12', -60.437, 152.775, 10, 6.4, 'mw', 'usp0005vce', 'west of Macquarie Island', 'earthquake\r'), +(10331, '1993-06-30 23:47:34', -20.836, 172.957, 12.6, 6.7, 'mw', 'usp0005vf1', 'Vanuatu region', 'earthquake\r'), +(10332, '1993-07-02 04:11:05', 71.511, -11.422, 10, 5.7, 'mw', 'usp0005vgp', 'Jan Mayen Island region', 'earthquake\r'), +(10333, '1993-07-05 00:52:41', -24.886, -112.393, 10, 5.9, 'mw', 'usp0005vma', 'Easter Island region', 'earthquake\r'), +(10334, '1993-07-05 06:54:10', 8.542, -102.91, 10, 5.6, 'mw', 'usp0005vms', 'northern East Pacific Rise', 'earthquake\r'), +(10335, '1993-07-05 15:20:58', 30.242, 138.808, 419.7, 5.6, 'mw', 'usp0005vnc', 'Izu Islands, Japan region', 'earthquake\r'), +(10336, '1993-07-06 02:53:04', -24.601, -111.888, 10, 6.4, 'mw', 'usp0005vp8', 'Easter Island region', 'earthquake\r'), +(10337, '1993-07-07 11:10:53', 27.887, 127.992, 34.7, 5.5, 'mw', 'usp0005vre', 'Ryukyu Islands, Japan', 'earthquake\r'), +(10338, '1993-07-07 20:53:25', 13.693, 123.674, 40.4, 5.7, 'ms', 'usp0005vsa', 'Luzon, Philippines', 'earthquake\r'), +(10339, '1993-07-08 10:35:50', -20.832, 169.294, 33.6, 5.5, 'mw', 'usp0005vt9', 'Vanuatu', 'earthquake\r'), +(10340, '1993-07-08 18:22:18', -20.858, 172.317, 33, 6, 'mw', 'usp0005vty', 'Vanuatu region', 'earthquake\r'), +(10341, '1993-07-09 13:03:10', -17.369, 167.929, 16.8, 5.9, 'mwb', 'usp0005vvg', 'Vanuatu', 'earthquake\r'), +(10342, '1993-07-09 15:37:54', -19.782, -177.486, 398.2, 6.1, 'mw', 'usp0005vvj', 'Fiji region', 'earthquake\r'), +(10343, '1993-07-10 20:40:59', 9.821, -83.622, 19.5, 5.8, 'mw', 'usp0005vxf', 'Costa Rica', 'earthquake\r'), +(10344, '1993-07-11 13:36:21', -25.304, -70.166, 47.5, 6.6, 'mw', 'usp0005vyp', 'Antofagasta, Chile', 'earthquake\r'), +(10345, '1993-07-11 17:48:11', 47.626, 154.156, 28.2, 5.8, 'mw', 'usp0005vz1', 'Kuril Islands', 'earthquake\r'), +(10346, '1993-07-12 13:17:12', 42.851, 139.197, 16.7, 7.7, 'mw', 'usp0005w12', 'Hokkaido, Japan region', 'earthquake\r'), +(10347, '1993-07-12 14:05:18', 42.082, 139.167, 33, 5.6, 'mb', 'usp0005w19', 'Hokkaido, Japan region', 'earthquake\r'), +(10348, '1993-07-12 14:45:06', 43.124, 139.183, 33, 6.3, 'ms', 'usp0005w1f', 'eastern Sea of Japan', 'earthquake\r'), +(10349, '1993-07-12 16:01:07', 42.825, 139.288, 28.5, 6, 'mb', 'usp0005w1z', 'Hokkaido, Japan region', 'earthquake\r'), +(10350, '1993-07-13 08:35:53', -3.372, 145.633, 24, 5.8, 'mw', 'usp0005w4q', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(10351, '1993-07-14 12:31:49', 38.224, 21.756, 22.6, 5.6, 'mw', 'usp0005w8t', 'Greece', 'earthquake\r'), +(10352, '1993-07-16 21:21:26', -33.173, -71.994, 30.8, 5.7, 'mw', 'usp0005wj4', 'offshore Valparaiso, Chile', 'earthquake\r'), +(10353, '1993-07-17 01:35:40', -30, -71.591, 51.9, 5.7, 'mw', 'usp0005wjs', 'offshore Coquimbo, Chile', 'earthquake\r'), +(10354, '1993-07-17 17:17:30', 2.036, 126.678, 63, 5.5, 'mw', 'usp0005wu4', 'Molucca Sea', 'earthquake\r'), +(10355, '1993-07-20 07:38:19', -16.807, -172.595, 30.5, 5.8, 'mw', 'usp0005x0g', 'Samoa Islands region', 'earthquake\r'), +(10356, '1993-07-21 00:30:17', -0.087, -16.71, 10, 5.5, 'mb', 'usp0005x2k', 'north of Ascension Island', 'earthquake\r'), +(10357, '1993-07-21 13:03:11', -35.967, -97.976, 10, 5.7, 'mw', 'usp0005x3q', 'West Chile Rise', 'earthquake\r'), +(10358, '1993-07-21 22:06:30', 13.349, -90.771, 10, 5.6, 'mw', 'usp0005x4g', 'offshore Guatemala', 'earthquake\r'), +(10359, '1993-07-22 04:57:07', 6.47, -71.21, 20.3, 6.1, 'mwb', 'usp0005x54', 'northern Colombia', 'earthquake\r'), +(10360, '1993-07-22 06:16:09', -54.439, -119.333, 10, 6, 'mw', 'usp0005x57', 'southern East Pacific Rise', 'earthquake\r'), +(10361, '1993-07-22 12:15:36', 21.76, 144.261, 126.9, 5.7, 'mw', 'usp0005x5y', 'Mariana Islands region', 'earthquake\r'), +(10362, '1993-07-23 11:50:07', 36.437, 70.416, 272, 5.7, 'mw', 'usp0005x7u', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10363, '1993-07-23 16:38:37', -18.341, -178.104, 631, 5.6, 'mw', 'usp0005x8d', 'Fiji region', 'earthquake\r'), +(10364, '1993-07-24 02:01:57', 5.07, 127.714, 116.2, 5.8, 'mw', 'usp0005x9f', 'Philippine Islands region', 'earthquake\r'), +(10365, '1993-07-24 20:24:50', -13.06, 167.056, 193.5, 6, 'mw', 'usp0005xah', 'Vanuatu', 'earthquake\r'), +(10366, '1993-07-28 07:05:48', -10.903, 162.315, 33.1, 5.6, 'mw', 'usp0005xhw', 'Solomon Islands', 'earthquake\r'), +(10367, '1993-07-28 18:07:48', -5.573, 154.132, 25.9, 6.2, 'mwb', 'usp0005xjh', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10368, '1993-08-01 00:20:41', 15.385, 31.69, 12.5, 5.5, 'mw', 'usp0005xrw', 'Sudan', 'earthquake\r'), +(10369, '1993-08-02 03:13:22', 30.828, 131.418, 33.2, 5.6, 'mw', 'usp0005xts', 'Kyushu, Japan', 'earthquake\r'), +(10370, '1993-08-03 07:20:00', 51.188, -130.797, 10, 6, 'mw', 'usp0005xvr', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(10371, '1993-08-03 12:43:05', 28.729, 34.553, 10, 6.1, 'mw', 'usp0005xw9', 'Egypt', 'earthquake\r'), +(10372, '1993-08-03 16:33:21', 28.777, 34.668, 10, 5.7, 'mw', 'usp0005xws', 'Egypt', 'earthquake\r'), +(10373, '1993-08-04 11:31:18', -1.629, 99.615, 31.6, 6.5, 'mwb', 'usp0005xxx', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(10374, '1993-08-05 11:53:19', -5.43, 151.7, 60.8, 5.5, 'mw', 'usp0005xzf', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10375, '1993-08-05 12:42:44', -18.104, -178.333, 616, 5.6, 'mw', 'usp0005xzj', 'Fiji region', 'earthquake\r'), +(10376, '1993-08-07 00:00:37', 26.585, 125.612, 155, 6.4, 'mwb', 'usp0005y1k', 'northeast of Taiwan', 'earthquake\r'), +(10377, '1993-08-07 17:53:24', -23.866, 179.846, 523.1, 6.7, 'mwb', 'usp0005y2v', 'south of the Fiji Islands', 'earthquake\r'), +(10378, '1993-08-07 19:42:42', 41.985, 139.839, 13.8, 6.5, 'mwb', 'usp0005y2x', 'Hokkaido, Japan region', 'earthquake\r'), +(10379, '1993-08-08 00:31:07', 0.841, 120.368, 34.1, 5.5, 'mw', 'usp0005y34', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(10380, '1993-08-08 08:34:25', 12.982, 144.801, 59.3, 7.8, 'mw', 'usp0005y3k', 'Guam region', 'earthquake\r'), +(10381, '1993-08-08 20:03:15', 13.483, 145.657, 56.1, 5.7, 'ms', 'usp0005y4x', 'Guam region', 'earthquake\r'), +(10382, '1993-08-09 09:15:17', 13.381, 145.663, 61.3, 5.7, 'mw', 'usp0005y62', 'Guam region', 'earthquake\r'), +(10383, '1993-08-09 11:38:31', 36.436, 70.711, 204.2, 6.4, 'mwb', 'usp0005y6e', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10384, '1993-08-09 12:42:48', 36.379, 70.868, 214.5, 7, 'mwb', 'usp0005y6k', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10385, '1993-08-10 00:51:53', -45.277, 166.927, 28.1, 7, 'mw', 'usp0005y7g', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(10386, '1993-08-10 09:46:35', -38.52, 177.553, 14.4, 6.4, 'mw', 'usp0005y8t', 'North Island of New Zealand', 'earthquake\r'), +(10387, '1993-08-10 19:36:21', 83.066, -27.533, 10, 5.6, 'mw', 'usp0005y9y', 'near the north coast of Greenland', 'earthquake\r'), +(10388, '1993-08-11 04:09:13', -45.209, 166.857, 27.7, 5.6, 'mw', 'usp0005yax', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(10389, '1993-08-11 14:17:38', 13.178, 145.651, 21.6, 6.2, 'mwb', 'usp0005yc3', 'Guam region', 'earthquake\r'), +(10390, '1993-08-12 01:00:34', -12.744, 166.518, 35.3, 5.8, 'mw', 'usp0005yd1', 'Santa Cruz Islands', 'earthquake\r'), +(10391, '1993-08-13 11:02:20', -35.989, 178.51, 95.2, 6.3, 'mw', 'usp0005yfz', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(10392, '1993-08-15 03:10:21', 0.711, -25.956, 14.9, 5.8, 'mw', 'usp0005yjn', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10393, '1993-08-15 03:32:40', -36.014, 179.892, 26.4, 5.6, 'ms', 'usp0005yjp', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(10394, '1993-08-16 04:33:48', 12.966, 144.972, 18.3, 6, 'mw', 'usp0005ymw', 'Guam region', 'earthquake\r'), +(10395, '1993-08-19 08:03:23', 13.169, 145.531, 60.8, 5.5, 'mw', 'usp0005yu2', 'Guam region', 'earthquake\r'), +(10396, '1993-08-19 08:11:54', 51.579, -171.217, 33, 5.6, 'mw', 'usp0005yu3', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10397, '1993-08-19 15:21:38', 7.197, 126.807, 31, 5.9, 'mw', 'usp0005yv3', 'Mindanao, Philippines', 'earthquake\r'), +(10398, '1993-08-19 21:52:05', 7.167, 126.743, 30.5, 5.5, 'mw', 'usp0005yvn', 'Mindanao, Philippines', 'earthquake\r'), +(10399, '1993-08-20 05:06:54', -5.997, 142.743, 14.6, 6.2, 'mwb', 'usp0005yw6', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(10400, '1993-08-20 11:23:58', -15.25, -173.193, 22.9, 5.5, 'mw', 'usp0005ywr', 'Tonga', 'earthquake\r'), +(10401, '1993-08-20 11:52:05', 21.686, 143.064, 287.7, 5.5, 'mw', 'usp0005ywt', 'Mariana Islands region', 'earthquake\r'), +(10402, '1993-08-21 08:07:50', -46.404, 96.032, 10, 5.7, 'mw', 'usp0005yy4', 'southeast Indian Ridge', 'earthquake\r'), +(10403, '1993-08-21 09:42:36', -21.278, -178.023, 426.9, 6.1, 'mw', 'usp0005yyc', 'Fiji region', 'earthquake\r'), +(10404, '1993-08-22 10:02:11', 14.238, -90.701, 108, 5.8, 'mw', 'usp0005yzv', 'Guatemala', 'earthquake\r'), +(10405, '1993-08-25 05:25:32', -44.718, -79.958, 10, 6.2, 'mw', 'usp0005z5p', 'off the coast of Aisen, Chile', 'earthquake\r'), +(10406, '1993-08-26 01:30:00', -35.899, 178.265, 33, 5.6, 'mw', 'usp0005z76', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(10407, '1993-08-26 03:32:42', -5.48, 154.193, 137.2, 5.7, 'mw', 'usp0005z7d', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10408, '1993-08-28 20:14:46', 6.571, 94.668, 132.8, 5.9, 'mwb', 'usp0005zdd', 'Nicobar Islands, India region', 'earthquake\r'), +(10409, '1993-08-29 09:57:55', -7.005, 129.56, 146.7, 5.9, 'mwb', 'usp0005zef', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(10410, '1993-09-01 00:41:23', 31.712, 141.611, 45.7, 5.9, 'mw', 'usp0005zj7', 'Izu Islands, Japan region', 'earthquake\r'), +(10411, '1993-09-01 11:48:38', -4.331, 102.567, 71, 5.7, 'mwb', 'usp0005zjz', 'southern Sumatra, Indonesia', 'earthquake\r'), +(10412, '1993-09-01 14:03:19', 2.986, 96.122, 34, 6.3, 'mw', 'usp0005zk8', 'Simeulue, Indonesia', 'earthquake\r'), +(10413, '1993-09-03 03:16:07', 14.428, -92.732, 62.9, 5.5, 'mw', 'usp0005znq', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10414, '1993-09-03 12:35:00', 14.523, -92.713, 26.5, 6.8, 'mwb', 'usp0005zpf', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10415, '1993-09-04 08:30:57', -16.166, -176.732, 387.9, 5.5, 'mw', 'usp0005zqv', 'Fiji region', 'earthquake\r'), +(10416, '1993-09-04 08:49:42', 14.475, -92.854, 56.5, 5.6, 'mw', 'usp0005zqw', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10417, '1993-09-04 11:38:39', 36.429, 70.812, 194.5, 6, 'mw', 'usp0005zr9', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10418, '1993-09-04 21:39:34', -9.571, 122.528, 32.5, 6.2, 'mw', 'usp0005zrt', 'Savu Sea', 'earthquake\r'), +(10419, '1993-09-06 03:56:00', -4.641, 153.231, 49, 6.6, 'mw', 'usp0005ztm', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(10420, '1993-09-07 02:48:51', -31.635, -179.44, 10, 6.5, 'mwb', 'usp0005zvf', 'Kermadec Islands region', 'earthquake\r'), +(10421, '1993-09-09 21:52:13', -56.214, -27.332, 110, 5.7, 'mwb', 'usp0006016', 'South Sandwich Islands region', 'earthquake\r'), +(10422, '1993-09-10 17:28:09', 14.429, -92.805, 61.9, 5.8, 'mw', 'usp000602w', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10423, '1993-09-10 18:58:57', 14.415, -92.764, 63.3, 6, 'mw', 'usp000602z', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10424, '1993-09-10 19:12:55', 14.717, -92.645, 34.1, 7.2, 'mw', 'usp0006030', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10425, '1993-09-11 04:55:33', 42.003, 142.581, 58.1, 5.5, 'mw', 'usp0006048', 'Hokkaido, Japan region', 'earthquake\r'), +(10426, '1993-09-11 06:14:28', -4.689, -76.318, 120.5, 5.7, 'mw', 'usp000604g', 'northern Peru', 'earthquake\r'), +(10427, '1993-09-11 08:01:54', -32.51, -71.565, 29.1, 5.6, 'ms', 'usp000604r', 'offshore Valparaiso, Chile', 'earthquake\r'), +(10428, '1993-09-11 17:36:46', 20.113, 121.446, 42.4, 5.6, 'mw', 'usp000605u', 'Batan Islands region, Philippines', 'earthquake\r'), +(10429, '1993-09-11 19:29:43', 14.375, -92.312, 33, 5.7, 'mw', 'usp000605z', 'offshore Guatemala', 'earthquake\r'), +(10430, '1993-09-12 03:22:39', 13.826, -90.429, 68.2, 6, 'mw', 'usp000606e', 'offshore Guatemala', 'earthquake\r'), +(10431, '1993-09-12 08:22:35', -29.608, -177.279, 33, 5.9, 'mw', 'usp000606s', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10432, '1993-09-13 05:22:07', -6.072, 149.908, 29.5, 5.7, 'mw', 'usp000608b', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10433, '1993-09-13 12:37:52', -29.492, -177.136, 19.7, 6.3, 'mwb', 'usp000608x', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10434, '1993-09-13 14:03:21', -29.499, -177.078, 29.6, 5.6, 'ms', 'usp0006092', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10435, '1993-09-13 14:11:19', -29.692, -177.108, 33, 5.5, 'ms', 'usp0006095', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10436, '1993-09-13 22:58:14', 11.242, -86.321, 33, 5.8, 'mw', 'usp000609w', 'near the coast of Nicaragua', 'earthquake\r'), +(10437, '1993-09-14 01:23:08', -29.598, -177.042, 32.7, 5.9, 'mw', 'usp00060a2', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10438, '1993-09-14 01:43:24', -29.794, -177.095, 42.8, 5.7, 'ms', 'usp00060a4', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10439, '1993-09-14 03:59:28', 14.231, -93.114, 31.2, 5.6, 'mw', 'usp00060a9', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10440, '1993-09-14 17:20:42', -29.384, -177.081, 24.4, 5.5, 'mw', 'usp00060bt', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10441, '1993-09-15 00:45:58', -29.496, -177.286, 33, 5.7, 'mw', 'usp00060c5', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10442, '1993-09-15 02:30:40', -29.653, -177.243, 27.9, 5.6, 'mw', 'usp00060cf', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10443, '1993-09-16 00:59:26', 44.533, 149.036, 33, 5.5, 'mw', 'usp00060ee', 'Kuril Islands', 'earthquake\r'), +(10444, '1993-09-18 00:27:48', 1.632, 126.77, 39.8, 5.6, 'mw', 'usp00060je', 'Molucca Sea', 'earthquake\r'), +(10445, '1993-09-18 02:01:42', 14.388, -92.703, 33, 5.5, 'mw', 'usp00060jk', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10446, '1993-09-18 05:02:27', 36.421, 71.592, 112.6, 6.3, 'mwb', 'usp00060ju', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10447, '1993-09-19 04:37:03', 43.108, 139.154, 18.7, 5.5, 'ms', 'usp00060ky', 'eastern Sea of Japan', 'earthquake\r'), +(10448, '1993-09-19 05:01:16', 14.48, -93.162, 33, 5.5, 'mw', 'usp00060m0', 'offshore Chiapas, Mexico', 'earthquake\r'), +(10449, '1993-09-19 14:10:56', 14.362, -93.325, 18, 6.4, 'mw', 'usp00060mr', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(10450, '1993-09-20 10:17:42', 0.75, -29.354, 10, 6.3, 'mwb', 'usp00060p9', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10451, '1993-09-20 23:04:13', -5.225, 102.829, 39.3, 5.6, 'mw', 'usp00060q5', 'southern Sumatra, Indonesia', 'earthquake\r'), +(10452, '1993-09-21 03:28:56', 42.3161667, -122.0266667, 8.56, 5.9, 'md', 'uw10313718', 'Oregon', 'earthquake\r'), +(10453, '1993-09-21 05:45:35', 42.3575, -122.0583333, 8.53, 6, 'md', 'uw10313838', 'Oregon', 'earthquake\r'), +(10454, '1993-09-21 18:53:09', -4.525, -105.723, 10, 5.8, 'mw', 'usp00060t8', 'central East Pacific Rise', 'earthquake\r'), +(10455, '1993-09-21 19:11:36', 11.478, 39.638, 15.2, 5.7, 'mw', 'usp00060t9', 'Ethiopia', 'earthquake\r'), +(10456, '1993-09-22 12:37:04', -6.47, 154.901, 27.5, 6.1, 'mwb', 'usp00060v8', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10457, '1993-09-26 03:31:15', 9.997, 138.222, 10, 6.3, 'mw', 'usp0006122', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(10458, '1993-09-26 11:55:52', 13.009, 145.016, 63.7, 5.8, 'mw', 'usp000612p', 'Guam region', 'earthquake\r'), +(10459, '1993-09-27 04:43:56', 30.678, 132.121, 37.9, 5.6, 'mw', 'usp000613s', 'southeast of Shikoku, Japan', 'earthquake\r'), +(10460, '1993-09-27 13:37:33', -53.651, -51.621, 33, 6.6, 'mw', 'usp000614g', 'South Atlantic Ocean', 'earthquake\r'), +(10461, '1993-09-29 08:02:01', -6.122, 147.601, 95.7, 5.5, 'mw', 'usp0006174', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10462, '1993-09-29 09:39:21', -18.966, 167.667, 34.5, 5.5, 'mw', 'usp000617c', 'Vanuatu', 'earthquake\r'), +(10463, '1993-09-29 11:16:04', 0.494, 121.528, 96.6, 6.4, 'mw', 'usp000617r', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(10464, '1993-09-29 18:26:20', -42.677, -18.385, 10, 6, 'mw', 'usp0006186', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(10465, '1993-09-29 19:03:06', -6.03, 149.348, 49.7, 5.9, 'mw', 'usp0006187', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10466, '1993-09-29 22:25:49', 18.066, 76.451, 6.8, 6.2, 'mwb', 'usp000618c', 'Maharashtra, India', 'earthquake\r'), +(10467, '1993-09-30 18:27:51', 15.417, -94.698, 19.2, 6.5, 'mw', 'usp000619m', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(10468, '1993-10-02 08:42:33', 38.19, 88.663, 14.1, 6.1, 'mw', 'usp00061c7', 'southern Xinjiang, China', 'earthquake\r'), +(10469, '1993-10-02 09:43:20', 38.169, 88.605, 13.6, 5.8, 'mb', 'usp00061ca', 'southern Xinjiang, China', 'earthquake\r'), +(10470, '1993-10-02 16:02:01', -3.444, 148.805, 36.8, 6, 'mw', 'usp00061ck', 'Bismarck Sea', 'earthquake\r'), +(10471, '1993-10-02 17:23:33', 38.171, 88.69, 14.3, 5.6, 'mb', 'usp00061cr', 'southern Xinjiang, China', 'earthquake\r'), +(10472, '1993-10-04 06:39:16', 30.599, 137.671, 479.9, 5.8, 'mw', 'usp00061f2', 'Izu Islands, Japan region', 'earthquake\r'), +(10473, '1993-10-04 20:54:38', -21.437, -174.301, 34.2, 6, 'mwb', 'usp00061g5', 'Tonga', 'earthquake\r'), +(10474, '1993-10-05 01:59:57', 41.667, 88.695, 0, 5.9, 'mb', 'usp00061ge', 'southern Xinjiang, China', 'nuclear explosion\r'), +(10475, '1993-10-05 05:09:46', -6.13, 128.965, 13.1, 6.6, 'mwb', 'usp00061gr', 'Banda Sea', 'earthquake\r'), +(10476, '1993-10-08 06:36:18', -35.903, -102.778, 10, 5.8, 'mw', 'usp00061nj', 'southeast of Easter Island', 'earthquake\r'), +(10477, '1993-10-08 18:23:48', 46.505, 150.037, 171.8, 5.5, 'mb', 'usp00061pb', 'Kuril Islands', 'earthquake\r'), +(10478, '1993-10-11 11:16:18', -4.544, 153.316, 30.4, 5.6, 'mw', 'usp00061tg', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(10479, '1993-10-11 13:07:30', -17.845, -178.726, 554.5, 6, 'mwb', 'usp00061tk', 'Fiji region', 'earthquake\r'), +(10480, '1993-10-11 15:54:21', 32.02, 137.832, 350.7, 6.9, 'mw', 'usp00061tu', 'Izu Islands, Japan region', 'earthquake\r'), +(10481, '1993-10-13 00:52:34', 7.576, 121.484, 43.5, 5.5, 'mw', 'usp00061vw', 'Mindanao, Philippines', 'earthquake\r'), +(10482, '1993-10-13 01:39:12', -6.426, 154.934, 102.1, 5.5, 'mb', 'usp00061vz', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10483, '1993-10-13 02:06:00', -5.889, 146.02, 25.3, 6.9, 'mw', 'usp00061w1', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10484, '1993-10-13 03:07:31', -5.932, 146.153, 33, 6.5, 'mw', 'usp00061w6', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10485, '1993-10-13 05:50:43', -6.013, 146.061, 33, 6, 'mw', 'usp00061wh', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10486, '1993-10-14 12:02:36', -50.436, 139.904, 10, 6, 'mw', 'usp00061zq', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(10487, '1993-10-16 03:05:30', -5.898, 146.202, 27.1, 6.3, 'mwb', 'usp000622n', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10488, '1993-10-16 10:52:26', 7.472, 123.447, 30.8, 5.8, 'mw', 'usp0006239', 'Mindanao, Philippines', 'earthquake\r'), +(10489, '1993-10-17 03:18:23', -10.989, 163.268, 30.2, 5.5, 'mw', 'usp0006244', 'Solomon Islands', 'earthquake\r'), +(10490, '1993-10-19 04:02:22', -22.378, -65.971, 272, 6, 'mw', 'usp000628b', 'Jujuy, Argentina', 'earthquake\r'), +(10491, '1993-10-19 09:47:12', -5.163, 151.901, 44.3, 5.5, 'mw', 'usp000628r', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10492, '1993-10-21 07:36:56', -56.497, -138.909, 10, 5.6, 'mw', 'usp00062c8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10493, '1993-10-22 08:42:17', -54.835, -26.557, 33, 5.7, 'mw', 'usp00062en', 'South Sandwich Islands region', 'earthquake\r'), +(10494, '1993-10-24 05:53:30', 11.327, 125.396, 48.6, 5.6, 'mw', 'usp00062jf', 'Samar, Philippines', 'earthquake\r'), +(10495, '1993-10-24 07:52:16', 16.755, -98.717, 20.7, 6.7, 'mwb', 'usp00062jn', 'Guerrero, Mexico', 'earthquake\r'), +(10496, '1993-10-24 15:36:09', -55.621, -128.041, 10, 5.8, 'mw', 'usp00062kj', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10497, '1993-10-25 10:07:12', -5.882, 145.933, 18.1, 5.9, 'mw', 'usp00062n4', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10498, '1993-10-25 10:27:05', -5.909, 145.99, 30.4, 6.7, 'mwb', 'usp00062n7', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10499, '1993-10-25 11:59:48', -5.858, 146.016, 26.5, 6.1, 'ms', 'usp00062nf', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10500, '1993-10-26 11:38:22', 38.477, 98.655, 8.1, 5.9, 'mb', 'usp00062r4', 'northern Qinghai, China', 'earthquake\r'), +(10501, '1993-10-27 21:16:49', -18.279, -177.874, 616.9, 5.8, 'mw', 'usp00062tf', 'Fiji region', 'earthquake\r'), +(10502, '1993-10-28 02:53:17', -46.706, -93.729, 10, 5.5, 'mb', 'usp00062tt', 'southern Pacific Ocean', 'earthquake\r'), +(10503, '1993-10-29 04:09:06', 51.509, -178.184, 34, 5.8, 'mwb', 'usp00062vk', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10504, '1993-10-30 08:30:34', 15.437, 121.785, 38.6, 5.5, 'mw', 'usp00062x6', 'Luzon, Philippines', 'earthquake\r'), +(10505, '1993-10-30 14:04:43', -19.305, -176.231, 17.4, 5.7, 'mw', 'usp00062xq', 'Fiji region', 'earthquake\r'), +(10506, '1993-10-30 17:59:03', -31.704, -68.232, 107.3, 5.8, 'mw', 'usp00062xy', 'San Juan, Argentina', 'earthquake\r'), +(10507, '1993-11-01 17:19:25', -10.065, 161.21, 117.6, 5.7, 'mwb', 'usp000631f', 'Solomon Islands', 'earthquake\r'), +(10508, '1993-11-03 13:18:11', -7.123, 67.916, 10, 5.6, 'mw', 'usp000634a', 'Mid-Indian Ridge', 'earthquake\r'), +(10509, '1993-11-03 18:37:46', -5.793, 145.912, 10, 5.6, 'mw', 'usp000634p', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10510, '1993-11-05 22:37:20', -3.188, 148.339, 14.4, 6.2, 'mw', 'usp0006382', 'Bismarck Sea', 'earthquake\r'), +(10511, '1993-11-07 06:11:45', -21.983, -177.506, 117.9, 5.5, 'mb', 'usp00063a2', 'Fiji region', 'earthquake\r'), +(10512, '1993-11-09 02:14:04', 14.353, 53.744, 10, 5.6, 'mw', 'usp00063d3', 'Owen Fracture Zone region', 'earthquake\r'), +(10513, '1993-11-10 11:13:38', -15.344, -177.029, 381.3, 5.9, 'mw', 'usp00063f7', 'Fiji region', 'earthquake\r'), +(10514, '1993-11-11 00:28:34', 50.2, -177.446, 18.8, 6, 'mwb', 'usp00063gg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10515, '1993-11-11 10:13:55', -4.543, 153.147, 45.8, 6, 'mw', 'usp00063hb', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(10516, '1993-11-11 16:46:42', 13.813, -90.437, 70.5, 5.6, 'mw', 'usp00063j0', 'offshore Guatemala', 'earthquake\r'), +(10517, '1993-11-12 11:16:34', 51.414, -177.976, 33, 5.6, 'mw', 'usp00063kg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10518, '1993-11-13 00:16:49', 16.288, -98.638, 19.6, 6, 'mwb', 'usp00063mg', 'offshore Guerrero, Mexico', 'earthquake\r'), +(10519, '1993-11-13 01:18:04', 51.934, 158.647, 34, 7, 'mw', 'usp00063mj', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10520, '1993-11-13 10:31:31', -22.428, 169.725, 36, 5.5, 'mb', 'usp00063nb', 'southeast of the Loyalty Islands', 'earthquake\r'), +(10521, '1993-11-14 01:59:20', -22.572, -68.571, 112.2, 5.8, 'mwb', 'usp00063p2', 'Antofagasta, Chile', 'earthquake\r'), +(10522, '1993-11-16 15:52:49', 30.798, 67.219, 26.5, 5.6, 'mw', 'usp00063su', 'Pakistan', 'earthquake\r'), +(10523, '1993-11-17 02:42:30', 1.577, 124.033, 239.5, 5.5, 'mw', 'usp00063tf', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(10524, '1993-11-17 11:18:52', 51.816, 158.659, 33.2, 6, 'mwb', 'usp00063u1', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10525, '1993-11-19 01:43:24', 54.287, -164.164, 30.3, 6.5, 'mw', 'usp00063vy', 'Unimak Island region, Alaska', 'earthquake\r'), +(10526, '1993-11-19 02:25:09', 14.807, -93.972, 25.2, 5.6, 'mb', 'usp00063w1', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(10527, '1993-11-19 09:05:39', 7.317, -34.703, 10, 5.8, 'mw', 'usp00063wp', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10528, '1993-11-20 19:24:54', 60.025, -153.003, 116.3, 5.9, 'mw', 'usp00063z5', 'Southern Alaska', 'earthquake\r'), +(10529, '1993-11-22 03:00:56', 5.877, 126.229, 38, 5.9, 'mwb', 'usp0006419', 'Mindanao, Philippines', 'earthquake\r'), +(10530, '1993-11-22 22:43:26', 11.743, -86.135, 108.1, 5.9, 'mw', 'usp000642p', 'near the coast of Nicaragua', 'earthquake\r'), +(10531, '1993-11-25 08:31:15', -22.035, 170.094, 32.4, 6, 'mw', 'usp000646r', 'southeast of the Loyalty Islands', 'earthquake\r'), +(10532, '1993-11-25 20:24:01', -0.963, -13.264, 10, 5.7, 'mwb', 'usp000647r', 'north of Ascension Island', 'earthquake\r'), +(10533, '1993-11-26 23:20:04', -9.597, 158.148, 17.1, 6.2, 'mw', 'usp000649r', 'Solomon Islands', 'earthquake\r'), +(10534, '1993-11-27 06:11:23', 38.625, 141.164, 104, 5.8, 'mw', 'usp00064a8', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(10535, '1993-11-28 10:50:27', -5.599, 110.267, 569.4, 5.5, 'mw', 'usp00064ce', 'Java Sea', 'earthquake\r'), +(10536, '1993-11-29 20:28:44', 10.294, 126.477, 38.2, 5.8, 'mw', 'usp00064ed', 'Philippine Islands region', 'earthquake\r'), +(10537, '1993-11-30 04:59:26', -59.047, -18.158, 33, 5.9, 'mw', 'usp00064f1', 'east of the South Sandwich Islands', 'earthquake\r'), +(10538, '1993-11-30 20:37:13', 39.263, 75.533, 18.2, 5.6, 'mw', 'usp00064g3', 'southern Xinjiang, China', 'earthquake\r'), +(10539, '1993-11-30 20:44:13', -16.995, -177.048, 411.4, 5.6, 'mw', 'usp00064g4', 'Fiji region', 'earthquake\r'), +(10540, '1993-12-01 00:59:01', -57.475, -25.685, 33, 5.7, 'mw', 'usp00064ga', 'South Sandwich Islands region', 'earthquake\r'), +(10541, '1993-12-03 05:41:08', 51.204, 179.308, 33, 5.6, 'mw', 'usp00064ke', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10542, '1993-12-03 10:16:19', -49.954, 114.201, 10, 5.5, 'mw', 'usp00064km', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(10543, '1993-12-03 12:36:26', -60.353, -20.446, 10, 5.5, 'mw', 'usp00064kr', 'east of the South Sandwich Islands', 'earthquake\r'), +(10544, '1993-12-04 17:21:23', -3.59, 131.256, 33, 5.5, 'mw', 'usp00064nc', 'Ceram Sea, Indonesia', 'earthquake\r'), +(10545, '1993-12-04 23:16:52', -33.838, -71.913, 50, 5.6, 'mw', 'usp00064nv', 'offshore Valparaiso, Chile', 'earthquake\r'), +(10546, '1993-12-06 10:42:04', -6.36, 154.916, 48.4, 5.9, 'mw', 'usp00064s0', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10547, '1993-12-07 16:27:26', 0.73, 122.702, 77.9, 5.6, 'mw', 'usp00064u1', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(10548, '1993-12-09 04:32:20', 0.486, 125.995, 14.5, 6.9, 'mw', 'usp00064w3', 'Molucca Sea', 'earthquake\r'), +(10549, '1993-12-09 11:38:28', 0.425, 125.891, 15.9, 6.8, 'mw', 'usp00064wp', 'Molucca Sea', 'earthquake\r'), +(10550, '1993-12-10 06:31:54', -22.18, -179.575, 605.1, 5.7, 'mw', 'usp00064xt', 'south of the Fiji Islands', 'earthquake\r'), +(10551, '1993-12-10 08:59:36', 20.912, 121.282, 12, 6.1, 'mwb', 'usp00064xw', 'Batan Islands region, Philippines', 'earthquake\r'), +(10552, '1993-12-12 05:15:25', 13.693, 123.035, 21.9, 5.6, 'mw', 'usp0006511', 'Luzon, Philippines', 'earthquake\r'), +(10553, '1993-12-12 17:03:19', 0.317, 125.939, 23, 5.9, 'mwb', 'usp000651v', 'Molucca Sea', 'earthquake\r'), +(10554, '1993-12-12 18:26:29', 0.344, 125.925, 33, 5.9, 'mw', 'usp000651z', 'Molucca Sea', 'earthquake\r'), +(10555, '1993-12-13 11:43:44', -20.422, -173.839, 33, 5.8, 'mw', 'usp000652t', 'Tonga', 'earthquake\r'), +(10556, '1993-12-13 16:34:35', 5.53, -82.497, 33, 5.7, 'mw', 'usp000652y', 'south of Panama', 'earthquake\r'), +(10557, '1993-12-14 06:31:19', -20.704, -173.451, 30.6, 6, 'mw', 'usp0006544', 'Tonga', 'earthquake\r'), +(10558, '1993-12-14 06:47:45', -20.778, -173.491, 36.5, 5.7, 'ms', 'usp0006547', 'Tonga', 'earthquake\r'), +(10559, '1993-12-14 07:50:00', -13.624, 168.939, 21.3, 5.5, 'mw', 'usp000654d', 'Vanuatu', 'earthquake\r'), +(10560, '1993-12-16 20:11:22', 53.804, 171.382, 9.1, 6.1, 'mwb', 'usp000657g', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10561, '1993-12-18 22:44:20', -20.477, -173.883, 33, 5.7, 'mw', 'usp00065ay', 'Tonga', 'earthquake\r'), +(10562, '1993-12-20 13:56:15', -6.876, 131.34, 7.7, 6.3, 'mwb', 'usp00065d4', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(10563, '1993-12-24 05:18:35', -21.853, -178.646, 445.1, 5.8, 'mw', 'usp00065hg', 'Fiji region', 'earthquake\r'), +(10564, '1993-12-28 03:29:44', 12.519, 125.267, 39.8, 5.9, 'mw', 'usp00065qw', 'Samar, Philippines', 'earthquake\r'), +(10565, '1993-12-29 07:48:14', -20.23, 169.789, 33, 7, 'mw', 'usp00065sh', 'Vanuatu', 'earthquake\r'), +(10566, '1993-12-29 08:00:55', -20.076, 169.68, 33, 5.9, 'mb', 'usp00065sj', 'Vanuatu', 'earthquake\r'), +(10567, '1993-12-29 08:39:45', -19.99, 169.857, 33, 6.5, 'mw', 'usp00065sp', 'Vanuatu', 'earthquake\r'), +(10568, '1993-12-29 08:42:21', -19.983, 169.756, 33, 5.8, 'mb', 'usp00065sq', 'Vanuatu', 'earthquake\r'), +(10569, '1993-12-30 14:24:05', 44.735, 78.793, 14.9, 5.5, 'mw', 'usp00065ue', 'eastern Kazakhstan', 'earthquake\r'), +(10570, '1993-12-31 10:31:36', -6.53, 148.518, 75.4, 5.6, 'mw', 'usp00065vf', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10571, '1994-01-03 01:26:11', 49.721, -126.768, 19.4, 5.7, 'mwb', 'usp00065ye', 'Vancouver Island, Canada region', 'earthquake\r'), +(10572, '1994-01-03 05:52:28', 36.028, 100.104, 8.2, 5.7, 'mwb', 'usp00065yq', 'northern Qinghai, China', 'earthquake\r'), +(10573, '1994-01-03 13:24:14', -49.265, 164.222, 15.5, 6.1, 'mw', 'usp00065yy', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(10574, '1994-01-04 19:32:00', -4.301, 135.145, 11, 6, 'mwb', 'usp000660z', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(10575, '1994-01-04 19:51:40', -4.172, 135.22, 16.6, 5.5, 'mb', 'usp0006610', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(10576, '1994-01-04 23:46:48', 16.413, 145.603, 535.1, 5.5, 'mw', 'usp000661b', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(10577, '1994-01-05 04:24:37', 16.671, 145.631, 592.3, 5.6, 'mw', 'usp000661q', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(10578, '1994-01-05 13:24:10', 39.085, 15.145, 272.7, 5.8, 'mw', 'usp000662b', 'southern Italy', 'earthquake\r'), +(10579, '1994-01-07 03:42:43', 52.028, 159.019, 54.6, 5.7, 'mw', 'usp0006649', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10580, '1994-01-07 19:23:53', -0.591, 98.601, 29.7, 5.6, 'mw', 'usp0006659', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(10581, '1994-01-10 15:53:50', -13.339, -69.446, 596, 6.9, 'mwb', 'usp000669u', 'southern Peru', 'earthquake\r'), +(10582, '1994-01-11 00:51:56', 25.231, 97.203, 9.9, 6.1, 'mw', 'usp00066ad', 'Myanmar-China border region', 'earthquake\r'), +(10583, '1994-01-11 07:22:52', 35.959, 21.945, 32.5, 5.5, 'mw', 'usp00066as', 'central Mediterranean Sea', 'earthquake\r'), +(10584, '1994-01-12 10:22:51', 39.247, 75.493, 27.5, 5.5, 'mw', 'usp00066c1', 'southern Xinjiang, China', 'earthquake\r'), +(10585, '1994-01-14 14:42:10', -59.653, -26.397, 33, 5.7, 'mw', 'usp00066f0', 'South Sandwich Islands region', 'earthquake\r'), +(10586, '1994-01-15 07:42:25', 1.979, 126.845, 27.9, 5.7, 'mw', 'usp00066g0', 'Molucca Sea', 'earthquake\r'), +(10587, '1994-01-15 17:03:31', -20.849, -173.926, 36.2, 5.7, 'mw', 'usp00066gk', 'Tonga', 'earthquake\r'), +(10588, '1994-01-17 12:30:55', 34.213, -118.537, 18.202, 6.7, 'mw', 'ci3144585', '1km NNW of Reseda, CA', 'earthquake\r'), +(10589, '1994-01-17 12:31:58', 34.275, -118.493, 5.317, 5.89, 'ml', 'ci3149646', '1km ENE of Granada Hills, California', 'earthquake\r'), +(10590, '1994-01-17 23:33:31', 34.326, -118.698, 9.083, 5.58, 'ml', 'ci3141273', '7km NNE of Simi Valley, California', 'earthquake\r'), +(10591, '1994-01-19 01:53:35', -3.176, 135.97, 23.2, 6.8, 'mw', 'usp00066x3', 'Papua, Indonesia', 'earthquake\r'), +(10592, '1994-01-19 16:26:48', -17.584, -178.495, 533.3, 6.1, 'mw', 'usp00066zb', 'Fiji region', 'earthquake\r'), +(10593, '1994-01-20 05:50:11', 23.976, 121.811, 36.4, 5.5, 'mw', 'usp0006714', 'Taiwan', 'earthquake\r'), +(10594, '1994-01-20 09:06:53', -6.002, -77.052, 122.5, 5.8, 'mwb', 'usp000671w', 'northern Peru', 'earthquake\r'), +(10595, '1994-01-21 02:24:30', 1.015, 127.733, 19.9, 7, 'mwb', 'usp0006744', 'Halmahera, Indonesia', 'earthquake\r'), +(10596, '1994-01-21 18:00:18', -4.859, 103.664, 89.9, 6, 'mw', 'usp000675u', 'southern Sumatra, Indonesia', 'earthquake\r'), +(10597, '1994-01-23 00:20:43', -60.733, 154.36, 10, 5.6, 'mw', 'usp000678a', 'west of Macquarie Island', 'earthquake\r'), +(10598, '1994-01-24 19:54:38', 44.977, 149.791, 50.1, 5.7, 'mw', 'usp00067cd', 'Kuril Islands', 'earthquake\r'), +(10599, '1994-01-25 07:12:45', 10.601, -41.715, 29.5, 6.3, 'mw', 'usp00067d8', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(10600, '1994-01-26 10:03:51', 41.728, 143.669, 31.6, 5.5, 'mw', 'usp00067fr', 'Hokkaido, Japan region', 'earthquake\r'), +(10601, '1994-01-30 20:57:43', -29.184, -177.589, 60.8, 6, 'mw', 'usp00067rw', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10602, '1994-02-01 10:01:55', 19.244, -155.288, 32.8, 5.6, 'mw', 'usp00067us', 'Hawaii region, Hawaii', 'earthquake\r'), +(10603, '1994-02-01 22:14:23', -11.315, 163.863, 37.7, 6.1, 'mw', 'usp00067va', 'Solomon Islands', 'earthquake\r'), +(10604, '1994-02-02 01:09:58', -10.199, 161.167, 87.5, 5.5, 'mw', 'usp00067vj', 'Solomon Islands', 'earthquake\r'), +(10605, '1994-02-03 09:05:04', 42.762, -110.976, 7.9, 5.8, 'mw', 'usp00067xb', 'Wyoming', 'earthquake\r'), +(10606, '1994-02-03 10:23:31', -15.413, 166.961, 23.3, 5.5, 'mw', 'usp00067xt', 'Vanuatu', 'earthquake\r'), +(10607, '1994-02-03 15:43:44', -41.886, 84.49, 10, 5.6, 'mw', 'usp00067yu', 'southeast Indian Ridge', 'earthquake\r'), +(10608, '1994-02-04 18:48:51', -21.695, -174.153, 33, 5.6, 'mw', 'usp000681e', 'Tonga', 'earthquake\r'), +(10609, '1994-02-05 23:34:10', 0.593, 30.037, 14.2, 6.2, 'mwb', 'usp000683u', 'Lake Albert region, Uganda', 'earthquake\r'), +(10610, '1994-02-05 23:49:14', 51.808, -170.145, 33, 5.7, 'ms', 'usp000683x', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10611, '1994-02-08 03:27:55', 66.512, -19.22, 10, 5.5, 'mw', 'usp000686x', 'Iceland region', 'earthquake\r'), +(10612, '1994-02-08 21:56:16', -4.241, 140.644, 74.7, 5.6, 'mw', 'usp0006884', 'Papua, Indonesia', 'earthquake\r'), +(10613, '1994-02-09 19:27:09', -21.126, -174.091, 25.7, 5.5, 'mw', 'usp000689e', 'Tonga', 'earthquake\r'), +(10614, '1994-02-11 21:17:31', -18.773, 169.169, 205.7, 6.9, 'mwb', 'usp00068d2', 'Vanuatu', 'earthquake\r'), +(10615, '1994-02-12 00:22:12', 48.483, 154.122, 23.5, 5.5, 'mb', 'usp00068da', 'Kuril Islands', 'earthquake\r'), +(10616, '1994-02-12 04:16:27', -10.786, -128.798, 15, 6.7, 'mw', 'usp00068dm', 'South Pacific Ocean', 'earthquake\r'), +(10617, '1994-02-12 17:58:24', -20.553, 169.361, 27.7, 7, 'mwb', 'usp00068eg', 'Vanuatu', 'earthquake\r'), +(10618, '1994-02-13 14:21:29', -41.446, -89.421, 10, 5.7, 'mw', 'usp00068fq', 'southeast of Easter Island', 'earthquake\r'), +(10619, '1994-02-13 22:00:29', -20.559, 168.917, 28.2, 5.7, 'mw', 'usp00068ga', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(10620, '1994-02-14 11:14:27', 51.92, 158.894, 50.8, 5.9, 'mw', 'usp00068gs', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10621, '1994-02-15 15:08:18', -20.563, 169.393, 30.4, 6, 'mwb', 'usp00068j9', 'Vanuatu', 'earthquake\r'), +(10622, '1994-02-15 17:07:44', -4.967, 104.302, 23.1, 6.9, 'mw', 'usp00068jd', 'southern Sumatra, Indonesia', 'earthquake\r'), +(10623, '1994-02-15 20:37:41', -20.473, 168.886, 33, 5.6, 'ms', 'usp00068jn', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(10624, '1994-02-15 21:09:40', 36.104, 100.164, 19.7, 5.6, 'mb', 'usp00068jr', 'northern Qinghai, China', 'earthquake\r'), +(10625, '1994-02-15 21:11:56', -20.399, 168.866, 19.5, 6.5, 'mw', 'usp00068js', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(10626, '1994-02-16 03:48:52', -26.271, 178.273, 605.8, 5.7, 'mw', 'usp00068k5', 'south of the Fiji Islands', 'earthquake\r'), +(10627, '1994-02-16 06:46:57', -20.094, 168.906, 12.9, 6, 'mwb', 'usp00068k9', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(10628, '1994-02-16 06:48:23', -19.979, 169.011, 33, 5.5, 'mb', 'usp00068ka', 'Vanuatu', 'earthquake\r'), +(10629, '1994-02-16 06:48:58', -20.07, 168.89, 33, 6.3, 'mwc', 'gcmtc021694d', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(10630, '1994-02-16 06:48:58', -18.991, 168.134, 13.3, 6.4, 'mw', 'usp00068kb', 'Vanuatu', 'earthquake\r'), +(10631, '1994-02-16 11:08:46', -20.111, 168.875, 25.7, 5.9, 'mw', 'usp00068kh', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(10632, '1994-02-16 22:03:09', -20.23, 168.925, 10.8, 6.1, 'mwb', 'usp00068mc', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(10633, '1994-02-17 19:41:56', 9.891, 125.838, 34.8, 5.6, 'mw', 'usp00068ng', 'Mindanao, Philippines', 'earthquake\r'), +(10634, '1994-02-17 21:01:30', -9.645, 152.025, 29.7, 5.5, 'mw', 'usp00068nk', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(10635, '1994-02-17 21:52:47', -9.506, 152.083, 20.2, 5.8, 'mw', 'usp00068nn', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(10636, '1994-02-18 04:19:08', -45.33, 96.232, 10, 6.3, 'mw', 'usp00068p3', 'southeast Indian Ridge', 'earthquake\r'), +(10637, '1994-02-18 13:41:28', -20.493, 169.072, 12.8, 6, 'mwb', 'usp00068pr', 'Vanuatu', 'earthquake\r'), +(10638, '1994-02-20 01:54:36', 2.059, 126.475, 28.4, 6, 'mw', 'usp00068rg', 'Molucca Sea', 'earthquake\r'), +(10639, '1994-02-20 05:39:48', -56.406, -25.627, 33, 5.7, 'ms', 'usp00068ry', 'South Sandwich Islands region', 'earthquake\r'), +(10640, '1994-02-20 21:48:13', 13.691, 120.787, 206.5, 5.9, 'mw', 'usp00068t7', 'Mindoro, Philippines', 'earthquake\r'), +(10641, '1994-02-21 15:04:36', -22.304, 170.509, 33, 5.5, 'mw', 'usp00068u9', 'southeast of the Loyalty Islands', 'earthquake\r'), +(10642, '1994-02-22 17:53:33', -21.551, -113.656, 10, 5.7, 'mw', 'usp00068vj', 'southern East Pacific Rise', 'earthquake\r'), +(10643, '1994-02-23 08:02:05', 30.853, 60.596, 6, 6.1, 'mw', 'usp00068wd', 'eastern Iran', 'earthquake\r'), +(10644, '1994-02-23 11:54:33', 30.765, 60.519, 10, 5.5, 'mw', 'usp00068ws', 'eastern Iran', 'earthquake\r'), +(10645, '1994-02-23 14:13:49', 18.05, -97.182, 73.3, 5.8, 'mw', 'usp00068ww', 'Oaxaca, Mexico', 'earthquake\r'), +(10646, '1994-02-23 18:00:29', -17.454, -174.287, 33, 5.9, 'mw', 'usp00068x0', 'Tonga', 'earthquake\r'), +(10647, '1994-02-23 23:39:51', 18.509, 146.896, 26, 5.7, 'mw', 'usp00068xb', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(10648, '1994-02-24 00:11:12', 30.775, 60.495, 9.6, 6.3, 'mw', 'usp00068xd', 'eastern Iran', 'earthquake\r'), +(10649, '1994-02-24 15:25:36', -17.421, -174.287, 124.2, 6.1, 'mw', 'usp00068yn', 'Tonga', 'earthquake\r'), +(10650, '1994-02-25 00:40:29', -17.42, -174.271, 120.5, 5.7, 'mw', 'usp00068z3', 'Tonga', 'earthquake\r'), +(10651, '1994-02-26 02:31:11', 30.897, 60.549, 9.4, 6.1, 'mw', 'usp0006907', 'eastern Iran', 'earthquake\r'), +(10652, '1994-02-28 11:13:54', 30.805, 60.562, 10, 5.6, 'mw', 'usp000692z', 'eastern Iran', 'earthquake\r'), +(10653, '1994-02-28 21:52:56', 44.636, -129.94, 10, 5.6, 'mw', 'usp000693g', 'off the coast of Oregon', 'earthquake\r'), +(10654, '1994-03-01 03:49:01', 29.096, 52.617, 12.9, 6.1, 'mw', 'usp000693t', 'southern Iran', 'earthquake\r'), +(10655, '1994-03-06 08:01:43', -21.556, -113.701, 10, 5.8, 'mw', 'usp00069as', 'southern East Pacific Rise', 'earthquake\r'), +(10656, '1994-03-07 04:44:58', 11.737, 140.1, 25.6, 5.6, 'mw', 'usp00069c0', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(10657, '1994-03-09 12:08:35', -9.58, 154.986, 37.5, 5.9, 'mw', 'usp00069ez', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(10658, '1994-03-09 16:58:38', -9.444, 159.604, 10, 5.8, 'mw', 'usp00069f9', 'Solomon Islands', 'earthquake\r'), +(10659, '1994-03-09 23:28:07', -18.039, -178.413, 562.5, 7.6, 'mw', 'usp00069fm', 'Fiji region', 'earthquake\r'), +(10660, '1994-03-09 23:50:24', -17.985, -178.257, 590.9, 6, 'mb', 'usp00069fn', 'Fiji region', 'earthquake\r'), +(10661, '1994-03-11 03:12:11', 34.22, 139.167, 10, 5.5, 'mw', 'usp00069hh', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(10662, '1994-03-11 10:04:45', -6.109, 150.503, 79.1, 5.5, 'mw', 'usp00069j5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10663, '1994-03-12 23:00:29', 11.943, -86.893, 33, 5.6, 'mw', 'usp00069mn', 'near the coast of Nicaragua', 'earthquake\r'), +(10664, '1994-03-12 23:46:00', 16.747, -94.273, 97.2, 5.6, 'mw', 'usp00069mp', 'Oaxaca, Mexico', 'earthquake\r'), +(10665, '1994-03-14 04:30:08', -1.083, -23.929, 10, 6, 'mb', 'usp00069pf', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10666, '1994-03-14 04:30:16', -1.278, -23.569, 10, 7, 'mw', 'usp00069pg', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10667, '1994-03-14 20:51:25', 15.994, -92.428, 164.2, 6.9, 'mwb', 'usp00069qa', 'Chiapas, Mexico', 'earthquake\r'), +(10668, '1994-03-15 03:36:20', 11.11, -88.083, 14.5, 6.4, 'mwb', 'usp00069qj', 'off the coast of Central America', 'earthquake\r'), +(10669, '1994-03-15 17:51:17', 51.546, 159.3, 22.4, 5.5, 'mb', 'usp00069re', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10670, '1994-03-17 11:28:03', 24.054, 122.367, 38, 5.6, 'mw', 'usp00069ts', 'Taiwan region', 'earthquake\r'), +(10671, '1994-03-17 17:27:32', -36.154, 52.427, 10, 5.7, 'mw', 'usp00069u2', 'Southwest Indian Ridge', 'earthquake\r'), +(10672, '1994-03-18 02:20:19', 24.788, -109.109, 10, 5.7, 'mw', 'usp00069un', 'Gulf of California', 'earthquake\r'), +(10673, '1994-03-19 01:24:44', 51.5, 159.29, 33, 5.5, 'mw', 'usp00069w5', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10674, '1994-03-26 10:38:34', 58.363, 164.105, 27.1, 5.5, 'mw', 'usp0006a79', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(10675, '1994-03-27 07:20:19', -16.559, -172.704, 33, 5.5, 'mw', 'usp0006a8q', 'Samoa Islands region', 'earthquake\r'), +(10676, '1994-03-30 13:29:11', 9.003, 126.254, 40.3, 5.9, 'mwb', 'usp0006acz', 'Mindanao, Philippines', 'earthquake\r'), +(10677, '1994-03-31 22:40:52', -22.057, -179.533, 579.8, 6.5, 'mw', 'usp0006aew', 'south of the Fiji Islands', 'earthquake\r'), +(10678, '1994-04-01 17:16:06', -24.26, -178.982, 378, 5.5, 'mw', 'usp0006age', 'south of the Fiji Islands', 'earthquake\r'), +(10679, '1994-04-01 19:48:18', -16.031, -172.26, 33, 5.5, 'mw', 'usp0006agr', 'Samoa Islands region', 'earthquake\r'), +(10680, '1994-04-02 15:34:48', -15.318, -177.495, 394.9, 5.8, 'mw', 'usp0006ahy', 'Fiji region', 'earthquake\r'), +(10681, '1994-04-03 04:04:09', -36.646, 78.528, 10, 5.7, 'mw', 'usp0006ajj', 'Mid-Indian Ridge', 'earthquake\r'), +(10682, '1994-04-03 17:56:42', -15.03, 168.233, 24.6, 5.6, 'mw', 'usp0006akc', 'Vanuatu', 'earthquake\r'), +(10683, '1994-04-04 01:37:03', -15.468, -173.014, 24.2, 5.8, 'mw', 'usp0006aks', 'Tonga', 'earthquake\r'), +(10684, '1994-04-05 09:35:45', 51.296, -178.152, 19.6, 6.2, 'mwb', 'usp0006ap2', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10685, '1994-04-06 05:19:54', 36.165, 141.505, 36.8, 5.5, 'mw', 'usp0006aqa', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(10686, '1994-04-06 07:03:28', 26.188, 96.867, 33, 5.9, 'mw', 'usp0006aqe', 'Myanmar', 'earthquake\r'), +(10687, '1994-04-06 12:13:45', -17.371, 167.816, 17.4, 6.2, 'mw', 'usp0006aqt', 'Vanuatu', 'earthquake\r'), +(10688, '1994-04-08 01:10:41', 40.608, 143.683, 13.3, 6.4, 'mwb', 'usp0006at4', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(10689, '1994-04-10 17:36:57', 14.72, -92.004, 100.1, 6, 'mw', 'usp0006ax2', 'Guatemala', 'earthquake\r'), +(10690, '1994-04-10 23:45:56', 23.71, 126.852, 10.2, 6.1, 'mw', 'usp0006axj', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(10691, '1994-04-11 11:20:21', 11.735, 42.859, 15.5, 5.9, 'mw', 'usp0006ay7', 'Golfe de Tadjoura, Djibouti', 'earthquake\r'), +(10692, '1994-04-12 14:42:49', -21.034, -174.175, 30.9, 5.5, 'mw', 'usp0006azq', 'Tonga', 'earthquake\r'), +(10693, '1994-04-13 04:00:47', 22.775, 123.628, 9.8, 5.8, 'mw', 'usp0006b0k', 'southeast of Taiwan', 'earthquake\r'), +(10694, '1994-04-13 22:22:30', -3.136, 135.968, 28.5, 6.5, 'mw', 'usp0006b1z', 'Papua, Indonesia', 'earthquake\r'), +(10695, '1994-04-14 03:28:27', -6.587, 129.771, 166.2, 5.7, 'mw', 'usp0006b23', 'Banda Sea', 'earthquake\r'), +(10696, '1994-04-14 20:15:40', -7.015, 155.885, 39.6, 5.5, 'mw', 'usp0006b3m', 'Solomon Islands', 'earthquake\r'), +(10697, '1994-04-15 19:41:08', 12.995, 144.561, 33, 5.5, 'mw', 'usp0006b57', 'Guam region', 'earthquake\r'), +(10698, '1994-04-16 09:55:21', -31.57, -71.247, 35.5, 5.6, 'mw', 'usp0006b6d', 'Coquimbo, Chile', 'earthquake\r'), +(10699, '1994-04-16 15:16:35', 1.877, 127.382, 99.5, 5.6, 'mw', 'usp0006b6s', 'Halmahera, Indonesia', 'earthquake\r'), +(10700, '1994-04-16 17:17:31', -6.661, 155.198, 34.7, 5.6, 'mw', 'usp0006b6u', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10701, '1994-04-16 23:09:34', 37.43, 20.617, 26.3, 5.5, 'mw', 'usp0006b72', 'Ionian Sea', 'earthquake\r'), +(10702, '1994-04-17 06:14:39', -15.905, 167.51, 39.5, 5.7, 'mw', 'usp0006b7c', 'Vanuatu', 'earthquake\r'), +(10703, '1994-04-18 17:29:54', -6.47, 154.934, 26.3, 6.7, 'mwb', 'usp0006b9h', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10704, '1994-04-18 21:39:43', -21.412, -178.8, 541.3, 5.9, 'mw', 'usp0006ba0', 'Fiji region', 'earthquake\r'), +(10705, '1994-04-20 02:59:12', -15.004, -70.459, 207.4, 5.6, 'mw', 'usp0006bbr', 'southern Peru', 'earthquake\r'), +(10706, '1994-04-20 23:35:30', -17.8, -178.404, 543.1, 5.9, 'mw', 'usp0006bda', 'Fiji region', 'earthquake\r'), +(10707, '1994-04-21 02:42:15', -5.617, 154.067, 37.6, 5.8, 'mw', 'usp0006bdh', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10708, '1994-04-21 03:51:45', -5.702, 154.12, 28, 6.7, 'mw', 'usp0006bdm', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10709, '1994-04-23 15:00:53', -14.175, 167.537, 10.8, 6.2, 'mwb', 'usp0006bhd', 'Vanuatu', 'earthquake\r'), +(10710, '1994-04-23 15:09:09', -14.196, 167.609, 33, 5.5, 'ms', 'usp0006bhe', 'Vanuatu', 'earthquake\r'), +(10711, '1994-04-24 02:41:31', -21.015, -178.69, 583.9, 5.7, 'mw', 'usp0006bhw', 'Fiji region', 'earthquake\r'), +(10712, '1994-04-24 02:57:11', 11.604, 43.014, 10, 5.6, 'mw', 'usp0006bhx', 'Golfe de Tadjoura, Djibouti', 'earthquake\r'), +(10713, '1994-04-25 22:21:52', -9.343, 113.058, 67.7, 5.8, 'mw', 'usp0006bmm', 'south of Java, Indonesia', 'earthquake\r'), +(10714, '1994-04-26 23:36:45', -16.019, 167.991, 185.4, 5.8, 'mw', 'usp0006bpj', 'Vanuatu', 'earthquake\r'), +(10715, '1994-04-27 09:23:26', -21.515, -173.667, 28.1, 6.3, 'mwb', 'usp0006bqg', 'Tonga', 'earthquake\r'), +(10716, '1994-04-27 14:11:45', 13.074, 119.545, 9.7, 6, 'mw', 'usp0006br0', 'Philippine Islands region', 'earthquake\r'), +(10717, '1994-04-27 17:22:54', -5.758, 154.128, 64.7, 5.5, 'mw', 'usp0006br9', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10718, '1994-04-28 16:44:54', -39.312, -74.756, 26.9, 5.6, 'mw', 'usp0006bse', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(10719, '1994-04-29 07:11:30', -28.299, -63.252, 561.5, 6.9, 'mwb', 'usp0006bt7', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(10720, '1994-04-30 03:28:39', 31.42, 131.292, 26.1, 5.9, 'mw', 'usp0006bty', 'Kyushu, Japan', 'earthquake\r'), +(10721, '1994-05-01 12:00:36', 36.901, 67.163, 18.5, 6.1, 'mwb', 'usp0006bvu', 'central Afghanistan', 'earthquake\r'), +(10722, '1994-05-01 21:26:10', 10.816, -85.978, 67.7, 5.8, 'mw', 'usp0006bwg', 'Costa Rica', 'earthquake\r'), +(10723, '1994-05-02 17:14:01', -1.116, 97.487, 15.1, 6.1, 'mw', 'usp0006bxg', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(10724, '1994-05-03 03:56:49', 13.963, -90.959, 90.8, 5.5, 'mw', 'usp0006byz', 'Guatemala', 'earthquake\r'), +(10725, '1994-05-03 16:36:44', 10.241, -60.758, 36, 6.2, 'mwb', 'usp0006c06', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(10726, '1994-05-04 06:37:36', -17.047, 168.265, 206.4, 6.2, 'mw', 'usp0006c1h', 'Vanuatu', 'earthquake\r'), +(10727, '1994-05-06 18:20:38', -59.982, -18.55, 10, 5.8, 'mw', 'usp0006c6m', 'east of the South Sandwich Islands', 'earthquake\r'), +(10728, '1994-05-06 22:39:27', -4.681, 153.099, 48.8, 5.9, 'mwb', 'usp0006c6w', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(10729, '1994-05-07 08:31:38', 52.958, 159.99, 49, 5.7, 'mw', 'usp0006c7g', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10730, '1994-05-07 12:44:14', -15.3, -173.356, 57.9, 5.5, 'mw', 'usp0006c7r', 'Tonga', 'earthquake\r'), +(10731, '1994-05-07 23:16:46', -5.485, 147.094, 177.7, 5.5, 'mw', 'usp0006c8d', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(10732, '1994-05-08 14:49:36', -35.731, -99.203, 10, 5.6, 'mw', 'usp0006c93', 'southeast of Easter Island', 'earthquake\r'), +(10733, '1994-05-09 12:36:37', -2.06, 99.731, 27.6, 5.7, 'mw', 'usp0006cah', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(10734, '1994-05-10 01:49:03', -19.613, -69.792, 52.1, 5.9, 'mw', 'usp0006cbf', 'Tarapaca, Chile', 'earthquake\r'), +(10735, '1994-05-10 04:06:09', 20.999, 120.322, 32.2, 5.5, 'mw', 'usp0006cbk', 'Philippine Islands region', 'earthquake\r'), +(10736, '1994-05-10 06:36:28', -28.501, -63.096, 600.5, 6.9, 'mwb', 'usp0006cbq', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(10737, '1994-05-10 18:19:13', 13.433, 120.603, 70.1, 5.7, 'mb', 'usp0006ccd', 'Mindoro, Philippines', 'earthquake\r'), +(10738, '1994-05-11 08:18:16', -2.008, 99.77, 20.5, 6.5, 'mwb', 'usp0006cd7', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(10739, '1994-05-11 21:14:34', -2.056, 99.669, 28, 6.1, 'mwb', 'usp0006ce0', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(10740, '1994-05-12 00:22:23', 25.068, -109.294, 10, 5.6, 'mw', 'usp0006ce8', 'Gulf of California', 'earthquake\r'), +(10741, '1994-05-13 20:12:28', 7.972, 123.189, 33, 5.9, 'mw', 'usp0006cgs', 'Mindanao, Philippines', 'earthquake\r'), +(10742, '1994-05-14 21:58:31', -21.168, 169.736, 26.2, 5.6, 'mw', 'usp0006cjm', 'southeast of the Loyalty Islands', 'earthquake\r'), +(10743, '1994-05-17 09:45:26', -2.116, 99.521, 22.5, 5.9, 'mw', 'usp0006cq3', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(10744, '1994-05-17 09:46:13', -1.902, 99.618, 33, 5.9, 'mw', 'usp0006cq4', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(10745, '1994-05-18 03:54:01', 44.727, 149.401, 26, 6.2, 'mw', 'usp0006cr7', 'Kuril Islands', 'earthquake\r'), +(10746, '1994-05-19 17:52:55', -29.063, -178.376, 258, 5.7, 'mw', 'usp0006ctg', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10747, '1994-05-20 04:38:33', -8.189, 124.766, 25.3, 5.5, 'mw', 'usp0006cu4', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(10748, '1994-05-20 04:44:12', -8.144, 124.816, 33, 5.5, 'mb', 'usp0006cu6', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(10749, '1994-05-20 16:40:00', 25.099, 128.829, 36.7, 5.5, 'mw', 'usp0006cuz', 'Ryukyu Islands, Japan', 'earthquake\r'), +(10750, '1994-05-22 02:57:15', -24.232, -66.852, 192.2, 5.5, 'mw', 'usp0006cx0', 'Salta, Argentina', 'earthquake\r'), +(10751, '1994-05-23 01:41:42', 18.165, -100.527, 55.3, 6.3, 'mw', 'usp0006cyv', 'Guerrero, Mexico', 'earthquake\r'), +(10752, '1994-05-23 05:36:02', 24.166, 122.535, 19.8, 6.2, 'mwb', 'usp0006cyx', 'Taiwan region', 'earthquake\r'), +(10753, '1994-05-23 06:24:55', 24.028, 122.526, 33, 5.6, 'mw', 'usp0006cz0', 'Taiwan region', 'earthquake\r'), +(10754, '1994-05-23 06:46:16', 35.559, 24.727, 76, 6.1, 'mw', 'usp0006cz2', 'Crete, Greece', 'earthquake\r'), +(10755, '1994-05-23 07:32:11', -15.38, -172.325, 36.5, 5.6, 'mw', 'usp0006cz5', 'Samoa Islands region', 'earthquake\r'), +(10756, '1994-05-23 15:16:57', 24.065, 122.56, 25.5, 5.9, 'mw', 'usp0006czh', 'Taiwan region', 'earthquake\r'), +(10757, '1994-05-24 02:05:36', 38.664, 26.542, 17.3, 5.5, 'mw', 'usp0006czu', 'near the coast of western Turkey', 'earthquake\r'), +(10758, '1994-05-24 02:05:57', -15.607, -74.735, 33.7, 5.6, 'mw', 'usp0006czv', 'near the coast of southern Peru', 'earthquake\r'), +(10759, '1994-05-24 04:00:42', 23.959, 122.448, 16.3, 6.6, 'mwb', 'usp0006d02', 'Taiwan region', 'earthquake\r'), +(10760, '1994-05-24 05:48:14', 23.903, 122.543, 37.1, 5.5, 'ms', 'usp0006d0c', 'Taiwan region', 'earthquake\r'), +(10761, '1994-05-24 21:13:19', 56.17, 161.169, 95.2, 5.8, 'mwb', 'usp0006d1u', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10762, '1994-05-25 04:03:41', -4.199, 135.489, 33, 6.5, 'mwb', 'usp0006d2j', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(10763, '1994-05-25 07:52:08', 22.988, 142.372, 22.8, 5.7, 'mw', 'usp0006d2w', 'Volcano Islands, Japan region', 'earthquake\r'), +(10764, '1994-05-25 16:36:53', -1.962, 138.805, 27.8, 5.6, 'mw', 'usp0006d41', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(10765, '1994-05-25 18:42:19', 7.646, 94.279, 24.6, 5.9, 'mw', 'usp0006d44', 'Nicobar Islands, India region', 'earthquake\r'), +(10766, '1994-05-26 00:30:07', 5.679, 61.528, 10, 5.5, 'mw', 'usp0006d4z', 'Carlsberg Ridge', 'earthquake\r'), +(10767, '1994-05-26 08:26:52', 35.305, -4.103, 9.7, 6, 'mw', 'usp0006d5q', 'Strait of Gibraltar', 'earthquake\r'), +(10768, '1994-05-26 13:50:36', 23.397, 142.307, 33, 5.6, 'mw', 'usp0006d6c', 'Volcano Islands, Japan region', 'earthquake\r'), +(10769, '1994-05-29 14:11:51', 20.556, 94.16, 35.6, 6.5, 'mw', 'usp0006dbh', 'Myanmar', 'earthquake\r'), +(10770, '1994-05-30 18:35:47', -10.289, -108.354, 10, 5.6, 'mw', 'usp0006ddm', 'central East Pacific Rise', 'earthquake\r'), +(10771, '1994-05-31 17:41:56', 7.414, -72.033, 11.6, 6, 'mw', 'usp0006dey', 'Tachira, Venezuela', 'earthquake\r'), +(10772, '1994-06-02 18:17:34', -10.477, 112.835, 18.4, 7.8, 'mw', 'usp0006djk', 'south of Java, Indonesia', 'earthquake\r'), +(10773, '1994-06-03 04:54:50', -10.391, 112.998, 42.7, 5.6, 'mw', 'usp0006dkm', 'south of Java, Indonesia', 'earthquake\r'), +(10774, '1994-06-03 11:25:07', 3.524, -78.778, 9, 5.8, 'mw', 'usp0006dme', 'south of Panama', 'earthquake\r'), +(10775, '1994-06-03 18:16:19', -10.468, 112.962, 40.3, 5.6, 'mw', 'usp0006dmz', 'south of Java, Indonesia', 'earthquake\r'), +(10776, '1994-06-03 21:07:00', -10.362, 112.892, 25.9, 6.6, 'mw', 'usp0006dnc', 'south of Java, Indonesia', 'earthquake\r'), +(10777, '1994-06-03 21:21:10', -10.416, 112.897, 43.5, 5.9, 'mb', 'usp0006dnf', 'south of Java, Indonesia', 'earthquake\r'), +(10778, '1994-06-03 22:40:21', 28.736, 70.07, 33, 5.9, 'mb', 'usp0006dnq', 'Pakistan', 'earthquake\r'), +(10779, '1994-06-03 23:02:01', -10.395, 113.588, 23.9, 5.6, 'mb', 'usp0006dns', 'south of Java, Indonesia', 'earthquake\r'), +(10780, '1994-06-03 23:42:31', -10.473, 112.81, 32.3, 5.5, 'mb', 'usp0006dnv', 'south of Java, Indonesia', 'earthquake\r'), +(10781, '1994-06-04 00:57:51', -10.777, 113.366, 11.2, 6.5, 'mw', 'usp0006dp4', 'south of Java, Indonesia', 'earthquake\r'), +(10782, '1994-06-04 11:36:36', -10.831, 113.225, 34.1, 5.6, 'mw', 'usp0006dq9', 'south of Java, Indonesia', 'earthquake\r'), +(10783, '1994-06-04 20:09:35', -10.826, 113.199, 30.3, 5.5, 'mw', 'usp0006dr6', 'south of Java, Indonesia', 'earthquake\r'), +(10784, '1994-06-05 01:09:30', 24.511, 121.905, 11.4, 6.4, 'mwb', 'usp0006drf', 'Taiwan', 'earthquake\r'), +(10785, '1994-06-05 01:45:02', -10.349, 113.398, 25.9, 6.1, 'mw', 'usp0006drj', 'south of Java, Indonesia', 'earthquake\r'), +(10786, '1994-06-05 05:56:45', -10.717, 113.492, 33, 5.6, 'mb', 'usp0006dru', 'south of Java, Indonesia', 'earthquake\r'), +(10787, '1994-06-05 17:51:57', -10.645, 112.654, 39.8, 5.5, 'mw', 'usp0006dsu', 'south of Java, Indonesia', 'earthquake\r'), +(10788, '1994-06-06 09:03:01', 28.598, 129.099, 60, 5.6, 'mw', 'usp0006du9', 'Ryukyu Islands, Japan', 'earthquake\r'), +(10789, '1994-06-06 20:47:41', 2.917, -76.057, 12.1, 6.8, 'mw', 'usp0006dv8', 'Colombia', 'earthquake\r'), +(10790, '1994-06-08 20:53:26', 16.791, -85.89, 10, 5.5, 'mw', 'usp0006dz3', 'offshore Honduras', 'earthquake\r'), +(10791, '1994-06-09 00:33:16', -13.841, -67.553, 631.3, 8.2, 'mw', 'usp0006dzc', 'La Paz, Bolivia', 'earthquake\r'), +(10792, '1994-06-09 01:15:18', -14.365, -68.439, 650, 6.1, 'mb', 'usp0006dzd', 'La Paz, Bolivia', 'earthquake\r'), +(10793, '1994-06-09 16:22:22', 13.259, 124.281, 75.9, 6.2, 'mw', 'usp0006e0f', 'Catanduanes, Philippines', 'earthquake\r'), +(10794, '1994-06-09 16:37:47', -10.143, 113.623, 33, 5.8, 'mb', 'usp0006e0g', 'south of Java, Indonesia', 'earthquake\r'), +(10795, '1994-06-10 06:25:58', 41.527, 88.71, 0, 5.8, 'mb', 'usp0006e1a', 'southern Xinjiang, China', 'nuclear explosion\r'), +(10796, '1994-06-10 21:39:50', 27.995, 140.7, 28.2, 5.8, 'mw', 'usp0006e2g', 'Bonin Islands, Japan region', 'earthquake\r'), +(10797, '1994-06-13 21:04:09', -10.285, 113.491, 23.5, 5.6, 'mw', 'usp0006e7n', 'south of Java, Indonesia', 'earthquake\r'), +(10798, '1994-06-13 21:10:06', -10.233, 113.569, 33, 5.8, 'ms', 'usp0006e7q', 'south of Java, Indonesia', 'earthquake\r'), +(10799, '1994-06-13 21:15:03', -5.472, 151.841, 17.5, 6.2, 'mw', 'usp0006e7r', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(10800, '1994-06-13 21:53:30', 3.922, 128.169, 55.3, 5.6, 'mw', 'usp0006e7t', 'north of Halmahera, Indonesia', 'earthquake\r'), +(10801, '1994-06-13 22:48:28', -10.328, 113.621, 25.5, 5.6, 'mb', 'usp0006e7v', 'south of Java, Indonesia', 'earthquake\r'), +(10802, '1994-06-14 21:01:55', 1.525, 126.305, 33, 5.6, 'mw', 'usp0006e9h', 'Molucca Sea', 'earthquake\r'), +(10803, '1994-06-15 09:22:57', -10.335, 113.66, 19.9, 6.2, 'mwb', 'usp0006eaw', 'south of Java, Indonesia', 'earthquake\r'), +(10804, '1994-06-15 09:50:23', -10.149, 113.686, 28.8, 5.5, 'mb', 'usp0006eaz', 'south of Java, Indonesia', 'earthquake\r'), +(10805, '1994-06-15 10:28:51', -10.168, 113.749, 28.8, 6.1, 'mw', 'usp0006eb0', 'south of Java, Indonesia', 'earthquake\r'), +(10806, '1994-06-16 10:12:47', -7.391, 128.125, 108.6, 5.9, 'mwb', 'usp0006ecs', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(10807, '1994-06-16 18:41:28', -15.25, -70.294, 199.5, 6, 'mwb', 'usp0006eds', 'southern Peru', 'earthquake\r'), +(10808, '1994-06-18 03:25:16', -42.963, 171.658, 13.6, 6.8, 'mw', 'usp0006efu', 'South Island of New Zealand', 'earthquake\r'), +(10809, '1994-06-18 22:38:19', -10.15, 113.632, 46, 5.5, 'mw', 'usp0006ehe', 'south of Java, Indonesia', 'earthquake\r'), +(10810, '1994-06-19 13:43:51', -43.273, 171.611, 10, 6, 'mwb', 'usp0006ejj', 'South Island of New Zealand', 'earthquake\r'), +(10811, '1994-06-20 09:09:03', 28.968, 52.614, 8.6, 5.9, 'mw', 'usp0006ekv', 'southern Iran', 'earthquake\r'), +(10812, '1994-06-20 09:44:45', -28.779, -176.749, 23.2, 5.7, 'mw', 'usp0006eky', 'Kermadec Islands region', 'earthquake\r'), +(10813, '1994-06-23 05:30:07', -64.519, 175.22, 10, 5.5, 'mw', 'usp0006eq9', 'Balleny Islands region', 'earthquake\r'), +(10814, '1994-06-26 00:03:22', -28.739, -176.844, 33, 5.5, 'mw', 'usp0006eu6', 'Kermadec Islands region', 'earthquake\r'), +(10815, '1994-06-27 04:10:09', -36.236, -98.189, 10, 6.1, 'mw', 'usp0006evt', 'southeast of Easter Island', 'earthquake\r'), +(10816, '1994-06-29 12:00:58', 11.464, -86.208, 48.6, 5.6, 'mw', 'usp0006eyz', 'near the coast of Nicaragua', 'earthquake\r'), +(10817, '1994-06-29 18:22:34', 32.567, 93.673, 9.5, 5.9, 'mw', 'usp0006ezc', 'Xizang-Qinghai border region', 'earthquake\r'), +(10818, '1994-06-30 09:23:21', 36.326, 71.13, 226.6, 6.3, 'mwb', 'usp0006f08', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10819, '1994-07-01 10:12:41', 40.232, 53.383, 40.8, 5.6, 'mwb', 'usp0006f1k', 'Turkmenistan', 'earthquake\r'), +(10820, '1994-07-02 02:38:23', -3.243, 135.878, 34, 5.6, 'mw', 'usp0006f26', 'Papua, Indonesia', 'earthquake\r'), +(10821, '1994-07-02 05:08:08', -10.555, 163.063, 27.9, 5.6, 'mw', 'usp0006f2a', 'Solomon Islands', 'earthquake\r'), +(10822, '1994-07-02 05:46:54', -21.071, -178.695, 566.6, 5.6, 'mw', 'usp0006f2b', 'Fiji region', 'earthquake\r'), +(10823, '1994-07-02 06:43:16', -21.115, -178.729, 576.7, 5.5, 'mw', 'usp0006f2e', 'Fiji region', 'earthquake\r'), +(10824, '1994-07-02 09:14:43', -5.763, 131.103, 87.7, 5.8, 'mwb', 'usp0006f2g', 'Banda Sea', 'earthquake\r'), +(10825, '1994-07-04 14:55:57', 7.656, -82.289, 25.7, 5.5, 'mw', 'usp0006f67', 'south of Panama', 'earthquake\r'), +(10826, '1994-07-04 21:36:42', 14.888, -97.322, 14.6, 6.5, 'mw', 'usp0006f6f', 'off the coast of Oaxaca, Mexico', 'earthquake\r'), +(10827, '1994-07-05 02:59:42', -16.301, -177.472, 413.5, 5.9, 'mw', 'usp0006f6p', 'Fiji region', 'earthquake\r'), +(10828, '1994-07-05 10:09:23', 10.432, 125.322, 29, 5.9, 'mw', 'usp0006f70', 'Leyte, Philippines', 'earthquake\r'), +(10829, '1994-07-05 13:31:17', -12.154, 65.67, 10, 5.5, 'mw', 'usp0006f7b', 'Mid-Indian Ridge', 'earthquake\r'), +(10830, '1994-07-06 09:13:10', 5.983, 125.929, 151, 5.9, 'mw', 'usp0006f99', 'Mindanao, Philippines', 'earthquake\r'), +(10831, '1994-07-09 15:57:59', -37.217, -95.101, 25.6, 5.7, 'mw', 'usp0006fdf', 'southeast of Easter Island', 'earthquake\r'), +(10832, '1994-07-12 13:47:35', 19.756, -70.924, 33, 5.6, 'mw', 'usp0006fhs', 'Dominican Republic', 'earthquake\r'), +(10833, '1994-07-13 02:35:56', -16.62, 167.518, 33, 7.2, 'mw', 'usp0006fjg', 'Vanuatu', 'earthquake\r'), +(10834, '1994-07-13 02:43:47', -16.643, 167.379, 33, 5.6, 'mb', 'usp0006fjh', 'Vanuatu', 'earthquake\r'), +(10835, '1994-07-13 03:13:19', -16.812, 167.249, 33, 6.7, 'mw', 'usp0006fjp', 'Vanuatu', 'earthquake\r'), +(10836, '1994-07-13 11:45:23', -7.532, 127.77, 158.8, 6.5, 'mw', 'usp0006fkv', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(10837, '1994-07-14 00:09:25', -16.582, 167.452, 19.8, 5.9, 'mwb', 'usp0006fmt', 'Vanuatu', 'earthquake\r'), +(10838, '1994-07-14 08:25:39', -16.709, 167.366, 30.3, 5.7, 'mw', 'usp0006fnf', 'Vanuatu', 'earthquake\r'), +(10839, '1994-07-14 18:38:10', 55.403, -163.814, 166.8, 5.5, 'mw', 'usp0006fpa', 'Unimak Island region, Alaska', 'earthquake\r'), +(10840, '1994-07-16 18:05:06', -4.619, 125.615, 442.7, 5.7, 'mwb', 'usp0006fsd', 'Banda Sea', 'earthquake\r'), +(10841, '1994-07-17 22:04:58', -16.68, 167.383, 33, 5.6, 'mw', 'usp0006fu6', 'Vanuatu', 'earthquake\r'), +(10842, '1994-07-18 02:24:39', -29.573, -177.318, 37.6, 5.7, 'mw', 'usp0006fuf', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(10843, '1994-07-18 16:34:00', -9.591, 112.939, 33, 5.5, 'mw', 'usp0006fvc', 'south of Java, Indonesia', 'earthquake\r'), +(10844, '1994-07-19 11:59:45', -23.438, -175.47, 50, 5.6, 'mw', 'usp0006fwa', 'Tonga region', 'earthquake\r'), +(10845, '1994-07-20 04:52:59', -7.025, 156.765, 33, 5.5, 'mw', 'usp0006fww', 'Solomon Islands', 'earthquake\r'), +(10846, '1994-07-21 18:36:32', 42.34, 132.865, 471.4, 7.3, 'mw', 'usp0006fyv', 'Primor\'\'ye, Russia', 'earthquake\r'), +(10847, '1994-07-21 18:55:59', 41.253, 132.31, 514.1, 5.8, 'mb', 'usp0006fyx', 'Sea of Japan', 'earthquake\r'), +(10848, '1994-07-22 16:57:48', -7.777, 158.417, 19.2, 6, 'mw', 'usp0006g05', 'Solomon Islands', 'earthquake\r'), +(10849, '1994-07-23 07:22:06', 16.714, -61.367, 67.6, 5.5, 'mw', 'usp0006g12', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(10850, '1994-07-23 12:58:01', -15.788, -173.03, 41.4, 5.9, 'mw', 'usp0006g1g', 'Tonga', 'earthquake\r'), +(10851, '1994-07-24 06:07:02', -5.726, 153.983, 50.6, 5.6, 'mw', 'usp0006g29', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(10852, '1994-07-24 09:06:06', -17.889, -172.967, 33, 5.6, 'mw', 'usp0006g2h', 'Tonga region', 'earthquake\r'), +(10853, '1994-07-24 17:55:40', -16.966, 167.574, 20.5, 6.4, 'mw', 'usp0006g2y', 'Vanuatu', 'earthquake\r'), +(10854, '1994-07-25 04:39:17', -56.967, -25.497, 33, 5.6, 'mw', 'usp0006g3f', 'South Sandwich Islands region', 'earthquake\r'), +(10855, '1994-07-25 22:00:23', -56.362, -27.365, 81.3, 6.6, 'mwb', 'usp0006g4b', 'South Sandwich Islands region', 'earthquake\r'), +(10856, '1994-07-26 01:46:33', -10.263, 113.59, 33, 5.7, 'mb', 'usp0006g4g', 'south of Java, Indonesia', 'earthquake\r'), +(10857, '1994-07-28 08:03:02', -47.278, 100.224, 10, 5.8, 'mw', 'usp0006g7g', 'southeast Indian Ridge', 'earthquake\r'), +(10858, '1994-07-29 00:17:45', 52.398, -168.333, 11, 5.8, 'mw', 'usp0006g8c', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10859, '1994-07-29 07:53:28', -16.984, 167.739, 13.6, 5.9, 'mw', 'usp0006g8r', 'Vanuatu', 'earthquake\r'), +(10860, '1994-07-31 05:15:40', 32.558, 48.369, 43.3, 5.6, 'mw', 'usp0006gbn', 'western Iran', 'earthquake\r'), +(10861, '1994-08-02 14:17:52', 52.428, 158.044, 144.7, 5.9, 'mwb', 'usp0006gey', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(10862, '1994-08-03 14:59:58', 21.514, 93.981, 34.1, 5.8, 'mwb', 'usp0006gg9', 'Myanmar', 'earthquake\r'), +(10863, '1994-08-04 21:39:02', -24.09, -179.925, 505.6, 5.6, 'mw', 'usp0006ghy', 'south of the Fiji Islands', 'earthquake\r'), +(10864, '1994-08-04 22:15:38', -6.338, 131.575, 33, 6.2, 'mw', 'usp0006gj0', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(10865, '1994-08-05 08:14:10', 52.245, 174.056, 33, 5.5, 'mw', 'usp0006gje', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10866, '1994-08-05 18:28:10', 51.134, -179.294, 33, 5.5, 'mw', 'usp0006gk3', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10867, '1994-08-05 19:41:57', -55.37, -128.152, 10, 6.2, 'mw', 'usp0006gk8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10868, '1994-08-06 00:45:19', -17.169, -176.916, 33, 5.6, 'mw', 'usp0006gkm', 'Fiji region', 'earthquake\r'), +(10869, '1994-08-06 01:02:52', 51.085, -179.172, 33, 5.5, 'mw', 'usp0006gkn', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10870, '1994-08-08 07:55:39', -13.817, -68.369, 597.9, 5.6, 'mwb', 'usp0006gpw', 'La Paz, Bolivia', 'earthquake\r'), +(10871, '1994-08-08 21:08:32', 24.721, 95.2, 121.7, 6.1, 'mw', 'usp0006gqk', 'Myanmar', 'earthquake\r'), +(10872, '1994-08-09 23:34:57', 10.634, 94.382, 33, 5.5, 'mw', 'usp0006gs1', 'Andaman Islands, India region', 'earthquake\r'), +(10873, '1994-08-10 14:06:53', -15.88, 168.46, 33, 5.5, 'mwc', 'gcmtb081094d', 'Vanuatu', 'earthquake\r'), +(10874, '1994-08-10 14:06:57', -16.889, 167.189, 33, 5.5, 'mw', 'usp0006gsv', 'Vanuatu', 'earthquake\r'), +(10875, '1994-08-10 14:57:49', -58.756, -25.538, 33, 5.5, 'mw', 'usp0006gsw', 'South Sandwich Islands region', 'earthquake\r'), +(10876, '1994-08-11 19:32:52', -21.84, -176.708, 179.2, 5.9, 'mw', 'usp0006guv', 'Fiji region', 'earthquake\r'), +(10877, '1994-08-11 20:42:09', -21.6, -173.768, 31, 5.8, 'mwb', 'usp0006guw', 'Tonga', 'earthquake\r'), +(10878, '1994-08-14 00:46:20', 44.709, 150.103, 16.9, 6, 'mw', 'usp0006gxh', 'east of the Kuril Islands', 'earthquake\r'), +(10879, '1994-08-14 01:31:13', 44.694, 150.011, 19, 6.3, 'mwb', 'usp0006gxk', 'east of the Kuril Islands', 'earthquake\r'), +(10880, '1994-08-14 09:06:53', 38.794, 142.075, 43.6, 5.9, 'mw', 'usp0006gy7', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(10881, '1994-08-14 10:58:20', -29.808, -71.594, 42.4, 5.5, 'mw', 'usp0006gya', 'offshore Coquimbo, Chile', 'earthquake\r'), +(10882, '1994-08-15 06:15:39', 16.751, -60.739, 33, 5.5, 'mw', 'usp0006gyz', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(10883, '1994-08-16 04:46:19', 29.361, 130.194, 39.1, 5.7, 'mw', 'usp0006h01', 'Ryukyu Islands, Japan', 'earthquake\r'), +(10884, '1994-08-16 10:09:33', 37.842, 142.462, 19.8, 5.8, 'mw', 'usp0006h0d', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(10885, '1994-08-18 00:45:47', -7.433, 31.751, 25.2, 5.9, 'mwb', 'usp0006h32', 'Lake Rukwa region, Tanzania', 'earthquake\r'), +(10886, '1994-08-18 01:13:06', 35.52, -0.106, 8.7, 5.9, 'mw', 'usp0006h33', 'northern Algeria', 'earthquake\r'), +(10887, '1994-08-18 04:21:52', 44.679, 150.221, 33, 5.7, 'mw', 'usp0006h3d', 'east of the Kuril Islands', 'earthquake\r'), +(10888, '1994-08-18 04:42:57', 44.767, 150.158, 14.7, 6.6, 'mw', 'usp0006h3e', 'east of the Kuril Islands', 'earthquake\r'), +(10889, '1994-08-18 04:45:23', 44.815, 150.279, 33, 5.9, 'mb', 'usp0006h3f', 'east of the Kuril Islands', 'earthquake\r'), +(10890, '1994-08-19 10:02:52', -26.642, -63.421, 563.6, 6.5, 'mw', 'usp0006h5m', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(10891, '1994-08-19 21:02:46', 17.974, 96.415, 12.3, 5.8, 'mw', 'usp0006h6h', 'Myanmar', 'earthquake\r'), +(10892, '1994-08-20 02:21:11', 44.606, 149.325, 22.9, 5.6, 'mw', 'usp0006h70', 'Kuril Islands', 'earthquake\r'), +(10893, '1994-08-20 04:38:51', 44.656, 149.176, 24.4, 6.2, 'mw', 'usp0006h73', 'Kuril Islands', 'earthquake\r'), +(10894, '1994-08-21 15:55:59', 56.761, 117.9, 12.3, 6, 'mw', 'usp0006h9t', 'Chitinskaya Oblast\'\', Russia', 'earthquake\r'), +(10895, '1994-08-22 17:26:38', -11.509, 166.452, 142.1, 6.2, 'mw', 'usp0006hbe', 'Santa Cruz Islands', 'earthquake\r'), +(10896, '1994-08-23 06:22:05', -23.786, 179.992, 520.9, 5.6, 'mw', 'usp0006hc8', 'south of the Fiji Islands', 'earthquake\r'), +(10897, '1994-08-24 21:08:47', 34.245, 91.814, 33, 5.5, 'mb', 'usp0006hey', 'southern Qinghai, China', 'earthquake\r'), +(10898, '1994-08-24 22:05:58', -35.483, -104.892, 10, 5.5, 'mw', 'usp0006hf1', 'southeast of Easter Island', 'earthquake\r'), +(10899, '1994-08-27 16:03:56', 6.802, 126.729, 100.1, 5.5, 'mw', 'usp0006hjv', 'Mindanao, Philippines', 'earthquake\r'), +(10900, '1994-08-28 06:24:13', -7.256, 129.239, 146.8, 5.5, 'mb', 'usp0006hkd', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(10901, '1994-08-28 15:02:19', 17.012, -95.844, 68, 5.6, 'mw', 'usp0006hm2', 'Oaxaca, Mexico', 'earthquake\r'), +(10902, '1994-08-28 15:41:29', 5.659, 126.234, 68.9, 5.6, 'mw', 'usp0006hm4', 'Mindanao, Philippines', 'earthquake\r'), +(10903, '1994-08-28 18:37:21', 44.783, 150.061, 18.6, 6.6, 'mw', 'usp0006hm5', 'east of the Kuril Islands', 'earthquake\r'), +(10904, '1994-08-29 17:36:21', -0.404, -19.172, 10, 5.8, 'mw', 'usp0006hnz', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(10905, '1994-08-30 06:13:36', 44.737, 150.117, 50.6, 5.7, 'mw', 'usp0006hpj', 'east of the Kuril Islands', 'earthquake\r'), +(10906, '1994-08-30 10:14:30', -15.248, -173.34, 33, 5.7, 'mw', 'usp0006hpu', 'Tonga', 'earthquake\r'), +(10907, '1994-08-30 19:42:47', -6.965, 124.111, 595.6, 6.2, 'mw', 'usp0006hqe', 'Banda Sea', 'earthquake\r'), +(10908, '1994-08-31 09:07:26', 43.719, 146.013, 76, 6.2, 'mw', 'usp0006hr0', 'Kuril Islands', 'earthquake\r'), +(10909, '1994-09-01 15:15:48', 40.4055, -126.3028333, 4.972, 7, 'mw', 'nc30056327', 'off the coast of Northern California', 'earthquake\r'), +(10910, '1994-09-01 15:38:55', -10.944, 166.246, 151.9, 5.9, 'mb', 'usp0006ht0', 'Santa Cruz Islands', 'earthquake\r'), +(10911, '1994-09-01 16:12:41', 41.183, 21.196, 14, 5.8, 'mb', 'usp0006ht7', 'Macedonia', 'earthquake\r'), +(10912, '1994-09-01 20:50:39', -18.462, -172.905, 48.7, 5.6, 'mw', 'usp0006hu8', 'Tonga region', 'earthquake\r'), +(10913, '1994-09-02 15:56:16', -3.309, 130.79, 39.1, 5.5, 'mb', 'usp0006hvj', 'Seram, Indonesia', 'earthquake\r'), +(10914, '1994-09-03 09:02:54', -31.422, -111.028, 6.7, 5.7, 'mw', 'usp0006hwu', 'Easter Island region', 'earthquake\r'), +(10915, '1994-09-03 17:46:42', -21.212, 173.64, 33, 6.3, 'mwb', 'usp0006hxc', 'Vanuatu region', 'earthquake\r'), +(10916, '1994-09-05 22:13:48', 46.782, 155.226, 12.2, 5.6, 'mw', 'usp0006j05', 'east of the Kuril Islands', 'earthquake\r'), +(10917, '1994-09-06 12:29:32', -34.27, 179.537, 33, 5.6, 'mw', 'usp0006j18', 'south of the Kermadec Islands', 'earthquake\r'), +(10918, '1994-09-08 05:21:59', -11.911, 166.234, 26.4, 5.6, 'mw', 'usp0006j3c', 'Santa Cruz Islands', 'earthquake\r'), +(10919, '1994-09-08 05:22:06', -11.8, 164.86, 33, 5.5, 'mwc', 'gcmtb090894b', 'Santa Cruz Islands region', 'earthquake\r'), +(10920, '1994-09-08 08:50:42', 0.54, 126.173, 52.1, 5.7, 'mw', 'usp0006j3j', 'Molucca Sea', 'earthquake\r'), +(10921, '1994-09-10 04:54:10', 7.552, 126.599, 79.4, 5.6, 'mw', 'usp0006j6f', 'Mindanao, Philippines', 'earthquake\r'), +(10922, '1994-09-10 13:34:17', -9.211, -108.722, 10, 5.5, 'mw', 'usp0006j75', 'central East Pacific Rise', 'earthquake\r'), +(10923, '1994-09-11 12:01:13', -16.048, 166.69, 33, 5.7, 'mw', 'usp0006j87', 'Vanuatu', 'earthquake\r'), +(10924, '1994-09-12 06:29:55', -31.103, -71.706, 40, 6, 'mwb', 'usp0006j90', 'offshore Coquimbo, Chile', 'earthquake\r'), +(10925, '1994-09-12 11:30:15', -8.91, 106.476, 33, 5.7, 'mw', 'usp0006j9a', 'south of Java, Indonesia', 'earthquake\r'), +(10926, '1994-09-12 12:23:43', 38.819, -119.652, 11.629, 5.7, 'ms', 'ci3184133', '11km SE of Gardnerville Ranchos, Nevada', 'earthquake\r'), +(10927, '1994-09-12 22:43:51', -15.455, -172.99, 15, 6, 'mw', 'usp0006jb2', 'Samoa Islands region', 'earthquake\r'), +(10928, '1994-09-12 23:34:54', -15.118, -172.99, 33, 5.5, 'mw', 'usp0006jb9', 'Samoa Islands region', 'earthquake\r'), +(10929, '1994-09-13 04:28:01', 29.287, 129.91, 34.3, 6.1, 'mwb', 'usp0006jc3', 'Ryukyu Islands, Japan', 'earthquake\r'), +(10930, '1994-09-13 10:01:32', 7.054, -76.678, 13.6, 6.1, 'mw', 'usp0006jct', 'northern Colombia', 'earthquake\r'), +(10931, '1994-09-13 12:22:13', -22.278, 174.687, 33, 5.8, 'mw', 'usp0006jd4', 'southeast of the Loyalty Islands', 'earthquake\r'), +(10932, '1994-09-14 05:02:12', -31.251, -71.658, 37.7, 5.5, 'mw', 'usp0006jen', 'offshore Coquimbo, Chile', 'earthquake\r'), +(10933, '1994-09-14 11:45:18', -16.521, -172.998, 33, 5.5, 'mw', 'usp0006jex', 'Samoa Islands region', 'earthquake\r'), +(10934, '1994-09-15 23:47:31', -57.803, -8.769, 10, 6, 'mw', 'usp0006jh8', 'east of the South Sandwich Islands', 'earthquake\r'), +(10935, '1994-09-16 06:20:19', 22.528, 118.711, 13.1, 6.8, 'mwb', 'usp0006jhk', 'Taiwan region', 'earthquake\r'), +(10936, '1994-09-17 12:22:15', -32.186, -71.68, 27.9, 5.7, 'mw', 'usp0006jkh', 'offshore Valparaiso, Chile', 'earthquake\r'), +(10937, '1994-09-20 08:45:26', 7.433, 126.748, 51, 5.8, 'mw', 'usp0006jrd', 'Mindanao, Philippines', 'earthquake\r'), +(10938, '1994-09-22 14:24:34', -32.24, -71.836, 26.9, 5.5, 'mw', 'usp0006jv6', 'offshore Valparaiso, Chile', 'earthquake\r'), +(10939, '1994-09-23 07:59:39', -3.379, 148.537, 33, 6.1, 'mw', 'usp0006jw6', 'Bismarck Sea', 'earthquake\r'), +(10940, '1994-09-27 23:04:52', 5.68, -79.185, 33, 6.2, 'mw', 'usp0006k3w', 'south of Panama', 'earthquake\r'), +(10941, '1994-09-28 05:37:35', 51.313, 178.388, 33, 5.8, 'mw', 'usp0006k4f', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10942, '1994-09-28 16:39:52', -5.786, 110.352, 637.5, 6.6, 'mw', 'usp0006k55', 'Java Sea', 'earthquake\r'), +(10943, '1994-09-28 17:33:58', -5.731, 110.364, 628.2, 6, 'mw', 'usp0006k58', 'Java Sea', 'earthquake\r'), +(10944, '1994-09-28 21:22:11', -4.708, 102.2, 46.3, 5.5, 'mw', 'usp0006k5c', 'southern Sumatra, Indonesia', 'earthquake\r'), +(10945, '1994-09-30 19:30:18', -21.217, -179.293, 643.4, 5.8, 'mw', 'usp0006k7z', 'Fiji region', 'earthquake\r'), +(10946, '1994-10-01 14:54:29', -18.278, -178.475, 645.4, 5.5, 'mb', 'usp0006k90', 'Fiji region', 'earthquake\r'), +(10947, '1994-10-01 15:03:31', -17.849, 167.805, 25.9, 5.7, 'mw', 'usp0006k91', 'Vanuatu', 'earthquake\r'), +(10948, '1994-10-01 16:35:21', -17.745, 167.682, 16.6, 6.5, 'mw', 'usp0006k95', 'Vanuatu', 'earthquake\r'), +(10949, '1994-10-01 17:46:38', -17.768, 167.83, 33, 6.2, 'mw', 'usp0006k9a', 'Vanuatu', 'earthquake\r'), +(10950, '1994-10-04 13:22:56', 43.773, 147.321, 14, 8.3, 'mw', 'usp0006kdp', 'Kuril Islands', 'earthquake\r'), +(10951, '1994-10-04 13:42:52', 43.788, 147.187, 61.2, 6.1, 'mb', 'usp0006kdr', 'Kuril Islands', 'earthquake\r'), +(10952, '1994-10-04 13:51:11', 43.682, 147.576, 60, 5.6, 'mb', 'usp0006kds', 'Kuril Islands', 'earthquake\r'), +(10953, '1994-10-04 13:52:45', 43.786, 147.76, 29.6, 5.9, 'mb', 'usp0006kdt', 'Kuril Islands', 'earthquake\r'), +(10954, '1994-10-04 14:42:36', 43.963, 147.999, 33, 5.7, 'mb', 'usp0006ke7', 'Kuril Islands', 'earthquake\r'), +(10955, '1994-10-04 15:24:16', 43.526, 147.908, 19.5, 6.3, 'mb', 'usp0006keg', 'Kuril Islands', 'earthquake\r'), +(10956, '1994-10-04 15:34:53', 43.776, 147.21, 33, 5.5, 'mb', 'usp0006keh', 'Kuril Islands', 'earthquake\r'), +(10957, '1994-10-04 16:01:02', 43.706, 147.991, 15.5, 6.3, 'mb', 'usp0006ker', 'Kuril Islands', 'earthquake\r'), +(10958, '1994-10-04 16:06:21', 43.43, 147.902, 17.7, 6, 'mb', 'usp0006ket', 'Kuril Islands', 'earthquake\r'), +(10959, '1994-10-04 18:09:40', 43.66, 147.445, 32.7, 6, 'ms', 'usp0006kfs', 'Kuril Islands', 'earthquake\r'), +(10960, '1994-10-04 19:16:29', 43.774, 147.504, 34.9, 6, 'mb', 'usp0006kg4', 'Kuril Islands', 'earthquake\r'), +(10961, '1994-10-04 20:01:10', 43.983, 147.292, 63.5, 5.7, 'mb', 'usp0006kg9', 'Kuril Islands', 'earthquake\r'), +(10962, '1994-10-04 21:39:29', 43.798, 147.138, 37.8, 5.5, 'mb', 'usp0006kgv', 'Kuril Islands', 'earthquake\r'), +(10963, '1994-10-05 01:13:27', 23.101, 121.479, 69.7, 5.5, 'mb', 'usp0006khs', 'Taiwan', 'earthquake\r'), +(10964, '1994-10-05 04:00:48', 43.398, 148.078, 39.7, 5.8, 'mb', 'usp0006kja', 'east of the Kuril Islands', 'earthquake\r'), +(10965, '1994-10-05 07:16:07', 43.686, 148.088, 37.7, 5.7, 'mb', 'usp0006kjt', 'east of the Kuril Islands', 'earthquake\r'), +(10966, '1994-10-05 12:34:43', 43.228, 147.4, 53.3, 5.5, 'mb', 'usp0006kkn', 'Kuril Islands', 'earthquake\r'), +(10967, '1994-10-05 12:39:31', 43.627, 147.45, 40.8, 5.7, 'mb', 'usp0006kkp', 'Kuril Islands', 'earthquake\r'), +(10968, '1994-10-05 20:37:29', 43.592, 147.449, 13.2, 6, 'mw', 'usp0006kmm', 'Kuril Islands', 'earthquake\r'), +(10969, '1994-10-05 20:39:48', 43.954, 147.336, 40, 6.1, 'mw', 'usp0006kmp', 'Kuril Islands', 'earthquake\r'), +(10970, '1994-10-06 07:46:35', 43.239, 148.061, 32.7, 5.6, 'ms', 'usp0006knh', 'east of the Kuril Islands', 'earthquake\r'), +(10971, '1994-10-06 15:42:14', -56.628, -141.923, 10, 5.5, 'mw', 'usp0006kpc', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(10972, '1994-10-07 02:36:09', 43.614, 147.289, 52, 5.6, 'mw', 'usp0006kq9', 'Kuril Islands', 'earthquake\r'), +(10973, '1994-10-07 03:25:58', 41.662, 88.753, 0, 6, 'mb', 'usp0006kqc', 'southern Xinjiang, China', 'nuclear explosion\r'), +(10974, '1994-10-07 07:00:52', 43.117, 146.866, 54.5, 5.5, 'mw', 'usp0006kqk', 'Kuril Islands', 'earthquake\r'), +(10975, '1994-10-08 21:44:07', -1.258, 127.98, 16.6, 6.8, 'mwb', 'usp0006ktd', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(10976, '1994-10-09 07:55:40', 43.905, 147.916, 33, 7.3, 'mw', 'usp0006ku9', 'Kuril Islands', 'earthquake\r'), +(10977, '1994-10-09 08:07:05', 43.714, 148.033, 41.3, 5.9, 'mb', 'usp0006kuc', 'east of the Kuril Islands', 'earthquake\r'), +(10978, '1994-10-09 08:48:55', 43.861, 148.063, 35.8, 6.1, 'ms', 'usp0006kuh', 'east of the Kuril Islands', 'earthquake\r'), +(10979, '1994-10-09 11:07:44', 43.495, 148.237, 43.7, 5.6, 'ms', 'usp0006kuv', 'east of the Kuril Islands', 'earthquake\r'), +(10980, '1994-10-09 12:24:23', 43.883, 147.341, 46.1, 5.8, 'mb', 'usp0006kv4', 'Kuril Islands', 'earthquake\r'), +(10981, '1994-10-10 21:06:54', 51.484, -173.897, 33, 5.7, 'mw', 'usp0006kxp', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(10982, '1994-10-11 01:37:20', -32.1, -71.447, 47.1, 5.8, 'mwb', 'usp0006kxz', 'Coquimbo, Chile', 'earthquake\r'), +(10983, '1994-10-12 06:02:50', 13.765, 124.538, 27, 5.9, 'mw', 'usp0006kzz', 'Catanduanes, Philippines', 'earthquake\r'), +(10984, '1994-10-12 06:43:40', 13.773, 124.529, 15.7, 6.4, 'mwb', 'usp0006m04', 'Catanduanes, Philippines', 'earthquake\r'), +(10985, '1994-10-12 16:43:27', -6.936, 155.781, 49.2, 5.5, 'mw', 'usp0006m0y', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(10986, '1994-10-13 05:04:25', -1.212, 127.912, 10.7, 6.4, 'mwb', 'usp0006m1p', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(10987, '1994-10-15 00:39:25', -3.804, 152.148, 8.8, 6.1, 'mwb', 'usp0006m4k', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(10988, '1994-10-16 00:06:49', -9.297, -75.775, 128, 5.6, 'mw', 'usp0006m64', 'central Peru', 'earthquake\r'), +(10989, '1994-10-16 05:10:01', 45.749, 149.167, 116.6, 6.7, 'mw', 'usp0006m6j', 'Kuril Islands', 'earthquake\r'), +(10990, '1994-10-18 17:12:51', 43.576, 147.097, 60.3, 5.9, 'mw', 'usp0006mas', 'Kuril Islands', 'earthquake\r'), +(10991, '1994-10-19 12:54:08', -9.521, 159.453, 5, 5.5, 'mw', 'usp0006mc7', 'Solomon Islands', 'earthquake\r'), +(10992, '1994-10-20 01:15:16', -39.187, -70.811, 161.8, 6, 'mwb', 'usp0006md0', 'Neuquen, Argentina', 'earthquake\r'), +(10993, '1994-10-20 04:05:33', -21.917, -175.058, 33, 5.5, 'mw', 'usp0006md5', 'Tonga', 'earthquake\r'), +(10994, '1994-10-21 05:06:21', 36.391, 69.708, 47.2, 5.5, 'mw', 'usp0006mf1', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10995, '1994-10-25 00:54:34', 36.359, 70.957, 238.7, 6, 'mwb', 'usp0006mnt', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(10996, '1994-10-25 04:37:45', 1.83, 126.023, 40.9, 5.5, 'mw', 'usp0006mp0', 'Molucca Sea', 'earthquake\r'), +(10997, '1994-10-27 17:45:58', 43.515, -127.427, 20, 6.3, 'mwb', 'usp0006mta', 'off the coast of Oregon', 'earthquake\r'), +(10998, '1994-10-27 22:20:29', -25.778, 179.339, 518.7, 6.7, 'mw', 'usp0006mtj', 'south of the Fiji Islands', 'earthquake\r'), +(10999, '1994-10-28 09:06:52', -6.19, 154.48, 58.6, 5.8, 'mw', 'usp0006mu6', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11000, '1994-10-28 09:11:20', 14.537, -103.755, 33, 5.9, 'mw', 'usp0006mu7', 'off the coast of Guerrero, Mexico', 'earthquake\r'), +(11001, '1994-10-28 23:51:12', 24.759, 122.208, 33, 5.6, 'mw', 'usp0006mv6', 'Taiwan region', 'earthquake\r'), +(11002, '1994-10-30 06:06:27', -28.032, 26.738, 5, 5.6, 'mb', 'usp0006mwt', 'South Africa', 'earthquake\r'), +(11003, '1994-10-30 08:11:30', -6.183, 129.446, 264.1, 5.9, 'mw', 'usp0006mwx', 'Banda Sea', 'earthquake\r'), +(11004, '1994-10-31 11:48:14', 3.019, 96.192, 29.4, 6.2, 'mw', 'usp0006myc', 'northern Sumatra, Indonesia', 'earthquake\r'), +(11005, '1994-10-31 22:59:26', 9.037, -83.323, 55.6, 5.6, 'mw', 'usp0006mz9', 'Costa Rica', 'earthquake\r'), +(11006, '1994-10-31 23:04:08', -17.876, -172.883, 33, 5.5, 'mw', 'usp0006mza', 'Tonga region', 'earthquake\r'), +(11007, '1994-11-01 08:08:02', -1.432, 67.947, 10, 5.7, 'mw', 'usp0006mzz', 'Carlsberg Ridge', 'earthquake\r'), +(11008, '1994-11-02 01:43:56', 5.099, 118.643, 55.2, 5.7, 'mw', 'usp0006n10', 'Sabah, Malaysia', 'earthquake\r'), +(11009, '1994-11-03 03:07:22', -10.931, 166.247, 155.8, 5.8, 'mw', 'usp0006n2f', 'Santa Cruz Islands', 'earthquake\r'), +(11010, '1994-11-04 01:13:20', -9.379, -71.334, 591.3, 6.1, 'mw', 'usp0006n3b', 'Peru-Brazil border region', 'earthquake\r'), +(11011, '1994-11-04 10:12:42', -17.417, -172.027, 33, 5.5, 'mw', 'usp0006n3y', 'Tonga region', 'earthquake\r'), +(11012, '1994-11-05 02:16:03', -57.193, 157.858, 24.7, 6.5, 'mwb', 'usp0006n54', 'Macquarie Island region', 'earthquake\r'), +(11013, '1994-11-05 10:52:15', 10.721, 141.311, 31, 5.6, 'mw', 'usp0006n5m', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(11014, '1994-11-05 12:05:29', -9.386, -71.335, 597.1, 5.6, 'mw', 'usp0006n5p', 'Peru-Brazil border region', 'earthquake\r'), +(11015, '1994-11-06 11:52:55', 7.273, 126.98, 41.5, 5.5, 'mw', 'usp0006n6k', 'Mindanao, Philippines', 'earthquake\r'), +(11016, '1994-11-09 18:21:03', 43.556, 147.144, 53.8, 5.8, 'mwb', 'usp0006nbf', 'Kuril Islands', 'earthquake\r'), +(11017, '1994-11-10 03:03:23', -5.719, 154.186, 33.3, 5.5, 'mw', 'usp0006nc0', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11018, '1994-11-11 08:48:30', -15.626, -72.535, 120.7, 5.8, 'mw', 'usp0006nd9', 'southern Peru', 'earthquake\r'), +(11019, '1994-11-14 19:15:31', 13.525, 121.067, 31.5, 7.1, 'mw', 'usp0006nn2', 'Mindoro, Philippines', 'earthquake\r'), +(11020, '1994-11-15 06:25:09', 13.136, 121.184, 21.3, 5.5, 'mw', 'usp0006nnr', 'Mindoro, Philippines', 'earthquake\r'), +(11021, '1994-11-15 20:18:11', -5.589, 110.186, 560.6, 6.5, 'mw', 'usp0006npt', 'Java Sea', 'earthquake\r'), +(11022, '1994-11-15 20:39:37', 47.451, 154.927, 12.4, 6, 'mw', 'usp0006npu', 'Kuril Islands', 'earthquake\r'), +(11023, '1994-11-16 06:54:03', -56.173, -142.612, 10, 5.8, 'mw', 'usp0006nr2', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(11024, '1994-11-18 15:47:25', 43.571, 147.483, 33, 5.5, 'mb', 'usp0006nvu', 'Kuril Islands', 'earthquake\r'), +(11025, '1994-11-20 02:57:16', -9.794, 159.712, 23.9, 5.6, 'mw', 'usp0006ny3', 'Solomon Islands', 'earthquake\r'), +(11026, '1994-11-20 06:39:22', -20.766, 172.748, 23.9, 5.9, 'mw', 'usp0006nyb', 'Vanuatu region', 'earthquake\r'), +(11027, '1994-11-20 16:59:06', -2.001, 135.932, 16, 6.3, 'mwb', 'usp0006nyy', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(11028, '1994-11-20 18:34:34', 4.33, 97.591, 153.4, 6.1, 'mwb', 'usp0006nz3', 'northern Sumatra, Indonesia', 'earthquake\r'), +(11029, '1994-11-21 08:16:34', 25.54, 96.657, 14, 5.9, 'mw', 'usp0006p03', 'Myanmar', 'earthquake\r'), +(11030, '1994-11-22 11:11:58', 43.961, 147.293, 49.4, 5.6, 'mwb', 'usp0006p20', 'Kuril Islands', 'earthquake\r'), +(11031, '1994-11-23 05:56:51', -53.07, 159.456, 10, 5.5, 'mw', 'usp0006p3h', 'Macquarie Island region', 'earthquake\r'), +(11032, '1994-11-26 06:11:10', -20.126, 169.126, 35.6, 5.7, 'mw', 'usp0006p8n', 'Vanuatu', 'earthquake\r'), +(11033, '1994-11-27 18:27:08', 5.768, 119.324, 27.3, 5.5, 'mw', 'usp0006pb7', 'Sulu Archipelago, Philippines', 'earthquake\r'), +(11034, '1994-11-28 13:45:59', -2.526, 138.688, 33, 5.5, 'mb', 'usp0006pcb', 'Papua, Indonesia', 'earthquake\r'), +(11035, '1994-12-05 16:20:09', -8.576, 159.833, 49.2, 5.5, 'mw', 'usp0006ppx', 'Solomon Islands', 'earthquake\r'), +(11036, '1994-12-06 09:06:07', -15.316, -75.294, 26.9, 5.5, 'mw', 'usp0006pqs', 'near the coast of central Peru', 'earthquake\r'), +(11037, '1994-12-07 03:37:55', -23.422, -66.639, 235, 6, 'mwb', 'usp0006prp', 'Jujuy, Argentina', 'earthquake\r'), +(11038, '1994-12-07 20:22:18', -3.459, 130.94, 33, 5.5, 'mw', 'usp0006pse', 'Seram, Indonesia', 'earthquake\r'), +(11039, '1994-12-08 08:30:27', 1.967, 120.844, 38.1, 5.7, 'mw', 'usp0006pt0', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11040, '1994-12-10 03:39:32', -23.534, -70.591, 36.6, 6, 'mw', 'usp0006pvq', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11041, '1994-12-10 16:17:39', 18.136, -101.384, 48.1, 6.5, 'mwb', 'usp0006pwk', 'Guerrero, Mexico', 'earthquake\r'), +(11042, '1994-12-11 09:29:01', -24.855, -179.112, 391, 5.7, 'mw', 'usp0006pxc', 'south of the Fiji Islands', 'earthquake\r'), +(11043, '1994-12-12 07:41:55', -17.477, -69.598, 148.2, 6.3, 'mwb', 'usp0006pyp', 'Peru-Bolivia border region', 'earthquake\r'), +(11044, '1994-12-12 14:52:53', -9.975, 119.199, 25.9, 5.6, 'mw', 'usp0006pz1', 'Sumba region, Indonesia', 'earthquake\r'), +(11045, '1994-12-13 08:23:48', 16.314, -98.443, 15.9, 5.5, 'mw', 'usp0006q00', 'Oaxaca, Mexico', 'earthquake\r'), +(11046, '1994-12-13 20:27:48', -3.166, 130.534, 25, 5.5, 'mw', 'usp0006q0x', 'Seram, Indonesia', 'earthquake\r'), +(11047, '1994-12-14 07:28:53', -9.519, 159.411, 16.3, 6.1, 'mw', 'usp0006q1e', 'Solomon Islands', 'earthquake\r'), +(11048, '1995-03-17 02:18:39', -13.175, 166.821, 33, 5.5, 'mw', 'usp0006ua3', 'Vanuatu', 'earthquake\r'), +(11049, '1994-12-14 19:44:31', 2.729, 128.158, 56.2, 5.7, 'mw', 'usp0006q22', 'Halmahera, Indonesia', 'earthquake\r'), +(11050, '1994-12-14 22:20:02', -8.485, -80.185, 33, 5.6, 'mw', 'usp0006q2b', 'off the coast of northern Peru', 'earthquake\r'), +(11051, '1994-12-15 11:20:22', -37.282, 177.523, 33, 6.5, 'mwb', 'usp0006q2w', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11052, '1994-12-15 23:56:11', -3.262, 139.842, 114.4, 5.8, 'mw', 'usp0006q38', 'Papua, Indonesia', 'earthquake\r'), +(11053, '1994-12-17 21:07:58', -27.32, -176.715, 34.6, 5.8, 'mw', 'usp0006q5f', 'Kermadec Islands region', 'earthquake\r'), +(11054, '1994-12-18 20:38:32', -17.838, -178.703, 545.4, 5.7, 'mwb', 'usp0006q6k', 'Fiji region', 'earthquake\r'), +(11055, '1994-12-19 09:22:05', -54.103, 143.412, 10, 5.7, 'mw', 'usp0006q7a', 'west of Macquarie Island', 'earthquake\r'), +(11056, '1994-12-19 17:41:15', -17.82, -178.631, 578.4, 5.5, 'mw', 'usp0006q7m', 'Fiji region', 'earthquake\r'), +(11057, '1994-12-20 11:08:51', -6.134, 103.933, 37, 5.5, 'mb', 'usp0006q85', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(11058, '1994-12-25 11:43:49', -30.085, -178.351, 66.4, 5.5, 'mw', 'usp0006qe5', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(11059, '1994-12-27 17:32:51', -31.965, 179.86, 212.4, 6.4, 'mwb', 'usp0006qgk', 'Kermadec Islands region', 'earthquake\r'), +(11060, '1994-12-27 17:33:24', 20.517, 145.724, 33, 5.5, 'mb', 'usp0006qgm', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(11061, '1994-12-27 20:43:04', 44.917, 149.584, 74, 5.6, 'mb', 'usp0006qgq', 'Kuril Islands', 'earthquake\r'), +(11062, '1994-12-28 12:19:23', 40.525, 143.419, 26.5, 7.8, 'mw', 'usp0006qh3', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11063, '1994-12-28 12:29:21', 40.466, 143.612, 33, 5.6, 'mb', 'usp0006qh4', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11064, '1994-12-28 12:47:47', 39.458, 143.486, 33, 5.7, 'mb', 'usp0006qh8', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11065, '1994-12-28 12:59:54', 40.313, 143.626, 33, 5.7, 'mb', 'usp0006qha', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11066, '1994-12-28 13:59:19', 40.239, 143.546, 33, 5.7, 'mb', 'usp0006qhj', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11067, '1994-12-28 18:16:08', 40.015, 143.215, 33, 5.7, 'mb', 'usp0006qj0', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11068, '1994-12-28 20:52:26', 40.094, 142.687, 21.9, 6.2, 'mw', 'usp0006qja', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(11069, '1994-12-28 22:23:56', -32.961, 179.862, 54.4, 5.7, 'mw', 'usp0006qjh', 'south of the Kermadec Islands', 'earthquake\r'), +(11070, '1994-12-28 22:37:46', 40.375, 143.636, 10.5, 6.4, 'mwb', 'usp0006qjm', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11071, '1994-12-28 22:54:48', 40.187, 143.583, 29.6, 5.8, 'mb', 'usp0006qjq', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11072, '1994-12-29 15:29:29', 40.773, 142.109, 55.6, 5.5, 'mw', 'usp0006qkh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(11073, '1994-12-29 16:01:18', 35.655, 80.663, 33, 5.5, 'mb', 'usp0006qkj', 'Xinjiang-Xizang border region', 'earthquake\r'), +(11074, '1994-12-30 15:12:25', 18.552, 145.363, 219.2, 6.3, 'mwb', 'usp0006qmz', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11075, '1994-12-30 22:55:25', -4.265, 152.749, 33, 5.5, 'mw', 'usp0006qn9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11076, '1994-12-31 13:50:24', 40.217, 142.546, 43, 6, 'mw', 'usp0006qny', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(11077, '1995-01-01 06:59:56', 40.701, 143.549, 15.2, 6.5, 'mwb', 'usp0006qpv', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11078, '1995-01-03 06:49:20', -19.634, -178.106, 601.4, 5.6, 'mw', 'usp0006qsz', 'Fiji region', 'earthquake\r'), +(11079, '1995-01-03 16:11:57', -57.699, -65.883, 13.9, 5.9, 'mw', 'usp0006qtr', 'Drake Passage', 'earthquake\r'), +(11080, '1995-01-04 06:28:39', -56.06, -123.232, 10, 6, 'mw', 'usp0006qv0', 'southern East Pacific Rise', 'earthquake\r'), +(11081, '1995-01-05 23:30:07', -22.033, 168.902, 29.1, 5.7, 'mw', 'usp0006qwx', 'New Caledonia', 'earthquake\r'), +(11082, '1995-01-06 18:01:13', -56.497, -25.319, 33, 5.5, 'mw', 'usp0006qy6', 'South Sandwich Islands region', 'earthquake\r'), +(11083, '1995-01-06 21:59:29', 9.189, 126.179, 32.4, 5.8, 'mw', 'usp0006qyu', 'Mindanao, Philippines', 'earthquake\r'), +(11084, '1995-01-06 22:37:34', 40.246, 142.175, 26.9, 7, 'mw', 'usp0006qyz', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(11085, '1995-01-07 02:36:07', 40.258, 142.364, 32, 6, 'mwb', 'usp0006qz9', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(11086, '1995-01-09 17:57:18', 1.459, -90.563, 10, 5.6, 'mw', 'usp0006r3j', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(11087, '1995-01-09 18:00:18', 35.88, 141.343, 33.3, 6, 'mw', 'usp0006r3k', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(11088, '1995-01-10 10:09:51', 20.205, 109.153, 33, 5.5, 'mw', 'usp0006r4v', 'southeastern China', 'earthquake\r'), +(11089, '1995-01-11 07:48:23', 41.934, 142.484, 57.2, 5.6, 'mw', 'usp0006r6k', 'Hokkaido, Japan region', 'earthquake\r'), +(11090, '1995-01-11 09:47:16', -22.18, -179.536, 594.3, 5.6, 'mw', 'usp0006r6q', 'south of the Fiji Islands', 'earthquake\r'), +(11091, '1995-01-11 19:30:27', 1.142, -90.567, 33, 5.6, 'mw', 'usp0006r73', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(11092, '1995-01-12 10:26:47', 44.061, 147.033, 34.9, 6, 'mw', 'usp0006r7u', 'Kuril Islands', 'earthquake\r'), +(11093, '1995-01-13 03:13:00', 43.165, 147.029, 33, 5.6, 'mw', 'usp0006r8q', 'Kuril Islands', 'earthquake\r'), +(11094, '1995-01-14 06:49:24', -27.929, -178.273, 212.6, 5.7, 'mw', 'usp0006raf', 'Kermadec Islands region', 'earthquake\r'), +(11095, '1995-01-15 02:40:19', 27.511, 128.46, 46.9, 5.6, 'mw', 'usp0006rbr', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11096, '1995-01-15 23:59:26', -5.246, 152.04, 62.2, 6, 'mw', 'usp0006rd9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11097, '1995-01-16 18:14:49', 51.26, 179.168, 33, 6.3, 'mw', 'usp0006rek', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11098, '1995-01-16 18:42:17', 51.299, 179.165, 33, 5.7, 'mw', 'usp0006req', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11099, '1995-01-16 20:46:52', 34.583, 135.018, 21.9, 6.9, 'mw', 'usp0006rew', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(11100, '1995-01-17 16:54:12', -20.833, -179.236, 633.5, 6.3, 'mwb', 'usp0006rgr', 'Fiji region', 'earthquake\r'), +(11101, '1995-01-18 12:14:37', -19.16, 167.402, 36.3, 5.5, 'mb', 'usp0006rj2', 'Vanuatu region', 'earthquake\r'), +(11102, '1995-01-19 03:00:23', 43.376, 146.971, 39.8, 5.6, 'mw', 'usp0006rjy', 'Kuril Islands', 'earthquake\r'), +(11103, '1995-01-19 09:55:34', -7.395, 128.26, 159.8, 5.9, 'mw', 'usp0006rkg', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(11104, '1995-01-19 15:05:03', 5.05, -72.916, 17.3, 6.5, 'mw', 'usp0006rkq', 'Colombia', 'earthquake\r'), +(11105, '1995-01-20 00:55:22', -10.99, 162.145, 26.5, 5.8, 'mw', 'usp0006rmj', 'Solomon Islands', 'earthquake\r'), +(11106, '1995-01-20 03:35:46', 43.333, 146.8, 57.6, 5.6, 'mwb', 'usp0006rmq', 'Kuril Islands', 'earthquake\r'), +(11107, '1995-01-20 11:29:12', 14.026, -91.868, 66.6, 5.7, 'mw', 'usp0006rn5', 'offshore Guatemala', 'earthquake\r'), +(11108, '1995-01-20 15:49:02', 1.184, 125.998, 56.9, 5.9, 'mw', 'usp0006rnb', 'Molucca Sea', 'earthquake\r'), +(11109, '1995-01-21 07:30:23', 2.563, 126.882, 42.2, 6.2, 'mw', 'usp0006rp7', 'Molucca Sea', 'earthquake\r'), +(11110, '1995-01-21 08:47:30', 43.377, 146.72, 58.9, 6.3, 'mw', 'usp0006rpc', 'Kuril Islands', 'earthquake\r'), +(11111, '1995-01-21 16:01:24', -7.046, 129.113, 176.5, 5.6, 'mw', 'usp0006rpq', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(11112, '1995-01-22 00:20:40', -20.436, -177.929, 504.2, 5.7, 'mw', 'usp0006rq7', 'Fiji region', 'earthquake\r'), +(11113, '1995-01-22 10:41:28', 5.093, -72.965, 21.3, 5.7, 'mw', 'usp0006rqt', 'Colombia', 'earthquake\r'), +(11114, '1995-01-22 12:04:48', -27.123, -176.512, 81.2, 5.5, 'mw', 'usp0006rqy', 'Kermadec Islands region', 'earthquake\r'), +(11115, '1995-01-23 10:16:19', -26.835, -176.472, 33, 5.8, 'mw', 'usp0006rsh', 'south of the Fiji Islands', 'earthquake\r'), +(11116, '1995-01-24 17:57:01', -27.153, -176.457, 33, 5.6, 'mw', 'usp0006ru8', 'Kermadec Islands region', 'earthquake\r'), +(11117, '1995-01-24 22:36:34', -5.902, 154.492, 24.5, 6.2, 'mwb', 'usp0006rum', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11118, '1995-01-25 19:00:34', -26.975, -176.548, 51.5, 5.7, 'mw', 'usp0006rvy', 'south of the Fiji Islands', 'earthquake\r'), +(11119, '1995-01-26 05:16:51', -26.961, -176.538, 47.2, 5.5, 'mw', 'usp0006rwk', 'south of the Fiji Islands', 'earthquake\r'), +(11120, '1995-01-27 01:07:04', 14.41, -92.911, 65.2, 5.5, 'mw', 'usp0006rxu', 'offshore Chiapas, Mexico', 'earthquake\r'), +(11121, '1995-01-27 16:24:48', 14.248, -91.72, 55.7, 5.5, 'mw', 'usp0006ryw', 'Guatemala', 'earthquake\r'), +(11122, '1995-01-27 20:16:52', -4.434, 134.476, 22.3, 6.8, 'mw', 'usp0006rzb', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(11123, '1995-01-28 10:37:30', 43.977, 148.139, 54.4, 5.6, 'mw', 'usp0006s0f', 'east of the Kuril Islands', 'earthquake\r'), +(11124, '1995-01-29 04:53:38', 29.278, 141.15, 66.8, 5.6, 'mw', 'usp0006s1n', 'Izu Islands, Japan region', 'earthquake\r'), +(11125, '1995-02-01 14:26:45', -42.423, -18.458, 10, 5.5, 'mw', 'usp0006s74', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(11126, '1995-02-02 12:53:53', 10.739, -42.559, 10, 5.8, 'mw', 'usp0006s8n', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(11127, '1995-02-02 19:50:48', -6.234, 148.795, 57.8, 6, 'mw', 'usp0006s98', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11128, '1995-02-03 02:31:35', -62.711, 155.666, 10, 6.4, 'mwb', 'usp0006s9v', 'Balleny Islands region', 'earthquake\r'), +(11129, '1995-02-04 17:25:02', -13.908, 66.082, 10, 5.5, 'mw', 'usp0006scc', 'Mid-Indian Ridge', 'earthquake\r'), +(11130, '1995-02-05 20:37:11', 6.809, -82.666, 11.7, 6, 'mwb', 'usp0006sea', 'south of Panama', 'earthquake\r'), +(11131, '1995-02-05 22:51:05', -37.759, 178.752, 21.1, 7.1, 'mw', 'usp0006sef', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11132, '1995-02-06 10:19:53', -37.852, 178.814, 33, 5.6, 'mw', 'usp0006sfq', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11133, '1995-02-06 10:43:57', -37.825, 178.844, 33, 5.9, 'mw', 'usp0006sfs', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11134, '1995-02-06 11:23:04', -37.952, 178.733, 33, 5.9, 'mw', 'usp0006sft', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11135, '1995-02-06 13:51:35', 41.182, 142.167, 61.1, 5.7, 'mw', 'usp0006sg0', 'Hokkaido, Japan region', 'earthquake\r'), +(11136, '1995-02-06 15:19:28', -37.811, 178.816, 33, 5.6, 'mw', 'usp0006sg4', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11137, '1995-02-08 18:40:25', 4.104, -76.622, 73.5, 6.4, 'mwb', 'usp0006skc', 'Colombia', 'earthquake\r'), +(11138, '1995-02-09 10:56:43', -37.969, 178.591, 33, 5.7, 'mw', 'usp0006sn5', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11139, '1995-02-10 00:31:33', -29.639, -112.002, 10, 5.6, 'mw', 'usp0006spb', 'Easter Island region', 'earthquake\r'), +(11140, '1995-02-10 01:45:04', -37.855, 178.602, 28.3, 6.5, 'mw', 'usp0006spd', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11141, '1995-02-10 20:26:58', -19.942, -68.761, 118.2, 5.6, 'mw', 'usp0006sqh', 'Tarapaca, Chile', 'earthquake\r'), +(11142, '1995-02-10 22:35:34', -10.662, 165.153, 36.3, 5.6, 'mw', 'usp0006sqr', 'Santa Cruz Islands', 'earthquake\r'), +(11143, '1995-02-11 22:45:33', 12.591, -81.576, 10.7, 5.7, 'mw', 'usp0006ss3', 'Caribbean Sea', 'earthquake\r'), +(11144, '1995-02-12 01:02:07', -5.762, -76.109, 22.3, 5.6, 'mw', 'usp0006ssc', 'northern Peru', 'earthquake\r'), +(11145, '1995-02-12 20:13:37', 59.436, -153.127, 110.5, 5.6, 'mw', 'usp0006stw', 'Southern Alaska', 'earthquake\r'), +(11146, '1995-02-13 00:11:47', -37.621, 178.629, 28.2, 6, 'mw', 'usp0006su6', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(11147, '1995-02-13 08:41:14', -1.332, 127.512, 21.7, 5.9, 'mw', 'usp0006suq', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11148, '1995-02-13 08:43:37', -1.278, 127.444, 14.2, 6.3, 'mw', 'usp0006sur', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11149, '1995-02-13 12:29:53', -1.31, 127.429, 17.2, 6.3, 'mwb', 'usp0006sv9', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11150, '1995-02-13 13:06:46', -1.338, 127.357, 22.4, 5.7, 'mw', 'usp0006svb', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11151, '1995-02-13 13:52:04', -1.164, 127.391, 19.6, 5.5, 'mb', 'usp0006svk', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11152, '1995-02-13 15:04:24', -1.318, 127.438, 14.2, 6.7, 'mw', 'usp0006svx', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11153, '1995-02-13 15:36:24', -1.607, 127.492, 14.8, 5.6, 'ms', 'usp0006svz', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11154, '1995-02-14 15:53:56', -23.366, -67.688, 147.4, 6, 'mwb', 'usp0006sy4', 'Antofagasta, Chile', 'earthquake\r'), +(11155, '1995-02-14 17:40:16', 29.269, 139.174, 418.7, 5.5, 'mw', 'usp0006syb', 'Izu Islands, Japan region', 'earthquake\r'), +(11156, '1995-02-14 20:47:40', 44.022, 148.031, 32.4, 5.9, 'mw', 'usp0006syp', 'Kuril Islands', 'earthquake\r'), +(11157, '1995-02-17 02:44:25', 27.635, 92.371, 39.3, 5.5, 'mw', 'usp0006t34', 'Arunachal Pradesh, India', 'earthquake\r'), +(11158, '1995-02-18 13:29:06', 46.702, 145.875, 350.1, 5.5, 'mw', 'usp0006t5a', 'Sea of Okhotsk', 'earthquake\r'), +(11159, '1995-02-19 00:17:45', 5.244, 126.265, 75.8, 6, 'mw', 'usp0006t5t', 'Mindanao, Philippines', 'earthquake\r'), +(11160, '1995-02-19 04:03:15', 40.5918333, -125.7566667, 4.622, 6.6, 'mw', 'nc30068187', 'off the coast of Northern California', 'earthquake\r'), +(11161, '1995-02-19 04:45:50', 43.131, 146.833, 33, 5.8, 'ms', 'usp0006t68', 'Kuril Islands', 'earthquake\r'), +(11162, '1995-02-19 20:57:39', -1.35, 127.62, 33, 5.5, 'mb', 'usp0006t7e', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11163, '1995-02-20 02:59:13', -27.774, 76.172, 10, 5.5, 'mw', 'usp0006t85', 'Mid-Indian Ridge', 'earthquake\r'), +(11164, '1995-02-21 02:09:51', 46.012, 151.527, 31.5, 6.2, 'mw', 'usp0006t9t', 'Kuril Islands', 'earthquake\r'), +(11165, '1995-02-23 05:01:23', 39.748, 143.661, 9.1, 6.2, 'mwb', 'usp0006tcw', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11166, '1995-02-23 05:19:02', 24.137, 121.614, 40.9, 6.2, 'mw', 'usp0006tcx', 'Taiwan', 'earthquake\r'), +(11167, '1995-02-23 05:27:40', 39.788, 143.572, 33, 6.1, 'mw', 'usp0006tcy', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11168, '1995-02-23 21:03:01', 35.046, 32.279, 10, 5.9, 'mw', 'usp0006tdu', 'Cyprus region', 'earthquake\r'), +(11169, '1995-02-25 06:09:31', -26.662, -112.629, 10, 5.6, 'mw', 'usp0006tgh', 'Easter Island region', 'earthquake\r'), +(11170, '1995-02-25 21:54:30', -18.213, -178.069, 570.4, 5.7, 'mw', 'usp0006thy', 'Fiji region', 'earthquake\r'), +(11171, '1995-02-28 21:12:09', 6.976, -81.86, 20.7, 6, 'mw', 'usp0006tnj', 'south of Panama', 'earthquake\r'), +(11172, '1995-03-03 11:46:01', -6.551, 155.004, 33, 5.6, 'mw', 'usp0006trm', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11173, '1995-03-03 12:02:10', -6.496, 155.008, 36.9, 5.7, 'mw', 'usp0006trn', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11174, '1995-03-03 21:12:38', -14.688, -175.486, 22.1, 5.9, 'mwb', 'usp0006ts1', 'Samoa Islands region', 'earthquake\r'), +(11175, '1995-03-06 18:43:40', 2.69, 118.226, 16.7, 6.1, 'mwb', 'usp0006tw5', 'Celebes Sea', 'earthquake\r'), +(11176, '1995-03-08 03:45:59', 16.562, -59.559, 8.1, 6.2, 'mw', 'usp0006txe', 'east of Guadeloupe, Leeward Islands', 'earthquake\r'), +(11177, '1995-03-10 05:22:22', 46.121, 143.484, 350, 5.7, 'mw', 'usp0006u0a', 'Sakhalin, Russia', 'earthquake\r'), +(11178, '1995-03-11 15:21:11', 44.07, 148.079, 33, 5.9, 'mw', 'usp0006u2d', 'Kuril Islands', 'earthquake\r'), +(11179, '1995-03-12 12:09:42', -5.346, 146.731, 217, 6, 'mw', 'usp0006u3g', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11180, '1995-03-13 10:31:46', -2.788, 134.377, 8.2, 5.8, 'mw', 'usp0006u54', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(11181, '1995-03-14 10:27:31', 3.05, 95.845, 30.1, 5.5, 'mw', 'usp0006u6a', 'off the west coast of northern Sumatra', 'earthquake\r'), +(11182, '1995-03-14 12:56:31', -15.148, -64.817, 586.7, 5.6, 'mw', 'usp0006u6e', 'Beni, Bolivia', 'earthquake\r'), +(11183, '1995-03-14 17:33:51', 54.776, -161.339, 35.1, 6.2, 'mwb', 'usp0006u6k', 'Alaska Peninsula', 'earthquake\r'), +(11184, '1995-03-16 04:34:45', -21.605, -176.477, 182.3, 5.7, 'mw', 'usp0006u8d', 'Fiji region', 'earthquake\r'), +(11185, '1995-03-19 15:59:20', -8.661, -108.946, 10, 5.5, 'mw', 'usp0006udt', 'central East Pacific Rise', 'earthquake\r'), +(11186, '1995-03-19 18:34:04', -4.231, 135.013, 19.2, 6.1, 'mw', 'usp0006ue3', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(11187, '1995-03-19 23:53:15', -4.183, 135.109, 33, 6.9, 'mw', 'usp0006uef', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(11188, '1995-03-20 08:14:52', -8.012, 116.494, 231.8, 5.8, 'mw', 'usp0006uf5', 'Lombok region, Indonesia', 'earthquake\r'), +(11189, '1995-03-20 17:34:51', -54.792, -118.778, 10, 5.6, 'mw', 'usp0006ufx', 'southern East Pacific Rise', 'earthquake\r'), +(11190, '1995-03-22 13:37:48', -4.054, 135.255, 33, 5.6, 'mw', 'usp0006ujr', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(11191, '1995-03-22 14:00:14', -18.741, -177.794, 639.5, 5.5, 'mw', 'usp0006ujs', 'Fiji region', 'earthquake\r'), +(11192, '1995-03-22 19:43:30', -41.042, 174.019, 87, 5.8, 'mw', 'usp0006uk6', 'Cook Strait, New Zealand', 'earthquake\r'), +(11193, '1995-03-22 20:05:55', -36.267, -72.956, 39, 5.5, 'ms', 'usp0006uk7', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(11194, '1995-03-22 22:39:21', -21.28, 169.077, 33, 5.8, 'mw', 'usp0006ukc', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11195, '1995-03-23 09:18:21', -36.272, -72.964, 41.5, 5.5, 'mw', 'usp0006um3', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(11196, '1995-03-23 10:14:21', -62.588, 155.503, 10, 5.6, 'mw', 'usp0006um4', 'Balleny Islands region', 'earthquake\r'), +(11197, '1995-03-24 07:11:40', -24.359, -176.93, 107.5, 5.6, 'mw', 'usp0006unb', 'south of the Fiji Islands', 'earthquake\r'), +(11198, '1995-03-25 22:44:29', -10.998, 166.123, 79.4, 6.2, 'mw', 'usp0006ur9', 'Santa Cruz Islands', 'earthquake\r'), +(11199, '1995-03-26 02:16:13', -55.95, -28.214, 48.4, 6.3, 'mwb', 'usp0006urf', 'South Sandwich Islands region', 'earthquake\r'), +(11200, '1995-03-26 05:21:20', 54.821, -161.393, 38.2, 5.5, 'mw', 'usp0006urp', 'Alaska Peninsula', 'earthquake\r'), +(11201, '1995-03-26 15:12:32', -2.05, -79.492, 90.6, 5.6, 'mw', 'usp0006usa', 'near the coast of Ecuador', 'earthquake\r'), +(11202, '1995-03-29 14:39:49', -42.493, -100.755, 10, 5.5, 'mw', 'usp0006uwk', 'southern Pacific Ocean', 'earthquake\r'), +(11203, '1995-03-30 22:15:52', 44.842, 137.536, 319.4, 5.8, 'mw', 'usp0006uya', 'eastern Sea of Japan', 'earthquake\r'), +(11204, '1995-03-31 14:01:40', 38.212, 135.012, 354.4, 6.2, 'mw', 'usp0006uz0', 'Sea of Japan', 'earthquake\r'), +(11205, '1995-03-31 16:39:57', -22.427, -175.162, 66.6, 5.7, 'mw', 'usp0006uz4', 'Tonga region', 'earthquake\r'), +(11206, '1995-04-01 05:50:18', 52.264, 159.043, 30.2, 6, 'mw', 'usp0006uzz', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11207, '1995-04-03 11:54:44', 24.066, 122.289, 33, 5.7, 'mw', 'usp0006v33', 'Taiwan region', 'earthquake\r'), +(11208, '1995-04-03 12:50:43', 0.698, -26.129, 10, 5.9, 'mw', 'usp0006v38', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(11209, '1995-04-03 15:43:47', -20.123, -178.77, 622.9, 5.6, 'mw', 'usp0006v3e', 'Fiji region', 'earthquake\r'), +(11210, '1995-04-04 07:10:16', 33.749, -38.623, 10, 5.8, 'mw', 'usp0006v48', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(11211, '1995-04-04 17:21:06', 6.126, 126.975, 100, 5.8, 'mw', 'usp0006v59', 'Mindanao, Philippines', 'earthquake\r'), +(11212, '1995-04-06 05:02:17', -15.417, 166.23, 27.7, 5.7, 'mw', 'usp0006v8g', 'Vanuatu', 'earthquake\r'), +(11213, '1995-04-07 10:02:00', -56.7, -26.733, 90, 5.5, 'mw', 'usp0006vaa', 'South Sandwich Islands region', 'earthquake\r'), +(11214, '1995-04-07 22:06:57', -15.199, -173.529, 21.2, 7.4, 'mw', 'usp0006vb3', 'Tonga', 'earthquake\r'), +(11215, '1995-04-08 01:20:09', -15.213, -173.421, 37.5, 6.1, 'ms', 'usp0006vbe', 'Tonga', 'earthquake\r'), +(11216, '1995-04-08 14:28:38', -15.216, -173.319, 32.8, 5.5, 'mw', 'usp0006vcb', 'Tonga', 'earthquake\r'), +(11217, '1995-04-08 17:12:55', -15.351, -173.359, 33, 5.5, 'mw', 'usp0006vce', 'Tonga', 'earthquake\r'), +(11218, '1995-04-08 17:38:38', -21.612, 170.083, 93.4, 5.9, 'mw', 'usp0006vcg', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11219, '1995-04-08 17:45:13', 21.833, 142.691, 267.4, 6.2, 'mwb', 'usp0006vch', 'Mariana Islands region', 'earthquake\r'), +(11220, '1995-04-08 19:13:53', 52.171, 159.046, 38.7, 5.5, 'mw', 'usp0006vck', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11221, '1995-04-08 22:45:03', 3.139, 126.933, 37.9, 5.6, 'mw', 'usp0006vcw', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(11222, '1995-04-13 02:34:38', -13.446, 170.434, 637.7, 6.2, 'mw', 'usp0006vjp', 'Vanuatu region', 'earthquake\r'), +(11223, '1995-04-13 04:16:08', -0.592, 124.261, 32.2, 5.6, 'mw', 'usp0006vjx', 'Molucca Sea', 'earthquake\r'), +(11224, '1995-04-13 05:27:25', -22.252, 170.54, 16.4, 6.1, 'mw', 'usp0006vk5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11225, '1995-04-14 00:32:56', 30.285, -103.347, 17.8, 5.7, 'mw', 'usp0006vmm', 'western Texas', 'earthquake\r'), +(11226, '1995-04-14 13:15:17', -60.774, -20.074, 10.5, 6.5, 'mwb', 'usp0006vnq', 'east of the South Sandwich Islands', 'earthquake\r'), +(11227, '1995-04-14 14:13:00', -1.837, -77.507, 164.6, 5.5, 'mb', 'usp0006vns', 'Ecuador', 'earthquake\r'), +(11228, '1995-04-16 13:23:48', -9.796, 159.578, 20.9, 5.6, 'mwb', 'usp0006vs1', 'Solomon Islands', 'earthquake\r'), +(11229, '1995-04-17 01:14:17', -8.527, 156.612, 11.5, 5.9, 'mw', 'usp0006vsr', 'Solomon Islands', 'earthquake\r'), +(11230, '1995-04-17 07:14:35', 33.763, -38.576, 10, 6.2, 'mwb', 'usp0006vt7', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(11231, '1995-04-17 08:52:21', -55.663, -27.425, 33, 5.5, 'mw', 'usp0006vte', 'South Sandwich Islands region', 'earthquake\r'), +(11232, '1995-04-17 14:27:29', -11.34, 166.271, 51.5, 5.5, 'mw', 'usp0006vtt', 'Santa Cruz Islands', 'earthquake\r'), +(11233, '1995-04-17 23:28:07', 45.928, 151.283, 23.1, 6.8, 'mw', 'usp0006vua', 'Kuril Islands', 'earthquake\r'), +(11234, '1995-04-18 03:49:37', -2.061, 140.457, 20.2, 6.1, 'mw', 'usp0006vuj', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(11235, '1995-04-18 05:23:59', 45.829, 151.444, 33, 5.6, 'mw', 'usp0006vun', 'Kuril Islands', 'earthquake\r'), +(11236, '1995-04-18 16:23:36', -54.235, -136.596, 10, 5.7, 'mw', 'usp0006vve', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(11237, '1995-04-19 03:50:05', 44.046, 148.144, 26.1, 5.8, 'mw', 'usp0006vwa', 'Kuril Islands', 'earthquake\r'), +(11238, '1995-04-20 08:45:12', 6.279, 126.777, 94.1, 6.6, 'mwb', 'usp0006vxw', 'Mindanao, Philippines', 'earthquake\r'), +(11239, '1995-04-21 00:02:48', 11.973, 125.688, 27.6, 6, 'mw', 'usp0006vz3', 'Samar, Philippines', 'earthquake\r'), +(11240, '1995-04-21 00:09:54', 12.011, 125.656, 20.1, 6.9, 'mw', 'usp0006vz4', 'Samar, Philippines', 'earthquake\r'), +(11241, '1995-04-21 00:30:11', 11.925, 125.564, 17.4, 6.8, 'mw', 'usp0006vz8', 'Samar, Philippines', 'earthquake\r'), +(11242, '1995-04-21 00:34:46', 12.059, 125.58, 20.7, 7.2, 'mw', 'usp0006vz9', 'Samar, Philippines', 'earthquake\r'), +(11243, '1995-04-21 05:17:01', 12.047, 125.92, 27.4, 6.8, 'mw', 'usp0006w0m', 'Samar, Philippines', 'earthquake\r'), +(11244, '1995-04-22 10:31:47', -51.143, 161.885, 10, 5.5, 'mw', 'usp0006w45', 'north of Macquarie Island', 'earthquake\r'), +(11245, '1995-04-22 11:18:25', 11.828, 125.86, 30.4, 5.7, 'mw', 'usp0006w47', 'Samar, Philippines', 'earthquake\r'), +(11246, '1995-04-23 02:55:55', 51.334, 179.714, 16.9, 6.5, 'mw', 'usp0006w5n', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11247, '1995-04-23 05:08:02', 12.39, 125.396, 24.1, 6.8, 'mw', 'usp0006w5w', 'Samar, Philippines', 'earthquake\r'), +(11248, '1995-04-23 06:38:11', 5.954, 123.818, 530.5, 6.1, 'mw', 'usp0006w67', 'Celebes Sea', 'earthquake\r'), +(11249, '1995-04-24 06:08:09', 12.226, 125.84, 30.3, 5.5, 'mw', 'usp0006w91', 'Samar, Philippines', 'earthquake\r'), +(11250, '1995-04-24 17:04:45', 12.483, 125.386, 24.3, 5.7, 'mw', 'usp0006w9t', 'Samar, Philippines', 'earthquake\r'), +(11251, '1995-04-25 06:15:00', -5.902, 147.417, 22.1, 6, 'mwb', 'usp0006wan', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11252, '1995-04-25 09:12:46', 12.373, 125.345, 24.8, 5.6, 'mw', 'usp0006way', 'Samar, Philippines', 'earthquake\r'), +(11253, '1995-04-27 12:44:41', 1.297, -85.031, 20.2, 6.2, 'mw', 'usp0006weh', 'off the coast of Ecuador', 'earthquake\r'), +(11254, '1995-04-28 04:43:25', -13.509, 167.2, 196, 5.5, 'mw', 'usp0006wfg', 'Vanuatu', 'earthquake\r'), +(11255, '1995-04-28 09:59:16', -21.405, -174.337, 9.2, 5.5, 'mw', 'usp0006wfy', 'Tonga', 'earthquake\r'), +(11256, '1995-04-28 16:30:01', 44.072, 148.004, 28.8, 6.9, 'mwb', 'usp0006wgc', 'Kuril Islands', 'earthquake\r'), +(11257, '1995-04-28 17:08:43', 44.091, 148.074, 35, 6.2, 'mw', 'usp0006wge', 'Kuril Islands', 'earthquake\r'), +(11258, '1995-04-29 09:43:58', 11.853, 125.982, 15, 6.1, 'mwb', 'usp0006whs', 'Samar, Philippines', 'earthquake\r'), +(11259, '1995-04-30 02:55:40', -16.778, 176.985, 42.7, 5.9, 'mw', 'usp0006wkf', 'Fiji region', 'earthquake\r'), +(11260, '1995-05-01 18:29:35', -10.568, 161.399, 32.1, 5.7, 'mw', 'usp0006wpd', 'Solomon Islands', 'earthquake\r'), +(11261, '1995-05-02 06:06:06', -3.792, -76.917, 97, 6.7, 'mw', 'usp0006wq1', 'northern Peru', 'earthquake\r'), +(11262, '1995-05-02 11:48:12', 43.776, 84.66, 33, 5.5, 'mw', 'usp0006wqd', 'northern Xinjiang, China', 'earthquake\r'), +(11263, '1995-05-02 23:52:44', -60.427, 154.042, 10, 6.2, 'mw', 'usp0006wrd', 'west of Macquarie Island', 'earthquake\r'), +(11264, '1995-05-04 02:18:48', 1.889, 128.478, 23.4, 6.1, 'mwb', 'usp0006wtr', 'Halmahera, Indonesia', 'earthquake\r'), +(11265, '1995-05-05 03:53:45', 12.626, 125.297, 16, 7.1, 'mw', 'usp0006ww5', 'Samar, Philippines', 'earthquake\r'), +(11266, '1995-05-05 04:39:11', 12.637, 125.238, 33, 6.1, 'ms', 'usp0006wwb', 'Samar, Philippines', 'earthquake\r'), +(11267, '1995-05-05 13:01:41', -9.897, 118.915, 33, 5.7, 'mw', 'usp0006wxg', 'Sumbawa region, Indonesia', 'earthquake\r'), +(11268, '1995-05-05 16:08:12', -15.824, -172.798, 33, 5.6, 'mw', 'usp0006wxm', 'Samoa Islands region', 'earthquake\r'), +(11269, '1995-05-05 17:19:19', -8.725, 111.034, 76.5, 5.9, 'mw', 'usp0006wxp', 'Java, Indonesia', 'earthquake\r'), +(11270, '1995-05-05 22:48:04', -18.553, 168.779, 116.7, 5.9, 'mwb', 'usp0006wy4', 'Vanuatu', 'earthquake\r'), +(11271, '1995-05-06 01:59:07', 24.987, 95.294, 117.5, 6.4, 'mwb', 'usp0006wyk', 'Myanmar', 'earthquake\r'), +(11272, '1995-05-07 22:38:28', -15.42, -173.266, 20.5, 6, 'mw', 'usp0006x1z', 'Tonga', 'earthquake\r'), +(11273, '1995-05-08 17:40:54', 43.838, 148.327, 33, 5.5, 'mb', 'usp0006x2z', 'east of the Kuril Islands', 'earthquake\r'), +(11274, '1995-05-08 18:05:10', 11.529, 126.059, 35.9, 5.5, 'mb', 'usp0006x30', 'Philippine Islands region', 'earthquake\r'), +(11275, '1995-05-08 18:08:06', 11.465, 125.962, 12, 6.4, 'mw', 'usp0006x32', 'Samar, Philippines', 'earthquake\r'), +(11276, '1995-05-09 12:29:58', -53.973, -134.304, 10, 5.9, 'mw', 'usp0006x4j', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(11277, '1995-05-13 08:47:13', 40.149, 21.695, 14, 6.6, 'mw', 'usp0006x90', 'Greece', 'earthquake\r'), +(11278, '1995-05-13 21:00:56', -5.304, 108.903, 576.7, 5.9, 'mw', 'usp0006xae', 'Java Sea', 'earthquake\r'), +(11279, '1995-05-14 11:33:19', -8.378, 125.127, 11.2, 6.9, 'mw', 'usp0006xbu', 'East Timor region', 'earthquake\r'), +(11280, '1995-05-15 04:05:58', 41.603, 88.82, 0, 6.1, 'mb', 'usp0006xcy', 'southern Xinjiang, China', 'nuclear explosion\r'), +(11281, '1995-05-16 03:35:03', 36.455, 70.893, 186.5, 5.9, 'mwb', 'usp0006xer', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(11282, '1995-05-16 04:33:46', -20.766, -178.761, 605.2, 5.7, 'mw', 'usp0006xet', 'Fiji region', 'earthquake\r'), +(11283, '1995-05-16 20:12:44', -23.008, 169.9, 20.2, 7.7, 'mw', 'usp0006xg1', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11284, '1995-05-16 20:31:15', -23.082, 170.047, 33, 5.8, 'mb', 'usp0006xg2', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11285, '1995-05-16 20:53:50', -23.089, 170.312, 29.4, 5.5, 'mb', 'usp0006xg8', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11286, '1995-05-16 21:48:06', 17.899, 96.457, 11.4, 6.1, 'ms', 'usp0006xgf', 'Myanmar', 'earthquake\r'), +(11287, '1995-05-16 22:31:11', 43.409, 147.844, 33.4, 5.5, 'mb', 'usp0006xgm', 'Kuril Islands', 'earthquake\r'), +(11288, '1995-05-17 03:58:14', -22.888, 170.167, 31.2, 5.5, 'mb', 'usp0006xhq', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11289, '1995-05-17 11:23:50', -23.03, 170.108, 19.7, 6.5, 'mw', 'usp0006xk4', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11290, '1995-05-17 12:38:09', -6.524, 155.016, 34.8, 5.6, 'ms', 'usp0006xkd', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11291, '1995-05-17 13:59:21', -22.397, 170.35, 30.7, 5.7, 'mw', 'usp0006xkf', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11292, '1995-05-17 19:33:44', 12.449, 125.71, 27.8, 5.6, 'mw', 'usp0006xkz', 'Samar, Philippines', 'earthquake\r'), +(11293, '1995-05-18 00:06:27', -0.893, -21.996, 12.2, 6.8, 'mw', 'usp0006xma', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(11294, '1995-05-18 14:31:12', 44.322, 147.536, 89.4, 5.5, 'mw', 'usp0006xn9', 'Kuril Islands', 'earthquake\r'), +(11295, '1995-05-19 21:30:06', -1.021, 120.505, 25.9, 5.9, 'mw', 'usp0006xqb', 'Sulawesi, Indonesia', 'earthquake\r'), +(11296, '1995-05-20 13:45:03', -56.025, -27.736, 100, 5.5, 'mw', 'usp0006xrt', 'South Sandwich Islands region', 'earthquake\r'), +(11297, '1995-05-21 15:47:25', -35.939, -102.647, 10, 5.5, 'mw', 'usp0006xtp', 'southeast of Easter Island', 'earthquake\r'), +(11298, '1995-05-21 16:50:39', -27.855, -176.468, 33, 5.6, 'mw', 'usp0006xtq', 'Kermadec Islands region', 'earthquake\r'), +(11299, '1995-05-21 17:06:33', 12.136, -87.935, 51.7, 5.5, 'mw', 'usp0006xts', 'near the coast of Nicaragua', 'earthquake\r'), +(11300, '1995-05-22 03:45:03', -22.795, 170.01, 18.6, 6.3, 'mwb', 'usp0006xue', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11301, '1995-05-22 03:49:57', -22.83, 170.124, 33, 5.8, 'ms', 'usp0006xug', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11302, '1995-05-22 04:02:55', -9.662, 151.507, 29.8, 6.1, 'mw', 'usp0006xuh', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(11303, '1995-05-23 07:20:19', -27.913, -176.33, 64.3, 5.5, 'mw', 'usp0006xw1', 'Kermadec Islands region', 'earthquake\r'), +(11304, '1995-05-23 10:01:28', 43.655, 141.736, 17.4, 5.6, 'mw', 'usp0006xw8', 'Hokkaido, Japan region', 'earthquake\r'), +(11305, '1995-05-23 22:10:12', -55.945, -3.361, 10, 6.8, 'mw', 'usp0006xwq', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(11306, '1995-05-24 11:02:13', 61.007, -150.119, 41.8, 5.6, 'mw', 'usp0006xy2', 'Southern Alaska', 'earthquake\r'), +(11307, '1995-05-24 13:06:11', -52.261, 139.805, 10, 5.5, 'mw', 'usp0006xye', 'west of Macquarie Island', 'earthquake\r'), +(11308, '1995-05-24 20:21:25', 12.263, 125.701, 31.5, 5.9, 'mw', 'usp0006xz7', 'Samar, Philippines', 'earthquake\r'), +(11309, '1995-05-25 04:59:49', 43.926, 147.331, 51.8, 5.6, 'mw', 'usp0006y02', 'Kuril Islands', 'earthquake\r'), +(11310, '1995-05-25 09:11:35', 40.214, 143.364, 29.4, 5.7, 'mw', 'usp0006y0c', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11311, '1995-05-26 03:11:17', 12.115, 57.939, 62.4, 6.5, 'mw', 'usp0006y21', 'Owen Fracture Zone region', 'earthquake\r'), +(11312, '1995-05-27 13:03:53', 52.629, 142.827, 11, 7.1, 'mwb', 'usp0006y50', 'Sakhalin, Russia', 'earthquake\r'), +(11313, '1995-05-27 14:32:46', -23.936, -176.003, 51.5, 5.5, 'mb', 'usp0006y56', 'south of the Fiji Islands', 'earthquake\r'), +(11314, '1995-05-27 14:35:38', -23.963, -175.875, 85.2, 5.5, 'mb', 'usp0006y57', 'Tonga region', 'earthquake\r'), +(11315, '1995-05-27 18:11:12', 23.013, 121.434, 28.5, 5.7, 'mw', 'usp0006y5m', 'Taiwan', 'earthquake\r'), +(11316, '1995-05-28 05:57:41', -23.986, -175.972, 33, 5.6, 'mw', 'usp0006y6m', 'Tonga region', 'earthquake\r'), +(11317, '1995-05-28 19:59:13', -28.978, -71.217, 42, 5.7, 'mwb', 'usp0006y7u', 'Atacama, Chile', 'earthquake\r'), +(11318, '1995-05-29 07:29:46', -10.246, 164.001, 26.4, 6.3, 'mwb', 'usp0006y8s', 'Santa Cruz Islands region', 'earthquake\r'), +(11319, '1995-05-29 09:06:23', 10.164, -104.025, 33, 5.7, 'mw', 'usp0006y8w', 'northern East Pacific Rise', 'earthquake\r'), +(11320, '1995-05-29 10:06:42', -43.05, 171.511, 10, 5.5, 'mw', 'usp0006y8x', 'South Island of New Zealand', 'earthquake\r'), +(11321, '1995-05-30 16:56:25', -60.229, -31.548, 33, 5.6, 'mw', 'usp0006yb7', 'Scotia Sea', 'earthquake\r'), +(11322, '1995-05-31 13:51:19', 30.232, 67.937, 23.7, 5.6, 'mw', 'usp0006ycz', 'Pakistan', 'earthquake\r'), +(11323, '1995-05-31 16:08:40', 18.956, -107.42, 33, 6.4, 'mwb', 'usp0006yd5', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(11324, '1995-06-01 16:02:04', -46.496, 95.943, 10, 5.5, 'mw', 'usp0006yeu', 'southeast Indian Ridge', 'earthquake\r'), +(11325, '1995-06-02 15:45:09', -4.304, 143.573, 103.9, 5.5, 'mw', 'usp0006yg2', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(11326, '1995-06-02 19:07:22', -31.773, -71.296, 69.8, 5.6, 'mw', 'usp0006yg9', 'Coquimbo, Chile', 'earthquake\r'), +(11327, '1995-06-05 20:20:18', 18.435, 120.852, 47.9, 5.8, 'mwb', 'usp0006ymm', 'Luzon, Philippines', 'earthquake\r'), +(11328, '1995-06-09 04:32:26', -3.676, 131.235, 33, 5.6, 'mw', 'usp0006ytu', 'Ceram Sea, Indonesia', 'earthquake\r'), +(11329, '1995-06-09 05:35:50', -21.509, -67.98, 131.9, 5.5, 'mw', 'usp0006ytx', 'Potosi, Bolivia', 'earthquake\r'), +(11330, '1995-06-11 19:20:50', 11.742, 125.859, 32.6, 5.6, 'mw', 'usp0006yy3', 'Samar, Philippines', 'earthquake\r'), +(11331, '1995-06-11 21:55:49', 32.624, 69.68, 27.6, 5.7, 'mw', 'usp0006yyc', 'Afghanistan-Pakistan border region', 'earthquake\r'), +(11332, '1995-06-14 05:43:40', 11.679, -88.885, 27.9, 5.5, 'mw', 'usp0006z1y', 'off the coast of Central America', 'earthquake\r'), +(11333, '1995-06-14 11:11:47', 12.128, -88.36, 25, 6.6, 'mw', 'usp0006z26', 'off the coast of El Salvador', 'earthquake\r'), +(11334, '1995-06-14 11:15:04', 12.117, -88.339, 33, 5.6, 'mb', 'usp0006z27', 'off the coast of Central America', 'earthquake\r'), +(11335, '1995-06-15 00:15:49', 38.401, 22.283, 14.2, 6.5, 'mw', 'usp0006z34', 'Greece', 'earthquake\r'), +(11336, '1995-06-15 18:58:11', -60.269, -31.203, 10, 5.7, 'mw', 'usp0006z55', 'Scotia Sea', 'earthquake\r'), +(11337, '1995-06-16 13:49:49', -18.269, -178.01, 566.2, 5.7, 'mw', 'usp0006z6v', 'Fiji region', 'earthquake\r'), +(11338, '1995-06-17 01:37:12', -8.259, 123.008, 38.3, 5.6, 'mw', 'usp0006z80', 'Flores region, Indonesia', 'earthquake\r'), +(11339, '1995-06-18 03:42:10', 2.449, -95.391, 10, 5.5, 'mw', 'usp0006zb0', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(11340, '1995-06-18 11:54:34', -17.868, -176.384, 31.4, 5.5, 'mw', 'usp0006zbv', 'Fiji region', 'earthquake\r'), +(11341, '1995-06-21 15:28:52', -61.673, 154.766, 10, 6.7, 'mwb', 'usp0006zgn', 'Balleny Islands region', 'earthquake\r'), +(11342, '1995-06-21 16:33:06', -11.538, -77.53, 70.5, 5.6, 'mb', 'usp0006zgr', 'near the coast of central Peru', 'earthquake\r'), +(11343, '1995-06-22 01:01:19', 50.372, 89.949, 13.7, 5.5, 'mw', 'usp0006zhb', 'southwestern Siberia, Russia', 'earthquake\r'), +(11344, '1995-06-22 07:57:11', -16.413, 168.108, 33, 5.8, 'mw', 'usp0006zhz', 'Vanuatu', 'earthquake\r'), +(11345, '1995-06-23 16:10:57', -24.563, -177.263, 108.1, 5.8, 'mw', 'usp0006zkj', 'south of the Fiji Islands', 'earthquake\r'), +(11346, '1995-06-24 06:58:07', -3.959, 153.93, 386, 6.8, 'mw', 'usp0006zmh', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11347, '1995-06-25 02:10:40', -3.321, 150.458, 32.3, 6.2, 'mw', 'usp0006znp', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11348, '1995-06-25 06:59:06', 24.6, 121.7, 52.4, 6, 'mw', 'usp0006znz', 'Taiwan', 'earthquake\r'), +(11349, '1995-06-26 02:51:40', -55.38, -27.907, 33, 5.5, 'mw', 'usp0006zq5', 'South Sandwich Islands region', 'earthquake\r'), +(11350, '1995-06-26 03:41:42', -55.359, -27.899, 33, 5.6, 'mwb', 'usp0006zq9', 'South Sandwich Islands region', 'earthquake\r'), +(11351, '1995-06-26 21:26:49', 7.115, -34.342, 10, 5.8, 'mw', 'usp0006zrj', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(11352, '1995-06-27 04:09:29', -55.333, -27.995, 33, 5.7, 'mwb', 'usp0006zs1', 'South Sandwich Islands region', 'earthquake\r'), +(11353, '1995-06-27 04:22:36', -55.365, -27.962, 33, 5.5, 'ms', 'usp0006zs3', 'South Sandwich Islands region', 'earthquake\r'), +(11354, '1995-06-27 10:09:58', 18.835, -81.719, 10, 6, 'mw', 'usp0006zsj', 'Cayman Islands region', 'earthquake\r'), +(11355, '1995-06-27 21:12:56', -17.175, 66.871, 10, 5.5, 'mw', 'usp0006zta', 'Mauritius - Reunion region', 'earthquake\r'), +(11356, '1995-06-28 21:14:50', -1.551, 127.467, 33, 5.8, 'mw', 'usp0006zux', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(11357, '1995-06-29 07:45:10', 48.793, 154.446, 64.1, 6, 'mwb', 'usp0006zw0', 'Kuril Islands', 'earthquake\r'), +(11358, '1995-06-29 12:24:03', -19.544, 169.287, 139.4, 6.6, 'mw', 'usp0006zwa', 'Vanuatu', 'earthquake\r'), +(11359, '1995-06-29 23:02:28', 51.961, 103.099, 11.6, 5.8, 'mw', 'usp0006zwy', 'Lake Baykal region, Russia', 'earthquake\r'), +(11360, '1995-06-30 11:58:57', 24.688, -110.228, 10, 6.2, 'mw', 'usp0006zy0', 'Baja California Sur, Mexico', 'earthquake\r'), +(11361, '1995-06-30 13:41:43', 24.386, -110.265, 10, 5.7, 'mw', 'usp0006zy5', 'Baja California Sur, Mexico', 'earthquake\r'), +(11362, '1995-07-01 23:57:44', -55.413, -27.654, 33, 5.7, 'mw', 'usp0007008', 'South Sandwich Islands region', 'earthquake\r'), +(11363, '1995-07-03 12:15:35', -3.788, 135.161, 33, 5.5, 'mw', 'usp000702j', 'Papua, Indonesia', 'earthquake\r'), +(11364, '1995-07-03 19:50:51', -29.211, -177.589, 35.3, 7.2, 'mwb', 'usp000702z', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(11365, '1995-07-03 21:56:51', -29.117, -177.627, 54.4, 6.1, 'mb', 'usp0007036', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(11366, '1995-07-04 04:22:18', -28.045, -178.124, 33, 5.6, 'mw', 'usp000703p', 'Kermadec Islands region', 'earthquake\r'), +(11367, '1995-07-06 09:38:56', -22.608, 170.593, 33, 5.6, 'mw', 'usp000707n', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11368, '1995-07-07 10:40:04', -53.449, 9.114, 10, 5.7, 'mw', 'usp000709e', 'southwest of Africa', 'earthquake\r'), +(11369, '1995-07-07 13:24:00', -29.415, -177.468, 49.4, 5.5, 'mw', 'usp000709k', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(11370, '1995-07-07 21:15:20', 33.972, 137.127, 333.3, 6, 'mw', 'usp00070a7', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(11371, '1995-07-08 05:42:53', 39.678, 143.352, 11.3, 6, 'mwb', 'usp00070ak', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11372, '1995-07-08 11:39:06', 4.308, 62.4, 10, 5.6, 'mw', 'usp00070b2', 'Carlsberg Ridge', 'earthquake\r'), +(11373, '1995-07-08 17:15:26', 53.578, -163.74, 21.1, 6, 'mwb', 'usp00070bg', 'Unimak Island region, Alaska', 'earthquake\r'), +(11374, '1995-07-08 23:49:44', -24.265, -176.316, 19.6, 5.8, 'mw', 'usp00070c2', 'south of the Fiji Islands', 'earthquake\r'), +(11375, '1995-07-09 20:31:31', 21.984, 99.159, 10.1, 5.9, 'mw', 'usp00070dk', 'Myanmar', 'earthquake\r'), +(11376, '1995-07-10 02:42:33', 12.379, 141.689, 56.4, 5.5, 'mw', 'usp00070dx', 'Mariana Islands region', 'earthquake\r'), +(11377, '1995-07-11 21:46:40', 21.966, 99.196, 12.5, 6.8, 'mw', 'usp00070g4', 'Myanmar', 'earthquake\r'), +(11378, '1995-07-12 09:38:17', 2.483, 116.977, 33, 5.5, 'mw', 'usp00070gt', 'Kalimantan, Indonesia', 'earthquake\r'), +(11379, '1995-07-12 15:46:57', -23.26, 170.865, 11.4, 6.5, 'mwb', 'usp00070h5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11380, '1995-07-12 18:38:50', 12.324, 125.058, 34.1, 5.9, 'mw', 'usp00070h8', 'Samar, Philippines', 'earthquake\r'), +(11381, '1995-07-13 00:00:23', -23.08, 170.641, 13.6, 5.9, 'mw', 'usp00070hm', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11382, '1995-07-14 06:41:13', -23.164, 170.791, 33, 5.5, 'mw', 'usp00070jn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11383, '1995-07-15 01:35:15', -19.9, -177.547, 358, 5.8, 'mw', 'usp00070kn', 'Fiji region', 'earthquake\r'), +(11384, '1995-07-15 13:52:22', -23.319, 170.845, 22.4, 5.5, 'mw', 'usp00070mf', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11385, '1995-07-18 14:35:43', -3.854, 135.266, 12.8, 5.9, 'mw', 'usp00070qu', 'Papua, Indonesia', 'earthquake\r'), +(11386, '1995-07-18 22:00:50', 46.103, 151.03, 33, 5.5, 'mw', 'usp00070r7', 'Kuril Islands', 'earthquake\r'), +(11387, '1995-07-19 00:24:15', -22.719, 169.783, 11.6, 6, 'mwb', 'usp00070rd', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11388, '1995-07-19 13:28:26', -4.625, 153.237, 30.8, 5.8, 'mw', 'usp00070s0', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11389, '1995-07-19 20:56:25', -6.035, 154.51, 32.2, 5.6, 'mw', 'usp00070s8', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11390, '1995-07-21 13:27:26', -1.33, 137.911, 28.5, 5.5, 'mw', 'usp00070u6', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(11391, '1995-07-21 22:44:05', 36.427, 103.123, 12.8, 5.6, 'mw', 'usp00070uq', 'Gansu, China', 'earthquake\r'), +(11392, '1995-07-24 10:19:48', 29.74, 130.622, 38.5, 5.5, 'mw', 'usp00070xx', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11393, '1995-07-25 15:13:27', 10.702, -41.212, 10, 5.7, 'mw', 'usp00070z8', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(11394, '1995-07-26 09:09:51', -16.462, -174.742, 234.8, 5.7, 'mw', 'usp000710a', 'Tonga', 'earthquake\r'), +(11395, '1995-07-26 23:42:03', 2.534, 127.681, 65.4, 6.4, 'mwb', 'usp000710t', 'Molucca Sea', 'earthquake\r'), +(11396, '1995-07-27 05:51:19', -12.59, 79.228, 16.2, 6, 'mwb', 'usp0007110', 'South Indian Ocean', 'earthquake\r'), +(11397, '1995-07-28 14:29:11', -21.182, -175.394, 92.4, 6.4, 'mwb', 'usp000712s', 'Tonga', 'earthquake\r'), +(11398, '1995-07-28 20:33:17', -30.01, -111.993, 10, 5.5, 'mw', 'usp0007132', 'Easter Island region', 'earthquake\r'), +(11399, '1995-07-29 08:01:26', 4.278, 126.656, 53.7, 5.7, 'mw', 'usp000713p', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(11400, '1995-07-29 16:18:45', 30.345, 138.381, 435.6, 5.6, 'mw', 'usp0007147', 'Izu Islands, Japan region', 'earthquake\r'), +(11401, '1995-07-30 05:11:24', -23.34, -70.294, 45.6, 8, 'mw', 'usp000714t', 'Antofagasta, Chile', 'earthquake\r'), +(11402, '1995-07-30 05:25:06', -23.23, -70.676, 33, 5.8, 'mb', 'usp000714v', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11403, '1995-07-30 05:47:02', -23.253, -70.318, 33, 5.9, 'mb', 'usp000714z', 'Antofagasta, Chile', 'earthquake\r'), +(11404, '1995-07-30 08:17:18', -23.982, -70.276, 30.2, 6, 'ms', 'usp000715s', 'Antofagasta, Chile', 'earthquake\r'), +(11405, '1995-07-30 10:35:39', -24.359, -70.715, 10.7, 5.8, 'mb', 'usp0007168', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11406, '1995-07-30 10:56:13', -23.055, -70.799, 33, 5.6, 'ms', 'usp0007169', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11407, '1995-07-30 11:51:17', 28.657, 129.38, 48.4, 5.5, 'mb', 'usp000716d', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11408, '1995-07-30 21:05:48', -23.347, -70.609, 13.9, 6.2, 'mw', 'usp000717u', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11409, '1995-07-31 08:48:31', -10.422, -78.264, 59.1, 5.7, 'mwb', 'usp000718y', 'near the coast of central Peru', 'earthquake\r'), +(11410, '1995-08-02 00:14:09', -23.23, -70.677, 33, 6, 'mw', 'usp00071ax', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11411, '1995-08-02 11:05:39', -23.119, -70.405, 33, 5.8, 'mw', 'usp00071bf', 'Antofagasta, Chile', 'earthquake\r'), +(11412, '1995-08-02 16:27:33', -23.432, -70.571, 33, 5.8, 'mw', 'usp00071bt', 'Antofagasta, Chile', 'earthquake\r'), +(11413, '1995-08-03 01:57:20', -23.062, -70.588, 16.8, 6.4, 'mw', 'usp00071ch', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11414, '1995-08-03 08:18:54', -28.281, -69.239, 104.4, 5.8, 'mw', 'usp00071cx', 'La Rioja, Argentina', 'earthquake\r'), +(11415, '1995-08-03 14:19:05', -22.954, -70.403, 33, 5.7, 'mw', 'usp00071da', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11416, '1995-08-04 13:31:49', 52.839, 152.88, 528.6, 5.6, 'mw', 'usp00071em', 'northwest of the Kuril Islands', 'earthquake\r'), +(11417, '1995-08-05 19:42:49', -16.255, 177.893, 33, 5.7, 'mw', 'usp00071g3', 'Fiji', 'earthquake\r'), +(11418, '1995-08-05 22:42:03', -22.563, -10.778, 10, 5.6, 'mwb', 'usp00071ga', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(11419, '1995-08-06 11:59:35', 44.376, 147.271, 74.8, 5.5, 'mw', 'usp00071h2', 'Kuril Islands', 'earthquake\r'), +(11420, '1995-08-07 05:27:53', -59.378, -151.161, 10, 5.7, 'mw', 'usp00071j6', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(11421, '1995-08-07 19:44:25', 4.041, 143.77, 12.6, 6.2, 'mw', 'usp00071js', 'Federated States of Micronesia region', 'earthquake\r'), +(11422, '1995-08-08 15:33:45', -23.208, 169.147, 10, 5.5, 'mw', 'usp00071kt', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11423, '1995-08-09 08:23:01', -23.097, -70.151, 35, 5.5, 'mw', 'usp00071n1', 'Antofagasta, Chile', 'earthquake\r'), +(11424, '1995-08-11 09:19:22', -23.199, 170.813, 15.9, 5.5, 'mw', 'usp00071q9', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11425, '1995-08-12 04:06:19', -2.827, 138.474, 33, 5.5, 'mw', 'usp00071r4', 'Papua, Indonesia', 'earthquake\r'), +(11426, '1995-08-12 14:00:19', -3.484, 149.13, 33, 5.5, 'mw', 'usp00071ru', 'Bismarck Sea', 'earthquake\r'), +(11427, '1995-08-14 04:37:18', -4.836, 151.515, 127.9, 6.7, 'mw', 'usp00071ty', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11428, '1995-08-16 01:22:38', -23.631, 179.054, 540.1, 5.7, 'mw', 'usp00071vn', 'south of the Fiji Islands', 'earthquake\r'), +(11429, '1995-08-16 03:34:13', -29.316, -112.764, 10, 5.5, 'mw', 'usp00071vu', 'Easter Island region', 'earthquake\r'), +(11430, '1995-08-16 08:17:12', -29.262, -112.634, 10, 5.6, 'mw', 'usp00071w1', 'Easter Island region', 'earthquake\r'), +(11431, '1995-08-16 10:27:29', -5.799, 154.178, 30.1, 7.7, 'mw', 'usp00071w4', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11432, '1995-08-16 11:21:43', -14.802, 167.148, 134.6, 5.9, 'mb', 'usp00071w9', 'Vanuatu', 'earthquake\r'), +(11433, '1995-08-16 14:05:44', -5.146, 153.447, 33, 5.9, 'ms', 'usp00071wn', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11434, '1995-08-16 15:04:01', -31.95, 179.362, 463, 5.7, 'mb', 'usp00071wr', 'Kermadec Islands region', 'earthquake\r'), +(11435, '1995-08-16 15:28:56', -5.032, 153.935, 83.4, 5.8, 'mb', 'usp00071wt', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11436, '1995-08-16 16:11:43', -5.533, 153.831, 33, 5.6, 'ms', 'usp00071wv', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11437, '1995-08-16 16:24:27', -5.429, 153.773, 18.7, 6.6, 'mw', 'usp00071ww', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11438, '1995-08-16 20:58:51', 28.46, 128.067, 20.5, 5.7, 'mw', 'usp00071xa', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11439, '1995-08-16 21:23:33', -5.498, 153.592, 28, 5.6, 'ms', 'usp00071xb', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11440, '1995-08-16 23:10:24', -5.771, 154.347, 33, 7.2, 'mw', 'usp00071xh', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11441, '1995-08-16 23:50:36', 50.277, 175.998, 33, 5.5, 'mb', 'usp00071xp', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11442, '1995-08-17 00:15:50', -5.934, 154.213, 14.1, 6.4, 'mw', 'usp00071xs', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11443, '1995-08-17 00:59:58', 41.559, 88.8, 0, 6, 'mb', 'usp00071xv', 'southern Xinjiang, China', 'nuclear explosion\r'), +(11444, '1995-08-17 01:59:58', -6.007, 154.3, 25.6, 5.6, 'ms', 'usp00071xy', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11445, '1995-08-17 05:35:37', -21.848, 170.436, 73.1, 6.1, 'mw', 'usp00071ya', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11446, '1995-08-17 10:01:26', -5.168, 153.447, 21, 6.4, 'mw', 'usp00071yq', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11447, '1995-08-17 12:31:56', -6.267, 154.517, 33, 5.7, 'mw', 'usp00071z2', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11448, '1995-08-17 18:09:58', -6.079, 154.394, 22.3, 5.8, 'mw', 'usp00071zu', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11449, '1995-08-17 23:14:19', 36.443, 71.129, 233.5, 5.6, 'mwb', 'usp000720g', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(11450, '1995-08-18 02:16:26', -55.934, -28.832, 41.9, 6.2, 'mwb', 'usp0007217', 'South Sandwich Islands region', 'earthquake\r'), +(11451, '1995-08-18 02:20:36', -55.656, -28.659, 33, 5.6, 'mb', 'usp0007218', 'South Sandwich Islands region', 'earthquake\r'), +(11452, '1995-08-19 21:28:22', -4.96, 153.755, 88.3, 5.9, 'mw', 'usp000724f', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11453, '1995-08-19 21:43:32', 5.139, -75.577, 119.6, 6.6, 'mw', 'usp000724g', 'Colombia', 'earthquake\r'), +(11454, '1995-08-20 05:19:59', -5.605, 153.012, 33, 5.5, 'mw', 'usp000724w', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11455, '1995-08-21 22:33:26', -6.148, 153.969, 42.3, 5.6, 'mw', 'usp000727y', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11456, '1995-08-22 22:11:57', -29.155, -177.37, 23, 5.5, 'mw', 'usp000729m', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(11457, '1995-08-23 07:06:03', 18.856, 145.218, 594.9, 7.1, 'mwb', 'usp00072a1', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11458, '1995-08-23 13:14:42', -56.883, -141.654, 12, 6.3, 'mw', 'usp00072aj', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(11459, '1995-08-24 01:55:35', 18.902, 145.047, 587.7, 6.2, 'mwb', 'usp00072b9', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11460, '1995-08-24 06:28:55', 18.847, 145.123, 602.2, 5.8, 'mw', 'usp00072bf', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11461, '1995-08-24 07:54:43', 18.823, 145.042, 612.4, 6.1, 'mw', 'usp00072bj', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11462, '1995-08-24 07:55:26', 18.849, 145.089, 585.8, 6.2, 'mw', 'usp00072bk', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11463, '1995-08-25 14:25:25', -20.333, -177.85, 540.4, 5.5, 'mw', 'usp00072dv', 'Fiji region', 'earthquake\r'), +(11464, '1995-08-25 16:51:47', -18.686, -175.409, 224.5, 6, 'mw', 'usp00072e2', 'Tonga', 'earthquake\r'), +(11465, '1995-08-26 06:57:17', -5.643, 153.541, 17.3, 6, 'mw', 'usp00072f6', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11466, '1995-08-26 14:47:50', 8.455, 126.935, 37.1, 5.7, 'mw', 'usp00072fw', 'Mindanao, Philippines', 'earthquake\r'), +(11467, '1995-08-26 17:16:57', -8.28, 121.548, 34, 5.7, 'mw', 'usp00072g5', 'Flores region, Indonesia', 'earthquake\r'), +(11468, '1995-08-28 10:46:12', 26.092, -110.284, 12.2, 6.6, 'mwb', 'usp00072k0', 'Gulf of California', 'earthquake\r'), +(11469, '1995-08-29 07:25:49', -47.937, 99.467, 10, 6.4, 'mw', 'usp00072mc', 'southeast Indian Ridge', 'earthquake\r'), +(11470, '1995-08-29 08:51:31', -21.159, -174.354, 18.8, 6.1, 'mw', 'usp00072mh', 'Tonga', 'earthquake\r'), +(11471, '1995-08-30 23:04:04', -19.36, -173.464, 9.9, 5.8, 'mw', 'usp00072ps', 'Tonga', 'earthquake\r'), +(11472, '1995-08-31 17:10:35', -15.838, 166.426, 16.8, 6.4, 'mw', 'usp00072qv', 'Vanuatu', 'earthquake\r'), +(11473, '1995-08-31 20:39:45', -21.207, -174.287, 33, 5.6, 'mw', 'usp00072qz', 'Tonga', 'earthquake\r'), +(11474, '1995-09-01 06:30:36', 0.042, 123.235, 144.4, 5.9, 'mw', 'usp00072re', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11475, '1995-09-06 08:27:34', -16.422, -172.891, 33, 5.6, 'mw', 'usp00072zh', 'Samoa Islands region', 'earthquake\r'), +(11476, '1995-09-06 22:48:50', 14.943, -94.253, 12.4, 6, 'mwb', 'usp000730r', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(11477, '1995-09-08 00:27:49', -56.202, -122.267, 10, 5.9, 'mw', 'usp000732m', 'southern East Pacific Rise', 'earthquake\r'), +(11478, '1995-09-08 01:15:28', -56.222, -122.419, 10, 6.3, 'mwb', 'usp000732r', 'southern East Pacific Rise', 'earthquake\r'), +(11479, '1995-09-08 16:03:38', -9.126, 67.322, 10, 5.6, 'mw', 'usp000733j', 'Mid-Indian Ridge', 'earthquake\r'), +(11480, '1995-09-09 20:58:40', -20.135, -69.323, 75, 5.9, 'mw', 'usp000735j', 'Tarapaca, Chile', 'earthquake\r'), +(11481, '1995-09-11 04:22:53', 0.986, -101.452, 10, 5.6, 'mw', 'usp000737g', 'Galapagos Triple Junction region', 'earthquake\r'), +(11482, '1995-09-12 14:23:33', -21.721, -179.347, 599.8, 5.6, 'mw', 'usp000739g', 'Fiji region', 'earthquake\r'), +(11483, '1995-09-14 12:24:34', -17.623, -178.966, 532.6, 5.9, 'mw', 'usp00073c3', 'Fiji region', 'earthquake\r'), +(11484, '1995-09-14 14:04:31', 16.779, -98.597, 23, 7.4, 'mwb', 'usp00073c5', 'Guerrero, Mexico', 'earthquake\r'), +(11485, '1995-09-16 01:03:37', -6.323, 155.207, 151, 6.1, 'mw', 'usp00073eb', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11486, '1995-09-16 22:49:15', -4.044, -104.034, 10, 5.6, 'mw', 'usp00073fm', 'central East Pacific Rise', 'earthquake\r'), +(11487, '1995-09-17 07:25:27', -35.561, -74.167, 7.7, 5.6, 'mw', 'usp00073g7', 'off the coast of Maule, Chile', 'earthquake\r'), +(11488, '1995-09-17 17:09:21', -17.093, 66.707, 8.3, 6, 'ms', 'usp00073h0', 'Mauritius - Reunion region', 'earthquake\r'), +(11489, '1995-09-18 06:56:31', -6.925, 128.968, 180.6, 6, 'mw', 'usp00073ht', 'Banda Sea', 'earthquake\r'), +(11490, '1995-09-18 17:13:20', -8.887, 123.787, 33, 5.7, 'mw', 'usp00073j9', 'Flores region, Indonesia', 'earthquake\r'), +(11491, '1995-09-18 20:22:14', -20.642, -178.544, 617.2, 5.6, 'mw', 'usp00073jg', 'Fiji region', 'earthquake\r'), +(11492, '1995-09-19 03:31:54', -21.194, -68.672, 112.2, 5.6, 'mwb', 'usp00073k0', 'Antofagasta, Chile', 'earthquake\r'), +(11493, '1995-09-19 22:52:23', -39.698, 174.168, 216.9, 5.8, 'mwb', 'usp00073ma', 'North Island of New Zealand', 'earthquake\r'), +(11494, '1995-09-20 23:27:36', 35.761, -117.638, 4.688, 5.75, 'ml', 'ci3231786', '16km NNE of Ridgecrest, California', 'earthquake\r'), +(11495, '1995-09-22 05:39:31', -6.053, 146.543, 45.2, 6.2, 'mw', 'usp00073s6', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11496, '1995-09-22 17:56:02', 13.447, -90.565, 52.7, 5.5, 'mw', 'usp00073td', 'offshore Guatemala', 'earthquake\r'), +(11497, '1995-09-22 20:05:39', -10.072, 160.804, 42.6, 5.6, 'mw', 'usp00073tk', 'Solomon Islands', 'earthquake\r'), +(11498, '1995-09-23 02:34:13', -5.968, 146.635, 27.1, 6, 'mw', 'usp00073uc', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11499, '1995-09-23 16:05:50', -5.561, 104.062, 45.4, 6, 'mw', 'usp00073v8', 'southern Sumatra, Indonesia', 'earthquake\r'), +(11500, '1995-09-23 20:56:04', -24.328, -128.003, 10, 5.6, 'mw', 'usp00073vm', 'Pitcairn Islands region', 'earthquake\r'), +(11501, '1995-09-23 22:31:56', -10.68, -78.581, 59.9, 6.5, 'mwb', 'usp00073vq', 'near the coast of central Peru', 'earthquake\r'), +(11502, '1995-09-25 01:10:07', -19.542, -173.757, 33, 5.7, 'mw', 'usp00073y2', 'Tonga', 'earthquake\r'), +(11503, '1995-09-25 09:13:28', -4.703, 130.493, 42.8, 5.7, 'mwb', 'usp00073yt', 'Banda Sea', 'earthquake\r'), +(11504, '1995-09-25 17:04:49', 1.12, 19.424, 10, 5.5, 'mb', 'usp00073zc', 'Democratic Republic of the Congo', 'earthquake\r'), +(11505, '1995-09-26 07:14:37', 41.819, 143.334, 33, 5.9, 'mwb', 'usp000740g', 'Hokkaido, Japan region', 'earthquake\r'), +(11506, '1995-09-26 18:24:13', -13.098, 166.997, 186.4, 5.8, 'mw', 'usp000741c', 'Vanuatu', 'earthquake\r'), +(11507, '1995-09-29 04:09:24', -20.884, -174.147, 33, 5.5, 'mw', 'usp000744z', 'Tonga', 'earthquake\r'), +(11508, '1995-09-30 10:47:58', 50.829, 157.341, 44.8, 6, 'mw', 'usp0007478', 'Kuril Islands', 'earthquake\r'), +(11509, '1995-09-30 13:56:36', 51.892, 142.983, 33, 5.5, 'mw', 'usp000747f', 'Sakhalin, Russia', 'earthquake\r'), +(11510, '1995-10-01 15:57:16', 38.063, 30.134, 33, 6.4, 'mw', 'usp000749b', 'western Turkey', 'earthquake\r'), +(11511, '1995-10-01 17:06:03', 29.311, 139.04, 430.8, 6.1, 'mwb', 'usp000749g', 'Izu Islands, Japan region', 'earthquake\r'), +(11512, '1995-10-01 17:53:53', -58.767, -25.128, 33, 5.6, 'ms', 'usp000749k', 'South Sandwich Islands region', 'earthquake\r'), +(11513, '1995-10-02 23:48:23', -15.221, -174.934, 33, 6.1, 'mwb', 'usp00074bx', 'Tonga', 'earthquake\r'), +(11514, '1995-10-03 01:51:24', -2.75, -77.881, 24.4, 7, 'mw', 'usp00074c4', 'Peru-Ecuador border region', 'earthquake\r'), +(11515, '1995-10-03 01:57:03', -2.614, -77.777, 33, 5.6, 'mb', 'usp00074c5', 'Peru-Ecuador border region', 'earthquake\r'), +(11516, '1995-10-03 12:44:58', -2.778, -77.851, 16.7, 6.5, 'mw', 'usp00074de', 'Peru-Ecuador border region', 'earthquake\r'), +(11517, '1995-10-03 16:08:18', -30.715, -71.937, 37.4, 5.7, 'mw', 'usp00074dz', 'offshore Coquimbo, Chile', 'earthquake\r'), +(11518, '1995-10-03 18:38:30', -19.381, -173.416, 33, 5.5, 'mw', 'usp00074e7', 'Tonga', 'earthquake\r'), +(11519, '1995-10-04 01:31:08', 1.909, 127.417, 114.6, 5.6, 'mw', 'usp00074ey', 'Halmahera, Indonesia', 'earthquake\r'), +(11520, '1995-10-04 15:12:34', 52.711, 172.412, 27, 5.9, 'mw', 'usp00074gd', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11521, '1995-10-06 05:13:25', 18.881, -104.37, 33, 5.8, 'mw', 'usp00074kt', 'offshore Colima, Mexico', 'earthquake\r'), +(11522, '1995-10-06 05:23:19', 65.17, -148.565, 9.1, 5.8, 'ms', 'usp00074kv', 'northern Alaska', 'earthquake\r'), +(11523, '1995-10-06 11:39:35', -20.002, -175.921, 197.8, 6.4, 'mw', 'usp00074nh', 'Tonga', 'earthquake\r'), +(11524, '1995-10-06 12:43:43', 34.072, 139.08, 33, 5.9, 'mw', 'usp00074ns', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(11525, '1995-10-06 18:09:46', -2.045, 101.436, 33, 6.8, 'mw', 'usp00074ph', 'southern Sumatra, Indonesia', 'earthquake\r'), +(11526, '1995-10-07 21:28:03', -2.775, -77.823, 12.3, 5.8, 'mw', 'usp00074ru', 'Peru-Ecuador border region', 'earthquake\r'), +(11527, '1995-10-08 08:55:46', 41.048, 72.153, 14.8, 5.7, 'mw', 'usp00074t7', 'eastern Uzbekistan', 'earthquake\r'), +(11528, '1995-10-08 22:20:50', -7.472, 156.275, 20.2, 5.7, 'mw', 'usp00074ua', 'Solomon Islands', 'earthquake\r'), +(11529, '1995-10-09 07:50:46', -56.057, -144.213, 10, 5.6, 'mw', 'usp00074us', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(11530, '1995-10-09 13:43:41', -21.474, 170.176, 104.8, 6.3, 'mwb', 'usp00074v6', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11531, '1995-10-09 15:35:54', 19.055, -104.205, 33, 8, 'mw', 'usp00074vc', 'Colima, Mexico', 'earthquake\r'), +(11532, '1995-10-12 16:52:53', 18.81, -104.017, 16.1, 6, 'mw', 'usp000751d', 'offshore Colima, Mexico', 'earthquake\r'), +(11533, '1995-10-12 22:57:10', -23.01, -70.466, 32.2, 5.6, 'mw', 'usp000751v', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(11534, '1995-10-12 23:41:45', -35.288, -106.266, 8.4, 6, 'mwb', 'usp000751x', 'southern East Pacific Rise', 'earthquake\r'), +(11535, '1995-10-13 15:22:23', -59.014, 158.28, 14.4, 6.1, 'mw', 'usp000752z', 'Macquarie Island region', 'earthquake\r'), +(11536, '1995-10-13 20:39:03', 9.845, 140.258, 30.1, 5.6, 'mw', 'usp000753d', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(11537, '1995-10-14 08:00:50', -25.758, -177.522, 147.9, 6.2, 'mwb', 'usp000754c', 'south of the Fiji Islands', 'earthquake\r'), +(11538, '1995-10-14 20:44:57', -6.435, 154.556, 18.6, 6.1, 'mw', 'usp000755e', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11539, '1995-10-15 15:04:08', -6.514, 154.631, 14.4, 6.1, 'mw', 'usp0007570', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11540, '1995-10-16 16:36:19', -23.258, -70.471, 27.6, 5.7, 'mw', 'usp000758g', 'Antofagasta, Chile', 'earthquake\r'), +(11541, '1995-10-18 09:30:39', 36.43, 70.387, 222.7, 6.3, 'mwb', 'usp00075ba', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(11542, '1995-10-18 10:37:26', 27.929, 130.175, 28.4, 7.1, 'mw', 'usp00075bd', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11543, '1995-10-18 23:02:08', 19.243, -104.989, 20.2, 5.5, 'mw', 'usp00075cz', 'offshore Jalisco, Mexico', 'earthquake\r'), +(11544, '1995-10-18 23:25:59', 28.203, 130.211, 27.6, 6.1, 'mw', 'usp00075d0', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11545, '1995-10-19 00:32:06', 28.164, 130.156, 33, 6.3, 'mw', 'usp00075d5', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11546, '1995-10-19 02:41:36', 28.094, 130.148, 19.7, 6.8, 'mw', 'usp00075db', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11547, '1995-10-19 06:54:36', 27.944, 129.954, 33, 5.6, 'ms', 'usp00075dg', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11548, '1995-10-19 10:51:11', 27.802, 129.986, 28.6, 5.7, 'mw', 'usp00075dw', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11549, '1995-10-20 19:21:29', 18.708, 145.544, 224.8, 6.1, 'mw', 'usp00075g6', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11550, '1995-10-21 02:38:57', 16.84, -93.469, 159.3, 7.2, 'mw', 'usp00075gf', 'Chiapas, Mexico', 'earthquake\r'), +(11551, '1995-10-21 18:52:48', -5.037, 153.318, 33, 5.5, 'mw', 'usp00075hd', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11552, '1995-10-22 19:54:48', -6.404, 98.668, 33, 5.7, 'mw', 'usp00075jy', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(11553, '1995-10-23 03:58:09', -14.281, 167.294, 199.4, 5.9, 'mw', 'usp00075kj', 'Vanuatu', 'earthquake\r'), +(11554, '1995-10-23 22:46:51', 26.003, 102.227, 10, 6.2, 'mw', 'usp00075n1', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(11555, '1995-10-25 13:47:13', -7.081, 123.667, 637.7, 5.6, 'mw', 'usp00075rp', 'Banda Sea', 'earthquake\r'), +(11556, '1995-10-25 22:01:29', -16.815, 173.965, 50.8, 5.5, 'mw', 'usp00075sb', 'Fiji region', 'earthquake\r'), +(11557, '1995-10-26 00:22:06', -17.217, 173.849, 74.4, 5.7, 'mw', 'usp00075sp', 'Fiji region', 'earthquake\r'), +(11558, '1995-10-28 14:38:19', -6.227, 154.966, 38.7, 5.8, 'mwb', 'usp00075wq', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11559, '1995-10-29 06:27:20', 39.589, 51.875, 33, 5.5, 'mw', 'usp00075xw', 'Caspian Sea, offshore Turkmenistan', 'earthquake\r'), +(11560, '1995-10-29 18:55:40', 0.824, 125.975, 52.4, 5.8, 'mw', 'usp00075z0', 'Molucca Sea', 'earthquake\r'), +(11561, '1995-10-29 19:24:34', 0.858, 125.886, 68.8, 6, 'mwb', 'usp00075z2', 'Molucca Sea', 'earthquake\r'), +(11562, '1995-10-29 19:40:58', -21.793, -179.387, 618.3, 6.1, 'mw', 'usp00075z3', 'Fiji region', 'earthquake\r'), +(11563, '1995-10-30 14:47:55', 16.46, -98.376, 33, 5.6, 'mw', 'usp000760d', 'Guerrero, Mexico', 'earthquake\r'), +(11564, '1995-10-30 20:25:26', 51.667, -173.481, 14, 5.8, 'mw', 'usp000760t', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11565, '1995-10-31 01:55:57', -28.939, -71.39, 33, 5.8, 'mw', 'usp0007619', 'Atacama, Chile', 'earthquake\r'), +(11566, '1995-11-01 00:35:33', -28.906, -71.417, 19.9, 6.7, 'mw', 'usp000762s', 'Atacama, Chile', 'earthquake\r'), +(11567, '1995-11-01 09:35:57', 28.179, 130.052, 33, 5.7, 'mw', 'usp000763t', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11568, '1995-11-02 16:08:41', -9.789, 159.701, 12.9, 5.8, 'mw', 'usp0007663', 'Solomon Islands', 'earthquake\r'), +(11569, '1995-11-02 22:13:46', -6.727, 130.29, 104.5, 5.6, 'mwb', 'usp000766j', 'Banda Sea', 'earthquake\r'), +(11570, '1995-11-05 16:29:58', -4.92, 103.22, 36.2, 6.3, 'mw', 'usp00076bb', 'southern Sumatra, Indonesia', 'earthquake\r'), +(11571, '1995-11-06 04:31:44', -55.284, -29.24, 33, 5.7, 'mw', 'usp00076c2', 'South Sandwich Islands region', 'earthquake\r'), +(11572, '1995-11-07 10:55:21', 52.231, -170.801, 33, 5.5, 'mw', 'usp00076e6', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11573, '1995-11-07 13:55:36', -24.527, -176.4, 33, 5.8, 'mw', 'usp00076ed', 'south of the Fiji Islands', 'earthquake\r'), +(11574, '1995-11-08 07:14:19', 1.833, 95.05, 33, 6.9, 'mw', 'usp00076fh', 'off the west coast of northern Sumatra', 'earthquake\r'), +(11575, '1995-11-08 16:01:19', 1.29, 121.678, 19.8, 6, 'mwb', 'usp00076gb', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11576, '1995-11-10 17:26:09', -3.755, 151.406, 33, 5.7, 'mwb', 'usp00076kp', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11577, '1995-11-13 02:17:51', 3.588, 126.647, 33, 6.3, 'mw', 'usp00076rb', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(11578, '1995-11-13 07:38:43', -15.114, -173.473, 10, 6, 'mw', 'usp00076s5', 'Tonga', 'earthquake\r'), +(11579, '1995-11-13 07:54:39', -14.993, -173.502, 33, 5.5, 'ms', 'usp00076s6', 'Samoa Islands region', 'earthquake\r'), +(11580, '1995-11-13 08:43:15', 56.1, 114.495, 21.5, 5.8, 'mw', 'usp00076sa', 'Buryatiya, Russia', 'earthquake\r'), +(11581, '1995-11-14 04:01:46', -6.143, 150.759, 33, 5.5, 'mw', 'usp00076u0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11582, '1995-11-14 15:14:04', 18.792, 145.247, 600, 5.5, 'mw', 'usp00076um', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11583, '1995-11-15 10:24:31', -4.871, 153.348, 37.9, 5.5, 'mw', 'usp00076w5', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11584, '1995-11-16 09:24:38', 3.512, 126.877, 15.4, 5.7, 'mw', 'usp00076y5', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(11585, '1995-11-17 02:40:50', -45.1, -79.924, 33, 5.8, 'mw', 'usp00076zp', 'off the coast of Aisen, Chile', 'earthquake\r'), +(11586, '1995-11-20 00:52:44', -24.742, -175.946, 33, 5.6, 'mw', 'usp0007747', 'south of Tonga', 'earthquake\r'), +(11587, '1995-11-20 18:07:37', -28.244, -176.659, 33, 5.5, 'mw', 'usp000775m', 'Kermadec Islands region', 'earthquake\r'), +(11588, '1995-11-21 18:17:05', -33.234, -71.947, 41.9, 5.7, 'mw', 'usp000777h', 'offshore Valparaiso, Chile', 'earthquake\r'), +(11589, '1995-11-22 04:15:12', 28.826, 34.799, 10, 7.2, 'mw', 'usp0007788', 'Egypt', 'earthquake\r'), +(11590, '1995-11-22 13:27:53', 3.09, 95.915, 21.1, 5.8, 'mw', 'usp000779d', 'off the west coast of northern Sumatra', 'earthquake\r'), +(11591, '1995-11-23 14:13:12', 40.287, 143.274, 24.5, 5.5, 'mw', 'usp00077bb', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11592, '1995-11-23 18:07:17', 29.333, 34.749, 10, 5.7, 'mw', 'usp00077bq', 'Egypt', 'earthquake\r'), +(11593, '1995-11-24 06:18:56', -42.984, 171.793, 10, 6.2, 'mwb', 'usp00077d2', 'South Island of New Zealand', 'earthquake\r'), +(11594, '1995-11-24 17:24:12', 44.537, 149.103, 27.8, 6.6, 'mw', 'usp00077e6', 'Kuril Islands', 'earthquake\r'), +(11595, '1995-11-25 03:17:56', -49.628, 117.327, 33, 5.5, 'mw', 'usp00077ey', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(11596, '1995-11-25 20:04:31', 9.708, 126.187, 61.5, 5.6, 'mw', 'usp00077gv', 'Mindanao, Philippines', 'earthquake\r'), +(11597, '1995-11-26 03:03:58', -13.765, 166.496, 21.9, 5.8, 'mw', 'usp00077hg', 'Vanuatu', 'earthquake\r'), +(11598, '1995-11-26 04:15:53', -41.982, 79.924, 10, 5.5, 'mw', 'usp00077hm', 'Mid-Indian Ridge', 'earthquake\r'), +(11599, '1995-11-27 15:52:57', 44.568, 149.143, 20.5, 6.3, 'mw', 'usp00077my', 'Kuril Islands', 'earthquake\r'), +(11600, '1995-11-29 18:40:37', -16.959, -176.275, 369.9, 5.8, 'mw', 'usp00077rq', 'Fiji region', 'earthquake\r'), +(11601, '1995-11-30 13:15:35', -27.75, -70.933, 19.7, 5.8, 'mw', 'usp00077tq', 'Atacama, Chile', 'earthquake\r'), +(11602, '1995-11-30 15:09:22', 44.277, 145.619, 136.9, 6, 'mw', 'usp00077tt', 'Hokkaido, Japan region', 'earthquake\r'), +(11603, '1995-11-30 18:00:30', -5.97, -81.702, 33, 5.6, 'mw', 'usp00077u7', 'near the coast of northern Peru', 'earthquake\r'), +(11604, '1995-11-30 23:37:36', 44.473, 149.342, 23.4, 6.3, 'mw', 'usp00077ur', 'Kuril Islands', 'earthquake\r'), +(11605, '1995-12-01 05:20:29', 10.16, -104, 10, 6.6, 'mwb', 'usp00077vd', 'northern East Pacific Rise', 'earthquake\r'), +(11606, '1995-12-02 17:13:19', 44.505, 149.237, 18.1, 6.6, 'mw', 'usp00077yv', 'Kuril Islands', 'earthquake\r'), +(11607, '1995-12-02 19:17:31', 44.498, 149.375, 33, 5.5, 'mb', 'usp00077zk', 'Kuril Islands', 'earthquake\r'), +(11608, '1995-12-02 19:40:11', 44.494, 149.439, 33, 5.6, 'ms', 'usp00077zr', 'Kuril Islands', 'earthquake\r'), +(11609, '1995-12-03 18:01:09', 44.663, 149.3, 33, 7.9, 'mw', 'usp000782n', 'Kuril Islands', 'earthquake\r'), +(11610, '1995-12-03 18:09:10', 44.921, 148.989, 33, 5.5, 'mb', 'usp000782p', 'Kuril Islands', 'earthquake\r'), +(11611, '1995-12-03 18:10:32', 44.452, 149.314, 33, 5.8, 'mb', 'usp000782q', 'Kuril Islands', 'earthquake\r'), +(11612, '1995-12-03 18:13:02', 44.761, 150.208, 33, 5.7, 'mb', 'usp000782s', 'east of the Kuril Islands', 'earthquake\r'), +(11613, '1995-12-03 18:14:28', 44.956, 150.674, 33, 6.4, 'mb', 'usp000782t', 'east of the Kuril Islands', 'earthquake\r'), +(11614, '1995-12-03 18:19:55', 44.735, 150.061, 33, 5.6, 'mb', 'usp000782v', 'east of the Kuril Islands', 'earthquake\r'), +(11615, '1995-12-03 18:22:42', 44.541, 150.015, 33, 5.9, 'mb', 'usp000782w', 'east of the Kuril Islands', 'earthquake\r'), +(11616, '1995-12-03 18:26:45', 44.669, 150.301, 33, 5.6, 'mb', 'usp000782x', 'east of the Kuril Islands', 'earthquake\r'), +(11617, '1995-12-03 18:58:06', 44.618, 150.485, 33, 5.5, 'mb', 'usp0007838', 'east of the Kuril Islands', 'earthquake\r'), +(11618, '1995-12-03 19:15:40', 44.546, 149.49, 33, 5.6, 'mb', 'usp000783g', 'Kuril Islands', 'earthquake\r'), +(11619, '1995-12-03 19:31:23', 44.305, 149.851, 33, 5.7, 'mb', 'usp000783n', 'Kuril Islands', 'earthquake\r'), +(11620, '1995-12-03 19:41:45', 44.69, 150.309, 33, 5.9, 'mb', 'usp000783v', 'east of the Kuril Islands', 'earthquake\r'), +(11621, '1995-12-03 19:54:19', 44.457, 149.722, 33, 5.7, 'mb', 'usp0007840', 'Kuril Islands', 'earthquake\r'), +(11622, '1995-12-03 20:07:20', 44.791, 149.64, 33, 5.5, 'mb', 'usp0007846', 'Kuril Islands', 'earthquake\r'), +(11623, '1995-12-03 21:38:39', 44.727, 150.033, 33, 6.5, 'ms', 'usp0007852', 'east of the Kuril Islands', 'earthquake\r'), +(11624, '1995-12-05 05:46:24', -15.511, 167.509, 100, 5.6, 'mw', 'usp000789k', 'Vanuatu', 'earthquake\r'), +(11625, '1995-12-05 06:32:06', -9.027, 124.67, 33, 6.4, 'mw', 'usp000789n', 'Timor region', 'earthquake\r'), +(11626, '1995-12-05 14:54:45', 1.599, 127.331, 99.1, 5.8, 'mw', 'usp00078av', 'Halmahera, Indonesia', 'earthquake\r'), +(11627, '1995-12-05 18:49:30', 39.44, 40.153, 14.9, 5.8, 'mw', 'usp00078br', 'eastern Turkey', 'earthquake\r'), +(11628, '1995-12-07 03:22:04', 44.356, 149.334, 33, 5.5, 'mw', 'usp00078fu', 'Kuril Islands', 'earthquake\r'), +(11629, '1995-12-07 05:12:22', 44.31, 149.317, 33, 5.9, 'mw', 'usp00078g4', 'Kuril Islands', 'earthquake\r'), +(11630, '1995-12-07 10:04:12', -20.034, 168.806, 15.5, 5.9, 'mw', 'usp00078gs', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(11631, '1995-12-07 18:00:54', 34.795, 24.103, 33, 5.6, 'mw', 'usp00078hn', 'Crete, Greece', 'earthquake\r'), +(11632, '1995-12-07 19:30:24', 44.907, 149.527, 27.7, 6, 'mw', 'usp00078hw', 'Kuril Islands', 'earthquake\r'), +(11633, '1995-12-08 07:41:13', 72.644, 3.488, 10, 5.5, 'mw', 'usp00078kg', 'Norwegian Sea', 'earthquake\r'), +(11634, '1995-12-08 19:57:26', 44.73, 150.328, 33, 5.5, 'mw', 'usp00078mx', 'east of the Kuril Islands', 'earthquake\r'), +(11635, '1995-12-10 22:23:12', 44.351, 149.742, 16, 6.4, 'mwb', 'usp00078rw', 'Kuril Islands', 'earthquake\r'), +(11636, '1995-12-10 22:48:08', 44.231, 149.801, 33, 6.2, 'mw', 'usp00078s2', 'Kuril Islands', 'earthquake\r'), +(11637, '1995-12-10 23:47:00', -21.513, -178.077, 412.5, 6.2, 'mw', 'usp00078s9', 'Fiji region', 'earthquake\r'), +(11638, '1995-12-11 14:09:24', 18.926, -105.471, 20, 6.4, 'mwb', 'usp00078tr', 'offshore Jalisco, Mexico', 'earthquake\r'), +(11639, '1995-12-11 17:54:39', -6.224, 26.714, 10, 5.7, 'mw', 'usp00078u1', 'Democratic Republic of the Congo', 'earthquake\r'), +(11640, '1995-12-11 19:11:40', 18.718, -105.534, 28, 5.8, 'mw', 'usp00078u5', 'offshore Jalisco, Mexico', 'earthquake\r'), +(11641, '1995-12-11 19:44:09', 18.583, -105.517, 20.3, 6.1, 'mw', 'usp00078u8', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(11642, '1995-12-14 02:09:16', -6.98, -12.657, 10, 5.6, 'mw', 'usp00078yc', 'Ascension Island region', 'earthquake\r'), +(11643, '1995-12-14 06:32:15', -34.762, -179.388, 33, 5.5, 'mw', 'usp00078yr', 'south of the Kermadec Islands', 'earthquake\r'), +(11644, '1995-12-14 10:55:40', 18.722, -107.054, 33, 5.8, 'mw', 'usp00078z4', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(11645, '1995-12-16 15:09:50', 29.235, 129.392, 33, 5.5, 'ms', 'usp0007939', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11646, '1995-12-17 23:48:31', 52.665, -32.113, 10, 5.5, 'mw', 'usp000795r', 'Reykjanes Ridge', 'earthquake\r'), +(11647, '1995-12-18 04:57:05', 34.511, 97.351, 33, 5.7, 'mw', 'usp0007966', 'southern Qinghai, China', 'earthquake\r'), +(11648, '1995-12-18 05:52:33', -19.284, -175.807, 255.1, 5.5, 'mw', 'usp000796b', 'Tonga', 'earthquake\r'), +(11649, '1995-12-19 23:28:12', -3.703, 140.233, 63.4, 6.5, 'mwb', 'usp000799b', 'Papua, Indonesia', 'earthquake\r'), +(11650, '1995-12-20 16:20:50', 18.588, 121.103, 33, 5.5, 'mw', 'usp00079ag', 'Luzon, Philippines', 'earthquake\r'), +(11651, '1995-12-25 03:06:32', -28.148, -176.794, 14.8, 6.1, 'mw', 'usp00079jz', 'Kermadec Islands region', 'earthquake\r'), +(11652, '1995-12-25 03:19:45', 36.447, 70.215, 228.2, 5.6, 'mw', 'usp00079k1', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(11653, '1995-12-25 03:24:47', -28.08, -176.828, 33, 5.8, 'mw', 'usp00079k2', 'Kermadec Islands region', 'earthquake\r'), +(11654, '1995-12-25 04:43:24', -6.903, 129.151, 141.9, 7.1, 'mw', 'usp00079k5', 'Banda Sea', 'earthquake\r'), +(11655, '1995-12-26 16:55:16', -21.649, -174.531, 10, 5.9, 'mw', 'usp00079nu', 'Tonga', 'earthquake\r'), +(11656, '1995-12-26 21:55:21', -5.247, 151.474, 33.1, 5.8, 'mw', 'usp00079p7', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11657, '1995-12-27 15:21:20', -57.283, -25.51, 33, 5.7, 'mw', 'usp00079qb', 'South Sandwich Islands region', 'earthquake\r'), +(11658, '1995-12-29 13:01:40', 9.944, -70.106, 33, 5.7, 'mw', 'usp00079u5', 'Lara, Venezuela', 'earthquake\r'), +(11659, '1995-12-30 02:07:18', 63.212, -150.605, 137.3, 5.7, 'mw', 'usp00079v0', 'Central Alaska', 'earthquake\r'), +(11660, '1995-12-30 03:26:11', -4.387, -104.646, 10, 6.1, 'mwb', 'usp00079v5', 'central East Pacific Rise', 'earthquake\r'), +(11661, '1995-12-30 12:11:06', 40.752, 143.339, 22, 6.3, 'mwb', 'usp00079vs', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11662, '1995-12-30 12:17:37', 40.745, 143.232, 33, 5.7, 'mb', 'usp00079vt', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11663, '1995-12-30 20:45:14', 40.831, 143.19, 30.1, 5.7, 'mw', 'usp00079wg', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11664, '1995-12-31 07:26:12', 53.827, 160.45, 43.5, 5.8, 'mw', 'usp00079xf', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11665, '1996-01-01 01:34:16', -20.391, -174.234, 33, 6, 'mw', 'usp00079z4', 'Tonga', 'earthquake\r'), +(11666, '1996-01-01 08:05:11', 0.729, 119.931, 24, 7.9, 'mw', 'usp00079zv', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11667, '1996-01-01 09:14:34', 0.523, 119.838, 33, 5.6, 'mb', 'usp0007a00', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11668, '1996-01-01 09:57:51', 53.826, 159.586, 33, 6.6, 'ms', 'usp0007a08', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11669, '1996-01-01 22:41:58', 0.692, 119.912, 33, 5.5, 'mw', 'usp0007a3r', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11670, '1996-01-03 11:23:43', 0.633, 119.896, 33, 5.5, 'mw', 'usp0007a8g', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11671, '1996-01-04 23:33:28', -55.574, -27.072, 33, 5.5, 'ms', 'usp0007acf', 'South Sandwich Islands region', 'earthquake\r'), +(11672, '1996-01-06 15:28:04', 45.354, 151.018, 33, 5.5, 'mw', 'usp0007ag5', 'Kuril Islands', 'earthquake\r'), +(11673, '1996-01-07 03:42:47', -24.197, -178.844, 389.5, 5.7, 'mw', 'usp0007ahn', 'south of the Fiji Islands', 'earthquake\r'), +(11674, '1996-01-07 13:14:30', -6.921, 155.843, 42.8, 5.6, 'mwb', 'usp0007ajh', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11675, '1996-01-08 10:04:48', 53.304, 142.738, 7.8, 5.6, 'mwb', 'usp0007amy', 'Sakhalin, Russia', 'earthquake\r'), +(11676, '1996-01-08 13:59:46', 45.381, 150.191, 33, 5.5, 'mw', 'usp0007anm', 'Kuril Islands', 'earthquake\r'), +(11677, '1996-01-10 22:36:03', -6.129, 133.564, 38.4, 5.9, 'mwb', 'usp0007auk', 'Kepulauan Aru region, Indonesia', 'earthquake\r'), +(11678, '1996-01-11 03:51:34', -8.428, 158.693, 93.1, 5.9, 'mw', 'usp0007av7', 'Solomon Islands', 'earthquake\r'), +(11679, '1996-01-11 19:45:01', 0.46, 119.58, 37.7, 5.6, 'mw', 'usp0007awh', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11680, '1996-01-12 02:17:31', -23.261, 170.797, 14.7, 5.9, 'mwb', 'usp0007ax0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11681, '1996-01-12 19:38:21', -5.815, 130.215, 33, 5.9, 'mwb', 'usp0007ayd', 'Banda Sea', 'earthquake\r'), +(11682, '1996-01-14 13:24:07', -26.929, -177.493, 111.8, 5.7, 'mw', 'usp0007b2c', 'south of the Fiji Islands', 'earthquake\r'), +(11683, '1996-01-16 05:15:30', -18.882, -177.32, 355.9, 5.7, 'mw', 'usp0007b5q', 'Fiji region', 'earthquake\r'), +(11684, '1996-01-17 10:06:47', -4.399, 140.068, 109.1, 6.1, 'mw', 'usp0007b87', 'Papua, Indonesia', 'earthquake\r'), +(11685, '1996-01-18 03:06:47', -22.452, 171.219, 63.6, 5.6, 'mw', 'usp0007b9k', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11686, '1996-01-18 20:02:05', -58.277, 157.885, 10, 5.5, 'mw', 'usp0007bav', 'Macquarie Island region', 'earthquake\r'), +(11687, '1996-01-19 19:01:59', -10.359, -78.748, 34, 5.6, 'mwb', 'usp0007bck', 'near the coast of central Peru', 'earthquake\r'), +(11688, '1996-01-22 08:59:54', -2.979, 141.65, 35.4, 5.6, 'mw', 'usp0007bh6', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(11689, '1996-01-22 23:19:57', -60.614, -25.901, 10.1, 6.2, 'mwb', 'usp0007bjd', 'South Sandwich Islands region', 'earthquake\r'), +(11690, '1996-01-25 12:45:08', 18.511, -102.129, 76.5, 5.5, 'mw', 'usp0007bpy', 'Michoacan, Mexico', 'earthquake\r'), +(11691, '1996-01-27 17:48:09', 9.187, 126.416, 33, 6, 'mw', 'usp0007bun', 'Mindanao, Philippines', 'earthquake\r'), +(11692, '1996-01-30 13:59:29', -57.009, 147.775, 10, 5.7, 'mw', 'usp0007c08', 'west of Macquarie Island', 'earthquake\r'), +(11693, '1996-01-30 22:00:10', -32.953, -178.253, 14.2, 6.1, 'mwb', 'usp0007c0r', 'south of the Kermadec Islands', 'earthquake\r'), +(11694, '1996-01-30 22:29:57', -32.921, -178.298, 33, 6.4, 'mw', 'usp0007c0u', 'south of the Kermadec Islands', 'earthquake\r'), +(11695, '1996-01-31 19:21:25', 44.531, 149.372, 18.2, 5.6, 'mw', 'usp0007c27', 'Kuril Islands', 'earthquake\r'), +(11696, '1996-01-31 20:30:42', 44.468, 149.37, 20.6, 6, 'mw', 'usp0007c29', 'Kuril Islands', 'earthquake\r'), +(11697, '1996-02-01 04:21:20', -18.08, -178.349, 574.3, 5.5, 'mw', 'usp0007c32', 'Fiji region', 'earthquake\r'), +(11698, '1996-02-01 07:18:04', 44.853, 146.273, 170, 6.2, 'mwb', 'usp0007c3b', 'Kuril Islands', 'earthquake\r'), +(11699, '1996-02-02 18:36:11', 11.463, 141.587, 33, 5.8, 'mw', 'usp0007c5z', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(11700, '1996-02-03 11:14:20', 27.291, 100.276, 11.1, 6.6, 'mw', 'usp0007c7g', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(11701, '1996-02-04 16:58:06', 27.041, 100.299, 10, 5.6, 'mw', 'usp0007cb5', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(11702, '1996-02-04 22:56:59', -32.465, -179.504, 27.9, 5.9, 'mw', 'usp0007cbu', 'south of the Kermadec Islands', 'earthquake\r'), +(11703, '1996-02-04 23:35:01', -32.565, -179.692, 100, 5.5, 'mw', 'usp0007cbz', 'south of the Kermadec Islands', 'earthquake\r'), +(11704, '1996-02-05 21:20:42', -6.216, 154.853, 55.1, 5.6, 'mwb', 'usp0007cds', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11705, '1996-02-06 07:36:14', 27.191, 100.284, 10, 5.5, 'mw', 'usp0007cek', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(11706, '1996-02-06 17:58:58', 0.986, 120.115, 33, 5.7, 'mw', 'usp0007cfb', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11707, '1996-02-07 07:57:18', 1.019, 120.187, 13.8, 6.1, 'mwb', 'usp0007cgh', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11708, '1996-02-07 21:19:07', 55.265, -156.479, 20, 5.6, 'mb', 'usp0007che', 'south of Alaska', 'earthquake\r'), +(11709, '1996-02-07 21:27:47', 3.722, 122.431, 607.2, 5.7, 'mb', 'usp0007chf', 'Celebes Sea', 'earthquake\r'), +(11710, '1996-02-07 21:36:46', 45.324, 149.892, 42.6, 7.2, 'mw', 'usp0007chh', 'Kuril Islands', 'earthquake\r'), +(11711, '1996-02-07 22:53:40', 44.12, 149.479, 33, 6, 'ms', 'usp0007chp', 'Kuril Islands', 'earthquake\r'), +(11712, '1996-02-09 17:33:54', -6, 146.629, 68.5, 6.1, 'mw', 'usp0007cnm', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11713, '1996-02-12 09:08:08', -11.044, 118.67, 8, 6.1, 'mw', 'usp0007ct1', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(11714, '1996-02-14 20:31:07', 45.46, 150.374, 36.5, 5.8, 'mwb', 'usp0007cxf', 'Kuril Islands', 'earthquake\r'), +(11715, '1996-02-14 21:26:56', 29.246, 140.446, 141.3, 5.7, 'mw', 'usp0007cxh', 'Izu Islands, Japan region', 'earthquake\r'), +(11716, '1996-02-15 00:45:54', 51.246, -179.411, 33, 5.6, 'mw', 'usp0007cxs', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11717, '1996-02-16 09:44:58', -1.496, -15.279, 10.6, 6.6, 'mw', 'usp0007d0f', 'north of Ascension Island', 'earthquake\r'), +(11718, '1996-02-16 11:34:31', -15.282, -173.218, 33, 6, 'mw', 'usp0007d0k', 'Tonga', 'earthquake\r'), +(11719, '1996-02-16 15:22:59', 37.353, 142.38, 40.8, 6.7, 'mw', 'usp0007d0t', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(11720, '1996-02-17 05:59:31', -0.891, 136.952, 33, 8.2, 'mw', 'usp0007d1w', 'Biak region, Indonesia', 'earthquake\r'), +(11721, '1996-02-17 06:33:55', -0.74, 136.569, 33, 5.5, 'mb', 'usp0007d23', 'Biak region, Indonesia', 'earthquake\r'), +(11722, '1996-02-17 08:17:16', -0.939, 137.188, 33, 5.5, 'mb', 'usp0007d32', 'Papua region, Indonesia', 'earthquake\r'), +(11723, '1996-02-17 08:42:10', -0.837, 136.588, 33, 6, 'ms', 'usp0007d3a', 'Biak region, Indonesia', 'earthquake\r'), +(11724, '1996-02-17 08:54:58', -1.21, 136.766, 33, 5.8, 'ms', 'usp0007d3g', 'Biak region, Indonesia', 'earthquake\r'), +(11725, '1996-02-17 10:18:03', -6.945, 125.194, 532.1, 5.8, 'mb', 'usp0007d3y', 'Banda Sea', 'earthquake\r'), +(11726, '1996-02-17 13:25:38', -6.191, 154.755, 57.4, 5.5, 'mb', 'usp0007d54', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11727, '1996-02-17 14:21:22', -0.567, 135.84, 19.2, 6.5, 'mw', 'usp0007d5f', 'Biak region, Indonesia', 'earthquake\r'), +(11728, '1996-02-17 20:17:50', -0.897, 136.088, 33, 5.7, 'mb', 'usp0007d77', 'Biak region, Indonesia', 'earthquake\r'), +(11729, '1996-02-17 20:18:07', -0.917, 136.225, 31.9, 6.5, 'mw', 'usp0007d78', 'Biak region, Indonesia', 'earthquake\r'), +(11730, '1996-02-18 00:22:25', -0.573, 135.756, 33, 5.9, 'mw', 'usp0007d8f', 'Biak region, Indonesia', 'earthquake\r'), +(11731, '1996-02-18 02:25:33', -1.336, 136.464, 10, 6.4, 'mw', 'usp0007d8z', 'Biak region, Indonesia', 'earthquake\r'), +(11732, '1996-02-18 09:57:17', 13.906, 120.754, 242.4, 5.6, 'mw', 'usp0007dav', 'Mindoro, Philippines', 'earthquake\r'), +(11733, '1996-02-18 19:40:22', -0.477, 135.541, 33, 5.5, 'mw', 'usp0007dcz', 'Biak region, Indonesia', 'earthquake\r'), +(11734, '1996-02-18 23:09:55', -3.362, 139.743, 33, 5.5, 'mw', 'usp0007ddq', 'Papua, Indonesia', 'earthquake\r'), +(11735, '1996-02-18 23:49:28', -1.266, -14.273, 10, 6.6, 'mw', 'usp0007dds', 'north of Ascension Island', 'earthquake\r'), +(11736, '1996-02-19 02:28:32', -1.199, -14.232, 12.1, 5.7, 'mw', 'usp0007de7', 'north of Ascension Island', 'earthquake\r'), +(11737, '1996-02-19 07:10:06', -42.132, -75.283, 7.6, 6, 'mw', 'usp0007dex', 'offshore Los Lagos, Chile', 'earthquake\r'), +(11738, '1996-02-19 23:28:06', -22.12, -179.466, 610.8, 5.5, 'mw', 'usp0007dgw', 'south of the Fiji Islands', 'earthquake\r'), +(11739, '1996-02-19 23:48:39', -20.341, 169.217, 42.7, 5.8, 'mwb', 'usp0007dgy', 'Vanuatu', 'earthquake\r'), +(11740, '1996-02-21 12:51:01', -9.593, -79.587, 10, 7.5, 'mw', 'usp0007dmb', 'off the coast of northern Peru', 'earthquake\r'), +(11741, '1996-02-22 13:40:53', -33.672, -71.671, 43.3, 6, 'mwb', 'usp0007dpy', 'offshore Valparaiso, Chile', 'earthquake\r'), +(11742, '1996-02-22 14:59:09', 45.263, 148.542, 124.2, 6.3, 'mwb', 'usp0007dq2', 'Kuril Islands', 'earthquake\r'), +(11743, '1996-02-24 15:52:59', -0.869, 137.346, 33, 6.2, 'mwb', 'usp0007du0', 'Papua region, Indonesia', 'earthquake\r'), +(11744, '1996-02-25 03:08:16', 15.978, -98.07, 21.1, 7.1, 'mw', 'usp0007dv6', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(11745, '1996-02-25 04:17:11', -22.249, -175.894, 33, 5.7, 'mb', 'usp0007dvb', 'Tonga region', 'earthquake\r'), +(11746, '1996-02-25 09:17:57', 16.122, -97.93, 12.3, 6.2, 'mwb', 'usp0007dw5', 'Oaxaca, Mexico', 'earthquake\r'), +(11747, '1996-02-25 14:17:17', 12.964, -91.063, 8, 5.9, 'mwb', 'usp0007dwm', 'off the coast of Guatemala', 'earthquake\r'), +(11748, '1996-02-26 01:37:34', 15.933, -97.807, 33, 5.5, 'mw', 'usp0007dy0', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(11749, '1996-02-26 08:08:19', 28.285, 57.059, 32.2, 5.5, 'mw', 'usp0007dyt', 'southern Iran', 'earthquake\r'), +(11750, '1996-02-27 18:03:02', -14.072, 167.468, 12.8, 5.8, 'mwb', 'usp0007e1u', 'Vanuatu', 'earthquake\r'), +(11751, '1996-02-28 09:44:11', 1.756, 126.048, 115.5, 6.4, 'mwb', 'usp0007e36', 'Molucca Sea', 'earthquake\r'), +(11752, '1996-02-28 10:03:07', -51.858, 40.337, 10, 5.7, 'mb', 'usp0007e38', 'Prince Edward Islands region', 'earthquake\r'), +(11753, '1996-02-29 16:58:44', 4.2, -84.12, 33, 5.5, 'mw', 'usp0007e5w', 'off the coast of Central America', 'earthquake\r'), +(11754, '1996-03-02 01:50:05', -5.973, 146.565, 58.7, 6.1, 'mwc', 'usp0007e7p', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11755, '1996-03-03 02:41:28', -0.729, 136.563, 33, 5.7, 'mwc', 'usp0007e92', 'Biak region, Indonesia', 'earthquake\r'), +(11756, '1996-03-03 14:55:12', 11.657, -86.856, 33, 6.6, 'mwc', 'usp0007e9k', 'near the coast of Nicaragua', 'earthquake\r'), +(11757, '1996-03-03 14:58:58', 11.74, -86.896, 33, 5.5, 'mb', 'usp0007e9m', 'near the coast of Nicaragua', 'earthquake\r'), +(11758, '1996-03-03 16:37:32', 11.905, -86.772, 33, 6.7, 'mwc', 'usp0007e9s', 'near the coast of Nicaragua', 'earthquake\r'), +(11759, '1996-03-04 15:59:06', 2.798, 125.167, 151.1, 5.9, 'mwc', 'usp0007eb9', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(11760, '1996-03-04 17:13:18', -17.383, -172.654, 33, 5.5, 'mwc', 'usp0007eba', 'Tonga region', 'earthquake\r'), +(11761, '1996-03-05 14:52:29', 24.092, 122.215, 29.5, 6.3, 'mwc', 'usp0007ec9', 'Taiwan region', 'earthquake\r'), +(11762, '1996-03-05 17:32:10', 24.033, 122.241, 33, 5.9, 'mwc', 'usp0007ecd', 'Taiwan region', 'earthquake\r'), +(11763, '1996-03-06 01:35:03', -18.656, -174.864, 134.1, 5.8, 'mwc', 'usp0007ect', 'Tonga', 'earthquake\r'), +(11764, '1996-03-06 14:35:28', 35.433, 138.987, 33, 5.6, 'mwc', 'usp0007edb', 'eastern Honshu, Japan', 'earthquake\r'), +(11765, '1996-03-07 08:38:58', -23.267, -70.285, 31.3, 5.5, 'mwc', 'usp0007eea', 'Antofagasta, Chile', 'earthquake\r'), +(11766, '1996-03-07 09:32:47', -2.099, 124.622, 33, 5.5, 'mwc', 'usp0007eec', 'Banda Sea', 'earthquake\r'), +(11767, '1996-03-08 15:18:05', -1.196, 136.863, 33, 5.5, 'mwc', 'usp0007efx', 'Biak region, Indonesia', 'earthquake\r'), +(11768, '1996-03-09 15:19:40', -4.946, 152.682, 103.9, 5.6, 'mwc', 'usp0007eh3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11769, '1996-03-09 16:15:36', 43.425, 148.009, 33, 6.1, 'mwc', 'usp0007eh7', 'east of the Kuril Islands', 'earthquake\r'), +(11770, '1996-03-09 16:17:16', 43.722, 147.829, 33, 5.7, 'mb', 'usp0007eh8', 'Kuril Islands', 'earthquake\r'), +(11771, '1996-03-09 22:35:38', 37.034, -24.374, 10, 5.7, 'mwc', 'usp0007ej0', 'Azores Islands region', 'earthquake\r'), +(11772, '1996-03-10 08:56:22', -12.969, -69.425, 32.8, 5.7, 'mwc', 'usp0007ejt', 'central Peru', 'earthquake\r'), +(11773, '1996-03-12 18:43:43', 48.442, 88.143, 16.5, 5.6, 'mwc', 'usp0007eng', 'Mongolia-China border region', 'earthquake\r'), +(11774, '1996-03-12 22:06:03', 2.905, 126.542, 29.3, 5.9, 'mwc', 'usp0007enq', 'Molucca Sea', 'earthquake\r'), +(11775, '1996-03-15 02:06:42', -35.313, -17.261, 10, 5.6, 'mwc', 'usp0007esz', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(11776, '1996-03-16 22:04:06', 28.983, 138.944, 477.2, 6.7, 'mwb', 'usp0007evx', 'Bonin Islands, Japan region', 'earthquake\r'), +(11777, '1996-03-17 14:48:57', -14.705, 167.297, 164.4, 6.7, 'mwc', 'usp0007ex5', 'Vanuatu', 'earthquake\r'), +(11778, '1996-03-17 17:58:20', -6.269, 147.904, 33, 6.1, 'mwc', 'usp0007exa', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11779, '1996-03-18 10:30:16', -6.17, 147.807, 33, 5.8, 'mwc', 'usp0007ey8', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11780, '1996-03-19 15:00:26', 39.993, 76.696, 28.2, 6.3, 'mwc', 'usp0007ezd', 'southern Xinjiang, China', 'earthquake\r'), +(11781, '1996-03-19 15:31:36', 25.006, -109.329, 10, 5.8, 'mwc', 'usp0007ezf', 'Gulf of California', 'earthquake\r'), +(11782, '1996-03-19 17:12:43', 15.85, -97.306, 33, 5.9, 'mwc', 'usp0007ezh', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(11783, '1996-03-21 15:43:15', -14.662, 167.912, 33, 5.6, 'mwc', 'usp0007f28', 'Vanuatu', 'earthquake\r'), +(11784, '1996-03-22 03:24:20', 51.221, 178.695, 20.4, 6.8, 'mwb', 'usp0007f34', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11785, '1996-03-22 05:27:00', 51.269, 178.889, 33, 5.8, 'ms', 'usp0007f3n', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11786, '1996-03-22 17:31:06', -35.241, -179.212, 33, 5.8, 'mwc', 'usp0007f4x', 'east of the North Island of New Zealand', 'earthquake\r'), +(11787, '1996-03-22 18:45:26', -26.399, -13.69, 10, 5.5, 'mwc', 'usp0007f50', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(11788, '1996-03-23 06:27:35', -21.769, -174.811, 34.3, 5.5, 'mwc', 'usp0007f5w', 'Tonga', 'earthquake\r'), +(11789, '1996-03-23 10:46:46', -62.722, 164.876, 10, 5.8, 'mwc', 'usp0007f62', 'Balleny Islands region', 'earthquake\r'), +(11790, '1996-03-24 22:19:03', -55.42, 146.006, 10, 6.1, 'mwc', 'usp0007f8b', 'west of Macquarie Island', 'earthquake\r'), +(11791, '1996-03-27 12:34:49', 16.413, -98.079, 29, 5.6, 'mwb', 'usp0007fcd', 'Oaxaca, Mexico', 'earthquake\r'), +(11792, '1996-03-27 20:52:07', 11.777, -87.935, 33, 6, 'mwc', 'usp0007fcs', 'near the coast of Nicaragua', 'earthquake\r'), +(11793, '1996-03-28 07:28:28', 11.919, 57.805, 10, 6.1, 'mwc', 'usp0007fda', 'Owen Fracture Zone region', 'earthquake\r'), +(11794, '1996-03-28 09:52:49', 43.331, 147.009, 33, 5.6, 'mwc', 'usp0007fdc', 'Kuril Islands', 'earthquake\r'), +(11795, '1996-03-28 19:51:08', 52.307, -168.778, 33, 5.8, 'mwc', 'usp0007fec', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11796, '1996-03-28 21:32:50', 52.29, -168.762, 33, 5.5, 'mwc', 'usp0007feh', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11797, '1996-03-28 23:03:50', -1.036, -78.737, 33, 6, 'mwb', 'usp0007feq', 'Ecuador', 'earthquake\r'), +(11798, '1996-03-29 03:28:57', 24.141, 122.195, 33, 5.8, 'mwc', 'usp0007few', 'Taiwan region', 'earthquake\r'), +(11799, '1996-03-29 04:59:57', 10.429, 126.186, 33, 5.5, 'mwc', 'usp0007ff1', 'Philippine Islands region', 'earthquake\r'), +(11800, '1996-03-29 10:41:25', -33.63, -14.454, 10, 5.5, 'mwc', 'usp0007ffe', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(11801, '1996-03-30 09:56:59', -55.852, -125.666, 10, 6.1, 'mwc', 'usp0007fgw', 'southern East Pacific Rise', 'earthquake\r'), +(11802, '1996-03-30 12:56:00', 52.214, -168.639, 33, 5.7, 'mwc', 'usp0007fgy', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11803, '1996-03-30 13:05:17', 52.214, -168.734, 33, 6.3, 'mwc', 'usp0007fgz', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11804, '1996-03-30 23:16:40', 44.481, 149.434, 53.1, 5.5, 'mwc', 'usp0007fhn', 'Kuril Islands', 'earthquake\r'), +(11805, '1996-03-30 23:22:20', 44.339, 149.448, 52.1, 5.5, 'mwc', 'usp0007fhp', 'Kuril Islands', 'earthquake\r'), +(11806, '1996-03-31 23:41:43', -11.178, 165.644, 33, 6, 'mwc', 'usp0007fkc', 'Santa Cruz Islands', 'earthquake\r'), +(11807, '1996-04-01 05:06:09', 14.564, -93.471, 33, 5.5, 'mwc', 'usp0007fkq', 'offshore Chiapas, Mexico', 'earthquake\r'), +(11808, '1996-04-01 06:10:53', 14.551, -93.53, 33, 5.8, 'mwc', 'usp0007fku', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(11809, '1996-04-02 03:04:03', -11.218, 165.671, 33, 5.7, 'mwb', 'usp0007fmw', 'Santa Cruz Islands', 'earthquake\r'), +(11810, '1996-04-02 18:50:37', 3.065, 126.286, 41.3, 5.9, 'mwc', 'usp0007fnz', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(11811, '1996-04-03 17:26:38', 1.112, 120.407, 32.6, 5.5, 'mwc', 'usp0007fqc', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11812, '1996-04-04 05:45:59', 12.177, 143.844, 8.4, 5.6, 'mwc', 'usp0007fr5', 'Guam region', 'earthquake\r'), +(11813, '1996-04-04 11:11:19', 3.098, 126.218, 33, 5.6, 'mwc', 'usp0007fre', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(11814, '1996-04-06 22:04:42', 44.17, 149.184, 33, 5.7, 'mwc', 'usp0007fup', 'Kuril Islands', 'earthquake\r'), +(11815, '1996-04-08 16:49:42', -6.252, 154.858, 58.3, 5.8, 'mwc', 'usp0007fx8', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11816, '1996-04-08 20:46:39', -10.696, 161.83, 61.8, 5.5, 'mwc', 'usp0007fxk', 'Solomon Islands', 'earthquake\r'), +(11817, '1996-04-10 02:10:52', -17.161, -174.136, 110.6, 5.7, 'mwc', 'usp0007fze', 'Tonga', 'earthquake\r'), +(11818, '1996-04-11 11:24:27', -10.803, 161.543, 42.7, 5.9, 'mwc', 'usp0007g1j', 'Solomon Islands', 'earthquake\r'), +(11819, '1996-04-12 09:45:10', 6.973, 94.513, 33, 5.8, 'mwc', 'usp0007g2p', 'Nicobar Islands, India region', 'earthquake\r'), +(11820, '1996-04-12 18:45:52', -6.306, 154.861, 55, 5.9, 'mwc', 'usp0007g3a', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11821, '1996-04-15 14:55:33', -6.188, 154.832, 56.2, 5.5, 'mwc', 'usp0007g7f', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11822, '1996-04-16 00:30:55', -24.061, -177.036, 110.9, 7.2, 'mwb', 'usp0007g84', 'south of the Fiji Islands', 'earthquake\r'), +(11823, '1996-04-16 14:03:25', -33.373, 57.331, 10, 5.5, 'mwc', 'usp0007g8s', 'Southwest Indian Ridge', 'earthquake\r'), +(11824, '1996-04-18 00:01:18', -16.107, 87.279, 10, 5.5, 'mwc', 'usp0007ga5', 'South Indian Ocean', 'earthquake\r'), +(11825, '1996-04-18 06:12:58', 12.816, 124.982, 33, 5.8, 'mwc', 'usp0007gaf', 'Samar, Philippines', 'earthquake\r'), +(11826, '1996-04-19 00:19:31', -23.944, -70.093, 49.5, 6.6, 'mwb', 'usp0007gbg', 'Antofagasta, Chile', 'earthquake\r'), +(11827, '1996-04-20 23:03:30', -22.293, -179.692, 592.6, 5.7, 'mwc', 'usp0007gdt', 'south of the Fiji Islands', 'earthquake\r'), +(11828, '1996-04-21 15:50:04', 51.437, -178.42, 27.5, 5.5, 'mwc', 'usp0007gep', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11829, '1996-04-22 04:42:06', -10.742, 164.061, 33, 5.5, 'mwc', 'usp0007gf9', 'Santa Cruz Islands region', 'earthquake\r'), +(11830, '1996-04-22 11:27:56', 29.797, 129.051, 196.9, 5.6, 'mwc', 'usp0007gfq', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11831, '1996-04-23 06:53:35', 17.28, -101.363, 33, 5.6, 'mwc', 'usp0007ggh', 'offshore Guerrero, Mexico', 'earthquake\r'), +(11832, '1996-04-23 20:03:25', 51.485, -178.36, 29.3, 5.5, 'mwc', 'usp0007ghg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11833, '1996-04-24 17:06:36', -8.128, -74.362, 150.7, 5.6, 'mwc', 'usp0007gjh', 'central Peru', 'earthquake\r'), +(11834, '1996-04-25 05:50:09', -22.073, 179.056, 639.2, 5.5, 'mwc', 'usp0007gk3', 'south of the Fiji Islands', 'earthquake\r'), +(11835, '1996-04-26 07:01:28', 36.366, 28.042, 74.6, 5.5, 'mwc', 'usp0007gmb', 'Dodecanese Islands, Greece', 'earthquake\r'), +(11836, '1996-04-26 12:06:40', 52.816, -168.364, 33, 5.5, 'mwc', 'usp0007gmj', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11837, '1996-04-27 08:40:42', 2.368, -79.341, 10, 6.2, 'mwb', 'usp0007gns', 'south of Panama', 'earthquake\r'), +(11838, '1996-04-29 14:40:41', -6.518, 154.999, 44, 7.2, 'mwc', 'usp0007gqq', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11839, '1996-04-30 05:27:42', -6.716, 154.78, 33, 5.7, 'mwc', 'usp0007gre', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11840, '1996-05-01 09:21:24', -6.659, 154.848, 33, 6.1, 'mwc', 'usp0007gt0', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11841, '1996-05-01 10:05:10', -6.741, 154.895, 33, 6.1, 'mwc', 'usp0007gt3', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11842, '1996-05-01 13:52:34', -6.796, 154.934, 33, 5.6, 'mwc', 'usp0007gtj', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11843, '1996-05-02 02:32:35', -6.44, 154.577, 33, 6, 'mwc', 'usp0007guy', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11844, '1996-05-02 06:30:25', 16.13, 120.6, 33, 5.5, 'mwc', 'usp0007gv8', 'Luzon, Philippines', 'earthquake\r'), +(11845, '1996-05-02 06:38:24', -6.68, 154.816, 33, 5.5, 'mwc', 'usp0007gv9', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11846, '1996-05-02 13:34:29', -4.548, 154.833, 500, 6.6, 'mwc', 'usp0007gvt', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11847, '1996-05-03 03:07:13', -7.31, 155.282, 33, 5.6, 'mwc', 'usp0007gwq', 'Solomon Islands', 'earthquake\r'), +(11848, '1996-05-03 03:32:47', 40.774, 109.661, 26, 6, 'mwc', 'usp0007gwu', 'western Nei Mongol, China', 'earthquake\r'), +(11849, '1996-05-04 16:13:04', 13.846, 146.308, 33, 5.7, 'mwc', 'usp0007gz9', 'Mariana Islands region', 'earthquake\r'), +(11850, '1996-05-04 16:49:25', 13.862, 146.256, 33, 5.6, 'mwc', 'usp0007gza', 'Mariana Islands region', 'earthquake\r'), +(11851, '1996-05-06 09:41:40', -41.213, -86.296, 10, 5.5, 'mwc', 'usp0007h0x', 'West Chile Rise', 'earthquake\r'), +(11852, '1996-05-06 12:11:30', -24.628, 178.755, 560.7, 5.5, 'mwc', 'usp0007h14', 'south of the Fiji Islands', 'earthquake\r'), +(11853, '1996-05-07 08:44:37', 1.621, 126.558, 33, 6, 'mwc', 'usp0007h28', 'Molucca Sea', 'earthquake\r'), +(11854, '1996-05-07 13:42:57', -3.418, 142.967, 33, 5.5, 'mwc', 'usp0007h2k', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(11855, '1996-05-07 23:20:01', 43.708, 147.607, 53.9, 6.2, 'mwb', 'usp0007h34', 'Kuril Islands', 'earthquake\r'), +(11856, '1996-05-09 04:36:04', -32.611, -179.384, 76.5, 5.8, 'mwc', 'usp0007h4v', 'south of the Kermadec Islands', 'earthquake\r'), +(11857, '1996-05-10 10:19:38', -14.009, -74.467, 101, 5.5, 'mwc', 'usp0007h6x', 'central Peru', 'earthquake\r'), +(11858, '1996-05-11 04:38:40', 80.578, -2.271, 29.1, 5.7, 'mwc', 'usp0007h7v', 'north of Svalbard', 'earthquake\r'), +(11859, '1996-05-11 09:35:06', -3.313, 135.856, 23.7, 5.8, 'mwc', 'usp0007h88', 'Papua, Indonesia', 'earthquake\r'), +(11860, '1996-05-11 13:43:45', -6.605, 155.038, 33, 6.3, 'mwc', 'usp0007h8k', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11861, '1996-05-11 16:29:25', -7.146, 154.859, 33, 5.6, 'mwc', 'usp0007h8t', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(11862, '1996-05-14 12:36:59', -17.955, -178.546, 604.9, 5.7, 'mwc', 'usp0007hd4', 'Fiji region', 'earthquake\r'), +(11863, '1996-05-15 16:28:49', -0.668, 135.814, 33, 5.7, 'mwc', 'usp0007hf0', 'Biak region, Indonesia', 'earthquake\r'), +(11864, '1996-05-19 23:21:40', 1.37, 122.564, 32.1, 5.7, 'mwc', 'usp0007hke', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11865, '1996-05-23 01:57:23', 5.9, -77.584, 33, 5.7, 'mwc', 'usp0007hpx', 'near the west coast of Colombia', 'earthquake\r'), +(11866, '1996-05-26 01:43:45', -22.191, 171.475, 108.2, 6.2, 'mwb', 'usp0007ht2', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11867, '1996-05-30 03:04:38', -56.72, -26.311, 84, 6, 'mwc', 'usp0007hxz', 'South Sandwich Islands region', 'earthquake\r'), +(11868, '1996-05-31 01:31:37', -5.504, 147.998, 242.8, 5.5, 'mwc', 'usp0007hz0', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(11869, '1996-06-01 00:27:31', -13.338, -112.055, 10, 5.5, 'mwc', 'usp0007j02', 'central East Pacific Rise', 'earthquake\r'), +(11870, '1996-06-02 02:19:31', 30.458, -41.973, 19.6, 5.6, 'mwc', 'usp0007j1a', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(11871, '1996-06-02 02:52:10', 10.797, -42.254, 10, 7, 'mwc', 'usp0007j1e', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(11872, '1996-06-02 09:37:46', 27.424, 128.484, 41.5, 5.8, 'mwb', 'usp0007j1y', 'Ryukyu Islands, Japan', 'earthquake\r'), +(11873, '1996-06-03 08:15:40', -9.309, 157.17, 33, 6, 'mwc', 'usp0007j3e', 'Solomon Islands', 'earthquake\r'), +(11874, '1996-06-03 10:46:01', -9.27, 157.198, 33, 6.1, 'mwc', 'usp0007j3m', 'Solomon Islands', 'earthquake\r'), +(11875, '1996-06-03 10:50:11', -9.32, 157.239, 10, 6, 'mwb', 'usp0007j3n', 'Solomon Islands', 'earthquake\r'), +(11876, '1996-06-03 19:55:32', 46.787, 153.722, 33, 5.6, 'mwc', 'usp0007j49', 'Kuril Islands', 'earthquake\r'), +(11877, '1996-06-04 04:13:17', -50.005, -114.775, 10, 5.9, 'mwc', 'usp0007j4t', 'southern East Pacific Rise', 'earthquake\r'), +(11878, '1996-06-04 23:22:06', 18.467, 146.873, 59.2, 5.9, 'mwc', 'usp0007j60', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11879, '1996-06-05 01:06:08', -4.537, 101.934, 33, 5.5, 'mwc', 'usp0007j67', 'southern Sumatra, Indonesia', 'earthquake\r'), +(11880, '1996-06-06 06:26:52', -21.509, 169.175, 33, 5.6, 'mwc', 'usp0007j7k', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11881, '1996-06-06 17:35:38', -41.329, 80.666, 20.4, 6.3, 'mwb', 'usp0007j86', 'Mid-Indian Ridge', 'earthquake\r'), +(11882, '1996-06-08 02:55:58', 41.657, 88.69, 0, 5.9, 'mb', 'usp0007j9v', 'southern Xinjiang, China', 'nuclear explosion\r'), +(11883, '1996-06-08 23:19:15', 51.491, -178.128, 33, 6.5, 'mwc', 'usp0007jbb', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11884, '1996-06-09 01:12:17', 17.444, 145.458, 149, 6.5, 'mwc', 'usp0007jbe', 'Alamagan region, Northern Mariana Islands', 'earthquake\r'), +(11885, '1996-06-09 08:53:48', 24.968, 123.299, 33, 5.6, 'mwc', 'usp0007jby', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(11886, '1996-06-10 01:04:47', -13.481, 167.13, 200.1, 6.7, 'mwc', 'usp0007jck', 'Vanuatu', 'earthquake\r'), +(11887, '1996-06-10 04:03:35', 51.564, -177.632, 33, 7.9, 'mwc', 'usp0007jcu', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11888, '1996-06-10 09:41:05', 51.213, -176.484, 33, 5.6, 'ms', 'usp0007jes', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11889, '1996-06-10 15:24:56', 51.478, -176.847, 26.3, 7.3, 'mwc', 'usp0007jfz', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11890, '1996-06-10 15:36:30', 51.178, -176.759, 33, 5.5, 'mb', 'usp0007jg1', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11891, '1996-06-10 17:44:16', 51.577, -177.041, 33, 5.6, 'ms', 'usp0007jgj', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11892, '1996-06-11 10:40:08', 51.276, -176.256, 33, 5.9, 'mwc', 'usp0007jjx', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11893, '1996-06-11 11:00:47', 51.273, -176.182, 33, 5.8, 'mwc', 'usp0007jk3', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11894, '1996-06-11 13:03:04', 51.262, -176.46, 33, 5.6, 'mwc', 'usp0007jk9', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11895, '1996-06-11 16:52:13', 17.25, -68.281, 33, 5.5, 'mb', 'usp0007jks', 'Dominican Republic region', 'earthquake\r'), +(11896, '1996-06-11 18:22:56', 12.614, 125.154, 33, 7.1, 'mwc', 'usp0007jkw', 'Samar, Philippines', 'earthquake\r'), +(11897, '1996-06-12 00:30:15', 12.677, 125.2, 33, 5.5, 'mwc', 'usp0007jmm', 'Samar, Philippines', 'earthquake\r'), +(11898, '1996-06-12 02:16:48', 51.42, -178.214, 33, 5.8, 'mwc', 'usp0007jms', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11899, '1996-06-12 03:09:22', 51.372, -178.228, 33, 5.5, 'mwc', 'usp0007jmu', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11900, '1996-06-12 14:32:49', 51.252, -176.1, 33, 5.6, 'mwc', 'usp0007jnr', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11901, '1996-06-13 06:57:58', -20.416, -178.31, 535.2, 5.5, 'mwc', 'usp0007jph', 'Fiji region', 'earthquake\r'), +(11902, '1996-06-14 13:34:03', -58.727, 149.068, 10, 5.5, 'mwc', 'usp0007jrj', 'west of Macquarie Island', 'earthquake\r'), +(11903, '1996-06-14 15:04:41', 12.811, 125.055, 28.8, 6.1, 'mwc', 'usp0007jrm', 'Samar, Philippines', 'earthquake\r'), +(11904, '1996-06-17 11:22:19', -7.137, 122.589, 587.3, 7.9, 'mwc', 'usp0007jw8', 'Flores Sea', 'earthquake\r'), +(11905, '1996-06-18 13:55:34', -16.073, 178.118, 33, 6, 'mwc', 'usp0007jxz', 'Fiji', 'earthquake\r'), +(11906, '1996-06-19 13:03:03', 43.366, 147.783, 33, 5.6, 'mwc', 'usp0007jzd', 'Kuril Islands', 'earthquake\r'), +(11907, '1996-06-21 13:57:10', 51.568, 159.119, 20, 6.7, 'mwc', 'usp0007k2n', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11908, '1996-06-22 00:32:13', -53.774, 8.8, 10, 6.4, 'mwc', 'usp0007k3j', 'Bouvet Island region', 'earthquake\r'), +(11909, '1996-06-22 14:50:08', 51.398, 159.239, 33, 6.2, 'mwb', 'usp0007k44', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11910, '1996-06-22 16:47:13', 75.82, 134.619, 10, 5.7, 'mwc', 'usp0007k46', 'Laptev Sea', 'earthquake\r'), +(11911, '1996-06-23 01:17:56', 51.573, 159.544, 33, 5.5, 'mwc', 'usp0007k4j', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11912, '1996-06-23 12:45:07', 51.586, 159.509, 33, 5.9, 'mwc', 'usp0007k5m', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11913, '1996-06-26 03:22:03', 27.727, 139.747, 468.5, 6.3, 'mwb', 'usp0007k9q', 'Bonin Islands, Japan region', 'earthquake\r'), +(11914, '1996-06-26 03:55:09', 27.668, 139.526, 470.6, 5.5, 'mwc', 'usp0007k9s', 'Bonin Islands, Japan region', 'earthquake\r'), +(11915, '1996-06-28 02:41:13', -21.712, -175.213, 35.6, 5.6, 'mwc', 'usp0007kcr', 'Tonga', 'earthquake\r'), +(11916, '1996-06-28 09:34:43', -21.883, -175.18, 33, 5.6, 'mwc', 'usp0007kd1', 'Tonga', 'earthquake\r'), +(11917, '1996-06-29 04:46:28', -2.767, 139.126, 33, 5.9, 'mwc', 'usp0007kdp', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(11918, '1996-06-29 14:08:25', -2.801, 139.268, 33, 5.8, 'mwc', 'usp0007keq', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(11919, '1996-06-30 11:32:36', 51.726, 159.812, 33, 6.1, 'mwb', 'usp0007kgv', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11920, '1996-06-30 22:27:04', -55.177, -127.084, 10, 5.5, 'mwc', 'usp0007khk', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(11921, '1996-07-01 04:52:12', 12.479, 125.541, 33, 5.5, 'mwc', 'usp0007kj3', 'Samar, Philippines', 'earthquake\r'), +(11922, '1996-07-03 06:44:46', 30.147, 88.189, 33, 5.7, 'mwb', 'usp0007kna', 'western Xizang', 'earthquake\r'), +(11923, '1996-07-03 16:48:28', -23.376, -70.405, 33, 5.9, 'mwc', 'usp0007kp2', 'Antofagasta, Chile', 'earthquake\r'), +(11924, '1996-07-04 15:50:39', 8.489, 141.564, 33, 5.9, 'mwc', 'usp0007kqa', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(11925, '1996-07-05 18:34:42', -10.112, 160.898, 82.6, 5.6, 'mwb', 'usp0007krr', 'Solomon Islands', 'earthquake\r'), +(11926, '1996-07-06 05:03:34', 2.973, 128.354, 33, 5.6, 'mwb', 'usp0007ks7', 'Halmahera, Indonesia', 'earthquake\r'), +(11927, '1996-07-06 11:56:45', 15.514, 147.657, 33, 5.6, 'mwc', 'usp0007ksm', 'Mariana Islands region', 'earthquake\r'), +(11928, '1996-07-06 21:36:29', 21.968, 142.83, 241.1, 6.2, 'mwc', 'usp0007ksz', 'Mariana Islands region', 'earthquake\r'), +(11929, '1996-07-07 10:50:00', 58.62, 157.752, 10, 5.7, 'mwc', 'usp0007ktk', 'Zaliv Shelikhova, Russia', 'earthquake\r'), +(11930, '1996-07-10 05:48:19', 52.168, -171.146, 33, 5.9, 'mwc', 'usp0007kx7', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11931, '1996-07-15 16:51:22', 18.726, 145.628, 176.5, 6.3, 'mwb', 'usp0007m2z', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(11932, '1996-07-15 21:23:34', 17.6, -100.965, 18.3, 6.8, 'mwb', 'usp0007m35', 'Guerrero, Mexico', 'earthquake\r'), +(11933, '1996-07-16 03:48:28', 56.084, 164.998, 33, 6.5, 'mwc', 'usp0007m3h', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(11934, '1996-07-16 10:07:37', 1.016, 120.254, 33, 6.6, 'mwb', 'usp0007m42', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11935, '1996-07-18 22:55:03', 51.494, 159.442, 33, 5.8, 'mwc', 'usp0007m7p', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(11936, '1996-07-20 00:00:42', 36.147, 27.103, 33, 6.2, 'mwc', 'usp0007m9a', 'Dodecanese Islands, Greece', 'earthquake\r'), +(11937, '1996-07-20 07:41:15', -19.82, -177.643, 356.9, 5.9, 'mwb', 'usp0007ma7', 'Fiji region', 'earthquake\r'), +(11938, '1996-07-20 09:14:04', 13.856, 120.671, 110.1, 5.9, 'mwc', 'usp0007mae', 'Mindoro, Philippines', 'earthquake\r'), +(11939, '1996-07-22 08:30:21', 13.076, -88.723, 61.1, 5.6, 'mwc', 'usp0007mde', 'offshore El Salvador', 'earthquake\r'), +(11940, '1996-07-22 14:19:36', 1, 120.45, 33, 7, 'mwc', 'usp0007me1', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11941, '1996-07-22 14:31:05', 1.036, 120.459, 33, 5.6, 'mb', 'usp0007me2', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11942, '1996-07-23 03:32:13', -26.753, -177.199, 33, 6.5, 'mwc', 'usp0007mfa', 'south of the Fiji Islands', 'earthquake\r'), +(11943, '1996-07-23 05:20:04', -26.769, -177.25, 33, 6.2, 'mwc', 'usp0007mfh', 'south of the Fiji Islands', 'earthquake\r'), +(11944, '1996-07-23 06:38:16', -26.647, -177.162, 33, 5.9, 'mwc', 'usp0007mfk', 'south of the Fiji Islands', 'earthquake\r'), +(11945, '1996-07-24 20:15:41', 41.9086667, -126.2343333, 1.559, 5.7, 'mw', 'nc30114284', 'off the coast of Northern California', 'earthquake\r'), +(11946, '1996-07-25 12:49:37', -50.149, -113.538, 10, 6.1, 'mwc', 'usp0007mkk', 'southern East Pacific Rise', 'earthquake\r'), +(11947, '1996-07-27 11:40:03', -28.655, -177.465, 48, 5.9, 'mwc', 'usp0007mpb', 'Kermadec Islands region', 'earthquake\r'), +(11948, '1996-07-28 10:40:44', 1.006, 120.196, 33, 6, 'mwc', 'usp0007mrs', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(11949, '1996-07-29 20:20:53', 24.602, 122.282, 74.3, 5.5, 'mwc', 'usp0007mub', 'Taiwan region', 'earthquake\r'), +(11950, '1996-07-30 17:38:31', 14.509, 119.954, 33, 6.1, 'mwb', 'usp0007mvm', 'Luzon, Philippines', 'earthquake\r'), +(11951, '1996-07-31 02:19:17', -3.82, 151.305, 33, 5.5, 'mwc', 'usp0007mwc', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11952, '1996-07-31 08:00:28', 30.174, 88.178, 33, 5.5, 'mwc', 'usp0007mwx', 'western Xizang', 'earthquake\r'), +(11953, '1996-07-31 22:30:36', -27.6, 65.547, 10, 5.6, 'mwc', 'usp0007mya', 'Indian Ocean Triple Junction', 'earthquake\r'), +(11954, '1996-08-01 04:08:23', -0.018, 122.939, 148.9, 5.6, 'mwc', 'usp0007myt', 'Sulawesi, Indonesia', 'earthquake\r'), +(11955, '1996-08-02 12:55:29', -10.769, 161.445, 33, 6.9, 'mwc', 'usp0007n0p', 'Solomon Islands', 'earthquake\r'), +(11956, '1996-08-02 16:23:37', -26.923, -177.171, 33, 5.9, 'mwc', 'usp0007n0v', 'south of the Fiji Islands', 'earthquake\r'), +(11957, '1996-08-05 02:08:58', -15.267, -173.126, 41.2, 6.7, 'mwc', 'usp0007n46', 'Tonga', 'earthquake\r'), +(11958, '1996-08-05 21:39:16', -1.996, -81.001, 33, 6.3, 'mwc', 'usp0007n5h', 'off the coast of Ecuador', 'earthquake\r'), +(11959, '1996-08-05 22:38:22', -20.69, -178.31, 550.2, 7.4, 'mwc', 'usp0007n5m', 'Fiji region', 'earthquake\r'), +(11960, '1996-08-06 10:13:14', -21.356, -175.461, 33, 5.6, 'mwc', 'usp0007n6a', 'Tonga', 'earthquake\r'), +(11961, '1996-08-08 17:10:53', 53.061, -167.094, 43.7, 5.5, 'mwc', 'usp0007n93', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11962, '1996-08-08 23:12:35', 11.977, 125.677, 33, 5.8, 'mwc', 'usp0007n9c', 'Samar, Philippines', 'earthquake\r'), +(11963, '1996-08-09 00:27:06', -2.017, 99.675, 33, 5.8, 'mwc', 'usp0007n9e', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(11964, '1996-08-09 15:34:50', 49.256, 155.63, 33, 5.5, 'mwc', 'usp0007nam', 'Kuril Islands', 'earthquake\r'), +(11965, '1996-08-10 00:20:50', -3.828, 151.157, 33, 5.7, 'mwc', 'usp0007nb8', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(11966, '1996-08-10 06:23:09', 24.041, 122.598, 45.7, 5.7, 'mwc', 'usp0007nbm', 'Taiwan region', 'earthquake\r'), +(11967, '1996-08-10 11:20:20', -4.938, 152.131, 33, 6.2, 'mwc', 'usp0007nbs', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(11968, '1996-08-10 18:12:17', 38.909, 140.53, 10, 6, 'mwb', 'usp0007nc7', 'eastern Honshu, Japan', 'earthquake\r'), +(11969, '1996-08-10 18:54:11', 38.936, 140.556, 10, 5.5, 'mwc', 'usp0007ncf', 'eastern Honshu, Japan', 'earthquake\r'), +(11970, '1996-08-10 22:35:49', -1.956, 99.622, 33, 5.7, 'mwc', 'usp0007nd2', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(11971, '1996-08-10 23:10:46', 38.88, 140.628, 10, 5.7, 'mwc', 'usp0007nd6', 'eastern Honshu, Japan', 'earthquake\r'), +(11972, '1996-08-11 01:31:17', -13.396, 166.692, 99.8, 6.1, 'mwb', 'usp0007ndd', 'Vanuatu', 'earthquake\r'), +(11973, '1996-08-12 17:00:28', -0.266, 125.094, 42.3, 6, 'mwc', 'usp0007nfm', 'Molucca Sea', 'earthquake\r'), +(11974, '1996-08-13 06:38:17', -0.239, 125.017, 27.9, 5.7, 'mwc', 'usp0007nge', 'Molucca Sea', 'earthquake\r'), +(11975, '1996-08-13 09:41:21', -21.601, 170.351, 109.8, 5.7, 'mwc', 'usp0007ngn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(11976, '1996-08-13 10:07:09', 4.97, 127.397, 75.4, 5.7, 'mwc', 'usp0007ngr', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(11977, '1996-08-13 19:33:40', -15.702, -13.2, 10, 5.6, 'mwc', 'usp0007nhb', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(11978, '1996-08-14 01:55:03', 40.754, 35.34, 10, 5.8, 'mwb', 'usp0007nhs', 'central Turkey', 'earthquake\r'), +(11979, '1996-08-14 02:59:41', 40.801, 35.37, 10, 5.7, 'mwc', 'usp0007nhy', 'central Turkey', 'earthquake\r'), +(11980, '1996-08-15 07:33:51', -13.302, 166.838, 33, 6.2, 'mwc', 'usp0007nkx', 'Vanuatu', 'earthquake\r'), +(11981, '1996-08-16 08:41:58', -58.635, -25.026, 33, 5.5, 'mwc', 'usp0007nn6', 'South Sandwich Islands region', 'earthquake\r'), +(11982, '1996-08-16 09:31:59', -14.707, -176.286, 33, 5.6, 'mwc', 'usp0007nna', 'Fiji region', 'earthquake\r'), +(11983, '1996-08-18 07:16:11', 0.696, -30.021, 10, 5.8, 'mwc', 'usp0007nr0', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(11984, '1996-08-19 04:19:16', 51.451, -178.367, 33, 6, 'mwc', 'usp0007nsh', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(11985, '1996-08-19 06:24:11', -41.523, 80.416, 10, 6.1, 'mwb', 'usp0007nsn', 'Mid-Indian Ridge', 'earthquake\r'), +(11986, '1996-08-20 17:19:57', 5.369, -82.637, 10, 5.9, 'mwc', 'usp0007nun', 'south of Panama', 'earthquake\r'), +(11987, '1996-08-21 19:06:56', -9.471, 155.315, 33, 5.5, 'mwc', 'usp0007nw8', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(11988, '1996-08-22 05:35:42', -7.124, 123.275, 595.7, 6, 'mwb', 'usp0007nwu', 'Banda Sea', 'earthquake\r'), +(11989, '1996-08-22 06:09:08', -9.517, 155.355, 33, 5.5, 'mwc', 'usp0007nwy', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(11990, '1996-08-23 21:56:06', -4.088, -104.37, 10, 5.9, 'mwc', 'usp0007nzb', 'central East Pacific Rise', 'earthquake\r'), +(11991, '1996-08-23 22:18:57', -3.92, -104.143, 10, 5.8, 'mwc', 'usp0007nzd', 'central East Pacific Rise', 'earthquake\r'), +(11992, '1996-08-25 14:09:03', -1.084, -78.674, 50.7, 5.5, 'mwc', 'usp0007p1p', 'Ecuador', 'earthquake\r'), +(11993, '1996-08-27 02:12:40', 13.514, -91.281, 33, 5.7, 'mwc', 'usp0007p3m', 'offshore Guatemala', 'earthquake\r'), +(11994, '1996-08-27 06:24:08', -22.57, -179.792, 574.9, 5.9, 'mwc', 'usp0007p3w', 'south of the Fiji Islands', 'earthquake\r'), +(11995, '1996-08-27 10:50:49', -36.883, 78.486, 10, 6, 'mwb', 'usp0007p41', 'Mid-Indian Ridge', 'earthquake\r'), +(11996, '1996-08-27 14:36:39', -6.933, -12.724, 10, 5.6, 'mwc', 'usp0007p46', 'Ascension Island region', 'earthquake\r'), +(11997, '1996-08-28 16:01:45', -10.644, 161.345, 32.6, 5.5, 'mwc', 'usp0007p5u', 'Solomon Islands', 'earthquake\r'), +(11998, '1996-08-28 16:53:12', -59.994, 149.942, 10, 5.9, 'mwc', 'usp0007p5v', 'west of Macquarie Island', 'earthquake\r'), +(11999, '1996-08-28 17:16:17', 9.379, -84.313, 33, 5.9, 'mwc', 'usp0007p5w', 'Costa Rica', 'earthquake\r'), +(12000, '1996-08-30 11:41:56', 1.073, -29.087, 10, 5.5, 'mwc', 'usp0007p86', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(12001, '1996-08-30 21:13:42', 52.318, 151.485, 580.2, 5.5, 'mwc', 'usp0007p8h', 'Sea of Okhotsk', 'earthquake\r'), +(12002, '1996-08-31 15:58:30', -14.93, 167.331, 125.8, 5.6, 'mwc', 'usp0007p97', 'Vanuatu', 'earthquake\r'), +(12003, '1996-08-31 20:47:21', 51.493, -178.218, 43.7, 5.5, 'mwc', 'usp0007p9e', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12004, '1996-09-01 06:45:42', -11.811, 166.618, 187.2, 5.9, 'mwb', 'usp0007p9x', 'Santa Cruz Islands', 'earthquake\r'), +(12005, '1996-09-02 20:41:53', 12.32, 143.809, 33, 5.9, 'mwc', 'usp0007pbx', 'Guam region', 'earthquake\r'), +(12006, '1996-09-03 00:11:32', -7.172, 155.669, 33, 5.5, 'mwc', 'usp0007pc0', 'Solomon Islands', 'earthquake\r'), +(12007, '1996-09-04 04:14:03', 36.984, 2.876, 10, 5.5, 'mwc', 'usp0007pde', 'northern Algeria', 'earthquake\r'), +(12008, '1996-09-04 18:16:02', 31.555, 139.931, 33, 5.7, 'mwc', 'usp0007pe2', 'Izu Islands, Japan region', 'earthquake\r'), +(12009, '1996-09-04 19:06:50', 9.365, -84.266, 32.5, 6.2, 'mwc', 'usp0007pe6', 'Costa Rica', 'earthquake\r'), +(12010, '1996-09-05 08:14:14', -22.118, -113.436, 10, 6.9, 'mwc', 'usp0007pet', 'Easter Island region', 'earthquake\r'), +(12011, '1996-09-05 09:10:21', -22.054, -113.099, 10, 5.6, 'mb', 'usp0007pex', 'Easter Island region', 'earthquake\r'), +(12012, '1996-09-05 09:46:59', -22.056, -113.083, 10, 6.2, 'mwc', 'usp0007pez', 'Easter Island region', 'earthquake\r'), +(12013, '1996-09-05 15:36:27', 0.36, 120.453, 33, 5.7, 'mwc', 'usp0007pf7', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(12014, '1996-09-05 20:44:09', 42.803, 17.936, 10, 6, 'mwc', 'usp0007pfj', 'Bosnia and Herzegovina', 'earthquake\r'), +(12015, '1996-09-05 23:42:06', 21.898, 121.498, 20, 6.8, 'mwc', 'usp0007pfw', 'Taiwan region', 'earthquake\r'), +(12016, '1996-09-06 12:39:41', -7.271, 155.824, 33, 5.9, 'mwc', 'usp0007phk', 'Solomon Islands', 'earthquake\r'), +(12017, '1996-09-06 17:03:47', -7.31, 155.887, 33, 6.2, 'mwc', 'usp0007pj1', 'Solomon Islands', 'earthquake\r'), +(12018, '1996-09-06 20:42:30', 40.395, -126.408, 10, 5.5, 'mwc', 'usp0007pjm', 'off the coast of Northern California', 'earthquake\r'), +(12019, '1996-09-06 23:48:46', -7.361, 155.828, 33, 5.6, 'mwc', 'usp0007pjx', 'Solomon Islands', 'earthquake\r'), +(12020, '1996-09-07 09:06:01', -7.178, 155.676, 10, 5.8, 'mwc', 'usp0007pkw', 'Solomon Islands', 'earthquake\r'), +(12021, '1996-09-07 10:31:58', -32.653, -178.53, 33, 5.5, 'mwc', 'usp0007pm3', 'south of the Kermadec Islands', 'earthquake\r'), +(12022, '1996-09-08 08:08:13', -15.573, -73.049, 98.2, 5.6, 'mwc', 'usp0007pnv', 'southern Peru', 'earthquake\r'), +(12023, '1996-09-08 08:12:44', 2.857, 127.254, 33, 5.6, 'mwc', 'usp0007pnw', 'Molucca Sea', 'earthquake\r'), +(12024, '1996-09-08 11:42:52', -19.718, -179.097, 600, 5.6, 'mwc', 'usp0007pp6', 'Fiji region', 'earthquake\r'), +(12025, '1996-09-09 00:20:39', -31.9, -71.56, 39, 6, 'mwb', 'usp0007pq2', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12026, '1996-09-09 03:21:47', -35.402, -104.642, 10, 5.8, 'mwc', 'usp0007pqa', 'southeast of Easter Island', 'earthquake\r'), +(12027, '1996-09-09 04:34:21', 30.434, 130.726, 33, 5.7, 'mwc', 'usp0007pqe', 'Kyushu, Japan', 'earthquake\r'), +(12028, '1996-09-10 02:34:16', 1.028, 120.098, 33, 5.8, 'mwc', 'usp0007prw', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(12029, '1996-09-11 02:37:15', 35.537, 140.943, 55, 6.2, 'mwc', 'usp0007pte', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(12030, '1996-09-13 03:41:09', -10.555, 165.922, 156.8, 5.5, 'mwc', 'usp0007pwb', 'Santa Cruz Islands', 'earthquake\r'), +(12031, '1996-09-14 02:53:25', -0.006, 122.795, 181, 5.8, 'mwc', 'usp0007pxd', 'Sulawesi, Indonesia', 'earthquake\r'), +(12032, '1996-09-14 08:01:04', 36.046, 70.706, 119.5, 5.9, 'mwc', 'usp0007pxm', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(12033, '1996-09-14 13:10:54', -10.878, 165.991, 72.7, 6.4, 'mwc', 'usp0007pxx', 'Santa Cruz Islands', 'earthquake\r'), +(12034, '1996-09-15 18:17:39', -6.488, 154.799, 50.3, 5.9, 'mwc', 'usp0007pzw', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(12035, '1996-09-16 05:47:32', -3.42, 146.351, 33, 5.9, 'mwc', 'usp0007q0g', 'Bismarck Sea', 'earthquake\r'), +(12036, '1996-09-17 13:45:23', 42.866, 17.82, 10, 5.5, 'mwc', 'usp0007q1x', 'Croatia', 'earthquake\r'), +(12037, '1996-09-17 23:09:24', 0.908, -26.37, 10, 5.6, 'mwc', 'usp0007q2k', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(12038, '1996-09-17 23:47:07', 43.648, 147.213, 33, 5.5, 'mb', 'usp0007q2m', 'Kuril Islands', 'earthquake\r'), +(12039, '1996-09-18 03:25:46', 32.501, 141.42, 33, 5.7, 'mwc', 'usp0007q2x', 'Izu Islands, Japan region', 'earthquake\r'), +(12040, '1996-09-18 04:11:44', -19.754, 168.688, 31.8, 5.7, 'mwc', 'usp0007q2y', 'Vanuatu', 'earthquake\r'), +(12041, '1996-09-18 05:29:04', 9.553, 126.256, 33, 5.7, 'mwc', 'usp0007q32', 'Mindanao, Philippines', 'earthquake\r'), +(12042, '1996-09-18 17:34:21', 11.435, -85.471, 192.6, 5.6, 'mwc', 'usp0007q3h', 'Nicaragua', 'earthquake\r'), +(12043, '1996-09-19 21:05:28', -25.36, 179.786, 484.7, 5.5, 'mwc', 'usp0007q4n', 'south of the Fiji Islands', 'earthquake\r'), +(12044, '1996-09-20 00:03:18', 9.597, 126.293, 33, 6.4, 'mwc', 'usp0007q4r', 'Mindanao, Philippines', 'earthquake\r'), +(12045, '1996-09-20 04:10:28', 9.463, 126.284, 33, 6.6, 'mwc', 'usp0007q50', 'Mindanao, Philippines', 'earthquake\r'), +(12046, '1996-09-20 04:11:05', 9.454, 126.334, 33, 6.6, 'mwc', 'usp0007q51', 'Mindanao, Philippines', 'earthquake\r'), +(12047, '1996-09-20 12:24:42', 9.446, 126.544, 33, 6.1, 'mwb', 'usp0007q5m', 'Mindanao, Philippines', 'earthquake\r'), +(12048, '1996-09-20 17:37:06', -53.083, 9.696, 10, 5.8, 'mwc', 'usp0007q6d', 'southwest of Africa', 'earthquake\r'), +(12049, '1996-09-20 19:24:57', 9.57, 126.643, 33, 5.8, 'mwc', 'usp0007q6s', 'Mindanao, Philippines', 'earthquake\r'), +(12050, '1996-09-20 21:25:20', 9.552, 126.529, 33, 5.7, 'ms', 'usp0007q76', 'Mindanao, Philippines', 'earthquake\r'), +(12051, '1996-09-21 01:23:33', -6.155, 146.174, 10, 5.9, 'mwb', 'usp0007q7t', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12052, '1996-09-21 02:53:19', -18.999, -67.531, 224.3, 5.7, 'mwc', 'usp0007q83', 'Oruro, Bolivia', 'earthquake\r'), +(12053, '1996-09-21 18:17:22', 9.36, 126.593, 33, 5.6, 'mwc', 'usp0007q9e', 'Mindanao, Philippines', 'earthquake\r'), +(12054, '1996-09-24 00:27:52', 24.941, 123.478, 25.1, 5.6, 'mwc', 'usp0007qd1', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(12055, '1996-09-24 11:42:19', 15.191, -61.443, 146.7, 5.8, 'mwb', 'usp0007qdm', 'Dominica region, Leeward Islands', 'earthquake\r'), +(12056, '1996-09-24 19:24:50', 27.222, 100.373, 33, 5.5, 'mwc', 'usp0007qe2', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(12057, '1996-09-25 09:26:45', 9.694, 126.406, 33, 5.8, 'mwc', 'usp0007qeu', 'Mindanao, Philippines', 'earthquake\r'), +(12058, '1996-09-25 21:16:10', -9.295, 108.725, 33, 5.6, 'mwc', 'usp0007qg5', 'south of Java, Indonesia', 'earthquake\r'), +(12059, '1996-09-28 12:18:00', 11.682, -86.47, 33, 5.7, 'mwc', 'usp0007qmq', 'near the coast of Nicaragua', 'earthquake\r'), +(12060, '1996-09-28 14:10:42', 10.038, 125.369, 234.8, 6.3, 'mwc', 'usp0007qmz', 'Leyte, Philippines', 'earthquake\r'), +(12061, '1996-09-29 10:48:19', 64.782, -17.566, 10, 5.6, 'mwc', 'usp0007qpc', 'Iceland', 'earthquake\r'), +(12062, '1996-09-30 05:49:51', 54.047, 160.005, 101.9, 5.5, 'mb', 'usp0007qra', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12063, '1996-09-30 11:27:52', 45.533, 151.828, 33, 5.5, 'mwc', 'usp0007qrs', 'Kuril Islands', 'earthquake\r'), +(12064, '1996-09-30 18:52:04', 45.537, 151.811, 33, 5.5, 'mwc', 'usp0007qs7', 'Kuril Islands', 'earthquake\r'), +(12065, '1996-10-01 15:50:24', 12.434, 58.066, 10, 6.4, 'mwc', 'usp0007qtj', 'Owen Fracture Zone region', 'earthquake\r'), +(12066, '1996-10-01 19:09:03', 26.475, -110.862, 10, 5.5, 'mwc', 'usp0007qtt', 'Gulf of California', 'earthquake\r'), +(12067, '1996-10-01 23:04:13', -12.681, -76.813, 61.9, 5.6, 'mwc', 'usp0007qu1', 'near the coast of central Peru', 'earthquake\r'), +(12068, '1996-10-02 09:48:02', 11.761, 125.484, 33, 6.4, 'mwc', 'usp0007qun', 'Samar, Philippines', 'earthquake\r'), +(12069, '1996-10-02 11:24:48', 45.133, 151.168, 33, 6, 'mwc', 'usp0007quu', 'Kuril Islands', 'earthquake\r'), +(12070, '1996-10-04 08:03:07', 1.023, 120.406, 33, 5.6, 'mwc', 'usp0007qxp', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(12071, '1996-10-05 07:37:59', 16.796, -86.072, 10, 5.6, 'mwc', 'usp0007qz0', 'offshore Honduras', 'earthquake\r'), +(12072, '1996-10-06 07:45:00', -43.417, 39.181, 10, 5.5, 'mwc', 'usp0007r02', 'Prince Edward Islands region', 'earthquake\r'), +(12073, '1996-10-06 15:32:31', 13.229, -44.966, 10, 5.6, 'mwc', 'usp0007r0n', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12074, '1996-10-06 20:13:09', 49.047, -127.88, 10, 6.2, 'mwc', 'usp0007r0w', 'Vancouver Island, Canada region', 'earthquake\r'), +(12075, '1996-10-07 09:23:57', -22.113, -179.577, 606.4, 5.5, 'mwc', 'usp0007r22', 'south of the Fiji Islands', 'earthquake\r'), +(12076, '1996-10-08 01:36:54', -45.778, 96.025, 10, 6.1, 'mwb', 'usp0007r2w', 'southeast Indian Ridge', 'earthquake\r'), +(12077, '1996-10-08 07:52:58', 52.873, 152.534, 627.1, 5.6, 'mwc', 'usp0007r3b', 'northwest of the Kuril Islands', 'earthquake\r'), +(12078, '1996-10-09 07:12:26', 49.737, -129.605, 10, 5.8, 'mwc', 'usp0007r4h', 'Vancouver Island, Canada region', 'earthquake\r'), +(12079, '1996-10-09 13:10:52', 34.556, 32.126, 33, 6.8, 'mwc', 'usp0007r4u', 'Cyprus region', 'earthquake\r'), +(12080, '1996-10-09 14:19:38', 34.591, 32.208, 33, 5.7, 'mb', 'usp0007r50', 'Cyprus region', 'earthquake\r'), +(12081, '1996-10-10 01:10:22', 34.56, 32.214, 33, 5.7, 'mwc', 'usp0007r6q', 'Cyprus region', 'earthquake\r'), +(12082, '1996-10-10 15:21:05', 3.445, 97.943, 33, 6.3, 'mwb', 'usp0007r7z', 'northern Sumatra, Indonesia', 'earthquake\r'), +(12083, '1996-10-12 15:36:01', -7.25, 155.471, 33, 6.1, 'mwc', 'usp0007rap', 'Solomon Islands', 'earthquake\r'), +(12084, '1996-10-12 18:27:10', -7.281, 155.393, 33, 5.9, 'mwc', 'usp0007raw', 'Solomon Islands', 'earthquake\r'), +(12085, '1996-10-13 01:29:06', -7.228, 155.351, 33, 5.8, 'mwc', 'usp0007rb7', 'Solomon Islands', 'earthquake\r'), +(12086, '1996-10-14 00:07:58', -7.228, 155.488, 33, 5.9, 'mwc', 'usp0007rcm', 'Solomon Islands', 'earthquake\r'), +(12087, '1996-10-14 23:26:20', -7.133, 155.568, 24, 6.8, 'mwc', 'usp0007rdr', 'Solomon Islands', 'earthquake\r'), +(12088, '1996-10-15 00:22:39', 43.705, 147.106, 33, 5.5, 'mb', 'usp0007rdu', 'Kuril Islands', 'earthquake\r'), +(12089, '1996-10-17 15:38:21', 60.113, -152.953, 117.1, 5.5, 'mwc', 'usp0007rjq', 'Southern Alaska', 'earthquake\r'), +(12090, '1996-10-17 16:15:26', 5.704, 125.945, 116.8, 6, 'mwc', 'usp0007rjs', 'Mindanao, Philippines', 'earthquake\r'), +(12091, '1996-10-18 03:14:04', -7.083, 155.42, 33, 5.5, 'mwc', 'usp0007rkc', 'Solomon Islands', 'earthquake\r'), +(12092, '1996-10-18 10:50:21', 30.568, 131.093, 10, 6.6, 'mwc', 'usp0007rku', 'Kyushu, Japan', 'earthquake\r'), +(12093, '1996-10-18 11:19:19', 0.389, 126.221, 44, 5.8, 'mwc', 'usp0007rkw', 'Molucca Sea', 'earthquake\r'), +(12094, '1996-10-18 16:44:48', 33.685, 137.403, 337.5, 5.6, 'mwb', 'usp0007rmb', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(12095, '1996-10-18 17:34:53', -62.141, 165.014, 10, 5.5, 'mwc', 'usp0007rmc', 'Balleny Islands region', 'earthquake\r'), +(12096, '1996-10-19 08:31:50', 31.84, 131.804, 33, 5.5, 'mwc', 'usp0007rng', 'Kyushu, Japan', 'earthquake\r'), +(12097, '1996-10-19 14:01:04', 31.959, 131.615, 33, 5.7, 'mwc', 'usp0007rnz', 'Kyushu, Japan', 'earthquake\r'), +(12098, '1996-10-19 14:44:41', 31.885, 131.468, 22, 6.7, 'mwc', 'usp0007rp0', 'Kyushu, Japan', 'earthquake\r'), +(12099, '1996-10-19 14:53:49', -20.412, -178.51, 590.8, 6.9, 'mwc', 'usp0007rp1', 'Fiji region', 'earthquake\r'), +(12100, '1996-10-19 21:17:49', 31.732, 131.593, 33, 5.6, 'mwc', 'usp0007rph', 'Kyushu, Japan', 'earthquake\r'), +(12101, '1996-10-21 19:33:01', -19.231, -177.35, 500, 5.6, 'mwc', 'usp0007rrn', 'Fiji region', 'earthquake\r'), +(12102, '1996-10-22 20:37:21', -50.256, -115.855, 10, 5.8, 'mwc', 'usp0007rsx', 'southern East Pacific Rise', 'earthquake\r'), +(12103, '1996-10-22 22:15:03', 63.347, -145.359, 3.9, 5.8, 'mwb', 'usp0007rsz', 'Central Alaska', 'earthquake\r'), +(12104, '1996-10-23 11:27:53', 9.953, 126.195, 33, 5.6, 'mwc', 'usp0007rtz', 'Mindanao, Philippines', 'earthquake\r'), +(12105, '1996-10-23 12:05:50', 44.65, 149.461, 33, 5.5, 'mb', 'usp0007ru3', 'Kuril Islands', 'earthquake\r'), +(12106, '1996-10-24 19:31:54', 66.986, -173.229, 19.9, 6.1, 'mwc', 'usp0007rwf', 'Chukotskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(12107, '1996-10-25 19:59:41', -17.378, -69.989, 116.2, 5.7, 'mwc', 'usp0007rxy', 'Peru-Bolivia border region', 'earthquake\r'), +(12108, '1996-10-30 22:57:55', -24.593, -176.165, 33, 5.7, 'mwc', 'usp0007s61', 'south of the Fiji Islands', 'earthquake\r'), +(12109, '1996-10-30 23:30:40', -24.587, -176.118, 33, 5.6, 'mwc', 'usp0007s64', 'south of the Fiji Islands', 'earthquake\r'), +(12110, '1996-10-31 18:18:43', 9.902, 126.387, 33, 5.5, 'mwb', 'usp0007s76', 'Mindanao, Philippines', 'earthquake\r'), +(12111, '1996-10-31 18:42:40', 9.848, 126.396, 33, 5.6, 'mwc', 'usp0007s7d', 'Mindanao, Philippines', 'earthquake\r'), +(12112, '1996-11-01 03:32:35', -1.296, 149.525, 33, 5.9, 'mwc', 'usp0007s8a', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(12113, '1996-11-01 07:00:17', -1.339, 149.476, 33, 5.7, 'mwc', 'usp0007s8m', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(12114, '1996-11-01 20:31:10', 9.857, 126.322, 33, 5.6, 'mwc', 'usp0007s9g', 'Mindanao, Philippines', 'earthquake\r'), +(12115, '1996-11-02 00:08:51', -7.558, 117.301, 301.8, 5.8, 'mwb', 'usp0007s9t', 'Bali Sea', 'earthquake\r'), +(12116, '1996-11-03 07:41:37', 9.825, 126.399, 33, 5.7, 'mwc', 'usp0007sbt', 'Mindanao, Philippines', 'earthquake\r'), +(12117, '1996-11-04 12:53:36', 9.732, 126.414, 33, 5.8, 'mwc', 'usp0007sdu', 'Mindanao, Philippines', 'earthquake\r'), +(12118, '1996-11-04 13:21:16', 9.718, 126.42, 33, 5.6, 'ms', 'usp0007sdx', 'Mindanao, Philippines', 'earthquake\r'), +(12119, '1996-11-04 17:01:35', 9.822, 126.248, 33, 5.9, 'mwc', 'usp0007se8', 'Mindanao, Philippines', 'earthquake\r'), +(12120, '1996-11-04 17:24:57', 7.306, -77.393, 14, 6.3, 'mwc', 'usp0007seb', 'Panama-Colombia border region', 'earthquake\r'), +(12121, '1996-11-04 22:54:16', 43.523, -127.356, 10, 5.5, 'mwc', 'usp0007sex', 'off the coast of Oregon', 'earthquake\r'), +(12122, '1996-11-05 09:41:35', -31.16, 179.998, 369.4, 6.8, 'mwb', 'usp0007sfm', 'Kermadec Islands region', 'earthquake\r'), +(12123, '1996-11-05 12:29:46', 9.756, 126.36, 33, 6, 'mwc', 'usp0007sfq', 'Mindanao, Philippines', 'earthquake\r'), +(12124, '1996-11-05 16:31:24', 9.858, 126.622, 33, 5.5, 'mwc', 'usp0007sg7', 'Mindanao, Philippines', 'earthquake\r'), +(12125, '1996-11-06 20:00:59', 27.999, 143.538, 9, 6.6, 'mwc', 'usp0007sja', 'Bonin Islands, Japan region', 'earthquake\r'), +(12126, '1996-11-07 03:10:58', -16.082, -177.724, 33, 5.5, 'mwc', 'usp0007sjx', 'Fiji region', 'earthquake\r'), +(12127, '1996-11-07 06:10:17', 9.785, 126.34, 33, 6.1, 'mwc', 'usp0007sk7', 'Mindanao, Philippines', 'earthquake\r'), +(12128, '1996-11-07 22:53:19', 9.934, 126.31, 33, 5.5, 'mwc', 'usp0007snc', 'Mindanao, Philippines', 'earthquake\r'), +(12129, '1996-11-08 14:00:51', -22.258, -179.223, 552.8, 5.5, 'mwc', 'usp0007spc', 'south of the Fiji Islands', 'earthquake\r'), +(12130, '1996-11-09 07:53:23', -34.551, 179.383, 84.2, 5.6, 'mwc', 'usp0007sr2', 'south of the Kermadec Islands', 'earthquake\r'), +(12131, '1996-11-09 12:43:34', 9.939, 126.185, 33, 5.5, 'mwc', 'usp0007srf', 'Mindanao, Philippines', 'earthquake\r'), +(12132, '1996-11-09 13:56:09', 31.612, 123.291, 33, 5.6, 'mwc', 'usp0007srq', 'off the coast of eastern China', 'earthquake\r'), +(12133, '1996-11-10 18:15:22', 9.959, 126.321, 33, 5.6, 'mwc', 'usp0007ste', 'Mindanao, Philippines', 'earthquake\r'), +(12134, '1996-11-11 00:47:21', -32.538, -179.049, 33, 6.2, 'mwb', 'usp0007stz', 'south of the Kermadec Islands', 'earthquake\r'), +(12135, '1996-11-11 09:22:28', 19.33, 95.013, 80, 6, 'mwc', 'usp0007suh', 'Myanmar', 'earthquake\r'), +(12136, '1996-11-12 16:59:44', -14.993, -75.675, 33, 7.7, 'mwc', 'usp0007swp', 'near the coast of central Peru', 'earthquake\r'), +(12137, '1996-11-12 17:10:00', -14.935, -75.609, 33, 5.6, 'mb', 'usp0007swq', 'near the coast of central Peru', 'earthquake\r'), +(12138, '1996-11-12 23:35:14', -14.929, -75.556, 33, 5.5, 'mb', 'usp0007sxg', 'near the coast of central Peru', 'earthquake\r'), +(12139, '1996-11-13 02:41:40', -14.843, -75.692, 33, 6.1, 'mwc', 'usp0007sxw', 'near the coast of central Peru', 'earthquake\r'), +(12140, '1996-11-13 12:32:10', -15.474, -75.414, 33, 6, 'mwb', 'usp0007syw', 'near the coast of central Peru', 'earthquake\r'), +(12141, '1996-11-14 02:38:57', -15.452, -75.512, 33, 5.5, 'mwc', 'usp0007szv', 'near the coast of central Peru', 'earthquake\r'), +(12142, '1996-11-14 07:58:59', -11.384, 166.461, 109.2, 6, 'mwb', 'usp0007t09', 'Santa Cruz Islands', 'earthquake\r'), +(12143, '1996-11-14 10:42:57', -25.86, -13.836, 10, 5.5, 'mwc', 'usp0007t0f', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(12144, '1996-11-14 11:44:07', -14.802, -75.746, 33, 5.7, 'mwc', 'usp0007t0h', 'near the coast of central Peru', 'earthquake\r'), +(12145, '1996-11-14 12:54:02', -15.321, -75.47, 33, 5.6, 'mwc', 'usp0007t0n', 'near the coast of central Peru', 'earthquake\r'), +(12146, '1996-11-14 13:47:38', -21.237, -176.621, 191.6, 6.2, 'mwc', 'usp0007t0s', 'Fiji region', 'earthquake\r'), +(12147, '1996-11-15 08:49:31', -14.781, -75.479, 33, 5.8, 'mwc', 'usp0007t1r', 'near the coast of central Peru', 'earthquake\r'), +(12148, '1996-11-15 10:40:15', -14.951, -176.342, 33, 5.5, 'mwc', 'usp0007t1w', 'Fiji region', 'earthquake\r'), +(12149, '1996-11-15 15:29:52', 10.338, 127.434, 33, 5.7, 'mwc', 'usp0007t29', 'Philippine Islands region', 'earthquake\r'), +(12150, '1996-11-16 09:47:51', -15.101, -176.3, 33, 6, 'mwb', 'usp0007t3h', 'Fiji region', 'earthquake\r'), +(12151, '1996-11-17 08:34:00', -15.327, -176.189, 33, 5.7, 'mwc', 'usp0007t4t', 'Fiji region', 'earthquake\r'), +(12152, '1996-11-17 11:49:28', -15.375, -176.217, 33, 5.6, 'mwc', 'usp0007t50', 'Fiji region', 'earthquake\r'), +(12153, '1996-11-17 19:17:42', 11.081, -86.052, 33, 6, 'mwb', 'usp0007t5e', 'near the coast of Nicaragua', 'earthquake\r'), +(12154, '1996-11-17 21:11:20', -22.196, -179.704, 591.6, 6.1, 'mwb', 'usp0007t5h', 'south of the Fiji Islands', 'earthquake\r'), +(12155, '1996-11-19 10:44:46', 35.345, 78.133, 33, 6.9, 'mwc', 'usp0007t7m', 'Kashmir-Xinjiang border region', 'earthquake\r'), +(12156, '1996-11-20 02:27:48', 34.35, 141.132, 33, 6.1, 'mwc', 'usp0007t8t', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(12157, '1996-11-20 17:58:05', 16.348, 120.527, 33, 5.9, 'mwc', 'usp0007t9s', 'Luzon, Philippines', 'earthquake\r'), +(12158, '1996-11-20 18:09:19', 39.604, 96.675, 33, 5.8, 'mwc', 'usp0007t9u', 'Gansu, China', 'earthquake\r'), +(12159, '1996-11-20 19:42:56', 10.297, 127.435, 33, 5.8, 'mwc', 'usp0007t9z', 'Philippine Islands region', 'earthquake\r'), +(12160, '1996-11-21 07:43:38', 6.659, 126.463, 52.7, 5.9, 'mwc', 'usp0007tb5', 'Mindanao, Philippines', 'earthquake\r'), +(12161, '1996-11-21 21:45:15', -3.297, 146.625, 38.8, 5.6, 'mwc', 'usp0007tc2', 'Bismarck Sea', 'earthquake\r'), +(12162, '1996-11-23 10:35:46', -3.236, 146.868, 10, 5.9, 'mwc', 'usp0007tef', 'Bismarck Sea', 'earthquake\r'), +(12163, '1996-11-25 11:15:58', -3.086, 139.663, 54.5, 5.5, 'mwc', 'usp0007thr', 'Papua, Indonesia', 'earthquake\r'), +(12164, '1996-11-28 07:40:43', 34.557, 140.116, 66.6, 5.6, 'mwc', 'usp0007tp1', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(12165, '2000-05-07 08:47:40', -15.227, -173.614, 33, 5.7, 'mwc', 'usp0009sj3', 'Tonga', 'earthquake\r'), +(12166, '1996-11-28 21:25:59', -1.222, -24.17, 10, 6.3, 'mwc', 'usp0007tpr', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(12167, '1996-11-30 22:14:31', -18.41, -177.774, 600, 5.5, 'mwc', 'usp0007tt6', 'Fiji region', 'earthquake\r'), +(12168, '1996-12-01 23:09:41', -30.522, -179.675, 355.8, 6.2, 'mwb', 'usp0007tur', 'Kermadec Islands region', 'earthquake\r'), +(12169, '1996-12-02 21:25:29', -13.983, 170.307, 600, 5.5, 'mwc', 'usp0007tw1', 'Vanuatu region', 'earthquake\r'), +(12170, '1996-12-02 22:17:59', 31.789, 131.314, 49.2, 6.7, 'mwc', 'usp0007tw5', 'Kyushu, Japan', 'earthquake\r'), +(12171, '1996-12-03 12:56:57', -18.351, -172.275, 32.7, 6.2, 'mwc', 'usp0007tx6', 'Tonga region', 'earthquake\r'), +(12172, '1996-12-03 15:49:13', 37.485, 139.48, 138.9, 5.7, 'mwc', 'usp0007txb', 'eastern Honshu, Japan', 'earthquake\r'), +(12173, '1996-12-05 00:02:20', -15.598, 167.34, 33, 5.5, 'mwc', 'usp0007tz3', 'Vanuatu', 'earthquake\r'), +(12174, '1996-12-05 03:51:08', 14.542, -92.202, 90.5, 5.8, 'mwc', 'usp0007tzf', 'Guatemala', 'earthquake\r'), +(12175, '1996-12-05 23:29:07', -0.274, 125.201, 33, 5.5, 'mwc', 'usp0007u0t', 'Molucca Sea', 'earthquake\r'), +(12176, '1996-12-06 23:56:43', -16.787, -177.555, 33, 5.7, 'mwc', 'usp0007u26', 'Fiji region', 'earthquake\r'), +(12177, '1996-12-08 06:05:25', 56.74, -151.777, 33, 5.5, 'mwc', 'usp0007u3v', 'Kodiak Island region, Alaska', 'earthquake\r'), +(12178, '1996-12-09 03:54:16', -7.936, 107.489, 50.9, 6.1, 'mwc', 'usp0007u5k', 'Java, Indonesia', 'earthquake\r'), +(12179, '1996-12-09 11:28:49', 29.85, -42.855, 10, 6, 'mwc', 'usp0007u68', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12180, '1996-12-10 08:36:19', 0.87, -30.039, 10, 6.7, 'mwc', 'usp0007u7a', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(12181, '1996-12-10 16:03:03', 12.511, -88.926, 33, 5.6, 'mwc', 'usp0007u7r', 'offshore El Salvador', 'earthquake\r'), +(12182, '1996-12-11 04:21:59', -0.071, 125.144, 10, 5.9, 'mwc', 'usp0007u8k', 'Molucca Sea', 'earthquake\r'), +(12183, '1996-12-11 12:18:51', -4.736, 103.195, 63.4, 5.5, 'mwc', 'usp0007u95', 'southern Sumatra, Indonesia', 'earthquake\r'), +(12184, '1996-12-13 01:00:08', -16.406, -171.609, 33, 5.6, 'mwc', 'usp0007ubs', 'Samoa Islands region', 'earthquake\r'), +(12185, '1996-12-13 09:56:02', -6.23, 104.104, 69.3, 5.5, 'mwc', 'usp0007uce', 'Sunda Strait, Indonesia', 'earthquake\r'), +(12186, '1996-12-14 16:25:54', 10.123, 126.157, 33, 5.6, 'mwc', 'usp0007uey', 'Philippine Islands region', 'earthquake\r'), +(12187, '1996-12-14 21:15:36', 12.727, -88.789, 33, 5.7, 'mwc', 'usp0007ufc', 'offshore El Salvador', 'earthquake\r'), +(12188, '1996-12-15 15:41:00', 3.781, -32.002, 10, 5.5, 'mwc', 'usp0007ugn', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(12189, '1996-12-16 01:46:38', -0.236, -80.727, 33, 5.5, 'mwc', 'usp0007uha', 'near the coast of Ecuador', 'earthquake\r'), +(12190, '1996-12-16 02:28:17', -11.085, 165.317, 33, 5.5, 'mwc', 'usp0007uhe', 'Santa Cruz Islands', 'earthquake\r'), +(12191, '1996-12-17 20:20:33', 12.473, -88.923, 33, 5.6, 'mwc', 'usp0007um7', 'offshore El Salvador', 'earthquake\r'), +(12192, '1996-12-18 10:12:27', -25.12, -70.683, 32.5, 5.5, 'mwc', 'usp0007umx', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(12193, '1996-12-19 02:50:27', 13.05, -89.955, 33, 5.5, 'mwc', 'usp0007unp', 'offshore El Salvador', 'earthquake\r'), +(12194, '1996-12-21 01:28:45', 36.025, 139.767, 44.8, 5.5, 'mwc', 'usp0007urn', 'eastern Honshu, Japan', 'earthquake\r'), +(12195, '1996-12-22 14:53:28', 43.207, 138.92, 226.5, 6.5, 'mwc', 'usp0007uuh', 'eastern Sea of Japan', 'earthquake\r'), +(12196, '1996-12-23 00:28:45', -22.682, -175.32, 10, 5.8, 'mwc', 'usp0007uuz', 'Tonga region', 'earthquake\r'), +(12197, '1996-12-24 22:16:26', 34.294, 38.712, 29.2, 5.5, 'mwc', 'usp0007uyj', 'Syria', 'earthquake\r'), +(12198, '1996-12-25 06:59:45', -60.451, -19.943, 10, 5.8, 'mwc', 'usp0007uz0', 'east of the South Sandwich Islands', 'earthquake\r'), +(12199, '1996-12-26 19:34:12', -5.36, 151.357, 107.1, 5.8, 'mwc', 'usp0007v0z', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12200, '1996-12-26 20:48:23', -2.236, 138.938, 33, 6.3, 'mwb', 'usp0007v14', 'Papua, Indonesia', 'earthquake\r'), +(12201, '1996-12-27 02:49:47', -16.071, 178.144, 33, 5.5, 'mwc', 'usp0007v1w', 'Fiji', 'earthquake\r'), +(12202, '1996-12-27 11:19:48', -2.184, 138.956, 33, 5.5, 'mwc', 'usp0007v2p', 'Papua, Indonesia', 'earthquake\r'), +(12203, '1996-12-29 03:43:28', -6.884, 131.066, 31.4, 5.8, 'mwc', 'usp0007v4x', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(12204, '1996-12-30 19:41:52', -3.993, 128.105, 33, 6, 'mwc', 'usp0007v6w', 'Seram, Indonesia', 'earthquake\r'), +(12205, '1996-12-31 08:44:05', -6.9, 155.304, 33, 5.7, 'mwc', 'usp0007v7z', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(12206, '1996-12-31 12:41:42', 15.83, -92.971, 99.5, 6.4, 'mwc', 'usp0007v87', 'Chiapas, Mexico', 'earthquake\r'), +(12207, '1997-01-01 22:32:32', -0.127, 123.823, 115.4, 5.8, 'mwc', 'usp0007vaq', 'Sulawesi, Indonesia', 'earthquake\r'), +(12208, '1997-01-03 03:58:22', -19.224, -174.838, 140.3, 6, 'mwc', 'usp0007vd2', 'Tonga', 'earthquake\r'), +(12209, '1997-01-05 08:47:25', 29.845, 80.532, 33, 5.6, 'mwc', 'usp0007vgp', 'Nepal-India border region', 'earthquake\r'), +(12210, '1997-01-09 08:50:17', 34.456, -37.284, 10, 5.5, 'mwc', 'usp0007vnk', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12211, '1997-01-09 13:43:32', 41.026, 74.284, 22.2, 5.8, 'mwc', 'usp0007vnv', 'Kyrgyzstan', 'earthquake\r'), +(12212, '1997-01-11 05:50:24', 31.631, 131.542, 52.2, 5.5, 'mwc', 'usp0007vqz', 'Kyushu, Japan', 'earthquake\r'), +(12213, '1997-01-11 20:28:26', 18.219, -102.756, 33, 7.2, 'mwb', 'usp0007vrx', 'Michoacan, Mexico', 'earthquake\r'), +(12214, '1997-01-13 10:19:26', 34.305, 32.326, 33, 5.7, 'mwc', 'usp0007vtt', 'Cyprus region', 'earthquake\r'), +(12215, '1997-01-13 13:18:49', 16.914, 147.073, 33, 5.6, 'mwc', 'usp0007vty', 'Mariana Islands region', 'earthquake\r'), +(12216, '1997-01-16 21:41:07', 18.098, -102.675, 28.3, 5.5, 'mwc', 'usp0007vyb', 'Michoacan, Mexico', 'earthquake\r'), +(12217, '1997-01-17 11:20:22', -8.899, 123.542, 110.7, 6.2, 'mwb', 'usp0007vz2', 'Flores region, Indonesia', 'earthquake\r'), +(12218, '1997-01-17 15:53:13', 28.814, 129.953, 33, 6.3, 'mwc', 'usp0007vzb', 'Ryukyu Islands, Japan', 'earthquake\r'), +(12219, '1997-01-17 23:24:10', -47.416, -13.451, 10, 5.8, 'mwc', 'usp0007vzy', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(12220, '1997-01-19 02:27:14', -5.028, 108.403, 651.2, 5.5, 'mwc', 'usp0007w1y', 'Java Sea', 'earthquake\r'), +(12221, '1997-01-19 04:33:22', 19.981, 121.419, 33, 5.9, 'mwc', 'usp0007w22', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(12222, '1997-01-19 05:32:12', 51.51, -178.224, 33, 5.7, 'mwc', 'usp0007w26', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12223, '1997-01-21 01:48:30', 39.474, 76.998, 33, 5.9, 'mwc', 'usp0007w5f', 'southern Xinjiang, China', 'earthquake\r'), +(12224, '1997-01-21 21:19:59', 16.413, -98.035, 33, 5.5, 'mwc', 'usp0007w6c', 'Oaxaca, Mexico', 'earthquake\r'), +(12225, '1997-01-22 07:17:17', 40.2736667, -124.3791667, 23.007, 5.6, 'mw', 'nc492079', 'offshore Northern California', 'earthquake\r'), +(12226, '1997-01-22 17:57:19', 36.25, 35.951, 10, 5.7, 'mwc', 'usp0007w7f', 'central Turkey', 'earthquake\r'), +(12227, '1997-01-23 02:15:23', -21.999, -65.719, 276.2, 7.1, 'mwc', 'usp0007w7v', 'Potosi, Bolivia', 'earthquake\r'), +(12228, '1997-01-24 05:17:30', -5.614, 153.836, 70.6, 5.6, 'mwc', 'usp0007w9j', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(12229, '1997-01-29 23:19:21', -12.904, 166.376, 33, 6.2, 'mwc', 'usp0007wh7', 'Santa Cruz Islands', 'earthquake\r'), +(12230, '1997-02-01 18:34:37', -19.837, -173.819, 33, 5.6, 'mwc', 'usp0007wmz', 'Tonga', 'earthquake\r'), +(12231, '1997-02-04 09:53:56', 37.564, 57.295, 10, 5.5, 'mwc', 'usp0007wrp', 'Turkmenistan-Iran border region', 'earthquake\r'), +(12232, '1997-02-04 10:37:47', 37.661, 57.291, 10, 6.5, 'mwc', 'usp0007wrr', 'Turkmenistan-Iran border region', 'earthquake\r'), +(12233, '1997-02-07 08:41:13', -19.859, -173.289, 28, 6.4, 'mwc', 'usp0007wwp', 'Tonga', 'earthquake\r'), +(12234, '1997-02-08 01:55:56', -8.473, 158.957, 101.3, 5.7, 'mwc', 'usp0007wxk', 'Solomon Islands', 'earthquake\r'), +(12235, '1997-02-09 11:28:15', 35.687, 95.819, 10, 5.5, 'mwc', 'usp0007wzk', 'southern Qinghai, China', 'earthquake\r'), +(12236, '1997-02-09 12:32:36', -14.486, -76.276, 33, 6.1, 'mwc', 'usp0007wzm', 'near the coast of central Peru', 'earthquake\r'), +(12237, '1997-04-08 15:23:45', 18.629, -106.41, 33, 5.6, 'mwc', 'usp0008066', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(12238, '1997-02-09 18:57:38', 55.235, 161.941, 33, 5.9, 'mwc', 'usp0007x07', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12239, '1997-02-10 19:25:27', -9.641, 119.51, 33, 5.9, 'mwc', 'usp0007x1q', 'Sumba region, Indonesia', 'earthquake\r'), +(12240, '1997-02-12 05:19:03', 52.063, 171.338, 33, 5.5, 'mwc', 'usp0007x44', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12241, '1997-02-15 12:11:15', -7.782, 117.413, 274.4, 5.6, 'mwc', 'usp0007xa2', 'Bali Sea', 'earthquake\r'), +(12242, '1997-02-19 18:25:13', 4.564, -76.494, 100.7, 5.8, 'mwc', 'usp0007xgf', 'Colombia', 'earthquake\r'), +(12243, '1997-02-19 20:21:48', 37.403, 141.065, 84.1, 5.5, 'mwc', 'usp0007xgq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(12244, '1997-02-20 07:54:58', 41.859, 142.742, 33, 6, 'mwc', 'usp0007xhe', 'Hokkaido, Japan region', 'earthquake\r'), +(12245, '1997-02-21 23:40:24', 43.829, 149.167, 33, 6.1, 'mwc', 'usp0007xmc', 'east of the Kuril Islands', 'earthquake\r'), +(12246, '1997-02-23 19:55:00', -21.973, -179.589, 611.9, 5.6, 'mwc', 'usp0007xq3', 'Fiji region', 'earthquake\r'), +(12247, '1997-02-24 04:17:02', 10.816, -43.612, 10, 5.6, 'mwc', 'usp0007xqv', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12248, '1997-02-24 16:58:30', -11.569, 165.753, 33, 5.5, 'mwc', 'usp0007xrq', 'Santa Cruz Islands', 'earthquake\r'), +(12249, '1997-02-25 19:45:07', -21.186, 169.615, 33, 5.7, 'mwc', 'usp0007xt8', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12250, '1997-02-26 18:27:11', -47.497, 100.282, 10, 6.1, 'mwb', 'usp0007xv4', 'southeast Indian Ridge', 'earthquake\r'), +(12251, '1997-02-27 12:51:11', -22.481, -174.872, 33, 5.5, 'mwc', 'usp0007xwf', 'Tonga region', 'earthquake\r'), +(12252, '1997-02-27 21:08:02', 29.976, 68.208, 33, 7.1, 'mwc', 'usp0007xx2', 'Pakistan', 'earthquake\r'), +(12253, '1997-02-27 21:30:37', 29.985, 67.977, 33, 6, 'mb', 'usp0007xx7', 'Pakistan', 'earthquake\r'), +(12254, '1997-02-28 11:32:19', 43.921, 147.876, 33, 5.9, 'mwc', 'usp0007y08', 'Kuril Islands', 'earthquake\r'), +(12255, '1997-02-28 12:57:19', 38.075, 48.05, 10, 6.1, 'mwc', 'usp0007y0b', 'Azerbaijan-Iran border region', 'earthquake\r'), +(12256, '1997-03-01 06:04:14', 39.422, 76.839, 22.4, 5.6, 'mwc', 'usp0007y20', 'southern Xinjiang, China', 'earthquake\r'), +(12257, '1997-03-03 22:33:44', -6.481, 156.405, 48.4, 5.6, 'mb', 'usp0007y7n', 'Solomon Islands', 'earthquake\r'), +(12258, '1997-03-04 03:51:26', 34.892, 139.038, 10, 5.6, 'mwc', 'usp0007y86', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(12259, '1997-03-04 04:40:38', -7.249, 129.143, 102.1, 5.6, 'mwc', 'usp0007y87', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(12260, '1997-03-04 13:03:48', 29.422, 68.79, 33, 5.7, 'mwc', 'usp0007y8u', 'Pakistan', 'earthquake\r'), +(12261, '1997-03-05 13:55:52', -13.377, 166.452, 33, 5.5, 'mwc', 'usp0007yax', 'Vanuatu', 'earthquake\r'), +(12262, '1997-03-07 03:04:00', -22.378, -175.895, 33, 5.9, 'mwb', 'usp0007ye4', 'Tonga region', 'earthquake\r'), +(12263, '1997-03-09 11:43:43', -29.815, -71.147, 33, 6.2, 'mwc', 'usp0007yjk', 'Coquimbo, Chile', 'earthquake\r'), +(12264, '1997-03-09 17:40:18', 11.696, 43.55, 10, 5.5, 'mwc', 'usp0007yk5', 'Djibouti region', 'earthquake\r'), +(12265, '1997-03-10 03:53:00', -29.681, -71.144, 33, 5.6, 'mwc', 'usp0007ykz', 'Coquimbo, Chile', 'earthquake\r'), +(12266, '1997-03-11 03:13:59', -21.134, -178.863, 552.6, 5.7, 'mwc', 'usp0007yn1', 'Fiji region', 'earthquake\r'), +(12267, '1997-03-11 05:25:58', -31.078, -177.732, 10, 6.1, 'mwc', 'usp0007yn5', 'Kermadec Islands region', 'earthquake\r'), +(12268, '1997-03-11 19:21:23', 8.134, 126.345, 88.4, 5.7, 'mb', 'usp0007yp5', 'Mindanao, Philippines', 'earthquake\r'), +(12269, '1997-03-11 19:22:00', 7.742, 127.647, 10, 6.9, 'mwb', 'usp0007yp6', 'Philippine Islands region', 'earthquake\r'), +(12270, '1997-03-13 06:27:58', -36.468, -97.671, 10, 5.6, 'mwc', 'usp0007yrg', 'West Chile Rise', 'earthquake\r'), +(12271, '1997-03-15 05:51:33', -59.849, 149.902, 10, 5.9, 'mwc', 'usp0007yvp', 'west of Macquarie Island', 'earthquake\r'), +(12272, '1997-03-15 11:17:35', -1.447, 145.445, 33, 5.8, 'mwc', 'usp0007yvx', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(12273, '1997-03-16 05:51:37', 34.851, 137.445, 36.2, 5.6, 'mwc', 'usp0007yx4', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(12274, '1997-03-17 05:20:37', 19.01, -62.839, 33, 5.5, 'mwc', 'usp0007yyd', 'Anguilla region, Leeward Islands', 'earthquake\r'), +(12275, '1997-03-17 08:05:48', -6.614, 105.514, 33, 6.4, 'mwc', 'usp0007yym', 'Sunda Strait, Indonesia', 'earthquake\r'), +(12276, '1997-03-19 17:50:42', -16.61, -173.898, 98.9, 5.8, 'mwb', 'usp0007z3f', 'Tonga', 'earthquake\r'), +(12277, '1997-03-20 08:50:40', 30.136, 68.022, 33, 5.9, 'mwc', 'usp0007z53', 'Pakistan', 'earthquake\r'), +(12278, '1997-03-21 12:07:18', -31.163, 179.624, 448.7, 6.3, 'mwc', 'usp0007z73', 'Kermadec Islands region', 'earthquake\r'), +(12279, '1997-03-21 22:36:13', -7.621, 157.786, 34.5, 5.8, 'mwc', 'usp0007z7s', 'Solomon Islands', 'earthquake\r'), +(12280, '1997-03-22 06:17:25', -0.972, 137.073, 10, 5.7, 'mwc', 'usp0007z8f', 'Papua region, Indonesia', 'earthquake\r'), +(12281, '1997-03-23 15:49:40', -19.169, 168.736, 33, 5.5, 'mwc', 'usp0007zan', 'Vanuatu', 'earthquake\r'), +(12282, '1997-03-23 20:48:49', 30.984, -41.542, 10, 5.9, 'mwc', 'usp0007zaz', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12283, '1997-03-24 22:21:56', 0.825, 125.884, 33, 5.7, 'mwc', 'usp0007zce', 'Molucca Sea', 'earthquake\r'), +(12284, '1997-03-25 00:14:45', -33.48, -70.548, 84, 5.5, 'mwc', 'usp0007zcm', 'Region Metropolitana, Chile', 'earthquake\r'), +(12285, '1997-03-25 08:09:19', -4.52, -105.265, 10, 5.7, 'mwc', 'usp0007zd5', 'central East Pacific Rise', 'earthquake\r'), +(12286, '1997-03-25 16:44:33', -9.063, -71.295, 602.6, 6.1, 'mwb', 'usp0007zdt', 'Peru-Brazil border region', 'earthquake\r'), +(12287, '1997-03-26 02:08:57', 51.277, 179.533, 33, 6.7, 'mwc', 'usp0007zea', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12288, '1997-03-26 08:31:47', 31.92, 130.429, 10, 6.1, 'mwc', 'usp0007zev', 'Kyushu, Japan', 'earthquake\r'), +(12289, '1997-03-26 18:18:35', 2.803, 128.237, 126.7, 5.8, 'mwc', 'usp0007zg3', 'Halmahera, Indonesia', 'earthquake\r'), +(12290, '1997-03-27 10:42:26', 51.232, 179.338, 33, 5.6, 'mwc', 'usp0007zhs', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12291, '1997-03-30 08:38:27', -16.249, -173.341, 33, 5.7, 'mwc', 'usp0007zqd', 'Tonga', 'earthquake\r'), +(12292, '1997-03-30 23:05:57', 51.369, -178.09, 33, 5.5, 'mwc', 'usp0007zr9', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12293, '1997-03-31 11:26:36', -23.307, 170.867, 33, 5.5, 'mwc', 'usp0007zrw', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12294, '1997-04-01 15:11:49', 7.774, -82.401, 33, 6.1, 'mwc', 'usp0007ztm', 'south of Panama', 'earthquake\r'), +(12295, '1997-04-01 18:33:32', -18.298, -69.526, 113.8, 6.2, 'mwb', 'usp0007zu0', 'Tarapaca, Chile', 'earthquake\r'), +(12296, '1997-04-01 18:42:14', -18.351, -69.347, 115.6, 6.2, 'mwc', 'usp0007zu2', 'Tarapaca, Chile', 'earthquake\r'), +(12297, '1997-04-02 06:14:31', 11.412, -60.942, 45, 6.1, 'mwc', 'usp0007zuq', 'Tobago region, Trinidad and Tobago', 'earthquake\r'), +(12298, '1997-04-02 18:25:50', 51.816, -173.718, 33, 5.7, 'mwc', 'usp0007zvc', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12299, '1997-04-02 19:33:22', 31.824, 130.089, 10, 5.5, 'mwc', 'usp0007zve', 'Kyushu, Japan', 'earthquake\r'), +(12300, '1997-04-05 12:23:31', -6.485, 147.408, 69.1, 6.5, 'mwc', 'usp0007zzs', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12301, '1997-04-05 20:37:43', 28.726, 128.544, 33, 5.5, 'mwc', 'usp000800k', 'Ryukyu Islands, Japan', 'earthquake\r'), +(12302, '1997-04-05 23:46:20', 39.513, 76.865, 33, 5.9, 'mwc', 'usp000800w', 'southern Xinjiang, China', 'earthquake\r'), +(12303, '1997-04-06 04:36:35', 39.537, 76.998, 33, 6, 'mwc', 'usp0008018', 'southern Xinjiang, China', 'earthquake\r'), +(12304, '1997-04-07 04:27:19', 11.425, -86.61, 33, 5.6, 'mwc', 'usp0008037', 'near the coast of Nicaragua', 'earthquake\r'), +(12305, '1997-04-07 13:14:17', 0.344, 125.299, 60.4, 5.8, 'mwc', 'usp0008041', 'Molucca Sea', 'earthquake\r'), +(12306, '1997-04-07 17:52:57', -4.693, -105.045, 10, 5.7, 'mwc', 'usp000804f', 'central East Pacific Rise', 'earthquake\r'), +(12307, '1997-04-08 15:14:23', 52.06, -171.408, 45.9, 5.5, 'mwc', 'usp0008065', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12308, '1997-05-21 16:26:25', -18.902, 175.947, 33, 6, 'mwc', 'usp00082n0', 'Fiji region', 'earthquake\r'), +(12309, '1997-04-08 17:11:54', 11.049, -60.785, 5, 5.5, 'mwc', 'usp000806d', 'Tobago region, Trinidad and Tobago', 'earthquake\r'), +(12310, '1997-04-08 18:07:10', 18.315, 120.953, 70.6, 5.8, 'mwc', 'usp000806q', 'Luzon, Philippines', 'earthquake\r'), +(12311, '1997-04-09 07:02:52', 26.093, 128.517, 33, 5.5, 'mwc', 'usp000807k', 'Ryukyu Islands, Japan', 'earthquake\r'), +(12312, '1997-04-11 05:34:43', 39.527, 76.941, 15, 6.2, 'mwc', 'usp00080b7', 'southern Xinjiang, China', 'earthquake\r'), +(12313, '1997-04-11 12:01:45', 26.124, 128.5, 33, 5.5, 'mwc', 'usp00080c2', 'Ryukyu Islands, Japan', 'earthquake\r'), +(12314, '1997-04-12 09:21:56', -28.171, -178.369, 183.6, 6, 'mwb', 'usp00080dq', 'Kermadec Islands region', 'earthquake\r'), +(12315, '1997-04-13 19:53:52', -10.671, 164.212, 33, 5.6, 'mwc', 'usp00080g1', 'Santa Cruz Islands region', 'earthquake\r'), +(12316, '1997-04-13 23:20:33', -18.371, -71.255, 33, 5.5, 'mwc', 'usp00080gh', 'off the coast of Tarapaca, Chile', 'earthquake\r'), +(12317, '1997-04-15 07:51:03', 16.453, -86.842, 33, 5.5, 'mwc', 'usp00080m5', 'offshore Honduras', 'earthquake\r'), +(12318, '1997-04-15 18:19:10', 39.634, 76.992, 23.3, 5.8, 'mwc', 'usp00080mp', 'southern Xinjiang, China', 'earthquake\r'), +(12319, '1997-04-18 12:49:24', -41.069, -91.406, 10, 5.5, 'mwc', 'usp00080sn', 'southeast of Easter Island', 'earthquake\r'), +(12320, '1997-04-19 03:25:01', -63.884, -158.801, 10, 5.6, 'mwc', 'usp00080tf', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12321, '1997-04-19 05:53:14', 28.042, 56.894, 27.2, 5.6, 'mwc', 'usp00080tj', 'southern Iran', 'earthquake\r'), +(12322, '1997-04-19 14:13:59', -58.504, -143.739, 10, 5.5, 'mwc', 'usp00080u1', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12323, '1997-04-19 15:26:33', 78.445, 125.821, 10, 5.5, 'mwb', 'usp00080u5', 'east of Severnaya Zemlya', 'earthquake\r'), +(12324, '1997-04-20 19:53:16', -34.04, -69.984, 104.6, 5.6, 'mwc', 'usp00080vf', 'Region Metropolitana, Chile', 'earthquake\r'), +(12325, '1997-04-21 02:42:45', -0.149, 124.073, 50, 5.5, 'mwc', 'usp00080w1', 'Molucca Sea', 'earthquake\r'), +(12326, '1997-04-21 12:02:26', -12.584, 166.676, 33, 7.7, 'mwc', 'usp00080wt', 'Santa Cruz Islands', 'earthquake\r'), +(12327, '1997-04-21 12:06:34', -12.881, 166.464, 33, 6.1, 'mb', 'usp00080wu', 'Santa Cruz Islands', 'earthquake\r'), +(12328, '1997-04-21 12:11:28', -13.5, 166.541, 33, 6.2, 'mb', 'usp00080wv', 'Vanuatu', 'earthquake\r'), +(12329, '1997-04-21 12:15:57', -13.406, 166.344, 33, 6, 'mb', 'usp00080wx', 'Vanuatu', 'earthquake\r'), +(12330, '1997-04-21 12:20:50', -13.602, 166.832, 33, 5.7, 'mb', 'usp00080wy', 'Vanuatu', 'earthquake\r'), +(12331, '1997-04-21 12:23:46', -13.673, 166.455, 33, 5.5, 'mb', 'usp00080wz', 'Vanuatu', 'earthquake\r'), +(12332, '1997-04-21 12:28:28', -13.541, 166.426, 33, 5.5, 'mb', 'usp00080x1', 'Vanuatu', 'earthquake\r'), +(12333, '1997-04-21 14:01:24', -7.382, 125.715, 432.3, 5.9, 'mb', 'usp00080xm', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(12334, '1997-04-21 21:23:54', -13.158, 166.522, 33, 5.5, 'ms', 'usp00080z4', 'Vanuatu', 'earthquake\r'), +(12335, '1997-04-22 05:55:59', -3.37, 102.144, 107.5, 5.9, 'mwc', 'usp00080zw', 'southern Sumatra, Indonesia', 'earthquake\r'), +(12336, '1997-04-22 09:31:23', 11.112, -60.892, 5, 6.7, 'mwb', 'usp000810j', 'Tobago region, Trinidad and Tobago', 'earthquake\r'), +(12337, '1997-04-22 10:11:45', 11.029, -60.957, 5, 5.6, 'mb', 'usp000810m', 'Tobago region, Trinidad and Tobago', 'earthquake\r'), +(12338, '1997-04-22 16:51:54', -13.221, 166.45, 33, 5.8, 'mwc', 'usp000811u', 'Vanuatu', 'earthquake\r'), +(12339, '1997-04-23 00:05:50', -14.133, 166.784, 33, 5.7, 'mwc', 'usp000812s', 'Vanuatu', 'earthquake\r'), +(12340, '1997-04-23 03:47:18', -13.599, 166.39, 33, 6, 'mwc', 'usp0008135', 'Vanuatu', 'earthquake\r'), +(12341, '1997-04-23 19:44:28', 13.986, 144.901, 100.8, 6.5, 'mwc', 'usp000814h', 'Guam region', 'earthquake\r'), +(12342, '1997-04-25 02:50:58', 46.003, 153.066, 33, 5.6, 'mwc', 'usp0008177', 'Kuril Islands', 'earthquake\r'), +(12343, '1997-04-25 05:37:40', 46.154, 153.108, 33, 5.9, 'mwc', 'usp000817j', 'Kuril Islands', 'earthquake\r'), +(12344, '1997-04-25 09:11:35', -48.342, -10.04, 10, 5.8, 'mwc', 'usp0008180', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(12345, '1997-04-26 10:11:54', -53.404, 139.709, 33, 5.6, 'mwc', 'usp00081a6', 'west of Macquarie Island', 'earthquake\r'), +(12346, '1997-04-27 00:31:33', -19.171, 168.728, 41.6, 6.1, 'mwb', 'usp00081bb', 'Vanuatu', 'earthquake\r'), +(12347, '1997-04-28 01:22:37', -13.279, 166.465, 33, 5.5, 'mwc', 'usp00081dg', 'Vanuatu', 'earthquake\r'), +(12348, '1997-04-28 12:07:38', -42.504, 42.686, 10, 6.8, 'mwc', 'usp00081ec', 'Prince Edward Islands region', 'earthquake\r'), +(12349, '1997-04-29 03:50:53', -6.991, 153.877, 33, 5.5, 'mwc', 'usp00081fb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12350, '1997-05-01 11:37:36', 18.993, -107.35, 33, 6.9, 'mwc', 'usp00081jx', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(12351, '1997-05-03 10:42:06', -27.205, -176.508, 33, 5.5, 'mwc', 'usp00081p5', 'Kermadec Islands region', 'earthquake\r'), +(12352, '1997-05-03 16:46:02', -31.791, -179.382, 108.3, 6.9, 'mwc', 'usp00081pj', 'Kermadec Islands region', 'earthquake\r'), +(12353, '1997-05-04 01:44:51', 11.027, -60.975, 5, 5.5, 'mwc', 'usp00081qd', 'Tobago region, Trinidad and Tobago', 'earthquake\r'), +(12354, '1997-05-05 05:44:17', 14.906, 119.889, 33, 5.5, 'mwc', 'usp00081st', 'Luzon, Philippines', 'earthquake\r'), +(12355, '1997-05-08 02:53:15', 24.894, 92.25, 34.9, 6, 'mwb', 'usp00081x0', 'India-Bangladesh border region', 'earthquake\r'), +(12356, '1997-05-08 05:56:10', -19.429, -175.833, 217.9, 5.6, 'mwc', 'usp00081x8', 'Tonga', 'earthquake\r'), +(12357, '1997-05-08 13:29:25', 51.717, -170.799, 33, 6, 'mwc', 'usp00081xs', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12358, '1997-05-08 14:01:10', 12.267, -87.204, 59.1, 5.6, 'mwc', 'usp00081xu', 'near the coast of Nicaragua', 'earthquake\r'), +(12359, '1997-05-09 06:31:04', -44.75, 117.769, 10, 5.5, 'mwc', 'usp00081yz', 'south of Australia', 'earthquake\r'), +(12360, '1997-05-09 09:06:37', 13.199, 144.704, 29, 6, 'mwc', 'usp00081z6', 'Guam region', 'earthquake\r'), +(12361, '1997-05-10 07:57:30', 33.825, 59.809, 10, 7.3, 'mwb', 'usp000820p', 'eastern Iran', 'earthquake\r'), +(12362, '1997-05-10 18:53:53', -3.15, 101.547, 33, 5.6, 'mwc', 'usp0008229', 'southern Sumatra, Indonesia', 'earthquake\r'), +(12363, '1997-05-11 22:16:14', -36.383, -97.703, 10, 6.5, 'mwc', 'usp000824u', 'West Chile Rise', 'earthquake\r'), +(12364, '1997-05-11 22:59:38', 37.091, 140.914, 48.8, 5.9, 'mwc', 'usp000824w', 'eastern Honshu, Japan', 'earthquake\r'), +(12365, '1997-05-12 04:41:56', 18.734, -107.129, 33, 5.6, 'mwc', 'usp000825c', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(12366, '1997-05-12 13:45:26', 10.184, 121.657, 33, 5.9, 'mwc', 'usp000825y', 'Panay, Philippines', 'earthquake\r'), +(12367, '1997-05-12 15:03:03', 18.722, -107.176, 33, 5.6, 'mwc', 'usp0008265', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(12368, '1997-05-13 05:38:30', 31.824, 130.281, 33, 6.1, 'mwb', 'usp000827p', 'Kyushu, Japan', 'earthquake\r'), +(12369, '1997-05-13 14:13:46', 36.411, 70.945, 196, 6.5, 'mwb', 'usp000828b', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(12370, '1997-05-15 04:39:22', 14.46, -89.775, 274.2, 5.5, 'mwc', 'usp00082b1', 'Guatemala', 'earthquake\r'), +(12371, '1997-05-15 15:54:50', -16.96, -173.52, 33, 5.5, 'mwc', 'usp00082bq', 'Tonga', 'earthquake\r'), +(12372, '1997-05-15 18:01:33', -21.628, 169.878, 33, 6, 'mwc', 'usp00082bu', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12373, '1997-05-16 14:16:57', -21.647, 169.89, 33, 5.7, 'mwc', 'usp00082cr', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12374, '1997-05-16 22:41:04', 55.584, 162.543, 33, 5.5, 'mwc', 'usp00082d7', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12375, '1997-05-17 02:10:19', -27.162, -69.499, 106.3, 5.5, 'mwc', 'usp00082dh', 'Atacama, Chile', 'earthquake\r'), +(12376, '1997-05-18 04:58:34', -30.427, -177.414, 33, 5.6, 'mwc', 'usp00082f8', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(12377, '1997-05-19 02:25:50', 6.498, -82.371, 10, 5.8, 'mwc', 'usp00082h0', 'south of Panama', 'earthquake\r'), +(12378, '1997-05-20 18:27:07', -59.713, 150.485, 10, 5.9, 'mwc', 'usp00082ks', 'west of Macquarie Island', 'earthquake\r'), +(12379, '1997-05-21 07:44:48', -15.292, -173.559, 33, 5.6, 'mwc', 'usp00082mf', 'Tonga', 'earthquake\r'), +(12380, '1997-05-21 14:10:26', -20.438, 169.287, 57, 6.8, 'mwc', 'usp00082mx', 'Vanuatu', 'earthquake\r'), +(12381, '1997-05-21 22:51:29', 23.083, 80.041, 36, 5.8, 'mwc', 'usp00082nd', 'Madhya Pradesh, India', 'earthquake\r'), +(12382, '1997-05-22 07:50:54', 18.684, -101.604, 70, 6.5, 'mwc', 'usp00082pq', 'Michoacan, Mexico', 'earthquake\r'), +(12383, '1997-05-22 13:21:36', 18.915, 121.336, 33.9, 6.1, 'mwc', 'usp00082q0', 'Luzon, Philippines', 'earthquake\r'), +(12384, '1997-05-23 17:50:35', 34.368, 137.484, 10.9, 5.8, 'mwc', 'usp00082rt', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(12385, '1997-05-25 18:57:30', -22.889, -70.546, 36.2, 5.5, 'mwc', 'usp00082ub', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(12386, '1997-05-25 23:22:33', -32.115, 179.791, 332.7, 7.1, 'mwc', 'usp00082uf', 'south of the Kermadec Islands', 'earthquake\r'), +(12387, '1997-05-27 06:10:32', -54.925, -136.17, 10, 6.1, 'mwc', 'usp00082vy', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12388, '1997-05-27 08:00:29', -15.212, -173.328, 14, 6.4, 'mwc', 'usp00082w3', 'Tonga', 'earthquake\r'), +(12389, '1997-05-27 09:27:13', -15.395, -173.063, 33, 5.6, 'mwc', 'usp00082w8', 'Tonga', 'earthquake\r'), +(12390, '1997-05-27 15:09:04', 16.325, 145.442, 536.3, 5.6, 'mwc', 'usp00082wf', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(12391, '1997-05-29 17:02:39', -35.964, -102.511, 10, 6.5, 'mwc', 'usp00082yt', 'southeast of Easter Island', 'earthquake\r'), +(12392, '1997-05-30 20:35:28', -54.096, 6.049, 10, 5.6, 'mwc', 'usp00082zt', 'Bouvet Island region', 'earthquake\r'), +(12393, '1997-06-01 15:02:39', 26.981, 129.536, 33, 5.6, 'mwc', 'usp000831h', 'Ryukyu Islands, Japan', 'earthquake\r'), +(12394, '1997-06-02 19:25:17', -3.387, 148.282, 33, 5.6, 'mwc', 'usp000832y', 'Bismarck Sea', 'earthquake\r'), +(12395, '1997-06-02 21:08:51', -53.547, 140.118, 10, 5.5, 'mwc', 'usp0008335', 'west of Macquarie Island', 'earthquake\r'), +(12396, '1997-06-02 21:24:38', -57.776, -25.466, 33, 6.1, 'mwc', 'usp0008336', 'South Sandwich Islands region', 'earthquake\r'), +(12397, '1997-06-05 12:44:46', -56.614, 147.834, 10, 5.7, 'mwc', 'usp000835q', 'west of Macquarie Island', 'earthquake\r'), +(12398, '1997-06-06 08:40:46', -57.584, 157.674, 10, 5.6, 'mwc', 'usp000836x', 'Macquarie Island region', 'earthquake\r'), +(12399, '1997-06-09 07:24:12', -21.331, 171.542, 33, 6, 'mwc', 'usp00083aj', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12400, '1997-06-10 21:53:55', -35.815, -108.135, 10, 6.5, 'mwc', 'usp00083cd', 'southern East Pacific Rise', 'earthquake\r'), +(12401, '1997-06-11 09:29:23', -23.97, -177.509, 164.1, 5.8, 'mwc', 'usp00083d2', 'south of the Fiji Islands', 'earthquake\r'), +(12402, '1997-06-11 11:53:33', -17.814, -178.836, 572.7, 5.5, 'mwc', 'usp00083d7', 'Fiji region', 'earthquake\r'), +(12403, '1997-06-11 19:12:29', 2.882, 97.329, 57.4, 5.6, 'mwc', 'usp00083dm', 'northern Sumatra, Indonesia', 'earthquake\r'), +(12404, '1997-06-12 12:07:34', -5.951, 147.026, 33, 6.1, 'mwc', 'usp00083ed', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12405, '1997-06-15 17:06:19', -7.146, 155.674, 33, 5.5, 'mwc', 'usp00083je', 'Solomon Islands', 'earthquake\r'), +(12406, '1997-06-17 21:03:40', 51.347, -179.332, 33, 6.4, 'mwc', 'usp00083nk', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12407, '1997-06-17 22:14:17', -27.744, -64.753, 28.2, 5.6, 'mwc', 'usp00083nn', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(12408, '1997-06-20 12:57:32', 32.334, 59.957, 10, 5.6, 'mwc', 'usp00083rt', 'eastern Iran', 'earthquake\r'), +(12409, '1997-06-24 16:17:09', -20.703, 174.178, 33, 5.9, 'mwc', 'usp00083x8', 'Vanuatu region', 'earthquake\r'), +(12410, '1997-06-24 23:04:53', -1.924, 127.899, 33, 6.4, 'mwc', 'usp00083xm', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(12411, '1997-06-25 03:54:12', -16.018, -173.047, 33, 5.8, 'mwc', 'usp00083y1', 'Tonga', 'earthquake\r'), +(12412, '1997-06-25 09:50:12', 34.395, 131.603, 10, 5.9, 'mwc', 'usp00083yd', 'western Honshu, Japan', 'earthquake\r'), +(12413, '1997-06-25 19:38:41', 33.938, 59.475, 10, 5.9, 'mwb', 'usp00083z1', 'eastern Iran', 'earthquake\r'), +(12414, '1997-06-26 06:12:10', 4.868, -82.611, 10, 5.8, 'mwc', 'usp00083zw', 'south of Panama', 'earthquake\r'), +(12415, '1997-06-26 19:21:09', -49.692, -114.57, 10, 6.3, 'mwb', 'usp000840p', 'southern East Pacific Rise', 'earthquake\r'), +(12416, '1997-06-27 04:39:53', 38.334, -26.684, 10, 5.9, 'mwc', 'usp0008416', 'Azores Islands, Portugal', 'earthquake\r'), +(12417, '1997-06-30 15:47:40', 19.358, -155.068, 7.5, 5.7, 'mwc', 'usp000845q', 'Hawaii region, Hawaii', 'earthquake\r'), +(12418, '1997-06-30 18:56:27', -4.161, -80.926, 33, 5.8, 'mwc', 'usp000845z', 'Peru-Ecuador border region', 'earthquake\r'), +(12419, '1997-07-04 09:54:03', -58.055, -11.18, 10, 5.5, 'mwc', 'usp00084b9', 'east of the South Sandwich Islands', 'earthquake\r'), +(12420, '1997-07-06 09:54:01', -30.058, -71.872, 19, 6.8, 'mwc', 'usp00084ez', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12421, '1997-07-06 20:13:37', 16.157, -87.917, 33, 6.1, 'mwb', 'usp00084fp', 'offshore Honduras', 'earthquake\r'), +(12422, '1997-07-06 23:15:20', -30.164, -71.863, 33, 5.8, 'mwc', 'usp00084fx', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12423, '1997-07-07 09:15:50', -6.057, 147.447, 64.2, 5.8, 'mwc', 'usp00084gp', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12424, '1997-07-07 11:19:05', 1.071, 97.599, 24.7, 5.5, 'mwc', 'usp00084gs', 'Nias region, Indonesia', 'earthquake\r'), +(12425, '1997-07-07 11:24:38', 1.07, 97.595, 28.5, 5.9, 'mwb', 'usp00084gt', 'Nias region, Indonesia', 'earthquake\r'), +(12426, '1997-07-08 02:24:07', 23.799, 142.696, 33, 5.8, 'mwc', 'usp00084hr', 'Volcano Islands, Japan region', 'earthquake\r'), +(12427, '1997-07-08 12:11:15', 51.372, -178.582, 33, 5.9, 'mwc', 'usp00084j6', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12428, '1997-07-09 19:24:13', 10.598, -63.486, 19.9, 7, 'mwc', 'usp00084m2', 'Sucre, Venezuela', 'earthquake\r'), +(12429, '1997-07-10 14:55:49', -22.733, -70.894, 33, 5.9, 'mwc', 'usp00084np', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(12430, '1997-07-11 09:55:13', -5.697, 110.796, 574.4, 6, 'mwc', 'usp00084q6', 'Java Sea', 'earthquake\r'), +(12431, '1997-07-14 16:09:36', 43.249, 146.381, 33, 6.1, 'mwc', 'usp00084va', 'Kuril Islands', 'earthquake\r'), +(12432, '1997-07-15 11:05:31', 24.711, 122.448, 102.5, 5.6, 'mwb', 'usp00084wh', 'Taiwan region', 'earthquake\r'), +(12433, '1997-07-19 12:22:57', -29.281, -71.684, 26.4, 5.9, 'mwc', 'usp000851m', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12434, '1997-07-19 14:22:09', 16.333, -98.216, 33, 6.9, 'mwb', 'usp000851t', 'Oaxaca, Mexico', 'earthquake\r'), +(12435, '1997-07-19 16:10:17', -22.959, 169.862, 33, 5.7, 'mb', 'usp000851v', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12436, '1997-07-20 00:30:21', 52.562, -167.484, 14.4, 6.1, 'mwc', 'usp000852j', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12437, '1997-07-20 10:14:23', -22.982, -66.301, 256.1, 6.1, 'mwc', 'usp000853a', 'Jujuy, Argentina', 'earthquake\r'), +(12438, '1997-07-21 17:54:17', -29.974, -71.781, 33, 5.5, 'mwc', 'usp0008553', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12439, '1997-07-21 23:19:39', -30.328, -71.917, 33, 6, 'mwb', 'usp000855a', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12440, '1997-07-22 10:16:54', -6.226, 154.682, 50.7, 5.5, 'mwc', 'usp0008561', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(12441, '1997-07-24 19:54:40', -30.578, -72.021, 33, 5.7, 'mwc', 'usp000859s', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12442, '1997-07-25 06:47:03', -30.462, -71.906, 33, 6.2, 'mwb', 'usp00085ak', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12443, '1997-07-25 07:33:29', -30.554, -72.016, 33, 6.1, 'mwc', 'usp00085at', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12444, '1997-07-25 07:34:31', -30.494, -71.95, 33, 5.5, 'ms', 'usp00085au', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12445, '1997-07-27 05:21:29', -30.517, -71.862, 33, 6.3, 'mwc', 'usp00085dt', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12446, '1997-07-27 10:07:53', 35.582, 21.064, 33, 5.8, 'mwb', 'usp00085e4', 'central Mediterranean Sea', 'earthquake\r'), +(12447, '1997-07-28 06:46:56', 22.357, 142.733, 33, 5.9, 'mwc', 'usp00085fb', 'Volcano Islands, Japan region', 'earthquake\r'), +(12448, '1997-07-29 17:40:06', 1.535, -90.967, 10, 5.5, 'mwc', 'usp00085hr', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(12449, '1997-07-31 21:54:22', -6.637, 130.917, 58.6, 6, 'mwc', 'usp00085n5', 'Banda Sea', 'earthquake\r'), +(12450, '1998-07-17 04:51:15', 23.407, 120.736, 12.6, 5.7, 'mwc', 'usp0008rnv', 'Taiwan', 'earthquake\r'), +(12451, '1997-08-04 09:04:59', -42.79, -16.117, 10, 5.6, 'mwc', 'usp00085se', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(12452, '1997-08-04 18:53:59', -15.16, -175.273, 33, 6.1, 'mwc', 'usp00085sy', 'Tonga', 'earthquake\r'), +(12453, '1997-08-04 19:21:32', -15.212, -175.434, 33, 6, 'mwc', 'usp00085t1', 'Tonga', 'earthquake\r'), +(12454, '1997-08-05 02:48:43', 28.397, -43.766, 10, 5.5, 'mwc', 'usp00085tq', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12455, '1997-08-06 11:08:03', -7.035, 155.314, 33, 5.5, 'mwc', 'usp00085vm', 'Solomon Islands', 'earthquake\r'), +(12456, '1997-08-06 22:50:12', -30.674, -71.89, 33, 5.6, 'mwc', 'usp00085w5', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12457, '1997-08-07 01:04:09', -23.507, 179.104, 550, 5.6, 'mwc', 'usp00085wc', 'south of the Fiji Islands', 'earthquake\r'), +(12458, '1997-08-08 22:27:20', -15.477, -179.14, 10, 6.6, 'mwc', 'usp00085yy', 'Fiji region', 'earthquake\r'), +(12459, '1997-08-10 09:20:31', -16.013, 124.329, 10, 6.3, 'mwb', 'usp0008612', 'Western Australia', 'earthquake\r'), +(12460, '1997-08-13 04:45:05', 25.03, 125.77, 55.3, 6.2, 'mwb', 'usp000865k', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(12461, '1997-08-14 14:02:03', -10.728, 164.69, 46.5, 5.5, 'mwc', 'usp000867e', 'Santa Cruz Islands region', 'earthquake\r'), +(12462, '1997-08-14 21:47:41', -0.719, 121.847, 33, 5.5, 'mwc', 'usp000867t', 'Sulawesi, Indonesia', 'earthquake\r'), +(12463, '1997-08-15 07:37:49', -4.373, -105.698, 10, 6.3, 'mwb', 'usp000868g', 'central East Pacific Rise', 'earthquake\r'), +(12464, '1997-08-15 22:53:31', -5.899, -81.03, 33, 5.7, 'mwc', 'usp000869c', 'near the coast of northern Peru', 'earthquake\r'), +(12465, '1997-08-17 20:11:11', -13.592, 167.391, 25.9, 6, 'mwc', 'usp00086cf', 'Vanuatu', 'earthquake\r'), +(12466, '1997-08-18 12:24:26', -29.931, -72.006, 33, 5.7, 'mwc', 'usp00086de', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12467, '1997-08-18 14:37:49', -16.678, -173.177, 33, 5.5, 'mwc', 'usp00086dh', 'Tonga', 'earthquake\r'), +(12468, '1997-08-20 07:15:16', 4.358, 96.494, 33, 6, 'mwc', 'usp00086g8', 'northern Sumatra, Indonesia', 'earthquake\r'), +(12469, '1997-08-20 13:51:17', -41.715, 80.134, 10, 6.5, 'mwb', 'usp00086gu', 'Mid-Indian Ridge', 'earthquake\r'), +(12470, '1997-08-24 00:59:52', 13.549, -89.589, 139.1, 5.6, 'mwc', 'usp00086n0', 'El Salvador', 'earthquake\r'), +(12471, '1997-08-24 13:15:22', 30.077, 68.004, 33, 5.6, 'mwc', 'usp00086nj', 'Pakistan', 'earthquake\r'), +(12472, '1997-08-25 11:59:01', -20.804, -177.781, 394, 5.6, 'mwc', 'usp00086pw', 'Fiji region', 'earthquake\r'), +(12473, '1997-08-25 21:24:08', -1.972, 99.909, 33, 5.5, 'mwc', 'usp00086q7', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(12474, '1997-08-26 03:27:42', -58.294, -25.332, 33, 5.6, 'mwc', 'usp00086qh', 'South Sandwich Islands region', 'earthquake\r'), +(12475, '1997-08-26 15:22:09', -25.511, 178.331, 609.6, 5.7, 'mwc', 'usp00086rb', 'south of the Fiji Islands', 'earthquake\r'), +(12476, '1997-08-27 13:42:53', -6.015, 148.568, 33, 5.9, 'mwc', 'usp00086sb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12477, '1997-08-28 21:42:08', -17.398, 167.908, 33, 5.5, 'mwc', 'usp00086tp', 'Vanuatu', 'earthquake\r'), +(12478, '1997-08-29 06:54:00', -15.235, -175.576, 33, 6.5, 'mwb', 'usp00086u2', 'Tonga', 'earthquake\r'), +(12479, '1997-08-29 08:14:10', -3.562, 144.362, 22.8, 6.6, 'mwc', 'usp00086u4', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(12480, '1997-08-29 19:21:56', 5.436, 126.431, 33, 5.5, 'mwc', 'usp00086va', 'Mindanao, Philippines', 'earthquake\r'), +(12481, '1997-08-30 03:28:35', 14.696, 144.826, 33, 5.8, 'mwc', 'usp00086vr', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(12482, '1997-09-01 12:36:30', -1.59, -15.572, 10, 5.6, 'mwc', 'usp000870d', 'north of Ascension Island', 'earthquake\r'), +(12483, '1997-09-01 22:59:29', 0.027, -16.806, 10, 5.5, 'mwc', 'usp000870z', 'north of Ascension Island', 'earthquake\r'), +(12484, '1997-09-02 12:13:23', 3.849, -75.749, 198.7, 6.8, 'mwb', 'usp000871m', 'Colombia', 'earthquake\r'), +(12485, '1997-09-03 06:22:44', -55.19, -128.989, 10, 6.1, 'mwc', 'usp000872q', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12486, '1997-09-04 04:23:37', -26.569, 178.336, 624.7, 6.8, 'mwc', 'usp0008740', 'south of the Fiji Islands', 'earthquake\r'), +(12487, '1997-09-04 20:52:58', -3.482, 151.39, 365.6, 5.7, 'mwc', 'usp000874u', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(12488, '1997-09-05 10:31:35', 44.622, 150.008, 33, 5.5, 'mwb', 'usp000875r', 'east of the Kuril Islands', 'earthquake\r'), +(12489, '1997-09-07 12:57:07', -6.017, 154.458, 421.1, 5.8, 'mwc', 'usp000878b', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(12490, '1997-09-10 12:57:07', -21.349, -174.386, 10, 6.1, 'mwb', 'usp00087cb', 'Tonga', 'earthquake\r'), +(12491, '1997-09-10 22:29:27', -52.905, 19.715, 10, 5.6, 'mwc', 'usp00087d0', 'southwest of Africa', 'earthquake\r'), +(12492, '1997-09-11 00:47:27', -59.053, -16.665, 10, 5.5, 'mwc', 'usp00087d3', 'east of the South Sandwich Islands', 'earthquake\r'), +(12493, '1997-09-11 22:20:10', -36.23, -101.031, 10, 5.6, 'mwc', 'usp00087e5', 'southeast of Easter Island', 'earthquake\r'), +(12494, '1997-09-12 14:09:03', -63.122, -164.321, 10, 5.9, 'mwb', 'usp00087ex', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12495, '1997-09-15 13:05:43', 8.098, 126.642, 50.7, 6.2, 'mwb', 'usp00087jx', 'Mindanao, Philippines', 'earthquake\r'), +(12496, '1997-09-17 14:50:35', 2.109, 126.597, 33, 6, 'mwc', 'usp00087n5', 'Molucca Sea', 'earthquake\r'), +(12497, '1997-09-17 15:26:54', 19.274, 121.225, 33, 5.6, 'mwc', 'usp00087n7', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(12498, '1997-09-18 09:18:32', 51.191, -179.499, 33, 5.6, 'mwc', 'usp00087pa', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12499, '1997-09-18 18:19:41', -60.722, -24.479, 33, 5.7, 'mwc', 'usp00087pr', 'South Sandwich Islands region', 'earthquake\r'), +(12500, '1997-09-20 16:11:32', -28.683, -177.624, 30, 7, 'mwc', 'usp00087s6', 'Kermadec Islands region', 'earthquake\r'), +(12501, '1997-09-20 18:11:01', -28.895, -177.654, 74, 5.6, 'mb', 'usp00087sc', 'Kermadec Islands region', 'earthquake\r'), +(12502, '1997-09-20 22:14:13', -16.376, -177.579, 33, 5.6, 'mwc', 'usp00087sp', 'Fiji region', 'earthquake\r'), +(12503, '1997-09-21 12:17:27', -11.152, 163.084, 33, 5.6, 'mwc', 'usp00087tt', 'Solomon Islands', 'earthquake\r'), +(12504, '1997-09-21 18:13:23', -7.36, 30.37, 10, 5.9, 'mwc', 'usp00087ua', 'Lake Tanganyika region, Dem. Republic of the Congo-Tanzania', 'earthquake\r'), +(12505, '1997-09-22 12:06:28', 14.438, -93.075, 33, 5.6, 'mwc', 'usp00087vn', 'offshore Chiapas, Mexico', 'earthquake\r'), +(12506, '1997-09-23 17:51:23', -65.526, 178.813, 10, 5.8, 'mwc', 'usp00087xa', 'Balleny Islands region', 'earthquake\r'), +(12507, '1997-09-25 14:20:49', -13.761, 66.248, 10, 6, 'mwc', 'usp0008804', 'Mid-Indian Ridge', 'earthquake\r'), +(12508, '1997-09-25 19:54:03', -12.496, 166.468, 33, 5.6, 'mwc', 'usp000880c', 'Santa Cruz Islands', 'earthquake\r'), +(12509, '1997-09-25 23:26:53', -27.092, -176.779, 41, 5.5, 'mwc', 'usp000880j', 'Kermadec Islands region', 'earthquake\r'), +(12510, '1997-09-26 00:33:12', 43.048, 12.879, 10, 5.7, 'mwc', 'usp000880n', 'central Italy', 'earthquake\r'), +(12511, '1997-09-26 09:40:26', 43.084, 12.812, 10, 6, 'mwc', 'usp000881f', 'central Italy', 'earthquake\r'), +(12512, '1997-09-26 14:00:06', 0.124, -16.923, 10, 5.5, 'mwc', 'usp0008826', 'north of Ascension Island', 'earthquake\r'), +(12513, '1997-09-26 15:48:34', -5.385, 128.994, 253.8, 6, 'mwc', 'usp000882g', 'Banda Sea', 'earthquake\r'), +(12514, '1997-09-28 01:38:29', -3.776, 119.727, 33, 5.9, 'mwb', 'usp000885v', 'Sulawesi, Indonesia', 'earthquake\r'), +(12515, '1997-09-28 23:13:14', -22.407, -68.449, 106.8, 5.6, 'mwc', 'usp000887r', 'Antofagasta, Chile', 'earthquake\r'), +(12516, '1997-09-29 17:35:51', 20.197, 145.807, 70, 5.6, 'mwc', 'usp000888x', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(12517, '1997-09-30 06:27:25', 31.959, 141.878, 10, 6.2, 'mwb', 'usp000889y', 'Izu Islands, Japan region', 'earthquake\r'), +(12518, '1997-10-01 06:05:48', 46.215, 136.09, 416, 5.5, 'mwc', 'usp00088bb', 'Primor\'\'ye, Russia', 'earthquake\r'), +(12519, '1997-10-03 00:15:37', -6.293, 148.49, 100, 5.6, 'mwc', 'usp00088e0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12520, '1997-10-04 10:57:34', 41.0528333, -125.3433333, 6.792, 5.5, 'mw', 'nc524039', 'offshore Northern California', 'earthquake\r'), +(12521, '1997-10-04 15:29:46', 15.922, -46.646, 10, 5.5, 'mwc', 'usp00088h6', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12522, '1997-10-04 15:34:30', 16.014, -46.749, 10, 5.7, 'mwc', 'usp00088h7', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12523, '1997-10-04 18:31:41', -35.286, -106.708, 10, 5.7, 'mwc', 'usp00088he', 'southern East Pacific Rise', 'earthquake\r'), +(12524, '1997-10-05 03:29:01', 45.507, 151.066, 71.3, 5.5, 'mwc', 'usp00088jc', 'Kuril Islands', 'earthquake\r'), +(12525, '1997-10-05 18:04:30', -59.739, -29.198, 273.9, 6.3, 'mwc', 'usp00088kn', 'South Sandwich Islands region', 'earthquake\r'), +(12526, '1997-10-05 19:00:02', 5.679, 125.453, 223.9, 5.8, 'mwc', 'usp00088kt', 'Mindanao, Philippines', 'earthquake\r'), +(12527, '1997-10-06 12:30:06', 9.79, 125.779, 105.6, 6.5, 'mwb', 'usp00088mv', 'Mindanao, Philippines', 'earthquake\r'), +(12528, '1997-10-06 18:35:30', -9.321, 158.819, 33, 5.6, 'mwc', 'usp00088n8', 'Solomon Islands', 'earthquake\r'), +(12529, '1997-10-06 20:52:45', -9.302, 158.691, 33, 6.1, 'mwc', 'usp00088ne', 'Solomon Islands', 'earthquake\r'), +(12530, '1997-10-06 23:24:53', 43.045, 12.835, 10, 5.5, 'mwc', 'usp00088np', 'central Italy', 'earthquake\r'), +(12531, '1997-10-07 13:15:53', -31.845, -178.318, 33, 5.9, 'mwc', 'usp00088px', 'Kermadec Islands region', 'earthquake\r'), +(12532, '1997-10-07 17:53:32', -52.117, 15.166, 10, 5.5, 'mwc', 'usp00088q5', 'southwest of Africa', 'earthquake\r'), +(12533, '1997-10-08 10:47:50', -29.25, 178.355, 617.3, 5.7, 'mwc', 'usp00088r6', 'Kermadec Islands region', 'earthquake\r'), +(12534, '1997-10-08 21:21:00', 41.911, 144.815, 33, 5.9, 'mwc', 'usp00088s2', 'Hokkaido, Japan region', 'earthquake\r'), +(12535, '1997-10-09 04:00:50', 41.917, 144.749, 33, 5.5, 'mwc', 'usp00088sa', 'Hokkaido, Japan region', 'earthquake\r'), +(12536, '1997-10-09 20:42:02', 41.98, 138.861, 33, 5.5, 'mwc', 'usp00088t9', 'eastern Sea of Japan', 'earthquake\r'), +(12537, '1997-10-10 18:45:52', -9.321, 158.732, 33, 6, 'mwc', 'usp00088um', 'Solomon Islands', 'earthquake\r'), +(12538, '1997-10-11 18:24:24', 25.028, 122.451, 143, 5.5, 'mwc', 'usp00088vv', 'Taiwan region', 'earthquake\r'), +(12539, '1997-10-13 13:39:37', 36.379, 22.071, 24, 6.4, 'mwc', 'usp00088z4', 'southern Greece', 'earthquake\r'), +(12540, '1997-10-14 09:53:18', -22.101, -176.772, 167.3, 7.8, 'mwb', 'usp000890q', 'south of the Fiji Islands', 'earthquake\r'), +(12541, '1997-10-14 15:23:10', 42.962, 12.892, 10, 5.5, 'ms', 'usp0008916', 'central Italy', 'earthquake\r'), +(12542, '1997-10-15 01:03:33', -30.933, -71.22, 58, 7.1, 'mwc', 'usp000892b', 'Coquimbo, Chile', 'earthquake\r'), +(12543, '1997-10-15 02:54:21', -16.119, -73.587, 56.2, 5.7, 'mb', 'usp000892s', 'near the coast of southern Peru', 'earthquake\r'), +(12544, '1997-10-15 03:11:09', 51.43, -177.877, 22, 6.4, 'mwc', 'usp000892w', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12545, '1997-10-15 04:28:47', -30.809, -71.251, 47.9, 5.5, 'mb', 'usp0008931', 'Coquimbo, Chile', 'earthquake\r'), +(12546, '1997-10-17 09:55:15', -57.538, 147.97, 10, 6.2, 'mwc', 'usp0008973', 'west of Macquarie Island', 'earthquake\r'), +(12547, '1997-10-17 15:02:00', -20.888, -178.839, 578.9, 6, 'mwc', 'usp000897m', 'Fiji region', 'earthquake\r'), +(12548, '1997-10-18 02:40:05', -0.895, 124.066, 35.6, 5.5, 'mwc', 'usp000898b', 'Molucca Sea', 'earthquake\r'), +(12549, '1997-10-19 15:53:39', -21.795, -175.014, 33, 5.8, 'mwc', 'usp00089b4', 'Tonga', 'earthquake\r'), +(12550, '1997-10-20 20:44:09', -17.164, -174.212, 133.6, 5.5, 'mwc', 'usp00089cx', 'Tonga', 'earthquake\r'), +(12551, '1997-10-22 09:55:48', 44.719, 146.211, 153.8, 5.6, 'mwc', 'usp00089ev', 'Kuril Islands', 'earthquake\r'), +(12552, '1997-10-23 01:16:02', -8.666, 117.017, 160, 5.7, 'mwc', 'usp00089fx', 'Sumbawa region, Indonesia', 'earthquake\r'), +(12553, '1997-10-23 14:07:29', 46.453, -27.505, 10, 5.5, 'mwc', 'usp00089gp', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12554, '1997-10-26 08:43:31', 7.145, 127.439, 33, 5.6, 'mwc', 'usp00089me', 'Philippine Islands region', 'earthquake\r'), +(12555, '1997-10-26 13:55:33', -54.121, -132.967, 10, 5.8, 'mwc', 'usp00089mu', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12556, '1997-10-26 18:14:14', -55.369, -129.475, 10, 5.7, 'mwc', 'usp00089n8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12557, '1997-10-26 19:06:44', 39.296, 140.461, 133.6, 5.6, 'mwc', 'usp00089na', 'eastern Honshu, Japan', 'earthquake\r'), +(12558, '1997-10-27 09:33:00', -30.759, -178.451, 33, 5.9, 'mwc', 'usp00089p6', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(12559, '1997-10-28 06:15:17', -4.368, -76.681, 112, 7.2, 'mwc', 'usp00089q2', 'northern Peru', 'earthquake\r'), +(12560, '1997-10-29 04:55:59', -6.38, 104.013, 45.2, 5.6, 'mwc', 'usp00089r7', 'Sunda Strait, Indonesia', 'earthquake\r'), +(12561, '1997-10-31 12:29:50', -13.115, 166.92, 182.8, 5.9, 'mwc', 'usp00089ud', 'Vanuatu', 'earthquake\r'), +(12562, '1997-11-01 00:02:51', -16.61, -172.949, 33, 5.6, 'mwc', 'usp00089ut', 'Samoa Islands region', 'earthquake\r'), +(12563, '1997-11-03 02:29:52', 29.078, 85.383, 33, 5.5, 'mwc', 'usp0008a01', 'western Xizang', 'earthquake\r'), +(12564, '1997-11-03 05:37:49', -20.397, -178.743, 600, 5.6, 'mwc', 'usp0008a0d', 'Fiji region', 'earthquake\r'), +(12565, '1997-11-03 06:29:16', -13.189, 174.885, 33, 5.5, 'mwc', 'usp0008a0j', 'Fiji region', 'earthquake\r'), +(12566, '1997-11-03 19:17:34', -30.744, -71.224, 45, 6.2, 'mwb', 'usp0008a1c', 'Coquimbo, Chile', 'earthquake\r'), +(12567, '1997-11-03 19:17:59', -6.736, 129.021, 215.6, 6.1, 'mwc', 'usp0008a1d', 'Banda Sea', 'earthquake\r'), +(12568, '1997-11-03 20:12:52', -30.772, -71.335, 44.9, 5.6, 'mb', 'usp0008a1g', 'Coquimbo, Chile', 'earthquake\r'), +(12569, '1997-11-03 21:37:15', -19.963, -175.356, 151.9, 5.9, 'mwc', 'usp0008a1k', 'Tonga', 'earthquake\r'), +(12570, '1997-11-04 10:40:43', -21.029, -179.204, 621.3, 5.6, 'mwc', 'usp0008a2j', 'Fiji region', 'earthquake\r'), +(12571, '1997-11-05 06:09:14', -43.756, -78.18, 10, 5.6, 'mwc', 'usp0008a3u', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(12572, '1997-11-05 09:59:04', -2.13, 73.837, 10, 5.6, 'mwc', 'usp0008a44', 'Maldive Islands region', 'earthquake\r'), +(12573, '1997-11-05 21:10:29', 38.438, 22.284, 23.8, 5.6, 'mwc', 'usp0008a50', 'Greece', 'earthquake\r'), +(12574, '1997-11-05 23:45:31', 27.864, 142.608, 10, 5.9, 'mwc', 'usp0008a5b', 'Bonin Islands, Japan region', 'earthquake\r'), +(12575, '1997-11-06 17:29:08', 11.693, -85.79, 116.8, 5.6, 'mwc', 'usp0008a6v', 'Nicaragua', 'earthquake\r'), +(12576, '1997-11-08 10:02:53', 35.069, 87.325, 33, 7.5, 'mwc', 'usp0008a97', 'western Xizang', 'earthquake\r'), +(12577, '1997-11-09 22:56:43', 13.849, -88.808, 176.4, 6.5, 'mwb', 'usp0008acs', 'El Salvador', 'earthquake\r'), +(12578, '1997-11-10 12:47:34', 0.05, -16.893, 10, 5.6, 'mwc', 'usp0008ady', 'north of Ascension Island', 'earthquake\r'), +(12579, '1997-11-10 19:04:25', 12.361, 145.577, 68.5, 5.5, 'mwc', 'usp0008aen', 'Guam region', 'earthquake\r'), +(12580, '1997-11-10 23:06:44', 31.187, 140.486, 86, 6.2, 'mwb', 'usp0008aez', 'Izu Islands, Japan region', 'earthquake\r'), +(12581, '1997-11-11 02:00:37', -13.192, 174.864, 33, 5.5, 'mwc', 'usp0008af6', 'Fiji region', 'earthquake\r'), +(12582, '1997-11-12 03:26:38', -35.598, -105.038, 10, 5.6, 'mwc', 'usp0008ah8', 'southern East Pacific Rise', 'earthquake\r'), +(12583, '1997-11-13 05:33:54', -6.342, 154.819, 33, 5.5, 'mwc', 'usp0008ak0', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(12584, '1997-11-14 10:18:20', 0.808, -27.026, 10, 5.6, 'mwc', 'usp0008ana', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(12585, '1997-11-14 21:38:52', 38.859, 25.795, 17.9, 6, 'mwb', 'usp0008ap8', 'Aegean Sea', 'earthquake\r'), +(12586, '1997-11-15 07:05:17', 43.813, 145.019, 161, 6.1, 'mwc', 'usp0008aq4', 'Hokkaido, Japan region', 'earthquake\r'), +(12587, '1997-11-15 10:56:43', -16.169, -176.064, 362.7, 5.6, 'mwc', 'usp0008aqe', 'Fiji region', 'earthquake\r'), +(12588, '1997-11-15 18:59:24', -15.145, 167.375, 123.1, 7, 'mwc', 'usp0008aqx', 'Vanuatu', 'earthquake\r'), +(12589, '1997-11-17 00:18:36', -20.654, -174.49, 33, 5.6, 'mwc', 'usp0008at9', 'Tonga', 'earthquake\r'), +(12590, '1997-11-17 06:25:33', -20.83, -174.32, 33, 5.5, 'mwc', 'usp0008atr', 'Tonga', 'earthquake\r'), +(12591, '1997-11-18 13:07:42', 37.57, 20.656, 33, 6.6, 'mwc', 'usp0008aw5', 'Ionian Sea', 'earthquake\r'), +(12592, '1997-11-18 15:41:30', -29.059, -177.654, 52.1, 5.8, 'mwc', 'usp0008awv', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(12593, '1997-11-19 12:09:26', -14.498, -175.881, 33, 5.7, 'mwc', 'usp0008az4', 'Samoa Islands region', 'earthquake\r'), +(12594, '1997-11-19 20:02:10', -3.57, 149.565, 33, 5.5, 'mwc', 'usp0008azu', 'Bismarck Sea', 'earthquake\r'), +(12595, '1997-11-20 06:08:10', -59.057, -25.511, 33, 5.5, 'mwc', 'usp0008b0u', 'South Sandwich Islands region', 'earthquake\r'), +(12596, '1997-11-21 11:23:06', 22.212, 92.702, 54.4, 6.1, 'mwc', 'usp0008b2r', 'India-Bangladesh border region', 'earthquake\r'), +(12597, '1997-11-22 06:25:40', 19.379, -108.452, 33, 5.5, 'mwc', 'usp0008b43', 'Revilla Gigedo Islands region', 'earthquake\r'), +(12598, '1997-11-23 00:17:46', -21.688, 170.337, 33, 5.6, 'mwc', 'usp0008b64', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12599, '1997-11-23 03:51:00', 39.959, 138.829, 23.4, 5.6, 'mwc', 'usp0008b6g', 'eastern Sea of Japan', 'earthquake\r'), +(12600, '1997-11-24 15:37:09', -13.187, 174.779, 33, 5.7, 'mwc', 'usp0008b98', 'Fiji region', 'earthquake\r'), +(12601, '1997-11-25 12:14:34', 1.241, 122.536, 24, 7, 'mwc', 'usp0008baj', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(12602, '1997-11-25 17:01:36', 46.532, 153.382, 33, 5.5, 'mb', 'usp0008bb1', 'Kuril Islands', 'earthquake\r'), +(12603, '1997-11-28 06:10:48', 47.143, 145.602, 393.5, 5.5, 'mwc', 'usp0008bf7', 'Sea of Okhotsk', 'earthquake\r'), +(12604, '1997-11-28 22:53:42', -13.74, -68.788, 586, 6.7, 'mwc', 'usp0008bg2', 'La Paz, Bolivia', 'earthquake\r'), +(12605, '1997-11-29 02:42:27', -21.03, -178.758, 581.2, 5.7, 'mwc', 'usp0008bg9', 'Fiji region', 'earthquake\r'), +(12606, '1997-11-29 03:42:02', 2.207, 126.646, 42.6, 5.8, 'mwc', 'usp0008bgc', 'Molucca Sea', 'earthquake\r'), +(12607, '1997-11-29 14:18:56', 11.224, -86.369, 33, 5.7, 'mwc', 'usp0008bh3', 'near the coast of Nicaragua', 'earthquake\r'), +(12608, '1997-12-02 11:47:47', 6.756, 123.561, 595.7, 5.5, 'mwc', 'usp0008bn1', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(12609, '1997-12-04 05:33:02', -22.172, -175.13, 33, 5.5, 'mwc', 'usp0008bqs', 'Tonga region', 'earthquake\r'), +(12610, '1997-12-04 14:56:42', 13.639, -90.658, 80.5, 6, 'mwc', 'usp0008brc', 'offshore Guatemala', 'earthquake\r'), +(12611, '1997-12-04 22:14:26', 13.638, -90.618, 86.5, 5.5, 'mwc', 'usp0008bs1', 'offshore Guatemala', 'earthquake\r'), +(12612, '1997-12-04 22:41:50', 55.221, 162.619, 33, 5.5, 'mwc', 'usp0008bs4', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12613, '1997-12-05 08:08:50', 55.281, 162.444, 33, 5.5, 'mwc', 'usp0008btc', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12614, '1997-12-05 11:26:55', 54.841, 162.035, 33, 7.8, 'mwc', 'usp0008btk', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12615, '1997-12-05 11:35:20', 53.909, 161.55, 33, 5.7, 'mb', 'usp0008btm', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12616, '1997-12-05 11:37:09', 54.512, 162.318, 33, 5.6, 'mb', 'usp0008btn', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12617, '1997-12-05 13:56:12', 0.656, 125.114, 89.4, 5.5, 'mb', 'usp0008but', 'Molucca Sea', 'earthquake\r'), +(12618, '1997-12-05 18:48:23', 53.752, 161.746, 33, 6.4, 'mwc', 'usp0008bx5', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12619, '1997-12-05 19:04:07', 53.792, 161.596, 33, 5.5, 'mb', 'usp0008bxb', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12620, '1997-12-06 00:25:07', 53.734, 161.57, 33, 5.8, 'mwc', 'usp0008bzf', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12621, '1997-12-06 06:37:06', 54.829, 162.772, 33, 5.5, 'mwc', 'usp0008c12', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12622, '1997-12-06 06:38:01', 54.689, 161.46, 33, 5.6, 'mwc', 'usp0008c13', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12623, '1997-12-06 10:05:05', 53.963, 161.931, 33, 5.7, 'mwc', 'usp0008c22', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12624, '1997-12-06 10:59:10', 53.972, 161.909, 33, 6.1, 'mwc', 'usp0008c2b', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12625, '1997-12-06 12:37:22', 54.924, 162.104, 33, 5.9, 'mwc', 'usp0008c2p', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12626, '1997-12-07 17:56:19', 54.658, 162.882, 33, 6.2, 'mwb', 'usp0008c76', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12627, '1997-12-07 23:05:51', 53.693, 161.909, 33, 5.6, 'mwc', 'usp0008c7n', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12628, '1997-12-08 01:47:40', -14.4, 167.293, 33, 5.7, 'mwc', 'usp0008c7z', 'Vanuatu', 'earthquake\r'), +(12629, '1997-12-08 21:06:14', 53.853, 161.778, 33, 5.6, 'mwc', 'usp0008c9v', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12630, '1997-12-09 14:23:45', -20.236, -68.365, 132.5, 5.7, 'mwc', 'usp0008cbb', 'Potosi, Bolivia', 'earthquake\r'), +(12631, '1997-12-11 07:56:29', 3.929, -75.787, 177.5, 6.4, 'mwb', 'usp0008cf7', 'Colombia', 'earthquake\r'), +(12632, '1997-12-11 09:50:36', 2.294, 127.061, 69.3, 5.6, 'mwc', 'usp0008cfc', 'Molucca Sea', 'earthquake\r'), +(12633, '1997-12-13 07:02:04', 71.254, -8.329, 10, 5.6, 'mwc', 'usp0008cjs', 'Jan Mayen Island region', 'earthquake\r'), +(12634, '1997-12-13 19:22:59', -41.397, -87.444, 10, 5.7, 'mwc', 'usp0008ckj', 'West Chile Rise', 'earthquake\r'), +(12635, '1997-12-14 02:39:17', -59.574, -26.186, 33, 5.7, 'mwc', 'usp0008cm5', 'South Sandwich Islands region', 'earthquake\r'), +(12636, '1997-12-14 08:48:36', -3.081, 136.106, 33, 5.6, 'mwc', 'usp0008cms', 'Papua, Indonesia', 'earthquake\r'), +(12637, '1997-12-14 23:10:04', -15.571, -173.173, 33, 5.6, 'mwc', 'usp0008cnn', 'Tonga', 'earthquake\r'), +(12638, '1997-12-15 10:28:06', -6.042, 149.867, 33, 5.9, 'mwc', 'usp0008cpc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12639, '1997-12-16 07:06:57', -62.88, 163.188, 10, 5.9, 'mwc', 'usp0008cqu', 'Balleny Islands region', 'earthquake\r'), +(12640, '1997-12-16 11:17:22', 29.985, -42.628, 10, 5.5, 'mwc', 'usp0008cr9', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12641, '1997-12-16 11:48:30', 16.107, -98.852, 10, 6, 'mwc', 'usp0008crc', 'offshore Guerrero, Mexico', 'earthquake\r'), +(12642, '1997-12-16 20:40:09', -35.5, -105.92, 10, 5.7, 'mwc', 'usp0008crv', 'southern East Pacific Rise', 'earthquake\r'), +(12643, '1997-12-16 23:50:45', -5.873, 147.167, 103.2, 5.8, 'mwc', 'usp0008cs2', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12644, '1997-12-17 04:38:51', 51.187, 178.871, 20, 6.6, 'mwc', 'usp0008cs8', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12645, '1997-12-17 05:51:29', 36.387, 70.773, 207, 6.3, 'mwc', 'usp0008csd', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(12646, '1997-12-17 11:45:09', 51.212, 178.99, 33, 5.5, 'mwc', 'usp0008csw', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12647, '1997-12-18 05:46:57', -1.954, 99.618, 33, 5.7, 'mwc', 'usp0008cu8', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(12648, '1997-12-18 15:02:00', 13.84, -88.739, 182.1, 6.1, 'mwb', 'usp0008cv7', 'El Salvador', 'earthquake\r'), +(12649, '1997-12-18 20:23:03', 14.707, 144.654, 33, 5.8, 'mwc', 'usp0008cvs', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(12650, '1997-12-19 01:07:21', -5.996, 147.167, 45.1, 5.5, 'mwc', 'usp0008cwc', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12651, '1997-12-20 13:26:32', 53.424, 152.762, 613.8, 5.9, 'mwc', 'usp0008cyz', 'Sea of Okhotsk', 'earthquake\r'), +(12652, '1997-12-22 02:05:50', -5.495, 147.867, 179.3, 7.2, 'mwc', 'usp0008d0r', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12653, '1997-12-22 10:03:45', 13.742, -90.316, 59.3, 6.1, 'mwc', 'usp0008d16', 'offshore Guatemala', 'earthquake\r'), +(12654, '1997-12-22 16:49:53', 14.901, 119.921, 33, 5.6, 'mwc', 'usp0008d1n', 'Luzon, Philippines', 'earthquake\r'), +(12655, '1997-12-22 19:05:04', 54.789, -160.83, 33, 5.5, 'mwc', 'usp0008d1s', 'Alaska Peninsula', 'earthquake\r'), +(12656, '1997-12-24 05:16:14', -20.342, -113.382, 10, 5.5, 'mwc', 'usp0008d40', 'southern East Pacific Rise', 'earthquake\r'), +(12657, '1997-12-25 22:16:19', 14.149, -92.28, 10, 5.8, 'mwc', 'usp0008d6u', 'offshore Guatemala', 'earthquake\r'), +(12658, '1997-12-26 05:34:25', -22.338, -179.69, 588.4, 5.9, 'mwc', 'usp0008d7m', 'south of the Fiji Islands', 'earthquake\r'), +(12659, '1997-12-26 21:18:18', 51.31, 178.802, 33, 5.6, 'mwc', 'usp0008d8u', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12660, '1999-11-29 11:07:03', 0.565, 126.11, 33, 5.7, 'mwc', 'usp0009ja1', 'Molucca Sea', 'earthquake\r'), +(12661, '1997-12-27 20:11:01', -55.783, -4.218, 10, 6.2, 'mwc', 'usp0008daa', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(12662, '1997-12-29 05:12:22', -52.145, 28.096, 10, 5.7, 'mwc', 'usp0008dc4', 'south of Africa', 'earthquake\r'), +(12663, '1997-12-30 13:43:19', 25.384, 96.609, 33, 5.8, 'mwc', 'usp0008de0', 'Myanmar', 'earthquake\r'), +(12664, '1998-01-01 06:11:23', 23.913, 141.907, 95.6, 6.3, 'mwc', 'usp0008dj4', 'Volcano Islands, Japan region', 'earthquake\r'), +(12665, '1998-01-01 23:42:16', -6.338, 154.87, 46.2, 5.9, 'mwb', 'usp0008dkp', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(12666, '1998-01-03 06:10:08', -35.474, -16.191, 10, 6.3, 'mwc', 'usp0008dp6', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(12667, '1998-01-03 23:02:11', 54.224, -164.177, 10, 5.8, 'mwc', 'usp0008dq4', 'Unimak Island region, Alaska', 'earthquake\r'), +(12668, '1998-01-04 06:11:59', -22.301, 170.911, 100.6, 7.5, 'mwc', 'usp0008dqq', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12669, '1998-01-09 02:43:57', -14.525, 166.771, 33, 5.6, 'mwc', 'usp0008dz0', 'Vanuatu', 'earthquake\r'), +(12670, '1998-01-10 03:50:42', 41.083, 114.5, 30.3, 5.7, 'mwc', 'usp0008e10', 'Nei Mongol-Hebei border region, China', 'earthquake\r'), +(12671, '1998-01-10 04:54:25', -12.029, -72.074, 33, 6.4, 'mwb', 'usp0008e15', 'central Peru', 'earthquake\r'), +(12672, '1998-01-10 08:20:06', 14.374, -91.473, 33, 6.6, 'mwc', 'usp0008e1g', 'Guatemala', 'earthquake\r'), +(12673, '1998-01-10 19:21:57', 37.264, 20.793, 33, 5.5, 'mwc', 'usp0008e2d', 'Ionian Sea', 'earthquake\r'), +(12674, '1998-01-12 00:04:33', -34.528, -112.045, 10, 5.7, 'mwc', 'usp0008e4j', 'southern East Pacific Rise', 'earthquake\r'), +(12675, '1998-01-12 04:12:06', -24.954, -70.008, 53.2, 5.6, 'mwc', 'usp0008e4y', 'Antofagasta, Chile', 'earthquake\r'), +(12676, '1998-01-12 10:14:08', -30.985, -71.41, 34.8, 6.6, 'mwc', 'usp0008e5f', 'Coquimbo, Chile', 'earthquake\r'), +(12677, '1998-01-12 16:36:20', -15.848, -179.376, 23.4, 6.7, 'mwc', 'usp0008e6m', 'Fiji region', 'earthquake\r'), +(12678, '1998-01-13 08:49:13', -55.517, -28.199, 33, 5.5, 'mwc', 'usp0008e86', 'South Sandwich Islands region', 'earthquake\r'), +(12679, '1998-01-13 09:50:11', -4.099, 129.115, 44.4, 5.9, 'mwb', 'usp0008e89', 'Banda Sea', 'earthquake\r'), +(12680, '1998-01-13 13:25:04', -16.03, -179.327, 33, 5.5, 'mwc', 'usp0008e8u', 'Fiji region', 'earthquake\r'), +(12681, '1998-01-14 02:37:04', -39.612, 46.364, 10, 5.8, 'mwc', 'usp0008e9v', 'Southwest Indian Ridge', 'earthquake\r'), +(12682, '1998-01-14 17:24:10', -15.731, -179.329, 33, 6.6, 'mwb', 'usp0008eb7', 'Fiji region', 'earthquake\r'), +(12683, '1998-01-14 18:53:15', -2.11, 68.094, 10, 6, 'mwc', 'usp0008ebf', 'Carlsberg Ridge', 'earthquake\r'), +(12684, '1998-01-14 19:56:13', -15.764, -179.303, 33, 5.9, 'mwc', 'usp0008ebk', 'Fiji region', 'earthquake\r'), +(12685, '1998-01-16 10:23:36', -5.87, 146.392, 33, 5.9, 'mwc', 'usp0008eev', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12686, '1998-01-17 10:39:07', 45.855, 152.326, 72.4, 5.7, 'mwc', 'usp0008egv', 'east of the Kuril Islands', 'earthquake\r'), +(12687, '1998-01-19 07:08:31', -39.836, 45.884, 10, 5.7, 'mwc', 'usp0008emj', 'Southwest Indian Ridge', 'earthquake\r'), +(12688, '1998-01-19 12:30:06', -0.653, -20.109, 10, 5.7, 'mwc', 'usp0008emz', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(12689, '1998-01-19 13:48:08', -5.231, 146.308, 159.3, 5.5, 'mwc', 'usp0008en3', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12690, '1998-01-19 18:24:00', -44.971, -79.488, 10, 6.2, 'mwc', 'usp0008enm', 'off the coast of Aisen, Chile', 'earthquake\r'), +(12691, '1998-01-20 04:09:41', -35.132, -110.862, 10, 5.8, 'mwc', 'usp0008epe', 'southern East Pacific Rise', 'earthquake\r'), +(12692, '1998-01-20 15:21:15', 43.768, 146.94, 54.8, 5.7, 'mwb', 'usp0008eqf', 'Kuril Islands', 'earthquake\r'), +(12693, '1998-01-21 23:45:37', -58.876, 149.137, 10, 5.7, 'mwc', 'usp0008esc', 'west of Macquarie Island', 'earthquake\r'), +(12694, '1998-01-22 15:12:39', -27.602, -178.095, 33, 5.6, 'mwc', 'usp0008eth', 'Kermadec Islands region', 'earthquake\r'), +(12695, '1998-01-23 09:20:08', 52.379, -168.643, 33, 5.9, 'mwc', 'usp0008euq', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12696, '1998-01-25 08:12:13', -15.323, -176.302, 33, 5.6, 'mwc', 'usp0008exz', 'Fiji region', 'earthquake\r'), +(12697, '1998-01-25 08:56:35', -54.778, -119.306, 10, 5.5, 'mwc', 'usp0008ey3', 'southern East Pacific Rise', 'earthquake\r'), +(12698, '1998-01-26 13:02:38', -36.068, -100.968, 10, 5.5, 'mwc', 'usp0008f03', 'southeast of Easter Island', 'earthquake\r'), +(12699, '1998-01-26 18:30:31', -22.039, -176.838, 159.9, 5.7, 'mwc', 'usp0008f0e', 'south of the Fiji Islands', 'earthquake\r'), +(12700, '1998-01-26 23:06:02', -47.514, 165.185, 33, 5.9, 'mwc', 'usp0008f0s', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(12701, '1998-01-27 02:14:13', -20.768, -179.178, 642.8, 6, 'mwc', 'usp0008f15', 'Fiji region', 'earthquake\r'), +(12702, '1998-01-27 19:07:59', 55.075, 164.681, 49, 5.5, 'mwc', 'usp0008f29', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(12703, '1998-01-27 19:55:01', -22.542, 179.048, 611, 6.3, 'mwc', 'usp0008f2b', 'south of the Fiji Islands', 'earthquake\r'), +(12704, '1998-01-27 21:05:44', -22.411, 179.035, 610.1, 6.5, 'mwb', 'usp0008f2f', 'south of the Fiji Islands', 'earthquake\r'), +(12705, '1998-01-30 08:49:54', 21.687, 145.471, 37.3, 5.5, 'mwc', 'usp0008f6x', 'Mariana Islands region', 'earthquake\r'), +(12706, '1998-01-30 12:16:09', -23.913, -70.207, 42, 7.1, 'mwc', 'usp0008f7c', 'Antofagasta, Chile', 'earthquake\r'), +(12707, '1998-01-30 15:50:14', 41.464, 142.022, 33, 5.8, 'mwc', 'usp0008f7g', 'Hokkaido, Japan region', 'earthquake\r'), +(12708, '1998-01-31 23:30:42', -35.763, -97.058, 10, 6, 'mwc', 'usp0008f91', 'West Chile Rise', 'earthquake\r'), +(12709, '1998-02-03 03:02:00', 15.883, -96.298, 33, 6.4, 'mwb', 'usp0008fbv', 'Oaxaca, Mexico', 'earthquake\r'), +(12710, '1998-02-04 14:33:21', 37.075, 70.089, 33, 5.9, 'mwc', 'usp0008feg', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(12711, '1998-02-06 06:37:14', -22.668, -70.132, 57.6, 5.5, 'mwc', 'usp0008fhu', 'Antofagasta, Chile', 'earthquake\r'), +(12712, '1998-02-06 12:32:49', -0.502, 132.962, 26.7, 5.5, 'mwc', 'usp0008fjb', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(12713, '1998-02-07 01:13:37', 24.787, 141.752, 525.9, 5.9, 'mwc', 'usp0008fkd', 'Volcano Islands, Japan region', 'earthquake\r'), +(12714, '1998-02-07 01:19:00', 24.821, 141.746, 525.3, 6.4, 'mwc', 'usp0008fke', 'Volcano Islands, Japan region', 'earthquake\r'), +(12715, '1998-02-07 03:20:19', -14.796, 167.323, 129.1, 5.9, 'mwc', 'usp0008fkr', 'Vanuatu', 'earthquake\r'), +(12716, '1998-02-07 23:16:22', -55.158, -126.856, 10, 5.5, 'mwc', 'usp0008fn8', 'southern East Pacific Rise', 'earthquake\r'), +(12717, '1998-02-09 03:02:14', 51.55, 149.639, 678.9, 5.5, 'mwc', 'usp0008fqg', 'Sea of Okhotsk', 'earthquake\r'), +(12718, '1998-02-11 13:14:46', 10.331, 124.99, 56.8, 5.5, 'mwc', 'usp0008fu2', 'Leyte, Philippines', 'earthquake\r'), +(12719, '1998-02-12 17:31:07', -17.126, -178.699, 33, 5.6, 'mwc', 'usp0008fw4', 'Fiji region', 'earthquake\r'), +(12720, '1998-02-12 18:51:17', -16.893, -178.973, 33, 5.5, 'mwc', 'usp0008fw7', 'Fiji region', 'earthquake\r'), +(12721, '1998-02-14 00:08:08', 36.358, 71.105, 218.9, 5.5, 'mwc', 'usp0008fym', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(12722, '1998-02-16 13:36:15', 52.693, -33.747, 10, 5.5, 'mwc', 'usp0008g2q', 'Reykjanes Ridge', 'earthquake\r'), +(12723, '1998-02-16 23:53:20', 52.718, -33.677, 10, 6.8, 'mwc', 'usp0008g3e', 'Reykjanes Ridge', 'earthquake\r'), +(12724, '1998-02-18 09:13:46', 49.304, 155.57, 48.6, 5.5, 'mwc', 'usp0008g64', 'Kuril Islands', 'earthquake\r'), +(12725, '1998-02-19 04:21:31', -10.973, -74.439, 33, 5.9, 'mwc', 'usp0008g7r', 'central Peru', 'earthquake\r'), +(12726, '1998-02-19 14:14:51', -4.476, 129.082, 33, 6.5, 'mwc', 'usp0008g8h', 'Banda Sea', 'earthquake\r'), +(12727, '1998-02-19 17:14:42', -4.514, 129.248, 33, 5.6, 'mwc', 'usp0008g8q', 'Banda Sea', 'earthquake\r'), +(12728, '1998-02-20 12:18:06', 36.479, 71.086, 235.6, 6.4, 'mwb', 'usp0008gan', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(12729, '1998-02-20 18:19:20', -11.55, 166.214, 66.2, 5.6, 'mwc', 'usp0008gb3', 'Santa Cruz Islands', 'earthquake\r'), +(12730, '1998-02-23 00:27:21', -56.901, 147.497, 10, 5.6, 'mwc', 'usp0008gev', 'west of Macquarie Island', 'earthquake\r'), +(12731, '1998-02-24 21:08:41', 51.715, 176.83, 33, 5.5, 'mwc', 'usp0008ghs', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12732, '1998-02-25 19:05:52', 53.936, -35.223, 10, 5.6, 'mwc', 'usp0008gkd', 'Reykjanes Ridge', 'earthquake\r'), +(12733, '1998-02-28 10:46:52', -14.424, 167.355, 184.9, 5.8, 'mwc', 'usp0008gqr', 'Vanuatu', 'earthquake\r'), +(12734, '1998-02-28 17:38:49', 33.458, 138.124, 291.4, 5.7, 'mwc', 'usp0008gr1', 'Izu Islands, Japan region', 'earthquake\r'), +(12735, '1998-02-28 22:15:12', -7.845, 158.44, 44.7, 5.6, 'mwc', 'usp0008gr7', 'Solomon Islands', 'earthquake\r'), +(12736, '1998-03-01 06:15:51', -7.62, 158.16, 33, 5.5, 'mwc', 'usp0008grr', 'Solomon Islands', 'earthquake\r'), +(12737, '1998-03-03 02:24:44', 14.38, -91.466, 62.8, 6.1, 'mwc', 'usp0008gv3', 'Guatemala', 'earthquake\r'), +(12738, '1998-03-04 13:33:55', -11.295, 165.86, 33, 5.5, 'mwc', 'usp0008gxu', 'Santa Cruz Islands', 'earthquake\r'), +(12739, '1998-03-06 00:08:20', 1.637, 93.126, 32, 5.5, 'mwc', 'usp0008h06', 'off the west coast of northern Sumatra', 'earthquake\r'), +(12740, '1998-03-08 00:35:42', 20.585, 122.142, 157.5, 5.8, 'mwb', 'usp0008h4x', 'Batan Islands region, Philippines', 'earthquake\r'), +(12741, '1998-03-11 00:37:38', 6.293, 126.335, 33, 5.7, 'mwc', 'usp0008ha2', 'Mindanao, Philippines', 'earthquake\r'), +(12742, '1998-03-11 19:40:25', -17.272, -177.033, 33, 5.7, 'mwc', 'usp0008hbg', 'Fiji region', 'earthquake\r'), +(12743, '1998-03-13 05:24:38', 14.368, -92.901, 33, 5.5, 'mwc', 'usp0008hdh', 'offshore Chiapas, Mexico', 'earthquake\r'), +(12744, '1998-03-14 11:29:35', -42.005, 88.345, 10, 5.5, 'mwc', 'usp0008hfn', 'southeast Indian Ridge', 'earthquake\r'), +(12745, '1998-03-14 19:40:27', 30.154, 57.605, 9, 6.6, 'mwc', 'usp0008hg7', 'eastern Iran', 'earthquake\r'), +(12746, '1998-03-19 04:52:41', -19.333, -176.317, 33, 5.8, 'mwc', 'usp0008hp6', 'Fiji region', 'earthquake\r'), +(12747, '1998-03-19 08:35:56', 11.564, 141.832, 44.8, 5.5, 'mwc', 'usp0008hpe', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(12748, '1998-03-19 13:51:34', 39.977, 76.731, 33, 5.6, 'mwc', 'usp0008hpr', 'southern Xinjiang, China', 'earthquake\r'), +(12749, '1998-03-20 21:08:09', -50.008, 163.107, 10, 6.7, 'mwc', 'usp0008hs8', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(12750, '1998-03-21 01:29:09', -54.639, -135.362, 10, 5.5, 'mwc', 'usp0008hsg', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12751, '1998-03-21 16:33:11', 79.888, 1.856, 10, 6.2, 'mwc', 'usp0008htd', 'Greenland Sea', 'earthquake\r'), +(12752, '1998-03-21 18:22:28', 36.433, 70.133, 227.8, 5.9, 'mwc', 'usp0008htk', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(12753, '1998-03-22 01:08:57', -11.43, 66.245, 10, 6.1, 'mwc', 'usp0008hu8', 'Mid-Indian Ridge', 'earthquake\r'), +(12754, '1998-03-23 09:37:09', 36.317, 141.075, 41.8, 5.5, 'mwc', 'usp0008hwc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(12755, '1998-03-25 03:12:25', -62.877, 149.527, 10, 8.1, 'mwc', 'usp0008hzd', 'Balleny Islands region', 'earthquake\r'), +(12756, '1998-03-25 12:17:23', -63.612, 147.937, 10, 6.4, 'mwc', 'usp0008j0d', 'south of Australia', 'earthquake\r'), +(12757, '1998-03-25 13:14:59', -63.561, 147.862, 10, 5.8, 'ms', 'usp0008j0k', 'south of Australia', 'earthquake\r'), +(12758, '1998-03-25 21:02:56', -24.336, -66.99, 197, 5.6, 'mwc', 'usp0008j1a', 'Salta, Argentina', 'earthquake\r'), +(12759, '1998-03-26 23:36:11', -3.242, 140.606, 10, 5.8, 'mwc', 'usp0008j36', 'Papua, Indonesia', 'earthquake\r'), +(12760, '1998-03-27 00:30:51', -58.733, -25.38, 33, 5.7, 'mwc', 'usp0008j3a', 'South Sandwich Islands region', 'earthquake\r'), +(12761, '1998-03-28 13:27:07', -22.923, 172.303, 33, 5.6, 'mwc', 'usp0008j5n', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12762, '1998-03-29 07:14:59', -0.239, -17.932, 10, 6.1, 'mwc', 'usp0008j6u', 'north of Ascension Island', 'earthquake\r'), +(12763, '1998-03-29 19:48:16', -17.552, -179.092, 537.2, 7.2, 'mwc', 'usp0008j7s', 'Fiji region', 'earthquake\r'), +(12764, '1998-03-29 20:38:41', -17.655, -179.029, 530.1, 5.6, 'mb', 'usp0008j7w', 'Fiji region', 'earthquake\r'), +(12765, '1998-03-30 04:06:02', -15.964, 167.94, 178.8, 5.6, 'mwc', 'usp0008j8s', 'Vanuatu', 'earthquake\r'), +(12766, '1998-03-31 01:24:08', -62.631, 147.086, 10, 5.7, 'mwc', 'usp0008ja3', 'south of Australia', 'earthquake\r'), +(12767, '1998-04-01 17:56:23', -0.544, 99.261, 55.7, 7, 'mwc', 'usp0008jd7', 'southern Sumatra, Indonesia', 'earthquake\r'), +(12768, '1998-04-01 21:37:50', 35.377, -35.787, 10, 5.8, 'mwc', 'usp0008jdk', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12769, '1998-04-01 22:42:57', -40.316, -74.874, 9, 6.7, 'mwc', 'usp0008jdq', 'offshore Los Lagos, Chile', 'earthquake\r'), +(12770, '1998-04-02 01:09:11', -33.297, -178.441, 33, 5.8, 'mwc', 'usp0008jdv', 'south of the Kermadec Islands', 'earthquake\r'), +(12771, '1998-04-03 15:22:49', -25.627, 69.689, 10, 5.6, 'mwc', 'usp0008jgz', 'Indian Ocean Triple Junction', 'earthquake\r'), +(12772, '1998-04-03 22:01:48', -8.148, -74.238, 164.6, 6.6, 'mwc', 'usp0008jhh', 'central Peru', 'earthquake\r'), +(12773, '1998-04-07 13:12:43', 14.277, -91.62, 67.7, 5.6, 'mwc', 'usp0008jpt', 'Guatemala', 'earthquake\r'), +(12774, '1998-04-09 08:45:41', 36.92, 140.824, 110.6, 5.5, 'mwc', 'usp0008jsu', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(12775, '1998-04-09 23:26:53', -12.245, 67.846, 10, 5.8, 'mwc', 'usp0008jta', 'Mid-Indian Ridge', 'earthquake\r'), +(12776, '1998-04-10 10:03:20', -21.209, -69.637, 62.9, 5.5, 'mwc', 'usp0008jtx', 'Tarapaca, Chile', 'earthquake\r'), +(12777, '1998-04-10 15:00:53', 32.457, 59.976, 33, 5.8, 'mwc', 'usp0008ju7', 'eastern Iran', 'earthquake\r'), +(12778, '1998-04-10 16:40:39', -1.322, -15.651, 10, 6.2, 'mwb', 'usp0008jub', 'north of Ascension Island', 'earthquake\r'), +(12779, '1998-04-10 16:43:41', -33.546, -179.543, 46.1, 5.9, 'mwc', 'usp0008jud', 'south of the Kermadec Islands', 'earthquake\r'), +(12780, '1998-04-11 00:44:36', -23.635, -176.111, 33, 6.2, 'mwc', 'usp0008juw', 'south of the Fiji Islands', 'earthquake\r'), +(12781, '1998-04-11 01:10:52', -23.726, -176.004, 33, 5.5, 'mwc', 'usp0008jux', 'south of the Fiji Islands', 'earthquake\r'), +(12782, '1998-04-12 10:55:33', 46.245, 13.652, 10, 5.6, 'mwc', 'usp0008jyj', 'Slovenia', 'earthquake\r'), +(12783, '1998-04-12 18:35:09', -23.718, -176.041, 33, 5.5, 'mwc', 'usp0008k0g', 'south of the Fiji Islands', 'earthquake\r'), +(12784, '1998-04-12 23:49:35', -15.525, -71.821, 33, 5.8, 'mwc', 'usp0008k18', 'southern Peru', 'earthquake\r'), +(12785, '1998-04-14 03:41:22', -23.821, -179.871, 498.6, 6.1, 'mwc', 'usp0008k6r', 'south of the Fiji Islands', 'earthquake\r'), +(12786, '1998-04-15 15:23:07', 58.502, 164.45, 33, 5.8, 'mwc', 'usp0008kae', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(12787, '1998-04-18 10:04:22', -63.47, 147.673, 10, 5.5, 'mwc', 'usp0008kgn', 'south of Australia', 'earthquake\r'), +(12788, '1998-04-20 10:54:10', -17.858, -173.191, 33, 5.6, 'mwc', 'usp0008kmu', 'Tonga', 'earthquake\r'), +(12789, '1998-04-20 22:59:15', 18.525, -101.203, 67.3, 6, 'mwb', 'usp0008knk', 'Michoacan, Mexico', 'earthquake\r'), +(12790, '1998-04-23 21:47:46', -14.905, 166.981, 33, 5.7, 'mwc', 'usp0008kuy', 'Vanuatu', 'earthquake\r'), +(12791, '1998-04-25 06:07:23', -35.266, -17.326, 10, 6.3, 'mwc', 'usp0008kxg', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(12792, '1998-04-27 18:40:39', -2.995, 136.282, 53, 6.2, 'mwb', 'usp0008m1x', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(12793, '1998-04-27 23:51:36', -6.082, 113.097, 590.7, 5.7, 'mwc', 'usp0008m2a', 'Java, Indonesia', 'earthquake\r'), +(12794, '1998-04-28 15:44:06', -21.971, -179.606, 607.8, 5.7, 'mwc', 'usp0008m39', 'Fiji region', 'earthquake\r'), +(12795, '1998-04-29 03:30:39', 36.138, 21.94, 33, 5.5, 'mwc', 'usp0008m3y', 'southern Greece', 'earthquake\r'), +(12796, '1998-04-29 23:32:41', 30.781, 141.963, 33, 5.6, 'mwc', 'usp0008m58', 'Izu Islands, Japan region', 'earthquake\r'), +(12797, '1998-05-01 17:18:18', 1.136, -28.489, 10, 5.5, 'mwc', 'usp0008m92', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(12798, '1998-05-02 08:36:50', 24.932, 95.311, 121.5, 5.5, 'mwc', 'usp0008maa', 'Myanmar', 'earthquake\r'), +(12799, '1998-05-03 02:09:08', 34.87, 138.982, 34, 5.6, 'mwc', 'usp0008mbr', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(12800, '1998-05-03 23:30:22', 22.306, 125.308, 33, 7.5, 'mwb', 'usp0008mdk', 'southeast of Taiwan', 'earthquake\r'), +(12801, '1998-05-06 01:53:09', 18.716, 120.938, 33, 5.8, 'mwc', 'usp0008mj4', 'Luzon, Philippines', 'earthquake\r'), +(12802, '1998-05-10 06:05:59', 13.676, -90.747, 33, 6.3, 'mwc', 'usp0008mt9', 'offshore Guatemala', 'earthquake\r'), +(12803, '1998-05-10 06:35:45', 8.52, -102.924, 10, 5.8, 'mwc', 'usp0008mtf', 'northern East Pacific Rise', 'earthquake\r'), +(12804, '1998-05-11 01:34:33', 8.242, -102.987, 10, 5.8, 'mwc', 'usp0008mvd', 'northern East Pacific Rise', 'earthquake\r'), +(12805, '1998-05-11 04:01:41', -2.972, 142.05, 33.7, 5.7, 'mwc', 'usp0008mvj', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(12806, '1998-05-11 12:40:42', -5.156, 152.582, 49.4, 5.7, 'mwc', 'usp0008mwe', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12807, '1998-05-12 00:56:13', 13.866, -90.998, 33, 5.6, 'mwc', 'usp0008mxf', 'offshore Guatemala', 'earthquake\r'), +(12808, '1998-05-13 13:05:06', -5.776, 153.804, 62.5, 5.5, 'mwc', 'usp0008mzv', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(12809, '1998-05-13 23:02:06', -5.147, 151.714, 61.4, 6.6, 'mwc', 'usp0008n0d', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12810, '1998-05-14 10:53:44', 40.244, 143.266, 33, 5.5, 'mwc', 'usp0008n1n', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(12811, '1998-05-14 18:56:23', 40.254, 143.253, 33, 6, 'mwb', 'usp0008n2d', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(12812, '1998-05-15 00:02:41', 12.206, 143.842, 33, 5.5, 'mwc', 'usp0008n2x', 'Guam region', 'earthquake\r'), +(12813, '1998-05-15 05:58:06', 14.178, 144.88, 154.1, 6, 'mwc', 'usp0008n3d', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(12814, '1998-05-16 02:22:03', -22.227, -179.519, 586.1, 6.9, 'mwc', 'usp0008n5q', 'south of the Fiji Islands', 'earthquake\r'), +(12815, '1998-05-16 10:41:29', -21.792, -176.637, 174.1, 5.5, 'mwc', 'usp0008n6f', 'Fiji region', 'earthquake\r'), +(12816, '1998-05-17 16:16:59', -16.935, -173.85, 33, 5.5, 'mwc', 'usp0008n98', 'Tonga', 'earthquake\r'), +(12817, '1998-05-18 17:19:05', 39.253, 15.108, 279.9, 5.5, 'mwb', 'usp0008nbf', 'southern Italy', 'earthquake\r'), +(12818, '1998-05-19 10:41:13', -43.187, 41.809, 10, 5.6, 'mwc', 'usp0008nch', 'Prince Edward Islands region', 'earthquake\r'), +(12819, '1998-05-21 05:34:26', 0.207, 119.584, 33, 6.7, 'mwb', 'usp0008nfm', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(12820, '1998-05-21 22:31:23', -43.4, 41.387, 10, 6.3, 'mwc', 'usp0008ngy', 'Prince Edward Islands region', 'earthquake\r'), +(12821, '1998-05-22 04:48:50', -17.731, -65.431, 24, 6.6, 'mwb', 'usp0008nhp', 'Cochabamba, Bolivia', 'earthquake\r'), +(12822, '1998-05-22 06:17:05', -17.987, -65.141, 33, 5.6, 'ms', 'usp0008nhy', 'Cochabamba, Bolivia', 'earthquake\r'), +(12823, '1998-05-22 19:49:34', 33.622, 131.514, 81, 5.5, 'mwc', 'usp0008njy', 'Kyushu, Japan', 'earthquake\r'), +(12824, '1998-05-23 17:44:48', 8.138, 123.726, 657.8, 6, 'mwc', 'usp0008nmf', 'Mindanao, Philippines', 'earthquake\r'), +(12825, '1998-05-24 02:32:54', -6.513, 104.906, 52.9, 5.6, 'mwc', 'usp0008nn3', 'Sunda Strait, Indonesia', 'earthquake\r'), +(12826, '1998-05-27 03:24:17', -50.462, 139.489, 10, 5.7, 'mwc', 'usp0008ns3', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(12827, '1998-05-27 15:27:16', -5.845, 149.704, 33, 6, 'mwc', 'usp0008nt5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12828, '1998-05-27 20:41:38', 52.239, 159.526, 60.1, 6, 'mwc', 'usp0008nth', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12829, '1998-05-28 04:58:55', 52.154, 159.641, 47, 5.7, 'mwc', 'usp0008nuf', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12830, '1998-05-28 18:33:28', 31.401, 27.667, 10, 5.5, 'mwc', 'usp0008nvz', 'Egypt', 'earthquake\r'), +(12831, '1998-05-28 21:11:44', 37.388, 78.843, 33, 5.6, 'mwc', 'usp0008nw6', 'southern Xinjiang, China', 'earthquake\r'), +(12832, '1998-05-29 02:55:57', -2.231, 99.477, 33, 5.5, 'mwc', 'usp0008nwz', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(12833, '1998-05-29 04:47:54', -2.191, 99.633, 33, 5.5, 'mwc', 'usp0008nx5', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(12834, '1998-05-30 06:22:29', 37.106, 70.11, 33, 6.6, 'mwb', 'usp0008nze', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(12835, '1998-05-30 18:18:16', 39.027, 143.441, 33, 6.2, 'mwc', 'usp0008p15', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(12836, '1998-06-01 05:34:04', 52.889, 160.067, 43.7, 6.4, 'mwc', 'usp0008p47', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12837, '1998-06-01 07:35:50', 33.942, 136.087, 398.5, 5.8, 'mwc', 'usp0008p4c', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(12838, '1998-06-03 15:47:08', 43.679, -29.02, 10, 5.5, 'mwc', 'usp0008p8f', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12839, '1998-06-03 21:34:49', -23.887, -69.875, 47.7, 5.5, 'mwc', 'usp0008p8w', 'Antofagasta, Chile', 'earthquake\r'), +(12840, '1998-06-05 23:38:36', -18.799, -173.373, 33, 5.5, 'mwc', 'usp0008pde', 'Tonga', 'earthquake\r'), +(12841, '1998-06-07 16:10:46', -31.518, -67.833, 113.2, 5.9, 'mwc', 'usp0008pgs', 'San Juan, Argentina', 'earthquake\r'), +(12842, '1998-06-07 23:20:14', 15.959, -93.776, 86.6, 6.3, 'mwb', 'usp0008phb', 'Chiapas, Mexico', 'earthquake\r'), +(12843, '1998-06-09 12:04:55', -18.868, -173.309, 33, 5.5, 'mwc', 'usp0008pmj', 'Tonga', 'earthquake\r'), +(12844, '1998-06-12 20:51:02', -24.804, 179.829, 502.4, 5.5, 'mwc', 'usp0008ptp', 'south of the Fiji Islands', 'earthquake\r'), +(12845, '1998-06-12 21:53:00', -5.724, 147.889, 139.5, 5.8, 'mwb', 'usp0008ptr', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12846, '1998-06-14 13:17:08', 35.372, 140.52, 45.3, 5.7, 'mwc', 'usp0008pwr', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(12847, '1998-06-16 09:35:12', -52.988, 159.837, 10, 6.2, 'mwc', 'usp0008pzc', 'Macquarie Island region', 'earthquake\r'), +(12848, '1998-06-17 18:49:03', -6.031, 130.163, 147.5, 5.6, 'mwc', 'usp0008q1j', 'Banda Sea', 'earthquake\r'), +(12849, '1998-06-18 04:17:55', -11.572, -13.894, 10, 6.3, 'mwc', 'usp0008q2e', 'Ascension Island region', 'earthquake\r'), +(12850, '1998-06-20 20:24:45', -30.105, -177.925, 57.4, 6, 'mwc', 'usp0008q6j', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(12851, '1998-06-22 07:07:08', 28.043, 129.391, 63.2, 5.5, 'mwc', 'usp0008q9f', 'Ryukyu Islands, Japan', 'earthquake\r'), +(12852, '1998-06-22 20:26:25', 12.364, 144.445, 33, 5.7, 'mwc', 'usp0008qak', 'Guam region', 'earthquake\r'), +(12853, '1998-06-23 01:36:32', 10.546, -76.349, 35, 5.7, 'mwc', 'usp0008qay', 'north of Panama', 'earthquake\r'), +(12854, '1998-06-23 10:58:42', 23.77, -45.102, 10, 5.5, 'mwc', 'usp0008qbr', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12855, '1998-06-23 14:36:55', -58.358, -13.792, 10, 5.6, 'mwc', 'usp0008qc2', 'east of the South Sandwich Islands', 'earthquake\r'), +(12856, '1998-06-24 10:44:31', -37.295, -17.391, 10, 6, 'mwc', 'usp0008qdm', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(12857, '1998-06-25 21:03:45', 17.733, -61.572, 44.7, 5.6, 'mwc', 'usp0008qg5', 'Antigua and Barbuda region, Leeward Islands', 'earthquake\r'), +(12858, '1998-06-27 13:55:52', 36.878, 35.307, 33, 6.3, 'mwc', 'usp0008qkc', 'central Turkey', 'earthquake\r'), +(12859, '1998-06-29 23:37:17', -60.354, 153.143, 10, 6.3, 'mwc', 'usp0008qqk', 'west of Macquarie Island', 'earthquake\r'), +(12860, '1998-07-07 14:17:51', -33.842, -179.193, 55.1, 5.5, 'mwc', 'usp0008r41', 'south of the Kermadec Islands', 'earthquake\r'), +(12861, '1998-07-07 14:32:01', 32.582, 140.001, 112.7, 5.5, 'mwc', 'usp0008r43', 'Izu Islands, Japan region', 'earthquake\r'), +(12862, '1998-07-07 20:01:36', 23.714, -108.395, 10, 5.5, 'mwc', 'usp0008r4h', 'Gulf of California', 'earthquake\r'), +(12863, '1998-07-09 05:19:07', 38.65, -28.626, 10, 6.2, 'mwb', 'usp0008r70', 'Azores Islands, Portugal', 'earthquake\r'), +(12864, '1998-07-09 14:19:18', 38.717, 48.507, 26, 6, 'mwc', 'usp0008r85', 'Azerbaijan', 'earthquake\r'), +(12865, '1998-07-09 14:45:40', -30.487, -178.994, 129.5, 6.9, 'mwc', 'usp0008r86', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(12866, '1998-07-09 19:39:44', 60.53, -153.219, 144.8, 6.2, 'mwb', 'usp0008r8g', 'Southern Alaska', 'earthquake\r'), +(12867, '1998-07-11 05:21:13', 17.39, -101.349, 33, 5.5, 'mwc', 'usp0008rah', 'offshore Guerrero, Mexico', 'earthquake\r'), +(12868, '1998-07-12 00:14:05', -18.275, 168.22, 33, 5.5, 'mwc', 'usp0008rbr', 'Vanuatu', 'earthquake\r'), +(12869, '1998-07-12 08:11:28', 16.954, -100.295, 33, 5.5, 'mwc', 'usp0008rc8', 'offshore Guerrero, Mexico', 'earthquake\r'), +(12870, '1998-07-16 06:18:21', 12.046, 143.236, 10, 5.6, 'mwc', 'usp0008rks', 'Guam region', 'earthquake\r'), +(12871, '1998-07-16 11:56:36', -11.04, 166.16, 110.2, 7, 'mwc', 'usp0008rm2', 'Santa Cruz Islands', 'earthquake\r'), +(12872, '1998-07-17 02:18:58', -18.301, 168.206, 33, 5.5, 'mwc', 'usp0008rnr', 'Vanuatu', 'earthquake\r'), +(12873, '1998-07-17 08:49:13', -2.961, 141.926, 10, 7, 'mwc', 'usp0008rpa', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(12874, '1998-07-17 09:09:32', -2.895, 142.098, 10, 5.6, 'mb', 'usp0008rpe', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(12875, '1998-07-17 09:10:02', -2.892, 142.355, 10, 5.9, 'mb', 'usp0008rpf', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(12876, '1998-07-17 22:03:52', -4.687, 103.065, 50.4, 5.7, 'mwc', 'usp0008rru', 'southern Sumatra, Indonesia', 'earthquake\r'), +(12877, '1998-07-18 09:57:14', -28.307, -70.841, 46.9, 5.5, 'mwc', 'usp0008rsv', 'Atacama, Chile', 'earthquake\r'), +(12878, '1998-07-18 16:41:19', -18.369, 168.173, 33, 6.1, 'mwc', 'usp0008rtq', 'Vanuatu', 'earthquake\r'), +(12879, '1998-07-19 15:00:44', -26.651, -114.336, 10, 5.5, 'mwc', 'usp0008rvb', 'Easter Island region', 'earthquake\r'), +(12880, '1998-07-19 15:58:39', -21.836, -175.792, 72.1, 6, 'mwc', 'usp0008rvd', 'Tonga', 'earthquake\r'), +(12881, '1998-07-20 01:05:58', 30.134, 88.173, 33.2, 5.8, 'mwb', 'usp0008rwg', 'western Xizang', 'earthquake\r'), +(12882, '1998-07-24 18:44:04', 21.254, 122.019, 33, 6.1, 'mwc', 'usp0008s41', 'Taiwan region', 'earthquake\r'), +(12883, '1998-07-25 02:39:23', -13.608, 166.867, 43.5, 6.3, 'mwb', 'usp0008s4r', 'Vanuatu', 'earthquake\r'), +(12884, '1998-07-29 07:14:24', -32.312, -71.286, 51.1, 6.4, 'mwc', 'usp0008sb9', 'Valparaiso, Chile', 'earthquake\r'), +(12885, '1998-07-29 18:00:30', -2.693, 138.901, 33, 6.7, 'mwc', 'usp0008sd0', 'Papua, Indonesia', 'earthquake\r'), +(12886, '1998-07-31 12:41:00', -21.614, 169.82, 33, 6.1, 'mwc', 'usp0008shr', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12887, '1998-07-31 12:48:04', -21.644, 169.919, 33, 6, 'mwc', 'usp0008shu', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12888, '1998-07-31 14:30:20', -2.81, 139.008, 33, 5.5, 'mwc', 'usp0008sj1', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(12889, '1998-08-02 04:40:46', 39.573, 76.999, 68.7, 5.6, 'mwc', 'usp0008smd', 'southern Xinjiang, China', 'earthquake\r'), +(12890, '1998-08-03 05:17:01', -27.295, -148.858, 10, 5.5, 'mwc', 'usp0008sp3', 'South Pacific Ocean', 'earthquake\r'), +(12891, '1998-08-04 15:51:02', -56.676, 147.434, 10, 5.8, 'mwc', 'usp0008srz', 'west of Macquarie Island', 'earthquake\r'), +(12892, '1998-08-04 17:48:21', -52.909, 22.028, 10, 5.8, 'mwc', 'usp0008ss6', 'south of Africa', 'earthquake\r'), +(12893, '1998-08-04 18:59:20', -0.593, -80.393, 33, 7.2, 'mwc', 'usp0008ssb', 'near the coast of Ecuador', 'earthquake\r'), +(12894, '1998-08-05 12:54:26', -54.674, -135.521, 10, 6.2, 'mwc', 'usp0008stn', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12895, '1998-08-05 14:27:00', 33.208, 46.251, 33, 5.6, 'mwc', 'usp0008stu', 'Iran-Iraq border region', 'earthquake\r'), +(12896, '1998-08-06 06:05:44', -21.841, 169.815, 33, 5.5, 'mwc', 'usp0008sus', 'southeast of the Loyalty Islands', 'earthquake\r'), +(12897, '1998-08-07 01:40:16', -59.586, -150.715, 10, 5.9, 'mwc', 'usp0008sw3', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12898, '1998-08-10 09:52:15', 7.324, 94.305, 33, 6, 'mwb', 'usp0008t22', 'Nicobar Islands, India region', 'earthquake\r'), +(12899, '1998-08-13 05:54:57', -58.786, -24.875, 33, 5.5, 'mwc', 'usp0008t69', 'South Sandwich Islands region', 'earthquake\r'), +(12900, '1998-08-14 00:55:37', -11.43, 166.216, 57.6, 5.8, 'mwc', 'usp0008t7j', 'Santa Cruz Islands', 'earthquake\r'), +(12901, '1998-08-14 13:21:25', -63.607, 147.488, 10, 5.5, 'mwc', 'usp0008t8h', 'south of Australia', 'earthquake\r'), +(12902, '1998-08-15 18:31:09', 36.268, 137.644, 10, 5.5, 'mwc', 'usp0008tay', 'eastern Honshu, Japan', 'earthquake\r'), +(12903, '1998-08-18 18:00:13', 45.852, 149.116, 116, 5.6, 'mwc', 'usp0008tfp', 'Kuril Islands', 'earthquake\r'), +(12904, '1998-08-18 20:57:44', -58.008, 148.049, 10, 5.6, 'mwc', 'usp0008tfx', 'west of Macquarie Island', 'earthquake\r'), +(12905, '1998-08-19 17:41:44', -6.179, 147.745, 55, 5.7, 'mwc', 'usp0008thj', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(12906, '1998-08-20 06:40:56', 28.932, 139.329, 440.5, 7.1, 'mwb', 'usp0008tje', 'Bonin Islands, Japan region', 'earthquake\r'), +(12907, '1998-08-20 15:00:08', 51.618, 175.248, 33, 6.3, 'mwb', 'usp0008tk4', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12908, '1998-08-22 11:09:47', -3.062, 142.036, 20.3, 5.6, 'mwc', 'usp0008tpj', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(12909, '1998-08-22 12:32:28', 18.655, 146.428, 57, 5.5, 'mwc', 'usp0008tpr', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(12910, '1998-08-23 05:36:13', 14.697, 120.046, 70.1, 6.1, 'mwb', 'usp0008tqv', 'Luzon, Philippines', 'earthquake\r'), +(12911, '1998-08-23 13:57:15', 11.663, -88.038, 54.6, 6.7, 'mwc', 'usp0008trh', 'off the coast of Central America', 'earthquake\r'), +(12912, '1998-08-25 07:41:40', 30.079, 88.109, 33, 5.9, 'mwc', 'usp0008tua', 'western Xizang', 'earthquake\r'), +(12913, '1998-08-27 09:03:37', 39.66, 77.343, 33, 6.4, 'mwb', 'usp0008tyb', 'southern Xinjiang, China', 'earthquake\r'), +(12914, '1998-08-28 12:40:59', -0.154, 125.018, 66.2, 6.1, 'mwc', 'usp0008u08', 'Molucca Sea', 'earthquake\r'), +(12915, '1998-08-29 08:30:21', -55.737, -27.045, 33, 6, 'mwc', 'usp0008u1m', 'South Sandwich Islands region', 'earthquake\r'), +(12916, '1998-08-30 01:48:09', 17.092, 148.133, 33, 6.3, 'mwc', 'usp0008u2t', 'Mariana Islands region', 'earthquake\r'), +(12917, '1998-08-30 07:52:25', -23.934, -66.906, 219.5, 5.7, 'mwc', 'usp0008u3b', 'Jujuy, Argentina', 'earthquake\r'), +(12918, '1998-08-30 11:33:33', 50.91, -130.66, 10, 6.1, 'mwc', 'usp0008u3n', 'Vancouver Island, Canada region', 'earthquake\r'), +(12919, '1998-08-30 14:34:43', 53.669, 161.867, 33, 5.6, 'mwc', 'usp0008u3u', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(12920, '1998-09-01 01:19:38', -17.555, -174.771, 219.8, 5.6, 'mwc', 'usp0008u6u', 'Tonga', 'earthquake\r'), +(12921, '1998-09-01 10:29:49', -58.206, -26.533, 151.7, 5.6, 'mwc', 'usp0008u7f', 'South Sandwich Islands region', 'earthquake\r'), +(12922, '1998-09-01 14:33:42', -16.758, -173.597, 33, 5.5, 'mwc', 'usp0008u7u', 'Tonga', 'earthquake\r'), +(12923, '1998-09-02 08:37:30', 5.41, 126.764, 50, 6.8, 'mwc', 'usp0008u8z', 'Mindanao, Philippines', 'earthquake\r'), +(12924, '1998-09-02 18:52:42', -29.695, -178.79, 230.1, 5.5, 'mwc', 'usp0008ua0', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(12925, '1998-09-03 07:58:21', 39.716, 140.76, 38.1, 5.9, 'mwb', 'usp0008ub9', 'eastern Honshu, Japan', 'earthquake\r'), +(12926, '1998-09-03 17:37:58', -29.45, -71.715, 27, 6.6, 'mwc', 'usp0008uc5', 'offshore Coquimbo, Chile', 'earthquake\r'), +(12927, '1998-09-03 18:15:57', 27.85, 86.941, 33, 5.6, 'mb', 'usp0008uc8', 'Nepal', 'earthquake\r'), +(12928, '1998-09-05 01:43:27', -54.555, 143.749, 10, 5.6, 'mwc', 'usp0008uem', 'west of Macquarie Island', 'earthquake\r'), +(12929, '1998-09-05 05:16:17', -6.646, 155.209, 37.3, 5.8, 'mwc', 'usp0008uf2', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(12930, '1998-09-05 17:09:31', -4.051, 152.041, 191.8, 5.7, 'mwc', 'usp0008ufw', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12931, '1998-09-07 00:23:02', -32.347, -111.95, 10, 5.6, 'mwc', 'usp0008uj8', 'southern East Pacific Rise', 'earthquake\r'), +(12932, '1998-09-07 00:39:30', -36.24, -97.711, 10, 6.1, 'mwc', 'usp0008uj9', 'West Chile Rise', 'earthquake\r'), +(12933, '1998-09-07 02:35:03', -5.766, 152.061, 41.3, 5.5, 'mwc', 'usp0008ujf', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12934, '1998-09-08 09:10:03', 13.257, 144.007, 141, 5.8, 'mwc', 'usp0008um3', 'Guam region', 'earthquake\r'), +(12935, '1998-09-09 11:27:59', 40.035, 15.98, 10, 5.6, 'mwc', 'usp0008unt', 'southern Italy', 'earthquake\r'), +(12936, '1998-09-09 16:16:09', -65.592, -177.115, 10, 5.8, 'mwc', 'usp0008up8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12937, '1998-09-12 09:03:48', -24.512, -67.119, 187.2, 5.6, 'mwc', 'usp0008utt', 'Salta, Argentina', 'earthquake\r'), +(12938, '1998-09-12 10:58:04', -14.233, -72.615, 91, 5.6, 'mwc', 'usp0008uty', 'central Peru', 'earthquake\r'), +(12939, '1998-09-14 04:43:29', -34.75, -107.981, 10, 6.1, 'mwc', 'usp0008uwq', 'southern East Pacific Rise', 'earthquake\r'), +(12940, '1998-09-14 23:16:47', 51.618, -173.15, 33, 6.1, 'mwc', 'usp0008uy0', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(12941, '1998-09-15 08:35:52', -5.624, 151.637, 83, 6.3, 'mwc', 'usp0008uyv', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12942, '1998-09-16 02:12:02', -6.58, 154.868, 87, 5.6, 'mwc', 'usp0008v06', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(12943, '1998-09-17 16:41:20', -38.294, -93.623, 10, 5.7, 'mwc', 'usp0008v3c', 'West Chile Rise', 'earthquake\r'), +(12944, '1998-09-20 00:36:47', -21.392, -174.709, 100, 5.5, 'mwc', 'usp0008v7e', 'Tonga', 'earthquake\r'), +(12945, '1998-09-20 06:30:47', -35.63, -179.844, 52.9, 5.5, 'mwc', 'usp0008v7s', 'east of the North Island of New Zealand', 'earthquake\r'), +(12946, '1998-09-20 07:14:33', -35.586, 179.958, 75.5, 5.6, 'mwc', 'usp0008v7t', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(12947, '1998-09-20 21:21:55', -7.77, 106.951, 67.4, 5.5, 'mwc', 'usp0008v91', 'Java, Indonesia', 'earthquake\r'), +(12948, '1998-09-21 06:52:41', 0.262, 122.467, 147.4, 6, 'mwb', 'usp0008v9v', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(12949, '1998-09-21 12:09:40', -13.573, 166.791, 33, 6.4, 'mwc', 'usp0008vac', 'Vanuatu', 'earthquake\r'), +(12950, '1998-09-22 01:16:55', 11.822, 143.154, 9.2, 6, 'mwc', 'usp0008vb9', 'south of the Mariana Islands', 'earthquake\r'), +(12951, '1998-09-24 18:53:40', 46.313, 106.288, 33, 5.6, 'mwc', 'usp0008vfj', 'central Mongolia', 'earthquake\r'), +(12952, '1998-09-27 11:07:16', -20.27, -175.876, 207.3, 5.7, 'mwc', 'usp0008vks', 'Tonga', 'earthquake\r'), +(12953, '1998-09-28 13:34:30', -8.194, 112.413, 151.6, 6.6, 'mwb', 'usp0008vnn', 'Java, Indonesia', 'earthquake\r'), +(12954, '1998-09-28 19:23:23', 3.84, 126.407, 30.1, 6.2, 'mwc', 'usp0008vp3', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(12955, '1998-09-29 22:14:50', 44.209, 20.08, 10, 5.5, 'mwc', 'usp0008vqz', 'Serbia', 'earthquake\r'), +(12956, '1998-09-30 03:03:57', -17.202, 167.832, 33, 5.8, 'mwc', 'usp0008vrb', 'Vanuatu', 'earthquake\r'), +(12957, '1998-09-30 12:27:04', -4.641, 153.14, 75.1, 5.8, 'mwc', 'usp0008vs8', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(12958, '1998-10-01 03:41:13', 13.738, -45.565, 10, 6, 'mwc', 'usp0008vtk', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(12959, '1998-10-01 19:17:16', 14.367, 53.772, 10, 5.7, 'mwc', 'usp0008vuj', 'Owen Fracture Zone region', 'earthquake\r'), +(12960, '1998-10-03 01:13:36', -56.628, -25.502, 33, 5.5, 'mwc', 'usp0008vwr', 'South Sandwich Islands region', 'earthquake\r'), +(12961, '1998-10-03 06:48:13', -56.618, -25.352, 33, 5.8, 'mwc', 'usp0008vx8', 'South Sandwich Islands region', 'earthquake\r'), +(12962, '1998-10-03 07:12:30', -56.649, -25.294, 33, 5.6, 'mwc', 'usp0008vx9', 'South Sandwich Islands region', 'earthquake\r'), +(12963, '1998-10-03 11:15:43', 28.505, 127.615, 226.6, 6.2, 'mwb', 'usp0008vxm', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(12964, '1998-10-03 15:12:57', -56.705, -25.571, 33, 5.7, 'mwc', 'usp0008vxx', 'South Sandwich Islands region', 'earthquake\r'), +(12965, '1998-10-03 19:30:43', -56.605, -25.452, 33, 5.5, 'mwc', 'usp0008vy1', 'South Sandwich Islands region', 'earthquake\r'), +(12966, '1998-10-04 13:41:10', -8.464, -76.38, 33, 5.5, 'mwc', 'usp0008vzb', 'central Peru', 'earthquake\r'), +(12967, '1998-10-07 08:30:19', -5.878, 151.628, 33, 5.5, 'mwc', 'usp0008w4c', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12968, '1998-10-08 04:51:43', -16.119, -71.404, 136.2, 6.2, 'mwb', 'usp0008w65', 'southern Peru', 'earthquake\r'), +(12969, '1998-10-08 07:36:29', -9.109, -109.557, 10, 5.5, 'mwc', 'usp0008w6a', 'central East Pacific Rise', 'earthquake\r'), +(12970, '1998-10-09 05:37:53', -15.393, -173.392, 33, 5.5, 'mwc', 'usp0008w8e', 'Tonga', 'earthquake\r'), +(12971, '1998-10-09 11:54:36', 11.321, -86.451, 68.7, 6, 'mwc', 'usp0008w8u', 'near the coast of Nicaragua', 'earthquake\r'), +(12972, '1998-10-10 04:12:09', -33.518, -72.078, 33, 5.7, 'mwc', 'usp0008w9p', 'offshore Valparaiso, Chile', 'earthquake\r'), +(12973, '1998-10-10 16:29:08', -0.384, 119.859, 33, 5.9, 'mwc', 'usp0008wah', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(12974, '1998-10-10 16:32:19', -0.403, 119.84, 33, 6, 'mwc', 'usp0008wak', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(12975, '1998-10-11 12:04:55', -21.04, -179.11, 623.9, 5.9, 'mwc', 'usp0008wbz', 'Fiji region', 'earthquake\r'), +(12976, '1998-10-11 23:36:22', -56.913, -142.618, 10, 6.3, 'mwc', 'usp0008wd3', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12977, '1998-10-11 23:57:30', -56.273, -143.186, 10, 5.5, 'ms', 'usp0008wd7', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(12978, '1998-10-13 20:41:14', 40.027, 143.297, 33, 5.5, 'mwc', 'usp0008wfz', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(12979, '1998-10-14 02:54:04', -5.915, 151.036, 33, 5.8, 'mwc', 'usp0008wg5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(12980, '1998-10-17 23:25:42', 53.635, -163.148, 33, 5.5, 'mwc', 'usp0008wp2', 'Unimak Island region, Alaska', 'earthquake\r'), +(12981, '1998-10-18 08:33:54', 19.285, 145.341, 152.3, 5.7, 'mwb', 'usp0008wpw', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(12982, '1998-10-19 01:25:01', -17.275, 167.763, 33, 5.9, 'mwc', 'usp0008wr8', 'Vanuatu', 'earthquake\r'), +(12983, '1998-10-24 08:27:12', -17.719, -175.222, 260.6, 5.5, 'mwc', 'usp0008wze', 'Tonga', 'earthquake\r'), +(12984, '1998-10-27 01:38:53', -3.552, 123.164, 33, 5.7, 'mwb', 'usp0008x42', 'Sulawesi, Indonesia', 'earthquake\r'), +(12985, '1998-10-27 11:33:37', 33.489, 141.398, 33, 5.7, 'mwb', 'usp0008x4w', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(12986, '1998-10-27 21:16:21', 2.921, 128.623, 60.7, 5.9, 'mwb', 'usp0008x5g', 'Halmahera, Indonesia', 'earthquake\r'), +(12987, '1998-10-28 16:25:04', 0.839, 125.966, 33, 6.6, 'mwb', 'usp0008x6n', 'Molucca Sea', 'earthquake\r'), +(12988, '1998-10-31 11:19:06', -6.221, 98.798, 33, 5.7, 'mwc', 'usp0008xbk', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(12989, '1998-10-31 14:03:33', 53.049, 157.859, 153.1, 5.5, 'mwc', 'usp0008xbv', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(12990, '1998-11-02 03:50:32', -19.25, 177.791, 33, 5.7, 'mwc', 'usp0008xfp', 'south of the Fiji Islands', 'earthquake\r'), +(12991, '1998-11-05 14:47:03', 23.643, -108.787, 10, 5.5, 'mwc', 'usp0008xne', 'Gulf of California', 'earthquake\r'), +(12992, '1998-11-05 18:05:24', 12.867, 125.036, 33, 5.9, 'mwc', 'usp0008xnq', 'Samar, Philippines', 'earthquake\r'), +(12993, '1998-11-05 20:09:56', -15.613, -177.99, 33, 5.6, 'mwc', 'usp0008xnz', 'Fiji region', 'earthquake\r'), +(12994, '1998-11-06 08:01:11', -44.432, -79.112, 10, 5.9, 'mwc', 'usp0008xpu', 'off the coast of Aisen, Chile', 'earthquake\r'), +(12995, '1998-11-08 00:05:33', -30.385, -177.608, 33, 5.5, 'mwc', 'usp0008xt6', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(12996, '1998-11-08 05:00:53', -7.262, 127.081, 263.2, 5.7, 'mwc', 'usp0008xtu', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(12997, '1998-11-08 07:25:49', -9.135, 121.421, 33, 6.4, 'mwc', 'usp0008xtz', 'Savu Sea', 'earthquake\r'), +(12998, '1998-11-08 10:30:01', 56.731, -152.065, 33, 5.7, 'mwc', 'usp0008xu7', 'Kodiak Island region, Alaska', 'earthquake\r'), +(12999, '1998-11-09 05:30:14', -6.954, 129.022, 33, 6.7, 'mwc', 'usp0008xw6', 'Banda Sea', 'earthquake\r'), +(13000, '1998-11-09 05:38:44', -6.92, 128.946, 33, 7, 'mwc', 'usp0008xw8', 'Banda Sea', 'earthquake\r'), +(13001, '1998-11-09 20:55:34', -7.018, 128.659, 33, 5.6, 'mwc', 'usp0008xxs', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(13002, '1998-11-11 23:20:47', -34.558, 179.791, 33, 5.6, 'mwc', 'usp0008y1p', 'south of the Kermadec Islands', 'earthquake\r'), +(13003, '1998-11-11 23:36:34', 1.079, -85.275, 33, 5.7, 'mwc', 'usp0008y1r', 'off the coast of Ecuador', 'earthquake\r'), +(13004, '1998-11-14 15:03:12', -14.946, 167.367, 115.1, 6, 'mwb', 'usp0008y6s', 'Vanuatu', 'earthquake\r'), +(13005, '1998-11-15 02:44:12', -21.589, -176.504, 149.1, 6.3, 'mwb', 'usp0008y7k', 'Fiji region', 'earthquake\r'), +(13006, '1998-11-15 04:51:42', -4.075, -104.181, 10, 5.5, 'mwc', 'usp0008y7t', 'central East Pacific Rise', 'earthquake\r'), +(13007, '1998-11-15 13:27:04', -60.275, -47.477, 10, 5.5, 'mwc', 'usp0008y8g', 'Scotia Sea', 'earthquake\r'), +(13008, '1998-11-17 03:16:09', -26.83, -113.29, 10, 5.8, 'mwc', 'usp0008yaw', 'Easter Island region', 'earthquake\r'), +(13009, '1998-11-17 03:57:59', 7.666, -82.78, 16.7, 5.9, 'mwb', 'usp0008yb0', 'south of Panama', 'earthquake\r'), +(13010, '1998-11-18 15:48:41', -3.315, 130.766, 33, 6, 'mwc', 'usp0008ycz', 'Seram, Indonesia', 'earthquake\r'), +(13011, '1998-11-19 11:38:15', 27.308, 101.029, 33, 5.6, 'mwc', 'usp0008yef', 'western Sichuan, China', 'earthquake\r'), +(13012, '1998-11-19 12:03:47', 5.167, 126.143, 88.5, 5.7, 'mwc', 'usp0008yem', 'Mindanao, Philippines', 'earthquake\r'), +(13013, '1998-11-19 15:39:19', 22.605, 125.783, 10, 6.3, 'mwc', 'usp0008yf3', 'southeast of Taiwan', 'earthquake\r'), +(13014, '1998-11-19 20:50:31', 1.681, 126.543, 33, 5.5, 'mwc', 'usp0008yfn', 'Molucca Sea', 'earthquake\r'), +(13015, '1998-11-23 09:30:19', -23.716, -70.512, 33, 5.6, 'mwb', 'usp0008ymv', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(13016, '1998-11-24 21:24:32', -16, -172.703, 33, 5.5, 'mwc', 'usp0008ypk', 'Samoa Islands region', 'earthquake\r'), +(13017, '1998-11-24 23:54:46', -16.515, -174.751, 223.2, 6.1, 'mwb', 'usp0008ypt', 'Tonga', 'earthquake\r'), +(13018, '1998-11-25 18:05:26', -7.859, 158.622, 47.9, 6.2, 'mwb', 'usp0008yqw', 'Solomon Islands', 'earthquake\r'), +(13019, '1998-11-27 08:53:34', -29.238, -177.12, 33, 5.7, 'mwc', 'usp0008ytp', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13020, '1998-11-27 10:27:03', -32.14, -69.328, 126.7, 5.5, 'mwc', 'usp0008ytr', 'Mendoza, Argentina', 'earthquake\r'), +(13021, '1998-11-27 13:26:36', -28.978, -177.026, 33, 5.5, 'mwc', 'usp0008ytz', 'Kermadec Islands region', 'earthquake\r'), +(13022, '1998-11-28 15:21:05', -15.363, 172.964, 33, 5.9, 'mwb', 'usp0008yvf', 'Vanuatu region', 'earthquake\r'), +(13023, '1998-11-29 14:10:32', -2.071, 124.891, 33, 7.7, 'mwc', 'usp0008yx2', 'Banda Sea', 'earthquake\r'), +(13024, '1998-11-29 17:32:33', -1.909, 124.708, 33, 5.7, 'mb', 'usp0008yxt', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(13025, '1998-11-30 20:58:36', -5.875, 151.262, 33, 5.8, 'mwc', 'usp0008z04', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13026, '1998-12-02 07:11:04', -33.457, -109.346, 10, 5.7, 'mwc', 'usp0008z21', 'southern East Pacific Rise', 'earthquake\r'), +(13027, '1998-12-02 23:41:18', -9.144, 67.459, 10, 5.9, 'mwb', 'usp0008z30', 'Mid-Indian Ridge', 'earthquake\r'), +(13028, '1998-12-05 01:12:48', 52.121, -169.412, 33, 5.8, 'mwc', 'usp0008z69', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13029, '1998-12-06 00:47:13', 1.253, 126.198, 33, 6.6, 'mwc', 'usp0008z7q', 'Molucca Sea', 'earthquake\r'), +(13030, '1998-12-07 23:37:07', -8.344, 121.45, 33, 5.8, 'mwc', 'usp0008zad', 'Flores region, Indonesia', 'earthquake\r'), +(13031, '1998-12-10 08:21:14', -7.952, -71.416, 649.4, 5.5, 'mwc', 'usp0008zdj', 'Amazonas, Brazil', 'earthquake\r'), +(13032, '1998-12-11 20:16:24', 36.514, 71.021, 222.5, 5.7, 'mwb', 'usp0008zg2', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(13033, '1998-12-11 21:42:47', -16.597, -172.758, 33, 5.5, 'mwc', 'usp0008zg7', 'Samoa Islands region', 'earthquake\r'), +(13034, '1998-12-13 17:31:59', 13.345, -44.845, 10, 5.5, 'mwc', 'usp0008zjw', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(13035, '1998-12-14 04:30:56', 30.923, 137.654, 463.7, 5.5, 'mwc', 'usp0008zkm', 'Izu Islands, Japan region', 'earthquake\r'), +(13036, '1998-12-14 16:25:25', -38.214, -71.033, 138.4, 6, 'mwb', 'usp0008zmf', 'Araucania, Chile', 'earthquake\r'), +(13037, '1998-12-14 19:35:27', -15.057, 167.313, 139.9, 6, 'mwc', 'usp0008zmk', 'Vanuatu', 'earthquake\r'), +(13038, '1998-12-16 00:18:45', 31.287, 131.286, 41.6, 6, 'mwc', 'usp0008zp9', 'Kyushu, Japan', 'earthquake\r'), +(13039, '1998-12-16 16:14:58', 1.178, 126.263, 33, 5.6, 'mwc', 'usp0008zq9', 'Molucca Sea', 'earthquake\r'), +(13040, '1998-12-16 17:45:05', 1.12, 126.175, 33, 6.2, 'mwc', 'usp0008zqc', 'Molucca Sea', 'earthquake\r'), +(13041, '1998-12-17 07:20:12', 16.956, -85.8, 33, 5.6, 'mwc', 'usp0008zrf', 'north of Honduras', 'earthquake\r'), +(13042, '1998-12-22 22:07:54', -25.159, 179.627, 518.4, 5.6, 'mwc', 'usp000901c', 'south of the Fiji Islands', 'earthquake\r'), +(13043, '1998-12-25 17:45:35', -33.05, -179.32, 78.2, 5.6, 'mwc', 'usp000905n', 'south of the Kermadec Islands', 'earthquake\r'), +(13044, '1998-12-26 11:20:22', -40.746, -74.849, 10, 5.6, 'mwc', 'usp0009071', 'offshore Los Lagos, Chile', 'earthquake\r'), +(13045, '1998-12-26 12:14:37', -56.483, -27.366, 109.8, 5.6, 'mwc', 'usp0009074', 'South Sandwich Islands region', 'earthquake\r'), +(13046, '1998-12-26 15:39:08', -1.364, 123.644, 33, 6.1, 'mwb', 'usp000907e', 'Sulawesi, Indonesia', 'earthquake\r'), +(13047, '1998-12-27 00:38:27', -21.632, -176.376, 144.3, 6.8, 'mwc', 'usp000907z', 'Fiji region', 'earthquake\r'), +(13048, '1998-12-28 07:23:32', 20.78, -74.673, 10, 5.6, 'mwc', 'usp0009099', 'Cuba region', 'earthquake\r'), +(13049, '1998-12-29 11:04:16', -17.105, -177.075, 33, 5.6, 'mwc', 'usp00090b2', 'Fiji region', 'earthquake\r'), +(13050, '1999-01-02 19:27:07', -15.916, 168.085, 226, 5.7, 'mwc', 'usp00090hx', 'Vanuatu', 'earthquake\r'), +(13051, '1999-01-04 08:43:44', 7.326, -78.073, 33, 5.5, 'mwc', 'usp00090kx', 'Panama', 'earthquake\r'), +(13052, '1999-01-05 08:32:47', -18.502, -174.067, 33, 6, 'mwc', 'usp00090ne', 'Tonga', 'earthquake\r'), +(13053, '1999-01-05 10:12:01', 51.477, 176.918, 33, 5.5, 'mwc', 'usp00090nh', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13054, '1999-01-09 03:05:38', 44.39, 147.313, 119.2, 5.6, 'mwc', 'usp00090ua', 'Kuril Islands', 'earthquake\r'), +(13055, '1999-01-11 10:48:51', 52.166, 159.626, 33, 5.6, 'mwc', 'usp00090xv', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(13056, '1999-01-12 02:32:26', 26.741, 140.17, 440.6, 5.9, 'mwc', 'usp00090z3', 'Bonin Islands, Japan region', 'earthquake\r'), +(13057, '1999-01-12 08:49:21', -5.421, 151.681, 42.6, 6, 'mwc', 'usp00090zn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13058, '1999-01-13 20:12:15', -20.598, 169.757, 125.4, 5.8, 'mwc', 'usp0009124', 'Vanuatu', 'earthquake\r'), +(13059, '1999-01-16 10:44:39', 56.233, -147.427, 21, 6, 'mwc', 'usp000916e', 'Gulf of Alaska', 'earthquake\r'), +(13060, '1999-01-17 15:28:35', 13.232, 145.528, 33, 5.5, 'mwc', 'usp000917v', 'Guam region', 'earthquake\r'), +(13061, '1999-01-18 00:33:30', -22.034, 170.052, 53, 5.5, 'mwc', 'usp000918f', 'southeast of the Loyalty Islands', 'earthquake\r'), +(13062, '1999-01-18 16:24:25', -22.27, 170.354, 33, 5.7, 'mwc', 'usp000919j', 'southeast of the Loyalty Islands', 'earthquake\r'), +(13063, '1999-01-19 03:35:34', -4.596, 153.235, 114.1, 7, 'mwc', 'usp00091ag', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13064, '1999-01-21 22:02:17', 38.649, 142.904, 33, 5.8, 'mwc', 'usp00091fu', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13065, '1999-01-24 00:37:05', 30.618, 131.086, 33, 6.4, 'mwc', 'usp00091m0', 'Kyushu, Japan', 'earthquake\r'), +(13066, '1999-01-24 07:01:58', -21.132, -174.659, 33, 6.1, 'mwc', 'usp00091md', 'Tonga', 'earthquake\r'), +(13067, '1999-01-24 08:00:09', -26.463, 74.476, 10, 6.3, 'mwc', 'usp00091mf', 'Mid-Indian Ridge', 'earthquake\r'), +(13068, '1999-01-25 10:37:13', -18.026, -178.445, 640, 5.8, 'mwc', 'usp00091pg', 'Fiji region', 'earthquake\r'), +(13069, '1999-01-25 18:19:17', 4.461, -75.724, 17, 6.1, 'mwc', 'usp00091q3', 'Colombia', 'earthquake\r'), +(13070, '1999-01-25 22:40:16', 4.37, -75.682, 10, 5.5, 'mwc', 'usp00091qf', 'Colombia', 'earthquake\r'), +(13071, '1999-01-25 23:45:29', 2.355, 126.702, 33, 5.5, 'mwc', 'usp00091qm', 'Molucca Sea', 'earthquake\r'), +(13072, '1999-01-26 12:30:49', -20.515, -174.207, 41.3, 5.8, 'mwb', 'usp00091rg', 'Tonga', 'earthquake\r'), +(13073, '1999-01-27 03:37:47', -22.313, -179.017, 436.9, 5.5, 'mwc', 'usp00091sk', 'south of the Fiji Islands', 'earthquake\r'), +(13074, '1999-01-27 08:09:02', -5.317, 146.764, 230, 5.9, 'mwc', 'usp00091sv', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13075, '1999-01-27 10:13:54', 6.711, -82.678, 10, 5.7, 'mwc', 'usp00091t4', 'south of Panama', 'earthquake\r'), +(13076, '1999-01-28 08:10:05', 52.886, -169.123, 67.2, 6.6, 'mwc', 'usp00091uc', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13077, '1999-01-28 18:24:25', -4.582, 153.658, 101, 6.4, 'mwb', 'usp00091uv', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13078, '1999-01-29 01:09:17', -15.859, -179.748, 33, 5.9, 'mwc', 'usp00091vq', 'Fiji region', 'earthquake\r'), +(13079, '1999-01-29 15:04:29', -18.734, 169.251, 236.7, 5.5, 'mwc', 'usp00091x3', 'Vanuatu', 'earthquake\r'), +(13080, '1999-01-30 03:51:05', 41.674, 88.463, 23.3, 5.5, 'mwc', 'usp00091y1', 'southern Xinjiang, China', 'earthquake\r'), +(13081, '1999-01-31 05:07:14', 43.157, 46.841, 33, 5.7, 'mwc', 'usp0009202', 'Caucasus region, Russia', 'earthquake\r'), +(13082, '1999-01-31 19:29:11', 43.455, 146.96, 33, 5.7, 'mwc', 'usp000921b', 'Kuril Islands', 'earthquake\r'), +(13083, '1999-02-01 09:56:35', 85.734, 84.439, 10, 5.6, 'mwc', 'usp000922k', 'north of Severnaya Zemlya', 'earthquake\r'), +(13084, '1999-02-01 11:56:01', 85.571, 87.141, 10, 5.7, 'mwc', 'usp000922w', 'north of Severnaya Zemlya', 'earthquake\r'), +(13085, '1999-02-03 01:13:58', -20.305, -174.365, 33, 6.3, 'mwb', 'usp000925u', 'Tonga', 'earthquake\r'), +(13086, '1999-02-03 06:35:57', -6.19, 104.222, 33, 5.8, 'mwc', 'usp0009268', 'Sunda Strait, Indonesia', 'earthquake\r'), +(13087, '1999-02-04 02:35:36', -8.612, 149.279, 98.3, 5.8, 'mwb', 'usp000927n', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13088, '1999-02-04 15:28:57', 11.386, 139.018, 33, 5.7, 'mwc', 'usp000928t', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(13089, '1999-02-04 19:28:01', 4.033, 95.283, 55.5, 5.9, 'mwb', 'usp0009293', 'northern Sumatra, Indonesia', 'earthquake\r'), +(13090, '1999-02-05 11:39:45', -12.616, 166.966, 213, 5.9, 'mwb', 'usp00092ae', 'Santa Cruz Islands', 'earthquake\r'), +(13091, '1999-02-05 14:37:53', 47.505, 147.158, 407.4, 5.8, 'mwc', 'usp00092ar', 'northwest of the Kuril Islands', 'earthquake\r'), +(13092, '1999-02-06 17:45:24', 19.2, 121.265, 33, 6, 'mwc', 'usp00092ck', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(13093, '1999-02-06 21:47:59', -12.853, 166.697, 90.1, 7.3, 'mwc', 'usp00092cr', 'Santa Cruz Islands', 'earthquake\r'), +(13094, '1999-02-08 16:22:54', -7.908, 147.734, 70.2, 5.9, 'mwc', 'usp00092g3', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13095, '1999-02-11 14:08:52', 34.259, 69.364, 33, 6, 'mwc', 'usp00092n1', 'central Afghanistan', 'earthquake\r'), +(13096, '1999-02-11 15:16:46', -6.975, 150.404, 33, 5.5, 'mwc', 'usp00092n2', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13097, '1999-02-12 17:44:49', 44.474, 149.678, 33, 5.6, 'mwc', 'usp00092q2', 'Kuril Islands', 'earthquake\r'), +(13098, '1999-02-13 14:45:13', -3.558, 144.83, 10, 6.2, 'mwc', 'usp00092rg', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(13099, '1999-02-14 21:12:25', -15.507, 167.996, 10, 6, 'mwb', 'usp00092u7', 'Vanuatu', 'earthquake\r'), +(13100, '1999-02-15 05:46:12', 4.931, 95.848, 33, 5.5, 'mwc', 'usp00092ut', 'northern Sumatra, Indonesia', 'earthquake\r'), +(13101, '1999-02-17 02:27:12', -2.011, 133.483, 33, 5.8, 'mwc', 'usp00092y4', 'Papua, Indonesia', 'earthquake\r'), +(13102, '1999-02-17 21:58:55', -21.143, -70.04, 33, 5.6, 'mwc', 'usp00092zv', 'Tarapaca, Chile', 'earthquake\r'), +(13103, '1999-02-19 07:25:59', -5.922, 147.403, 101.6, 5.5, 'mwc', 'usp0009324', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13104, '1999-02-20 01:58:08', 35.51, 141.818, 33, 5.5, 'mwc', 'usp0009339', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13105, '1999-02-20 05:00:15', -6.185, 154.431, 33, 5.7, 'mwc', 'usp000933h', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13106, '1999-02-22 01:00:33', -21.452, 169.682, 33, 6.4, 'mwc', 'usp000936u', 'southeast of the Loyalty Islands', 'earthquake\r'), +(13107, '1999-02-22 13:49:01', 24.115, 122.646, 42.7, 5.9, 'mwc', 'usp000937r', 'Taiwan region', 'earthquake\r'), +(13108, '1999-02-23 07:27:56', 0.2, 119.541, 33, 6.2, 'mwb', 'usp0009398', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(13109, '1999-02-23 18:56:56', -20.804, -174.071, 36.1, 5.5, 'mwc', 'usp00093a9', 'Tonga', 'earthquake\r'), +(13110, '1999-02-24 05:18:54', 18.053, 146.523, 33, 5.8, 'mwb', 'usp00093b3', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(13111, '1999-02-25 18:18:09', 0.232, 119.484, 33, 5.5, 'mwc', 'usp00093e4', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(13112, '1999-02-25 18:58:29', 51.604, 104.864, 10, 5.9, 'mwc', 'usp00093e7', 'Lake Baykal region, Russia', 'earthquake\r'), +(13113, '1999-02-27 07:13:36', -63.497, 169.428, 10, 5.6, 'mwc', 'usp00093hw', 'Balleny Islands region', 'earthquake\r'), +(13114, '1999-02-27 12:55:13', -49.243, -7.918, 10, 5.6, 'mwc', 'usp00093je', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(13115, '1999-03-01 08:51:01', -2.975, 126.528, 33, 5.7, 'mwc', 'usp00093nx', 'Ceram Sea, Indonesia', 'earthquake\r'), +(13116, '1999-03-01 17:46:46', 85.686, 86.034, 10, 5.5, 'mwc', 'usp00093pf', 'north of Severnaya Zemlya', 'earthquake\r'), +(13117, '1999-03-02 07:12:21', 35.592, 141.751, 33, 5.9, 'mwc', 'usp00093qd', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13118, '1999-03-02 16:54:16', -27.608, -176.486, 33, 5.6, 'mwc', 'usp00093r5', 'Kermadec Islands region', 'earthquake\r'), +(13119, '1999-03-02 17:45:55', -22.717, -68.503, 110.8, 5.9, 'mwc', 'usp00093r7', 'Antofagasta, Chile', 'earthquake\r'), +(13120, '1999-03-04 05:38:27', 28.343, 57.193, 33, 6.6, 'mwc', 'usp00093tj', 'southern Iran', 'earthquake\r'), +(13121, '1999-03-04 05:47:50', 28.323, 57.147, 33, 5.6, 'mb', 'usp00093tk', 'southern Iran', 'earthquake\r'), +(13122, '1999-03-04 07:52:46', 85.735, 84.906, 10, 5.5, 'mwc', 'usp00093tv', 'north of Severnaya Zemlya', 'earthquake\r'), +(13123, '1999-03-04 08:52:02', 5.397, 121.937, 33, 7.1, 'mwc', 'usp00093u0', 'Sulu Archipelago, Philippines', 'earthquake\r'), +(13124, '1999-03-05 00:33:47', -20.423, -68.901, 110.9, 5.8, 'mwc', 'usp00093vj', 'Tarapaca, Chile', 'earthquake\r'), +(13125, '1999-03-05 03:35:15', -34.673, -69.6, 10, 6, 'mwc', 'usp00093vr', 'Mendoza, Argentina', 'earthquake\r'), +(13126, '1999-03-05 13:01:11', 5.255, 122.168, 33, 5.9, 'mwc', 'usp00093wz', 'Celebes Sea', 'earthquake\r'), +(13127, '1999-03-06 20:28:54', -21.734, -179.465, 602.7, 5.7, 'mwc', 'usp00093zq', 'Fiji region', 'earthquake\r'), +(13128, '1999-03-07 20:35:44', -15.766, -179.526, 33, 6.1, 'mwc', 'usp000941n', 'Fiji region', 'earthquake\r'), +(13129, '1999-03-08 05:40:01', 52.129, 159.482, 49.6, 5.8, 'mwc', 'usp000942a', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(13130, '1999-03-08 05:57:53', 52.132, 159.529, 54.7, 5.8, 'mwc', 'usp000942c', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(13131, '1999-03-08 12:25:49', 52.056, 159.52, 56.6, 6.9, 'mwc', 'usp000943c', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(13132, '1999-03-12 11:16:39', -20, -177.765, 587, 5.6, 'mwc', 'usp00094cb', 'Fiji region', 'earthquake\r'), +(13133, '1999-03-14 08:11:59', 12.033, 143.645, 33, 5.5, 'mwc', 'usp00094g3', 'Guam region', 'earthquake\r'), +(13134, '1999-03-15 10:42:55', 41.891, 82.692, 10, 5.5, 'mwc', 'usp00094j6', 'southern Xinjiang, China', 'earthquake\r'), +(13135, '1999-03-16 03:32:16', 2.683, 125.674, 114.2, 5.5, 'mwc', 'usp00094kg', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(13136, '1999-03-18 01:59:01', -0.034, 124.313, 88.5, 5.8, 'mwc', 'usp00094q1', 'Molucca Sea', 'earthquake\r'), +(13137, '1999-03-18 17:55:43', 41.097, 142.971, 41.3, 5.9, 'mwc', 'usp00094ra', 'Hokkaido, Japan region', 'earthquake\r'), +(13138, '1999-03-20 10:47:46', 51.587, -177.668, 33, 6.9, 'mwc', 'usp00094ud', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13139, '1999-03-21 14:20:55', 5.649, 126.641, 33, 5.5, 'mwc', 'usp00094wa', 'Mindanao, Philippines', 'earthquake\r'), +(13140, '1999-03-21 16:16:02', 55.896, 110.214, 10, 5.9, 'mwc', 'usp00094ws', 'Lake Baykal region, Russia', 'earthquake\r'), +(13141, '1999-03-21 16:17:04', 55.942, 110.272, 10, 5.9, 'mwc', 'usp00094wt', 'Lake Baykal region, Russia', 'earthquake\r'), +(13142, '1999-03-22 08:04:07', -7.122, 128.658, 33, 5.8, 'mwc', 'usp00094yt', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(13143, '1999-03-23 11:23:44', -20.912, -178.731, 574.7, 5.6, 'mwc', 'usp0009519', 'Fiji region', 'earthquake\r'), +(13144, '1999-03-23 20:15:29', 29.57, 128.333, 33, 5.6, 'mwc', 'usp000951x', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(13145, '1999-03-24 20:32:59', -7.028, 117.089, 621.4, 5.5, 'mwc', 'usp000953s', 'Bali Sea', 'earthquake\r'), +(13146, '1999-03-27 08:03:45', -9.682, 112.79, 33, 5.6, 'mwb', 'usp000958w', 'south of Java, Indonesia', 'earthquake\r'), +(13147, '1999-03-27 11:13:34', -40.045, -71.747, 33, 5.5, 'mwc', 'usp0009597', 'Los Lagos, Chile', 'earthquake\r'), +(13148, '1999-03-27 12:44:17', -3.857, 131.43, 25, 5.6, 'mwc', 'usp000959a', 'Ceram Sea, Indonesia', 'earthquake\r'), +(13149, '1999-03-27 21:02:46', -56.799, -141.051, 10, 5.8, 'mwc', 'usp00095a6', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(13150, '1999-03-28 19:05:11', 30.512, 79.403, 15, 6.6, 'mwb', 'usp00095cb', 'Uttaranchal, India', 'earthquake\r'), +(13151, '1999-03-28 21:33:44', 85.644, 86.259, 10, 5.8, 'mwc', 'usp00095cu', 'north of Severnaya Zemlya', 'earthquake\r'), +(13152, '1999-03-29 01:43:36', -10.688, 161.338, 33, 5.6, 'mwc', 'usp00095de', 'Solomon Islands', 'earthquake\r'), +(13153, '1999-03-29 06:17:58', -3.996, 87.284, 10, 5.8, 'mwc', 'usp00095dw', 'South Indian Ocean', 'earthquake\r'), +(13154, '1999-03-30 09:59:08', 10.696, -70.418, 10, 5.8, 'mwc', 'usp00095fu', 'Falcon, Venezuela', 'earthquake\r'), +(13155, '1999-03-31 05:54:42', 5.827, -82.616, 10, 6.3, 'mwc', 'usp00095hd', 'south of Panama', 'earthquake\r'), +(13156, '1999-04-01 21:36:21', -4.357, 152.707, 33, 6.2, 'mwc', 'usp00095m6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13157, '1999-04-02 17:05:47', -19.899, 168.193, 10, 6.2, 'mwc', 'usp00095nv', 'Vanuatu', 'earthquake\r'), +(13158, '1999-04-03 00:31:38', -57.679, -27.078, 150, 5.5, 'mwc', 'usp00095pj', 'South Sandwich Islands region', 'earthquake\r'), +(13159, '1999-04-03 06:17:18', -16.66, -72.662, 87.2, 6.8, 'mwc', 'usp00095q7', 'near the coast of southern Peru', 'earthquake\r'), +(13160, '1999-04-03 10:10:31', 13.173, -87.634, 38.4, 6, 'mwc', 'usp00095qj', 'Honduras', 'earthquake\r'), +(13161, '1999-04-05 11:08:04', -5.591, 149.568, 150, 7.4, 'mwc', 'usp00095u8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13162, '1999-04-05 22:32:57', 24.908, 93.678, 66.4, 5.6, 'mwc', 'usp00095uy', 'Manipur, India region', 'earthquake\r'), +(13163, '1999-04-06 04:51:06', 24.451, -46.374, 10, 5.9, 'mwb', 'usp00095ve', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(13164, '1999-04-06 08:22:14', -6.527, 147.007, 33, 6.4, 'mwb', 'usp00095vp', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13165, '1999-04-06 11:26:21', -6.42, 146.946, 33, 5.5, 'mwc', 'usp00095w2', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13166, '1999-04-08 11:30:16', -0.155, 122.909, 91.8, 5.5, 'mwc', 'usp00095z7', 'Sulawesi, Indonesia', 'earthquake\r'), +(13167, '1999-04-08 13:10:34', 43.607, 130.35, 565.7, 7.1, 'mwc', 'usp00095z9', 'Jilin-Heilongjiang border region, China', 'earthquake\r'), +(13168, '1999-04-09 08:16:34', -42.056, 84.269, 10, 5.6, 'mwc', 'usp000960h', 'southeast Indian Ridge', 'earthquake\r'), +(13169, '1999-04-09 12:16:02', -26.354, 178.221, 621.2, 6.2, 'mwc', 'usp000960u', 'south of the Fiji Islands', 'earthquake\r'), +(13170, '1999-04-11 16:50:39', -6, 148.495, 58.3, 6, 'mwc', 'usp000964k', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13171, '1999-04-12 09:41:16', -20.036, 168.575, 42.8, 5.9, 'mwc', 'usp000965s', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(13172, '1999-04-13 10:38:48', -21.422, -176.46, 164.2, 6.8, 'mwc', 'usp000967d', 'Fiji region', 'earthquake\r'), +(13173, '1999-04-15 13:54:44', -6.346, 146.976, 31.9, 5.8, 'mwc', 'usp00096bj', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13174, '1999-04-17 00:56:25', 19.248, -155.489, 10.9, 5.8, 'mwb', 'usp00096ec', 'Hawaii region, Hawaii', 'earthquake\r'), +(13175, '1999-04-17 05:11:45', -26.896, -176.383, 33, 5.5, 'mwc', 'usp00096eq', 'south of the Fiji Islands', 'earthquake\r'), +(13176, '1999-04-19 10:14:40', -20.458, 168.81, 33, 5.5, 'mwc', 'usp00096jm', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(13177, '1999-04-20 19:04:08', -31.888, -179.04, 95.7, 6.5, 'mwb', 'usp00096mm', 'Kermadec Islands region', 'earthquake\r'), +(13178, '1999-04-21 11:08:29', -29.679, -178.474, 237.1, 5.6, 'mwc', 'usp00096nn', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13179, '1999-04-22 22:19:37', -27.953, 26.635, 5, 5.7, 'mb', 'usp00096r2', 'South Africa', 'earthquake\r'), +(13180, '1999-04-23 18:56:27', 13.123, 145.142, 52.5, 5.7, 'mwc', 'usp00096sp', 'Guam region', 'earthquake\r'), +(13181, '1999-04-26 18:17:26', -1.648, -77.783, 172.6, 6, 'mwc', 'usp00096xa', 'Ecuador', 'earthquake\r'), +(13182, '1999-04-29 07:46:09', 28.867, 131.148, 33, 5.9, 'mwc', 'usp0009712', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(13183, '1999-04-29 18:26:38', -35.781, -102.9, 10, 5.8, 'mwc', 'usp0009724', 'southeast of Easter Island', 'earthquake\r'), +(13184, '1999-04-30 19:28:49', -31.646, -71.681, 52.4, 5.6, 'mwc', 'usp0009747', 'offshore Coquimbo, Chile', 'earthquake\r'), +(13185, '1999-05-02 16:13:51', 56.794, -34.268, 10, 5.6, 'mwc', 'usp0009784', 'Reykjanes Ridge', 'earthquake\r'), +(13186, '1999-05-05 10:30:03', 59.291, -151.523, 70.9, 5.8, 'mwb', 'usp00097d2', 'Kenai Peninsula, Alaska', 'earthquake\r'), +(13187, '1999-05-05 22:41:30', 14.364, -94.673, 33, 6.1, 'mwc', 'usp00097dr', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(13188, '1999-05-06 13:21:32', -34.019, -178.97, 33, 5.5, 'mwc', 'usp00097et', 'south of the Kermadec Islands', 'earthquake\r'), +(13189, '1999-05-06 23:00:53', 29.501, 51.88, 33, 6.2, 'mwc', 'usp00097fp', 'southern Iran', 'earthquake\r'), +(13190, '1999-05-07 14:07:29', -7.491, 31.683, 10, 5.6, 'mb', 'usp00097gz', 'Lake Rukwa region, Tanzania', 'earthquake\r'), +(13191, '1999-05-07 14:13:52', 56.416, -152.939, 20, 6.2, 'mwc', 'usp00097h0', 'Kodiak Island region, Alaska', 'earthquake\r'), +(13192, '1999-05-08 19:44:36', 45.449, 151.63, 62.7, 5.9, 'mwc', 'usp00097m3', 'Kuril Islands', 'earthquake\r'), +(13193, '1999-05-08 19:48:30', -21.486, 173.44, 33, 5.7, 'mwc', 'usp00097m4', 'Vanuatu region', 'earthquake\r'), +(13194, '1999-05-08 22:12:46', 14.214, -91.945, 39.2, 6.1, 'mwb', 'usp00097mc', 'offshore Guatemala', 'earthquake\r'), +(13195, '1999-05-09 18:56:05', -42.455, 83.828, 10, 5.7, 'mwb', 'usp00097pe', 'Mid-Indian Ridge', 'earthquake\r'), +(13196, '1999-05-10 11:55:25', -11.658, 166.289, 83.1, 5.7, 'mwc', 'usp00097qs', 'Santa Cruz Islands', 'earthquake\r'), +(13197, '1999-05-10 20:33:02', -5.159, 150.88, 138, 7.1, 'mwb', 'usp00097rj', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13198, '1999-05-11 01:00:41', -36.102, -110.64, 10, 6, 'mwc', 'usp00097rz', 'southern East Pacific Rise', 'earthquake\r'), +(13199, '1999-05-11 15:56:10', -36.368, -110.588, 10, 5.6, 'mwc', 'usp00097sv', 'southern East Pacific Rise', 'earthquake\r'), +(13200, '1999-05-11 16:05:11', -36.31, -110.395, 10, 5.7, 'mwc', 'usp00097sx', 'southern East Pacific Rise', 'earthquake\r'), +(13201, '1999-05-12 17:59:22', 43.032, 143.835, 102.7, 6.2, 'mwc', 'usp00097v1', 'Hokkaido, Japan region', 'earthquake\r'), +(13202, '1999-05-13 13:54:40', -0.418, 121.441, 34.7, 5.5, 'mwc', 'usp00097w3', 'Sulawesi, Indonesia', 'earthquake\r'), +(13203, '1999-05-14 20:36:38', -3.068, 129.686, 33, 5.5, 'mwc', 'usp00097z3', 'Seram, Indonesia', 'earthquake\r'), +(13204, '1999-05-15 13:22:11', 37.5296667, -118.8171667, 2.934, 5.5, 'mw', 'nc21014765', 'Central California', 'earthquake\r'), +(13205, '1999-05-16 00:51:20', -4.751, 152.486, 73.7, 7.1, 'mwc', 'usp000982a', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13206, '1999-05-16 15:25:54', -2.642, 138.217, 59.2, 6.4, 'mwc', 'usp000983u', 'Papua, Indonesia', 'earthquake\r'), +(13207, '1999-05-17 09:06:40', -5.195, 152.73, 69.4, 5.5, 'mwc', 'usp000985q', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13208, '1999-05-17 10:07:56', -5.165, 152.877, 27, 6.6, 'mwc', 'usp000985t', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13209, '1999-05-17 17:04:21', -5.039, 152.537, 81.1, 5.6, 'mwc', 'usp000986n', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13210, '1999-05-18 04:19:53', -5.65, 148.533, 127.3, 6.1, 'mwc', 'usp000987t', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13211, '1999-05-18 06:16:10', -5.03, 152.764, 33, 5.8, 'mwc', 'usp000987x', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13212, '1999-05-18 09:19:34', -38.674, 175.26, 282.5, 5.8, 'mwb', 'usp0009886', 'North Island of New Zealand', 'earthquake\r'), +(13213, '1999-05-18 19:53:00', 5.625, 123.855, 33, 5.9, 'mwc', 'usp0009891', 'Celebes Sea', 'earthquake\r'), +(13214, '1999-05-18 20:20:16', 85.632, 86.146, 10, 5.5, 'mwc', 'usp0009894', 'north of Severnaya Zemlya', 'earthquake\r'), +(13215, '1999-05-21 03:12:18', -60.788, -24.952, 40.8, 5.7, 'mwc', 'usp00098eg', 'South Sandwich Islands region', 'earthquake\r'), +(13216, '1999-05-22 10:08:54', -20.731, 169.881, 33, 6.1, 'mwb', 'usp00098h3', 'Vanuatu', 'earthquake\r'), +(13217, '1999-05-22 22:56:25', -5.601, 152.618, 33, 5.7, 'mwc', 'usp00098jd', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13218, '1999-05-25 07:34:41', -19.078, 169.438, 242.6, 5.6, 'mwb', 'usp00098qg', 'Vanuatu', 'earthquake\r'), +(13219, '1999-05-25 16:00:26', 3.689, 90.144, 33, 5.6, 'mwb', 'usp00098r9', 'off the west coast of northern Sumatra', 'earthquake\r'), +(13220, '1999-05-25 16:42:05', -27.931, -66.934, 169.3, 5.8, 'mwc', 'usp00098ra', 'Catamarca, Argentina', 'earthquake\r'), +(13221, '1999-05-25 17:15:22', 34.478, 32.131, 10, 5.6, 'mwc', 'usp00098rd', 'Cyprus region', 'earthquake\r'), +(13222, '1999-05-27 08:08:59', 58.652, -137.184, 10, 5.6, 'mwc', 'usp00098us', 'Southeastern Alaska', 'earthquake\r'), +(13223, '1999-06-02 00:23:19', 0.053, 123.484, 161, 5.7, 'mwc', 'usp000995h', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(13224, '1999-06-04 04:25:57', 53.859, -164.064, 33, 5.8, 'mwc', 'usp000998y', 'Unimak Island region, Alaska', 'earthquake\r'), +(13225, '1999-06-06 07:08:06', 13.897, -90.768, 33, 6.3, 'mwb', 'usp00099cu', 'offshore Guatemala', 'earthquake\r'), +(13226, '1999-06-07 07:45:49', 8.586, 125.854, 33, 5.7, 'mwc', 'usp00099ep', 'Mindanao, Philippines', 'earthquake\r'), +(13227, '1999-06-07 16:10:34', 73.017, 5.187, 10, 5.5, 'mwc', 'usp00099fe', 'Greenland Sea', 'earthquake\r'), +(13228, '1999-06-07 16:35:47', 73.077, 5.453, 10, 5.5, 'mwc', 'usp00099fk', 'Greenland Sea', 'earthquake\r'), +(13229, '1999-06-08 12:04:01', 15.04, -60.421, 54.6, 5.8, 'mwc', 'usp00099h2', 'Martinique region, Windward Islands', 'earthquake\r'), +(13230, '1999-06-09 00:02:05', -19.281, -173.557, 33, 5.6, 'mwc', 'usp00099hy', 'Tonga', 'earthquake\r'), +(13231, '1999-06-09 01:05:32', 8.592, 125.868, 33, 5.5, 'mwc', 'usp00099j7', 'Mindanao, Philippines', 'earthquake\r'), +(13232, '1999-06-09 04:05:45', -53.039, -46.839, 10, 5.8, 'mwc', 'usp00099jj', 'South Atlantic Ocean', 'earthquake\r'), +(13233, '1999-06-15 20:42:06', 18.386, -97.436, 70, 7, 'mwc', 'usp00099y6', 'Puebla, Mexico', 'earthquake\r'), +(13234, '1999-06-16 18:35:59', -17.037, -173.362, 75.3, 5.8, 'mwc', 'usp00099zz', 'Tonga', 'earthquake\r'), +(13235, '1999-06-16 19:32:33', -14.965, -175.854, 33, 5.9, 'mwc', 'usp0009a04', 'Samoa Islands region', 'earthquake\r'), +(13236, '1999-06-18 10:55:26', 5.514, 126.639, 33, 6.4, 'mwc', 'usp0009a3f', 'Mindanao, Philippines', 'earthquake\r'), +(13237, '1999-06-19 09:03:09', -5.414, 146.879, 208.5, 5.7, 'mwc', 'usp0009a5d', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13238, '1999-06-21 04:35:47', 8.228, 141.301, 33, 5.6, 'mwc', 'usp0009a8h', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(13239, '1999-06-21 17:37:27', 36.388, 70.707, 230.2, 5.5, 'mwb', 'usp0009a9d', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(13240, '1999-06-21 17:43:05', 18.324, -101.539, 68.7, 6.3, 'mwc', 'usp0009a9e', 'Guerrero, Mexico', 'earthquake\r'), +(13241, '1999-06-22 00:47:43', -4.508, 133.947, 33, 5.7, 'mwc', 'usp0009a9w', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(13242, '1999-06-22 18:48:18', -56.274, -27.638, 95.9, 5.5, 'mwc', 'usp0009ab8', 'South Sandwich Islands region', 'earthquake\r'), +(13243, '1999-06-23 19:37:23', 19.279, 145.575, 103, 5.6, 'mwc', 'usp0009acr', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(13244, '1999-06-25 11:12:29', 3.802, 126.347, 33, 5.6, 'mwc', 'usp0009agc', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(13245, '1999-06-26 21:54:11', 30.098, 69.444, 33, 5.6, 'mwc', 'usp0009am2', 'Pakistan', 'earthquake\r'), +(13246, '1999-06-26 22:05:29', -17.956, -178.187, 590.4, 6, 'mwc', 'usp0009am3', 'Fiji region', 'earthquake\r'), +(13247, '1999-06-29 05:50:09', -9.468, 147.854, 33, 5.6, 'mwc', 'usp0009arx', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13248, '1999-06-29 23:18:06', 36.622, 71.353, 189.3, 5.7, 'mwb', 'usp0009atb', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(13249, '1999-07-01 02:06:58', 70.386, -15.152, 10, 5.5, 'mwc', 'usp0009av1', 'Jan Mayen Island region', 'earthquake\r'), +(13250, '1999-07-01 02:08:02', 70.28, -15.351, 10, 5.7, 'mwc', 'usp0009av2', 'Jan Mayen Island region', 'earthquake\r'), +(13251, '1999-07-02 11:45:31', 49.371, -129.204, 10, 6, 'mwb', 'usp0009axx', 'Vancouver Island, Canada region', 'earthquake\r'), +(13252, '1999-07-03 01:43:54', 47.074, -123.4636667, 40.014, 5.8, 'md', 'uw10474303', 'Olympic Peninsula, Washington', 'earthquake\r'), +(13253, '1999-07-03 05:03:44', 56.076, 164.639, 33, 5.5, 'mwc', 'usp0009azf', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(13254, '1999-07-03 05:30:10', 26.323, 140.482, 430.6, 6.1, 'mwb', 'usp0009azh', 'Bonin Islands, Japan region', 'earthquake\r'), +(13255, '1999-07-07 18:52:57', 49.233, 155.559, 33, 6.1, 'mwc', 'usp0009b84', 'Kuril Islands', 'earthquake\r'), +(13256, '1999-07-08 11:04:50', -30.247, -178.131, 116.5, 5.7, 'mwc', 'usp0009b9j', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13257, '1999-07-09 01:20:57', -24.967, -70.504, 40.5, 5.6, 'mwc', 'usp0009bap', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(13258, '1999-07-09 05:04:43', -6.514, 154.944, 29, 6.3, 'mwb', 'usp0009bb3', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13259, '1999-07-09 18:16:21', -20.095, -178.16, 567, 5.6, 'mwc', 'usp0009bbx', 'Fiji region', 'earthquake\r'), +(13260, '1999-07-11 14:14:17', 15.782, -88.33, 10, 6.7, 'mwc', 'usp0009bed', 'Guatemala', 'earthquake\r'), +(13261, '1999-07-12 03:42:17', 30.069, 69.419, 51.5, 5.7, 'mwc', 'usp0009bfv', 'Pakistan', 'earthquake\r'), +(13262, '1999-07-12 05:57:59', 5.513, 126.709, 33, 5.7, 'mwc', 'usp0009bg1', 'Mindanao, Philippines', 'earthquake\r'), +(13263, '1999-07-13 12:26:42', -35.487, -104.074, 10, 5.6, 'mwc', 'usp0009bj5', 'southeast of Easter Island', 'earthquake\r'), +(13264, '1999-07-13 13:02:31', 13.749, -90.42, 70, 5.6, 'mwc', 'usp0009bj6', 'offshore Guatemala', 'earthquake\r'), +(13265, '1999-07-15 14:26:26', -18.23, 168.178, 33, 5.5, 'mwc', 'usp0009bnf', 'Vanuatu', 'earthquake\r'), +(13266, '1999-07-18 10:34:03', -22.546, 179.412, 590.9, 6, 'mwb', 'usp0009bt3', 'south of the Fiji Islands', 'earthquake\r'), +(13267, '1999-07-19 02:17:04', -28.629, -177.608, 39, 6.5, 'mwc', 'usp0009bu6', 'Kermadec Islands region', 'earthquake\r'), +(13268, '1999-07-19 05:00:53', -9.03, 120.159, 33, 5.5, 'mwc', 'usp0009buh', 'Sumba region, Indonesia', 'earthquake\r'), +(13269, '1999-07-19 16:45:03', -33.58, -176.705, 33, 5.5, 'mwc', 'usp0009bv2', 'south of the Kermadec Islands', 'earthquake\r'), +(13270, '1999-07-20 00:53:25', 26.904, 141.455, 89.5, 5.6, 'mwc', 'usp0009bvh', 'Bonin Islands, Japan region', 'earthquake\r'), +(13271, '1999-07-21 03:10:44', -18.289, -177.906, 560.8, 5.7, 'mwc', 'usp0009bws', 'Fiji region', 'earthquake\r'), +(13272, '1999-07-21 13:46:30', 4.567, 97.211, 175, 5.6, 'mwc', 'usp0009bxc', 'northern Sumatra, Indonesia', 'earthquake\r'), +(13273, '1999-07-26 01:33:20', -5.151, 151.942, 69.4, 6.2, 'mwc', 'usp0009c49', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13274, '1999-07-26 02:45:47', 40.78, 141.675, 104.1, 5.7, 'mwc', 'usp0009c4c', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13275, '1999-07-26 18:48:35', -2.979, 150.494, 33, 5.6, 'mwc', 'usp0009c52', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13276, '1999-07-26 21:18:35', -3.046, 150.572, 33, 5.5, 'mwc', 'usp0009c56', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13277, '1999-07-27 23:30:20', -15.201, -173.324, 33, 5.5, 'mwc', 'usp0009c6h', 'Tonga', 'earthquake\r'), +(13278, '1999-07-28 00:16:58', -28.69, -177.523, 33, 6.1, 'mwb', 'usp0009c6j', 'Kermadec Islands region', 'earthquake\r'), +(13279, '1999-07-28 10:08:21', -30.285, -178.014, 25, 6.3, 'mwc', 'usp0009c7b', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13280, '1999-07-28 13:17:12', 29.999, 69.397, 33, 5.5, 'mwc', 'usp0009c7k', 'Pakistan', 'earthquake\r'), +(13281, '1999-07-31 07:11:35', 5.201, -82.579, 10, 5.5, 'mwc', 'usp0009cbs', 'south of Panama', 'earthquake\r'), +(13282, '1999-08-01 08:39:05', -30.367, -177.832, 10, 6.5, 'mwc', 'usp0009cdx', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13283, '1999-08-01 12:47:50', 51.52, -176.273, 33, 5.9, 'mwc', 'usp0009ce5', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13284, '1999-08-01 16:06:21', 37.53, -116.968, 6.037, 5.94, 'ml', 'ci9098566', '64km SSE of Tonopah, Nevada', 'earthquake\r'), +(13285, '1999-08-02 01:06:38', -33.023, -70.153, 95.4, 5.5, 'mwc', 'usp0009cfy', 'Valparaiso, Chile', 'earthquake\r'), +(13286, '1999-08-02 09:47:12', -12.55, 167.175, 251.2, 5.7, 'mwc', 'usp0009cgj', 'Santa Cruz Islands', 'earthquake\r'), +(13287, '1999-08-03 15:58:58', -3.453, -79.162, 88.1, 5.9, 'mwc', 'usp0009cjc', 'near the coast of Ecuador', 'earthquake\r'), +(13288, '1999-08-06 00:32:42', 49.933, 156.261, 57.8, 5.9, 'mwc', 'usp0009cp6', 'Kuril Islands', 'earthquake\r'), +(13289, '1999-08-07 06:17:29', -21.086, -176.059, 33, 5.6, 'mwc', 'usp0009crc', 'Fiji region', 'earthquake\r'), +(13290, '1999-08-08 15:15:34', -56.435, -143.024, 10, 5.6, 'mwc', 'usp0009ct6', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(13291, '1999-08-09 22:58:45', 51.229, 178.062, 33, 5.5, 'mwc', 'usp0009cue', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13292, '1999-08-10 12:21:20', -22.147, 170.052, 33, 5.5, 'mwc', 'usp0009cv3', 'southeast of the Loyalty Islands', 'earthquake\r'), +(13293, '1999-08-10 14:55:42', 9.346, -83.967, 33, 5.6, 'mwc', 'usp0009cvb', 'Costa Rica', 'earthquake\r'), +(13294, '1999-08-11 04:27:55', 34.791, 32.939, 33, 5.6, 'mwc', 'usp0009cw8', 'Cyprus region', 'earthquake\r'), +(13295, '1999-08-12 00:25:07', -18.721, -176.882, 33, 5.5, 'mwc', 'usp0009cxh', 'Fiji region', 'earthquake\r'), +(13296, '1999-08-12 05:45:00', -1.716, 122.456, 33, 6.2, 'mwc', 'usp0009cxq', 'Sulawesi, Indonesia', 'earthquake\r'), +(13297, '1999-08-12 07:27:14', -45.622, -76.578, 33, 5.5, 'mwc', 'usp0009cxu', 'off the coast of Aisen, Chile', 'earthquake\r'), +(13298, '1999-08-12 16:43:46', -0.688, 127.273, 79.7, 5.6, 'mwc', 'usp0009cyg', 'Halmahera, Indonesia', 'earthquake\r'), +(13299, '1999-08-13 03:00:29', 52.094, -169.488, 33, 5.5, 'mwc', 'usp0009cz1', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13300, '1999-08-13 07:56:40', 52.037, -169.502, 33, 5.8, 'mwc', 'usp0009czb', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13301, '1999-08-13 10:12:20', -1.776, 122.492, 33, 5.6, 'mwc', 'usp0009czf', 'Sulawesi, Indonesia', 'earthquake\r'), +(13302, '1999-08-14 00:16:52', -5.885, 104.711, 101.4, 6.4, 'mwc', 'usp0009d0j', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13303, '1999-08-15 19:50:12', -5.396, 152.529, 33, 5.9, 'mwb', 'usp0009d31', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13304, '1999-08-17 00:01:39', 40.748, 29.864, 17, 7.6, 'mwc', 'usp0009d4z', 'western Turkey', 'earthquake\r'), +(13305, '1999-08-18 01:16:48', -37.341, 177.333, 155, 5.7, 'mwc', 'usp0009d8n', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(13306, '1999-08-20 10:02:21', 9.044, -84.159, 20, 6.9, 'mwc', 'usp0009dcg', 'Costa Rica', 'earthquake\r'), +(13307, '1999-08-20 20:33:11', 34.024, 135.405, 65.5, 5.7, 'mwb', 'usp0009ddp', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(13308, '1999-08-21 02:58:05', -20.389, -173.757, 33, 5.7, 'mwc', 'usp0009de6', 'Tonga', 'earthquake\r'), +(13309, '1999-08-21 10:49:51', 8.918, -83.938, 24.2, 5.8, 'mwc', 'usp0009dem', 'Costa Rica', 'earthquake\r'), +(13310, '1999-08-21 21:51:11', -58.311, -13.196, 10, 6.2, 'mwc', 'usp0009dfc', 'east of the South Sandwich Islands', 'earthquake\r'), +(13311, '1999-08-22 09:35:39', -40.509, -74.756, 33, 6.4, 'mwc', 'usp0009dfz', 'offshore Los Lagos, Chile', 'earthquake\r'), +(13312, '1999-08-22 12:40:46', -16.117, 168.039, 33, 6.6, 'mwc', 'usp0009dg4', 'Vanuatu', 'earthquake\r'), +(13313, '1999-08-25 07:06:22', -19.059, 169.612, 263.4, 5.7, 'mwc', 'usp0009dkw', 'Vanuatu', 'earthquake\r'), +(13314, '1999-08-26 01:24:43', 10.376, 126.006, 62.6, 5.9, 'mwc', 'usp0009dn8', 'Philippine Islands region', 'earthquake\r'), +(13315, '1999-08-26 01:24:58', 58.153, -154.784, 97.1, 5.5, 'mwc', 'usp0009dn9', 'Alaska Peninsula', 'earthquake\r'), +(13316, '1999-08-26 07:39:29', -3.522, 145.657, 33, 6.2, 'mwb', 'usp0009dnp', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(13317, '1999-08-26 08:02:17', -3.472, 145.611, 33, 5.8, 'mwc', 'usp0009dnq', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(13318, '1999-08-26 21:38:12', 19.119, 121.152, 33, 5.7, 'mwc', 'usp0009dpp', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(13319, '1999-08-28 03:26:25', -27.801, 73.857, 10, 5.6, 'mwc', 'usp0009dr3', 'Mid-Indian Ridge', 'earthquake\r'), +(13320, '1999-08-28 12:40:06', -1.287, -77.549, 196.4, 6.3, 'mwb', 'usp0009drq', 'Ecuador', 'earthquake\r'), +(13321, '1999-08-29 00:46:13', 3.103, 65.855, 10, 6, 'mwb', 'usp0009ds8', 'Carlsberg Ridge', 'earthquake\r'), +(13322, '1999-09-07 11:56:49', 38.119, 23.605, 10, 6, 'mwc', 'usp0009e46', 'Greece', 'earthquake\r'), +(13323, '1999-09-07 17:50:00', -63.289, -166.566, 10, 5.5, 'mwc', 'usp0009e4z', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(13324, '1999-09-08 00:29:01', 7.138, 123.678, 117.9, 5.5, 'mwc', 'usp0009e5b', 'Mindanao, Philippines', 'earthquake\r'), +(13325, '1999-09-09 14:02:02', 47.506, 154.334, 33, 5.5, 'mwc', 'usp0009e83', 'Kuril Islands', 'earthquake\r'), +(13326, '1999-09-10 08:45:23', 46.024, 150.26, 91.2, 5.8, 'mwc', 'usp0009e96', 'Kuril Islands', 'earthquake\r'), +(13327, '1999-09-10 19:37:45', -32.831, -178.27, 33, 6, 'mwb', 'usp0009e9y', 'south of the Kermadec Islands', 'earthquake\r'), +(13328, '1999-09-12 03:03:19', 28.97, 142.053, 33, 5.9, 'mwb', 'usp0009ebn', 'Bonin Islands, Japan region', 'earthquake\r'), +(13329, '1999-09-13 04:43:19', -3.636, 149.515, 56.7, 5.6, 'mwc', 'usp0009ed1', 'Bismarck Sea', 'earthquake\r'), +(13330, '1999-09-13 11:55:28', 40.709, 30.045, 13, 5.9, 'mwb', 'usp0009ede', 'western Turkey', 'earthquake\r'), +(13331, '1999-09-14 04:01:26', -55.989, -27.809, 33, 5.5, 'mb', 'usp0009ee0', 'South Sandwich Islands region', 'earthquake\r'), +(13332, '1999-09-14 22:17:24', 15.09, 146.223, 91.5, 5.5, 'mwc', 'usp0009eeq', 'Saipan region, Northern Mariana Islands', 'earthquake\r'), +(13333, '1999-09-15 03:01:24', -20.934, -67.275, 218, 6.4, 'mwc', 'usp0009eex', 'Potosi, Bolivia', 'earthquake\r'), +(13334, '1999-09-17 14:54:49', -13.79, 167.238, 196.8, 6.3, 'mwc', 'usp0009ehz', 'Vanuatu', 'earthquake\r'), +(13335, '1999-09-17 23:48:11', -14.408, -178.21, 33, 5.5, 'mwc', 'usp0009ejr', 'Fiji region', 'earthquake\r'), +(13336, '1999-09-18 04:01:04', -4.422, -104.444, 10, 5.6, 'mwc', 'usp0009ek1', 'central East Pacific Rise', 'earthquake\r'), +(13337, '1999-09-18 06:50:58', -6.443, 147.799, 48.8, 5.6, 'mwc', 'usp0009eka', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13338, '1999-09-18 21:28:33', 51.207, 157.556, 60, 6, 'mwc', 'usp0009emb', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(13339, '1999-09-18 23:51:30', -19.713, 169.205, 102.8, 5.9, 'mwc', 'usp0009emf', 'Vanuatu', 'earthquake\r'), +(13340, '1999-09-19 00:27:23', 46.419, 153.377, 45.6, 5.8, 'mwc', 'usp0009emg', 'Kuril Islands', 'earthquake\r'), +(13341, '1999-09-19 03:18:55', -3.624, 150.875, 430.5, 5.9, 'mwc', 'usp0009emp', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13342, '1999-09-20 09:32:43', 46.334, 153.463, 33, 5.5, 'mwc', 'usp0009epp', 'Kuril Islands', 'earthquake\r'), +(13343, '1999-09-20 17:47:18', 23.772, 120.982, 33, 7.7, 'mwc', 'usp0009eq0', 'Taiwan', 'earthquake\r'), +(13344, '1999-09-20 17:47:32', 23.602, 120.966, 25, 6.3, 'mw', 'iscgem1656082', 'Taiwan', 'earthquake\r'), +(13345, '1999-09-20 17:57:16', 23.785, 121.202, 33, 6.1, 'mb', 'usp0009eq2', 'Taiwan', 'earthquake\r'), +(13346, '1999-09-20 18:03:44', 23.57, 121.299, 33, 6.3, 'mb', 'usp0009eq5', 'Taiwan', 'earthquake\r'), +(13347, '1999-09-20 18:11:54', 23.746, 121.189, 33, 6.1, 'mb', 'usp0009eq6', 'Taiwan', 'earthquake\r'), +(13348, '1999-09-20 18:16:19', 23.756, 121.246, 33, 6.2, 'mb', 'usp0009eq7', 'Taiwan', 'earthquake\r'), +(13349, '1999-09-20 21:46:43', 23.39, 120.964, 33, 6.4, 'mwc', 'usp0009erf', 'Taiwan', 'earthquake\r'), +(13350, '1999-09-21 22:24:44', -63.68, -167.163, 10, 5.6, 'mwc', 'usp0009eue', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(13351, '1999-09-22 00:14:39', 23.729, 121.167, 26, 6.4, 'mwc', 'usp0009euk', 'Taiwan', 'earthquake\r'), +(13352, '1999-09-22 00:49:43', 23.642, 121.136, 33, 5.8, 'mwc', 'usp0009eup', 'Taiwan', 'earthquake\r'), +(13353, '1999-09-25 23:52:49', 23.738, 121.158, 17, 6.5, 'mwc', 'usp0009f1e', 'Taiwan', 'earthquake\r'), +(13354, '1999-09-27 14:42:49', 2.667, 127.914, 33, 5.7, 'mwc', 'usp0009f3x', 'Molucca Sea', 'earthquake\r'), +(13355, '1999-09-28 05:00:43', 54.59, 168.263, 33, 6.1, 'mwc', 'usp0009f4s', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(13356, '1999-09-29 18:01:32', -30.738, -71.993, 33, 6, 'mwb', 'usp0009f6m', 'offshore Coquimbo, Chile', 'earthquake\r'), +(13357, '1999-09-30 16:31:16', 16.059, -96.931, 60.6, 7.5, 'mwc', 'usp0009f7v', 'Oaxaca, Mexico', 'earthquake\r'), +(13358, '1999-10-01 22:24:01', -0.279, 122.702, 64.4, 5.8, 'mwc', 'usp0009f9y', 'Sulawesi, Indonesia', 'earthquake\r'), +(13359, '1999-10-02 21:08:41', 40.186, 143.04, 33, 5.7, 'mwc', 'usp0009fbk', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(13360, '1999-10-03 02:10:14', -13.357, -111.314, 10, 5.7, 'mwc', 'usp0009fc4', 'central East Pacific Rise', 'earthquake\r'), +(13361, '1999-10-04 13:57:39', -10.685, -75.635, 33, 5.6, 'mwc', 'usp0009fep', 'central Peru', 'earthquake\r'), +(13362, '1999-10-05 02:59:59', -35.841, -103.284, 10, 5.7, 'mwc', 'usp0009ffr', 'southeast of Easter Island', 'earthquake\r'), +(13363, '1999-10-05 05:01:36', 51.207, 157.61, 76.7, 5.6, 'mwb', 'usp0009fft', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(13364, '1999-10-07 04:50:17', 52.243, -177.72, 148.9, 5.5, 'mwc', 'usp0009fhz', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13365, '1999-10-07 12:27:07', -6.158, 149.287, 57.7, 5.7, 'mwb', 'usp0009fjb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13366, '1999-10-08 05:09:49', -21.054, -174.495, 33, 5.9, 'mwc', 'usp0009fk3', 'Tonga', 'earthquake\r'), +(13367, '1999-10-08 22:13:17', -21.89, -176.717, 183.8, 5.6, 'mwc', 'usp0009fm0', 'Fiji region', 'earthquake\r'), +(13368, '1999-10-10 07:03:05', -1.99, 134.279, 33, 6.1, 'mwc', 'usp0009fnh', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(13369, '1999-10-12 13:27:46', -21.116, -174.489, 33, 5.7, 'mwc', 'usp0009frv', 'Tonga', 'earthquake\r'), +(13370, '1999-10-12 15:46:02', -3.407, 150.948, 33, 5.5, 'mwc', 'usp0009fs2', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13371, '1999-10-13 01:33:40', 54.657, -161.189, 30, 6.4, 'mwc', 'usp0009fs9', 'Alaska Peninsula', 'earthquake\r'), +(13372, '1999-10-14 11:00:49', -14.281, -70.484, 202.2, 5.5, 'mwc', 'usp0009fts', 'southern Peru', 'earthquake\r'), +(13373, '1999-10-16 09:46:44', 34.6033333, -116.265, 13.73, 7.1, 'mw', 'ci9108652', '16km SW of Ludlow, CA', 'earthquake\r'), +(13374, '1999-10-16 09:59:35', 34.6781667, -116.2895, 13.906, 5.77, 'ml', 'ci3320848', '13km WSW of Ludlow, CA', 'earthquake\r'), +(13375, '1999-10-16 09:59:38', 34.24, -117.04, 6, 5.6, 'mb', 'ci10180015', '7km ENE of Running Springs, CA', 'earthquake\r'), +(13376, '1999-10-18 02:43:24', -56.121, -26.578, 33, 6.3, 'mwc', 'usp0009g4q', 'South Sandwich Islands region', 'earthquake\r'), +(13377, '1999-10-20 08:28:52', -6.94, 129.336, 189, 5.8, 'mwb', 'usp0009g9u', 'Banda Sea', 'earthquake\r'), +(13378, '1999-10-21 09:15:22', 13.726, 125.197, 42.7, 5.6, 'mwc', 'usp0009gby', 'Philippine Islands region', 'earthquake\r'), +(13379, '1999-10-22 02:18:59', 23.445, 120.506, 33, 5.9, 'mwb', 'usp0009gd0', 'Taiwan', 'earthquake\r'), +(13380, '1999-10-22 03:10:19', 23.433, 120.508, 33, 5.6, 'mwc', 'usp0009gd5', 'Taiwan', 'earthquake\r'), +(13381, '1999-10-23 02:12:05', -4.808, 153.414, 83.3, 6.3, 'mwc', 'usp0009gf4', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13382, '1999-10-24 04:21:41', 44.612, 149.44, 33, 6, 'mwc', 'usp0009ggy', 'Kuril Islands', 'earthquake\r'), +(13383, '1999-10-24 08:59:46', -34.841, -112.032, 10, 5.6, 'mwc', 'usp0009gh8', 'southern East Pacific Rise', 'earthquake\r'), +(13384, '1999-10-25 00:01:21', -19.442, -173.88, 33, 5.9, 'mwc', 'usp0009gjb', 'Tonga', 'earthquake\r'), +(13385, '1999-10-25 00:43:07', -2.119, 134.192, 33, 5.5, 'mwc', 'usp0009gjc', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(13386, '1999-10-25 07:29:56', 31.971, 142.251, 33, 5.8, 'mwc', 'usp0009gjr', 'Izu Islands, Japan region', 'earthquake\r'), +(13387, '1999-10-25 20:31:42', -38.699, 175.803, 158.7, 6.2, 'mwb', 'usp0009gkx', 'North Island of New Zealand', 'earthquake\r'), +(13388, '1999-10-27 04:09:30', -23.681, -111.615, 10, 5.6, 'mwc', 'usp0009gp3', 'Easter Island region', 'earthquake\r'), +(13389, '1999-10-28 06:58:41', 39.463, 144.682, 33, 5.5, 'mwc', 'usp0009gqn', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(13390, '1999-10-30 09:43:22', -15.838, -173.728, 33, 5.7, 'mwc', 'usp0009gtw', 'Tonga', 'earthquake\r'), +(13391, '1999-10-30 21:16:41', -33.057, -179.54, 33, 5.6, 'mwc', 'usp0009guu', 'south of the Kermadec Islands', 'earthquake\r'), +(13392, '1999-11-01 17:53:00', 23.378, 121.52, 33, 6.3, 'mwc', 'usp0009gyc', 'Taiwan', 'earthquake\r'), +(13393, '1999-11-03 21:38:08', -45.473, 96.567, 10, 5.7, 'mwc', 'usp0009h1z', 'southeast Indian Ridge', 'earthquake\r'), +(13394, '1999-11-03 23:50:25', -15.761, -172.538, 33, 5.6, 'mwc', 'usp0009h25', 'Samoa Islands region', 'earthquake\r'), +(13395, '1999-11-08 16:45:43', 36.522, 71.24, 228.4, 6.5, 'mwc', 'usp0009h97', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(13396, '1999-11-08 21:37:23', 35.726, 61.205, 25.9, 5.5, 'mwc', 'usp0009h9n', 'Turkmenistan-Afghanistan border region', 'earthquake\r'), +(13397, '1999-11-10 02:25:39', -6.41, -107.233, 10, 5.6, 'mwc', 'usp0009hbd', 'central East Pacific Rise', 'earthquake\r'), +(13398, '1999-11-11 02:41:05', 49.315, 155.633, 33, 6.1, 'mwc', 'usp0009hca', 'Kuril Islands', 'earthquake\r'), +(13399, '1999-11-11 14:41:26', 40.744, 30.266, 22, 5.7, 'mwb', 'usp0009hd3', 'western Turkey', 'earthquake\r'), +(13400, '1999-11-11 18:05:44', 1.276, 100.322, 211, 6.2, 'mwc', 'usp0009hdf', 'northern Sumatra, Indonesia', 'earthquake\r'), +(13401, '1999-11-12 16:57:20', 40.758, 31.161, 10, 7.2, 'mwc', 'usp0009hev', 'western Turkey', 'earthquake\r'), +(13402, '1999-11-12 17:17:57', 40.785, 31.12, 10, 5.5, 'mb', 'usp0009hf0', 'western Turkey', 'earthquake\r'), +(13403, '1999-11-13 19:31:12', 53.357, 171.423, 33, 5.9, 'mwc', 'usp0009hj6', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13404, '1999-11-15 01:34:36', 38.304, 142.309, 50.6, 5.7, 'mwc', 'usp0009hnf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13405, '1999-11-15 05:42:43', -1.339, 88.976, 10, 7, 'mwc', 'usp0009hnt', 'South Indian Ocean', 'earthquake\r'), +(13406, '1999-11-16 13:44:18', -55.823, -125.134, 10, 6.1, 'mwc', 'usp0009hq6', 'southern East Pacific Rise', 'earthquake\r'), +(13407, '1999-11-17 03:27:42', -5.978, 148.82, 47.5, 6.9, 'mwc', 'usp0009hra', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13408, '1999-11-17 11:36:35', -6.004, 148.803, 45.3, 6.3, 'mwc', 'usp0009hs3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13409, '1999-11-18 03:20:23', -6.576, 148.672, 54.8, 5.7, 'mwc', 'usp0009hsu', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13410, '1999-11-18 14:27:43', 0.523, 126.066, 33, 6, 'mwc', 'usp0009htd', 'Molucca Sea', 'earthquake\r'), +(13411, '1999-11-19 11:21:28', -6.429, 148.533, 33, 5.9, 'mwc', 'usp0009huc', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13412, '1999-11-19 13:56:46', -6.351, 148.763, 33, 7, 'mwc', 'usp0009huj', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13413, '1999-11-21 03:51:14', -21.75, -68.78, 101.2, 5.9, 'mwc', 'usp0009hxa', 'Antofagasta, Chile', 'earthquake\r'), +(13414, '1999-11-21 06:38:36', -63.123, -164.527, 10, 5.9, 'mwc', 'usp0009hxn', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(13415, '1999-11-21 06:46:19', 18.544, -107.168, 33, 6.2, 'mwc', 'usp0009hxp', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(13416, '1999-11-22 01:45:20', -16.152, -173.057, 33, 5.5, 'mwc', 'usp0009hyy', 'Tonga', 'earthquake\r'), +(13417, '1999-11-23 14:37:57', 9.732, 57.122, 10, 5.6, 'mwc', 'usp0009j0p', 'Carlsberg Ridge', 'earthquake\r'), +(13418, '1999-11-25 04:00:09', -0.944, 121.487, 33, 5.7, 'mwc', 'usp0009j21', 'Sulawesi, Indonesia', 'earthquake\r'), +(13419, '1999-11-26 00:29:00', 55.133, 165.364, 33, 6, 'mwc', 'usp0009j39', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(13420, '1999-11-26 02:56:07', -30.234, -177.678, 33, 5.9, 'mwc', 'usp0009j3s', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13421, '1999-11-26 13:21:16', -16.423, 168.214, 33, 7.5, 'mwc', 'usp0009j4n', 'Vanuatu', 'earthquake\r'), +(13422, '1999-11-26 13:38:34', -16.009, 167.984, 33, 5.7, 'mb', 'usp0009j4q', 'Vanuatu', 'earthquake\r'), +(13423, '1999-11-26 15:57:35', 55.143, 165.475, 33, 5.6, 'ms', 'usp0009j54', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(13424, '1999-11-26 19:36:09', -16.426, 168.05, 33, 5.5, 'mb', 'usp0009j5d', 'Vanuatu', 'earthquake\r'), +(13425, '1999-11-26 22:03:20', -15.576, 167.918, 33, 5.9, 'mwc', 'usp0009j5m', 'Vanuatu', 'earthquake\r'), +(13426, '1999-11-27 02:31:49', -14.529, -71.291, 126.4, 5.9, 'mwc', 'usp0009j63', 'central Peru', 'earthquake\r'), +(13427, '1999-11-27 14:36:55', -54.855, -136.384, 10, 5.5, 'mwc', 'usp0009j6t', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(13428, '1999-11-27 22:41:11', -4.692, 153.016, 89.4, 5.9, 'mwc', 'usp0009j79', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13429, '1999-11-27 23:12:30', 54.952, 165.659, 33, 5.7, 'mwc', 'usp0009j7d', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(13430, '1999-11-28 00:53:42', 0.581, 126.205, 33, 5.6, 'mwc', 'usp0009j7m', 'Molucca Sea', 'earthquake\r'), +(13431, '1999-11-29 03:46:30', -1.275, 89.043, 10, 6.4, 'mwc', 'usp0009j9h', 'South Indian Ocean', 'earthquake\r'), +(13432, '1999-11-30 04:01:53', -18.901, -69.171, 128.1, 6.6, 'mwb', 'usp0009jav', 'Tarapaca, Chile', 'earthquake\r'), +(13433, '1999-11-30 16:23:35', -21.284, 169.105, 33, 5.8, 'mwc', 'usp0009jbe', 'southeast of the Loyalty Islands', 'earthquake\r'), +(13434, '1999-11-30 20:10:22', -21.325, -178.662, 547.9, 5.8, 'mwc', 'usp0009jbp', 'Fiji region', 'earthquake\r'), +(13435, '1999-12-01 19:23:06', 17.647, -82.356, 10, 6.3, 'mwc', 'usp0009jcg', 'Cayman Islands region', 'earthquake\r'), +(13436, '1999-12-01 21:45:23', -22.031, 169.977, 33, 5.6, 'mwc', 'usp0009jcn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(13437, '1999-12-02 01:33:00', 10.961, -70.341, 10, 5.5, 'mwc', 'usp0009jcs', 'Falcon, Venezuela', 'earthquake\r'), +(13438, '1999-12-02 01:54:42', -10.961, 164.235, 33, 5.5, 'mwc', 'usp0009jct', 'Santa Cruz Islands region', 'earthquake\r'), +(13439, '1999-12-03 17:06:55', 40.358, 42.346, 19.3, 5.7, 'mwc', 'usp0009jej', 'eastern Turkey', 'earthquake\r'), +(13440, '1999-12-04 02:01:35', 57.667, -32.58, 10, 5.6, 'mwc', 'usp0009jew', 'Reykjanes Ridge', 'earthquake\r'), +(13441, '1999-12-04 07:45:01', 3.282, 128.088, 33, 5.7, 'mwb', 'usp0009jfa', 'north of Halmahera, Indonesia', 'earthquake\r'), +(13442, '1999-12-04 17:06:51', -28.5, -71.221, 34.3, 5.7, 'mwb', 'usp0009jfr', 'Atacama, Chile', 'earthquake\r'), +(13443, '1999-12-05 16:21:51', 57.812, -32.728, 10, 5.5, 'mwc', 'usp0009jgj', 'Reykjanes Ridge', 'earthquake\r'), +(13444, '1999-12-05 22:00:34', 29.92, 138.689, 448.9, 5.7, 'mwc', 'usp0009jgs', 'Izu Islands, Japan region', 'earthquake\r'), +(13445, '1999-12-06 23:12:34', 57.413, -154.489, 66, 7, 'mwc', 'usp0009jj1', 'Kodiak Island region, Alaska', 'earthquake\r'), +(13446, '1999-12-06 23:22:56', 57.363, -154.401, 49.9, 5.6, 'mb', 'usp0009jj2', 'Kodiak Island region, Alaska', 'earthquake\r'), +(13447, '1999-12-07 00:19:50', 57.362, -154.514, 40.9, 6.4, 'mwc', 'usp0009jj5', 'Kodiak Island region, Alaska', 'earthquake\r'), +(13448, '1999-12-07 21:29:49', -15.911, -173.984, 137.7, 6.4, 'mwc', 'usp0009jkg', 'Tonga', 'earthquake\r'), +(13449, '1999-12-08 13:34:45', -9.843, 159.965, 33, 6.1, 'mwc', 'usp0009jm6', 'Solomon Islands', 'earthquake\r'), +(13450, '1999-12-09 10:18:17', -6.028, 148.144, 58.3, 6.4, 'mwc', 'usp0009jn9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13451, '1999-12-10 03:34:45', -22.303, 179.613, 599.9, 5.6, 'mwc', 'usp0009jp1', 'south of the Fiji Islands', 'earthquake\r'), +(13452, '1999-12-10 18:38:30', -36.206, -97.316, 10, 6.5, 'mwc', 'usp0009jpx', 'West Chile Rise', 'earthquake\r'), +(13453, '1999-12-11 07:18:41', -13.912, 167.188, 202.8, 5.7, 'mwc', 'usp0009jqq', 'Vanuatu', 'earthquake\r'), +(13454, '1999-12-11 14:38:07', -17.715, -178.793, 558.2, 5.7, 'mwc', 'usp0009jr5', 'Fiji region', 'earthquake\r'), +(13455, '1999-12-11 18:03:36', 15.766, 119.74, 33, 7.3, 'mwc', 'usp0009jr8', 'Luzon, Philippines', 'earthquake\r'), +(13456, '1999-12-12 17:57:29', 14.765, -91.186, 157.5, 5.8, 'mwc', 'usp0009jt2', 'Guatemala', 'earthquake\r'), +(13457, '1999-12-12 23:24:18', -2.889, 128.155, 33, 5.7, 'mwc', 'usp0009jtb', 'Ceram Sea, Indonesia', 'earthquake\r'), +(13458, '1999-12-13 09:30:40', 2.077, 127.115, 84.6, 5.9, 'mwc', 'usp0009jtv', 'Molucca Sea', 'earthquake\r'), +(13459, '1999-12-13 22:40:14', -0.138, 125.119, 66.3, 5.8, 'mwc', 'usp0009juj', 'Molucca Sea', 'earthquake\r'), +(13460, '1999-12-15 00:00:44', 17.189, -85.134, 10, 5.7, 'mwb', 'usp0009jvf', 'north of Honduras', 'earthquake\r'), +(13461, '1999-12-15 04:41:12', -5.786, 150.974, 33, 6.3, 'mwc', 'usp0009jvr', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13462, '1999-12-16 10:36:18', -28.939, -13.342, 10, 5.7, 'mwc', 'usp0009jwy', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(13463, '1999-12-16 14:17:55', -50.149, 138.989, 10, 6, 'mwc', 'usp0009jx8', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(13464, '1999-12-16 23:51:28', 54.506, -161.039, 33, 5.6, 'mwc', 'usp0009jxm', 'Alaska Peninsula', 'earthquake\r'), +(13465, '1999-12-17 00:27:29', -50.26, 139.423, 10, 6, 'mwc', 'usp0009jxp', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(13466, '1999-12-17 04:00:26', 7.982, -37.968, 10, 5.5, 'mwc', 'usp0009jxw', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13467, '1999-12-17 04:03:28', 8.069, -38.026, 10, 5.7, 'mwc', 'usp0009jxx', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13468, '1999-12-18 17:44:55', -2.425, 139.675, 16.2, 6.2, 'mwc', 'usp0009jzn', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(13469, '1999-12-19 00:48:37', 12.87, 144.571, 50.9, 6, 'mwc', 'usp0009k01', 'Guam region', 'earthquake\r'), +(13470, '1999-12-19 03:38:32', -3.986, 131.331, 33, 5.9, 'mwc', 'usp0009k06', 'Ceram Sea, Indonesia', 'earthquake\r'), +(13471, '1999-12-19 12:19:26', -4.579, 151.234, 33, 5.7, 'mwc', 'usp0009k0m', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13472, '1999-12-21 11:00:49', 55.83, 110.029, 10, 5.5, 'mwc', 'usp0009k3g', 'Lake Baykal region, Russia', 'earthquake\r'), +(13473, '1999-12-21 14:14:58', -6.845, 105.555, 56, 6.5, 'mwb', 'usp0009k3r', 'Sunda Strait, Indonesia', 'earthquake\r'), +(13474, '1999-12-22 12:11:28', -54.345, 1.974, 10, 5.7, 'mwc', 'usp0009k59', 'Bouvet Island region', 'earthquake\r'), +(13475, '1999-12-22 13:32:38', -10.885, 165.457, 33, 6, 'mwc', 'usp0009k5e', 'Santa Cruz Islands', 'earthquake\r'), +(13476, '1999-12-22 17:36:56', 35.321, -1.281, 10, 5.6, 'mwc', 'usp0009k5j', 'northern Algeria', 'earthquake\r'), +(13477, '1999-12-22 22:08:07', -0.625, -91.882, 10, 5.7, 'mwc', 'usp0009k5y', 'Galapagos Islands, Ecuador', 'earthquake\r'), +(13478, '1999-12-24 19:26:05', -56.211, 146.723, 10, 6.3, 'mwc', 'usp0009k87', 'west of Macquarie Island', 'earthquake\r'), +(13479, '1999-12-24 22:35:39', -56.369, 147.056, 10, 6.1, 'mwc', 'usp0009k8d', 'west of Macquarie Island', 'earthquake\r'), +(13480, '1999-12-25 18:19:30', -6.13, -75.271, 26.6, 5.5, 'mwc', 'usp0009k9q', 'northern Peru', 'earthquake\r'), +(13481, '1999-12-25 18:38:51', -27.992, -176.792, 33, 5.8, 'mwc', 'usp0009k9u', 'Kermadec Islands region', 'earthquake\r'), +(13482, '1999-12-28 12:46:58', 5.609, -82.645, 10, 6.2, 'mwc', 'usp0009kd6', 'south of Panama', 'earthquake\r'), +(13483, '1999-12-28 16:51:25', 1.674, 128.288, 65.5, 5.7, 'mwc', 'usp0009kdb', 'Halmahera, Indonesia', 'earthquake\r'), +(13484, '1999-12-28 23:56:07', -11.15, 165.543, 33, 5.9, 'mwc', 'usp0009kdn', 'Santa Cruz Islands', 'earthquake\r'), +(13485, '1999-12-29 05:19:47', 18.244, -101.432, 69.9, 5.9, 'mwc', 'usp0009kdx', 'Guerrero, Mexico', 'earthquake\r'), +(13486, '1999-12-29 13:29:20', -10.86, 165.354, 33, 6.9, 'mwb', 'usp0009kej', 'Santa Cruz Islands', 'earthquake\r'), +(13487, '1999-12-29 19:15:51', -10.98, 165.251, 33, 5.9, 'mwc', 'usp0009kf1', 'Santa Cruz Islands', 'earthquake\r'), +(13488, '1999-12-29 20:59:31', -11.21, 165.321, 33, 5.7, 'mwc', 'usp0009kf9', 'Santa Cruz Islands', 'earthquake\r'), +(13489, '1999-12-29 21:36:37', -10.938, 165.258, 33, 5.7, 'mwc', 'usp0009kfb', 'Santa Cruz Islands', 'earthquake\r'), +(13490, '1999-12-29 22:53:57', -11.165, 165.33, 33, 6.2, 'mwc', 'usp0009kfj', 'Santa Cruz Islands', 'earthquake\r'), +(13491, '1999-12-30 13:21:37', 47.579, 154.508, 33, 5.6, 'mwc', 'usp0009kgn', 'Kuril Islands', 'earthquake\r'), +(13492, '1999-12-31 13:09:12', 37.269, 134.664, 371.4, 5.6, 'mwc', 'usp0009kj2', 'Sea of Japan', 'earthquake\r'), +(13493, '2000-01-01 05:58:20', -60.722, 153.67, 10, 6, 'mwc', 'usp0009kkb', 'west of Macquarie Island', 'earthquake\r'), +(13494, '2000-01-02 12:14:39', -17.943, -178.476, 582.3, 5.5, 'mwc', 'usp0009knd', 'Fiji region', 'earthquake\r'), +(13495, '2000-01-02 12:58:42', 51.447, -175.558, 33, 5.8, 'mwc', 'usp0009kng', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13496, '2000-01-02 15:16:32', -20.771, -174.236, 33, 5.8, 'mwb', 'usp0009knu', 'Tonga', 'earthquake\r'), +(13497, '2000-01-05 07:32:19', -20.964, -174.097, 33, 5.6, 'mwc', 'usp0009ks3', 'Tonga', 'earthquake\r'), +(13498, '2000-01-05 07:40:41', -11.371, 165.378, 33, 6.1, 'mwc', 'usp0009ks4', 'Santa Cruz Islands', 'earthquake\r'), +(13499, '2000-01-05 08:41:40', -11.462, 165.413, 33, 5.5, 'mwc', 'usp0009ks5', 'Santa Cruz Islands', 'earthquake\r'), +(13500, '2000-01-05 09:45:19', 32.222, 92.7, 33, 5.5, 'mwc', 'usp0009ks9', 'Xizang-Qinghai border region', 'earthquake\r'), +(13501, '2000-01-05 17:55:11', -56.103, -58.442, 10, 5.6, 'mwc', 'usp0009ksw', 'Scotia Sea', 'earthquake\r'), +(13502, '2000-01-05 18:26:08', -9.195, 109.592, 33, 5.8, 'mwc', 'usp0009ksy', 'south of Java, Indonesia', 'earthquake\r'), +(13503, '2000-01-06 10:42:25', 58.04, -136.87, 1, 6.1, 'mwc', 'usp0009ktq', 'Southeastern Alaska', 'earthquake\r'), +(13504, '2000-01-06 21:31:06', 16.095, 119.484, 33, 6.2, 'mwc', 'usp0009kub', 'Luzon, Philippines', 'earthquake\r'), +(13505, '2000-01-07 23:37:20', -54.326, -55.126, 10, 5.5, 'mwc', 'usp0009kvk', 'Falkland Islands region', 'earthquake\r'), +(13506, '2000-01-08 01:19:47', -9.805, 159.811, 33, 6.4, 'mwc', 'usp0009kvr', 'Solomon Islands', 'earthquake\r'), +(13507, '2000-01-08 03:44:54', -6.746, 105.646, 61.7, 5.6, 'mwc', 'usp0009kw1', 'Sunda Strait, Indonesia', 'earthquake\r'), +(13508, '2000-01-08 11:59:22', -23.169, -70.122, 36, 6.4, 'mwb', 'usp0009kwj', 'Antofagasta, Chile', 'earthquake\r'), +(13509, '2000-01-08 16:47:21', -16.925, -174.248, 183.4, 7.2, 'mwc', 'usp0009kx3', 'Tonga', 'earthquake\r'), +(13510, '2000-01-09 10:48:31', -2.476, 140.35, 10, 5.5, 'mwc', 'usp0009kyd', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(13511, '2000-01-09 21:54:40', -18.823, 174.37, 33, 6.5, 'mwb', 'usp0009kz2', 'Fiji region', 'earthquake\r'), +(13512, '2000-01-10 16:40:42', 27.35, 139.979, 453.2, 5.7, 'mwc', 'usp0009m08', 'Bonin Islands, Japan region', 'earthquake\r'), +(13513, '2000-01-13 20:07:14', -17.61, -178.742, 535, 6.2, 'mwc', 'usp0009m3d', 'Fiji region', 'earthquake\r'), +(13514, '2000-01-14 18:44:45', -15.285, -173.525, 33, 5.5, 'mwc', 'usp0009m4j', 'Tonga', 'earthquake\r'), +(13515, '2000-01-14 22:09:05', 25.591, 101.164, 33, 5.5, 'mwc', 'usp0009m4n', 'Yunnan, China', 'earthquake\r'), +(13516, '2000-01-14 23:37:08', 25.607, 101.063, 33, 5.9, 'mwc', 'usp0009m4u', 'Yunnan, China', 'earthquake\r'), +(13517, '2000-01-15 02:04:01', -6.345, 148.43, 72.4, 5.8, 'mwc', 'usp0009m4z', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13518, '2000-01-15 12:49:45', -21.216, -179.255, 632.8, 6, 'mwc', 'usp0009m5w', 'Fiji region', 'earthquake\r'), +(13519, '2000-01-16 15:00:41', -30.238, -178.133, 33, 5.9, 'mwc', 'usp0009m7w', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13520, '2000-01-16 23:19:43', -11.656, 166.317, 39.5, 5.7, 'mwc', 'usp0009m8d', 'Santa Cruz Islands', 'earthquake\r'), +(13521, '2000-01-17 00:04:01', -11.593, 166.301, 33, 5.8, 'mwc', 'usp0009m8g', 'Santa Cruz Islands', 'earthquake\r'), +(13522, '2000-01-17 12:20:05', 6.785, -71.971, 33, 5.6, 'mwc', 'usp0009m91', 'northern Colombia', 'earthquake\r'), +(13523, '2000-01-17 21:18:05', -14.512, -177.596, 33, 5.8, 'mwc', 'usp0009m9q', 'Fiji region', 'earthquake\r'), +(13524, '2000-01-18 01:31:36', -14.319, -177.675, 33, 5.5, 'mwc', 'usp0009ma1', 'Fiji region', 'earthquake\r'), +(13525, '2000-01-19 07:09:34', 36.372, 70.379, 206.9, 6, 'mwb', 'usp0009mbv', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(13526, '2000-01-20 00:59:24', -28.227, -176.563, 33, 5.8, 'mwb', 'usp0009mcy', 'Kermadec Islands region', 'earthquake\r'), +(13527, '2000-01-20 05:54:34', -6.261, 147.555, 33, 5.5, 'mwc', 'usp0009md6', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13528, '2000-01-20 06:13:03', 56.618, -161.869, 220.8, 5.8, 'mwb', 'usp0009md7', 'Alaska Peninsula', 'earthquake\r'), +(13529, '2000-01-20 09:41:47', 43.649, -127.257, 10, 6.1, 'mwc', 'usp0009mdh', 'off the coast of Oregon', 'earthquake\r'), +(13530, '2000-01-21 03:12:00', 13.147, 125.755, 33, 5.7, 'mwc', 'usp0009mej', 'Philippine Islands region', 'earthquake\r'), +(13531, '2000-01-21 05:04:11', -59.287, -17.224, 10, 5.8, 'mwc', 'usp0009meq', 'east of the South Sandwich Islands', 'earthquake\r'), +(13532, '2000-01-22 21:14:32', -17.657, 66.857, 10, 5.5, 'mwc', 'usp0009mhg', 'Mauritius - Reunion region', 'earthquake\r'), +(13533, '2000-01-23 06:08:25', -7.967, 120.613, 46.8, 5.8, 'mwc', 'usp0009mjb', 'Flores Sea', 'earthquake\r'), +(13534, '2000-01-23 07:40:05', 30.239, 130.768, 42.9, 5.5, 'mwc', 'usp0009mjg', 'Kyushu, Japan', 'earthquake\r'), +(13535, '2000-01-23 08:03:01', -7.973, 120.646, 46.3, 5.6, 'mwc', 'usp0009mjj', 'Flores Sea', 'earthquake\r'), +(13536, '2000-01-23 08:42:24', 57.527, -149.111, 10, 5.5, 'mwc', 'usp0009mjq', 'Gulf of Alaska', 'earthquake\r'), +(13537, '2000-01-23 09:57:02', -17.513, -176.731, 33, 5.8, 'mwc', 'usp0009mjv', 'Fiji region', 'earthquake\r'), +(13538, '2000-01-23 22:14:47', -17.207, -177.226, 33, 5.5, 'mwc', 'usp0009mkj', 'Fiji region', 'earthquake\r'), +(13539, '2000-01-26 13:26:50', -17.272, -174.002, 33, 6.3, 'mwb', 'usp0009mps', 'Tonga', 'earthquake\r'), +(13540, '2000-01-28 13:17:53', -7.485, 122.678, 574.9, 5.5, 'mwc', 'usp0009msd', 'Flores Sea', 'earthquake\r'), +(13541, '2000-01-28 14:21:07', 43.046, 146.837, 61.1, 6.8, 'mwc', 'usp0009msf', 'Kuril Islands', 'earthquake\r'), +(13542, '2000-01-28 16:39:24', 26.076, 124.496, 193.9, 6, 'mwc', 'usp0009msm', 'northeast of Taiwan', 'earthquake\r'), +(13543, '2000-01-28 22:42:26', -1.347, 89.083, 10, 5.5, 'mwc', 'usp0009msz', 'South Indian Ocean', 'earthquake\r'), +(13544, '2000-01-28 22:57:52', -9.691, 118.764, 83.4, 5.6, 'mwc', 'usp0009mt0', 'Sumbawa region, Indonesia', 'earthquake\r'), +(13545, '2000-02-03 10:24:59', 65.015, -154.238, 7.3, 5.7, 'mwb', 'usp0009mzy', 'northern Alaska', 'earthquake\r'), +(13546, '2000-02-03 13:42:25', 13.572, 121.546, 33, 5.5, 'mwc', 'usp0009n0b', 'Mindoro, Philippines', 'earthquake\r'), +(13547, '2000-02-03 15:53:13', 75.271, 10.195, 10, 5.5, 'mwc', 'usp0009n0d', 'Svalbard region', 'earthquake\r'), +(13548, '2000-02-06 02:08:07', 1.295, 126.272, 33, 5.5, 'mwc', 'usp0009n3n', 'Molucca Sea', 'earthquake\r'), +(13549, '2000-02-06 11:33:52', -5.844, 150.876, 33, 6.6, 'mwc', 'usp0009n4c', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13550, '2000-02-10 04:03:35', 0.931, 126.242, 50.3, 5.5, 'mwc', 'usp0009n9a', 'Molucca Sea', 'earthquake\r'), +(13551, '2000-02-10 14:18:41', -27.585, 65.728, 10, 5.6, 'mwc', 'usp0009na5', 'Indian Ocean Triple Junction', 'earthquake\r'), +(13552, '2000-02-12 10:39:55', -15.893, -174.803, 226.6, 5.9, 'mwc', 'usp0009nce', 'Tonga', 'earthquake\r'), +(13553, '2000-02-12 16:29:20', -6.573, 155.009, 33, 5.9, 'mwb', 'usp0009ncu', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13554, '2000-02-13 02:57:09', 42.853, 131.572, 513.6, 6, 'mwc', 'usp0009nd9', 'eastern Russia-northeastern China border region', 'earthquake\r'), +(13555, '2000-02-13 18:19:42', 5.694, 127.068, 141.4, 5.7, 'mwb', 'usp0009ne1', 'Philippine Islands region', 'earthquake\r'), +(13556, '2000-02-15 02:05:01', 17.675, 145.401, 521.5, 5.9, 'mwb', 'usp0009ng2', 'Alamagan region, Northern Mariana Islands', 'earthquake\r'), +(13557, '2000-02-16 22:35:21', -10.806, 166.57, 33, 5.7, 'mwc', 'usp0009njb', 'Santa Cruz Islands', 'earthquake\r'), +(13558, '2000-02-17 04:54:27', -10.905, 166.687, 33, 5.9, 'mwc', 'usp0009njq', 'Santa Cruz Islands', 'earthquake\r'), +(13559, '2000-02-18 08:06:15', 16.569, -46.584, 10, 5.6, 'mwc', 'usp0009nmd', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(13560, '2000-02-20 08:27:22', 8.854, -84.126, 20, 5.7, 'mwc', 'usp0009nqn', 'off the coast of Costa Rica', 'earthquake\r'), +(13561, '2000-02-21 00:36:22', -6.279, 154.758, 54.7, 5.7, 'mwc', 'usp0009nrx', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13562, '2000-02-21 16:29:40', 18.562, -107.074, 33, 5.7, 'mwc', 'usp0009nst', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(13563, '2000-02-22 02:37:55', 21.611, 143.631, 33, 5.5, 'mwc', 'usp0009ntr', 'Mariana Islands region', 'earthquake\r'), +(13564, '2000-02-23 03:57:59', -5.322, 154.16, 99.4, 5.6, 'mwc', 'usp0009nv2', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13565, '2000-02-23 19:20:26', 17.387, -60.763, 33, 5.5, 'mwc', 'usp0009nvm', 'Antigua and Barbuda region, Leeward Islands', 'earthquake\r'), +(13566, '2000-02-25 01:43:59', -19.528, 173.818, 33, 7.1, 'mwc', 'usp0009nxg', 'Vanuatu region', 'earthquake\r'), +(13567, '2000-02-25 13:54:12', -20.053, 174.363, 33, 5.6, 'mwc', 'usp0009ny8', 'Vanuatu region', 'earthquake\r'), +(13568, '2000-02-25 14:16:02', -19.826, 174.195, 33, 5.5, 'mwc', 'usp0009nya', 'Vanuatu region', 'earthquake\r'), +(13569, '2000-02-26 08:11:48', 13.795, 144.782, 132.2, 6.2, 'mwb', 'usp0009nzp', 'Guam region', 'earthquake\r'), +(13570, '2000-02-26 18:24:39', 9.406, -78.532, 65, 6.1, 'mwc', 'usp0009p0a', 'Panama', 'earthquake\r'), +(13571, '2000-02-28 09:45:08', -21.762, -175.29, 33, 5.7, 'mwc', 'usp0009p28', 'Tonga', 'earthquake\r'), +(13572, '2000-02-28 22:15:20', -17.588, -178.984, 538, 6, 'mwc', 'usp0009p2v', 'Fiji region', 'earthquake\r'), +(13573, '2000-02-29 04:35:04', -50.066, -114.201, 10, 6, 'mwc', 'usp0009p3a', 'southern East Pacific Rise', 'earthquake\r'), +(13574, '2000-02-29 22:44:58', -18.158, 169.014, 33, 6, 'mwc', 'usp0009p4d', 'Vanuatu', 'earthquake\r'), +(13575, '2000-03-01 04:21:01', -19.005, -179.361, 675, 5.8, 'mwc', 'usp0009p4h', 'Fiji region', 'earthquake\r'), +(13576, '2000-03-01 04:46:30', -19.103, -179.361, 671.9, 5.6, 'mwc', 'usp0009p4j', 'Fiji region', 'earthquake\r'), +(13577, '2000-03-01 23:05:15', 60.167, -145.887, 20, 5.5, 'mwb', 'usp0009p5g', 'Southern Alaska', 'earthquake\r'), +(13578, '2000-03-03 22:09:14', -7.321, 128.491, 141.9, 6.4, 'mwb', 'usp0009p7z', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(13579, '2000-03-03 22:22:41', -6.817, 143.807, 10, 6.6, 'mwc', 'usp0009p81', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(13580, '2000-03-04 02:24:22', -60.167, 149.868, 10, 6.4, 'mwb', 'usp0009p87', 'west of Macquarie Island', 'earthquake\r'), +(13581, '2000-03-04 14:09:50', -34.317, 179.131, 33, 5.9, 'mwb', 'usp0009p8q', 'south of the Kermadec Islands', 'earthquake\r'), +(13582, '2000-03-05 23:57:03', -62.902, 145.637, 10, 6.1, 'mwc', 'usp0009pb6', 'south of Australia', 'earthquake\r'), +(13583, '2000-03-07 05:48:19', -49.162, 164.669, 10, 5.5, 'mwc', 'usp0009pcv', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(13584, '2000-03-09 04:15:00', -3.876, 151.359, 33, 5.5, 'mwc', 'usp0009pfd', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13585, '2000-03-10 16:22:47', -8.701, 106.379, 33, 5.5, 'mwb', 'usp0009phb', 'south of Java, Indonesia', 'earthquake\r'), +(13586, '2000-03-10 21:32:13', 4.738, 96.007, 33, 5.5, 'mwc', 'usp0009php', 'northern Sumatra, Indonesia', 'earthquake\r'), +(13587, '2000-03-12 22:21:30', 14.975, -92.444, 62, 6.3, 'mwc', 'usp0009pmv', 'Chiapas, Mexico', 'earthquake\r'), +(13588, '2000-03-14 18:42:36', -61.707, 161.272, 10, 5.7, 'mwc', 'usp0009pq2', 'Balleny Islands region', 'earthquake\r'), +(13589, '2000-03-14 20:22:19', -61.77, 160.816, 10, 5.6, 'mwc', 'usp0009pq5', 'Balleny Islands region', 'earthquake\r'), +(13590, '2000-03-14 20:48:58', -61.826, 160.116, 10, 5.6, 'mwc', 'usp0009pq7', 'Balleny Islands region', 'earthquake\r'), +(13591, '2000-03-15 06:35:05', -44.396, -117.435, 10, 5.9, 'mwc', 'usp0009pqt', 'South Pacific Ocean', 'earthquake\r'), +(13592, '2000-03-16 06:13:19', -42.556, -82.772, 10, 5.5, 'mwc', 'usp0009ps2', 'West Chile Rise', 'earthquake\r'), +(13593, '2000-03-16 15:19:56', 40.3886667, -125.2385, 4.803, 5.7, 'mw', 'nc21086915', 'offshore Northern California', 'earthquake\r'), +(13594, '2000-03-17 11:51:18', -52.964, 25.013, 10, 5.6, 'mwc', 'usp0009ptu', 'south of Africa', 'earthquake\r'), +(13595, '2000-03-17 14:47:35', -41.076, 44.239, 10, 5.5, 'mwc', 'usp0009pu3', 'Crozet Islands region', 'earthquake\r'), +(13596, '2000-03-18 23:22:53', -24.362, 178.983, 551.9, 5.5, 'mwc', 'usp0009pw1', 'south of the Fiji Islands', 'earthquake\r'), +(13597, '2000-03-20 21:02:30', -6.212, 147.587, 95.5, 5.5, 'mwc', 'usp0009pz5', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13598, '2000-03-21 05:26:08', 3.155, 128.034, 102.7, 5.9, 'mwc', 'usp0009pzn', 'north of Halmahera, Indonesia', 'earthquake\r'), +(13599, '2000-03-22 07:02:28', -12.194, 65.769, 10, 5.7, 'mwc', 'usp0009q0z', 'Mid-Indian Ridge', 'earthquake\r'), +(13600, '2000-03-22 23:32:26', -14.558, 167.273, 168.7, 5.5, 'mwc', 'usp0009q1q', 'Vanuatu', 'earthquake\r'), +(13601, '2000-03-24 04:23:46', 27.551, -111.303, 10, 5.6, 'mwc', 'usp0009q39', 'Gulf of California', 'earthquake\r'), +(13602, '2000-03-27 17:35:00', -16.193, -172.912, 33, 5.6, 'mwc', 'usp0009q9p', 'Samoa Islands region', 'earthquake\r'), +(13603, '2000-03-28 11:00:23', 22.338, 143.73, 126.5, 7.6, 'mwc', 'usp0009qb4', 'Volcano Islands, Japan region', 'earthquake\r'), +(13604, '2000-03-29 07:13:53', -28.127, -176.309, 10, 5.8, 'mwc', 'usp0009qds', 'Kermadec Islands region', 'earthquake\r'), +(13605, '2000-04-01 12:10:50', -17.899, -178.645, 608.1, 5.6, 'mwc', 'usp0009qmh', 'Fiji region', 'earthquake\r'), +(13606, '2000-04-01 12:13:24', -17.756, -178.754, 555.8, 5.7, 'mwb', 'usp0009qmk', 'Fiji region', 'earthquake\r'), +(13607, '2000-04-02 05:57:24', -15.861, -174.137, 104.9, 5.6, 'mwc', 'usp0009qp4', 'Tonga', 'earthquake\r'), +(13608, '2000-04-03 08:55:00', 0.267, 122.051, 187, 5.5, 'mwb', 'usp0009qrg', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(13609, '2000-04-03 15:20:02', 4.082, 125.61, 150, 6.2, 'mwc', 'usp0009qs2', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(13610, '2000-04-05 04:36:59', 34.22, 25.69, 38, 5.5, 'mwc', 'usp0009que', 'Crete, Greece', 'earthquake\r'), +(13611, '2000-04-07 05:55:47', -7.206, 129.193, 153.2, 5.5, 'mwc', 'usp0009qy1', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(13612, '2000-04-07 18:42:24', -18.271, -175.272, 207.6, 5.7, 'mwc', 'usp0009qyx', 'Tonga', 'earthquake\r'), +(13613, '2000-04-07 19:08:28', -18.045, 65.517, 10, 6.3, 'mwc', 'usp0009qyy', 'Mauritius - Reunion region', 'earthquake\r'), +(13614, '2000-04-08 15:28:23', 1.091, 120.151, 33, 5.6, 'mwc', 'usp0009r0c', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(13615, '2000-04-11 06:41:26', -27.944, -178.386, 201.2, 5.8, 'mwc', 'usp0009r4n', 'Kermadec Islands region', 'earthquake\r'), +(13616, '2000-04-11 20:57:00', -15.568, -173.333, 54.5, 5.7, 'mwc', 'usp0009r5s', 'Tonga', 'earthquake\r'), +(13617, '2000-04-13 20:54:14', 10.301, 126.523, 33, 5.9, 'mwc', 'usp0009r89', 'Philippine Islands region', 'earthquake\r'), +(13618, '2000-04-16 13:25:48', -18.702, -173.686, 65.4, 5.6, 'mwc', 'usp0009rch', 'Tonga', 'earthquake\r'), +(13619, '2000-04-17 04:25:21', -22.169, -179.353, 539.3, 5.6, 'mwc', 'usp0009rdr', 'south of the Fiji Islands', 'earthquake\r'), +(13620, '2000-04-17 18:08:18', 3.959, 128.269, 56.6, 5.5, 'mwc', 'usp0009ref', 'north of Halmahera, Indonesia', 'earthquake\r'), +(13621, '2000-04-17 23:07:23', 3.913, 128.215, 86.3, 5.5, 'mwc', 'usp0009rf2', 'north of Halmahera, Indonesia', 'earthquake\r'), +(13622, '2000-04-18 00:12:06', -52.455, 13.544, 10, 5.8, 'mwc', 'usp0009rf5', 'southwest of Africa', 'earthquake\r'), +(13623, '2000-04-18 06:23:16', 4.022, 128.455, 33, 5.7, 'mwc', 'usp0009rfn', 'north of Halmahera, Indonesia', 'earthquake\r'), +(13624, '2000-04-18 17:28:12', -20.664, -176.469, 220.7, 6, 'mwc', 'usp0009rgg', 'Fiji region', 'earthquake\r'), +(13625, '2000-04-21 04:35:18', 51.422, -178.137, 33, 6, 'mwc', 'usp0009rmu', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13626, '2000-04-21 11:06:16', 35.667, 135.486, 346.5, 5.5, 'mwc', 'usp0009rn6', 'western Honshu, Japan', 'earthquake\r'), +(13627, '2000-04-21 12:23:11', 37.842, 29.328, 33, 5.5, 'mwc', 'usp0009rnd', 'western Turkey', 'earthquake\r'), +(13628, '2000-04-23 09:27:23', -28.307, -62.99, 608.5, 7, 'mwb', 'usp0009rrc', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(13629, '2000-04-23 17:01:17', -28.384, -62.943, 609.8, 6.1, 'mwc', 'usp0009rrz', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(13630, '2000-04-23 17:10:48', -5.366, 151.469, 105.2, 5.6, 'mwc', 'usp0009rs0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13631, '2000-04-23 20:36:53', -53.221, -118.008, 10, 5.6, 'mwc', 'usp0009rs4', 'southern East Pacific Rise', 'earthquake\r'), +(13632, '2000-04-26 12:55:04', 40.178, 143.236, 33, 5.6, 'mwc', 'usp0009rwx', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(13633, '2000-04-26 14:54:08', -33.619, -179.012, 33, 5.5, 'mwc', 'usp0009rx2', 'south of the Kermadec Islands', 'earthquake\r'), +(13634, '2000-04-29 19:52:22', -6.407, -77.057, 124.6, 5.7, 'mwc', 'usp0009s2m', 'northern Peru', 'earthquake\r'), +(13635, '2000-04-30 10:13:03', 51.011, -130.381, 10, 5.5, 'mwc', 'usp0009s3w', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(13636, '2000-04-30 21:08:36', -3.986, 146.556, 10, 5.9, 'mwc', 'usp0009s4y', 'Bismarck Sea', 'earthquake\r'), +(13637, '2000-05-01 18:41:42', 38.176, 73.053, 140.5, 5.6, 'mwc', 'usp0009s69', 'Tajikistan', 'earthquake\r'), +(13638, '2000-05-02 09:58:34', -15.54, -177.521, 400.6, 5.5, 'mwc', 'usp0009s7k', 'Fiji region', 'earthquake\r'), +(13639, '2000-05-02 15:03:37', 17.439, 147.516, 55, 6, 'mwc', 'usp0009s7z', 'Mariana Islands region', 'earthquake\r'), +(13640, '2000-05-04 04:21:16', -1.105, 123.573, 26, 7.6, 'mwc', 'usp0009sbh', 'Sulawesi, Indonesia', 'earthquake\r'), +(13641, '2000-05-04 14:24:25', 51.438, -178.493, 33, 5.6, 'mwc', 'usp0009scq', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13642, '2000-05-04 20:36:32', -17.914, -178.522, 515.8, 6.5, 'mwc', 'usp0009sd5', 'Fiji region', 'earthquake\r'), +(13643, '2000-05-04 23:24:38', 17.513, 147.629, 33, 5.5, 'mwc', 'usp0009sdf', 'Mariana Islands region', 'earthquake\r'), +(13644, '2000-05-05 05:24:27', -1.215, 123.359, 33, 5.7, 'mwc', 'usp0009se9', 'Sulawesi, Indonesia', 'earthquake\r'), +(13645, '2000-05-06 13:44:14', -11.295, 165.432, 12, 6.3, 'mwc', 'usp0009sg6', 'Santa Cruz Islands', 'earthquake\r'), +(13646, '2000-05-07 17:21:13', -2.54, 122.551, 31.3, 5.6, 'mwc', 'usp0009sjy', 'Sulawesi, Indonesia', 'earthquake\r'), +(13647, '2000-05-08 10:25:23', 11.045, 124.733, 11.5, 5.6, 'mwc', 'usp0009smb', 'Leyte, Philippines', 'earthquake\r'), +(13648, '2000-05-08 10:28:25', -4.457, 150.004, 502, 6.1, 'mwc', 'usp0009smd', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13649, '2000-05-08 12:30:00', -0.846, 97.996, 33, 5.7, 'mwb', 'usp0009smm', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(13650, '2000-05-08 13:54:58', 11.045, 124.771, 10, 5.5, 'mwc', 'usp0009smx', 'Leyte, Philippines', 'earthquake\r'), +(13651, '2000-05-08 21:35:43', -31.319, 179.839, 383.1, 5.6, 'mwc', 'usp0009snn', 'Kermadec Islands region', 'earthquake\r'), +(13652, '2000-05-12 18:43:18', -23.548, -66.452, 225, 7.2, 'mwc', 'usp0009suu', 'Jujuy, Argentina', 'earthquake\r'), +(13653, '2000-05-12 23:10:30', 35.975, 70.657, 107.7, 6.3, 'mwc', 'usp0009sv4', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(13654, '2000-05-14 10:47:43', -1.42, 123.354, 33, 5.6, 'mwc', 'usp0009sxp', 'Sulawesi, Indonesia', 'earthquake\r'), +(13655, '2000-05-14 20:08:34', -4.296, 123.164, 33, 6.3, 'mwc', 'usp0009syq', 'Banda Sea', 'earthquake\r'), +(13656, '2000-05-15 07:11:42', 49.94, -130.33, 10, 5.5, 'mwc', 'usp0009szt', 'Vancouver Island, Canada region', 'earthquake\r'), +(13657, '2000-05-19 20:34:26', 59.204, -153.139, 79.5, 5.9, 'mwb', 'usp0009t6m', 'Southern Alaska', 'earthquake\r'), +(13658, '2000-05-20 09:49:16', -49.795, 125.988, 10, 5.5, 'mwc', 'usp0009t7g', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(13659, '2000-05-20 09:59:35', -23.775, 179.956, 547.6, 5.6, 'mwc', 'usp0009t7j', 'south of the Fiji Islands', 'earthquake\r'), +(13660, '2000-05-21 19:58:47', 71.19, -8.263, 10, 6, 'mwc', 'usp0009t9n', 'Jan Mayen Island region', 'earthquake\r'), +(13661, '2000-05-22 04:24:38', 0.738, -25.862, 10, 5.9, 'mwc', 'usp0009tab', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13662, '2000-05-22 13:15:09', -4.096, -81.096, 33, 5.8, 'mwc', 'usp0009tb1', 'near the coast of northern Peru', 'earthquake\r'), +(13663, '2000-05-24 05:40:38', 36.042, 22.012, 33, 5.7, 'mwc', 'usp0009tde', 'southern Greece', 'earthquake\r'), +(13664, '2000-05-26 00:30:05', 11.359, 139.245, 33, 6, 'mwc', 'usp0009tg0', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(13665, '2000-05-26 01:28:23', 38.922, 20.64, 0, 5.6, 'mwc', 'usp0009tg5', 'Greece', 'earthquake\r'), +(13666, '2000-05-30 06:39:00', -63.622, 172.741, 10, 5.9, 'mwb', 'usp0009tnd', 'Balleny Islands region', 'earthquake\r'), +(13667, '2000-06-02 11:13:49', 44.513, -130.081, 10, 6.2, 'mwc', 'usp0009ttw', 'off the coast of Oregon', 'earthquake\r'), +(13668, '2000-06-03 03:54:46', 51.923, 158.932, 76.3, 5.5, 'mwc', 'usp0009tv3', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(13669, '2000-06-03 08:54:49', 35.552, 140.464, 62.3, 6.2, 'mwc', 'usp0009tvj', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13670, '2000-06-04 16:28:26', -4.721, 102.087, 33, 7.9, 'mwc', 'usp0009txv', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13671, '2000-06-04 16:39:46', -4.646, 102.102, 33, 6.7, 'mb', 'usp0009txx', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13672, '2000-06-04 17:52:16', 28.723, 65.383, 33, 6, 'mb', 'usp0009ty9', 'Pakistan', 'earthquake\r'), +(13673, '2000-06-04 18:22:13', -15.577, -173.062, 33, 5.5, 'mb', 'usp0009tyh', 'Tonga', 'earthquake\r'), +(13674, '2000-06-05 03:00:27', -5.605, 102.886, 33, 5.8, 'mwc', 'usp0009u0q', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13675, '2000-06-05 06:34:12', -4.909, 102.656, 33, 5.8, 'mwc', 'usp0009u15', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13676, '2000-06-05 23:55:43', -4.141, 102.011, 33, 5.5, 'mwc', 'usp0009u37', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13677, '2000-06-06 02:41:50', 40.693, 32.992, 10, 6, 'mwc', 'usp0009u3d', 'central Turkey', 'earthquake\r'), +(13678, '2000-06-06 09:58:07', -5.093, 102.699, 33, 6.2, 'mwc', 'usp0009u42', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13679, '2000-06-06 10:59:10', 37.012, 103.791, 10, 5.6, 'mwc', 'usp0009u46', 'Gansu, China', 'earthquake\r'), +(13680, '2000-06-06 14:57:02', 29.424, 131.421, 33, 6.4, 'mwc', 'usp0009u4g', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(13681, '2000-06-06 21:16:42', 36.829, 135.464, 10, 5.9, 'mwc', 'usp0009u50', 'Sea of Japan', 'earthquake\r'), +(13682, '2000-06-07 16:45:37', 4.943, 126.82, 86.1, 5.5, 'mwc', 'usp0009u65', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(13683, '2000-06-07 21:46:56', 26.856, 97.238, 33, 6.3, 'mwc', 'usp0009u6j', 'Myanmar', 'earthquake\r'), +(13684, '2000-06-07 23:45:27', -4.612, 101.905, 33, 6.7, 'mwc', 'usp0009u6r', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13685, '2000-06-08 08:08:12', 14.207, -92.056, 58.8, 5.5, 'mwc', 'usp0009u7y', 'offshore Guatemala', 'earthquake\r'), +(13686, '2000-06-09 01:27:15', -5.071, 152.495, 33, 6.3, 'mwc', 'usp0009u98', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13687, '2000-06-09 05:35:51', -5.33, 102.754, 33, 5.5, 'mwc', 'usp0009u9r', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13688, '2000-06-09 06:27:26', -5.365, 102.762, 33, 5.5, 'mwc', 'usp0009u9v', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13689, '2000-06-09 08:00:24', -5.549, 102.679, 33, 6, 'mwb', 'usp0009ua2', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13690, '2000-06-09 08:42:00', -11.301, 162.062, 33, 6.1, 'mwc', 'usp0009ua5', 'Solomon Islands', 'earthquake\r'), +(13691, '2000-06-09 22:07:06', -4.478, 102.052, 33, 5.5, 'mwc', 'usp0009ub4', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13692, '2000-06-09 22:35:14', 30.472, 137.682, 472.6, 5.8, 'mwc', 'usp0009ub5', 'Izu Islands, Japan region', 'earthquake\r'), +(13693, '2000-06-09 23:31:45', 30.491, 137.73, 485.3, 6.3, 'mwb', 'usp0009ub9', 'Izu Islands, Japan region', 'earthquake\r'), +(13694, '2000-06-10 08:49:48', -17.565, -172.615, 33, 5.5, 'mwc', 'usp0009uc7', 'Tonga region', 'earthquake\r'), +(13695, '2000-06-10 09:17:53', -11.448, 166.239, 33, 5.9, 'mwc', 'usp0009uc8', 'Santa Cruz Islands', 'earthquake\r'), +(13696, '2000-06-10 14:11:59', -4.695, 153.134, 76.8, 5.5, 'mwc', 'usp0009uch', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13697, '2000-06-10 18:23:29', 23.843, 121.225, 33, 6.4, 'mwc', 'usp0009ucq', 'Taiwan', 'earthquake\r'), +(13698, '2000-06-11 09:25:56', -5.543, 101.491, 33, 5.5, 'mwc', 'usp0009udu', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(13699, '2000-06-11 11:55:12', -50.579, 139.55, 10, 6.6, 'mwc', 'usp0009ue0', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(13700, '2000-06-14 01:44:29', 17.315, 120.2, 63, 5.7, 'mwc', 'usp0009uhv', 'Luzon, Philippines', 'earthquake\r'), +(13701, '2000-06-14 02:15:26', -25.516, 178.046, 604.6, 6.4, 'mwc', 'usp0009uhx', 'south of the Fiji Islands', 'earthquake\r'), +(13702, '2000-06-14 03:19:18', -24.032, -66.747, 196.5, 5.9, 'mwc', 'usp0009uj1', 'Jujuy, Argentina', 'earthquake\r'), +(13703, '2000-06-14 14:11:07', 46.64, 152.587, 33, 5.5, 'mwc', 'usp0009ujj', 'Kuril Islands', 'earthquake\r'), +(13704, '2000-06-14 17:00:48', 4.542, 127.722, 89.5, 6.3, 'mwc', 'usp0009uju', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(13705, '2000-06-14 23:01:15', -17.902, 176.212, 33, 6, 'mwc', 'usp0009ukt', 'Fiji region', 'earthquake\r'), +(13706, '2000-06-15 11:10:46', 29.368, 132.082, 10, 6.1, 'mwc', 'usp0009un5', 'southeast of Shikoku, Japan', 'earthquake\r'), +(13707, '2000-06-16 07:55:35', -33.877, -70.088, 120.2, 6.4, 'mwc', 'usp0009upm', 'Region Metropolitana, Chile', 'earthquake\r'), +(13708, '2000-06-16 20:23:33', -28.876, -178.464, 222.6, 5.6, 'mwc', 'usp0009uqe', 'Kermadec Islands region', 'earthquake\r'), +(13709, '2000-06-17 15:40:42', 63.966, -20.487, 10, 6.5, 'mwc', 'usp0009urh', 'Iceland', 'earthquake\r'), +(13710, '2000-06-17 15:42:53', 63.965, -20.633, 10, 5.7, 'mb', 'usp0009urj', 'Iceland', 'earthquake\r'), +(13711, '2000-06-18 14:44:13', -13.802, 97.453, 10, 7.9, 'mwc', 'usp0009ut0', 'South Indian Ocean', 'earthquake\r'), +(13712, '2000-06-19 01:59:34', 16.967, 120.408, 33, 5.7, 'mwc', 'usp0009uua', 'Luzon, Philippines', 'earthquake\r'), +(13713, '2000-06-19 09:34:57', 14.011, 120.532, 115, 5.6, 'mwc', 'usp0009uum', 'Luzon, Philippines', 'earthquake\r'), +(13714, '2000-06-20 11:34:00', -14.104, 97.577, 10, 5.8, 'mwc', 'usp0009uw8', 'South Indian Ocean', 'earthquake\r'), +(13715, '2000-06-21 00:51:47', 63.98, -20.758, 10, 6.5, 'mwc', 'usp0009ux8', 'Iceland', 'earthquake\r'), +(13716, '2000-06-21 16:25:06', 14.112, 144.962, 112.2, 5.9, 'mwc', 'usp0009uxy', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(13717, '2000-06-21 18:28:04', -27.882, -176.383, 33, 5.5, 'mwc', 'usp0009uy4', 'Kermadec Islands region', 'earthquake\r'), +(13718, '2000-06-23 05:01:54', 1.279, 126.266, 65.3, 5.8, 'mwb', 'usp0009v05', 'Molucca Sea', 'earthquake\r'), +(13719, '2000-06-23 05:05:02', -5.005, 153.674, 33, 5.5, 'mb', 'usp0009v06', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13720, '2000-06-25 06:34:43', 31.183, 131.206, 10, 6, 'mwc', 'usp0009v37', 'Kyushu, Japan', 'earthquake\r'), +(13721, '2000-06-27 11:37:06', -7.096, 125.906, 496.1, 5.8, 'mwc', 'usp0009v73', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(13722, '2000-06-29 04:02:37', 34.056, 139.561, 10, 5.5, 'mwc', 'usp0009vck', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13723, '2000-06-29 06:30:22', 34.027, 139.359, 10, 5.6, 'mwc', 'usp0009vcx', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13724, '2000-06-29 07:59:07', 13.031, 144.538, 52.4, 5.9, 'mwc', 'usp0009vcz', 'Guam region', 'earthquake\r'), +(13725, '2000-07-01 04:48:55', -35.226, 178.605, 240.6, 5.7, 'mwc', 'usp0009vh7', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(13726, '2000-07-01 07:01:56', 34.221, 139.131, 10, 6.1, 'mwc', 'usp0009vhb', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13727, '2000-07-02 20:03:35', 34.076, 139.226, 10, 5.7, 'mwc', 'usp0009vmj', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13728, '2000-07-04 22:19:44', 20.24, 122.163, 33, 5.6, 'mwc', 'usp0009vsb', 'Batan Islands region, Philippines', 'earthquake\r'), +(13729, '2000-07-06 06:15:29', 53.203, 170.368, 33, 5.5, 'mwc', 'usp0009vvf', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13730, '2000-07-07 15:46:45', 51.411, 179.978, 31, 5.9, 'mwc', 'usp0009w00', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13731, '2000-07-08 04:52:55', -5.408, 102.7, 33, 5.9, 'mwc', 'usp0009w0x', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13732, '2000-07-08 18:57:44', 34.053, 139.126, 10, 5.9, 'mwc', 'usp0009w27', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13733, '2000-07-09 14:42:28', -16.209, -177.682, 33, 5.9, 'mwc', 'usp0009w3y', 'Fiji region', 'earthquake\r'), +(13734, '2000-07-10 09:58:19', 46.828, 145.422, 359.6, 5.8, 'mwc', 'usp0009w54', 'Sea of Okhotsk', 'earthquake\r'), +(13735, '2000-07-10 10:39:39', -4.473, 103.758, 104.7, 5.8, 'mwb', 'usp0009w57', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13736, '2000-07-11 01:32:29', 57.369, -154.206, 43.6, 6.6, 'mwb', 'usp0009w6c', 'Kodiak Island region, Alaska', 'earthquake\r'), +(13737, '2000-07-11 01:38:45', 57.401, -154.269, 66.6, 5.5, 'mb', 'usp0009w6d', 'Kodiak Island region, Alaska', 'earthquake\r'), +(13738, '2000-07-13 07:14:23', -49.029, 123.46, 10, 5.6, 'mwc', 'usp0009wdb', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(13739, '2000-07-13 17:41:54', -18.343, -175.583, 251.9, 5.6, 'mwc', 'usp0009we9', 'Tonga', 'earthquake\r'), +(13740, '2000-07-15 01:30:31', 34.319, 139.26, 10, 6.1, 'mwc', 'usp0009whz', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13741, '2000-07-15 03:13:23', -0.44, -19.595, 10, 5.6, 'mwc', 'usp0009wj6', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13742, '2000-07-15 03:58:10', -54.104, 7.939, 10, 5.7, 'mwc', 'usp0009wj9', 'Bouvet Island region', 'earthquake\r'), +(13743, '2000-07-15 07:13:45', -7.027, 128.931, 217.9, 5.9, 'mwc', 'usp0009wjg', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(13744, '2000-07-15 10:22:41', -61.194, 154.6, 33, 5.6, 'mwc', 'usp0009wjn', 'Balleny Islands region', 'earthquake\r'), +(13745, '2000-07-16 03:21:46', 20.253, 122.043, 33, 6.4, 'mwc', 'usp0009wkm', 'Batan Islands region, Philippines', 'earthquake\r'), +(13746, '2000-07-16 03:57:46', -7.747, 150.917, 10, 6.6, 'mwc', 'usp0009wkp', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13747, '2000-07-16 11:38:18', -4.193, 138.912, 33, 5.8, 'mwc', 'usp0009wm4', 'Papua, Indonesia', 'earthquake\r'), +(13748, '2000-07-16 17:25:23', -12.404, 166.509, 33, 6.1, 'mwc', 'usp0009wmd', 'Santa Cruz Islands', 'earthquake\r'), +(13749, '2000-07-17 22:53:47', 36.283, 70.924, 141.4, 6.3, 'mwc', 'usp0009wpm', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(13750, '2000-07-18 22:59:17', 17.905, 120.782, 33, 5.7, 'mwc', 'usp0009wra', 'Luzon, Philippines', 'earthquake\r'), +(13751, '2000-07-20 18:39:19', 36.51, 140.983, 47.1, 6, 'mwc', 'usp0009wvy', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13752, '2000-07-21 01:53:36', 9.416, -85.329, 33, 6.4, 'mwc', 'usp0009wwb', 'off the coast of Costa Rica', 'earthquake\r'), +(13753, '2000-07-21 02:18:07', -5.551, 105.804, 140.1, 5.5, 'mb', 'usp0009wwd', 'Sunda Strait, Indonesia', 'earthquake\r'), +(13754, '2000-07-21 05:16:38', 35.181, 141.066, 52.4, 5.7, 'mwc', 'usp0009wwn', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13755, '2000-07-21 05:46:27', 9.287, -85.18, 33, 5.5, 'mwc', 'usp0009wwr', 'off the coast of Costa Rica', 'earthquake\r'), +(13756, '2000-07-21 06:13:41', 18.414, -98.916, 80.1, 5.9, 'mwb', 'usp0009wwu', 'Puebla, Mexico', 'earthquake\r'), +(13757, '2000-07-22 09:50:01', 35.229, -36.045, 10, 5.5, 'mwc', 'usp0009wyk', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(13758, '2000-07-22 20:56:12', -4.07, 102.37, 69.1, 5.7, 'mwc', 'usp0009wzc', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13759, '2000-07-23 21:52:44', 34.126, 139.116, 10, 5.6, 'mwc', 'usp0009x1y', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13760, '2000-07-24 12:17:27', -5.561, 102.886, 33, 5.7, 'mwc', 'usp0009x3g', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13761, '2000-07-25 03:14:30', -53.553, -3.169, 10, 5.9, 'mwc', 'usp0009x4h', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(13762, '2000-07-26 05:37:42', 0.778, -26.038, 10, 5.5, 'mwc', 'usp0009x6k', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13763, '2000-07-27 01:49:53', 34.208, 139.37, 10, 5.6, 'mwc', 'usp0009x8d', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13764, '2000-07-27 02:12:50', 34.204, 139.248, 10, 5.5, 'mwc', 'usp0009x8e', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13765, '2000-07-28 12:38:33', -12.36, 166.49, 37.3, 5.8, 'mwc', 'usp0009xav', 'Santa Cruz Islands', 'earthquake\r'), +(13766, '2000-07-28 20:28:13', 23.359, 120.915, 33, 5.7, 'mwc', 'usp0009xbp', 'Taiwan', 'earthquake\r'), +(13767, '2000-07-30 00:18:00', 33.933, 139.35, 10, 5.7, 'mwc', 'usp0009xe8', 'Izu Islands, Japan region', 'earthquake\r'), +(13768, '2000-07-30 06:03:33', -10.935, 165.934, 45.6, 5.6, 'mwc', 'usp0009xen', 'Santa Cruz Islands', 'earthquake\r'), +(13769, '2000-07-30 12:25:46', 33.901, 139.376, 10, 6.5, 'mwc', 'usp0009xf4', 'Izu Islands, Japan region', 'earthquake\r'), +(13770, '2000-07-30 12:48:55', 33.954, 139.27, 10, 5.5, 'mb', 'usp0009xf5', 'Izu Islands, Japan region', 'earthquake\r'), +(13771, '2000-07-31 22:44:30', -16.697, 174.542, 10, 6.2, 'mwc', 'usp0009xhy', 'Fiji region', 'earthquake\r'), +(13772, '2000-07-31 23:01:49', -29.279, -176.35, 10, 6.2, 'mwb', 'usp0009xj0', 'Kermadec Islands region', 'earthquake\r'), +(13773, '2000-08-01 09:21:37', -16.817, 174.361, 33, 5.8, 'mwc', 'usp0009xjq', 'Fiji region', 'earthquake\r'), +(13774, '2000-08-01 18:54:46', -38.765, 78.419, 10, 5.9, 'mwc', 'usp0009xkf', 'Mid-Indian Ridge', 'earthquake\r'), +(13775, '2000-08-02 00:37:16', -17.945, -174.82, 191.2, 5.6, 'mwc', 'usp0009xm0', 'Tonga', 'earthquake\r'), +(13776, '2000-08-03 01:09:39', -12.037, 166.448, 33, 6.6, 'mwc', 'usp0009xp4', 'Santa Cruz Islands', 'earthquake\r'), +(13777, '2000-08-03 05:30:12', 31.078, 131.308, 35, 5.6, 'mwc', 'usp0009xpc', 'Kyushu, Japan', 'earthquake\r'), +(13778, '2000-08-03 08:53:20', 0.482, 121.286, 101.3, 5.6, 'mwc', 'usp0009xqm', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(13779, '2000-08-03 19:22:11', -17.684, -71.968, 33, 5.8, 'mwc', 'usp0009xuj', 'near the coast of southern Peru', 'earthquake\r'), +(13780, '2000-08-04 07:47:44', 0.152, 126.438, 114.8, 5.6, 'mwc', 'usp0009xvz', 'Molucca Sea', 'earthquake\r'), +(13781, '2000-08-04 21:13:03', 48.786, 142.246, 10, 6.8, 'mwc', 'usp0009xws', 'Sakhalin, Russia', 'earthquake\r'), +(13782, '2000-08-05 08:30:10', -6.377, 130.209, 140.5, 5.5, 'mwc', 'usp0009xyc', 'Banda Sea', 'earthquake\r'), +(13783, '2000-08-05 19:43:08', -5.845, 130.309, 171.2, 5.5, 'mwc', 'usp0009xz7', 'Banda Sea', 'earthquake\r'), +(13784, '2000-08-06 07:27:13', 28.856, 139.556, 394.8, 7.4, 'mwc', 'usp0009xzy', 'Bonin Islands, Japan region', 'earthquake\r'), +(13785, '2000-08-07 05:23:40', 29.025, 131.207, 33, 5.7, 'mwc', 'usp0009y1v', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(13786, '2000-08-07 14:33:56', -7.018, 123.357, 648.5, 6.5, 'mwc', 'usp0009y2g', 'Banda Sea', 'earthquake\r'), +(13787, '2000-08-07 15:29:50', -11.864, 166.135, 33, 5.7, 'mwc', 'usp0009y2j', 'Santa Cruz Islands', 'earthquake\r'), +(13788, '2000-08-09 00:08:42', -15.693, 167.986, 33, 6.3, 'mwc', 'usp0009y52', 'Vanuatu', 'earthquake\r'), +(13789, '2000-08-09 11:41:48', 18.198, -102.48, 45.8, 6.5, 'mwc', 'usp0009y65', 'Michoacan, Mexico', 'earthquake\r'), +(13790, '2000-08-09 22:55:59', -16.797, 174.332, 33, 6.4, 'mwc', 'usp0009y76', 'Fiji region', 'earthquake\r'), +(13791, '2000-08-12 10:26:16', -3.072, 136.112, 33, 6, 'mwb', 'usp0009yar', 'Papua, Indonesia', 'earthquake\r'), +(13792, '2000-08-12 14:13:09', 8.369, -103.957, 10, 5.6, 'mwc', 'usp0009yav', 'northern East Pacific Rise', 'earthquake\r'), +(13793, '2000-08-13 07:04:07', 12.078, -82.919, 10, 5.5, 'mwc', 'usp0009yc9', 'Caribbean Sea', 'earthquake\r'), +(13794, '2000-08-14 22:11:16', -9.377, 153.854, 10, 6, 'mwc', 'usp0009yf6', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(13795, '2000-08-15 04:30:09', -31.511, 179.725, 357.7, 6.6, 'mwc', 'usp0009yfk', 'Kermadec Islands region', 'earthquake\r'), +(13796, '2000-08-15 20:20:44', 43.046, 146.759, 33, 5.8, 'mwc', 'usp0009yj5', 'Kuril Islands', 'earthquake\r'), +(13797, '2000-08-17 00:04:29', -21.901, -174.771, 33, 5.8, 'mwc', 'usp0009ym6', 'Tonga', 'earthquake\r'), +(13798, '2000-08-17 14:00:00', -16.887, -172.659, 33, 5.6, 'mwc', 'usp0009ynh', 'Samoa Islands region', 'earthquake\r'), +(13799, '2000-08-17 18:40:10', 5.772, 94.753, 68.3, 5.7, 'mwc', 'usp0009ynz', 'northern Sumatra, Indonesia', 'earthquake\r'), +(13800, '2000-08-18 01:52:21', 34.127, 139.18, 10, 5.7, 'mwc', 'usp0009ypm', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(13801, '2000-08-19 12:41:28', 36.244, 141.42, 33, 5.5, 'mwc', 'usp0009ysh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(13802, '2000-08-19 17:26:28', 43.816, 147.167, 62.4, 5.7, 'mwb', 'usp0009ysz', 'Kuril Islands', 'earthquake\r'), +(13803, '2000-08-20 07:55:49', 7.427, 126.549, 174.3, 5.7, 'mwb', 'usp0009ytx', 'Mindanao, Philippines', 'earthquake\r'), +(13804, '2000-08-20 22:38:30', -1.397, 123.134, 33, 5.5, 'mwc', 'usp0009yux', 'Sulawesi, Indonesia', 'earthquake\r'), +(13805, '2000-08-21 09:16:25', -53.02, -45.966, 10, 6.1, 'mwc', 'usp0009yvj', 'South Atlantic Ocean', 'earthquake\r'), +(13806, '2000-08-22 13:51:30', -6.274, 154.664, 70.4, 5.7, 'mwc', 'usp0009yyy', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13807, '2000-08-22 16:55:14', 38.117, 57.376, 10, 5.9, 'mwb', 'usp0009yz6', 'Turkmenistan', 'earthquake\r'), +(13808, '2000-08-23 15:46:12', 21.335, -108.814, 10, 5.5, 'mwc', 'usp0009z1v', 'off the coast of Baja California Sur, Mexico', 'earthquake\r'), +(13809, '2000-08-23 16:15:32', -22.633, -68.276, 118.2, 5.5, 'mwc', 'usp0009z1x', 'Antofagasta, Chile', 'earthquake\r'), +(13810, '2000-08-24 11:17:32', -28.01, -13.23, 10, 5.5, 'mwc', 'usp0009z3c', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(13811, '2000-08-24 11:36:45', -6.026, 102.687, 33, 5.8, 'mwc', 'usp0009z3f', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(13812, '2000-08-27 04:22:27', -17.517, -179.064, 548.9, 5.5, 'mwc', 'usp0009z7w', 'Fiji region', 'earthquake\r'), +(13813, '2000-08-27 17:19:07', 22.219, 143.76, 99.6, 5.6, 'mwc', 'usp0009z8q', 'Volcano Islands, Japan region', 'earthquake\r'), +(13814, '2000-08-28 03:37:03', 4.352, 126.579, 88.1, 5.6, 'mwc', 'usp0009z9b', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(13815, '2000-08-28 15:05:48', -4.11, 127.394, 16, 6.8, 'mwc', 'usp0009z9y', 'Banda Sea', 'earthquake\r'), +(13816, '2000-08-28 15:38:06', -3.986, 127.325, 10, 6.1, 'mwc', 'usp0009za0', 'Seram, Indonesia', 'earthquake\r'), +(13817, '2000-08-28 19:29:25', -4.163, 127.311, 33, 6, 'mb', 'usp0009zag', 'Banda Sea', 'earthquake\r'), +(13818, '2000-08-28 19:29:32', -4.124, 127.027, 33, 6.3, 'mwb', 'usp0009zah', 'Banda Sea', 'earthquake\r'), +(13819, '2000-08-31 08:24:11', 5.069, 123.212, 588.3, 5.7, 'mwc', 'usp0009zf7', 'Celebes Sea', 'earthquake\r'), +(13820, '2000-09-01 11:56:52', 1.438, 96.591, 33, 6, 'mwc', 'usp0009zh2', 'Nias region, Indonesia', 'earthquake\r'), +(13821, '2000-09-02 00:25:49', -5.053, 133.611, 33, 5.5, 'mwc', 'usp0009zj1', 'Kepulauan Kai, Indonesia', 'earthquake\r'), +(13822, '2000-09-02 10:19:13', -17.917, -178.325, 587.5, 5.7, 'mwc', 'usp0009zjp', 'Fiji region', 'earthquake\r'), +(13823, '2000-09-02 17:02:20', -20.073, -179.135, 687.6, 6, 'mwc', 'usp0009zka', 'Fiji region', 'earthquake\r'), +(13824, '2000-09-03 08:21:24', -20.547, -177.821, 363.8, 5.8, 'mwc', 'usp0009zmj', 'Fiji region', 'earthquake\r'), +(13825, '2000-09-03 11:01:31', 43.024, 146.773, 52.7, 5.5, 'mwc', 'usp0009zmv', 'Kuril Islands', 'earthquake\r'), +(13826, '2000-09-08 01:34:41', -39.841, 41.762, 10, 5.8, 'mwc', 'usp0009zvz', 'South Indian Ocean', 'earthquake\r'), +(13827, '2000-09-08 22:41:25', 7.183, 122.094, 32.9, 5.5, 'mwc', 'usp0009zxf', 'Mindanao, Philippines', 'earthquake\r'), +(13828, '2000-09-09 06:01:53', 6.422, 95.456, 229.3, 5.7, 'mwc', 'usp0009zxx', 'Nicobar Islands, India region', 'earthquake\r'), +(13829, '2000-09-09 10:00:34', -22.763, -175.345, 33, 5.6, 'mwc', 'usp0009zya', 'Tonga region', 'earthquake\r'), +(13830, '2000-09-09 12:18:10', -35.875, -103.064, 10, 5.9, 'mwc', 'usp0009zym', 'southeast of Easter Island', 'earthquake\r'), +(13831, '2000-09-10 03:16:16', 13.69, 120.174, 65.6, 5.5, 'mwc', 'usp0009zzf', 'Mindoro, Philippines', 'earthquake\r'), +(13832, '2000-09-10 08:54:46', 24.008, 121.526, 34.8, 5.8, 'mwc', 'usp0009zzx', 'Taiwan', 'earthquake\r'), +(13833, '2000-09-10 17:11:55', -1.179, 129.348, 33, 5.5, 'mwc', 'usp000a00r', 'Papua region, Indonesia', 'earthquake\r'), +(13834, '2000-09-10 19:06:16', -1.112, 129.332, 33, 6.1, 'mwb', 'usp000a010', 'Papua region, Indonesia', 'earthquake\r'), +(13835, '2000-09-10 19:45:25', -5.619, 130.611, 62.8, 5.5, 'mb', 'usp000a013', 'Banda Sea', 'earthquake\r'), +(13836, '2000-09-10 21:37:43', -1.924, -12.961, 10, 5.5, 'mwc', 'usp000a01d', 'north of Ascension Island', 'earthquake\r'), +(13837, '2000-09-11 17:17:53', -15.877, -173.691, 115.4, 6.3, 'mwc', 'usp000a039', 'Tonga', 'earthquake\r'), +(13838, '2000-09-12 00:27:59', 35.389, 99.343, 10, 6.1, 'mwc', 'usp000a03h', 'southern Qinghai, China', 'earthquake\r'), +(13839, '2000-09-12 16:27:25', -5.435, 101.823, 33, 6, 'mwc', 'usp000a054', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(13840, '2000-09-14 14:59:58', -15.742, 179.801, 33, 6.2, 'mwc', 'usp000a08h', 'Fiji', 'earthquake\r'), +(13841, '2000-09-14 17:33:29', -22.468, -176.332, 109.5, 5.5, 'mwc', 'usp000a08q', 'south of the Fiji Islands', 'earthquake\r'), +(13842, '2000-09-16 11:03:20', 0.253, 122.073, 211.2, 5.5, 'mwc', 'usp000a0b0', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(13843, '2000-09-16 17:26:24', -30.256, -178.142, 62.9, 5.6, 'mwb', 'usp000a0ba', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13844, '2000-09-17 09:29:57', -5.361, 146.765, 228, 5.9, 'mwb', 'usp000a0cp', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(13845, '2000-09-20 08:37:16', -1.885, -80.461, 33, 5.5, 'mwc', 'usp000a0jh', 'near the coast of Ecuador', 'earthquake\r'), +(13846, '2000-09-21 17:45:51', -56.51, -141.828, 10, 5.6, 'mwc', 'usp000a0mn', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(13847, '2000-09-22 13:21:31', -29.847, -178.381, 156.5, 5.5, 'mwc', 'usp000a0nr', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(13848, '2000-09-22 18:22:03', -4.964, 102.104, 33, 6.2, 'mwc', 'usp000a0p3', 'southern Sumatra, Indonesia', 'earthquake\r'), +(13849, '2000-09-23 02:13:32', 4.367, -32.593, 10, 5.5, 'mwc', 'usp000a0pe', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13850, '2000-09-23 02:17:44', 4.276, -32.607, 10, 5.7, 'mwc', 'usp000a0pf', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13851, '2000-09-23 08:42:08', -11.674, 166.405, 125, 5.5, 'mwc', 'usp000a0pu', 'Santa Cruz Islands', 'earthquake\r'), +(13852, '2000-09-25 04:00:40', -46.806, 37.59, 10, 5.9, 'mwc', 'usp000a0sc', 'Prince Edward Islands region', 'earthquake\r'), +(13853, '2000-09-26 06:17:52', -17.178, -173.927, 56, 6.4, 'mwb', 'usp000a0ty', 'Tonga', 'earthquake\r'), +(13854, '2000-09-26 16:49:33', 1.123, 127.442, 142, 5.9, 'mwc', 'usp000a0v2', 'Halmahera, Indonesia', 'earthquake\r'), +(13855, '2000-09-28 23:23:43', -0.215, -80.582, 22.9, 6.4, 'mwc', 'usp000a0z2', 'near the coast of Ecuador', 'earthquake\r'), +(13856, '2000-09-29 22:48:12', 12.073, 122.381, 33, 5.6, 'mwc', 'usp000a10r', 'Sibuyan Sea, Philippines', 'earthquake\r'), +(13857, '2000-10-01 19:03:28', -4.046, 127.334, 33, 5.8, 'mwc', 'usp000a148', 'Banda Sea', 'earthquake\r'), +(13858, '2000-10-02 02:25:31', -7.977, 30.709, 34, 6.5, 'mwb', 'usp000a14k', 'Lake Tanganyika region, Dem. Republic of the Congo-Tanzania', 'earthquake\r'), +(13859, '2000-10-02 07:29:43', 29.443, 129.388, 33, 5.8, 'mwc', 'usp000a14x', 'Ryukyu Islands, Japan', 'earthquake\r'), +(13860, '2000-10-02 07:44:11', 29.52, 129.396, 33, 5.7, 'mwc', 'usp000a14y', 'Ryukyu Islands, Japan', 'earthquake\r'), +(13861, '2000-10-03 04:13:30', 40.282, 143.124, 33, 6.3, 'mwc', 'usp000a166', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(13862, '2000-10-04 03:59:12', -55.432, -128.081, 10, 5.8, 'mwc', 'usp000a17t', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(13863, '2000-10-04 14:37:44', 11.124, -62.559, 110.3, 6.2, 'mwc', 'usp000a18p', 'offshore Sucre, Venezuela', 'earthquake\r'), +(13864, '2000-10-04 16:58:44', -15.421, 166.91, 23, 7, 'mwc', 'usp000a18v', 'Vanuatu', 'earthquake\r'), +(13865, '2000-10-04 20:48:28', -15.636, 166.995, 33, 5.8, 'mwc', 'usp000a196', 'Vanuatu', 'earthquake\r'), +(13866, '2000-10-05 13:39:12', 31.732, -40.958, 10, 6.1, 'mwc', 'usp000a1a8', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(13867, '2000-10-05 20:06:14', 6.853, 126.822, 87.3, 6.1, 'mwc', 'usp000a1ag', 'Mindanao, Philippines', 'earthquake\r'), +(13868, '2000-10-06 04:30:19', 35.456, 133.134, 10, 6.7, 'mwc', 'usp000a1b0', 'western Honshu, Japan', 'earthquake\r'), +(13869, '2000-10-07 11:57:41', -9.974, 119.378, 33, 5.9, 'mwc', 'usp000a1dh', 'Sumba region, Indonesia', 'earthquake\r'), +(13870, '2000-10-08 03:36:32', 9.845, 125.557, 10, 5.7, 'mwc', 'usp000a1eh', 'Mindanao, Philippines', 'earthquake\r'), +(13871, '2000-10-09 02:30:01', 10.002, 92.952, 33, 5.9, 'mwb', 'usp000a1gk', 'Andaman Islands, India region', 'earthquake\r'), +(13872, '2000-10-10 05:23:10', -6.276, 154.627, 100, 5.6, 'mwc', 'usp000a1j1', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13873, '2000-10-11 04:13:36', -20.645, -177.985, 488.6, 5.8, 'mwc', 'usp000a1kt', 'Fiji region', 'earthquake\r'), +(13874, '2000-10-11 04:34:32', -1.577, 123.305, 33, 5.6, 'mwc', 'usp000a1ku', 'Sulawesi, Indonesia', 'earthquake\r'), +(13875, '2000-10-11 09:42:09', 23.866, 94.863, 116.5, 5.6, 'mwc', 'usp000a1m4', 'Myanmar', 'earthquake\r'), +(13876, '2000-10-12 23:25:52', 12.452, 124.967, 28.8, 5.5, 'mwc', 'usp000a1pj', 'Samar, Philippines', 'earthquake\r'), +(13877, '2000-10-14 20:02:52', 23.556, 141.833, 137.5, 5.5, 'mwc', 'usp000a1s3', 'Volcano Islands, Japan region', 'earthquake\r'), +(13878, '2000-10-15 18:07:30', -6.859, 129.3, 186.4, 5.6, 'mwc', 'usp000a1ub', 'Banda Sea', 'earthquake\r'), +(13879, '2000-10-17 20:00:37', 15.521, -92.071, 180.5, 5.8, 'mwc', 'usp000a1zf', 'Chiapas, Mexico', 'earthquake\r'), +(13880, '2000-10-18 02:43:18', -10.535, 66.738, 10, 5.5, 'mwc', 'usp000a20a', 'Mid-Indian Ridge', 'earthquake\r'), +(13881, '2000-10-20 19:47:24', -4.623, -106.044, 10, 5.5, 'mwc', 'usp000a24u', 'central East Pacific Rise', 'earthquake\r'), +(13882, '2000-10-21 05:25:15', -17.286, -175.176, 291.8, 6.3, 'mwc', 'usp000a25g', 'Tonga', 'earthquake\r'), +(13883, '2000-10-21 11:35:59', -47.347, -12.403, 10, 6, 'mwc', 'usp000a25w', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(13884, '2000-10-21 14:24:09', 1.671, -90.911, 10, 5.6, 'mwc', 'usp000a267', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(13885, '2000-10-21 15:52:47', 1.832, -90.585, 10, 5.9, 'mwc', 'usp000a26d', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(13886, '2000-10-21 22:30:32', 13.679, 120.729, 151.8, 5.9, 'mwc', 'usp000a26t', 'Mindoro, Philippines', 'earthquake\r'), +(13887, '2000-10-22 01:21:44', 7.106, 126.752, 82.4, 5.6, 'mwc', 'usp000a271', 'Mindanao, Philippines', 'earthquake\r'), +(13888, '2000-10-22 11:37:25', -57.241, -25.423, 33, 5.5, 'mwc', 'usp000a27f', 'South Sandwich Islands region', 'earthquake\r'), +(13889, '2000-10-22 20:26:39', -15.229, 167.701, 142.7, 5.7, 'mwc', 'usp000a283', 'Vanuatu', 'earthquake\r'), +(13890, '2000-10-23 23:04:12', -4.054, 127.388, 33, 5.7, 'mwb', 'usp000a29x', 'Banda Sea', 'earthquake\r'), +(13891, '2000-10-25 05:26:39', -34.605, -109.648, 10, 6, 'mwc', 'usp000a2cb', 'southern East Pacific Rise', 'earthquake\r'), +(13892, '2000-10-25 09:32:24', -6.549, 105.63, 38, 6.8, 'mwc', 'usp000a2ck', 'Sunda Strait, Indonesia', 'earthquake\r'), +(13893, '2000-10-25 19:00:17', -34.678, -109.458, 10, 6.1, 'mwc', 'usp000a2df', 'southern East Pacific Rise', 'earthquake\r'), +(13894, '2000-10-26 14:08:37', -34.573, -109.37, 10, 5.5, 'mwc', 'usp000a2f4', 'southern East Pacific Rise', 'earthquake\r'), +(13895, '2000-10-26 22:44:06', -6.943, 129.004, 158.2, 5.5, 'mwc', 'usp000a2fm', 'Banda Sea', 'earthquake\r'), +(13896, '2000-10-27 00:08:54', 54.707, 94.983, 33, 5.5, 'mwc', 'usp000a2ft', 'southwestern Siberia, Russia', 'earthquake\r'), +(13897, '2000-10-27 04:21:52', 26.266, 140.46, 388, 6.1, 'mwb', 'usp000a2g0', 'Bonin Islands, Japan region', 'earthquake\r'), +(13898, '2000-10-27 09:10:05', -1.595, -24.576, 10, 5.8, 'mwc', 'usp000a2gd', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13899, '2000-10-27 19:02:53', 17.598, -61.194, 37.9, 5.6, 'mwc', 'usp000a2h2', 'Antigua and Barbuda region, Leeward Islands', 'earthquake\r'), +(13900, '2000-10-28 04:12:36', 18.298, 146.483, 51.1, 5.7, 'mwc', 'usp000a2j2', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(13901, '2000-10-29 08:36:55', -5.212, 153.96, 33, 5.6, 'mb', 'usp000a2mv', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13902, '2000-10-29 08:37:09', -4.766, 153.945, 50, 7, 'mwc', 'usp000a2mw', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13903, '2000-10-29 12:30:50', -15.138, -173.417, 33, 5.8, 'mwc', 'usp000a2n8', 'Tonga', 'earthquake\r'), +(13904, '2000-10-29 22:03:57', 47.782, 155.651, 49.6, 5.5, 'mwc', 'usp000a2p3', 'east of the Kuril Islands', 'earthquake\r'), +(13905, '2000-10-30 01:03:27', 0.824, -25.586, 10, 5.6, 'mwc', 'usp000a2pe', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(13906, '2000-10-30 03:07:10', 17.637, -61.193, 33, 5.8, 'mwc', 'usp000a2pk', 'Antigua and Barbuda region, Leeward Islands', 'earthquake\r'), +(13907, '2000-10-30 12:01:31', -9.708, 119.075, 33, 6, 'mwc', 'usp000a2qh', 'Sumba region, Indonesia', 'earthquake\r'), +(13908, '2000-10-30 16:42:52', 34.3, 136.214, 34.9, 5.5, 'mwc', 'usp000a2qv', 'western Honshu, Japan', 'earthquake\r'), +(13909, '2000-10-30 20:28:46', -10.513, 165.764, 108.4, 5.6, 'mwc', 'usp000a2r4', 'Santa Cruz Islands', 'earthquake\r'), +(13910, '2000-10-30 21:12:19', -2.449, 140.073, 33, 5.5, 'mwc', 'usp000a2r8', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(13911, '2000-10-31 18:09:36', -17.964, -175.259, 33, 5.7, 'mwc', 'usp000a2sq', 'Tonga', 'earthquake\r'), +(13912, '2000-10-31 18:43:21', -17.867, -175.312, 33, 6.2, 'mwc', 'usp000a2ss', 'Tonga', 'earthquake\r'), +(13913, '2000-11-01 04:27:46', -7.95, -74.422, 150.9, 5.9, 'mwc', 'usp000a2t8', 'northern Peru', 'earthquake\r'), +(13914, '2000-11-01 10:35:55', -45.07, 167.009, 24.5, 6.1, 'mwc', 'usp000a2tr', 'South Island of New Zealand', 'earthquake\r'), +(13915, '2000-11-04 12:38:41', 5.762, 125.773, 133.8, 5.8, 'mwc', 'usp000a2y5', 'Mindanao, Philippines', 'earthquake\r'), +(13916, '2000-11-05 04:45:35', -6.076, 102.68, 33, 5.8, 'mwc', 'usp000a2zb', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(13917, '2000-11-05 12:47:05', 9.938, 92.978, 33, 5.6, 'mwc', 'usp000a303', 'Nicobar Islands, India region', 'earthquake\r'), +(13918, '2000-11-06 11:40:27', 56.15, -153.456, 20, 5.9, 'mwb', 'usp000a31u', 'Kodiak Island region, Alaska', 'earthquake\r'), +(13919, '2000-11-07 00:18:05', -55.627, -29.876, 10, 6.8, 'mwb', 'usp000a345', 'South Sandwich Islands region', 'earthquake\r'), +(13920, '2000-11-07 01:01:49', -5.538, 151.592, 33, 6, 'ms', 'usp000a34b', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13921, '2000-11-07 07:50:10', -5.432, 154.016, 90.5, 6.2, 'mwc', 'usp000a34m', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13922, '2000-11-07 16:31:38', -55.136, -29.617, 33, 5.5, 'mwc', 'usp000a35e', 'South Sandwich Islands region', 'earthquake\r'), +(13923, '2000-11-08 06:59:59', 7.042, -77.829, 17, 6.5, 'mwc', 'usp000a373', 'Panama-Colombia border region', 'earthquake\r'), +(13924, '2000-11-08 18:36:22', 23.251, 124.15, 14.4, 5.7, 'mwb', 'usp000a37v', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(13925, '2000-11-09 00:32:45', -2.458, 139.996, 33, 5.5, 'mwc', 'usp000a38r', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(13926, '2000-11-09 01:46:43', 5.737, 127.174, 63, 5.7, 'mwc', 'usp000a38s', 'Philippine Islands region', 'earthquake\r'), +(13927, '2000-11-09 05:45:54', -15.425, -173.42, 53.1, 5.9, 'mwc', 'usp000a39c', 'Tonga', 'earthquake\r'), +(13928, '2000-11-10 20:10:53', 36.601, 4.773, 10, 5.7, 'mwc', 'usp000a3cc', 'northern Algeria', 'earthquake\r'), +(13929, '2000-11-12 03:29:58', -55.359, -29.896, 33, 5.5, 'mwc', 'usp000a3f8', 'South Sandwich Islands region', 'earthquake\r'), +(13930, '2000-11-13 06:03:04', -5.391, 154.181, 84, 5.7, 'mwc', 'usp000a3hc', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(13931, '2000-11-13 06:46:11', -8.175, -79.929, 33, 5.8, 'mwc', 'usp000a3hg', 'near the coast of northern Peru', 'earthquake\r'), +(13932, '2000-11-13 08:56:49', 21.692, 92.908, 33, 5.5, 'mwc', 'usp000a3hq', 'Myanmar-Bangladesh border region', 'earthquake\r'), +(13933, '2000-11-13 15:57:22', 42.489, 144.765, 33, 6, 'mwc', 'usp000a3j6', 'Hokkaido, Japan region', 'earthquake\r'), +(13934, '2000-11-13 23:17:28', -21.263, -179.234, 628.2, 5.6, 'mwc', 'usp000a3jw', 'Fiji region', 'earthquake\r'), +(13935, '2000-11-14 03:52:59', 42.521, 144.785, 33, 5.6, 'mwc', 'usp000a3k8', 'Hokkaido, Japan region', 'earthquake\r'), +(13936, '2000-11-15 09:23:41', 17.342, 119.787, 54.5, 5.5, 'mwc', 'usp000a3nm', 'Philippine Islands region', 'earthquake\r'), +(13937, '2000-11-15 12:36:22', -21.664, 170.439, 200, 5.9, 'mwc', 'usp000a3nw', 'southeast of the Loyalty Islands', 'earthquake\r'), +(13938, '2000-11-15 15:05:38', 38.397, 42.922, 65.3, 5.6, 'mwb', 'usp000a3p3', 'eastern Turkey', 'earthquake\r'), +(13939, '2000-11-15 19:27:14', -14.605, 166.656, 33, 5.7, 'mwc', 'usp000a3pp', 'Vanuatu', 'earthquake\r'), +(13940, '2000-11-16 04:54:57', -3.98, 152.169, 33, 8, 'mwc', 'usp000a3qq', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13941, '2000-11-16 05:11:18', -5.32, 153.472, 33, 5.8, 'mb', 'usp000a3qt', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13942, '2000-11-16 05:16:33', -14.631, 166.702, 33, 5.7, 'mb', 'usp000a3qv', 'Vanuatu', 'earthquake\r'), +(13943, '2000-11-16 05:18:15', -14.637, 166.863, 33, 5.8, 'mb', 'usp000a3qw', 'Vanuatu', 'earthquake\r'), +(13944, '2000-11-16 05:21:22', -5.069, 153.238, 33, 6, 'mb', 'usp000a3qx', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13945, '2000-11-16 05:47:34', -5.138, 153.211, 33, 5.6, 'mb', 'usp000a3r6', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13946, '2000-11-16 05:51:51', -4.498, 153.704, 33, 5.8, 'mb', 'usp000a3r7', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13947, '2000-11-16 07:36:40', -4.917, 153.221, 33, 5.5, 'mb', 'usp000a3sn', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13948, '2000-11-16 07:42:17', -5.233, 153.102, 30, 7.8, 'mwc', 'usp000a3sp', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13949, '2000-11-16 07:45:33', -4.827, 153.226, 33, 6.5, 'mb', 'usp000a3sq', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13950, '2000-11-16 07:53:49', -4.995, 153.134, 33, 5.5, 'mb', 'usp000a3sr', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13951, '2000-11-16 07:58:36', -4.928, 153.074, 33, 5.7, 'mb', 'usp000a3ss', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13952, '2000-11-16 09:23:13', -5.003, 153.32, 33, 5.6, 'mb', 'usp000a3tf', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13953, '2000-11-16 09:25:43', -3.966, 152.28, 33, 5.5, 'mb', 'usp000a3tg', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13954, '2000-11-16 10:55:58', -4.771, 153.218, 33, 5.5, 'mb', 'usp000a3ut', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13955, '2000-11-16 11:05:42', -5.29, 152.968, 33, 6.2, 'ms', 'usp000a3ux', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13956, '2000-11-16 11:12:35', -5.083, 153.278, 33, 5.5, 'mb', 'usp000a3uz', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13957, '2000-11-16 12:26:19', -4.093, 152.685, 33, 5.5, 'mb', 'usp000a3vh', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13958, '2000-11-16 15:23:42', -6.346, 153.543, 33, 5.6, 'mb', 'usp000a3ww', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13959, '2000-11-16 18:03:45', -4.264, 152.649, 33, 5.7, 'mwc', 'usp000a3yb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13960, '2000-11-16 20:39:31', -5.605, 152.888, 33, 5.5, 'mb', 'usp000a3zm', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13961, '2000-11-17 01:37:04', -5.12, 152.897, 33, 5.8, 'mwc', 'usp000a41b', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13962, '2000-11-17 04:22:56', -6.268, 153.366, 33, 5.7, 'mwc', 'usp000a422', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13963, '2000-11-17 21:01:56', -5.496, 151.781, 33, 7.8, 'mwc', 'usp000a45f', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13964, '2000-11-17 21:45:52', -5.426, 152.017, 33, 5.7, 'mb', 'usp000a45n', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13965, '2000-11-18 00:16:59', -5.269, 153.151, 33, 5.5, 'ms', 'usp000a46s', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13966, '2000-11-18 02:05:49', -5.097, 153.181, 33, 6.6, 'mwc', 'usp000a470', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13967, '2000-11-18 03:30:36', -4.224, 152.729, 33, 5.8, 'mb', 'usp000a47c', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13968, '2000-11-18 05:22:35', -5.589, 152.883, 33, 5.7, 'mwc', 'usp000a481', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13969, '2000-11-18 06:54:58', -5.228, 151.771, 33, 6.8, 'mwb', 'usp000a48b', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13970, '2000-11-18 15:04:15', -4.583, 153.14, 33, 5.7, 'mb', 'usp000a49b', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13971, '2000-11-18 15:51:38', -4.632, 153.129, 33, 5.7, 'mwc', 'usp000a49j', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13972, '2000-11-18 21:48:44', -5.467, 153.334, 33, 5.5, 'ms', 'usp000a4ap', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13973, '2000-11-18 23:05:40', -5.384, 153.452, 33, 6.1, 'mwc', 'usp000a4b1', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13974, '2000-11-19 00:38:37', -4.682, 153.1, 33, 5.7, 'mwc', 'usp000a4bb', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13975, '2000-11-19 02:45:28', -5.133, 151.655, 57.8, 6, 'mwb', 'usp000a4bn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13976, '2000-11-19 05:29:26', -4.858, 153.015, 63.8, 5.5, 'mwc', 'usp000a4c0', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13977, '2000-11-19 05:35:19', -5.588, 151.867, 33, 6.1, 'mwc', 'usp000a4c1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13978, '2000-11-19 16:22:15', -4.801, 153.112, 33, 5.9, 'mwc', 'usp000a4dx', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13979, '2000-11-21 04:44:18', -4.484, 152.785, 33, 5.7, 'mwc', 'usp000a4jh', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13980, '2000-11-21 17:33:34', -5.486, 152.153, 33, 6.2, 'mwc', 'usp000a4km', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13981, '2000-11-21 20:03:48', -3.617, 150.823, 33, 5.8, 'mwc', 'usp000a4m2', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13982, '2000-11-21 21:21:05', -5.43, 152.688, 33, 6.1, 'mwc', 'usp000a4m8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13983, '2000-11-22 06:27:14', -6.378, 153.34, 33, 5.5, 'mwc', 'usp000a4n3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13984, '2000-11-22 23:35:05', -15.015, 166.768, 33, 5.7, 'mwc', 'usp000a4ps', 'Vanuatu', 'earthquake\r'), +(13985, '2000-11-23 00:13:01', -5.589, 152.567, 33, 5.7, 'mwc', 'usp000a4pv', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13986, '2000-11-23 04:56:39', -5.076, 152.559, 33, 5.5, 'mwc', 'usp000a4qm', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13987, '2000-11-23 17:11:46', 12.866, 144.07, 10, 5.6, 'mwc', 'usp000a4s0', 'Guam region', 'earthquake\r'), +(13988, '2000-11-23 18:43:16', -4.585, 153.058, 33, 6.3, 'mwc', 'usp000a4s2', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13989, '2000-11-23 23:10:35', -4.655, 152.998, 33, 5.8, 'mwc', 'usp000a4sw', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(13990, '2000-11-25 16:46:58', -5.425, 153.605, 33, 5.6, 'mwc', 'usp000a4xh', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(13991, '2000-11-25 18:09:11', 40.245, 49.946, 50.4, 6.8, 'mwc', 'usp000a4xu', 'Caspian Sea, offshore Azerbaijan', 'earthquake\r'), +(13992, '2001-10-21 03:40:18', 1.83, 126.506, 33, 5.7, 'mwc', 'usp000arb1', 'Molucca Sea', 'earthquake\r'), +(13993, '2000-11-25 18:10:47', 40.167, 49.954, 33, 6.5, 'mwc', 'usp000a4xv', 'Caspian Sea, offshore Azerbaijan', 'earthquake\r'), +(13994, '2000-11-29 01:48:44', 13.775, 120.657, 117.5, 5.5, 'mwc', 'usp000a55b', 'Mindoro, Philippines', 'earthquake\r'), +(13995, '2000-11-29 10:25:13', -24.869, -70.886, 58.2, 6.3, 'mwc', 'usp000a563', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(13996, '2000-11-29 10:35:48', 63.884, -150.15, 22.5, 5.8, 'mwc', 'usp000a564', 'Central Alaska', 'earthquake\r'), +(13997, '2000-12-01 13:27:34', 35.255, -35.328, 10, 5.8, 'mwc', 'usp000a5av', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(13998, '2000-12-03 12:55:17', 51.666, -178.156, 43.2, 5.7, 'mwc', 'usp000a5ev', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(13999, '2000-12-04 04:43:10', 14.876, -93.944, 33, 6.1, 'mwb', 'usp000a5fv', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(14000, '2000-12-04 16:47:38', 35.748, 140.948, 59.8, 5.7, 'mwc', 'usp000a5gk', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(14001, '2000-12-05 11:08:25', 4.222, 126.439, 101.4, 5.7, 'mwc', 'usp000a5hp', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(14002, '2000-12-05 22:11:34', 52.577, -167.847, 33, 5.9, 'mwc', 'usp000a5jr', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14003, '2000-12-06 17:11:06', 39.566, 54.799, 30, 7, 'mwc', 'usp000a5m7', 'Turkmenistan', 'earthquake\r'), +(14004, '2000-12-06 22:57:40', -4.218, 152.725, 31, 6.5, 'mwc', 'usp000a5mp', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14005, '2000-12-07 09:31:19', -4.274, 152.786, 33, 5.8, 'mwc', 'usp000a5nb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14006, '2000-12-08 15:24:15', -4.599, 153.255, 33, 5.5, 'mwc', 'usp000a5qn', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14007, '2000-12-08 16:56:19', 22.706, -107.552, 10, 5.5, 'mwc', 'usp000a5qs', 'off the coast of Sinaloa, Mexico', 'earthquake\r'), +(14008, '2000-12-09 22:49:48', -36.388, -98.758, 10, 5.8, 'mwc', 'usp000a5sx', 'southeast of Easter Island', 'earthquake\r'), +(14009, '2000-12-10 10:05:50', -0.847, 121.554, 33, 5.5, 'mwc', 'usp000a5tw', 'Sulawesi, Indonesia', 'earthquake\r'), +(14010, '2000-12-10 13:30:35', 19.083, 121.187, 33, 5.5, 'mwc', 'usp000a5uc', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(14011, '2000-12-10 18:58:37', 0.05, 127.38, 150, 5.7, 'mwc', 'usp000a5v3', 'Halmahera, Indonesia', 'earthquake\r'), +(14012, '2000-12-11 17:07:33', -55.91, -28.06, 113.5, 5.7, 'mb', 'usp000a5wv', 'South Sandwich Islands region', 'earthquake\r'), +(14013, '2000-12-11 18:54:07', 19.091, -67.093, 52.6, 5.5, 'mwc', 'usp000a5x1', 'Puerto Rico region', 'earthquake\r'), +(14014, '2000-12-12 05:26:46', 6.015, -82.679, 10, 6.1, 'mwc', 'usp000a5y0', 'south of Panama', 'earthquake\r'), +(14015, '2000-12-13 06:10:23', -3.095, 148.331, 33, 5.7, 'mwc', 'usp000a5zw', 'Bismarck Sea', 'earthquake\r'), +(14016, '2000-12-15 13:00:02', -50.4, -6.883, 10, 5.5, 'mwc', 'usp000a644', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(14017, '2000-12-15 16:44:48', 38.457, 31.351, 10, 6, 'mwc', 'usp000a64f', 'western Turkey', 'earthquake\r'), +(14018, '2000-12-15 17:43:12', -15.669, -177.331, 33, 5.6, 'mwc', 'usp000a64j', 'Fiji region', 'earthquake\r'), +(14019, '2000-12-16 11:05:28', -26.82, -113.342, 10, 5.5, 'mwc', 'usp000a65k', 'Easter Island region', 'earthquake\r'), +(14020, '2000-12-16 21:57:59', -3.966, 151.484, 33, 5.6, 'mwc', 'usp000a66b', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14021, '2000-12-18 01:19:22', -21.178, -179.124, 628.2, 6.6, 'mwc', 'usp000a68h', 'Fiji region', 'earthquake\r'), +(14022, '2000-12-18 21:15:31', -21.182, -179.097, 648.7, 5.7, 'mwc', 'usp000a6a0', 'Fiji region', 'earthquake\r'), +(14023, '2000-12-19 08:50:19', -17.571, 167.721, 33, 5.7, 'mwc', 'usp000a6b3', 'Vanuatu', 'earthquake\r'), +(14024, '2000-12-19 13:11:47', 11.765, 144.76, 33, 6.2, 'mwc', 'usp000a6bm', 'south of the Mariana Islands', 'earthquake\r'), +(14025, '2000-12-20 11:23:54', -39.008, -74.662, 11, 6.5, 'mwc', 'usp000a6e0', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(14026, '2000-12-20 15:17:20', 9.418, -85.452, 33, 5.5, 'mwc', 'usp000a6ej', 'off the coast of Costa Rica', 'earthquake\r'), +(14027, '2000-12-20 16:39:26', -24.123, -176.802, 68.8, 5.7, 'mwb', 'usp000a6em', 'south of the Fiji Islands', 'earthquake\r'), +(14028, '2000-12-20 16:49:43', -9.231, 154.353, 33, 6.6, 'mwc', 'usp000a6ep', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(14029, '2000-12-21 01:01:28', -5.706, 151.122, 33, 6.4, 'mwb', 'usp000a6fj', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14030, '2000-12-21 02:41:23', -5.354, 154.133, 386.7, 6, 'mwc', 'usp000a6fp', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(14031, '2000-12-21 13:05:00', -3.221, 150.758, 25, 5.5, 'mw', 'iscgem3265188', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14032, '2000-12-21 13:14:33', -3.263, 150.445, 33, 5.7, 'mwc', 'usp000a6gn', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14033, '2000-12-21 14:53:12', -3.109, 150.743, 33, 5.5, 'mwc', 'usp000a6gt', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14034, '2000-12-22 00:40:37', 56.82, -158.341, 105.9, 5.6, 'mwc', 'usp000a6hf', 'Alaska Peninsula', 'earthquake\r'), +(14035, '2000-12-22 08:30:39', -10.56, 164.22, 33, 5.9, 'mwc', 'usp000a6hs', 'Santa Cruz Islands region', 'earthquake\r'), +(14036, '2000-12-22 10:13:01', 44.79, 147.196, 140.4, 6.2, 'mwb', 'usp000a6j0', 'Kuril Islands', 'earthquake\r'), +(14037, '2000-12-23 07:13:24', -7.873, 135.816, 61.7, 6, 'mwc', 'usp000a6kn', 'Kepulauan Aru region, Indonesia', 'earthquake\r'), +(14038, '2000-12-24 03:11:07', -4.196, 123.247, 33, 5.6, 'mwc', 'usp000a6mx', 'Banda Sea', 'earthquake\r'), +(14039, '2000-12-25 05:11:59', -21.264, -179.124, 644.8, 5.7, 'mwc', 'usp000a6q0', 'Fiji region', 'earthquake\r'), +(14040, '2000-12-25 13:24:23', -42.519, 120.175, 10, 5.7, 'mwc', 'usp000a6qf', 'south of Australia', 'earthquake\r'), +(14041, '2000-12-26 15:21:27', -35.025, 179.67, 33, 5.6, 'mwc', 'usp000a6rx', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(14042, '2000-12-27 07:03:48', -9.33, 154.593, 33, 5.9, 'mwb', 'usp000a6sr', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(14043, '2000-12-27 07:26:32', -4.228, 152.73, 33, 5.8, 'mwc', 'usp000a6ss', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14044, '2000-12-28 04:34:28', -4.05, 152.307, 33, 6.2, 'mwc', 'usp000a6ty', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14045, '2000-12-30 07:42:47', -12.472, 166.934, 220.7, 5.5, 'mwc', 'usp000a6xe', 'Santa Cruz Islands', 'earthquake\r'), +(14046, '2001-01-01 06:57:04', 6.898, 126.579, 33, 7.5, 'mwc', 'usp000a70h', 'Mindanao, Philippines', 'earthquake\r'), +(14047, '2001-01-01 08:54:32', 6.631, 126.899, 33, 6.8, 'mwc', 'usp000a70q', 'Mindanao, Philippines', 'earthquake\r'), +(14048, '2001-01-02 07:30:04', 6.749, 126.809, 33, 6.4, 'mwc', 'usp000a729', 'Mindanao, Philippines', 'earthquake\r'), +(14049, '2001-01-02 19:37:36', 1.288, -27.777, 10, 5.5, 'mwc', 'usp000a72t', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(14050, '2001-01-02 23:17:42', -11.16, 162.44, 33, 6, 'mwc', 'usp000a72z', 'Solomon Islands', 'earthquake\r'), +(14051, '2001-01-03 14:47:50', 43.932, 147.813, 33, 5.9, 'mwc', 'usp000a73r', 'Kuril Islands', 'earthquake\r'), +(14052, '2001-01-05 08:06:47', 16.113, -61.034, 33, 5.7, 'mwc', 'usp000a75k', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(14053, '2001-01-05 11:54:14', -0.657, -22.074, 10, 5.5, 'mwc', 'usp000a75s', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(14054, '2001-01-05 22:51:53', 6.917, 126.842, 83.6, 5.5, 'mwc', 'usp000a76f', 'Mindanao, Philippines', 'earthquake\r'), +(14055, '2001-01-06 04:45:29', 6.772, 126.867, 33, 5.6, 'mwc', 'usp000a76t', 'Mindanao, Philippines', 'earthquake\r'), +(14056, '2001-01-06 15:55:32', 5.846, 127.349, 53.4, 5.7, 'mwc', 'usp000a77e', 'Philippine Islands region', 'earthquake\r'), +(14057, '2001-01-07 10:18:20', -33.443, -72.233, 10, 5.9, 'mwc', 'usp000a78u', 'offshore Valparaiso, Chile', 'earthquake\r'), +(14058, '2001-01-09 01:46:13', 15.55, -92.899, 91.9, 5.6, 'mwc', 'usp000a7bm', 'Chiapas, Mexico', 'earthquake\r'), +(14059, '2001-01-09 07:52:04', -18.491, 176.054, 33, 5.6, 'mwc', 'usp000a7c3', 'Fiji region', 'earthquake\r'), +(14060, '2001-01-09 16:49:28', -14.928, 167.17, 103, 7.1, 'mwb', 'usp000a7cv', 'Vanuatu', 'earthquake\r'), +(14061, '2001-01-10 16:02:44', 57.078, -153.211, 33, 7, 'mwc', 'usp000a7f2', 'Kodiak Island region, Alaska', 'earthquake\r'), +(14062, '2001-01-11 00:04:03', 48.89, -129.31, 10, 6, 'mwc', 'usp000a7fx', 'Vancouver Island, Canada region', 'earthquake\r'), +(14063, '2001-01-11 19:59:40', -18.785, -176.734, 10, 5.9, 'mwb', 'usp000a7hg', 'Fiji region', 'earthquake\r'), +(14064, '2001-01-12 10:47:40', -15.578, -74.809, 39.1, 5.7, 'mwc', 'usp000a7jc', 'near the coast of southern Peru', 'earthquake\r'), +(14065, '2001-01-12 13:07:58', -16.95, -174.995, 258, 5.5, 'mwc', 'usp000a7jg', 'Tonga', 'earthquake\r'), +(14066, '2001-01-12 19:18:26', 17.333, 120.908, 33, 5.5, 'mwc', 'usp000a7js', 'Luzon, Philippines', 'earthquake\r'), +(14067, '2001-01-13 17:33:32', 13.049, -88.66, 60, 7.7, 'mwc', 'usp000a7m5', 'offshore El Salvador', 'earthquake\r'), +(14068, '2001-01-14 08:58:25', 22.094, 143.751, 87.3, 5.9, 'mwc', 'usp000a7nc', 'Volcano Islands, Japan region', 'earthquake\r'), +(14069, '2001-01-14 22:41:29', 13.118, -88.594, 48.8, 5.7, 'mwc', 'usp000a7pp', 'offshore El Salvador', 'earthquake\r'), +(14070, '2001-01-15 05:09:11', 13.181, -88.792, 67.7, 5.6, 'mwc', 'usp000a7qb', 'offshore El Salvador', 'earthquake\r'), +(14071, '2001-01-15 05:52:16', -40.344, 78.362, 10, 6.4, 'mwc', 'usp000a7qf', 'Mid-Indian Ridge', 'earthquake\r'), +(14072, '2001-01-15 12:20:10', 13.076, -88.58, 74.6, 5.8, 'mwc', 'usp000a7qw', 'offshore El Salvador', 'earthquake\r'), +(14073, '2001-01-16 08:22:10', 13.017, -88.596, 44, 5.7, 'mwc', 'usp000a7sp', 'offshore El Salvador', 'earthquake\r'), +(14074, '2001-01-16 10:58:17', 12.985, -88.697, 62.6, 5.7, 'mwc', 'usp000a7su', 'offshore El Salvador', 'earthquake\r'), +(14075, '2001-01-16 13:25:01', -3.957, 101.746, 33, 6, 'mb', 'usp000a7sz', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14076, '2001-01-16 13:25:10', -4.022, 101.776, 28, 6.9, 'mwb', 'usp000a7t0', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14077, '2001-01-16 14:25:11', -4.308, 101.648, 33, 5.6, 'mb', 'usp000a7tb', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14078, '2001-01-16 16:49:59', -4.194, 101.604, 57.7, 5.7, 'mwc', 'usp000a7tj', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14079, '2001-01-18 07:23:37', -13.773, 66.187, 10, 5.5, 'mwc', 'usp000a7xe', 'Mid-Indian Ridge', 'earthquake\r'), +(14080, '2001-01-18 12:32:32', 2.49, 126.344, 38.2, 5.6, 'mwc', 'usp000a7xu', 'Molucca Sea', 'earthquake\r'), +(14081, '2001-01-19 01:12:52', 15.402, -92.718, 93.2, 6, 'mwc', 'usp000a7z5', 'Chiapas, Mexico', 'earthquake\r'), +(14082, '2001-01-19 08:10:15', -11.662, 166.38, 50, 6.3, 'mwc', 'usp000a7zn', 'Santa Cruz Islands', 'earthquake\r'), +(14083, '2001-01-19 09:04:35', -58.161, -9.472, 33, 6, 'mwc', 'usp000a7zr', 'east of the South Sandwich Islands', 'earthquake\r'), +(14084, '2001-01-20 21:59:11', 2.874, 126.529, 74.7, 5.5, 'mwc', 'usp000a821', 'Molucca Sea', 'earthquake\r'), +(14085, '2001-01-21 04:44:02', 10.172, 126.223, 33, 5.6, 'mwc', 'usp000a82r', 'Philippine Islands region', 'earthquake\r'), +(14086, '2001-01-23 05:23:32', 14.017, -90.907, 64.4, 5.9, 'mwb', 'usp000a86j', 'Guatemala', 'earthquake\r'), +(14087, '2001-01-23 09:39:25', 49.33, -128.79, 10, 5.9, 'mwb', 'usp000a878', 'Vancouver Island, Canada region', 'earthquake\r'), +(14088, '2001-01-23 16:24:03', 29.992, 142.036, 54.6, 5.6, 'mwc', 'usp000a88b', 'Izu Islands, Japan region', 'earthquake\r'), +(14089, '2001-01-23 16:33:31', -54.426, -133.802, 10, 5.6, 'mwc', 'usp000a88c', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14090, '2001-01-23 17:38:13', -0.198, 99.245, 77.8, 5.6, 'mwc', 'usp000a88f', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14091, '2001-01-24 05:34:32', -0.596, -19.863, 10, 5.7, 'mwc', 'usp000a89r', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(14092, '2001-01-25 05:29:38', 60.114, -152.363, 86.9, 5.5, 'mwc', 'usp000a8c9', 'Southern Alaska', 'earthquake\r'), +(14093, '2001-01-25 10:28:52', 12.907, -88.879, 33, 5.6, 'mwc', 'usp000a8cn', 'offshore El Salvador', 'earthquake\r'), +(14094, '2001-01-26 03:16:41', 23.419, 70.232, 16, 7.7, 'mwc', 'usp000a8ds', 'Gujarat, India', 'earthquake\r'), +(14095, '2001-01-26 07:32:29', 23.316, 69.981, 10, 5.5, 'ms', 'usp000a8ec', 'Gujarat, India', 'earthquake\r'), +(14096, '2001-01-26 15:59:39', -10.846, 161.578, 77.4, 5.6, 'mwc', 'usp000a8f9', 'Solomon Islands', 'earthquake\r'), +(14097, '2001-01-27 23:57:02', -4.352, -76.872, 117.2, 5.5, 'mwc', 'usp000a8hg', 'northern Peru', 'earthquake\r'), +(14098, '2001-01-28 01:02:11', 23.507, 70.517, 10, 5.8, 'mwc', 'usp000a8hm', 'Gujarat, India', 'earthquake\r'), +(14099, '2001-01-29 23:21:26', -0.677, 133.334, 33, 6.2, 'mwc', 'usp000a8nt', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14100, '2001-02-01 08:02:17', -5.9, 147.048, 99.9, 5.6, 'mwc', 'usp000a8ty', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14101, '2001-02-01 18:19:30', 51.437, -177.797, 33, 6, 'mwc', 'usp000a8v1', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14102, '2001-02-02 08:10:41', 12.819, -88.969, 54.4, 5.7, 'mwc', 'usp000a8wj', 'offshore El Salvador', 'earthquake\r'), +(14103, '2001-02-02 16:52:07', -19.273, -176.111, 33, 5.5, 'mwc', 'usp000a8xg', 'Fiji region', 'earthquake\r'), +(14104, '2001-02-07 10:23:10', 13.211, -88.941, 63.6, 5.8, 'mwc', 'usp000a97j', 'offshore El Salvador', 'earthquake\r'), +(14105, '2001-02-07 15:16:15', 52.751, 153.848, 426.6, 5.7, 'mwc', 'usp000a97y', 'northwest of the Kuril Islands', 'earthquake\r'), +(14106, '2001-02-08 05:41:40', 24.269, 125.112, 15.7, 5.8, 'mwc', 'usp000a98q', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(14107, '2001-02-09 10:26:16', -19.078, -176.074, 33, 5.8, 'mwc', 'usp000a9b7', 'Fiji region', 'earthquake\r'), +(14108, '2001-02-09 13:07:43', -6.15, 147.758, 43.6, 5.5, 'mwc', 'usp000a9be', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14109, '2001-02-13 14:22:06', 13.671, -88.938, 10, 6.6, 'mwc', 'usp000a9jv', 'El Salvador', 'earthquake\r'), +(14110, '2001-02-13 19:28:30', -4.68, 102.562, 36, 7.4, 'mwc', 'usp000a9kc', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14111, '2001-02-14 04:45:36', -5.164, 102.488, 33, 5.6, 'mwc', 'usp000a9m1', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14112, '2001-02-14 13:36:40', 48.544, 153.297, 147.8, 5.6, 'mwc', 'usp000a9ms', 'Kuril Islands', 'earthquake\r'), +(14113, '2001-02-14 14:04:26', -19.494, 177.33, 10, 6.1, 'mwc', 'usp000a9mu', 'south of the Fiji Islands', 'earthquake\r'), +(14114, '2001-02-14 14:16:59', -19.691, 177.39, 10, 6.2, 'mwc', 'usp000a9mw', 'south of the Fiji Islands', 'earthquake\r'), +(14115, '2001-02-15 12:46:59', -5.56, 148.304, 168.6, 5.6, 'mwc', 'usp000a9pg', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14116, '2001-02-16 05:59:09', -7.161, 117.488, 521, 6.1, 'mwc', 'usp000a9qk', 'Bali Sea', 'earthquake\r'), +(14117, '2001-02-16 13:19:46', -15.345, -70.475, 210.1, 5.5, 'mwc', 'usp000a9r2', 'southern Peru', 'earthquake\r'), +(14118, '2001-02-17 01:17:31', 13.062, -88.909, 33, 5.5, 'mwc', 'usp000a9s2', 'offshore El Salvador', 'earthquake\r'), +(14119, '2001-02-17 17:49:27', 20.247, 122.428, 33, 5.5, 'mwc', 'usp000a9tj', 'Batan Islands region, Philippines', 'earthquake\r'), +(14120, '2001-02-17 20:11:30', 53.92, -133.61, 20, 6.2, 'mwc', 'usp000a9ts', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(14121, '2001-02-18 13:04:53', -47.456, 32.386, 10, 6, 'mwc', 'usp000a9vw', 'Prince Edward Islands region', 'earthquake\r'), +(14122, '2001-02-19 14:31:55', -45.097, -79.284, 10, 5.8, 'mwc', 'usp000a9xx', 'off the coast of Aisen, Chile', 'earthquake\r'), +(14123, '2001-02-21 15:20:21', -11.276, -74.514, 33, 5.7, 'mwc', 'usp000aa28', 'central Peru', 'earthquake\r'), +(14124, '2001-02-21 15:22:21', -4.9, 102.448, 33, 5.7, 'mwc', 'usp000aa29', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14125, '2001-02-21 22:50:30', 6.622, 126.923, 75.3, 5.5, 'mwc', 'usp000aa35', 'Mindanao, Philippines', 'earthquake\r'), +(14126, '2001-02-22 07:55:52', -27.821, -71.455, 29.6, 5.6, 'mwc', 'usp000aa3z', 'offshore Atacama, Chile', 'earthquake\r'), +(14127, '2001-02-22 08:02:55', 17.448, -83.588, 10, 5.5, 'mwc', 'usp000aa40', 'north of Honduras', 'earthquake\r'), +(14128, '2001-02-23 00:09:24', 29.513, 101.129, 33, 5.6, 'mwc', 'usp000aa5p', 'western Sichuan, China', 'earthquake\r'), +(14129, '2001-02-23 23:52:24', -30.715, -178.263, 59.9, 5.5, 'mwc', 'usp000aa7p', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(14130, '2001-02-24 07:23:49', 1.271, 126.249, 35, 7.1, 'mwc', 'usp000aa8b', 'Molucca Sea', 'earthquake\r'), +(14131, '2001-02-24 16:07:48', 1.559, 126.354, 33, 5.8, 'mwc', 'usp000aa92', 'Molucca Sea', 'earthquake\r'), +(14132, '2001-02-24 16:33:45', 1.555, 126.431, 33, 6.2, 'mwc', 'usp000aa95', 'Molucca Sea', 'earthquake\r'), +(14133, '2001-02-24 21:53:54', 37.217, 142.146, 33, 5.9, 'mwc', 'usp000aa9u', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(14134, '2001-02-24 22:12:32', -1.143, 67.789, 10, 5.6, 'mwc', 'usp000aa9w', 'Carlsberg Ridge', 'earthquake\r'), +(14135, '2001-02-25 02:22:00', 36.424, 70.881, 202.5, 6.2, 'mwb', 'usp000aaae', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14136, '2001-02-26 05:58:22', 46.815, 144.525, 392, 6.1, 'mwc', 'usp000aadp', 'Sea of Okhotsk', 'earthquake\r'), +(14137, '2001-02-26 06:03:30', -43.31, 39.283, 10, 5.6, 'mwc', 'usp000aadq', 'Prince Edward Islands region', 'earthquake\r'), +(14138, '2001-02-28 09:35:17', 6.582, 126.852, 60.5, 5.8, 'mwc', 'usp000aaju', 'Mindanao, Philippines', 'earthquake\r'), +(14139, '2001-02-28 10:31:04', -6.944, 155.833, 33, 5.6, 'mwc', 'usp000aak0', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(14140, '2001-02-28 12:30:14', -21.986, 170.207, 10, 6.7, 'mwc', 'usp000aake', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14141, '2001-02-28 13:05:32', -22.002, 170.108, 10, 6.3, 'mwc', 'usp000aakj', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14142, '2001-02-28 13:21:29', -22.09, 169.992, 10, 5.6, 'mb', 'usp000aakn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14143, '2001-02-28 18:50:13', 13.283, -88.827, 65.3, 6.1, 'mwb', 'usp000aam7', 'El Salvador', 'earthquake\r'), +(14144, '2001-02-28 18:54:33', 47.149, -122.7266667, 51.798, 6.8, 'md', 'uw10530748', 'Puget Sound region, Washington', 'earthquake\r'), +(14145, '2001-03-01 03:59:54', -22.293, 170.324, 10, 5.8, 'mwc', 'usp000aane', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14146, '2001-03-03 11:58:13', -38.766, -74.555, 33, 5.9, 'mwc', 'usp000aaud', 'offshore Araucania, Chile', 'earthquake\r'), +(14147, '2001-03-03 17:56:44', -49.736, 117.537, 10, 5.5, 'mwc', 'usp000aauw', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(14148, '2001-03-05 11:08:35', 28.564, 129.002, 79.8, 5.5, 'mwc', 'usp000aayc', 'Ryukyu Islands, Japan', 'earthquake\r'), +(14149, '2001-03-05 15:50:07', 34.369, 86.902, 33, 5.9, 'mwc', 'usp000aayq', 'western Xizang', 'earthquake\r'), +(14150, '2001-03-06 09:17:36', -54.588, 157.271, 10, 6.4, 'mwb', 'usp000ab03', 'Macquarie Island region', 'earthquake\r'), +(14151, '2001-03-07 00:09:24', -10.43, 161.298, 89.5, 5.7, 'mwc', 'usp000ab19', 'Solomon Islands', 'earthquake\r'), +(14152, '2001-03-07 18:10:59', -6.81, -12.911, 10, 6, 'mwc', 'usp000ab2q', 'Ascension Island region', 'earthquake\r'), +(14153, '2001-03-11 00:50:40', -25.373, -177.966, 231, 5.8, 'mwc', 'usp000ab72', 'south of the Fiji Islands', 'earthquake\r'), +(14154, '2001-03-12 14:02:19', -35, -179.558, 33, 5.6, 'mwc', 'usp000ab9k', 'south of the Kermadec Islands', 'earthquake\r'), +(14155, '2001-03-12 23:35:08', -7.206, 106.116, 33, 5.8, 'mwc', 'usp000aba1', 'Java, Indonesia', 'earthquake\r'), +(14156, '2001-03-13 20:04:58', 18.772, 121.218, 33, 5.7, 'mwc', 'usp000abbn', 'Luzon, Philippines', 'earthquake\r'), +(14157, '2001-03-14 18:56:19', 0.451, 121.892, 109.4, 6, 'mwb', 'usp000abdc', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(14158, '2001-03-15 01:22:43', 8.656, 94.013, 33, 6, 'mwc', 'usp000abdy', 'Nicobar Islands, India region', 'earthquake\r'), +(14159, '2001-03-15 13:02:42', -32.321, -71.492, 37, 6, 'mwb', 'usp000abf1', 'offshore Valparaiso, Chile', 'earthquake\r'), +(14160, '2001-03-16 00:01:18', 13.144, -88.699, 48.9, 5.9, 'mwc', 'usp000abg2', 'offshore El Salvador', 'earthquake\r'), +(14161, '2001-03-16 04:36:09', -20.414, -68.743, 115, 5.8, 'mwb', 'usp000abgh', 'Potosi, Bolivia', 'earthquake\r'), +(14162, '2001-03-17 07:24:25', 46.691, 151.298, 103.1, 5.5, 'mwb', 'usp000abkr', 'Kuril Islands', 'earthquake\r'), +(14163, '2001-03-18 15:43:21', 12.54, -87.399, 95.5, 5.7, 'mwc', 'usp000abpg', 'near the coast of Nicaragua', 'earthquake\r'), +(14164, '2001-03-19 05:52:16', -4.029, 128.02, 33, 6.5, 'mwc', 'usp000abqh', 'Banda Sea', 'earthquake\r'), +(14165, '2001-03-19 05:56:57', -3.999, 127.847, 33, 5.8, 'mb', 'usp000abqj', 'Seram, Indonesia', 'earthquake\r'), +(14166, '2001-03-21 20:47:34', -4.527, 153.114, 33, 5.9, 'mwb', 'usp000abu7', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14167, '2001-03-23 05:24:12', 32.951, 46.625, 33, 5.5, 'mwb', 'usp000abwm', 'Iran-Iraq border region', 'earthquake\r'), +(14168, '2001-03-23 11:30:11', 44.071, 148.054, 33, 6, 'mwc', 'usp000abx1', 'Kuril Islands', 'earthquake\r'), +(14169, '2001-03-24 06:27:54', 34.083, 132.526, 50, 6.8, 'mwc', 'usp000abyg', 'western Honshu, Japan', 'earthquake\r'), +(14170, '2001-03-29 06:54:28', 13.082, -88.939, 33, 5.8, 'mwc', 'usp000ac5v', 'offshore El Salvador', 'earthquake\r'), +(14171, '2001-03-30 07:31:02', -34.734, -109.015, 10, 5.5, 'mwc', 'usp000ac7x', 'southern East Pacific Rise', 'earthquake\r'), +(14172, '2001-03-30 18:11:42', -59.574, -26.263, 33, 5.5, 'mwc', 'usp000ac8r', 'South Sandwich Islands region', 'earthquake\r'), +(14173, '2001-03-30 20:25:28', -2.747, 138.899, 33, 5.5, 'mwc', 'usp000ac8y', 'Papua, Indonesia', 'earthquake\r'), +(14174, '2001-04-01 08:37:34', -34.409, 55.464, 10, 5.5, 'mwc', 'usp000acc1', 'Southwest Indian Ridge', 'earthquake\r'), +(14175, '2001-04-02 06:50:07', 11.848, 147.325, 56.5, 5.7, 'mwb', 'usp000acdy', 'south of the Mariana Islands', 'earthquake\r'), +(14176, '2001-04-02 19:54:18', 40.589, 141.772, 63.8, 5.5, 'mwc', 'usp000acey', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(14177, '2001-04-03 13:21:38', -3.386, 149.098, 33, 5.6, 'mwc', 'usp000acgb', 'Bismarck Sea', 'earthquake\r'), +(14178, '2001-04-04 07:44:11', -5.176, 132.369, 33, 6.4, 'mwc', 'usp000acjh', 'Kepulauan Kai, Indonesia', 'earthquake\r'), +(14179, '2001-04-04 13:06:14', -34.405, 55.464, 10, 5.5, 'mwc', 'usp000acjz', 'Southwest Indian Ridge', 'earthquake\r'), +(14180, '2001-04-07 12:13:28', 21.705, 143.325, 33, 5.8, 'mwc', 'usp000acrd', 'Mariana Islands region', 'earthquake\r'), +(14181, '2001-04-07 23:17:38', -27.554, -176.336, 33, 6.2, 'mwc', 'usp000acrz', 'Kermadec Islands region', 'earthquake\r'), +(14182, '2001-04-08 11:57:25', -4.381, 102.199, 64.9, 5.5, 'mwc', 'usp000acta', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14183, '2001-04-09 09:00:57', -32.668, -73.109, 11, 6.7, 'mwc', 'usp000acv4', 'off the coast of Valparaiso, Chile', 'earthquake\r'), +(14184, '2001-04-12 10:47:00', 24.768, 99.061, 10, 5.6, 'mwc', 'usp000ad3a', 'Yunnan, China', 'earthquake\r'), +(14185, '2001-04-13 15:33:54', -59.723, -25.586, 26, 6.2, 'mwc', 'usp000ad5v', 'South Sandwich Islands region', 'earthquake\r'), +(14186, '2001-04-13 23:16:18', 42.729, 145.305, 33, 5.6, 'mwc', 'usp000ad6g', 'Hokkaido, Japan region', 'earthquake\r'), +(14187, '2001-04-14 08:51:14', -17.093, 168.386, 17.2, 5.6, 'mwc', 'usp000ad7x', 'Vanuatu', 'earthquake\r'), +(14188, '2001-04-14 23:27:27', 30.092, 141.768, 10, 6, 'mwc', 'usp000ad8z', 'Izu Islands, Japan region', 'earthquake\r'), +(14189, '2001-04-17 01:42:11', -20.777, -70.476, 33, 5.6, 'mwc', 'usp000addb', 'near the coast of Tarapaca, Chile', 'earthquake\r'), +(14190, '2001-04-17 21:54:03', 51.239, -179.78, 33, 5.9, 'mwc', 'usp000adfb', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14191, '2001-04-19 02:40:36', -7.414, 155.964, 10, 5.9, 'mwc', 'usp000adhq', 'Solomon Islands', 'earthquake\r'), +(14192, '2001-04-19 03:13:26', -7.455, 155.893, 12, 6, 'mwc', 'usp000adht', 'Solomon Islands', 'earthquake\r'), +(14193, '2001-04-19 20:58:26', -7.306, 155.965, 20, 6.2, 'mwc', 'usp000adkf', 'Solomon Islands', 'earthquake\r'), +(14194, '2001-04-19 21:43:42', -7.41, 155.865, 17, 6.7, 'mwc', 'usp000adkn', 'Solomon Islands', 'earthquake\r'), +(14195, '2001-04-20 19:20:51', -7.56, 155.955, 10, 5.6, 'mwc', 'usp000adpm', 'Solomon Islands', 'earthquake\r'), +(14196, '2001-04-21 00:35:55', -46.293, 95.97, 10, 5.5, 'mwc', 'usp000adq9', 'southeast Indian Ridge', 'earthquake\r'), +(14197, '2001-04-21 13:09:19', -13.552, -76.655, 38.8, 5.6, 'mwc', 'usp000adr6', 'near the coast of central Peru', 'earthquake\r'), +(14198, '2001-04-21 18:15:47', -29.103, -67.52, 127.8, 5.8, 'mwb', 'usp000adrk', 'La Rioja, Argentina', 'earthquake\r'), +(14199, '2001-04-23 04:25:56', -5.205, 132.372, 33, 5.5, 'mwc', 'usp000adtu', 'Kepulauan Kai, Indonesia', 'earthquake\r'), +(14200, '2001-04-24 09:54:33', -19.407, -173.834, 33, 5.8, 'mwc', 'usp000adw4', 'Tonga', 'earthquake\r'), +(14201, '2001-04-24 13:27:25', 18.449, 120.658, 50.8, 5.5, 'mwc', 'usp000adwb', 'Luzon, Philippines', 'earthquake\r'), +(14202, '2001-04-25 04:54:27', -7.51, 155.923, 10, 5.5, 'mwc', 'usp000adxt', 'Solomon Islands', 'earthquake\r'), +(14203, '2001-04-25 14:40:06', 32.824, 132.023, 33, 5.7, 'mwc', 'usp000ady8', 'Shikoku, Japan', 'earthquake\r'), +(14204, '2001-04-25 21:02:42', -9.183, 106.487, 33, 5.5, 'mwc', 'usp000adys', 'south of Java, Indonesia', 'earthquake\r'), +(14205, '2001-04-26 17:48:57', 43.097, 145.923, 86, 6, 'mwc', 'usp000adzy', 'Hokkaido, Japan region', 'earthquake\r'), +(14206, '2001-04-26 18:59:51', 8.338, -103.21, 10, 5.7, 'mwc', 'usp000ae04', 'northern East Pacific Rise', 'earthquake\r'), +(14207, '2001-04-28 04:49:53', -18.064, -176.937, 351.8, 6.9, 'mwb', 'usp000ae2r', 'Fiji region', 'earthquake\r'), +(14208, '2001-04-29 21:26:55', 18.736, -104.545, 10, 6.2, 'mwc', 'usp000ae6h', 'offshore Colima, Mexico', 'earthquake\r'), +(14209, '2001-04-30 02:02:02', 43.881, 147.392, 47.9, 5.5, 'mwc', 'usp000ae72', 'Kuril Islands', 'earthquake\r'), +(14210, '2001-05-03 04:31:57', 0.462, 126.299, 33, 5.8, 'mwc', 'usp000aebn', 'Molucca Sea', 'earthquake\r'), +(14211, '2001-05-05 05:21:16', -23.523, -111.878, 10, 5.7, 'mwc', 'usp000aeex', 'Easter Island region', 'earthquake\r'), +(14212, '2001-05-06 00:12:14', -24.457, -116.076, 10, 5.6, 'mwc', 'usp000aefz', 'southern East Pacific Rise', 'earthquake\r'), +(14213, '2001-05-07 00:00:38', -14.927, -173.468, 33, 5.7, 'mwc', 'usp000aehu', 'Samoa Islands region', 'earthquake\r'), +(14214, '2001-05-07 00:33:24', -56.186, -144.471, 10, 6.2, 'mwb', 'usp000aehw', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14215, '2001-05-08 05:15:37', 18.777, -104.165, 33, 5.5, 'mwc', 'usp000aekg', 'offshore Colima, Mexico', 'earthquake\r'), +(14216, '2001-05-08 18:02:17', 13.605, -88.795, 10, 5.7, 'mwc', 'usp000aemf', 'El Salvador', 'earthquake\r'), +(14217, '2001-05-09 15:47:37', 53.641, -164.319, 42, 5.5, 'mwc', 'usp000aepe', 'Unimak Island region, Alaska', 'earthquake\r'), +(14218, '2001-05-09 17:38:26', -10.318, 161.232, 67.9, 6.3, 'mwc', 'usp000aepq', 'Solomon Islands', 'earthquake\r'), +(14219, '2001-05-11 06:06:27', -34.916, -108.065, 10, 5.5, 'mwc', 'usp000aert', 'southern East Pacific Rise', 'earthquake\r'), +(14220, '2001-05-14 02:32:38', -27.173, -176.898, 33, 5.7, 'mwc', 'usp000aex4', 'Kermadec Islands region', 'earthquake\r'), +(14221, '2001-05-15 23:53:18', -28.06, -66.553, 176.5, 5.6, 'mwc', 'usp000af09', 'Catamarca, Argentina', 'earthquake\r'), +(14222, '2001-05-16 00:26:22', -4.236, 143.422, 133, 5.5, 'mwc', 'usp000af0b', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(14223, '2001-05-18 02:05:33', 0.414, 97.784, 33, 5.9, 'mwc', 'usp000af3q', 'Nias region, Indonesia', 'earthquake\r'), +(14224, '2001-05-18 10:59:45', -7.53, 155.888, 33, 5.6, 'mwc', 'usp000af4f', 'Solomon Islands', 'earthquake\r'), +(14225, '2001-05-19 17:36:26', -19.903, -177.515, 368.7, 6, 'mwc', 'usp000af6x', 'Fiji region', 'earthquake\r'), +(14226, '2001-05-20 04:21:44', 18.816, -104.446, 33, 6.3, 'mwc', 'usp000af7k', 'offshore Colima, Mexico', 'earthquake\r'), +(14227, '2001-05-21 16:43:05', 2.774, -95.358, 10, 5.5, 'mwc', 'usp000afad', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(14228, '2001-05-23 15:35:23', -17.708, -178.703, 567.2, 5.6, 'mwc', 'usp000afda', 'Fiji region', 'earthquake\r'), +(14229, '2001-05-23 21:10:44', 27.689, 101.003, 33, 5.5, 'mwc', 'usp000afdp', 'western Sichuan, China', 'earthquake\r'), +(14230, '2001-05-24 18:07:55', -38.868, 175.392, 260.9, 5.5, 'mwb', 'usp000affm', 'North Island of New Zealand', 'earthquake\r'), +(14231, '2001-05-25 00:40:51', 44.268, 148.393, 33, 6.7, 'mwc', 'usp000afg1', 'Kuril Islands', 'earthquake\r'), +(14232, '2001-05-25 05:06:11', -7.869, 110.179, 143.1, 6.3, 'mwc', 'usp000afgk', 'Java, Indonesia', 'earthquake\r'), +(14233, '2001-05-26 10:57:26', -20.292, -177.842, 406.5, 6.4, 'mwc', 'usp000afk5', 'Fiji region', 'earthquake\r'), +(14234, '2001-05-28 08:37:05', -6.609, 132.346, 33, 6, 'mwc', 'usp000afp5', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(14235, '2001-05-29 18:48:06', 19.853, -109.165, 48.5, 5.5, 'mwc', 'usp000afrh', 'Revilla Gigedo Islands region', 'earthquake\r'), +(14236, '2001-05-29 23:37:19', -7.022, 155.037, 14, 6.4, 'mwc', 'usp000afry', 'Solomon Islands', 'earthquake\r'), +(14237, '2001-05-30 00:29:22', -7.025, 155.003, 10, 5.7, 'mwc', 'usp000afs0', 'Solomon Islands', 'earthquake\r'), +(14238, '2001-06-01 20:36:57', -7.199, 154.923, 33, 5.9, 'mwc', 'usp000afw7', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(14239, '2001-06-03 02:41:57', -29.666, -178.633, 178.1, 7.2, 'mwc', 'usp000afyg', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(14240, '2001-06-04 22:41:02', 17.096, 145.83, 83, 5.7, 'mwc', 'usp000ag26', 'Alamagan region, Northern Mariana Islands', 'earthquake\r'), +(14241, '2001-06-05 09:00:05', -6.884, 146.388, 10, 6.4, 'mwc', 'usp000ag32', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14242, '2001-06-05 09:20:12', -6.731, 146.557, 10, 5.5, 'ms', 'usp000ag35', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14243, '2001-06-05 15:13:58', -6.815, 146.41, 10, 6, 'mwc', 'usp000ag3y', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14244, '2001-06-09 08:22:43', -5.127, 152.73, 33, 5.6, 'mwc', 'usp000aga8', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14245, '2001-06-10 13:11:04', 38.582, 25.613, 33, 5.6, 'mwc', 'usp000agbw', 'Aegean Sea', 'earthquake\r'), +(14246, '2001-06-13 03:49:29', -18.831, -173.355, 33, 5.5, 'mwc', 'usp000aghh', 'Tonga', 'earthquake\r'), +(14247, '2001-06-13 13:17:55', 24.463, 122.397, 77.5, 5.6, 'mwc', 'usp000agjr', 'Taiwan region', 'earthquake\r'), +(14248, '2001-06-14 02:35:26', 24.513, 122.033, 32.1, 5.9, 'mwc', 'usp000agks', 'Taiwan region', 'earthquake\r'), +(14249, '2001-06-14 12:27:04', -22.053, -179.461, 604, 5.7, 'mwc', 'usp000agmj', 'south of the Fiji Islands', 'earthquake\r'), +(14250, '2001-06-14 13:39:27', 51.192, -179.85, 33, 5.5, 'mwc', 'usp000agmn', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14251, '2001-06-14 19:48:48', 51.16, -179.828, 18, 6.5, 'mwc', 'usp000agn9', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14252, '2001-06-14 23:31:29', 18.852, 146.81, 33, 5.9, 'mwc', 'usp000agnt', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(14253, '2001-06-15 06:17:45', 18.833, 146.983, 33, 6, 'mwc', 'usp000agpj', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(14254, '2001-06-15 16:19:08', 13.903, 51.679, 10, 6, 'mwc', 'usp000agrb', 'Gulf of Aden', 'earthquake\r'), +(14255, '2001-06-16 02:13:38', -14.889, -173.339, 10, 6, 'mwc', 'usp000agrt', 'Samoa Islands region', 'earthquake\r'), +(14256, '2001-06-18 19:56:56', -24.291, -69.173, 88.8, 5.8, 'mwc', 'usp000agwe', 'Antofagasta, Chile', 'earthquake\r'), +(14257, '2001-06-18 23:31:08', -20.154, 169.063, 33, 5.5, 'mwc', 'usp000agws', 'Vanuatu', 'earthquake\r'), +(14258, '2001-06-19 09:32:25', -22.739, -67.877, 146.6, 6, 'mwb', 'usp000agxc', 'Potosi, Bolivia', 'earthquake\r'), +(14259, '2001-06-19 14:12:04', 1.601, -85.161, 33, 5.7, 'mwc', 'usp000agxn', 'off the coast of Ecuador', 'earthquake\r'), +(14260, '2001-06-20 00:04:31', 45.522, 152.036, 33, 5.7, 'mwc', 'usp000agy6', 'east of the Kuril Islands', 'earthquake\r'), +(14261, '2001-06-23 06:52:43', 35.55, 28.157, 50.1, 5.7, 'mwc', 'usp000ah3s', 'eastern Mediterranean Sea', 'earthquake\r'), +(14262, '2001-06-23 14:34:19', 1.443, 125.691, 70.3, 5.7, 'mwc', 'usp000ah42', 'Molucca Sea', 'earthquake\r'), +(14263, '2001-06-23 16:51:10', 55.011, -159.326, 35.4, 5.5, 'mwc', 'usp000ah4c', 'Alaska Peninsula', 'earthquake\r'), +(14264, '2001-06-23 20:33:14', -16.265, -73.641, 33, 8.4, 'mww', 'official20010623203314130_33', 'near the coast of southern Peru', 'earthquake\r'), +(14265, '2001-06-23 20:56:07', -17.4, -72.166, 33, 5.8, 'mb', 'usp000ah4u', 'near the coast of southern Peru', 'earthquake\r'), +(14266, '2001-06-23 21:05:39', -17.84, -71.348, 33, 5.8, 'mb', 'usp000ah4y', 'near the coast of southern Peru', 'earthquake\r'), +(14267, '2001-06-23 21:27:36', -17.181, -72.641, 33, 6.1, 'mb', 'usp000ah57', 'near the coast of southern Peru', 'earthquake\r'), +(14268, '2001-06-23 22:24:40', -16.645, -73.606, 33, 5.7, 'mb', 'usp000ah5p', 'near the coast of southern Peru', 'earthquake\r'), +(14269, '2001-06-23 22:32:37', -17.602, -72.646, 33, 5.5, 'mb', 'usp000ah5r', 'near the coast of southern Peru', 'earthquake\r'), +(14270, '2001-06-23 23:10:01', -16.767, -73.632, 33, 5.9, 'mb', 'usp000ah60', 'near the coast of southern Peru', 'earthquake\r'), +(14271, '2001-06-23 23:49:14', -17.849, -71.579, 33, 5.6, 'mb', 'usp000ah67', 'near the coast of southern Peru', 'earthquake\r'), +(14272, '2001-06-24 01:22:53', -17.585, -71.958, 33, 5.5, 'ms', 'usp000ah6z', 'near the coast of southern Peru', 'earthquake\r'), +(14273, '2001-06-24 02:31:06', -17.745, -71.531, 33, 5.6, 'ms', 'usp000ah7h', 'near the coast of southern Peru', 'earthquake\r'), +(14274, '2001-06-24 13:18:52', 44.189, 148.51, 33, 6, 'mwc', 'usp000aham', 'Kuril Islands', 'earthquake\r'), +(14275, '2001-06-25 06:38:48', -16.85, -73.788, 33, 5.7, 'mwc', 'usp000ahdd', 'near the coast of southern Peru', 'earthquake\r'), +(14276, '2001-06-25 13:28:47', 37.238, 36.206, 5, 5.5, 'mwc', 'usp000ahe3', 'central Turkey', 'earthquake\r'), +(14277, '2001-06-25 22:14:10', -17.574, -70.685, 73.7, 5.5, 'mwc', 'usp000ahf3', 'southern Peru', 'earthquake\r'), +(14278, '2001-06-26 04:18:31', -17.745, -71.649, 24, 6.7, 'mwc', 'usp000ahfr', 'near the coast of southern Peru', 'earthquake\r'), +(14279, '2001-06-26 12:33:52', -4.07, -104.469, 10, 6.1, 'mwb', 'usp000ahgp', 'central East Pacific Rise', 'earthquake\r'), +(14280, '2001-06-26 14:05:37', 61.34, -140.07, 10, 5.7, 'mwc', 'usp000ahgx', 'Southern Yukon Territory, Canada', 'earthquake\r'), +(14281, '2001-06-26 15:15:47', -19.532, -176.391, 33, 5.5, 'mwc', 'usp000ahh2', 'Fiji region', 'earthquake\r'), +(14282, '2001-06-27 00:21:07', -17.887, -71.529, 33, 5.5, 'mwc', 'usp000ahhz', 'near the coast of southern Peru', 'earthquake\r'), +(14283, '2001-06-29 18:35:52', -19.522, -66.254, 273.9, 6.1, 'mwc', 'usp000ahpv', 'Potosi, Bolivia', 'earthquake\r'), +(14284, '2001-06-30 16:34:36', -6.406, 146.761, 103.5, 5.9, 'mwc', 'usp000ahrr', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14285, '2001-07-01 01:46:06', -4.312, 152.956, 28, 6.1, 'mwc', 'usp000ahse', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14286, '2001-07-01 03:40:58', -4.236, 123.247, 33, 5.6, 'mwc', 'usp000ahsj', 'Banda Sea', 'earthquake\r'), +(14287, '2001-07-03 03:18:07', -6.033, 154.806, 210.7, 5.9, 'mwc', 'usp000ahwe', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(14288, '2001-07-03 12:57:43', -16.623, -73.971, 33, 5.6, 'mwc', 'usp000ahx7', 'near the coast of southern Peru', 'earthquake\r'), +(14289, '2001-07-03 13:10:43', 21.641, 142.984, 290, 6.5, 'mwc', 'usp000ahx8', 'Mariana Islands region', 'earthquake\r'), +(14290, '2001-07-04 07:06:32', -21.725, -176.705, 184.6, 6.5, 'mwc', 'usp000ahyn', 'Fiji region', 'earthquake\r'), +(14291, '2001-07-04 09:48:32', 32.153, 139.6, 33, 5.6, 'mwc', 'usp000ahyz', 'Izu Islands, Japan region', 'earthquake\r'), +(14292, '2001-07-04 10:23:32', 32.192, 139.497, 33, 5.5, 'mwc', 'usp000ahz7', 'Izu Islands, Japan region', 'earthquake\r'), +(14293, '2001-07-04 12:09:04', -17.003, -65.711, 33, 6.2, 'mwc', 'usp000ahzc', 'Cochabamba, Bolivia', 'earthquake\r'), +(14294, '2001-07-04 17:47:45', 32.156, 139.545, 33, 5.9, 'mwc', 'usp000ahzr', 'Izu Islands, Japan region', 'earthquake\r'), +(14295, '2001-07-05 01:41:18', 32.163, 139.581, 33, 5.7, 'mwc', 'usp000aj03', 'Izu Islands, Japan region', 'earthquake\r'), +(14296, '2001-07-05 03:47:32', 32.214, 139.538, 33, 5.6, 'mwc', 'usp000aj0m', 'Izu Islands, Japan region', 'earthquake\r'), +(14297, '2001-07-05 13:53:48', -16.086, -73.987, 62, 6.6, 'mwc', 'usp000aj1a', 'near the coast of southern Peru', 'earthquake\r'), +(14298, '2001-07-06 11:33:51', 44.512, 149.325, 50.9, 5.5, 'mwc', 'usp000aj2g', 'Kuril Islands', 'earthquake\r'), +(14299, '2001-07-07 05:11:03', 2.86, 66.226, 10, 5.6, 'mwc', 'usp000aj3s', 'Carlsberg Ridge', 'earthquake\r'), +(14300, '2001-07-07 09:38:44', -17.543, -72.077, 33, 7.6, 'mwc', 'usp000aj40', 'near the coast of southern Peru', 'earthquake\r'), +(14301, '2001-07-08 17:54:19', -6.663, 152.108, 10, 6.2, 'mwc', 'usp000aj7x', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14302, '2001-07-12 06:12:17', -7.429, -13.378, 10, 5.7, 'mwc', 'usp000ajdq', 'Ascension Island region', 'earthquake\r'), +(14303, '2001-07-13 19:48:19', 28.75, -43.437, 10, 5.7, 'mwc', 'usp000ajft', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14304, '2001-07-19 13:10:26', -17.404, 167.694, 33, 5.5, 'mwc', 'usp000aju9', 'Vanuatu', 'earthquake\r'), +(14305, '2001-07-19 18:00:40', 57.203, -151.036, 33, 5.9, 'mwc', 'usp000ajuh', 'Kodiak Island region, Alaska', 'earthquake\r'), +(14306, '2001-07-19 20:12:16', -16.971, -174.676, 226.6, 5.9, 'mwc', 'usp000ajup', 'Tonga', 'earthquake\r'), +(14307, '2001-07-22 18:15:09', -5.147, 132.338, 33, 6, 'mwc', 'usp000ajzz', 'Kepulauan Kai, Indonesia', 'earthquake\r'), +(14308, '2001-07-23 01:02:28', -22.586, -179.683, 595.6, 5.6, 'mwc', 'usp000ak0a', 'south of the Fiji Islands', 'earthquake\r'), +(14309, '2001-07-24 04:53:06', -3.416, 134.684, 33, 5.8, 'mwc', 'usp000ak29', 'Papua, Indonesia', 'earthquake\r'), +(14310, '2001-07-24 05:00:09', -19.448, -69.255, 33, 6.4, 'mwb', 'usp000ak2a', 'Tarapaca, Chile', 'earthquake\r'), +(14311, '2001-07-25 16:02:52', 33.165, 95.6, 33, 5.5, 'mwc', 'usp000ak4z', 'southern Qinghai, China', 'earthquake\r'), +(14312, '2001-07-25 21:56:37', 0.043, 122.97, 156.6, 5.6, 'mwc', 'usp000ak5k', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(14313, '2001-07-26 00:21:37', 39.059, 24.244, 10, 6.5, 'mwc', 'usp000ak5s', 'Aegean Sea', 'earthquake\r'), +(14314, '2001-07-28 07:32:43', 59.025, -155.116, 131.3, 6.8, 'mwb', 'usp000akb7', 'Southern Alaska', 'earthquake\r'), +(14315, '2001-07-30 04:34:43', -4.077, -103.918, 10, 5.6, 'mwc', 'usp000akg8', 'central East Pacific Rise', 'earthquake\r'), +(14316, '2001-07-31 06:57:41', -17.692, -178.826, 564, 5.5, 'mwc', 'usp000akkb', 'Fiji region', 'earthquake\r'), +(14317, '2001-07-31 09:43:15', -5.281, 103.336, 33, 5.7, 'mwc', 'usp000akkk', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14318, '2001-07-31 12:24:04', 51.156, 179.385, 33, 5.8, 'mwc', 'usp000akks', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14319, '2001-07-31 15:08:04', -15.158, -174.718, 33, 5.7, 'mwc', 'usp000akm3', 'Tonga', 'earthquake\r'), +(14320, '2001-07-31 15:11:18', 1.557, 126.399, 33, 5.7, 'mwc', 'usp000akm4', 'Molucca Sea', 'earthquake\r'), +(14321, '2001-07-31 16:41:31', 8.023, 117.466, 33, 5.5, 'mwc', 'usp000akmc', 'Palawan, Philippines', 'earthquake\r'), +(14322, '2001-08-02 23:41:06', 56.26, 163.79, 14, 6.3, 'mwc', 'usp000akru', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(14323, '2001-08-04 01:44:54', 2.809, 126.995, 33, 5.9, 'mwb', 'usp000akt8', 'Molucca Sea', 'earthquake\r'), +(14324, '2001-08-05 05:16:17', 12.224, 93.352, 96.4, 5.9, 'mwc', 'usp000akv5', 'Andaman Islands, India region', 'earthquake\r'), +(14325, '2001-08-05 11:58:06', -10.815, 164.949, 33, 5.7, 'mwc', 'usp000akvt', 'Santa Cruz Islands region', 'earthquake\r'), +(14326, '2001-08-06 03:53:00', -55.537, -123.422, 10, 6.7, 'mwc', 'usp000akwv', 'southern East Pacific Rise', 'earthquake\r'), +(14327, '2001-08-06 03:56:10', -55.573, -123.395, 10, 5.6, 'mb', 'usp000akww', 'southern East Pacific Rise', 'earthquake\r'), +(14328, '2001-08-07 03:22:36', -8.61, 113.832, 90.5, 5.6, 'mwc', 'usp000akyv', 'Java, Indonesia', 'earthquake\r'), +(14329, '2001-08-08 13:08:04', -10.867, 165.396, 33, 5.6, 'mwc', 'usp000am1k', 'Santa Cruz Islands', 'earthquake\r'), +(14330, '2001-08-09 02:07:00', -14.258, -72.683, 33, 5.8, 'mwc', 'usp000am2s', 'central Peru', 'earthquake\r'), +(14331, '2001-08-09 03:09:02', -30.656, -178.072, 51.2, 5.6, 'mwc', 'usp000am2x', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(14332, '2001-08-09 03:33:45', -18.166, -69.428, 112.6, 5.6, 'mwc', 'usp000am2y', 'Tarapaca, Chile', 'earthquake\r'), +(14333, '2001-08-09 18:57:50', -5.506, 149.597, 145.3, 5.5, 'mwc', 'usp000am4b', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14334, '2001-08-10 05:43:40', 14.02, -91.875, 33, 5.5, 'mwc', 'usp000am52', 'offshore Guatemala', 'earthquake\r'), +(14335, '2001-08-10 16:24:35', -14.7, 167.106, 82, 5.7, 'mwc', 'usp000am68', 'Vanuatu', 'earthquake\r'), +(14336, '2001-08-12 03:26:51', -5.969, 130.074, 33, 5.5, 'mwc', 'usp000am9q', 'Banda Sea', 'earthquake\r'), +(14337, '2001-08-12 12:06:09', 6.322, 94.774, 33, 5.5, 'mwc', 'usp000amaj', 'Nicobar Islands, India region', 'earthquake\r'), +(14338, '2001-08-12 15:53:52', 11.498, -86.713, 29.7, 5.6, 'mwc', 'usp000amba', 'near the coast of Nicaragua', 'earthquake\r'), +(14339, '2001-08-13 08:21:04', -13.616, 166.28, 33, 5.7, 'mwc', 'usp000amcy', 'Vanuatu', 'earthquake\r'), +(14340, '2001-08-13 20:11:23', 41.046, 142.308, 38, 6.4, 'mwc', 'usp000amdw', 'Hokkaido, Japan region', 'earthquake\r'), +(14341, '2001-08-15 15:08:20', -22.664, 179.317, 586.8, 5.6, 'mwc', 'usp000amh6', 'south of the Fiji Islands', 'earthquake\r'), +(14342, '2001-08-16 18:50:19', -36.71, 78.667, 10, 5.5, 'mwc', 'usp000amjz', 'Mid-Indian Ridge', 'earthquake\r'), +(14343, '2001-08-17 22:25:49', 25.748, 126.19, 33, 5.9, 'mwc', 'usp000ammj', 'Ryukyu Islands, Japan', 'earthquake\r'), +(14344, '2001-08-21 06:52:06', -36.813, -179.575, 33, 7.1, 'mwc', 'usp000amsn', 'east of the North Island of New Zealand', 'earthquake\r'), +(14345, '2001-08-23 21:45:03', -3.373, 146.311, 10, 6.2, 'mwc', 'usp000amxu', 'Bismarck Sea', 'earthquake\r'), +(14346, '2001-08-23 23:56:46', -3.144, 146.724, 10, 5.5, 'mwc', 'usp000amxy', 'Bismarck Sea', 'earthquake\r'), +(14347, '2001-08-24 21:34:01', -36.807, 179.948, 36.5, 5.8, 'mwc', 'usp000amzu', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(14348, '2001-08-25 02:02:03', 7.633, -82.766, 24.5, 6.1, 'mwc', 'usp000an03', 'south of Panama', 'earthquake\r'), +(14349, '2001-08-26 14:11:08', 14.187, 51.793, 10, 5.7, 'mwc', 'usp000an2v', 'Gulf of Aden', 'earthquake\r'), +(14350, '2001-08-27 01:16:47', 1.091, 126.36, 33, 6.1, 'mwc', 'usp000an43', 'Molucca Sea', 'earthquake\r'), +(14351, '2001-08-28 06:56:09', -21.722, -70.108, 65.6, 5.9, 'mwb', 'usp000an6j', 'Antofagasta, Chile', 'earthquake\r'), +(14352, '2001-08-28 09:38:01', -41.495, -90.728, 10, 5.6, 'mwc', 'usp000an6u', 'southeast of Easter Island', 'earthquake\r'), +(14353, '2001-08-29 22:47:24', -47.426, 100.017, 10, 5.6, 'mwc', 'usp000an99', 'southeast Indian Ridge', 'earthquake\r'), +(14354, '2001-08-30 08:12:27', -22.928, 169.787, 10, 5.8, 'mwc', 'usp000an9z', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14355, '2001-09-02 02:25:54', 0.889, 82.501, 10, 6.1, 'mwc', 'usp000anf6', 'North Indian Ocean', 'earthquake\r'), +(14356, '2001-09-02 10:06:52', -54.356, -137.016, 10, 6.3, 'mwc', 'usp000anfz', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14357, '2001-09-02 11:13:51', -54.374, -136.622, 10, 5.9, 'mwc', 'usp000ang2', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14358, '2001-09-02 16:58:01', 38.804, 72.154, 33, 5.5, 'mwc', 'usp000angm', 'Tajikistan', 'earthquake\r'), +(14359, '2001-09-03 21:10:46', -16.284, 178.158, 10, 5.8, 'mwc', 'usp000ankb', 'Fiji', 'earthquake\r'), +(14360, '2001-09-05 04:53:43', -16.244, 177.998, 10, 5.9, 'mwc', 'usp000anp0', 'Fiji', 'earthquake\r'), +(14361, '2001-09-07 02:45:59', -13.166, 97.297, 10, 5.9, 'mwc', 'usp000ans3', 'South Indian Ocean', 'earthquake\r'), +(14362, '2001-09-11 09:13:26', 14.995, -91.571, 161.1, 5.6, 'mwc', 'usp000anzv', 'Guatemala', 'earthquake\r'), +(14363, '2001-09-11 14:56:51', -0.578, 133.13, 33, 6.5, 'mwc', 'usp000ap03', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14364, '2001-09-11 18:21:09', 45.447, 150.683, 33, 5.5, 'mwc', 'usp000ap09', 'Kuril Islands', 'earthquake\r'), +(14365, '2001-09-12 08:48:37', -20.993, -179.109, 608.1, 6.5, 'mwc', 'usp000ap1d', 'Fiji region', 'earthquake\r'), +(14366, '2001-09-12 14:50:38', 52.46, -169.245, 33, 5.6, 'mwc', 'usp000ap25', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14367, '2001-09-12 22:23:44', 27.692, 141.907, 33, 5.7, 'mwc', 'usp000ap2k', 'Bonin Islands, Japan region', 'earthquake\r'), +(14368, '2001-09-13 03:48:32', -21.092, -179.108, 619.3, 5.5, 'mwc', 'usp000ap2y', 'Fiji region', 'earthquake\r'), +(14369, '2001-09-13 21:59:27', -4.677, 153.116, 33, 5.5, 'mwc', 'usp000ap4p', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14370, '2001-09-14 04:45:08', 48.69, -128.71, 10, 6, 'mwc', 'usp000ap50', 'Vancouver Island, Canada region', 'earthquake\r'), +(14371, '2001-09-15 10:50:39', 48.56, -128.56, 10, 5.5, 'mwc', 'usp000ap7j', 'Vancouver Island, Canada region', 'earthquake\r'), +(14372, '2001-09-15 15:04:34', -22.393, -175.01, 10, 6, 'mwb', 'usp000ap7w', 'Tonga region', 'earthquake\r'), +(14373, '2001-09-16 02:00:47', 37.244, 21.873, 10, 5.5, 'mwc', 'usp000ap8j', 'southern Greece', 'earthquake\r'), +(14374, '2001-09-16 23:20:09', 48.54, -128.6, 10, 5.8, 'mwb', 'usp000apan', 'Vancouver Island, Canada region', 'earthquake\r'), +(14375, '2001-09-17 16:43:40', -9.004, -109.517, 10, 5.5, 'mwc', 'usp000apby', 'central East Pacific Rise', 'earthquake\r'), +(14376, '2001-09-18 02:19:31', -7.506, 127.739, 131.8, 6, 'mwc', 'usp000apcx', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(14377, '2001-09-18 10:34:24', -27.934, -176.656, 33, 5.5, 'mwc', 'usp000apdg', 'Kermadec Islands region', 'earthquake\r'), +(14378, '2001-09-18 14:51:04', 12.99, -88.761, 62, 5.5, 'mwc', 'usp000apdy', 'offshore El Salvador', 'earthquake\r'), +(14379, '2001-09-20 02:01:52', -11.375, 115.042, 10, 5.6, 'mwc', 'usp000apg9', 'south of Bali, Indonesia', 'earthquake\r'), +(14380, '2001-09-21 23:56:39', 51.786, -175.305, 33, 5.6, 'mwc', 'usp000apjy', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14381, '2001-09-22 03:23:38', 3.873, -75.968, 178.6, 5.9, 'mwc', 'usp000apk7', 'Colombia', 'earthquake\r'), +(14382, '2001-09-25 11:21:48', 46.591, 150.785, 126, 5.5, 'mwc', 'usp000apry', 'Kuril Islands', 'earthquake\r'), +(14383, '2001-09-26 21:31:12', -26.559, 178.158, 631.1, 5.9, 'mwc', 'usp000apup', 'south of the Fiji Islands', 'earthquake\r'), +(14384, '2001-09-29 02:40:07', -18.503, 168.159, 33, 6.4, 'mwc', 'usp000apyt', 'Vanuatu', 'earthquake\r'), +(14385, '2001-09-29 05:32:14', -5.42, 151.632, 33, 5.5, 'mwc', 'usp000apz0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14386, '2001-09-30 06:03:33', -22.541, -113.563, 10, 5.6, 'mwc', 'usp000aq0z', 'Easter Island region', 'earthquake\r'), +(14387, '2001-09-30 19:01:19', -18.419, 168.121, 33, 6.2, 'mwc', 'usp000aq1x', 'Vanuatu', 'earthquake\r'), +(14388, '2001-10-01 04:18:15', -58.306, -25.438, 33, 5.6, 'mwc', 'usp000aq2c', 'South Sandwich Islands region', 'earthquake\r'), +(14389, '2001-10-02 00:48:19', -16.183, -173.82, 106.9, 6.2, 'mwb', 'usp000aq3n', 'Tonga', 'earthquake\r'), +(14390, '2001-10-02 01:01:34', 34.548, 141.417, 33, 5.9, 'mwc', 'usp000aq3p', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(14391, '2001-10-02 08:19:49', 37.739, 141.775, 42.9, 5.6, 'mwc', 'usp000aq46', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(14392, '2001-10-03 11:23:42', -3.502, 139.717, 10, 5.7, 'mwc', 'usp000aq6a', 'Papua, Indonesia', 'earthquake\r'), +(14393, '2001-10-03 17:25:13', 47.079, 148.631, 284.5, 5.9, 'mwc', 'usp000aq6k', 'northwest of the Kuril Islands', 'earthquake\r'), +(14394, '2001-10-07 02:21:10', -3.296, 142.934, 10, 6.2, 'mwc', 'usp000aqbn', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14395, '2001-10-08 03:39:18', 17.044, -99.996, 10, 5.9, 'mwc', 'usp000aqek', 'Guerrero, Mexico', 'earthquake\r'), +(14396, '2001-10-08 18:14:26', 52.591, 160.324, 48.5, 6.5, 'mwc', 'usp000aqg8', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(14397, '2001-10-08 18:20:38', 52.631, 160.214, 33, 6.4, 'mwc', 'usp000aqg9', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(14398, '2001-10-09 17:45:33', -23.223, -175.505, 33, 5.5, 'mwc', 'usp000aqjq', 'Tonga region', 'earthquake\r'), +(14399, '2001-10-09 23:53:37', 47.758, 155.102, 33, 5.9, 'mwc', 'usp000aqkh', 'east of the Kuril Islands', 'earthquake\r'), +(14400, '2001-10-10 16:18:49', -23.846, -179.892, 520.8, 5.5, 'mwc', 'usp000aqng', 'south of the Fiji Islands', 'earthquake\r'), +(14401, '2001-10-12 00:39:55', -24.171, -66.831, 201.2, 5.5, 'mwc', 'usp000aqr2', 'Salta, Argentina', 'earthquake\r'), +(14402, '2001-10-12 05:02:34', 52.63, -132.2, 20, 6.1, 'mwc', 'usp000aqrg', 'Haida Gwaii, Canada', 'earthquake\r'), +(14403, '2001-10-12 15:02:17', 12.686, 144.98, 37, 7, 'mwc', 'usp000aqsu', 'Guam region', 'earthquake\r'), +(14404, '2001-10-13 16:27:00', 0.839, 125.98, 33, 6, 'mwc', 'usp000aqv2', 'Molucca Sea', 'earthquake\r'), +(14405, '2001-10-14 01:10:46', -8.598, 110.633, 67.2, 5.8, 'mwc', 'usp000aqw5', 'Java, Indonesia', 'earthquake\r'), +(14406, '2001-10-14 15:44:18', -55.758, -124.291, 10, 5.7, 'mwc', 'usp000aqxb', 'southern East Pacific Rise', 'earthquake\r'), +(14407, '2001-10-15 03:49:38', -39.702, 176.614, 47.7, 5.5, 'mwc', 'usp000aqys', 'North Island of New Zealand', 'earthquake\r'), +(14408, '2001-10-16 15:27:28', 19.355, -64.886, 33, 5.6, 'mwc', 'usp000ar1k', 'Virgin Islands region', 'earthquake\r'), +(14409, '2001-10-17 11:29:10', 19.354, -64.932, 33, 6, 'mwb', 'usp000ar3u', 'Virgin Islands region', 'earthquake\r'), +(14410, '2001-10-18 12:55:59', -55.092, -126.907, 10, 5.6, 'mwc', 'usp000ar67', 'southern East Pacific Rise', 'earthquake\r'), +(14411, '2001-10-19 03:28:44', -4.102, 123.907, 33, 7.5, 'mwc', 'usp000ar78', 'Banda Sea', 'earthquake\r'), +(14412, '2001-10-20 19:17:52', -4.561, 123.885, 28.7, 5.5, 'mwc', 'usp000ar9z', 'Banda Sea', 'earthquake\r'), +(14413, '2001-10-21 00:29:21', -37.137, 178.982, 18, 6.7, 'mwc', 'usp000araj', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(14414, '2001-10-21 05:27:15', -4.68, 139.44, 33, 5.5, 'mwc', 'usp000arb5', 'Papua, Indonesia', 'earthquake\r'), +(14415, '2001-10-21 19:02:51', -4.855, 123.917, 33, 5.7, 'mwc', 'usp000arcm', 'Banda Sea', 'earthquake\r'), +(14416, '2001-10-22 06:46:48', -20.908, -179.125, 622.5, 5.6, 'mwc', 'usp000ardz', 'Fiji region', 'earthquake\r'), +(14417, '2001-10-26 14:09:52', -26.15, 70.885, 10, 5.5, 'mwc', 'usp000arp8', 'Indian Ocean Triple Junction', 'earthquake\r'), +(14418, '2001-10-26 18:59:57', -14.766, -70.497, 212.4, 5.8, 'mwc', 'usp000arpj', 'southern Peru', 'earthquake\r'), +(14419, '2001-10-26 23:05:51', -18.494, 168.108, 33, 6.1, 'mwc', 'usp000arq0', 'Vanuatu', 'earthquake\r'), +(14420, '2001-10-27 05:35:40', 26.316, 100.648, 10, 5.6, 'mwc', 'usp000arq9', 'Yunnan, China', 'earthquake\r'), +(14421, '2001-10-28 17:58:28', 51.434, -174.94, 33, 5.6, 'mwc', 'usp000artq', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14422, '2001-10-28 20:24:06', -21.797, -176.716, 189.7, 5.7, 'mwc', 'usp000aru2', 'Fiji region', 'earthquake\r'), +(14423, '2001-10-30 21:04:25', 28.579, 128.28, 135.9, 5.5, 'mwc', 'usp000ary6', 'Ryukyu Islands, Japan', 'earthquake\r'), +(14424, '2001-10-31 04:31:03', -24.533, -177.494, 127.7, 5.6, 'mwc', 'usp000arys', 'south of the Fiji Islands', 'earthquake\r'), +(14425, '2001-10-31 09:10:20', -5.912, 150.196, 33, 7, 'mwc', 'usp000arz5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14426, '2001-10-31 22:04:32', 5.361, 94.359, 33, 5.7, 'mwc', 'usp000as0a', 'northern Sumatra, Indonesia', 'earthquake\r'), +(14427, '2001-11-05 23:07:12', -17.289, -179.251, 564.1, 6.3, 'mwc', 'usp000asac', 'Fiji region', 'earthquake\r'), +(14428, '2001-11-08 22:57:53', -60.8, -25.65, 33, 5.6, 'mwc', 'usp000asgq', 'South Sandwich Islands region', 'earthquake\r'), +(14429, '2001-11-09 00:47:55', 9.643, -82.3, 10, 6.1, 'mwc', 'usp000asgv', 'Panama-Costa Rica border region', 'earthquake\r'), +(14430, '2001-11-10 17:09:16', 16.219, -98.054, 17.8, 5.5, 'mwc', 'usp000asmb', 'Oaxaca, Mexico', 'earthquake\r'), +(14431, '2001-11-12 10:11:16', 22.336, -45.143, 10, 5.5, 'mwc', 'usp000asqx', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14432, '2001-11-12 17:54:19', -49.591, -116.194, 10, 5.7, 'mwc', 'usp000asrn', 'southern East Pacific Rise', 'earthquake\r'), +(14433, '2001-11-13 09:47:37', 22.371, -106.973, 33, 6.1, 'mwc', 'usp000astb', 'near the coast of Sinaloa, Mexico', 'earthquake\r'), +(14434, '2001-11-13 10:43:23', 53.627, 170.551, 33, 6, 'mwc', 'usp000astg', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14435, '2001-11-13 16:02:38', -17.431, -178.705, 543.4, 5.5, 'mwc', 'usp000asty', 'Fiji region', 'earthquake\r'), +(14436, '2001-11-14 09:26:10', 35.946, 90.541, 10, 7.8, 'mwc', 'usp000asvm', 'southern Qinghai, China', 'earthquake\r'), +(14437, '2001-11-14 09:45:15', 35.726, 93.384, 10, 5.6, 'mb', 'usp000asvr', 'southern Qinghai, China', 'earthquake\r'), +(14438, '2001-11-15 01:03:06', -1.587, -15.578, 10, 6.3, 'mwc', 'usp000asx5', 'north of Ascension Island', 'earthquake\r'), +(14439, '2001-11-17 19:02:12', -24.409, -115.864, 10, 5.7, 'mwc', 'usp000at1a', 'southern East Pacific Rise', 'earthquake\r'), +(14440, '2001-11-17 22:10:27', -60.588, 154.092, 10, 5.9, 'mwc', 'usp000at1n', 'west of Macquarie Island', 'earthquake\r'), +(14441, '2001-11-18 21:59:53', 35.726, 93.691, 10, 5.6, 'mwc', 'usp000at3t', 'southern Qinghai, China', 'earthquake\r'), +(14442, '2001-11-20 21:08:18', -6.88, 128.921, 33, 6.2, 'mwc', 'usp000at7h', 'Banda Sea', 'earthquake\r'), +(14443, '2001-11-22 04:17:27', -31.068, -176.724, 33, 5.8, 'mwc', 'usp000ata1', 'Kermadec Islands region', 'earthquake\r'), +(14444, '2001-11-22 23:22:20', -16.255, 178.019, 10, 6.3, 'mwc', 'usp000atay', 'Fiji', 'earthquake\r'), +(14445, '2001-11-22 23:24:48', -16.242, 178.054, 10, 6.2, 'mwb', 'usp000ataz', 'Fiji', 'earthquake\r'), +(14446, '2001-11-23 20:43:04', 36.392, 71.506, 106.5, 6.1, 'mwc', 'usp000atcf', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14447, '2001-11-25 14:31:58', 23.031, 125.362, 10, 5.6, 'mwc', 'usp000atfb', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(14448, '2001-11-27 00:53:46', -33.228, -178.573, 10, 6, 'mwb', 'usp000atj6', 'south of the Kermadec Islands', 'earthquake\r'), +(14449, '2001-11-27 07:31:52', 29.606, 81.752, 33, 5.5, 'mwc', 'usp000atjx', 'Nepal', 'earthquake\r'), +(14450, '2001-11-28 14:32:33', 15.571, -93.106, 84.9, 6.4, 'mwc', 'usp000atn5', 'Chiapas, Mexico', 'earthquake\r'), +(14451, '2001-11-29 17:06:59', -4.289, -104.214, 10, 5.6, 'mwc', 'usp000atq5', 'central East Pacific Rise', 'earthquake\r'), +(14452, '2001-11-30 18:02:06', -33.248, -178.482, 10, 5.7, 'mwb', 'usp000atrz', 'south of the Kermadec Islands', 'earthquake\r'), +(14453, '2001-12-01 05:09:03', -4.759, 101.903, 58.5, 5.6, 'mwc', 'usp000att1', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14454, '2001-12-02 02:47:56', -12.738, 166.664, 100.5, 6, 'mwc', 'usp000atv8', 'Santa Cruz Islands', 'earthquake\r'), +(14455, '2001-12-02 13:01:54', 39.402, 141.089, 123.8, 6.5, 'mwc', 'usp000atvy', 'eastern Honshu, Japan', 'earthquake\r'), +(14456, '2001-12-03 11:32:30', -16.496, -177.54, 10, 6.4, 'mwc', 'usp000atxk', 'Fiji region', 'earthquake\r'), +(14457, '2001-12-04 05:57:18', -15.35, -72.516, 33, 5.8, 'mwc', 'usp000atz4', 'southern Peru', 'earthquake\r'), +(14458, '2001-12-04 18:09:27', 18.961, 120.24, 33, 5.6, 'mwc', 'usp000au0c', 'Luzon, Philippines', 'earthquake\r'), +(14459, '2001-12-05 07:46:38', -52.606, 18.349, 10, 5.7, 'mwc', 'usp000au1e', 'southwest of Africa', 'earthquake\r'), +(14460, '2001-12-07 04:32:41', -41.398, -88.334, 10, 5.7, 'mwc', 'usp000au57', 'West Chile Rise', 'earthquake\r'), +(14461, '2001-12-07 19:11:32', -5.645, 130.742, 111.3, 5.6, 'mwc', 'usp000au69', 'Banda Sea', 'earthquake\r'), +(14462, '2001-12-07 19:27:34', -44.216, 168.819, 10, 5.8, 'mwc', 'usp000au6b', 'South Island of New Zealand', 'earthquake\r'), +(14463, '2001-12-08 04:17:22', -15.114, -72.742, 26.1, 5.6, 'mwc', 'usp000au7h', 'southern Peru', 'earthquake\r'), +(14464, '2001-12-08 19:26:20', -5.824, 147.387, 112.7, 5.5, 'mwc', 'usp000au90', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14465, '2001-12-08 20:29:34', 28.251, 129.574, 33, 6.2, 'mwc', 'usp000au97', 'Ryukyu Islands, Japan', 'earthquake\r'), +(14466, '2001-12-08 23:36:10', 31.9976667, -115.0016667, 6.981, 5.7, 'mw', 'ci9732601', '22km S of Estacion Coahuila, B.C., MX', 'earthquake\r'), +(14467, '2001-12-09 18:15:03', -0.002, 122.87, 156.3, 6.1, 'mwc', 'usp000aubg', 'Sulawesi, Indonesia', 'earthquake\r'), +(14468, '2001-12-12 12:53:18', -17.189, 167.721, 33, 6.1, 'mwc', 'usp000aufv', 'Vanuatu', 'earthquake\r'), +(14469, '2001-12-12 14:02:35', -42.813, 124.688, 10, 7.1, 'mwc', 'usp000aufx', 'south of Australia', 'earthquake\r'), +(14470, '2001-12-13 13:50:46', 27.042, -44.496, 10, 5.7, 'mwc', 'usp000aujd', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14471, '2001-12-14 07:35:26', -53.386, 24.724, 10, 5.5, 'mwc', 'usp000aukp', 'south of Africa', 'earthquake\r'), +(14472, '2001-12-15 17:57:55', -22.694, 172.165, 33, 5.5, 'mwc', 'usp000aup4', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14473, '2001-12-18 04:02:58', 23.954, 122.734, 14, 6.8, 'mwc', 'usp000ausw', 'Taiwan region', 'earthquake\r'), +(14474, '2001-12-20 11:13:50', 54.174, -162.548, 33, 5.6, 'mwc', 'usp000auy9', 'Alaska Peninsula', 'earthquake\r'), +(14475, '2001-12-20 12:01:54', -56.895, -25.024, 33, 5.5, 'mwc', 'usp000auya', 'South Sandwich Islands region', 'earthquake\r'), +(14476, '2001-12-21 20:51:52', 8.17, -70.961, 33, 5.6, 'mwc', 'usp000av16', 'Barinas, Venezuela', 'earthquake\r'), +(14477, '2001-12-22 00:40:04', -10.91, 165.863, 74.2, 6, 'mwc', 'usp000av1j', 'Santa Cruz Islands', 'earthquake\r'), +(14478, '2001-12-23 10:21:28', 27.871, 141.75, 35.4, 5.9, 'mwc', 'usp000av3r', 'Bonin Islands, Japan region', 'earthquake\r'), +(14479, '2001-12-23 22:52:54', -9.613, 159.53, 16, 6.8, 'mwc', 'usp000av52', 'Solomon Islands', 'earthquake\r'), +(14480, '2001-12-25 23:00:46', -30.224, -178.091, 57.2, 5.9, 'mwc', 'usp000av9k', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(14481, '2001-12-27 10:54:52', -14.647, 167.262, 153.2, 6.2, 'mwc', 'usp000avby', 'Vanuatu', 'earthquake\r'), +(14482, '2001-12-28 21:31:59', -36.098, -100.644, 10, 5.9, 'mwc', 'usp000avf4', 'southeast of Easter Island', 'earthquake\r'), +(14483, '2001-12-28 22:09:28', -8.357, -74.22, 160.6, 6, 'mwc', 'usp000avf7', 'central Peru', 'earthquake\r'), +(14484, '2001-12-29 00:09:39', -17.78, -178.788, 563, 5.7, 'mwc', 'usp000avfc', 'Fiji region', 'earthquake\r'), +(14485, '2001-12-29 14:32:23', -6.009, 102.849, 33, 5.6, 'mwc', 'usp000avg4', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(14486, '2001-12-29 17:29:45', -35.017, -103.31, 10, 5.7, 'mwc', 'usp000avga', 'southeast of Easter Island', 'earthquake\r'), +(14487, '2002-01-01 10:39:07', -55.214, -129, 10, 6, 'mwc', 'usp000avmx', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14488, '2002-01-01 11:29:23', 6.303, 125.65, 138.1, 6.3, 'mwc', 'usp000avmy', 'Mindanao, Philippines', 'earthquake\r'), +(14489, '2002-01-01 19:53:07', -27.875, 73.883, 10, 5.6, 'mwc', 'usp000avne', 'Mid-Indian Ridge', 'earthquake\r'), +(14490, '2002-01-02 10:24:08', -16.332, 177.921, 33, 5.5, 'mwc', 'usp000avpd', 'Fiji', 'earthquake\r'), +(14491, '2002-01-02 14:50:33', -17.983, 178.744, 665.8, 6.2, 'mwc', 'usp000avpp', 'Fiji', 'earthquake\r'), +(14492, '2002-01-02 17:22:49', -17.6, 167.856, 21, 7.2, 'mwc', 'usp000avpw', 'Vanuatu', 'earthquake\r'), +(14493, '2002-01-02 17:31:32', -17.575, 167.745, 10, 5.7, 'mb', 'usp000avpx', 'Vanuatu', 'earthquake\r'), +(14494, '2002-01-03 00:54:36', -4.333, 102.04, 33, 5.6, 'mwc', 'usp000avqg', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14495, '2002-01-03 07:05:28', 36.088, 70.687, 129.3, 6.2, 'mwb', 'usp000avr3', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14496, '2002-01-03 10:17:36', -17.664, 168.004, 10, 6.6, 'mwc', 'usp000avrk', 'Vanuatu', 'earthquake\r'), +(14497, '2002-01-04 07:13:32', -18.013, 167.78, 10, 5.5, 'mwc', 'usp000avtb', 'Vanuatu', 'earthquake\r'), +(14498, '2002-01-04 08:44:20', -26.373, 178.281, 614.2, 5.5, 'mwc', 'usp000avth', 'south of the Fiji Islands', 'earthquake\r'), +(14499, '2002-01-05 18:22:41', -17.841, 178.887, 638.5, 5.5, 'mwc', 'usp000avwc', 'Fiji', 'earthquake\r'), +(14500, '2002-01-06 16:38:47', -17.527, 168.13, 10, 5.6, 'mwc', 'usp000avya', 'Vanuatu', 'earthquake\r'), +(14501, '2002-01-06 18:49:23', 12.538, -87.672, 59.1, 5.6, 'mwc', 'usp000avyj', 'near the coast of Nicaragua', 'earthquake\r'), +(14502, '2002-01-06 22:07:01', 52.064, -171.068, 33, 5.7, 'mwc', 'usp000avyw', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14503, '2002-01-07 13:26:26', 18.957, 144.958, 599.4, 5.9, 'mwc', 'usp000aw0g', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(14504, '2002-01-10 05:56:03', -17.57, 167.913, 10, 5.7, 'mwc', 'usp000aw5b', 'Vanuatu', 'earthquake\r'), +(14505, '2002-01-10 11:14:57', -3.212, 142.427, 11, 6.7, 'mwc', 'usp000aw5z', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14506, '2002-01-11 03:02:55', -54.893, -130.617, 10, 5.5, 'mwc', 'usp000aw7f', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14507, '2002-01-11 05:16:30', -10.588, 165.291, 33, 5.8, 'mwb', 'usp000aw7j', 'Santa Cruz Islands', 'earthquake\r'), +(14508, '2002-01-13 11:04:20', -20.445, -173.955, 33, 5.6, 'mwc', 'usp000awcv', 'Tonga', 'earthquake\r'), +(14509, '2002-01-13 14:10:57', -5.651, 151.074, 43.6, 6.4, 'mwc', 'usp000awd5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14510, '2002-01-13 16:32:54', -17.434, 167.81, 10, 5.8, 'mwc', 'usp000awdd', 'Vanuatu', 'earthquake\r'), +(14511, '2002-01-14 15:36:26', -19.384, -69.231, 33, 5.8, 'mwb', 'usp000awfe', 'Tarapaca, Chile', 'earthquake\r'), +(14512, '2002-01-15 04:48:00', -17.334, 167.722, 10, 6, 'mwc', 'usp000awgh', 'Vanuatu', 'earthquake\r'), +(14513, '2002-01-15 07:12:58', -6.314, 105.205, 10, 6.1, 'mwc', 'usp000awh1', 'Sunda Strait, Indonesia', 'earthquake\r'), +(14514, '2002-01-15 09:01:16', -5.527, 151.097, 41.1, 6.2, 'mwc', 'usp000awhd', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14515, '2002-01-16 13:33:07', 23.901, 125.415, 10, 5.5, 'mwc', 'usp000awkr', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(14516, '2002-01-16 23:09:52', 15.502, -93.133, 80.2, 6.4, 'mwc', 'usp000awm9', 'Chiapas, Mexico', 'earthquake\r'), +(14517, '2002-01-19 09:06:17', 43.915, 147.272, 55.3, 5.7, 'mwb', 'usp000aws1', 'Kuril Islands', 'earthquake\r'), +(14518, '2002-01-20 13:07:11', -45.923, 34.891, 10, 5.5, 'mwc', 'usp000awun', 'Prince Edward Islands region', 'earthquake\r'), +(14519, '2002-01-21 07:52:29', -41.465, -85.638, 10, 5.5, 'mwc', 'usp000awwf', 'West Chile Rise', 'earthquake\r'), +(14520, '2002-01-21 15:42:36', -15.384, 167.483, 115.5, 5.8, 'mwc', 'usp000awx6', 'Vanuatu', 'earthquake\r'), +(14521, '2002-01-21 16:49:42', -21.542, 170.122, 33, 5.5, 'mwc', 'usp000awx9', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14522, '2002-01-22 04:53:53', 35.79, 26.617, 88, 6.2, 'mwc', 'usp000awya', 'Crete, Greece', 'earthquake\r'), +(14523, '2002-01-23 17:14:39', -4.61, 149.291, 33, 5.5, 'mwc', 'usp000ax1b', 'Bismarck Sea', 'earthquake\r'), +(14524, '2002-01-24 18:12:05', 3.533, 95.658, 33, 5.7, 'mwb', 'usp000ax39', 'off the west coast of northern Sumatra', 'earthquake\r'), +(14525, '2002-01-24 21:07:11', -4.566, -104.81, 10, 5.8, 'mwc', 'usp000ax3n', 'central East Pacific Rise', 'earthquake\r'), +(14526, '2002-01-25 03:28:12', -20.865, -178.763, 576.4, 5.7, 'mwc', 'usp000ax42', 'Fiji region', 'earthquake\r'), +(14527, '2002-01-28 13:50:29', 49.381, 155.594, 33, 6.1, 'mwc', 'usp000axbd', 'Kuril Islands', 'earthquake\r'), +(14528, '2002-01-28 15:09:56', -15.304, -173.225, 33, 6.2, 'mwc', 'usp000axbf', 'Tonga', 'earthquake\r'), +(14529, '2002-01-30 08:42:03', 18.194, -95.908, 108.9, 5.9, 'mwc', 'usp000axex', 'Veracruz, Mexico', 'earthquake\r'), +(14530, '2002-01-30 12:58:19', -6.252, 150.887, 33, 6, 'mwc', 'usp000axf1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14531, '2002-01-31 00:13:22', -4.957, 151.263, 131.1, 5.5, 'mwb', 'usp000axg6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14532, '2002-01-31 16:27:19', -12.797, 169.531, 667.1, 5.8, 'mwb', 'usp000axhp', 'Santa Cruz Islands region', 'earthquake\r'), +(14533, '2002-02-01 21:55:21', 45.464, 136.719, 355.5, 5.9, 'mwc', 'usp000axkv', 'Primor\'\'ye, Russia', 'earthquake\r'), +(14534, '2002-02-02 08:22:44', -5.236, 152.491, 33, 5.5, 'mwc', 'usp000axmh', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14535, '2002-02-03 07:11:28', 38.573, 31.271, 5, 6.5, 'mwc', 'usp000axp7', 'western Turkey', 'earthquake\r'), +(14536, '2002-02-03 07:14:36', 38.701, 30.872, 10, 5.5, 'mb', 'usp000axp8', 'western Turkey', 'earthquake\r'), +(14537, '2002-02-03 09:26:43', 38.632, 30.902, 10, 6, 'mwb', 'usp000axpg', 'western Turkey', 'earthquake\r'), +(14538, '2002-02-05 13:27:25', -5.345, 151.248, 39, 6.6, 'mwc', 'usp000axuy', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14539, '2002-02-06 19:55:30', -55.185, -128.941, 10, 5.5, 'mwc', 'usp000axxs', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14540, '2002-02-07 03:15:53', 3.026, 126.288, 33, 5.7, 'mwc', 'usp000axyc', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(14541, '2002-02-09 16:56:08', 46.083, 142.719, 348.9, 5.5, 'mwc', 'usp000ay39', 'Sakhalin, Russia', 'earthquake\r'), +(14542, '2002-02-10 01:47:06', -55.912, -29.004, 193.4, 5.9, 'mwc', 'usp000ay41', 'South Sandwich Islands region', 'earthquake\r'), +(14543, '2002-02-11 09:36:36', -3.711, 151.541, 33, 5.5, 'mwc', 'usp000ay7e', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14544, '2002-02-12 03:27:26', 23.716, 121.56, 54.8, 5.7, 'mwc', 'usp000ay9n', 'Taiwan', 'earthquake\r'), +(14545, '2002-02-12 13:44:37', 36.588, 140.949, 45, 5.6, 'mwc', 'usp000ayaq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(14546, '2002-02-12 15:39:54', 13.989, 144.837, 121.2, 5.8, 'mwc', 'usp000ayax', 'Guam region', 'earthquake\r'), +(14547, '2002-02-14 01:12:21', 41.472, 142.029, 61, 5.5, 'mwc', 'usp000aye0', 'Hokkaido, Japan region', 'earthquake\r'), +(14548, '2002-02-14 23:23:13', 14.995, -92.638, 75.6, 5.8, 'mwc', 'usp000aygf', 'Chiapas, Mexico', 'earthquake\r'), +(14549, '2002-02-15 01:46:38', -36.231, -100.301, 10, 6, 'mwb', 'usp000aygn', 'southeast of Easter Island', 'earthquake\r'), +(14550, '2002-02-18 22:43:14', -3.767, 151.418, 10, 5.5, 'mwc', 'usp000ayqz', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14551, '2002-02-19 00:35:46', -3.731, 150.992, 10, 6.1, 'mwc', 'usp000ayr5', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14552, '2002-02-19 12:33:24', -56.741, -25.436, 33, 5.7, 'mwc', 'usp000ays5', 'South Sandwich Islands region', 'earthquake\r'), +(14553, '2002-02-20 19:07:17', -7.679, 31.895, 38.5, 5.5, 'mwc', 'usp000ayuq', 'Lake Rukwa region, Tanzania', 'earthquake\r'), +(14554, '2002-02-21 01:11:23', -9.64, 160.937, 49.3, 5.5, 'mwc', 'usp000ayv6', 'Solomon Islands', 'earthquake\r'), +(14555, '2002-02-22 19:32:42', 32.3188333, -115.3215, 7.007, 5.7, 'mw', 'ci12456384', '13km WSW of Delta, B.C., MX', 'earthquake\r'), +(14556, '2002-02-23 19:37:14', -4.454, 151.982, 155.4, 5.7, 'mwb', 'usp000az1k', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14557, '2002-02-24 02:24:32', -5.654, 130.755, 109.3, 5.6, 'mwc', 'usp000az26', 'Banda Sea', 'earthquake\r'), +(14558, '2002-02-26 08:32:49', -18.297, -69.707, 91.7, 5.6, 'mwb', 'usp000az7f', 'Tarapaca, Chile', 'earthquake\r'), +(14559, '2002-02-28 01:50:49', -5.685, 151.258, 40.2, 6.3, 'mwb', 'usp000azb0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14560, '2002-03-01 06:57:49', 52.697, -166.695, 33, 5.5, 'mwc', 'usp000azd1', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14561, '2002-03-01 09:55:04', -33.192, -179.389, 33, 5.5, 'mwc', 'usp000azd9', 'south of the Kermadec Islands', 'earthquake\r'), +(14562, '2002-03-02 03:14:55', -35.717, -17.62, 10, 5.9, 'mwc', 'usp000azeg', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(14563, '2002-03-03 07:16:16', -45.837, -76.119, 10, 5.9, 'mwc', 'usp000azgv', 'off the coast of Aisen, Chile', 'earthquake\r'), +(14564, '2002-03-03 12:08:08', 36.429, 70.438, 209, 6.3, 'mb', 'usp000azhb', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14565, '2002-03-03 12:08:20', 36.502, 70.482, 225.6, 7.4, 'mwc', 'usp000azhc', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14566, '2002-03-04 20:21:23', 28.446, 143.275, 45.1, 5.5, 'mwc', 'usp000azmg', 'Bonin Islands, Japan region', 'earthquake\r'), +(14567, '2002-03-05 11:15:59', -6.888, 128.995, 33, 5.5, 'mwc', 'usp000azpj', 'Banda Sea', 'earthquake\r'), +(14568, '2002-03-05 21:16:09', 6.033, 124.249, 31, 7.5, 'mwc', 'usp000azqw', 'Mindanao, Philippines', 'earthquake\r'), +(14569, '2002-03-07 00:07:07', 47.88, 146.958, 440.4, 5.6, 'mwc', 'usp000azud', 'northwest of the Kuril Islands', 'earthquake\r'), +(14570, '2002-03-07 07:10:14', -1.319, -24.481, 10, 5.6, 'mwc', 'usp000azvc', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(14571, '2002-03-08 18:27:53', 5.871, 124.274, 23.3, 6, 'mwb', 'usp000azy8', 'Mindanao, Philippines', 'earthquake\r'), +(14572, '2002-03-09 12:27:11', -56.019, -27.332, 118.4, 6, 'mwc', 'usp000azzz', 'South Sandwich Islands region', 'earthquake\r'), +(14573, '2002-03-09 14:09:09', -29.354, -177.104, 33, 5.6, 'mwc', 'usp000b002', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(14574, '2002-03-10 05:24:10', 20.142, 122.105, 33, 5.6, 'mwc', 'usp000b018', 'Batan Islands region, Philippines', 'earthquake\r'), +(14575, '2002-03-11 01:46:21', 30.599, 141.566, 33, 5.8, 'mwc', 'usp000b02z', 'Izu Islands, Japan region', 'earthquake\r'), +(14576, '2002-03-11 23:45:15', -44.536, -79.7, 33, 5.7, 'mwc', 'usp000b054', 'off the coast of Aisen, Chile', 'earthquake\r'), +(14577, '2002-03-14 16:08:31', 51.531, -173.083, 33, 5.9, 'mwc', 'usp000b09y', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14578, '2002-03-15 01:20:05', 49.677, 156.02, 55, 5.5, 'mwc', 'usp000b0b1', 'Kuril Islands', 'earthquake\r'), +(14579, '2002-03-15 04:36:36', -4.191, 123.28, 20.8, 5.5, 'mwc', 'usp000b0bd', 'Banda Sea', 'earthquake\r'), +(14580, '2002-03-16 20:50:02', -6.196, 151.405, 33, 5.6, 'mwc', 'usp000b0f1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14581, '2002-03-17 03:37:20', 0.68, 122.32, 79.4, 5.7, 'mwc', 'usp000b0fq', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(14582, '2002-03-17 03:57:47', 51.464, -173.275, 33, 5.9, 'mwc', 'usp000b0ft', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14583, '2002-03-17 19:33:34', -45.221, 35.105, 10, 6, 'mwc', 'usp000b0hf', 'Prince Edward Islands region', 'earthquake\r'), +(14584, '2002-03-17 20:50:32', -33.263, -179.725, 33, 5.6, 'mwc', 'usp000b0hh', 'south of the Kermadec Islands', 'earthquake\r'), +(14585, '2002-03-17 21:43:31', -36.816, -179.787, 36.1, 5.6, 'mwc', 'usp000b0hj', 'east of the North Island of New Zealand', 'earthquake\r'), +(14586, '2002-03-17 22:13:18', -36.873, -179.744, 35.1, 5.5, 'mwc', 'usp000b0hm', 'east of the North Island of New Zealand', 'earthquake\r'), +(14587, '2002-03-18 03:09:57', -20.391, -69.003, 92.4, 5.5, 'mwc', 'usp000b0j5', 'Tarapaca, Chile', 'earthquake\r'), +(14588, '2002-03-19 22:14:15', -6.486, 129.901, 148.1, 6.1, 'mwb', 'usp000b0ns', 'Banda Sea', 'earthquake\r'), +(14589, '2002-03-20 04:00:19', 30.512, 141.962, 10, 5.9, 'mwb', 'usp000b0p8', 'Izu Islands, Japan region', 'earthquake\r'), +(14590, '2002-03-20 14:29:58', -3.569, 144.968, 33, 5.6, 'mwc', 'usp000b0q8', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14591, '2002-03-22 09:10:15', -3.214, 142.246, 33, 5.5, 'mwc', 'usp000b0un', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14592, '2002-03-22 17:36:59', 4.585, 126.319, 76.3, 5.5, 'mwc', 'usp000b0va', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(14593, '2002-03-23 05:15:51', 1.395, 128.109, 115.3, 5.7, 'mwc', 'usp000b0w6', 'Halmahera, Indonesia', 'earthquake\r'), +(14594, '2002-03-24 14:35:56', 24.362, -46.355, 10, 5.5, 'mwc', 'usp000b0yt', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14595, '2002-03-25 14:56:34', 36.062, 69.315, 8, 6.1, 'mwc', 'usp000b10y', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14596, '2002-03-26 03:45:49', 23.346, 124.09, 33, 6.4, 'mwc', 'usp000b12g', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(14597, '2002-03-27 08:52:52', 36.023, 69.338, 10, 5.6, 'mwc', 'usp000b15n', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14598, '2002-03-28 04:56:22', -21.663, -68.329, 125.1, 6.5, 'mwc', 'usp000b17z', 'Antofagasta, Chile', 'earthquake\r'), +(14599, '2002-03-28 05:48:26', 22.638, -45.15, 10, 5.9, 'mwc', 'usp000b181', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14600, '2002-03-28 05:50:38', 22.603, -45.164, 10, 5.5, 'mb', 'usp000b183', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14601, '2002-03-31 06:52:50', 24.279, 122.179, 32.8, 7.1, 'mwc', 'usp000b1e2', 'Taiwan region', 'earthquake\r'), +(14602, '2002-03-31 23:09:57', 14.355, -92.593, 62.6, 5.6, 'mwc', 'usp000b1fz', 'offshore Chiapas, Mexico', 'earthquake\r'), +(14603, '2002-04-01 19:59:32', -29.67, -71.384, 71, 6.4, 'mwc', 'usp000b1hz', 'offshore Coquimbo, Chile', 'earthquake\r'), +(14604, '2002-04-02 17:09:58', -49.531, -116.074, 10, 5.9, 'mwc', 'usp000b1kz', 'southern East Pacific Rise', 'earthquake\r'), +(14605, '2002-04-03 23:42:13', 41.543, 141.851, 71.4, 5.7, 'mwc', 'usp000b1p9', 'Hokkaido, Japan region', 'earthquake\r'), +(14606, '2002-04-05 23:02:29', -15.275, -173.429, 33, 5.7, 'mwc', 'usp000b1tu', 'Tonga', 'earthquake\r'), +(14607, '2002-04-07 01:41:26', -60.94, 154.25, 10, 6.2, 'mwc', 'usp000b1wh', 'west of Macquarie Island', 'earthquake\r'), +(14608, '2002-04-07 12:09:41', -10.833, 164.19, 33, 5.8, 'mwb', 'usp000b1xc', 'Santa Cruz Islands region', 'earthquake\r'), +(14609, '2002-04-08 03:48:55', -51.068, 139.269, 10, 6.2, 'mwc', 'usp000b1z0', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(14610, '2002-04-10 10:09:21', -20.741, 169.285, 33, 5.9, 'mwc', 'usp000b23h', 'Vanuatu', 'earthquake\r'), +(14611, '2002-04-11 21:56:56', -14.392, 167.687, 10, 6.2, 'mwb', 'usp000b27n', 'Vanuatu', 'earthquake\r'), +(14612, '2002-04-12 04:00:24', 35.959, 69.417, 10, 5.9, 'mwc', 'usp000b283', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14613, '2002-04-13 15:36:02', 1.096, 125.379, 54.4, 5.5, 'mwb', 'usp000b2b7', 'Molucca Sea', 'earthquake\r'), +(14614, '2002-04-14 02:04:21', 38.531, 73.405, 117.5, 5.5, 'mwc', 'usp000b2c0', 'Tajikistan', 'earthquake\r'), +(14615, '2002-04-14 04:05:24', 7.316, 126.656, 33, 5.6, 'mwc', 'usp000b2c9', 'Mindanao, Philippines', 'earthquake\r'), +(14616, '2002-04-18 05:02:46', 16.985, -100.865, 24.9, 6.8, 'mwc', 'usp000b2mv', 'offshore Guerrero, Mexico', 'earthquake\r'), +(14617, '2002-04-18 14:17:24', -60.657, -25.843, 10, 5.8, 'mwc', 'usp000b2p3', 'South Sandwich Islands region', 'earthquake\r'), +(14618, '2002-04-18 16:08:37', -27.535, -70.586, 62, 6.7, 'mwb', 'usp000b2p9', 'Atacama, Chile', 'earthquake\r'), +(14619, '2002-04-18 17:57:28', 17.233, -101.25, 33, 5.9, 'mwc', 'usp000b2pf', 'offshore Guerrero, Mexico', 'earthquake\r'), +(14620, '2002-04-20 15:59:58', -16.382, 173.259, 33, 6, 'mwc', 'usp000b2uq', 'Fiji region', 'earthquake\r'), +(14621, '2002-04-20 22:39:45', 5.304, 124.382, 33, 5.7, 'mwc', 'usp000b2v7', 'Mindanao, Philippines', 'earthquake\r'), +(14622, '2002-04-21 17:58:47', -20.521, 162.185, 33, 5.7, 'mwc', 'usp000b2x3', 'New Caledonia', 'earthquake\r'), +(14623, '2002-04-21 22:24:07', -5.784, -81.033, 33, 5.9, 'mwc', 'usp000b2xm', 'near the coast of northern Peru', 'earthquake\r'), +(14624, '2002-04-23 15:05:32', -12.518, 166.938, 217.3, 5.6, 'mwb', 'usp000b30a', 'Santa Cruz Islands', 'earthquake\r'), +(14625, '2002-04-24 07:08:17', 51.085, -177.879, 33, 5.6, 'mwc', 'usp000b31p', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14626, '2002-04-24 10:51:51', 42.436, 21.466, 10, 5.7, 'mwc', 'usp000b324', 'Kosovo', 'earthquake\r'), +(14627, '2002-04-24 11:00:01', -56.135, -122.312, 10, 6.2, 'mwc', 'usp000b326', 'southern East Pacific Rise', 'earthquake\r'), +(14628, '2002-04-26 02:12:57', -27.441, -176.702, 33, 5.5, 'mwc', 'usp000b36j', 'Kermadec Islands region', 'earthquake\r'), +(14629, '2002-04-26 07:15:12', 53.508, 160.632, 62.6, 5.8, 'mwc', 'usp000b36w', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(14630, '2002-04-26 15:06:39', -27.47, -176.836, 33, 5.7, 'mwc', 'usp000b37h', 'Kermadec Islands region', 'earthquake\r'), +(14631, '2002-04-26 16:06:07', 13.088, 144.619, 85.7, 7.1, 'mwc', 'usp000b37m', 'Guam region', 'earthquake\r'), +(14632, '2002-04-28 20:16:59', 1.793, -102.07, 10, 5.6, 'mwc', 'usp000b3by', 'Galapagos Triple Junction region', 'earthquake\r'), +(14633, '2002-04-30 06:25:48', -29.753, -177.737, 51.1, 5.5, 'mwc', 'usp000b3ef', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(14634, '2002-05-03 11:20:52', 86.005, 31.595, 10, 5.6, 'mwc', 'usp000b3n5', 'north of Svalbard', 'earthquake\r'), +(14635, '2002-05-04 07:00:48', -17.898, -178.737, 559.9, 5.8, 'mwb', 'usp000b3pq', 'Fiji region', 'earthquake\r'), +(14636, '2002-05-04 10:52:58', 5.283, 124.406, 33, 5.7, 'mwc', 'usp000b3q3', 'Mindanao, Philippines', 'earthquake\r'), +(14637, '2002-05-07 15:16:07', -19.033, 168.665, 33, 5.9, 'mwc', 'usp000b3x2', 'Vanuatu', 'earthquake\r'), +(14638, '2002-05-08 04:12:49', 52.3, 160.182, 44, 5.5, 'mwc', 'usp000b3xw', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(14639, '2002-05-08 05:26:00', -17.948, -174.573, 130.8, 6.2, 'mwc', 'usp000b3y1', 'Tonga', 'earthquake\r'), +(14640, '2002-05-08 19:45:19', 53.813, 160.774, 39, 5.9, 'mwc', 'usp000b3ze', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(14641, '2002-05-09 23:41:31', 2.646, 128.303, 173, 5.6, 'mwb', 'usp000b41n', 'Halmahera, Indonesia', 'earthquake\r'), +(14642, '2002-05-11 10:43:08', -10.424, -78.506, 46.9, 5.7, 'mwb', 'usp000b447', 'near the coast of central Peru', 'earthquake\r'), +(14643, '2002-05-12 23:12:53', -1.143, 127.087, 33, 5.9, 'mwc', 'usp000b47h', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(14644, '2002-05-13 19:54:43', 19.141, 121.238, 33, 5.5, 'mwc', 'usp000b499', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(14645, '2002-05-13 19:57:23', 19.132, 121.238, 33, 5.8, 'mwc', 'usp000b49a', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(14646, '2002-05-14 14:19:03', 3.507, 125.377, 33, 5.5, 'mwc', 'usp000b4ah', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(14647, '2002-05-14 16:56:10', -36.518, 78.932, 10, 6.2, 'mwc', 'usp000b4aq', 'Mid-Indian Ridge', 'earthquake\r'), +(14648, '2002-05-15 03:27:36', -21.405, -174.261, 10, 5.9, 'mwc', 'usp000b4be', 'Tonga', 'earthquake\r'), +(14649, '2002-05-15 03:46:06', 24.636, 121.922, 10, 6.2, 'mwc', 'usp000b4bg', 'Taiwan', 'earthquake\r'), +(14650, '2002-05-17 10:40:11', 48.168, -27.808, 10, 5.7, 'mwc', 'usp000b4fu', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14651, '2002-05-18 15:15:09', -2.907, 33.733, 10, 5.5, 'mwc', 'usp000b4j1', 'Lake Victoria region, Tanzania', 'earthquake\r'), +(14652, '2002-05-18 21:51:20', -15.07, -176.449, 33, 5.5, 'mwc', 'usp000b4jf', 'Fiji region', 'earthquake\r'), +(14653, '2002-05-21 06:03:00', 17.779, -81.911, 10, 5.7, 'mwc', 'usp000b4q2', 'Cayman Islands region', 'earthquake\r'), +(14654, '2002-05-21 20:04:16', 44.43, 146.619, 149.8, 5.5, 'mwc', 'usp000b4r5', 'Kuril Islands', 'earthquake\r'), +(14655, '2002-05-21 20:53:30', 36.627, 24.274, 97.1, 5.9, 'mwc', 'usp000b4ra', 'southern Greece', 'earthquake\r'), +(14656, '2002-05-22 18:57:19', -36.344, -97.908, 10, 5.7, 'mwc', 'usp000b4t4', 'West Chile Rise', 'earthquake\r'), +(14657, '2002-05-23 15:52:15', -30.749, -71.197, 52.1, 6, 'mwb', 'usp000b4us', 'Coquimbo, Chile', 'earthquake\r'), +(14658, '2002-05-23 22:05:52', -5.816, 102.064, 10, 5.5, 'mwb', 'usp000b4v6', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14659, '2002-05-24 00:23:16', -31.971, -70.947, 60.2, 5.7, 'mwb', 'usp000b4vc', 'Coquimbo, Chile', 'earthquake\r'), +(14660, '2002-05-25 05:36:32', 53.815, -161.116, 33, 6.4, 'mwb', 'usp000b4xj', 'south of Alaska', 'earthquake\r'), +(14661, '2002-05-26 00:10:21', 1.832, 127.238, 109, 5.9, 'mwc', 'usp000b4yy', 'Halmahera, Indonesia', 'earthquake\r'), +(14662, '2002-05-28 04:04:23', -28.937, -66.797, 22.2, 6, 'mwc', 'usp000b53c', 'La Rioja, Argentina', 'earthquake\r'), +(14663, '2002-05-28 16:45:17', 24.069, 122.264, 33, 6.1, 'mwc', 'usp000b54k', 'Taiwan region', 'earthquake\r'), +(14664, '2002-05-30 14:41:40', -19.136, 168.995, 157.5, 5.6, 'mwb', 'usp000b587', 'Vanuatu', 'earthquake\r'), +(14665, '2002-05-31 06:09:21', 52.807, 171.794, 33, 5.5, 'mwc', 'usp000b59f', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14666, '2002-06-03 09:15:01', 27.564, 139.78, 488.7, 5.9, 'mwc', 'usp000b5fj', 'Bonin Islands, Japan region', 'earthquake\r'), +(14667, '2002-06-04 14:36:06', 30.595, 81.44, 33, 5.6, 'mwc', 'usp000b5h4', 'western Xizang', 'earthquake\r'), +(14668, '2002-06-05 12:45:17', 35.472, -36.291, 10, 5.7, 'mwb', 'usp000b5jw', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14669, '2002-06-06 23:53:48', -0.879, 148.33, 10, 6.3, 'mwb', 'usp000b5nz', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(14670, '2002-06-07 00:05:48', 8.715, -77.621, 85.5, 5.6, 'mwc', 'usp000b5p1', 'Panama-Colombia border region', 'earthquake\r'), +(14671, '2002-06-07 17:00:52', 16.107, -96.749, 33, 5.6, 'mwc', 'usp000b5qv', 'Oaxaca, Mexico', 'earthquake\r'), +(14672, '2002-06-10 02:53:47', -15.509, 167.545, 116, 5.6, 'mwc', 'usp000b5w1', 'Vanuatu', 'earthquake\r'), +(14673, '2002-06-10 20:53:08', 11.282, -87.191, 33, 5.5, 'mwc', 'usp000b5xa', 'near the coast of Nicaragua', 'earthquake\r'), +(14674, '2002-06-10 20:55:48', 11.279, -87.229, 33, 5.7, 'mwc', 'usp000b5xb', 'near the coast of Nicaragua', 'earthquake\r'), +(14675, '2002-06-10 22:48:36', 10.985, 140.69, 33, 6.1, 'mwb', 'usp000b5xk', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(14676, '2002-06-11 04:19:57', -21.573, 169.876, 33, 5.5, 'mwc', 'usp000b5ya', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14677, '2002-06-12 09:10:32', 10.99, 140.892, 33, 5.6, 'mwc', 'usp000b60u', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(14678, '2002-06-12 19:52:47', -0.676, -20.722, 10, 5.6, 'mwc', 'usp000b61s', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(14679, '2002-06-13 01:27:19', -47.801, 99.751, 10, 6.6, 'mwc', 'usp000b628', 'southeast Indian Ridge', 'earthquake\r'), +(14680, '2002-06-14 02:11:37', 7.593, 124.022, 33, 5.6, 'mwc', 'usp000b644', 'Mindanao, Philippines', 'earthquake\r'), +(14681, '2002-06-14 06:35:17', -47.215, 101.891, 10, 5.5, 'mwc', 'usp000b64q', 'southeast Indian Ridge', 'earthquake\r'), +(14682, '2002-06-14 15:24:10', 22.542, -45.136, 10, 5.5, 'mwc', 'usp000b65m', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(14683, '2002-06-16 00:00:26', 0.495, 119.901, 34.8, 5.9, 'mwc', 'usp000b686', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(14684, '2002-06-16 02:46:14', 8.784, -83.992, 35, 6.4, 'mwc', 'usp000b68d', 'Costa Rica', 'earthquake\r'), +(14685, '2002-06-16 06:55:13', -17.866, -178.696, 569, 5.9, 'mwc', 'usp000b68u', 'Fiji region', 'earthquake\r'), +(14686, '2002-06-16 18:31:11', -2.338, 102.559, 231.6, 5.8, 'mwc', 'usp000b6a0', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14687, '2002-06-17 13:18:02', -4.628, -105.147, 10, 5.8, 'mwc', 'usp000b6bg', 'central East Pacific Rise', 'earthquake\r'), +(14688, '2002-06-17 13:25:56', -4.651, -105.379, 10, 6, 'mwc', 'usp000b6bh', 'central East Pacific Rise', 'earthquake\r'), +(14689, '2002-06-17 21:26:23', -12.592, 166.383, 33, 6.7, 'mwc', 'usp000b6cd', 'Santa Cruz Islands', 'earthquake\r'), +(14690, '2002-06-18 13:56:23', -30.805, -71.124, 54, 6.6, 'mwb', 'usp000b6du', 'Coquimbo, Chile', 'earthquake\r'), +(14691, '2002-06-18 19:00:05', -3.845, 141.816, 33, 5.5, 'mwc', 'usp000b6eb', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(14692, '2002-06-19 23:54:11', -19.278, 169.674, 33, 5.5, 'mwc', 'usp000b6hc', 'Vanuatu', 'earthquake\r'), +(14693, '2002-06-21 00:05:45', -4.495, 146.768, 33, 6, 'mwb', 'usp000b6ky', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14694, '2002-06-21 14:21:45', -15.11, -175.863, 318.6, 5.7, 'mwc', 'usp000b6ne', 'Tonga', 'earthquake\r'), +(14695, '2002-06-22 01:58:08', -55.458, -128.371, 10, 5.7, 'mwc', 'usp000b6pg', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14696, '2002-06-22 02:58:21', 35.626, 49.047, 10, 6.5, 'mwc', 'usp000b6pk', 'western Iran', 'earthquake\r'), +(14697, '2002-06-25 21:47:24', -4.928, -12.384, 10, 5.6, 'mwc', 'usp000b6xc', 'north of Ascension Island', 'earthquake\r'), +(14698, '2002-06-26 07:14:13', 14.753, -94.515, 33, 5.5, 'mwc', 'usp000b6yb', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(14699, '2002-06-27 05:50:35', -6.963, 104.181, 11, 6.5, 'mwc', 'usp000b70m', 'Sunda Strait, Indonesia', 'earthquake\r'), +(14700, '2002-06-27 07:16:10', -13.275, 167.051, 186.7, 6, 'mwc', 'usp000b70y', 'Vanuatu', 'earthquake\r'), +(14701, '2002-06-28 17:19:30', 43.752, 130.666, 566, 7.3, 'mwc', 'usp000b73z', 'Jilin-Heilongjiang border region, China', 'earthquake\r'), +(14702, '2002-06-29 02:39:01', -12.4, 166.524, 33, 6.2, 'mwc', 'usp000b74v', 'Santa Cruz Islands', 'earthquake\r'), +(14703, '2002-06-29 06:54:43', 34.132, 94.495, 33, 5.6, 'mwc', 'usp000b752', 'southern Qinghai, China', 'earthquake\r'), +(14704, '2002-06-30 21:29:36', -22.201, 179.25, 620.4, 6.5, 'mwb', 'usp000b790', 'south of the Fiji Islands', 'earthquake\r'), +(14705, '2002-07-02 10:15:59', -29.85, -112.399, 10, 5.8, 'mwc', 'usp000b7bq', 'Easter Island region', 'earthquake\r'), +(14706, '2002-07-02 20:21:00', -31.149, -67.76, 27, 5.5, 'mwc', 'usp000b7c9', 'San Juan, Argentina', 'earthquake\r'), +(14707, '2002-07-03 23:00:18', -5.032, 147.336, 31.2, 6.2, 'mwc', 'usp000b7eg', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14708, '2002-07-05 06:15:29', -20.622, -177.16, 280.2, 5.7, 'mwb', 'usp000b7he', 'Fiji region', 'earthquake\r'), +(14709, '2002-07-08 11:09:09', -5.02, 147.344, 33, 5.6, 'mwc', 'usp000b7r8', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14710, '2002-07-09 18:40:36', 43.519, -127.169, 10, 5.9, 'mwb', 'usp000b7tv', 'off the coast of Oregon', 'earthquake\r'), +(14711, '2002-07-11 07:36:26', 24.075, 122.288, 43.8, 5.8, 'mwc', 'usp000b7x5', 'Taiwan region', 'earthquake\r'), +(14712, '2002-07-13 20:06:28', 30.797, 69.979, 33, 5.8, 'mwc', 'usp000b81v', 'Pakistan', 'earthquake\r'), +(14713, '2002-07-14 16:35:15', -8.203, 156.978, 17.9, 5.8, 'mwc', 'usp000b83k', 'Solomon Islands', 'earthquake\r'), +(14714, '2002-07-16 11:57:27', 30.847, 132.394, 33, 5.5, 'mwc', 'usp000b87c', 'southeast of Shikoku, Japan', 'earthquake\r'), +(14715, '2002-07-17 02:20:34', 48.517, 153.261, 147.5, 5.6, 'mwb', 'usp000b88d', 'Kuril Islands', 'earthquake\r'), +(14716, '2002-07-19 02:38:29', 1.295, 122.752, 33, 5.6, 'mwc', 'usp000b8c8', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(14717, '2002-07-19 06:43:55', -56.623, -140.69, 10, 6.1, 'mwc', 'usp000b8ck', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14718, '2002-07-23 20:05:32', 37.251, 142.216, 33, 5.7, 'mwc', 'usp000b8nd', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(14719, '2002-07-24 03:05:06', -9.285, 118.616, 28.8, 5.9, 'mwc', 'usp000b8ny', 'Sumbawa region, Indonesia', 'earthquake\r'), +(14720, '2002-07-25 12:31:01', 43.661, 147.548, 33, 5.7, 'mwc', 'usp000b8rp', 'Kuril Islands', 'earthquake\r'), +(14721, '2002-07-25 13:19:18', 4.187, 62.608, 10, 5.5, 'mwc', 'usp000b8rs', 'Carlsberg Ridge', 'earthquake\r'), +(14722, '2002-07-28 19:01:19', -17.933, -178.342, 580.2, 5.5, 'mwc', 'usp000b8y6', 'Fiji region', 'earthquake\r'), +(14723, '2002-07-29 07:13:38', 6.437, 126.32, 33, 5.6, 'mwc', 'usp000b8z4', 'Mindanao, Philippines', 'earthquake\r'), +(14724, '2002-07-29 07:26:10', -55.741, -26.871, 33, 5.6, 'mwc', 'usp000b8z5', 'South Sandwich Islands region', 'earthquake\r'), +(14725, '2002-07-30 06:55:08', -57.889, -23.242, 33, 6.2, 'mwc', 'usp000b90t', 'South Sandwich Islands region', 'earthquake\r'), +(14726, '2002-07-30 20:02:06', -6.504, 130.311, 102.6, 5.5, 'mwb', 'usp000b91j', 'Banda Sea', 'earthquake\r'), +(14727, '2002-07-31 00:16:45', 7.929, -82.793, 10, 6.5, 'mwc', 'usp000b923', 'south of Panama', 'earthquake\r'), +(14728, '2002-08-02 23:11:39', 29.28, 138.97, 426.1, 6.3, 'mwb', 'usp000b96v', 'Izu Islands, Japan region', 'earthquake\r'), +(14729, '2002-08-03 02:39:02', 8.264, -82.822, 10, 5.8, 'mwc', 'usp000b97b', 'Panama-Costa Rica border region', 'earthquake\r'), +(14730, '2002-08-03 14:18:13', -1.506, -14.374, 10, 5.7, 'mwc', 'usp000b98a', 'north of Ascension Island', 'earthquake\r'), +(14731, '2002-08-04 00:21:43', 11.373, -87.312, 33, 5.6, 'mwc', 'usp000b99a', 'near the coast of Nicaragua', 'earthquake\r'), +(14732, '2002-08-04 09:50:25', -45.022, -80.732, 10, 5.9, 'mwb', 'usp000b99x', 'off the coast of Aisen, Chile', 'earthquake\r'), +(14733, '2002-08-04 15:16:27', -35.457, -16.238, 10, 6, 'mwb', 'usp000b9ag', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(14734, '2002-08-06 18:51:32', -5.54, 141.831, 10, 5.6, 'mwb', 'usp000b9e1', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(14735, '2002-08-07 04:50:07', -21.865, -176.581, 174.2, 5.8, 'mwc', 'usp000b9ey', 'Fiji region', 'earthquake\r'), +(14736, '2002-08-07 23:59:15', 7.851, -82.895, 10, 6, 'mwb', 'usp000b9gc', 'south of Panama', 'earthquake\r'), +(14737, '2002-08-08 13:39:58', 4.98, -77.819, 43.3, 5.9, 'mwb', 'usp000b9hg', 'near the west coast of Colombia', 'earthquake\r'), +(14738, '2002-08-09 11:44:15', -61.452, 154.946, 10, 5.5, 'mwc', 'usp000b9k2', 'Balleny Islands region', 'earthquake\r'), +(14739, '2002-08-09 13:31:05', -16.309, -176.172, 364.1, 6.1, 'mwc', 'usp000b9k6', 'Fiji region', 'earthquake\r'), +(14740, '2002-08-10 15:56:02', 13.654, 39.813, 10, 5.7, 'mwc', 'usp000b9ng', 'Ethiopia', 'earthquake\r'), +(14741, '2002-08-11 05:06:32', -5.576, -71.882, 567.7, 5.5, 'mwc', 'usp000b9pk', 'Amazonas, Brazil', 'earthquake\r'), +(14742, '2002-08-12 02:59:24', -19.506, 169.036, 112.2, 6, 'mwb', 'usp000b9r2', 'Vanuatu', 'earthquake\r'), +(14743, '2002-08-13 06:05:38', -6.998, 104.016, 33, 5.8, 'mwc', 'usp000b9tb', 'Sunda Strait, Indonesia', 'earthquake\r'), +(14744, '2002-08-13 08:37:23', 14.749, 55.85, 10, 5.8, 'mwc', 'usp000b9tj', 'Owen Fracture Zone region', 'earthquake\r'), +(14745, '2002-08-13 14:13:55', -30.772, -177.367, 33, 5.6, 'mwc', 'usp000b9u3', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(14746, '2002-08-14 13:12:40', 7.831, 136.88, 10, 6.3, 'mwb', 'usp000b9w4', 'Palau region', 'earthquake\r'), +(14747, '2002-08-14 13:57:52', 14.101, 146.199, 30, 6.5, 'mwc', 'usp000b9w7', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(14748, '2002-08-15 05:30:26', -1.196, 121.333, 10, 6.2, 'mwc', 'usp000b9xr', 'Sulawesi, Indonesia', 'earthquake\r'), +(14749, '2002-08-17 15:11:03', -9.552, 155.976, 33, 5.5, 'mwc', 'usp000ba2y', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(14750, '2002-08-19 11:01:01', -21.696, -179.513, 580, 7.7, 'mwc', 'usp000ba6g', 'Fiji region', 'earthquake\r'), +(14751, '2002-08-19 11:03:13', -23.567, 178.542, 650, 5.9, 'mb', 'usp000ba6h', 'south of the Fiji Islands', 'earthquake\r'), +(14752, '2002-08-19 11:08:24', -23.884, 178.495, 675.4, 7.7, 'mwc', 'usp000ba6m', 'south of the Fiji Islands', 'earthquake\r'), +(14753, '2002-08-19 11:23:06', -23.899, 178.375, 677.4, 6.1, 'mb', 'usp000ba6n', 'south of the Fiji Islands', 'earthquake\r'), +(14754, '2002-08-19 11:45:29', -21.893, -179.445, 600, 5.5, 'mb', 'usp000ba6r', 'Fiji region', 'earthquake\r'), +(14755, '2002-08-19 12:52:04', -24.871, 178.566, 691.6, 5.6, 'mb', 'usp000ba6z', 'south of the Fiji Islands', 'earthquake\r'), +(14756, '2002-08-20 10:59:32', 30.986, 141.966, 9, 6.3, 'mwb', 'usp000ba91', 'Izu Islands, Japan region', 'earthquake\r'), +(14757, '2002-08-22 15:43:36', -6.067, 130.61, 125.7, 5.5, 'mwc', 'usp000bae0', 'Banda Sea', 'earthquake\r'), +(14758, '2002-08-22 23:58:10', -21.104, -179.1, 618.6, 5.5, 'mwb', 'usp000baev', 'Fiji region', 'earthquake\r'), +(14759, '2002-08-24 18:40:53', 43.11, 146.118, 42.6, 6.1, 'mwc', 'usp000baj8', 'Kuril Islands', 'earthquake\r'), +(14760, '2002-08-24 20:21:30', -3.284, 135.795, 33, 5.8, 'mwc', 'usp000bajg', 'Papua, Indonesia', 'earthquake\r'), +(14761, '2002-08-25 04:42:12', -20.543, -178.409, 554.2, 5.5, 'mwc', 'usp000bak6', 'Fiji region', 'earthquake\r'), +(14762, '2002-08-26 14:55:14', -6.75, 105.705, 62.9, 5.8, 'mwc', 'usp000bap0', 'Sunda Strait, Indonesia', 'earthquake\r'), +(14763, '2002-08-26 17:36:45', -6.398, 113.406, 33, 5.6, 'mwc', 'usp000bap7', 'Java, Indonesia', 'earthquake\r'), +(14764, '2002-08-28 17:05:34', 22.115, 121.577, 33, 5.6, 'mwc', 'usp000batm', 'Taiwan region', 'earthquake\r'), +(14765, '2002-08-29 05:36:54', -3.358, 145.766, 33, 5.8, 'mwc', 'usp000baup', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14766, '2002-08-31 05:27:18', 2.709, -84.378, 23.3, 5.6, 'mwb', 'usp000bazc', 'off the coast of Central America', 'earthquake\r'), +(14767, '2002-09-01 05:56:24', 24.056, 122.272, 39.5, 5.5, 'mwc', 'usp000bb1t', 'Taiwan region', 'earthquake\r'), +(14768, '2002-09-01 17:15:00', 14.284, 51.945, 10, 6, 'mwc', 'usp000bb2f', 'Gulf of Aden', 'earthquake\r'), +(14769, '2002-09-01 21:28:05', -3.147, 143.098, 33, 5.5, 'mwc', 'usp000bb2q', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14770, '2002-09-02 13:39:18', 43.916, -128.243, 19.1, 5.7, 'mwb', 'usp000bb3y', 'off the coast of Oregon', 'earthquake\r'), +(14771, '2002-09-03 14:23:45', 13.536, 120.754, 10, 5.8, 'mwb', 'usp000bb6f', 'Mindoro, Philippines', 'earthquake\r'), +(14772, '2002-09-04 14:34:15', -0.821, 147.769, 10, 5.6, 'mwc', 'usp000bb87', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(14773, '2002-09-05 11:03:06', 39.77, 72.007, 31.6, 5.5, 'mwc', 'usp000bb9u', 'Kyrgyzstan', 'earthquake\r'), +(14774, '2002-09-06 01:21:29', 38.381, 13.701, 5, 6, 'mwc', 'usp000bbb2', 'Sicily, Italy', 'earthquake\r'), +(14775, '2002-09-07 08:14:20', -20.275, -176.036, 209.9, 6, 'mwc', 'usp000bbhk', 'Fiji region', 'earthquake\r'), +(14776, '2002-09-07 10:40:27', -24.852, 179.917, 503.2, 5.5, 'mwc', 'usp000bbhu', 'south of the Fiji Islands', 'earthquake\r'), +(14777, '2002-09-08 03:36:42', -30.109, 60.926, 10, 5.7, 'mwb', 'usp000bbmb', 'Southwest Indian Ridge', 'earthquake\r'), +(14778, '2002-09-08 13:15:56', -22.836, 178.933, 618.8, 6, 'mwb', 'usp000bbnn', 'south of the Fiji Islands', 'earthquake\r'), +(14779, '2002-09-08 18:44:24', -3.302, 142.945, 13, 7.6, 'mwc', 'usp000bbpf', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14780, '2002-09-09 04:03:28', -2.945, 143.023, 10, 5.6, 'mwc', 'usp000bbs8', 'Ninigo Islands region, Papua New Guinea', 'earthquake\r'), +(14781, '2002-09-11 04:50:33', 83.136, -6.078, 10, 5.5, 'mwc', 'usp000bbyp', 'north of Svalbard', 'earthquake\r'), +(14782, '2002-09-11 20:57:19', -11.571, 166.229, 33, 5.5, 'mwc', 'usp000bc0z', 'Santa Cruz Islands', 'earthquake\r'), +(14783, '2002-09-13 22:28:29', 13.036, 93.068, 21, 6.5, 'mwc', 'usp000bc65', 'Andaman Islands, India region', 'earthquake\r'), +(14784, '2002-09-14 19:58:37', 13.055, 93.157, 33, 5.8, 'mwb', 'usp000bc8h', 'Andaman Islands, India region', 'earthquake\r'), +(14785, '2002-09-15 08:39:33', 44.833, 129.923, 586.3, 6.4, 'mwc', 'usp000bc9t', 'Heilongjiang, China', 'earthquake\r'), +(14786, '2002-09-16 00:03:30', 25.154, 122.27, 182.6, 5.5, 'mwc', 'usp000bcbx', 'Taiwan region', 'earthquake\r'), +(14787, '2002-09-16 13:23:01', -3.313, 142.679, 10, 6.3, 'mwb', 'usp000bcdg', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14788, '2002-09-16 18:48:27', 66.938, -18.456, 10, 5.8, 'mwc', 'usp000bce2', 'Iceland region', 'earthquake\r'), +(14789, '2002-09-17 03:58:14', 30.995, 141.775, 33, 5.6, 'mwc', 'usp000bcf3', 'Izu Islands, Japan region', 'earthquake\r'), +(14790, '2002-09-17 11:20:23', -3.284, 142.769, 10, 6, 'mwc', 'usp000bcg1', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14791, '2002-09-18 12:01:36', 13.112, 93.168, 33, 5.5, 'mwb', 'usp000bck8', 'Andaman Islands, India region', 'earthquake\r'), +(14792, '2002-09-18 19:06:57', -22.473, 172.893, 10, 5.7, 'mwc', 'usp000bckq', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14793, '2002-09-19 10:15:03', -15.196, -173.347, 33, 5.5, 'mwc', 'usp000bcn0', 'Tonga', 'earthquake\r'), +(14794, '2002-09-20 13:33:42', -1.743, 134.013, 10, 6, 'mwc', 'usp000bcqe', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14795, '2002-09-20 15:43:35', -1.68, 134.234, 10, 6.4, 'mwc', 'usp000bcqu', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14796, '2002-09-20 21:01:13', -1.798, 134.189, 10, 5.5, 'mwc', 'usp000bcru', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14797, '2002-09-22 22:13:45', -22.269, 170.435, 10, 5.5, 'mwc', 'usp000bcxa', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14798, '2002-09-23 22:07:45', -27.202, -176.626, 33, 5.7, 'mwb', 'usp000bcz3', 'Kermadec Islands region', 'earthquake\r'), +(14799, '2002-09-24 02:26:30', -10.584, 161.154, 10, 5.6, 'mwc', 'usp000bczj', 'Solomon Islands', 'earthquake\r'), +(14800, '2002-09-24 03:57:22', -31.519, -69.2, 119.6, 6.3, 'mwc', 'usp000bczr', 'San Juan, Argentina', 'earthquake\r'), +(14801, '2002-09-24 04:13:12', -10.535, 161.2, 10, 6.1, 'mwc', 'usp000bczs', 'Solomon Islands', 'earthquake\r'), +(14802, '2002-09-24 22:54:21', -10.565, 161.11, 10, 6.3, 'mwc', 'usp000bd1x', 'Solomon Islands', 'earthquake\r'), +(14803, '2002-09-24 23:01:29', -10.65, 161.21, 19, 6.3, 'mwc', 'usp000bd1z', 'Solomon Islands', 'earthquake\r'), +(14804, '2002-09-25 22:28:12', 31.995, 49.329, 10, 5.6, 'mwc', 'usp000bd44', 'western Iran', 'earthquake\r'), +(14805, '2002-09-26 12:55:30', -19.648, -12.014, 10, 5.7, 'mwc', 'usp000bd5k', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(14806, '2002-09-28 03:53:57', -53.266, -117.504, 10, 5.5, 'mwc', 'usp000bd9y', 'southern East Pacific Rise', 'earthquake\r'), +(14807, '2002-09-28 12:37:04', -10.903, 161.461, 10, 5.6, 'mwc', 'usp000bdb2', 'Solomon Islands', 'earthquake\r'), +(14808, '2002-09-28 13:53:17', -10.871, 161.413, 10, 5.7, 'mwc', 'usp000bdb5', 'Solomon Islands', 'earthquake\r'), +(14809, '2002-09-29 03:34:44', -6.283, 146.378, 120.6, 5.7, 'mwc', 'usp000bdcy', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(14810, '2002-09-29 09:44:28', -33.409, -109.45, 10, 5.5, 'mwc', 'usp000bddp', 'southern East Pacific Rise', 'earthquake\r'), +(14811, '2002-10-01 04:32:11', -10.796, 161.235, 10, 5.6, 'mwc', 'usp000bdjb', 'Solomon Islands', 'earthquake\r'), +(14812, '2002-10-01 08:46:56', -10.935, 161.205, 10, 5.8, 'mwc', 'usp000bdjt', 'Solomon Islands', 'earthquake\r'), +(14813, '2002-10-03 04:26:07', -10.986, 161.45, 10, 5.9, 'mwc', 'usp000bdpu', 'Solomon Islands', 'earthquake\r'), +(14814, '2002-10-03 16:08:30', 23.324, -108.53, 10, 6.5, 'mwc', 'usp000bdqx', 'Gulf of California', 'earthquake\r'), +(14815, '2002-10-03 19:05:11', -7.526, 115.663, 315.8, 6, 'mwc', 'usp000bdr7', 'Bali Sea', 'earthquake\r'), +(14816, '2002-10-04 19:05:49', -20.991, -179.016, 621.1, 6.3, 'mwc', 'usp000bdtd', 'Fiji region', 'earthquake\r'), +(14817, '2002-10-06 01:18:36', 58.47, -31.811, 10, 5.6, 'mwb', 'usp000bdwa', 'Reykjanes Ridge', 'earthquake\r'), +(14818, '2002-10-06 15:46:33', -8.197, 118.341, 10, 6.3, 'mwc', 'usp000bdy2', 'Sumbawa region, Indonesia', 'earthquake\r'), +(14819, '2002-10-07 19:00:32', -18.706, 169.293, 245.5, 5.7, 'mwb', 'usp000be08', 'Vanuatu', 'earthquake\r'), +(14820, '2002-10-07 20:03:55', 58.311, -31.946, 10, 5.7, 'mwc', 'usp000be0c', 'Reykjanes Ridge', 'earthquake\r'), +(14821, '2002-10-08 01:23:59', -42.039, 88.379, 10, 6, 'mwb', 'usp000be0v', 'southeast Indian Ridge', 'earthquake\r'), +(14822, '2002-10-09 16:51:39', -10.919, 161.317, 10, 5.5, 'mwc', 'usp000be3z', 'Solomon Islands', 'earthquake\r'), +(14823, '2002-10-10 10:50:21', -1.757, 134.297, 10, 7.6, 'mwc', 'usp000be54', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14824, '2002-10-10 11:05:16', -1.725, 134.24, 10, 5.5, 'mb', 'usp000be57', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14825, '2002-10-10 12:27:52', -1.501, 134.2, 10, 5.5, 'mb', 'usp000be5w', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14826, '2002-10-10 12:28:26', -1.511, 133.973, 10, 6.7, 'ms', 'usp000be5x', 'Papua, Indonesia', 'earthquake\r'), +(14827, '2002-10-10 12:29:35', -1.401, 133.934, 10, 6, 'mb', 'usp000be5y', 'Papua, Indonesia', 'earthquake\r'), +(14828, '2002-10-10 18:33:38', -1.49, 134.143, 10, 5.9, 'mwc', 'usp000be73', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14829, '2002-10-10 21:19:59', -1.478, 134.111, 10, 6, 'mwc', 'usp000be7f', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14830, '2002-10-11 14:41:25', 15.673, -95.697, 33, 5.5, 'mwc', 'usp000be9m', 'offshore Oaxaca, Mexico', 'earthquake\r'), +(14831, '2002-10-12 10:59:34', 37.753, 142.621, 30.7, 5.5, 'mwc', 'usp000bec2', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(14832, '2002-10-12 20:09:11', -8.295, -71.738, 534.3, 6.9, 'mwc', 'usp000bed7', 'Acre, Brazil', 'earthquake\r'), +(14833, '2002-10-12 23:43:13', 15.096, 118.504, 33, 6.1, 'mwb', 'usp000bedp', 'Philippine Islands region', 'earthquake\r'), +(14834, '2002-10-13 20:55:07', -14.596, -175.416, 10, 6.1, 'mwb', 'usp000beg3', 'Samoa Islands region', 'earthquake\r'), +(14835, '2002-10-14 14:12:44', 41.174, 142.249, 61.4, 6.1, 'mwc', 'usp000behq', 'Hokkaido, Japan region', 'earthquake\r'), +(14836, '2002-10-16 10:12:21', 51.952, 157.323, 102.4, 6.2, 'mwc', 'usp000bep1', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(14837, '2002-10-16 14:13:13', -15.676, -173.048, 33, 6, 'mwb', 'usp000bep9', 'Tonga', 'earthquake\r'), +(14838, '2002-10-17 04:23:56', -19.842, -178.401, 627.6, 6.2, 'mwc', 'usp000beqt', 'Fiji region', 'earthquake\r'), +(14839, '2002-10-17 17:52:44', -3.597, 140.226, 33, 6.3, 'mwc', 'usp000bere', 'Papua, Indonesia', 'earthquake\r'), +(14840, '2002-10-18 11:16:48', -57.185, -142.751, 10, 6.1, 'mwc', 'usp000besw', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14841, '2002-10-19 00:43:56', -3.667, 140.312, 33, 6, 'mwc', 'usp000beu6', 'Papua, Indonesia', 'earthquake\r'), +(14842, '2002-10-19 12:09:05', 44.297, 149.96, 33, 6.3, 'mwc', 'usp000bev1', 'Kuril Islands', 'earthquake\r'), +(14843, '2002-10-20 16:06:01', 36.353, 141.071, 41.5, 5.5, 'mwc', 'usp000bexd', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(14844, '2002-10-22 11:39:04', -20.633, -178.391, 549, 6.2, 'mwc', 'usp000bf0r', 'Fiji region', 'earthquake\r'), +(14845, '2002-10-23 07:37:31', -32.202, -109.512, 10, 5.5, 'mwc', 'usp000bf29', 'southern East Pacific Rise', 'earthquake\r'), +(14846, '2002-10-23 11:27:19', 63.514, -147.912, 4.2, 6.7, 'mwc', 'usp000bf2u', 'Central Alaska', 'earthquake\r'), +(14847, '2002-10-23 11:27:19', 63.5144, -147.9116, 4.2, 6.6, 'mw', 'ak002dlpsbnr', 'Central Alaska', 'earthquake\r'), +(14848, '2002-10-23 19:15:13', -30.966, -179.818, 360.7, 5.8, 'mwc', 'usp000bf49', 'Kermadec Islands region', 'earthquake\r'), +(14849, '2002-10-24 03:34:27', 48.264, 154.383, 33, 5.6, 'mwb', 'usp000bf62', 'Kuril Islands', 'earthquake\r'), +(14850, '2002-10-24 06:08:38', -1.884, 29.004, 11, 6.2, 'mwc', 'usp000bf6u', 'Lac Kivu region, Congo-Rwanda-Uganda', 'earthquake\r'), +(14851, '2002-10-24 07:12:18', -1.822, 28.979, 10, 5.5, 'ms', 'usp000bf75', 'Lac Kivu region, Democratic Republic of the Congo', 'earthquake\r'), +(14852, '2002-10-24 21:53:43', 6.03, 94.419, 64.6, 5.7, 'mwc', 'usp000bf9f', 'Nicobar Islands, India region', 'earthquake\r'), +(14853, '2002-10-28 13:15:06', -15.904, 179.379, 33, 5.5, 'mwc', 'usp000bfhd', 'Fiji', 'earthquake\r'), +(14854, '2002-10-30 14:43:06', -17.606, -174.18, 86.8, 5.5, 'mwc', 'usp000bfnu', 'Tonga', 'earthquake\r'), +(14855, '2002-10-30 16:26:34', -25.321, -175.638, 10, 5.6, 'mwc', 'usp000bfp1', 'south of Tonga', 'earthquake\r'), +(14856, '2002-10-31 01:35:17', -3.441, 148.638, 10, 6.1, 'mwc', 'usp000bfpq', 'Bismarck Sea', 'earthquake\r'), +(14857, '2002-10-31 10:32:59', 41.789, 14.872, 10, 5.9, 'mwb', 'usp000bfqg', 'southern Italy', 'earthquake\r'), +(14858, '2002-11-01 13:42:18', -19.615, 169.453, 300, 5.5, 'mwc', 'usp000bftf', 'Vanuatu', 'earthquake\r'), +(14859, '2002-11-01 15:09:01', 41.726, 14.875, 10, 5.8, 'mwb', 'usp000bftq', 'southern Italy', 'earthquake\r'), +(14860, '2002-11-02 01:26:11', 2.824, 96.085, 30, 7.4, 'mwb', 'usp000bfuz', 'Simeulue, Indonesia', 'earthquake\r'), +(14861, '2002-11-02 04:47:42', 12.701, 92.856, 33, 5.8, 'mb', 'usp000bfvv', 'Andaman Islands, India region', 'earthquake\r'), +(14862, '2002-11-02 09:46:47', 2.954, 96.394, 27, 6.3, 'mwc', 'usp000bfwd', 'Simeulue, Indonesia', 'earthquake\r'), +(14863, '2002-11-03 01:49:25', 51.31, -131.12, 10, 5.6, 'mwc', 'usp000bfy7', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(14864, '2002-11-03 03:37:42', 38.886, 141.977, 39, 6.4, 'mwc', 'usp000bfyf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(14865, '2002-11-03 06:21:14', -15.927, -178.073, 33, 5.6, 'mwc', 'usp000bfyt', 'Fiji region', 'earthquake\r'), +(14866, '2002-11-03 22:12:41', 63.517, -147.444, 4.9, 7.9, 'mwc', 'usp000bg0m', 'Central Alaska', 'earthquake\r'), +(14867, '2002-11-03 22:12:42', 63.5141, -147.4529, 4.2, 7.9, 'mw', 'ak002e435qpj', 'Central Alaska', 'earthquake\r'), +(14868, '2002-11-03 22:31:58', 63.2926, -145.7122, 20.4, 5.6, 'ml', 'ak002e439ukg', 'Central Alaska', 'earthquake\r'), +(14869, '2002-11-03 22:32:18', 63.315, -145.634, 3.8, 5.6, 'mb', 'usp000bg0t', 'Central Alaska', 'earthquake\r'), +(14870, '2002-11-03 22:32:18', 63.3001, -145.6795, 0.9, 5.6, 'mb', 'ak002e439z6u', 'Central Alaska', 'earthquake\r'), +(14871, '2002-11-04 03:19:18', -5.525, 36.035, 10, 5.5, 'ms', 'usp000bg4f', 'Tanzania', 'earthquake\r'), +(14872, '2002-11-05 08:47:26', 49.073, 142.303, 596.5, 5.6, 'mwc', 'usp000bgjq', 'Sakhalin, Russia', 'earthquake\r'), +(14873, '2002-11-07 15:14:07', 51.197, 179.334, 33, 6.6, 'mwc', 'usp000bgz7', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14874, '2002-11-09 00:14:18', 13.743, -91.187, 33, 6, 'mwc', 'usp000bh49', 'offshore Guatemala', 'earthquake\r'), +(14875, '2002-11-09 02:18:12', 45.003, 37.768, 10, 5.5, 'mwc', 'usp000bh4m', 'southwestern Russia', 'earthquake\r'), +(14876, '2002-11-09 05:29:26', -2.619, 68.005, 10, 5.7, 'mwc', 'usp000bh5e', 'Carlsberg Ridge', 'earthquake\r'), +(14877, '2002-11-09 06:05:58', -48.145, -75.506, 33, 5.6, 'mwc', 'usp000bh5k', 'near the coast of Aisen, Chile', 'earthquake\r'), +(14878, '2002-11-11 16:39:02', -23.313, -179.902, 539.9, 5.7, 'mwc', 'usp000bheq', 'south of the Fiji Islands', 'earthquake\r'), +(14879, '2002-11-12 01:46:49', -56.55, -27.536, 120, 6.2, 'mwc', 'usp000bhg4', 'South Sandwich Islands region', 'earthquake\r'), +(14880, '2002-11-13 01:17:09', -15.097, 167.307, 131.7, 5.8, 'mwc', 'usp000bhjt', 'Vanuatu', 'earthquake\r'), +(14881, '2002-11-13 15:53:09', 3.006, 96.087, 39.4, 5.6, 'mwc', 'usp000bhm7', 'northern Sumatra, Indonesia', 'earthquake\r'), +(14882, '2002-11-14 11:05:21', -17.783, -178.783, 553.5, 5.6, 'mwc', 'usp000bhp1', 'Fiji region', 'earthquake\r'), +(14883, '2002-11-15 13:05:37', -55.718, -35.782, 10, 5.9, 'mwc', 'usp000bhqn', 'South Georgia Island region', 'earthquake\r'), +(14884, '2002-11-15 19:58:32', -56.051, -36.404, 10, 6.6, 'mwc', 'usp000bhrf', 'South Georgia Island region', 'earthquake\r'), +(14885, '2002-11-16 12:06:25', 50.375, 156.562, 96, 5.6, 'mwb', 'usp000bhta', 'Kuril Islands', 'earthquake\r'), +(14886, '2002-11-16 20:44:50', -26.397, 178.201, 633.2, 5.5, 'mwc', 'usp000bhu5', 'south of the Fiji Islands', 'earthquake\r'), +(14887, '2002-11-17 02:58:37', -23.529, -175.607, 10, 5.5, 'mwc', 'usp000bhuv', 'Tonga region', 'earthquake\r'), +(14888, '2002-11-17 04:53:48', 47.946, 146.419, 470.2, 5.8, 'mb', 'usp000bhv0', 'northwest of the Kuril Islands', 'earthquake\r'), +(14889, '2002-11-17 04:53:54', 47.824, 146.209, 459.1, 7.3, 'mwc', 'usp000bhv1', 'northwest of the Kuril Islands', 'earthquake\r'), +(14890, '2002-11-20 21:32:31', 35.414, 74.515, 33, 6.3, 'mwc', 'usp000bj2e', 'northwestern Kashmir', 'earthquake\r'), +(14891, '2002-11-21 02:53:15', 12.373, -82.22, 7.5, 5.8, 'mwc', 'usp000bj38', 'Caribbean Sea', 'earthquake\r'), +(14892, '2002-11-26 00:48:15', 51.465, -173.537, 20.6, 6.1, 'mwc', 'usp000bjd0', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14893, '2002-11-27 01:35:06', 54.671, -160.741, 33, 5.6, 'mwc', 'usp000bjg0', 'Alaska Peninsula', 'earthquake\r'), +(14894, '2002-11-27 01:55:58', -3.21, 142.116, 39.4, 5.5, 'mwc', 'usp000bjg1', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14895, '2002-11-27 16:43:18', -14.49, 167.827, 33, 5.9, 'mwc', 'usp000bjhn', 'Vanuatu', 'earthquake\r'), +(14896, '2002-11-29 06:18:10', -28.879, -63.069, 601.2, 5.5, 'mwc', 'usp000bjpg', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(14897, '2002-11-30 21:50:39', -15.243, -172.437, 33, 5.5, 'mwc', 'usp000bjt5', 'Samoa Islands region', 'earthquake\r'), +(14898, '2002-12-01 02:27:55', -35.149, 179.98, 33, 5.9, 'mwc', 'usp000bjtt', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(14899, '2002-12-01 07:56:01', -16.082, -172.965, 33, 5.9, 'mwc', 'usp000bjuh', 'Samoa Islands region', 'earthquake\r'), +(14900, '2002-12-01 14:37:23', -11.238, 117.26, 19.2, 5.5, 'mwc', 'usp000bjvf', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(14901, '2002-12-02 04:58:55', 37.747, 21.087, 10, 5.7, 'mwc', 'usp000bjwy', 'southern Greece', 'earthquake\r'), +(14902, '2002-12-02 13:42:10', 1.511, 126.392, 10, 5.9, 'mwc', 'usp000bjyc', 'Molucca Sea', 'earthquake\r'), +(14903, '2002-12-03 20:13:55', -17.818, -178.817, 568.4, 5.6, 'mwc', 'usp000bk1u', 'Fiji region', 'earthquake\r'), +(14904, '2002-12-04 11:30:54', 19.379, 94.513, 53.5, 5.6, 'mwc', 'usp000bk39', 'Myanmar', 'earthquake\r'), +(14905, '2002-12-05 11:14:31', -6.471, 153.435, 53.5, 5.6, 'mwb', 'usp000bk53', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14906, '2002-12-10 01:28:34', -50.028, -114.121, 10, 6, 'mwb', 'usp000bke2', 'southern East Pacific Rise', 'earthquake\r'), +(14907, '2002-12-10 03:09:40', 17.884, -100.909, 85.5, 5.5, 'mwc', 'usp000bke5', 'Guerrero, Mexico', 'earthquake\r'), +(14908, '2002-12-10 04:27:55', -24.139, 179.24, 530.6, 6.1, 'mwb', 'usp000bke7', 'south of the Fiji Islands', 'earthquake\r'), +(14909, '2002-12-10 21:02:20', 34.301, 141.595, 10, 5.5, 'mwc', 'usp000bkfh', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(14910, '2002-12-11 03:49:40', -3.81, 135.123, 10, 6.3, 'mwb', 'usp000bkg3', 'Papua, Indonesia', 'earthquake\r'), +(14911, '2002-12-11 10:00:31', -3.737, 135.234, 10, 5.8, 'mwc', 'usp000bkgv', 'Papua, Indonesia', 'earthquake\r'), +(14912, '2002-12-12 08:30:43', -4.786, 153.275, 34, 6.7, 'mwb', 'usp000bkjf', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14913, '2002-12-12 10:19:43', -7.822, 156.216, 55.7, 5.5, 'mb', 'usp000bkjm', 'Solomon Islands', 'earthquake\r'), +(14914, '2002-12-12 22:44:05', -41.852, -83.564, 10, 5.5, 'mwc', 'usp000bkk7', 'West Chile Rise', 'earthquake\r'), +(14915, '2002-12-14 13:27:29', 39.736, 97.443, 22, 5.6, 'mwb', 'usp000bkpm', 'Gansu, China', 'earthquake\r'), +(14916, '2002-12-16 16:13:32', -16.206, -174.142, 115.5, 5.6, 'mwc', 'usp000bktw', 'Tonga', 'earthquake\r'), +(14917, '2002-12-17 04:32:53', -56.952, -24.825, 10, 6.2, 'mwc', 'usp000bkuv', 'South Sandwich Islands region', 'earthquake\r'), +(14918, '2002-12-17 16:09:12', -7.003, 125.411, 493.2, 5.7, 'mwc', 'usp000bkvm', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(14919, '2002-12-18 01:47:07', -56.996, -25.205, 10, 5.6, 'mwc', 'usp000bkwr', 'South Sandwich Islands region', 'earthquake\r'), +(14920, '2002-12-18 14:12:22', -57.092, -24.981, 10, 6.1, 'mwc', 'usp000bkxp', 'South Sandwich Islands region', 'earthquake\r'), +(14921, '2002-12-19 03:42:46', 0.911, 126.273, 33, 5.6, 'mwc', 'usp000bkyp', 'Molucca Sea', 'earthquake\r'), +(14922, '2002-12-20 14:14:42', -3.076, 147.943, 33, 6.3, 'mwc', 'usp000bm1t', 'Bismarck Sea', 'earthquake\r'), +(14923, '2002-12-21 17:41:14', 4.983, 123.158, 602.5, 5.7, 'mwc', 'usp000bm43', 'Celebes Sea', 'earthquake\r'), +(14924, '2002-12-23 13:46:11', 16.957, -85.578, 33, 6, 'mwb', 'usp000bm8t', 'north of Honduras', 'earthquake\r'), +(14925, '2002-12-24 12:48:46', 47.715, 154.6, 33, 5.7, 'mwc', 'usp000bmb1', 'Kuril Islands', 'earthquake\r'), +(14926, '2002-12-24 14:43:07', 50.007, 156.164, 67.2, 5.5, 'mwb', 'usp000bmb9', 'Kuril Islands', 'earthquake\r'), +(14927, '2002-12-25 08:54:25', -17.745, -178.899, 568.2, 5.5, 'mwc', 'usp000bmct', 'Fiji region', 'earthquake\r'), +(14928, '2002-12-25 12:57:03', 39.57, 75.254, 10, 5.7, 'mwc', 'usp000bmd4', 'southern Xinjiang, China', 'earthquake\r'), +(14929, '2002-12-25 19:13:43', 35.704, 69.868, 90.8, 5.5, 'mwc', 'usp000bmds', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(14930, '2002-12-28 03:20:44', -18.247, -178.534, 626.6, 5.9, 'mwc', 'usp000bmjd', 'Fiji region', 'earthquake\r'), +(14931, '2002-12-28 09:36:08', 51.429, -168.526, 10, 5.6, 'mwb', 'usp000bmk3', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14932, '2002-12-29 06:56:28', -3.799, 141.241, 46.5, 5.5, 'mwb', 'usp000bmn2', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(14933, '2002-12-30 04:49:09', 7.471, 123.407, 10, 6.3, 'mwc', 'usp000bmq9', 'Mindanao, Philippines', 'earthquake\r'), +(14934, '2003-01-01 00:14:11', -48.127, -9.789, 10, 5.6, 'mwc', 'usp000bmuc', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(14935, '2003-01-03 01:34:13', -8.747, 117.788, 41.3, 5.5, 'mwc', 'usp000bmyx', 'Sumbawa region, Indonesia', 'earthquake\r'), +(14936, '2003-01-04 05:15:04', -20.57, -177.661, 378, 6.5, 'mwc', 'usp000bn1f', 'Fiji region', 'earthquake\r'), +(14937, '2003-01-06 14:57:34', 20.095, 121.5, 33, 5.6, 'mwc', 'usp000bn5h', 'Batan Islands region, Philippines', 'earthquake\r'), +(14938, '2003-01-06 23:43:51', 15.651, 119.658, 10, 6, 'mwb', 'usp000bn63', 'Luzon, Philippines', 'earthquake\r'), +(14939, '2003-01-07 00:54:52', -33.765, -70.054, 110.8, 5.7, 'mwc', 'usp000bn65', 'Region Metropolitana, Chile', 'earthquake\r'), +(14940, '2003-01-07 08:06:53', -10.213, 160.936, 33, 5.7, 'mwc', 'usp000bn6p', 'Solomon Islands', 'earthquake\r'), +(14941, '2003-01-08 00:28:35', -20.577, -174.682, 70.7, 5.7, 'mwc', 'usp000bn7t', 'Tonga', 'earthquake\r'), +(14942, '2003-01-08 14:29:10', 6.036, -77.388, 33, 5.7, 'mwc', 'usp000bn8j', 'near the west coast of Colombia', 'earthquake\r'), +(14943, '2003-01-08 17:15:08', 52.089, -171.584, 33, 5.5, 'mwc', 'usp000bn8v', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14944, '2003-01-09 02:50:46', -19.664, -176.295, 10, 6, 'mwc', 'usp000bn9m', 'Fiji region', 'earthquake\r'), +(14945, '2003-01-09 03:40:28', 0.153, 123.521, 136.4, 5.5, 'mwc', 'usp000bn9n', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(14946, '2003-01-09 04:42:43', 0.538, 98.6, 45.4, 5.5, 'mwc', 'usp000bn9v', 'Nias region, Indonesia', 'earthquake\r'), +(14947, '2003-01-09 09:49:08', -44.444, -79.243, 10, 5.9, 'mwc', 'usp000bna7', 'off the coast of Aisen, Chile', 'earthquake\r'), +(14948, '2003-01-10 13:11:57', -5.311, 153.701, 71.9, 6.7, 'mwb', 'usp000bnbn', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14949, '2003-01-10 15:18:55', 0.202, 97.957, 27.2, 5.7, 'mwc', 'usp000bnbt', 'Nias region, Indonesia', 'earthquake\r'), +(14950, '2003-01-10 18:19:21', -15.86, -174.38, 146.3, 5.5, 'mwc', 'usp000bnc1', 'Tonga', 'earthquake\r'), +(14951, '2003-01-16 00:53:16', 44.284, -129.024, 10, 6.3, 'mwb', 'usp000bnkx', 'off the coast of Oregon', 'earthquake\r'), +(14952, '2003-01-16 02:25:05', 44.281, -129.351, 10, 5.7, 'mwc', 'usp000bnmd', 'off the coast of Oregon', 'earthquake\r'), +(14953, '2003-01-16 05:03:29', 44.149, -129.183, 10, 5.5, 'mwc', 'usp000bnms', 'off the coast of Oregon', 'earthquake\r'), +(14954, '2003-01-17 23:46:09', 1.947, 122.682, 483, 5.8, 'mwc', 'usp000bnqw', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(14955, '2003-01-18 19:50:28', 33.941, 137.183, 33, 5.5, 'mwc', 'usp000bnsm', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(14956, '2003-01-19 18:34:42', -5.198, 153.633, 83.5, 5.5, 'mwc', 'usp000bnum', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(14957, '2003-01-20 08:43:06', -10.491, 160.77, 33, 7.3, 'mwc', 'usp000bnvq', 'Solomon Islands', 'earthquake\r'), +(14958, '2003-01-20 18:43:53', -20.393, -178.427, 600, 5.6, 'mwc', 'usp000bnwc', 'Fiji region', 'earthquake\r'), +(14959, '2003-01-20 19:04:51', -15.598, -173.536, 100, 5.8, 'mwb', 'usp000bnwd', 'Tonga', 'earthquake\r'), +(14960, '2003-01-21 02:46:48', 13.626, -90.774, 24, 6.5, 'mwc', 'usp000bnx3', 'offshore Guatemala', 'earthquake\r'), +(14961, '2003-01-22 02:06:35', 18.77, -104.104, 24, 7.6, 'mwb', 'usp000bnyr', 'offshore Colima, Mexico', 'earthquake\r'), +(14962, '2003-01-22 02:58:51', 4.495, 97.568, 33, 5.7, 'mb', 'usp000bnyx', 'northern Sumatra, Indonesia', 'earthquake\r'), +(14963, '2003-01-22 19:41:39', 18.822, -104.374, 10, 5.9, 'mwc', 'usp000bp09', 'offshore Colima, Mexico', 'earthquake\r'), +(14964, '2003-01-22 20:15:35', 18.737, -104.467, 10, 5.5, 'mwc', 'usp000bp0c', 'offshore Colima, Mexico', 'earthquake\r'), +(14965, '2003-01-23 00:08:23', -8.807, 118.524, 33, 5.5, 'mwc', 'usp000bp0u', 'Sumbawa region, Indonesia', 'earthquake\r'), +(14966, '2003-01-26 07:08:12', 52.242, -170.253, 33, 5.5, 'mwc', 'usp000bp6v', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(14967, '2003-01-27 05:26:23', 39.5, 39.878, 10, 6.1, 'mwc', 'usp000bpa1', 'eastern Turkey', 'earthquake\r'), +(14968, '2003-01-27 17:56:26', -46.048, 35.057, 10, 6.4, 'mwc', 'usp000bpc5', 'Prince Edward Islands region', 'earthquake\r'), +(14969, '2003-02-01 13:47:47', 7.469, -81.815, 10, 5.6, 'mwb', 'usp000bprv', 'Panama', 'earthquake\r'), +(14970, '2003-02-01 16:30:57', 16.554, -92.886, 211.2, 5.8, 'mwc', 'usp000bps7', 'Chiapas, Mexico', 'earthquake\r'), +(14971, '2003-02-01 18:47:52', 57.449, -33.344, 10, 5.6, 'mwc', 'usp000bpsf', 'Reykjanes Ridge', 'earthquake\r'), +(14972, '2003-02-01 20:51:34', -6.362, 154.612, 33, 5.6, 'mwb', 'usp000bpsp', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(14973, '2003-02-03 11:46:17', -2.73, 101.196, 33, 5.6, 'mwc', 'usp000bpx7', 'southern Sumatra, Indonesia', 'earthquake\r'), +(14974, '2003-02-05 19:01:11', 13.774, -90.88, 56.5, 5.6, 'mwc', 'usp000bq1x', 'offshore Guatemala', 'earthquake\r'), +(14975, '2003-02-07 18:47:42', -21.107, -175.723, 113.7, 5.5, 'mwc', 'usp000bq6z', 'Tonga', 'earthquake\r'), +(14976, '2003-02-08 08:49:57', -39.785, 45.104, 10, 5.7, 'mwb', 'usp000bq8a', 'Southwest Indian Ridge', 'earthquake\r'), +(14977, '2003-07-26 23:19:35', -18.478, 168.515, 33, 5.5, 'mwc', 'usp000c3ey', 'Vanuatu', 'earthquake\r'), +(14978, '2003-02-10 04:49:31', -6.011, 149.792, 33, 6.3, 'mwc', 'usp000bqc9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(14979, '2003-02-10 12:48:13', -24.519, -176.34, 33, 5.6, 'mwc', 'usp000bqd0', 'south of the Fiji Islands', 'earthquake\r'), +(14980, '2003-02-11 08:58:54', -4.691, 134.867, 33, 5.5, 'mwc', 'usp000bqez', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(14981, '2003-02-12 11:43:54', -37.848, 178.841, 58.9, 5.5, 'mwc', 'usp000bqhc', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(14982, '2003-02-12 22:33:31', -3.652, 144.242, 10, 6.2, 'mwc', 'usp000bqj9', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(14983, '2003-02-13 15:38:52', -22.207, -179.64, 591, 5.6, 'mwc', 'usp000bqky', 'south of the Fiji Islands', 'earthquake\r'), +(14984, '2003-02-14 03:21:16', -16.449, -173.322, 33, 5.7, 'mwc', 'usp000bqmv', 'Tonga', 'earthquake\r'), +(14985, '2003-02-14 10:28:59', 28.046, 56.818, 37.7, 5.6, 'mwc', 'usp000bqnf', 'southern Iran', 'earthquake\r'), +(14986, '2003-02-14 23:17:52', -54.471, 5.742, 10, 5.7, 'mwc', 'usp000bqpz', 'Bouvet Island region', 'earthquake\r'), +(14987, '2003-02-15 05:47:59', 12.171, 123.921, 10, 5.8, 'mwc', 'usp000bqqg', 'Masbate region, Philippines', 'earthquake\r'), +(14988, '2003-02-15 11:02:00', 12.168, 124.079, 10, 6.3, 'mwc', 'usp000bqr6', 'Samar, Philippines', 'earthquake\r'), +(14989, '2003-02-19 00:42:52', -56.939, -142.8, 10, 5.6, 'mwc', 'usp000bqzp', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(14990, '2003-02-19 03:32:36', 53.645, -164.643, 19, 6.6, 'mwc', 'usp000br01', 'Unimak Island region, Alaska', 'earthquake\r'), +(14991, '2003-02-19 05:01:40', 44.149, 141.799, 214.4, 5.9, 'mwc', 'usp000br06', 'Hokkaido, Japan region', 'earthquake\r'), +(14992, '2003-02-20 10:37:05', -0.944, 126.791, 34, 5.6, 'mwc', 'usp000br2v', 'Molucca Sea', 'earthquake\r'), +(14993, '2003-02-20 20:07:05', -18.442, -70.994, 33, 5.6, 'mwc', 'usp000br3p', 'near the coast of Tarapaca, Chile', 'earthquake\r'), +(14994, '2003-02-21 22:13:25', -25.946, -178.3, 255.3, 5.9, 'mwb', 'usp000br5h', 'south of the Fiji Islands', 'earthquake\r'), +(14995, '2003-02-23 11:36:03', -21.315, 171.566, 33, 5.5, 'mwc', 'usp000br9s', 'southeast of the Loyalty Islands', 'earthquake\r'), +(14996, '2003-02-24 02:03:41', 39.61, 77.23, 11, 6.3, 'mwc', 'usp000brbp', 'southern Xinjiang, China', 'earthquake\r'), +(14997, '2003-03-01 06:12:47', -1.699, 134.313, 28.1, 6, 'mwb', 'usp000brqa', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(14998, '2003-03-02 16:42:56', -36.958, -20.879, 10, 6.2, 'mwb', 'usp000brtm', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(14999, '2003-03-02 17:57:28', 15.578, 121.917, 50.2, 5.5, 'mwc', 'usp000brtt', 'Luzon, Philippines', 'earthquake\r'), +(15000, '2003-03-02 17:58:03', -55.252, -28.008, 33, 5.6, 'mwc', 'usp000brtu', 'South Sandwich Islands region', 'earthquake\r'), +(15001, '2003-03-02 22:46:47', 37.68, 141.719, 42.6, 5.8, 'mwb', 'usp000bru8', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15002, '2003-03-05 05:48:34', -3.232, 130.894, 33, 5.6, 'mwb', 'usp000brzd', 'Seram, Indonesia', 'earthquake\r'), +(15003, '2003-03-06 10:24:42', -23.604, -175.813, 10, 5.8, 'mwb', 'usp000bs25', 'Tonga region', 'earthquake\r'), +(15004, '2003-03-07 12:23:10', 0.855, -26.9, 10, 5.5, 'mwc', 'usp000bs4p', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(15005, '2003-03-09 10:36:23', -6.82, 130.985, 45.9, 6, 'mwc', 'usp000bs9a', 'Banda Sea', 'earthquake\r'), +(15006, '2003-03-10 02:09:37', 1.692, 127.296, 93.8, 6.4, 'mwb', 'usp000bsas', 'Halmahera, Indonesia', 'earthquake\r'), +(15007, '2003-03-10 10:02:42', -28.07, -177.679, 146.6, 5.9, 'mwb', 'usp000bsb7', 'Kermadec Islands region', 'earthquake\r'), +(15008, '2003-03-11 07:27:33', -4.694, 153.238, 40.2, 6.8, 'mwc', 'usp000bsdd', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15009, '2003-03-11 07:35:43', -4.659, 153.16, 33, 5.7, 'mb', 'usp000bsdf', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15010, '2003-03-12 04:47:51', 39.362, 77.426, 10, 5.7, 'mwc', 'usp000bsfp', 'southern Xinjiang, China', 'earthquake\r'), +(15011, '2003-03-12 23:41:33', 26.556, -110.587, 10, 6.4, 'mwb', 'usp000bshh', 'Gulf of California', 'earthquake\r'), +(15012, '2003-03-14 02:55:45', -62.099, 161.726, 10, 5.9, 'mwb', 'usp000bskv', 'Balleny Islands region', 'earthquake\r'), +(15013, '2003-03-14 07:06:13', -0.406, 132.951, 33, 6.3, 'mwb', 'usp000bsm6', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(15014, '2003-03-14 12:54:12', -17.416, -175.183, 274.9, 6.4, 'mwb', 'usp000bsmq', 'Tonga', 'earthquake\r'), +(15015, '2003-03-15 14:05:16', -3.916, 134.337, 33, 5.9, 'mwc', 'usp000bsq5', 'Papua, Indonesia', 'earthquake\r'), +(15016, '2003-03-15 19:41:29', 52.249, 160.387, 30.2, 6.1, 'mwb', 'usp000bsqr', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(15017, '2003-03-17 04:10:06', -58.203, -11.203, 10, 5.8, 'mwb', 'usp000bsup', 'east of the South Sandwich Islands', 'earthquake\r'), +(15018, '2003-03-17 16:36:10', 50.3298, 177.5472, 5, 7, 'mw', 'ak0033hyl1qx', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15019, '2003-03-17 16:36:17', 51.272, 177.978, 33, 7.1, 'mwb', 'usp000bsvs', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15020, '2003-03-17 18:37:28', 52.326, 160.306, 33, 5.5, 'mb', 'usp000bswe', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(15021, '2003-03-17 18:55:41', 50.2983, 177.4755, 3.8, 6.1, 'mw', 'ak0033hzw1z3', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15022, '2003-03-17 18:55:48', 51.295, 177.971, 33, 6.2, 'mwc', 'usp000bswf', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15023, '2003-03-19 00:03:43', -9.388, 156.587, 33.5, 6.2, 'mwb', 'usp000bszp', 'Solomon Islands', 'earthquake\r'), +(15024, '2003-03-19 14:43:36', 52.207, 160.716, 33, 5.6, 'mwc', 'usp000bt18', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(15025, '2003-03-20 15:08:14', -19.212, 167.639, 33, 5.5, 'mwb', 'usp000bt3t', 'Vanuatu region', 'earthquake\r'), +(15026, '2003-03-20 16:33:11', -10.211, 117.185, 33.6, 5.6, 'mwc', 'usp000bt40', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(15027, '2003-03-20 22:15:55', -0.212, 125.166, 33, 5.5, 'mwc', 'usp000bt4h', 'Molucca Sea', 'earthquake\r'), +(15028, '2003-03-21 18:43:27', 28.094, 142.506, 30.6, 5.5, 'mwc', 'usp000bt6q', 'Bonin Islands, Japan region', 'earthquake\r'), +(15029, '2003-03-21 19:42:27', -15.507, -179.847, 33, 5.8, 'mwc', 'usp000bt6u', 'Fiji region', 'earthquake\r'), +(15030, '2003-03-25 02:53:25', -8.294, 120.743, 33, 6.5, 'mwc', 'usp000btf5', 'Flores region, Indonesia', 'earthquake\r'), +(15031, '2003-03-25 18:51:26', 27.264, 89.331, 47.1, 5.5, 'mwc', 'usp000btge', 'Bhutan', 'earthquake\r'), +(15032, '2003-03-26 04:22:30', 12.518, 92.564, 33, 5.9, 'mwb', 'usp000bth8', 'Andaman Islands, India region', 'earthquake\r'), +(15033, '2003-03-26 13:21:15', -7.164, 155.682, 33, 5.7, 'mwb', 'usp000btj4', 'Solomon Islands', 'earthquake\r'), +(15034, '2003-03-28 17:31:48', -15.324, -173.508, 41.2, 6.2, 'mwc', 'usp000btq6', 'Tonga', 'earthquake\r'), +(15035, '2003-03-29 11:46:49', 35.976, 70.585, 114.1, 5.9, 'mwb', 'usp000bts0', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(15036, '2003-03-29 17:42:16', 43.109, 15.464, 10, 5.5, 'mwc', 'usp000btsh', 'Adriatic Sea', 'earthquake\r'), +(15037, '2003-03-30 00:43:07', -7.796, 129.023, 33, 5.6, 'mwc', 'usp000btuk', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(15038, '2003-03-30 18:13:34', -3.169, 127.542, 33, 6.2, 'mwb', 'usp000btyb', 'Seram, Indonesia', 'earthquake\r'), +(15039, '2003-03-31 01:06:53', -6.183, 151.429, 46.8, 6.2, 'mwc', 'usp000btzf', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15040, '2003-04-02 03:43:12', 35.28, -35.729, 10, 6.3, 'mwc', 'usp000bu56', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15041, '2003-04-02 05:37:03', 2.078, 126.682, 49.2, 5.6, 'mwc', 'usp000bu5m', 'Molucca Sea', 'earthquake\r'), +(15042, '2003-04-02 21:31:38', -25.124, 179.896, 498, 5.7, 'mwb', 'usp000bu7q', 'south of the Fiji Islands', 'earthquake\r'), +(15043, '2003-04-04 10:46:53', -41.381, -86.14, 10, 5.5, 'mwc', 'usp000bube', 'West Chile Rise', 'earthquake\r'), +(15044, '2003-04-04 22:07:49', -7.332, 155.385, 91.7, 5.5, 'mwc', 'usp000bucw', 'Solomon Islands', 'earthquake\r'), +(15045, '2003-04-05 22:03:32', -16.18, 167.889, 177.5, 5.9, 'mwb', 'usp000bufy', 'Vanuatu', 'earthquake\r'), +(15046, '2003-04-07 02:12:16', -21.068, 174.066, 33, 5.8, 'mwc', 'usp000bum1', 'Vanuatu region', 'earthquake\r'), +(15047, '2003-04-07 02:34:55', -20.95, 174.124, 33, 5.5, 'mwc', 'usp000bum4', 'Vanuatu region', 'earthquake\r'), +(15048, '2003-04-07 17:43:24', 18.877, 121.259, 33, 5.7, 'mwc', 'usp000bunh', 'Luzon, Philippines', 'earthquake\r'), +(15049, '2003-04-07 18:28:37', 36.296, 141.679, 33, 5.8, 'mwb', 'usp000bunp', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15050, '2003-04-10 00:40:15', 38.221, 26.958, 10, 5.8, 'mwb', 'usp000buu9', 'near the coast of western Turkey', 'earthquake\r'), +(15051, '2003-04-10 21:04:32', -4.446, 138.932, 32, 5.5, 'mwc', 'usp000buwb', 'Papua, Indonesia', 'earthquake\r'), +(15052, '2003-04-11 05:01:30', -15.396, 67.262, 10, 5.6, 'mwc', 'usp000bux4', 'Mid-Indian Ridge', 'earthquake\r'), +(15053, '2003-04-11 06:12:55', 7.033, -82.353, 10, 6.2, 'mwb', 'usp000buxb', 'south of Panama', 'earthquake\r'), +(15054, '2003-04-15 07:52:16', -3.896, 151.263, 33, 5.6, 'mwc', 'usp000bv7s', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15055, '2003-04-15 08:21:18', 25.031, -109.429, 10, 5.5, 'mwc', 'usp000bv7v', 'Gulf of California', 'earthquake\r'), +(15056, '2003-04-17 00:48:39', 37.529, 96.476, 14, 6.4, 'mwc', 'usp000bvbg', 'northern Qinghai, China', 'earthquake\r'), +(15057, '2003-04-17 03:46:43', -55.272, -128.918, 10, 5.5, 'mwc', 'usp000bvbx', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15058, '2003-04-17 14:50:49', -54.624, 1.432, 10, 6.5, 'mwb', 'usp000bvcx', 'Bouvet Island region', 'earthquake\r'), +(15059, '2003-04-18 08:35:54', -55.039, -128.695, 10, 5.6, 'mwc', 'usp000bvf2', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15060, '2003-04-18 23:32:04', -17.759, -173.865, 33, 5.6, 'mwc', 'usp000bvgc', 'Tonga', 'earthquake\r'), +(15061, '2003-04-22 16:39:45', -15.136, -173.793, 43.8, 5.6, 'mwc', 'usp000bvs1', 'Tonga', 'earthquake\r'), +(15062, '2003-04-23 10:23:31', 55.92, 163.347, 33, 5.6, 'mwc', 'usp000bvtk', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(15063, '2003-04-24 10:56:22', 48.764, 154.991, 43.8, 6.1, 'mwc', 'usp000bvvm', 'Kuril Islands', 'earthquake\r'), +(15064, '2003-04-25 16:56:37', -4.068, 135.283, 33, 5.6, 'mwb', 'usp000bvyc', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(15065, '2003-04-27 16:03:40', -20.944, 169.773, 77.4, 6.3, 'mwc', 'usp000bw32', 'Vanuatu', 'earthquake\r'), +(15066, '2003-04-27 22:57:45', -8.195, -71.592, 559.9, 6, 'mwb', 'usp000bw3r', 'Acre, Brazil', 'earthquake\r'), +(15067, '2003-04-29 10:44:37', -7.02, 103.683, 10, 5.8, 'mwb', 'usp000bw74', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(15068, '2003-04-29 11:32:33', -7.032, 103.69, 10, 5.5, 'mwc', 'usp000bw78', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(15069, '2003-04-29 13:53:17', 43.706, 147.805, 62.5, 6, 'mwb', 'usp000bw7f', 'Kuril Islands', 'earthquake\r'), +(15070, '2003-04-29 20:01:05', -14.847, 167.339, 128.6, 5.5, 'mwc', 'usp000bw88', 'Vanuatu', 'earthquake\r'), +(15071, '2003-05-01 00:14:08', 17.729, 147.751, 48.2, 5.5, 'mwc', 'usp000bwba', 'Mariana Islands region', 'earthquake\r'), +(15072, '2003-05-01 00:27:05', 39.007, 40.464, 10, 6.4, 'mwb', 'usp000bwbc', 'eastern Turkey', 'earthquake\r'), +(15073, '2003-05-01 04:02:05', -7.207, 122.697, 573.4, 5.6, 'mwc', 'usp000bwbw', 'Flores Sea', 'earthquake\r'), +(15074, '2003-05-03 05:03:03', -15.143, -173.747, 33, 6.2, 'mwb', 'usp000bwgd', 'Tonga', 'earthquake\r'), +(15075, '2003-05-03 11:22:41', 36.884, 31.536, 135.3, 5.5, 'mwc', 'usp000bwh3', 'western Turkey', 'earthquake\r'), +(15076, '2003-05-04 13:15:19', -30.531, -178.232, 62.4, 6.7, 'mwb', 'usp000bwkr', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15077, '2003-05-04 14:54:00', -11.287, 166.314, 33, 6, 'mwc', 'usp000bwm0', 'Santa Cruz Islands', 'earthquake\r'), +(15078, '2003-05-04 15:44:36', 39.43, 77.219, 10, 5.8, 'mwc', 'usp000bwm1', 'southern Xinjiang, China', 'earthquake\r'), +(15079, '2003-05-04 20:08:46', -30.587, -178.29, 45.6, 6.4, 'mwb', 'usp000bwmb', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15080, '2003-05-05 15:50:08', 0.215, 127.354, 123.6, 6.4, 'mwb', 'usp000bwnz', 'Halmahera, Indonesia', 'earthquake\r'), +(15081, '2003-05-05 23:04:46', 3.715, 127.954, 56, 6.2, 'mwb', 'usp000bwpr', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(15082, '2003-05-08 16:33:03', -12.805, -77.515, 33, 5.7, 'mwc', 'usp000bwv4', 'near the coast of central Peru', 'earthquake\r'), +(15083, '2003-05-08 20:22:08', -3.449, 150.825, 10, 5.9, 'mwc', 'usp000bwvc', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15084, '2003-05-09 20:26:16', -48.209, 32.272, 10, 6.3, 'mwc', 'usp000bwxd', 'Prince Edward Islands region', 'earthquake\r'), +(15085, '2003-05-11 17:51:35', -0.988, 126.938, 30.2, 6.1, 'mwc', 'usp000bx1v', 'Molucca Sea', 'earthquake\r'), +(15086, '2003-05-12 03:03:05', 1.142, 98.911, 77.6, 5.5, 'mwb', 'usp000bx2t', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15087, '2003-05-13 21:21:14', -17.287, 167.744, 33, 6.3, 'mwb', 'usp000bx6s', 'Vanuatu', 'earthquake\r'), +(15088, '2003-05-14 06:03:36', 18.266, -58.633, 41.5, 6.7, 'mwb', 'usp000bx7j', 'North Atlantic Ocean', 'earthquake\r'), +(15089, '2003-05-14 07:40:36', -8.06, 107.315, 79.1, 6, 'mwc', 'usp000bx7m', 'Java, Indonesia', 'earthquake\r'), +(15090, '2003-05-17 02:05:12', -5.361, 129.836, 31.4, 5.8, 'mwc', 'usp000bxch', 'Banda Sea', 'earthquake\r'), +(15091, '2003-05-18 01:31:49', -18.841, 168.824, 85.9, 5.5, 'mwc', 'usp000bxea', 'Vanuatu', 'earthquake\r'), +(15092, '2003-05-18 21:10:22', -31.396, -69.094, 114.1, 5.5, 'mwb', 'usp000bxg2', 'San Juan, Argentina', 'earthquake\r'), +(15093, '2003-05-19 10:43:23', -18.044, -178.67, 563.8, 6, 'mwb', 'usp000bxh2', 'Fiji region', 'earthquake\r'), +(15094, '2003-05-19 16:27:10', 17.546, -105.473, 10, 6.1, 'mwb', 'usp000bxhk', 'off the coast of Colima, Mexico', 'earthquake\r'), +(15095, '2003-05-21 14:02:19', -2.964, 130.146, 33, 5.5, 'mwc', 'usp000bxp2', 'Ceram Sea, Indonesia', 'earthquake\r'), +(15096, '2003-05-21 18:44:20', 36.964, 3.634, 12, 6.8, 'mwc', 'usp000bxpg', 'northern Algeria', 'earthquake\r'), +(15097, '2003-05-21 18:51:10', 36.97, 3.813, 10, 5.7, 'mb', 'usp000bxph', 'northern Algeria', 'earthquake\r'), +(15098, '2003-05-22 16:01:43', 0.151, 123.94, 156.2, 5.5, 'mwc', 'usp000bxvd', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(15099, '2003-05-22 18:11:57', 42.946, 72.764, 33, 5.5, 'mwc', 'usp000bxvn', 'Kyrgyzstan', 'earthquake\r'), +(15100, '2003-05-23 02:24:45', 11.902, 124.101, 30.3, 5.6, 'mwc', 'usp000bxwq', 'Leyte, Philippines', 'earthquake\r'), +(15101, '2003-05-23 11:05:12', 5.676, -82.65, 10, 5.9, 'mwb', 'usp000bxy9', 'south of Panama', 'earthquake\r'), +(15102, '2003-05-24 00:30:47', -14.668, -71.514, 143.8, 5.6, 'mwb', 'usp000bxzt', 'central Peru', 'earthquake\r'), +(15103, '2003-05-24 01:46:06', 14.428, 53.813, 10, 5.9, 'mwb', 'usp000bxzy', 'Owen Fracture Zone region', 'earthquake\r'), +(15104, '2003-05-26 09:24:33', 38.849, 141.568, 68, 7, 'mwb', 'usp000by66', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15105, '2003-05-26 15:50:01', 1.158, 120.495, 33, 5.5, 'mwc', 'usp000by7a', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(15106, '2003-05-26 19:23:28', 2.354, 128.855, 31, 7, 'mwc', 'usp000by7n', 'Halmahera, Indonesia', 'earthquake\r'), +(15107, '2003-05-26 23:13:30', 6.761, 123.707, 565.8, 6.9, 'mwc', 'usp000by7z', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(15108, '2003-05-26 23:26:32', 6.812, 123.88, 583.5, 5.9, 'mb', 'usp000by81', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(15109, '2003-05-27 04:31:06', -33.455, -179.538, 100, 5.5, 'mwc', 'usp000by92', 'south of the Kermadec Islands', 'earthquake\r'), +(15110, '2003-05-27 08:29:46', -31.365, -68.596, 118, 5.7, 'mwb', 'usp000by9e', 'San Juan, Argentina', 'earthquake\r'), +(15111, '2003-05-27 17:11:29', 36.939, 3.578, 8, 5.8, 'mwb', 'usp000byae', 'northern Algeria', 'earthquake\r'), +(15112, '2003-05-28 16:15:19', -17.646, 66.116, 10, 6.2, 'mwb', 'usp000bydf', 'Mauritius - Reunion region', 'earthquake\r'), +(15113, '2003-05-28 21:26:47', -12.394, -77.172, 43, 5.6, 'mwb', 'usp000bye1', 'near the coast of central Peru', 'earthquake\r'), +(15114, '2003-06-01 09:07:02', -2.914, 142.361, 33, 5.7, 'mwb', 'usp000byqg', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(15115, '2003-06-01 17:50:22', 28.197, 142.773, 10, 5.6, 'mwb', 'usp000byrp', 'Bonin Islands, Japan region', 'earthquake\r'), +(15116, '2003-06-02 02:52:12', -32.95, -71.969, 33, 5.5, 'mwc', 'usp000bysq', 'offshore Valparaiso, Chile', 'earthquake\r'), +(15117, '2003-06-03 21:09:03', -18.224, 167.247, 35.6, 5.6, 'mwb', 'usp000byzm', 'Vanuatu', 'earthquake\r'), +(15118, '2003-06-03 23:58:03', -17.36, -72.807, 33, 6, 'mwb', 'usp000bz00', 'near the coast of southern Peru', 'earthquake\r'), +(15119, '2003-06-04 16:28:15', 8.374, -103.069, 10, 5.8, 'mwb', 'usp000bz2c', 'northern East Pacific Rise', 'earthquake\r'), +(15120, '2003-06-05 08:23:17', -30.618, -178.804, 115.2, 5.8, 'mwb', 'usp000bz4n', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15121, '2003-06-06 13:09:23', -2.937, 130.193, 33, 5.6, 'mwc', 'usp000bz76', 'Ceram Sea, Indonesia', 'earthquake\r'), +(15122, '2003-06-07 00:32:46', -5.095, 152.502, 33, 6.6, 'mwc', 'usp000bz8p', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15123, '2003-06-09 01:52:51', 24.413, 122.02, 48.1, 5.8, 'mwc', 'usp000bzef', 'Taiwan region', 'earthquake\r'), +(15124, '2003-06-10 08:40:31', 23.52, 121.628, 44.5, 6, 'mwc', 'usp000bzhv', 'Taiwan', 'earthquake\r'), +(15125, '2003-06-12 08:59:20', -5.985, 154.758, 186.3, 6.3, 'mwb', 'usp000bzpx', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(15126, '2003-06-12 18:43:33', 13.17, 120.514, 46.4, 5.5, 'mwc', 'usp000bzqu', 'Mindoro, Philippines', 'earthquake\r'), +(15127, '2003-06-13 10:32:56', -3.23, 140.913, 10, 5.7, 'mwb', 'usp000bzs6', 'Papua, Indonesia', 'earthquake\r'), +(15128, '2003-06-13 18:24:04', -4.581, -104.972, 10, 5.8, 'mwb', 'usp000bzt5', 'central East Pacific Rise', 'earthquake\r'), +(15129, '2003-06-14 18:28:49', -7.583, 156.782, 405.8, 5.8, 'mwb', 'usp000bzvk', 'Solomon Islands', 'earthquake\r'), +(15130, '2003-06-15 19:24:33', 51.552, 176.923, 20, 6.5, 'mwb', 'usp000bzyd', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15131, '2003-06-16 18:33:40', 23.532, 121.607, 57.8, 5.5, 'mwc', 'usp000c015', 'Taiwan', 'earthquake\r'), +(15132, '2003-06-16 22:08:02', 55.492, 159.999, 174.8, 6.9, 'mwb', 'usp000c01m', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(15133, '2003-06-19 12:59:24', 71.122, -7.577, 10, 5.5, 'mwb', 'usp000c08j', 'Jan Mayen Island region', 'earthquake\r'), +(15134, '2003-06-19 23:05:00', -30.691, -71.537, 51.4, 5.6, 'mwc', 'usp000c097', 'Coquimbo, Chile', 'earthquake\r'), +(15135, '2003-06-20 06:19:39', -7.606, -71.722, 558.1, 7.1, 'mwc', 'usp000c0ag', 'Amazonas, Brazil', 'earthquake\r'), +(15136, '2003-06-20 13:30:42', -30.608, -71.637, 33, 6.8, 'mwc', 'usp000c0bb', 'Coquimbo, Chile', 'earthquake\r'), +(15137, '2003-06-21 07:34:34', -7.56, 127.856, 167.9, 5.9, 'mwb', 'usp000c0f8', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(15138, '2003-06-23 12:12:34', 51.439, 176.783, 20, 6.9, 'mwc', 'usp000c0rc', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15139, '2003-06-24 06:52:52', 27.362, 60.974, 61.3, 5.6, 'mwb', 'usp000c0u3', 'southeastern Iran', 'earthquake\r'), +(15140, '2003-06-25 01:38:42', 28.82, -43.612, 10, 5.7, 'mwc', 'usp000c0wf', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15141, '2003-06-26 14:11:45', 12.253, 123.85, 10, 6, 'mwb', 'usp000c10k', 'Masbate region, Philippines', 'earthquake\r'), +(15142, '2003-06-28 15:29:42', -3.325, 146.148, 10, 6.3, 'mwc', 'usp000c15v', 'Bismarck Sea', 'earthquake\r'), +(15143, '2003-06-30 00:07:28', 17.457, -61.14, 33, 5.7, 'mwb', 'usp000c19n', 'Antigua and Barbuda region, Leeward Islands', 'earthquake\r'), +(15144, '2003-06-30 14:18:38', 11.993, 143.708, 20.6, 5.5, 'mwb', 'usp000c1b2', 'south of the Mariana Islands', 'earthquake\r'), +(15145, '2003-07-01 05:52:26', 4.529, 122.511, 635.4, 6, 'mwb', 'usp000c1d9', 'Celebes Sea', 'earthquake\r'), +(15146, '2003-07-01 17:00:23', 12.803, 124.898, 33, 6, 'mwc', 'usp000c1ej', 'Samar, Philippines', 'earthquake\r'), +(15147, '2003-07-02 05:11:35', 22.904, -108.191, 10, 5.6, 'mwb', 'usp000c1fm', 'off the coast of Baja California Sur, Mexico', 'earthquake\r'), +(15148, '2003-07-02 23:52:26', 42.323, 144.842, 23.9, 5.9, 'mwc', 'usp000c1gx', 'Hokkaido, Japan region', 'earthquake\r'), +(15149, '2003-07-03 06:21:50', -21.278, -174.522, 10, 6, 'mwc', 'usp000c1hr', 'Tonga', 'earthquake\r'), +(15150, '2003-07-03 13:06:14', -5.448, 151.878, 10, 5.7, 'mwc', 'usp000c1je', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15151, '2003-07-04 00:33:50', -5.473, 151.691, 10, 6.1, 'mwc', 'usp000c1kd', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15152, '2003-07-04 07:16:45', 76.372, 23.282, 10, 5.5, 'mwc', 'usp000c1mf', 'Svalbard region', 'earthquake\r'), +(15153, '2003-07-06 19:10:28', 40.445, 26.024, 17.1, 5.7, 'mwb', 'usp000c1tz', 'western Turkey', 'earthquake\r'), +(15154, '2003-07-06 21:34:15', -15.581, 167.533, 86.2, 5.8, 'mwb', 'usp000c1uk', 'Vanuatu', 'earthquake\r'), +(15155, '2003-07-07 06:55:43', 34.606, 89.475, 17.7, 5.8, 'mwc', 'usp000c1vn', 'Xizang-Qinghai border region', 'earthquake\r'), +(15156, '2003-07-07 19:55:00', 20.372, 122.001, 10, 5.6, 'mwc', 'usp000c1xd', 'Batan Islands region, Philippines', 'earthquake\r'), +(15157, '2003-07-09 07:22:39', -4.929, 145.23, 53.3, 5.6, 'mwc', 'usp000c21r', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(15158, '2003-07-09 17:15:15', 29.736, 129.968, 67.4, 5.5, 'mwb', 'usp000c22u', 'Ryukyu Islands, Japan', 'earthquake\r'), +(15159, '2003-07-10 17:06:38', 28.355, 54.169, 10, 5.8, 'mwc', 'usp000c251', 'southern Iran', 'earthquake\r'), +(15160, '2003-07-10 17:40:16', 28.296, 54.133, 10, 5.7, 'mwc', 'usp000c253', 'southern Iran', 'earthquake\r'), +(15161, '2003-07-11 13:53:25', 9.337, 122.044, 33, 5.9, 'mwb', 'usp000c27q', 'Negros, Philippines', 'earthquake\r'), +(15162, '2003-07-12 23:01:38', 54.65, -134.47, 20, 6, 'mwb', 'usp000c2b6', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(15163, '2003-07-12 23:01:54', 55.8404, -134.8827, 10, 5.9, 'mw', 'ak0038vkfa42', 'Southeastern Alaska', 'earthquake\r'), +(15164, '2003-07-13 01:48:22', 38.288, 38.963, 10, 5.6, 'mwb', 'usp000c2bg', 'eastern Turkey', 'earthquake\r'), +(15165, '2003-07-13 01:59:36', 12.937, -90.075, 33, 5.5, 'mwc', 'usp000c2bk', 'offshore El Salvador', 'earthquake\r'), +(15166, '2003-07-14 20:00:06', -0.537, 100.822, 144.2, 5.7, 'mwb', 'usp000c2gn', 'southern Sumatra, Indonesia', 'earthquake\r'), +(15167, '2003-07-15 18:46:38', -3.828, 152.174, 33, 6.5, 'mwb', 'usp000c2k4', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15168, '2003-07-15 20:27:51', -2.598, 68.382, 10, 7.6, 'mwc', 'usp000c2ka', 'Carlsberg Ridge', 'earthquake\r'), +(15169, '2003-07-16 02:29:48', -2.569, 68.329, 10, 5.6, 'mb', 'usp000c2m3', 'Carlsberg Ridge', 'earthquake\r'), +(15170, '2003-07-17 19:57:14', 18.507, -107.129, 10, 6, 'mwc', 'usp000c2rt', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(15171, '2003-07-19 21:20:37', -8.682, 111.227, 56.2, 5.9, 'mwb', 'usp000c2x1', 'Java, Indonesia', 'earthquake\r'), +(15172, '2003-07-21 13:53:58', -5.481, 148.853, 189.6, 6.4, 'mwb', 'usp000c30q', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15173, '2003-07-21 15:16:32', 25.975, 101.29, 10, 6, 'mwb', 'usp000c30u', 'Yunnan, China', 'earthquake\r'), +(15174, '2003-07-21 19:21:11', 6.678, 93.601, 10, 5.6, 'mwc', 'usp000c317', 'Nicobar Islands, India region', 'earthquake\r'), +(15175, '2003-07-21 19:45:14', -0.45, 123.646, 33, 5.5, 'mwc', 'usp000c31a', 'Sulawesi, Indonesia', 'earthquake\r'), +(15176, '2003-07-22 04:21:41', -15.416, 166.142, 33, 6, 'mwb', 'usp000c322', 'Vanuatu', 'earthquake\r'), +(15177, '2003-07-23 16:38:37', -15.592, -13.351, 10, 5.8, 'mwb', 'usp000c356', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(15178, '2003-07-23 21:30:57', -4.293, 145.017, 33, 5.5, 'mwc', 'usp000c35u', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(15179, '2003-07-24 10:23:22', 0.136, 124.58, 73.2, 5.8, 'mwb', 'usp000c37v', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(15180, '2003-07-25 09:37:46', -1.528, 149.694, 24, 6.4, 'mwb', 'usp000c3a7', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15181, '2003-07-25 15:13:08', 38.432, 141.003, 10, 5.5, 'mwc', 'usp000c3ay', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15182, '2003-07-25 22:13:30', 38.415, 140.996, 6, 6.1, 'mwc', 'usp000c3bu', 'eastern Honshu, Japan', 'earthquake\r'), +(15183, '2003-07-25 22:55:14', 52.296, -168.212, 33, 5.5, 'mwc', 'usp000c3bz', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15184, '2003-07-26 13:45:26', -17.595, -175.098, 226.1, 5.7, 'mwb', 'usp000c3e1', 'Tonga', 'earthquake\r'), +(15185, '2003-07-26 14:10:16', -28.197, -70.937, 36, 5.5, 'mwc', 'usp000c3e2', 'Atacama, Chile', 'earthquake\r'), +(15186, '2003-07-26 23:18:18', 22.854, 92.306, 10, 5.7, 'mwc', 'usp000c3ex', 'India-Bangladesh border region', 'earthquake\r'), +(15187, '2003-07-27 02:04:12', -21.08, -176.585, 212.9, 6.6, 'mwb', 'usp000c3f7', 'Fiji region', 'earthquake\r'), +(15188, '2003-07-27 06:25:32', 47.151, 139.248, 470.3, 6.8, 'mwb', 'usp000c3fr', 'Primor\'\'ye, Russia', 'earthquake\r'), +(15189, '2003-07-27 11:41:27', -20.134, -65.185, 345.3, 6, 'mwb', 'usp000c3gh', 'Chuquisaca, Bolivia', 'earthquake\r'), +(15190, '2003-07-27 12:07:29', 22.825, 92.343, 10, 5.5, 'mwc', 'usp000c3gj', 'India-Bangladesh border region', 'earthquake\r'), +(15191, '2003-07-28 03:28:41', -1.194, 67.58, 10, 5.7, 'mwb', 'usp000c3jj', 'Carlsberg Ridge', 'earthquake\r'), +(15192, '2003-07-29 19:33:30', -61.307, 154.797, 10, 5.5, 'mwc', 'usp000c3nw', 'Balleny Islands region', 'earthquake\r'), +(15193, '2003-07-31 07:14:44', -10.132, -74.31, 129.4, 5.6, 'mwb', 'usp000c3se', 'central Peru', 'earthquake\r'), +(15194, '2003-07-31 09:47:20', 5.183, 127.013, 33, 5.5, 'mwc', 'usp000c3sp', 'Philippine Islands region', 'earthquake\r'), +(15195, '2003-08-01 01:37:14', -54.647, 1.253, 10, 5.5, 'mwc', 'usp000c3ts', 'Bouvet Island region', 'earthquake\r'), +(15196, '2003-08-02 17:30:30', 35.031, -35.702, 10, 5.8, 'mwc', 'usp000c3xg', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15197, '2003-08-03 04:10:51', 56.1163, -153.3296, 17.4, 5.6, 'mw', 'ak0039vmzlo2', 'Kodiak Island region, Alaska', 'earthquake\r'), +(15198, '2003-08-03 19:04:25', -22.577, -177.009, 168.3, 5.5, 'mwc', 'usp000c40m', 'south of the Fiji Islands', 'earthquake\r'), +(15199, '2003-08-04 03:28:20', 29.078, 59.745, 33, 5.6, 'mwc', 'usp000c41b', 'southeastern Iran', 'earthquake\r'), +(15200, '2003-08-04 04:37:20', -60.532, -43.411, 10, 7.6, 'mwc', 'usp000c41f', 'Scotia Sea', 'earthquake\r'), +(15201, '2003-08-04 12:53:51', -60.517, -42.701, 10, 5.6, 'mb', 'usp000c43j', 'Scotia Sea', 'earthquake\r'), +(15202, '2003-08-05 04:45:39', -20.941, -178.928, 616.7, 5.5, 'mwb', 'usp000c45h', 'Fiji region', 'earthquake\r'), +(15203, '2003-08-11 00:19:09', 1.142, 128.152, 10, 6, 'mwb', 'usp000c4kv', 'Halmahera, Indonesia', 'earthquake\r'), +(15204, '2003-08-11 00:22:26', 1.257, 128.195, 10, 5.5, 'mb', 'usp000c4kx', 'Halmahera, Indonesia', 'earthquake\r'), +(15205, '2003-08-11 01:17:54', 18.348, -106.036, 10, 5.7, 'mwc', 'usp000c4m0', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(15206, '2003-08-11 13:40:20', -56.906, 147.611, 10, 6, 'mwb', 'usp000c4mz', 'west of Macquarie Island', 'earthquake\r'), +(15207, '2003-08-11 21:22:30', 12.124, 93.53, 100.2, 6, 'mwb', 'usp000c4nb', 'Andaman Islands, India region', 'earthquake\r'), +(15208, '2003-08-14 05:14:55', 39.16, 20.605, 10, 6.3, 'mwc', 'usp000c4tt', 'Greece-Albania border region', 'earthquake\r'), +(15209, '2003-08-14 16:18:02', 38.826, 20.573, 10, 5.5, 'mwc', 'usp000c4vq', 'Greece', 'earthquake\r'), +(15210, '2003-08-14 18:23:06', -19.899, -177.984, 563.3, 5.9, 'mwc', 'usp000c4w3', 'Fiji region', 'earthquake\r'), +(15211, '2003-08-17 02:46:53', 20.348, 121.83, 80.3, 5.5, 'mwc', 'usp000c54q', 'Batan Islands region, Philippines', 'earthquake\r'), +(15212, '2003-08-18 09:03:04', 29.573, 95.605, 33, 5.5, 'mwb', 'usp000c58m', 'eastern Xizang-India border region', 'earthquake\r'), +(15213, '2003-08-20 16:42:37', -11.403, 166.216, 33, 5.5, 'mwc', 'usp000c5f9', 'Santa Cruz Islands', 'earthquake\r'), +(15214, '2003-08-21 04:02:09', 29.053, 59.773, 20.2, 5.9, 'mwb', 'usp000c5gh', 'southeastern Iran', 'earthquake\r'), +(15215, '2003-08-21 12:12:50', -45.104, 167.144, 28, 7.2, 'mwc', 'usp000c5h6', 'South Island of New Zealand', 'earthquake\r'), +(15216, '2003-08-21 12:45:40', -45.118, 167.136, 33, 5.7, 'mb', 'usp000c5hb', 'South Island of New Zealand', 'earthquake\r'), +(15217, '2003-08-21 14:12:28', -45.325, 167.041, 33, 5.9, 'mb', 'usp000c5hr', 'South Island of New Zealand', 'earthquake\r'), +(15218, '2003-08-23 02:46:00', -0.877, 133.697, 33, 5.5, 'mwb', 'usp000c5pr', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(15219, '2003-08-24 09:00:43', -17.453, 167.887, 33, 5.5, 'mwc', 'usp000c5td', 'Vanuatu', 'earthquake\r'), +(15220, '2003-08-25 06:28:35', 14.034, -91.069, 100, 6, 'mwc', 'usp000c5vz', 'Guatemala', 'earthquake\r'), +(15221, '2003-08-25 23:24:59', 18.541, -106.695, 10, 5.8, 'mwb', 'usp000c5xu', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(15222, '2003-08-26 17:34:56', -33.113, -179.219, 33, 5.6, 'mwb', 'usp000c5zs', 'south of the Kermadec Islands', 'earthquake\r'), +(15223, '2003-08-26 21:11:36', -17.16, -70.674, 31.6, 5.7, 'mwb', 'usp000c60c', 'southern Peru', 'earthquake\r'), +(15224, '2003-08-26 23:56:30', -45.432, 166.805, 43.5, 5.5, 'mwc', 'usp000c60p', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(15225, '2003-08-27 14:40:42', 43.741, -28.922, 10, 5.5, 'mwb', 'usp000c62d', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15226, '2003-08-27 21:18:44', 11.288, 57.575, 10, 5.7, 'mwb', 'usp000c632', 'Owen Fracture Zone region', 'earthquake\r'), +(15227, '2003-08-28 04:48:20', -49.816, -114.811, 10, 6.2, 'mwc', 'usp000c63p', 'southern East Pacific Rise', 'earthquake\r'), +(15228, '2003-08-28 06:38:12', -7.324, 126.051, 409.2, 6, 'mwc', 'usp000c63v', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(15229, '2003-08-28 17:41:02', -56.105, -143.6, 10, 5.5, 'mwc', 'usp000c64x', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15230, '2003-08-28 20:39:47', -21.983, -179.584, 602, 5.5, 'mwb', 'usp000c657', 'Fiji region', 'earthquake\r'), +(15231, '2003-08-28 20:58:31', 0.207, 126.177, 70.3, 5.5, 'mwc', 'usp000c659', 'Molucca Sea', 'earthquake\r'), +(15232, '2003-08-28 22:06:45', 13.162, 145.335, 33, 5.5, 'mwb', 'usp000c65e', 'Guam region', 'earthquake\r'), +(15233, '2003-08-29 09:41:37', -59.286, -24.877, 10, 5.5, 'mwc', 'usp000c66n', 'South Sandwich Islands region', 'earthquake\r'), +(15234, '2003-08-30 00:05:39', -14.796, 167.238, 137, 6, 'mwb', 'usp000c683', 'Vanuatu', 'earthquake\r'), +(15235, '2003-08-30 10:06:40', 41.864, 142.552, 51.9, 5.5, 'mwb', 'usp000c69a', 'Hokkaido, Japan region', 'earthquake\r'), +(15236, '2003-08-31 09:01:32', 10.536, 146.352, 57.3, 5.5, 'mwb', 'usp000c6c5', 'south of the Mariana Islands', 'earthquake\r'), +(15237, '2003-08-31 23:08:00', 43.393, 132.267, 481.1, 6.2, 'mwb', 'usp000c6dn', 'Primor\'\'ye, Russia', 'earthquake\r'), +(15238, '2003-09-01 15:13:07', 12.154, 122.318, 20.7, 5.8, 'mwb', 'usp000c6f4', 'Sibuyan Sea, Philippines', 'earthquake\r'), +(15239, '2003-09-01 23:16:35', 38.599, 75.325, 10, 5.7, 'mwc', 'usp000c6g8', 'southern Xinjiang, China', 'earthquake\r'), +(15240, '2003-09-02 18:28:00', -15.229, -173.223, 10, 6.4, 'mwb', 'usp000c6ju', 'Tonga', 'earthquake\r'), +(15241, '2003-09-04 08:40:44', -45.194, 167.108, 33, 5.5, 'mwb', 'usp000c6qd', 'South Island of New Zealand', 'earthquake\r'), +(15242, '2003-09-04 23:40:12', 7.884, -82.203, 10, 5.7, 'mwb', 'usp000c6sr', 'south of Panama', 'earthquake\r'), +(15243, '2003-09-05 01:23:02', 5.316, 95.9, 124.8, 5.9, 'mwb', 'usp000c6sy', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15244, '2003-09-05 07:46:48', -54.715, 1.089, 10, 5.5, 'mwc', 'usp000c6tr', 'Bouvet Island region', 'earthquake\r'), +(15245, '2003-09-06 02:08:14', -4.623, -106.045, 10, 6.1, 'mwb', 'usp000c6vt', 'central East Pacific Rise', 'earthquake\r'), +(15246, '2003-09-06 13:43:41', -21.878, -175.101, 33, 5.6, 'mwc', 'usp000c6wy', 'Tonga', 'earthquake\r'), +(15247, '2003-09-06 15:47:00', -57.419, -25.639, 33, 5.7, 'mwc', 'usp000c6x5', 'South Sandwich Islands region', 'earthquake\r'), +(15248, '2003-09-07 13:16:03', -22.432, 172.095, 33, 5.9, 'mwb', 'usp000c6zr', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15249, '2003-09-07 13:19:20', -22.472, 172.123, 33, 6.4, 'mwc', 'usp000c6zs', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15250, '2003-09-07 13:42:55', -15.807, 167.091, 33, 5.9, 'ms', 'usp000c6zw', 'Vanuatu', 'earthquake\r'), +(15251, '2003-09-08 06:26:32', -8.55, 110.189, 50.6, 5.9, 'mwb', 'usp000c726', 'Java, Indonesia', 'earthquake\r'), +(15252, '2003-09-10 08:26:59', 2.082, 96.818, 33, 5.8, 'mwc', 'usp000c762', 'Simeulue, Indonesia', 'earthquake\r'), +(15253, '2003-09-10 16:30:04', -50.07, 114.186, 10, 5.5, 'mwc', 'usp000c77a', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(15254, '2003-09-10 17:01:10', -50.031, 114.506, 10, 5.5, 'mwc', 'usp000c77c', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(15255, '2003-09-11 21:58:26', -8.205, 156.159, 10, 6, 'mwc', 'usp000c79y', 'Solomon Islands', 'earthquake\r'), +(15256, '2003-09-12 06:55:56', -5.273, 151.502, 50.4, 6, 'mwb', 'usp000c7at', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15257, '2003-09-12 08:17:38', -8.971, -108.77, 10, 5.5, 'mwc', 'usp000c7b3', 'central East Pacific Rise', 'earthquake\r'), +(15258, '2003-09-12 09:03:06', -0.163, 122.945, 94.3, 5.5, 'mwc', 'usp000c7b6', 'Sulawesi, Indonesia', 'earthquake\r'), +(15259, '2003-09-12 15:40:46', -36.161, 53.523, 10, 5.9, 'mwc', 'usp000c7bv', 'South Indian Ocean', 'earthquake\r'), +(15260, '2003-09-12 16:48:44', -51.623, -75.593, 33, 5.6, 'mwc', 'usp000c7c1', 'near the coast of Magallanes, Chile', 'earthquake\r'), +(15261, '2003-09-14 18:45:55', 18.667, 121.033, 64.4, 5.7, 'mwc', 'usp000c7gv', 'Luzon, Philippines', 'earthquake\r'), +(15262, '2003-09-16 11:24:52', 56.062, 111.255, 10, 5.6, 'mwc', 'usp000c7q3', 'Lake Baykal region, Russia', 'earthquake\r'), +(15263, '2003-09-17 21:34:47', -21.467, -68.325, 127.1, 5.8, 'mwb', 'usp000c7vq', 'Antofagasta, Chile', 'earthquake\r'), +(15264, '2003-09-20 03:54:51', 34.998, 140.172, 51.5, 5.7, 'mwc', 'usp000c827', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15265, '2003-09-20 17:38:34', -55.879, -27.909, 116.8, 5.5, 'mwb', 'usp000c844', 'South Sandwich Islands region', 'earthquake\r'), +(15266, '2003-09-21 07:42:42', 11.768, 143.224, 10, 5.5, 'mwb', 'usp000c85s', 'south of the Mariana Islands', 'earthquake\r'), +(15267, '2003-09-21 18:16:13', 19.917, 95.672, 10, 6.6, 'mwb', 'usp000c87f', 'Myanmar', 'earthquake\r'), +(15268, '2003-09-21 23:15:12', -1.007, -14.059, 10, 6, 'mwc', 'usp000c88v', 'north of Ascension Island', 'earthquake\r'), +(15269, '2003-09-22 04:45:36', 19.777, -70.673, 10, 6.4, 'mwb', 'usp000c89d', 'Dominican Republic', 'earthquake\r'), +(15270, '2003-09-22 05:30:18', 19.91, -70.506, 10, 5.6, 'mwc', 'usp000c89h', 'Dominican Republic region', 'earthquake\r'), +(15271, '2003-09-22 22:59:03', -4.992, 153.808, 94.1, 5.8, 'mwb', 'usp000c8bw', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15272, '2003-09-25 18:43:06', 35.342, -35.863, 10, 5.7, 'mwc', 'usp000c8kq', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15273, '2003-09-25 19:50:06', 41.815, 143.91, 27, 8.3, 'mwc', 'usp000c8kv', 'Hokkaido, Japan region', 'earthquake\r'), +(15274, '2003-09-25 20:02:00', 42.343, 143.764, 33, 5.5, 'mb', 'usp000c8kw', 'Hokkaido, Japan region', 'earthquake\r'), +(15275, '2003-09-25 20:10:03', 41.836, 143.687, 33, 5.6, 'mb', 'usp000c8m0', 'Hokkaido, Japan region', 'earthquake\r'), +(15276, '2003-09-25 20:57:13', 41.73, 143.637, 33, 5.7, 'mb', 'usp000c8m8', 'Hokkaido, Japan region', 'earthquake\r'), +(15277, '2003-09-25 21:02:53', 41.807, 144.231, 33, 5.5, 'mb', 'usp000c8m9', 'Hokkaido, Japan region', 'earthquake\r'), +(15278, '2003-09-25 21:08:00', 41.774, 143.593, 33, 7.4, 'mwc', 'usp000c8mb', 'Hokkaido, Japan region', 'earthquake\r'), +(15279, '2003-09-26 00:13:29', -22.338, -175.282, 33, 5.6, 'ms', 'usp000c8mx', 'Tonga region', 'earthquake\r'), +(15280, '2003-09-26 02:35:13', 41.996, 144.448, 33, 5.6, 'mb', 'usp000c8ng', 'Hokkaido, Japan region', 'earthquake\r'), +(15281, '2003-09-26 06:26:57', 42.156, 144.67, 33, 5.9, 'mwc', 'usp000c8p3', 'Hokkaido, Japan region', 'earthquake\r'), +(15282, '2003-09-26 20:38:22', 41.988, 144.576, 33, 6, 'mwb', 'usp000c8qw', 'Hokkaido, Japan region', 'earthquake\r'), +(15283, '2003-09-27 11:33:25', 50.038, 87.813, 16, 7.3, 'mwb', 'usp000c8sz', 'southwestern Siberia, Russia', 'earthquake\r'), +(15284, '2003-09-27 18:52:47', 50.091, 87.765, 10, 6.4, 'mwb', 'usp000c8uv', 'southwestern Siberia, Russia', 'earthquake\r'), +(15285, '2003-09-27 22:12:01', 28.827, 128.393, 10, 5.7, 'mwc', 'usp000c8ve', 'Ryukyu Islands, Japan', 'earthquake\r'), +(15286, '2003-09-27 23:36:07', 44.666, 150.348, 33, 5.6, 'mwc', 'usp000c8vy', 'east of the Kuril Islands', 'earthquake\r'), +(15287, '2003-09-28 04:17:54', 42.62, 144.716, 33, 5.6, 'mwc', 'usp000c8xd', 'Hokkaido, Japan region', 'earthquake\r'), +(15288, '2003-09-29 02:36:53', 42.45, 144.38, 25, 6.5, 'mwc', 'usp000c90r', 'Hokkaido, Japan region', 'earthquake\r'), +(15289, '2003-09-29 14:22:15', 42.045, 144.367, 33, 5.5, 'mwc', 'usp000c929', 'Hokkaido, Japan region', 'earthquake\r'), +(15290, '2003-09-29 21:22:12', 41.4, 144.151, 33, 5.6, 'mwc', 'usp000c934', 'Hokkaido, Japan region', 'earthquake\r'), +(15291, '2003-09-30 07:43:23', -3.957, 153.029, 33, 5.6, 'mwb', 'usp000c94j', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15292, '2003-09-30 08:01:33', -60.318, -33.401, 10, 6, 'mwc', 'usp000c94m', 'Scotia Sea', 'earthquake\r'), +(15293, '2003-09-30 14:08:38', -30.437, -177.398, 10, 6.4, 'mwb', 'usp000c95e', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15294, '2003-09-30 15:22:32', -30.494, -177.18, 33, 6, 'mwc', 'usp000c95m', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15295, '2003-09-30 19:37:50', -45.486, 167.045, 10, 5.6, 'mwb', 'usp000c963', 'South Island of New Zealand', 'earthquake\r'), +(15296, '2003-09-30 21:39:14', -30.248, -177.485, 10, 5.6, 'mwb', 'usp000c96b', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15297, '2003-10-01 01:03:25', 50.211, 87.721, 10, 6.7, 'mwb', 'usp000c96t', 'southwestern Siberia, Russia', 'earthquake\r'), +(15298, '2003-10-04 14:49:03', -7.05, 125.407, 532.7, 5.9, 'mwb', 'usp000c9k0', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(15299, '2003-10-06 18:29:38', -10.752, 164.417, 33, 5.8, 'mwb', 'usp000c9sp', 'Santa Cruz Islands region', 'earthquake\r'), +(15300, '2003-10-06 19:26:16', 42.227, 144.638, 33, 5.5, 'mwc', 'usp000c9sy', 'Hokkaido, Japan region', 'earthquake\r'), +(15301, '2003-10-07 04:55:29', -16.526, -170.192, 10, 6.2, 'mwb', 'usp000c9tt', 'Samoa Islands region', 'earthquake\r'), +(15302, '2003-10-08 09:06:55', 42.648, 144.57, 32, 6.7, 'mwc', 'usp000c9x7', 'Hokkaido, Japan region', 'earthquake\r'), +(15303, '2003-10-08 13:32:10', 42.227, 144.72, 33, 5.9, 'mwc', 'usp000c9xs', 'Hokkaido, Japan region', 'earthquake\r'), +(15304, '2003-10-08 23:15:17', 42.21, 144.689, 33, 5.8, 'mwc', 'usp000c9yp', 'Hokkaido, Japan region', 'earthquake\r'), +(15305, '2003-10-09 06:52:57', 41.471, 143.508, 33, 5.6, 'mwb', 'usp000c9za', 'Hokkaido, Japan region', 'earthquake\r'), +(15306, '2003-10-09 22:19:14', 13.755, 119.939, 33, 6.2, 'mwb', 'usp000ca12', 'Philippine Islands region', 'earthquake\r'), +(15307, '2003-10-11 00:08:49', 41.924, 144.358, 33, 5.8, 'mwb', 'usp000ca40', 'Hokkaido, Japan region', 'earthquake\r'), +(15308, '2003-10-11 01:11:31', 43.973, 148.206, 51.2, 5.7, 'mwb', 'usp000ca43', 'east of the Kuril Islands', 'earthquake\r'), +(15309, '2003-10-11 18:26:19', 41.746, 143.683, 33, 5.6, 'mwc', 'usp000ca5u', 'Hokkaido, Japan region', 'earthquake\r'), +(15310, '2003-10-11 19:46:08', -17.9, -178.57, 597.4, 5.7, 'mwb', 'usp000ca5w', 'Fiji region', 'earthquake\r'), +(15311, '2003-10-13 09:52:26', -15.937, -178.426, 10, 6, 'mwc', 'usp000caa0', 'Fiji region', 'earthquake\r'), +(15312, '2003-10-15 02:19:44', -17.822, -178.704, 582.6, 6, 'mwb', 'usp000cadd', 'Fiji region', 'earthquake\r'), +(15313, '2003-10-16 12:28:09', 25.954, 101.254, 33, 5.6, 'mwc', 'usp000cagn', 'Yunnan, China', 'earthquake\r'), +(15314, '2003-10-17 10:19:07', -5.471, 154.155, 133, 6.4, 'mwb', 'usp000caku', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(15315, '2003-10-17 17:19:54', -5.077, 102.458, 35.1, 5.8, 'mwb', 'usp000camy', 'southern Sumatra, Indonesia', 'earthquake\r'), +(15316, '2003-10-18 22:27:13', 0.444, 126.103, 33, 6.4, 'mwc', 'usp000caqx', 'Molucca Sea', 'earthquake\r'), +(15317, '2003-10-20 16:50:18', -58.09, -26.248, 156.8, 5.6, 'mwb', 'usp000caw2', 'South Sandwich Islands region', 'earthquake\r'), +(15318, '2003-10-22 02:30:37', 8.199, -102.941, 10, 5.8, 'mwb', 'usp000cazj', 'northern East Pacific Rise', 'earthquake\r'), +(15319, '2003-10-22 11:45:31', -6.058, 147.727, 53.5, 6.3, 'mwb', 'usp000cb09', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(15320, '2003-10-23 07:53:53', 11.491, 141.602, 10, 5.6, 'mwc', 'usp000cb2c', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(15321, '2003-10-23 07:58:25', -23.704, 179.802, 503.8, 5.8, 'mwc', 'usp000cb2d', 'south of the Fiji Islands', 'earthquake\r'), +(15322, '2003-10-23 10:54:40', 51.4, 176.687, 33, 5.6, 'mwc', 'usp000cb2t', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15323, '2003-10-24 01:26:58', -3.471, 145.395, 33, 5.9, 'mwc', 'usp000cb48', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(15324, '2003-10-25 12:41:35', 38.4, 100.951, 10, 5.8, 'mwb', 'usp000cb83', 'Gansu-Qinghai border region, China', 'earthquake\r'), +(15325, '2003-10-25 12:47:59', 38.383, 100.975, 10, 5.8, 'mwc', 'usp000cb84', 'Gansu-Qinghai border region, China', 'earthquake\r'), +(15326, '2003-10-28 02:33:52', -5.376, 151.509, 65, 6, 'mwc', 'usp000cbej', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15327, '2003-10-28 08:14:25', -14.291, -70.58, 196.8, 5.6, 'mwb', 'usp000cbf2', 'southern Peru', 'earthquake\r'), +(15328, '2003-10-28 21:48:21', 43.844, 147.75, 65.4, 5.9, 'mwb', 'usp000cbgh', 'Kuril Islands', 'earthquake\r'), +(15329, '2003-10-29 21:10:21', -49.038, 124.715, 10, 5.5, 'mwc', 'usp000cbk0', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(15330, '2003-10-30 06:00:45', -60.711, -25.152, 10, 5.9, 'mwc', 'usp000cbm5', 'South Sandwich Islands region', 'earthquake\r'), +(15331, '2003-10-30 06:44:08', -3.645, 151.105, 33, 5.7, 'mwc', 'usp000cbm8', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15332, '2003-10-31 01:06:28', 37.812, 142.619, 10, 7, 'mwb', 'usp000cbpa', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(15333, '2003-11-01 13:10:08', 37.742, 143.083, 10, 5.9, 'mwb', 'usp000cbtq', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(15334, '2003-11-02 05:32:16', -45.19, 166.535, 10, 6.4, 'mwb', 'usp000cbvu', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(15335, '2003-11-02 13:35:31', 44.579, 150.329, 33, 5.5, 'mwc', 'usp000cbwp', 'east of the Kuril Islands', 'earthquake\r'), +(15336, '2003-11-05 00:57:25', 11.199, -86.751, 61.9, 5.6, 'mwc', 'usp000cc35', 'near the coast of Nicaragua', 'earthquake\r'), +(15337, '2003-11-05 00:58:51', 4.973, -77.77, 33, 6, 'mwb', 'usp000cc36', 'near the west coast of Colombia', 'earthquake\r'), +(15338, '2003-11-06 08:14:58', 2.001, 127.033, 10, 5.8, 'mwc', 'usp000cc6h', 'Molucca Sea', 'earthquake\r'), +(15339, '2003-11-06 10:38:04', -19.262, 168.892, 113.7, 6.6, 'mwb', 'usp000cc6u', 'Vanuatu', 'earthquake\r'), +(15340, '2003-11-07 03:59:08', 50.976, 157.223, 66, 5.5, 'mwb', 'usp000cc8q', 'Kuril Islands', 'earthquake\r'), +(15341, '2003-11-07 13:59:29', 2.041, 126.88, 10, 5.6, 'mwc', 'usp000cc9z', 'Molucca Sea', 'earthquake\r'), +(15342, '2003-11-09 19:23:29', 1.562, 127.358, 133.9, 5.8, 'mwb', 'usp000ccfw', 'Halmahera, Indonesia', 'earthquake\r'), +(15343, '2003-11-09 19:52:37', -0.674, -19.689, 10, 6.6, 'mwc', 'usp000ccg3', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(15344, '2003-11-11 13:44:53', -30.616, -179.01, 33, 6.1, 'mwb', 'usp000ccm6', 'Kermadec Islands region', 'earthquake\r'), +(15345, '2003-11-11 15:39:34', -30.659, -179.376, 33, 6.1, 'mwc', 'usp000ccmj', 'Kermadec Islands region', 'earthquake\r'), +(15346, '2003-11-11 18:48:24', 22.321, 143.246, 101, 6, 'mwb', 'usp000ccmw', 'Volcano Islands, Japan region', 'earthquake\r'), +(15347, '2003-11-12 00:29:45', 1.593, 126.48, 33, 6.2, 'mwc', 'usp000ccng', 'Molucca Sea', 'earthquake\r'), +(15348, '2003-11-12 01:54:24', -40.022, -74.868, 29.6, 5.6, 'mwc', 'usp000ccnr', 'offshore Los Lagos, Chile', 'earthquake\r'), +(15349, '2003-11-12 04:54:56', 28.967, -113.219, 10, 5.6, 'mwb', 'usp000ccp2', 'Baja California, Mexico', 'earthquake\r'), +(15350, '2003-11-12 08:26:44', 33.171, 137.072, 384.9, 6.4, 'mwb', 'usp000ccpg', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(15351, '2003-11-13 02:49:02', -54.213, 143.824, 10, 6, 'mwb', 'usp000ccrk', 'west of Macquarie Island', 'earthquake\r'), +(15352, '2003-11-14 04:28:33', -16.737, 172.331, 10, 6.1, 'mwc', 'usp000ccua', 'Vanuatu region', 'earthquake\r'), +(15353, '2003-11-14 18:43:51', 36.396, 141.072, 41.1, 5.7, 'mwc', 'usp000ccvq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15354, '2003-11-14 18:49:47', 27.372, 103.971, 33, 5.6, 'mwc', 'usp000ccvr', 'Sichuan-Yunnan-Guizhou region, China', 'earthquake\r'), +(15355, '2003-11-15 07:10:31', -17.256, -172.324, 10, 5.8, 'mwb', 'usp000ccws', 'Tonga region', 'earthquake\r'), +(15356, '2003-11-15 09:16:24', -8.316, 121.374, 33, 5.5, 'mwb', 'usp000ccwu', 'Flores region, Indonesia', 'earthquake\r'), +(15357, '2003-11-17 06:43:07', 51.146, 178.65, 33, 7.8, 'mwc', 'usp000cd1n', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15358, '2003-11-17 07:12:43', 51.275, 177.611, 33, 5.5, 'mb', 'usp000cd1y', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15359, '2003-11-18 02:12:23', 51.105, 178.124, 33, 5.5, 'mwc', 'usp000cd85', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15360, '2003-11-18 07:50:11', 51.045, 178.888, 33, 5.8, 'mwc', 'usp000cd9f', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15361, '2003-11-18 17:14:23', 12.025, 125.416, 35, 6.5, 'mwb', 'usp000cdb4', 'Samar, Philippines', 'earthquake\r'), +(15362, '2003-11-20 02:01:25', -24.369, -179.713, 480.5, 5.6, 'mwb', 'usp000cdf7', 'south of the Fiji Islands', 'earthquake\r'), +(15363, '2003-11-20 12:24:33', -10.024, 111.028, 10, 5.9, 'mwc', 'usp000cdg7', 'south of Java, Indonesia', 'earthquake\r'), +(15364, '2003-11-21 00:52:54', 1.236, 126.411, 10, 5.5, 'mwc', 'usp000cdhs', 'Molucca Sea', 'earthquake\r'), +(15365, '2003-11-23 18:06:05', -15.883, -173.851, 97.6, 5.7, 'mwb', 'usp000cdrw', 'Tonga', 'earthquake\r'), +(15366, '2003-11-24 14:54:17', -4.265, 152.71, 33, 5.8, 'mwc', 'usp000cdts', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15367, '2003-11-25 04:43:37', -23.367, -67.547, 160.3, 5.6, 'mwc', 'usp000cduz', 'Antofagasta, Chile', 'earthquake\r'), +(15368, '2003-11-25 20:19:46', -5.581, 150.88, 35, 6.6, 'mwb', 'usp000cdw2', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15369, '2003-11-26 07:42:31', -1.908, -75.723, 183.5, 5.5, 'mwc', 'usp000cdx7', 'Peru-Ecuador border region', 'earthquake\r'), +(15370, '2003-11-26 19:25:07', 28.524, -43.732, 10, 5.6, 'mwc', 'usp000cdyg', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15371, '2003-11-27 06:07:05', 53.607, -163.259, 33, 5.7, 'mwb', 'usp000cdzf', 'Unimak Island region, Alaska', 'earthquake\r'), +(15372, '2003-11-27 10:34:56', -3.119, 127.39, 33, 5.6, 'mwb', 'usp000ce07', 'Seram, Indonesia', 'earthquake\r'), +(15373, '2003-11-28 19:00:03', -19.846, -178.198, 575, 5.5, 'mwc', 'usp000ce34', 'Fiji region', 'earthquake\r'), +(15374, '2003-11-29 20:22:57', -9.014, 123.625, 93.2, 5.5, 'mwb', 'usp000ce5e', 'Timor region, Indonesia', 'earthquake\r'), +(15375, '2003-11-30 21:58:47', -39.233, -92.026, 10, 5.5, 'mwc', 'usp000ce82', 'southeast of Easter Island', 'earthquake\r'), +(15376, '2003-12-01 01:38:32', 42.905, 80.515, 10, 6, 'mwc', 'usp000ce8k', 'Kazakhstan-Xinjiang border region', 'earthquake\r'), +(15377, '2003-12-03 07:33:57', -20.842, -178.723, 611.5, 5.6, 'mwb', 'usp000cedh', 'Fiji region', 'earthquake\r'), +(15378, '2003-12-03 14:11:14', 42.36, 144.732, 33, 5.9, 'mwb', 'usp000cedx', 'Hokkaido, Japan region', 'earthquake\r'), +(15379, '2003-12-05 20:03:23', -5.937, 149.745, 56.6, 5.5, 'mwc', 'usp000cekm', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15380, '2003-12-05 21:26:09', 55.538, 165.78, 10, 6.7, 'mwb', 'usp000ceks', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(15381, '2003-12-08 20:12:35', 51.09, 178.261, 33, 5.6, 'mwb', 'usp000ceuf', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15382, '2003-12-09 12:44:02', 51.334, -179.272, 33, 6.2, 'mwc', 'usp000cevy', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15383, '2003-12-10 04:38:12', 23.039, 121.362, 10, 6.8, 'mwb', 'usp000cexg', 'Taiwan', 'earthquake\r'), +(15384, '2003-12-10 12:25:52', -27.961, -71.322, 33, 5.8, 'mwb', 'usp000ceyq', 'offshore Atacama, Chile', 'earthquake\r'), +(15385, '2003-12-10 15:51:39', 17.642, 120.892, 33, 5.5, 'mwc', 'usp000ceyy', 'Luzon, Philippines', 'earthquake\r'), +(15386, '2003-12-11 00:01:46', 22.719, 121.523, 10, 5.5, 'mwc', 'usp000cezx', 'Taiwan region', 'earthquake\r'), +(15387, '2003-12-11 08:04:55', -16.547, -170.175, 10, 5.7, 'mwb', 'usp000cf0m', 'Samoa Islands region', 'earthquake\r'), +(15388, '2003-12-12 03:10:48', -1.062, 126.991, 33, 5.7, 'mwc', 'usp000cf2x', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(15389, '2003-12-16 20:08:19', -18.905, -177.342, 381.6, 5.7, 'mwc', 'usp000cfd3', 'Fiji region', 'earthquake\r'), +(15390, '2003-12-18 05:41:58', -6.347, 151.384, 53.6, 5.9, 'mwc', 'usp000cffv', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15391, '2003-12-19 13:05:31', 13.947, 124.53, 38.6, 5.5, 'mwc', 'usp000cfjn', 'Catanduanes, Philippines', 'earthquake\r'), +(15392, '2003-12-19 22:57:51', -3.77, -102.635, 10, 5.6, 'mwc', 'usp000cfm2', 'central East Pacific Rise', 'earthquake\r'), +(15393, '2003-12-21 07:40:46', -0.769, -20.601, 10, 6.6, 'mwc', 'usp000cfqj', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(15394, '2003-12-22 08:47:07', 42.279, 144.598, 37.5, 5.6, 'mwb', 'usp000cfsm', 'Hokkaido, Japan region', 'earthquake\r'), +(15395, '2003-12-22 19:15:56', 35.7005, -121.1005, 8.382, 6.5, 'mw', 'nc21323712', 'Central California', 'earthquake\r'), +(15396, '2003-12-23 05:58:37', -0.696, -20.33, 10, 5.8, 'mwb', 'usp000cfuv', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(15397, '2003-12-23 14:02:04', 40.135, -29.692, 10, 5.6, 'mwc', 'usp000cfw0', 'Azores Islands region', 'earthquake\r'), +(15398, '2003-12-23 23:15:28', 26.317, 125.775, 36.3, 5.7, 'mwc', 'usp000cfwp', 'northeast of Taiwan', 'earthquake\r'), +(15399, '2003-12-24 11:33:04', -5.801, 102.028, 10, 5.5, 'mwb', 'usp000cfy1', 'southern Sumatra, Indonesia', 'earthquake\r'), +(15400, '2003-12-25 07:11:12', 8.416, -82.824, 33, 6.5, 'mwb', 'usp000cfzw', 'Panama-Costa Rica border region', 'earthquake\r'), +(15401, '2003-12-25 14:21:15', -34.954, -178.249, 34.6, 6, 'mwb', 'usp000cg0q', 'south of the Kermadec Islands', 'earthquake\r'), +(15402, '2003-12-25 20:42:34', -22.252, 169.488, 10, 6.5, 'mwc', 'usp000cg1p', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15403, '2003-12-25 23:09:43', -22.305, 169.531, 10, 6, 'mwb', 'usp000cg1w', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15404, '2003-12-26 01:56:52', 28.995, 58.311, 10, 6.6, 'mwc', 'usp000cg2d', 'southeastern Iran', 'earthquake\r'), +(15405, '2003-12-26 08:18:33', -17.421, -178.877, 548, 5.5, 'mwc', 'usp000cg3h', 'Fiji region', 'earthquake\r'), +(15406, '2003-12-26 21:08:22', -22.324, 169.505, 10, 5.7, 'mwc', 'usp000cg53', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15407, '2003-12-26 21:26:04', -22.273, 169.314, 10, 6.8, 'mwc', 'usp000cg55', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15408, '2003-12-27 04:55:25', -22.107, 169.35, 10, 6.1, 'mwc', 'usp000cg6m', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15409, '2003-12-27 16:00:59', -22.015, 169.766, 10, 7.3, 'mwc', 'usp000cg90', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15410, '2003-12-27 22:38:02', -21.672, 169.835, 10, 6.7, 'mwb', 'usp000cgae', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15411, '2003-12-27 22:55:01', -21.648, 169.766, 10, 6.3, 'mwc', 'usp000cgag', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15412, '2003-12-28 05:15:27', -21.993, 170.111, 10, 5.5, 'mwc', 'usp000cgbn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15413, '2003-12-28 05:36:55', 0.599, 122.35, 74.9, 5.9, 'mwb', 'usp000cgbp', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(15414, '2003-12-28 23:47:36', -21.921, 169.886, 10, 5.5, 'mwc', 'usp000cge1', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15415, '2003-12-29 01:30:55', 42.423, 144.613, 33, 6.1, 'mwc', 'usp000cgeb', 'Hokkaido, Japan region', 'earthquake\r'), +(15416, '2003-12-29 11:48:46', -22.459, 169.622, 27.1, 5.7, 'mwc', 'usp000cgf9', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15417, '2003-12-30 09:50:44', 47.053, 154.187, 33, 5.9, 'mwb', 'usp000cghw', 'Kuril Islands', 'earthquake\r'), +(15418, '2003-12-31 21:57:08', 46.971, 154.241, 33, 5.9, 'mwb', 'usp000cgp4', 'east of the Kuril Islands', 'earthquake\r'), +(15419, '2004-01-01 04:39:12', -21.476, 169.859, 10, 5.5, 'mwc', 'usp000cgq5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15420, '2004-01-01 20:59:32', -8.31, 115.788, 44.5, 5.8, 'mwb', 'usp000cgss', 'Bali region, Indonesia', 'earthquake\r'), +(15421, '2004-01-01 23:31:50', 17.488, -101.303, 29.4, 6.1, 'mwc', 'usp000cgt8', 'Guerrero, Mexico', 'earthquake\r'), +(15422, '2004-01-01 23:58:02', 17.42, -101.315, 28.3, 5.7, 'mwc', 'usp000cgtd', 'offshore Guerrero, Mexico', 'earthquake\r'), +(15423, '2004-01-03 08:07:34', -22.376, 169.728, 10, 6, 'mwc', 'usp000cgxu', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15424, '2004-01-03 08:09:04', -22.163, 169.55, 10, 6.1, 'mwc', 'usp000cgxv', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15425, '2004-01-03 08:13:10', -22.323, 169.641, 10, 5.8, 'mwc', 'usp000cgxw', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15426, '2004-01-03 08:21:48', -22.324, 169.616, 10, 6.4, 'mwc', 'usp000cgxx', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15427, '2004-01-03 09:45:19', -22.3, 169.535, 10, 5.5, 'mwc', 'usp000cgyf', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15428, '2004-01-03 16:23:21', -22.253, 169.683, 22, 7.1, 'mwc', 'usp000cgz9', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15429, '2004-01-03 16:34:28', -22.438, 169.919, 10, 6.1, 'mb', 'usp000cgzc', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15430, '2004-01-03 16:38:29', -22.154, 169.869, 10, 5.6, 'mb', 'usp000cgzd', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15431, '2004-01-05 06:53:48', -3.589, 151.016, 63.5, 5.6, 'mwb', 'usp000ch64', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15432, '2004-01-07 10:42:39', 8.389, -82.692, 36.4, 5.5, 'mwb', 'usp000chc9', 'Panama-Costa Rica border region', 'earthquake\r'), +(15433, '2004-01-07 18:45:41', 20.053, 122.185, 42.3, 5.6, 'mwc', 'usp000chcz', 'Batan Islands region, Philippines', 'earthquake\r'), +(15434, '2004-01-08 23:05:57', -5.996, 149.301, 59.3, 5.8, 'mwb', 'usp000chfs', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15435, '2004-01-09 22:35:31', -6.072, 149.401, 57.7, 6.3, 'mwc', 'usp000chhr', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15436, '2004-01-10 02:31:04', -6.314, 128.041, 401.8, 5.5, 'mwc', 'usp000chja', 'Banda Sea', 'earthquake\r'), +(15437, '2004-01-10 07:25:44', -30.883, -71.656, 55.1, 5.7, 'mwb', 'usp000chjs', 'Coquimbo, Chile', 'earthquake\r'), +(15438, '2004-01-11 04:32:48', -36.696, 53.352, 5.3, 6.2, 'mwb', 'usp000chmx', 'South Indian Ocean', 'earthquake\r'), +(15439, '2004-01-11 08:07:05', -16.237, -176.175, 366.1, 5.9, 'mwb', 'usp000chnc', 'Fiji region', 'earthquake\r'), +(15440, '2004-01-11 09:29:10', -20.14, -179.154, 673.1, 6, 'mwb', 'usp000chnf', 'Fiji region', 'earthquake\r'), +(15441, '2004-01-11 19:31:33', 55.595, 165.677, 21, 5.5, 'mwb', 'usp000chpk', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(15442, '2004-01-12 17:17:01', -21.997, 170.246, 10, 5.8, 'mwc', 'usp000chrr', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15443, '2004-01-13 21:28:58', 16.108, -96.937, 28, 5.5, 'mwc', 'usp000chug', 'Oaxaca, Mexico', 'earthquake\r'), +(15444, '2004-01-15 06:48:57', -6.083, 149.684, 58.9, 5.6, 'mwc', 'usp000chxg', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15445, '2004-01-15 07:26:53', -3.528, 151.064, 10, 6.2, 'mwb', 'usp000chxj', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15446, '2004-01-16 15:42:25', -0.398, 132.091, 36.2, 5.6, 'mwb', 'usp000cj10', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(15447, '2004-01-16 18:07:56', 7.641, -37.704, 10, 6.2, 'mwb', 'usp000cj1g', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(15448, '2004-01-18 14:07:04', -47.038, -11.282, 10, 5.6, 'mwb', 'usp000cj6d', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(15449, '2004-01-19 07:22:53', 84.475, 105.215, 10, 5.6, 'mwb', 'usp000cj89', 'north of Severnaya Zemlya', 'earthquake\r'), +(15450, '2004-01-20 06:56:30', -62.445, -161.45, 10, 5.5, 'mwc', 'usp000cja9', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15451, '2004-01-20 08:11:59', 58.2201, -151.2228, 45.8, 5.5, 'mw', 'ak004x7kw4c', 'Kodiak Island region, Alaska', 'earthquake\r'), +(15452, '2004-01-20 08:11:59', 58.235, -151.221, 30, 5.5, 'mwc', 'usp000cjab', 'Kodiak Island region, Alaska', 'earthquake\r'), +(15453, '2004-01-22 04:15:43', -17.256, -176.903, 29.8, 5.5, 'mwc', 'usp000cje7', 'Fiji region', 'earthquake\r'), +(15454, '2004-01-23 05:00:31', -23.046, -69.891, 71.5, 5.9, 'mwb', 'usp000cjg1', 'Antofagasta, Chile', 'earthquake\r'), +(15455, '2004-01-23 06:49:56', -58.38, -139.718, 10, 5.5, 'mwc', 'usp000cjga', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15456, '2004-01-24 13:01:46', 52.122, -30.179, 10, 5.9, 'mwb', 'usp000cjk2', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15457, '2004-01-25 11:43:12', -16.83, -174.196, 129.8, 6.7, 'mwb', 'usp000cjn2', 'Tonga', 'earthquake\r'), +(15458, '2004-01-26 10:27:08', 51.135, 178.078, 36.7, 5.6, 'mwc', 'usp000cjqa', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15459, '2004-01-27 16:00:38', -17.84, -71.07, 56.9, 5.8, 'mwb', 'usp000cjta', 'near the coast of southern Peru', 'earthquake\r'), +(15460, '2004-01-28 10:10:27', -5.612, 151.801, 47.9, 5.5, 'mwb', 'usp000cjum', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15461, '2004-01-28 19:05:39', -1.682, 138.984, 15.1, 5.7, 'mwc', 'usp000cjvs', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(15462, '2004-01-28 22:15:31', -3.12, 127.4, 17.4, 6.7, 'mwb', 'usp000cjwh', 'Seram, Indonesia', 'earthquake\r'), +(15463, '2004-01-29 01:25:16', -35.418, -104.67, 10, 5.5, 'mwc', 'usp000cjx0', 'southeast of Easter Island', 'earthquake\r'), +(15464, '2004-01-29 03:52:52', -50.206, -114.78, 10, 6.1, 'mwb', 'usp000cjx7', 'southern East Pacific Rise', 'earthquake\r'), +(15465, '2004-01-29 09:48:43', 6.292, 126.943, 209.6, 5.5, 'mwb', 'usp000cjxv', 'Mindanao, Philippines', 'earthquake\r'), +(15466, '2004-01-29 20:10:41', -20.815, -174.163, 12, 5.7, 'mwb', 'usp000cjyt', 'Tonga', 'earthquake\r'), +(15467, '2004-01-31 07:32:59', -13.525, -111.396, 10, 5.5, 'mwc', 'usp000ck2z', 'central East Pacific Rise', 'earthquake\r'), +(15468, '2004-01-31 14:49:06', 30.052, 142.434, 10, 5.5, 'mwc', 'usp000ck3q', 'Izu Islands, Japan region', 'earthquake\r'), +(15469, '2004-02-01 11:41:14', -31.664, 179.701, 354.2, 5.8, 'mwb', 'usp000ck5v', 'Kermadec Islands region', 'earthquake\r'), +(15470, '2004-02-03 23:09:32', -3.728, 140.376, 46.1, 5.9, 'mwc', 'usp000ckbz', 'Papua, Indonesia', 'earthquake\r'), +(15471, '2004-02-04 05:18:45', -26.134, -63.461, 558.4, 5.8, 'mwc', 'usp000ckct', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(15472, '2004-02-04 11:59:48', 8.358, -82.877, 29.2, 6.1, 'mwb', 'usp000ckd6', 'Panama-Costa Rica border region', 'earthquake\r'), +(15473, '2004-02-05 21:05:03', -3.615, 135.538, 16.6, 7, 'mwc', 'usp000ckg7', 'Papua, Indonesia', 'earthquake\r'), +(15474, '2004-02-05 21:24:19', -3.658, 135.364, 37.1, 5.9, 'mwc', 'usp000ckga', 'Papua, Indonesia', 'earthquake\r'), +(15475, '2004-02-06 00:47:10', -1.386, 136.779, 3.5, 5.6, 'mwc', 'usp000ckh1', 'Biak region, Indonesia', 'earthquake\r'), +(15476, '2004-02-07 02:42:35', -4.003, 135.023, 10, 7.3, 'mwb', 'usp000ckks', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(15477, '2004-02-07 21:27:38', -4.071, 133.958, 10, 5.6, 'mwb', 'usp000cknu', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(15478, '2004-02-08 08:58:52', -3.665, 135.339, 25.7, 6.7, 'mwc', 'usp000ckq7', 'Papua, Indonesia', 'earthquake\r'), +(15479, '2004-02-08 11:37:38', -3.367, 68.259, 12.5, 5.5, 'mwc', 'usp000ckqy', 'Chagos Archipelago region', 'earthquake\r'), +(15480, '2004-02-09 01:24:41', 24.897, -112.393, 10, 5.5, 'mwb', 'usp000cksm', 'offshore Baja California Sur, Mexico', 'earthquake\r'), +(15481, '2004-02-10 20:33:51', 59.373, -152.028, 65.6, 5.6, 'mwb', 'usp000ckx7', 'Southern Alaska', 'earthquake\r'), +(15482, '2004-02-10 20:33:51', 59.3725, -152.0276, 65.6, 5.5, 'mw', 'ak0041w552xi', 'Southern Alaska', 'earthquake\r'), +(15483, '2004-02-11 05:08:21', -3.526, 135.581, 32.4, 5.7, 'mwc', 'usp000ckyh', 'Papua, Indonesia', 'earthquake\r'), +(15484, '2004-02-11 05:28:26', -3.627, 135.561, 22.7, 5.7, 'mwc', 'usp000ckyn', 'Papua, Indonesia', 'earthquake\r'), +(15485, '2004-02-12 13:47:33', -19.226, -173.518, 21.2, 5.8, 'mwb', 'usp000cm1s', 'Tonga', 'earthquake\r'), +(15486, '2004-02-13 00:41:39', 13.615, 57.108, 10, 5.5, 'mwc', 'usp000cm2k', 'Owen Fracture Zone region', 'earthquake\r'), +(15487, '2004-02-14 10:30:22', 34.774, 73.216, 11, 5.5, 'mwb', 'usp000cm59', 'Pakistan', 'earthquake\r'), +(15488, '2004-02-17 07:46:27', 43.144, 145.816, 40.3, 5.5, 'mwc', 'usp000cmdd', 'Hokkaido, Japan region', 'earthquake\r'), +(15489, '2004-02-18 10:59:19', 23.639, -108.821, 10, 5.9, 'mwc', 'usp000cmfn', 'Gulf of California', 'earthquake\r'), +(15490, '2004-02-20 05:58:45', -11.608, 166.45, 84, 6, 'mwb', 'usp000cmn7', 'Santa Cruz Islands', 'earthquake\r'), +(15491, '2004-02-21 02:34:43', -58.425, -14.963, 10, 6.6, 'mwb', 'usp000cmqq', 'east of the South Sandwich Islands', 'earthquake\r'), +(15492, '2004-02-22 06:46:27', -1.559, 100.488, 42, 6, 'mwb', 'usp000cmt2', 'southern Sumatra, Indonesia', 'earthquake\r'), +(15493, '2004-02-22 23:17:15', 18.505, 145.387, 197.5, 5.7, 'mwb', 'usp000cmuh', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(15494, '2004-02-23 16:04:49', -14.74, -175.63, 31, 6.3, 'mwb', 'usp000cmw1', 'Samoa Islands region', 'earthquake\r'), +(15495, '2004-02-24 02:27:46', 35.142, -3.997, 0, 6.4, 'mwb', 'usp000cmxe', 'Strait of Gibraltar', 'earthquake\r'), +(15496, '2004-02-25 08:56:07', 54.615, 162.814, 19.6, 5.5, 'mwc', 'usp000cn6w', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(15497, '2004-02-25 16:52:32', -20.667, -175.033, 55.8, 5.8, 'mwb', 'usp000cn8c', 'Tonga', 'earthquake\r'), +(15498, '2004-02-25 18:22:24', 13.991, -92.145, 35.5, 5.9, 'mwb', 'usp000cn8v', 'offshore Guatemala', 'earthquake\r'), +(15499, '2004-02-26 13:35:16', -27.781, -176.54, 10, 5.6, 'mwc', 'usp000cnck', 'Kermadec Islands region', 'earthquake\r'), +(15500, '2004-02-26 17:25:56', 8.288, 123.515, 12, 5.5, 'mwc', 'usp000cnd7', 'Mindanao, Philippines', 'earthquake\r'), +(15501, '2004-02-26 20:32:22', -18.171, 66.419, 10, 6.3, 'mwc', 'usp000cndk', 'Mauritius - Reunion region', 'earthquake\r'), +(15502, '2004-02-26 22:58:41', -53.159, 159.651, 10, 6, 'mwb', 'usp000cne1', 'Macquarie Island region', 'earthquake\r'), +(15503, '2004-02-27 06:14:33', -34.121, -112.516, 10, 5.7, 'mwb', 'usp000cnfp', 'southern East Pacific Rise', 'earthquake\r'), +(15504, '2004-03-01 00:35:58', 37.136, 22.116, 9.4, 5.6, 'mwb', 'usp000cnsj', 'southern Greece', 'earthquake\r'), +(15505, '2004-03-02 03:47:22', 11.61, -86.767, 28, 6.2, 'mwc', 'usp000cnw5', 'near the coast of Nicaragua', 'earthquake\r'), +(15506, '2004-03-04 17:48:42', -32.405, -178.59, 10, 5.5, 'mwc', 'usp000cp32', 'south of the Kermadec Islands', 'earthquake\r'), +(15507, '2004-03-05 00:49:33', -3.414, 145.35, 17.4, 5.6, 'mwb', 'usp000cp43', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(15508, '2004-03-05 06:00:22', -20.615, -178.837, 622.6, 5.6, 'mwc', 'usp000cp4k', 'Fiji region', 'earthquake\r'), +(15509, '2004-03-06 06:26:42', -5.112, 152.588, 44.7, 5.5, 'mwc', 'usp000cp79', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15510, '2004-03-06 10:21:32', 12.959, 93.135, 38.2, 5.5, 'mwc', 'usp000cp7x', 'Andaman Islands, India region', 'earthquake\r'), +(15511, '2004-03-07 01:07:32', -32.544, -178.597, 10, 5.6, 'mwc', 'usp000cp9h', 'south of the Kermadec Islands', 'earthquake\r'), +(15512, '2004-03-07 11:08:01', -32.381, -178.191, 7, 6, 'mwb', 'usp000cpb1', 'south of the Kermadec Islands', 'earthquake\r'), +(15513, '2004-03-07 13:29:46', 31.639, 91.236, 11, 5.6, 'mwc', 'usp000cpbk', 'eastern Xizang', 'earthquake\r'), +(15514, '2004-03-07 15:04:51', -32.527, -178.296, 10, 5.8, 'mwb', 'usp000cpbw', 'south of the Kermadec Islands', 'earthquake\r'), +(15515, '2004-03-08 22:49:33', -20.856, -179.008, 607, 5.6, 'mwc', 'usp000cpf0', 'Fiji region', 'earthquake\r'), +(15516, '2004-03-08 23:39:11', 10.48, -43.919, 10, 6, 'mwb', 'usp000cpf2', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15517, '2004-03-09 05:56:33', -2.131, 125.106, 29.6, 5.6, 'mwb', 'usp000cpfq', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(15518, '2004-03-09 13:08:08', -65.198, 179.71, 10, 5.9, 'mwc', 'usp000cpgc', 'Balleny Islands region', 'earthquake\r'), +(15519, '2004-03-09 22:07:13', -32.559, -177.97, 10, 5.8, 'mwc', 'usp000cphb', 'south of the Kermadec Islands', 'earthquake\r'), +(15520, '2004-03-09 22:56:43', -32.265, -178.358, 18.4, 6.2, 'mwc', 'usp000cphf', 'south of the Kermadec Islands', 'earthquake\r'), +(15521, '2004-03-10 03:48:37', -32.343, -178.119, 10, 5.7, 'mwc', 'usp000cpj1', 'south of the Kermadec Islands', 'earthquake\r'), +(15522, '2004-03-12 22:13:14', -15.579, -175.096, 271.5, 6, 'mwb', 'usp000cpsp', 'Tonga', 'earthquake\r'), +(15523, '2004-03-12 22:45:19', 36.397, 70.774, 218, 5.8, 'mwb', 'usp000cpst', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(15524, '2004-03-14 15:50:34', -32.285, -178.369, 10, 5.6, 'mwb', 'usp000cpy2', 'south of the Kermadec Islands', 'earthquake\r'), +(15525, '2004-03-14 16:30:42', -17.267, -172.316, 12, 6.1, 'mwb', 'usp000cpy4', 'Tonga region', 'earthquake\r'), +(15526, '2004-03-15 04:19:41', 2.07, 126.695, 58.5, 5.5, 'mwc', 'usp000cpzt', 'Molucca Sea', 'earthquake\r'), +(15527, '2004-03-17 03:21:08', -21.118, -65.586, 289.8, 6.1, 'mwb', 'usp000cq4u', 'Potosi, Bolivia', 'earthquake\r'), +(15528, '2004-03-17 05:21:01', 34.589, 23.326, 24.5, 6.1, 'mwb', 'usp000cq54', 'Crete, Greece', 'earthquake\r'), +(15529, '2004-03-17 06:16:34', 11.155, 124.708, 73.2, 5.5, 'mwc', 'usp000cq59', 'Leyte, Philippines', 'earthquake\r'), +(15530, '2004-03-17 13:37:42', -30.318, -178.082, 56.3, 5.5, 'mwc', 'usp000cq5v', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15531, '2004-03-17 16:49:46', -32.01, -66.699, 31.7, 5.5, 'mwb', 'usp000cq67', 'San Luis, Argentina', 'earthquake\r'), +(15532, '2004-03-18 20:04:25', -23.759, -176.002, 10, 6.2, 'mwc', 'usp000cq9m', 'south of the Fiji Islands', 'earthquake\r'), +(15533, '2004-03-19 20:42:00', -34.5, 55.28, 10, 5.7, 'mwc', 'usp000cqd6', 'Southwest Indian Ridge', 'earthquake\r'), +(15534, '2004-03-20 08:53:15', 53.829, 160.468, 52.5, 5.6, 'mwb', 'usp000cqep', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(15535, '2004-03-22 04:22:58', -22.938, -64.359, 16, 5.8, 'mwb', 'usp000cqkh', 'Salta, Argentina', 'earthquake\r'), +(15536, '2004-03-23 21:20:40', 18.774, 144.735, 27.1, 5.5, 'mwb', 'usp000cqqb', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(15537, '2004-03-23 21:57:07', 18.788, 144.764, 29.6, 5.7, 'mwb', 'usp000cqqf', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(15538, '2004-03-24 01:53:49', 45.382, 118.256, 18.8, 5.5, 'mwb', 'usp000cqr9', 'eastern Nei Mongol, China', 'earthquake\r'), +(15539, '2004-03-25 13:35:10', -6.184, 129.121, 228.8, 5.6, 'mwc', 'usp000cqv6', 'Banda Sea', 'earthquake\r'), +(15540, '2004-03-25 19:30:49', 39.93, 40.812, 10, 5.6, 'mwb', 'usp000cqvt', 'eastern Turkey', 'earthquake\r'), +(15541, '2004-03-26 15:20:07', 41.863, 144.209, 22.4, 5.8, 'mwb', 'usp000cqy3', 'Hokkaido, Japan region', 'earthquake\r'), +(15542, '2004-03-27 06:19:37', -6.256, 154.76, 48.1, 5.9, 'mwb', 'usp000cr05', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(15543, '2004-03-27 18:47:29', 33.954, 89.179, 8, 6, 'mwb', 'usp000cr1m', 'western Xizang', 'earthquake\r'), +(15544, '2004-03-28 03:51:10', 39.847, 40.874, 5, 5.6, 'mwc', 'usp000cr2z', 'eastern Turkey', 'earthquake\r'), +(15545, '2004-03-31 03:23:23', -25.184, -67.545, 129.5, 5.5, 'mwc', 'usp000crb6', 'Salta, Argentina', 'earthquake\r'), +(15546, '2004-04-02 15:41:30', -0.01, 124.932, 24.6, 5.6, 'mwb', 'usp000crh2', 'Molucca Sea', 'earthquake\r'), +(15547, '2004-04-02 21:43:50', -6.016, 104.077, 42.1, 5.5, 'mwc', 'usp000crhe', 'Sunda Strait, Indonesia', 'earthquake\r'), +(15548, '2004-04-03 09:57:13', -29.987, -71.985, 34.5, 5.5, 'mwc', 'usp000crju', 'offshore Coquimbo, Chile', 'earthquake\r'), +(15549, '2004-04-03 13:29:32', -20.535, -174.06, 2.2, 5.8, 'mwb', 'usp000crka', 'Tonga', 'earthquake\r'), +(15550, '2004-04-03 23:02:01', 36.428, 141.008, 31, 6, 'mwc', 'usp000crmc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15551, '2004-04-05 08:57:02', -23.525, -175.45, 32.3, 5.8, 'mwb', 'usp000crrg', 'Tonga region', 'earthquake\r'), +(15552, '2004-04-05 20:34:22', -20.436, -173.936, 8, 6.2, 'mwb', 'usp000crt0', 'Tonga', 'earthquake\r'), +(15553, '2004-04-05 21:24:04', 36.512, 71.029, 187.1, 6.6, 'mwb', 'usp000crt6', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(15554, '2004-04-07 20:23:11', 8.902, -84.126, 12.8, 5.5, 'mwc', 'usp000cry3', 'off the coast of Costa Rica', 'earthquake\r'), +(15555, '2004-04-08 04:57:50', -36.256, -97.827, 10, 6.4, 'mwc', 'usp000crz0', 'West Chile Rise', 'earthquake\r'), +(15556, '2004-04-08 10:22:58', -55.677, -27.874, 35, 5.5, 'mwb', 'usp000crzg', 'South Sandwich Islands region', 'earthquake\r'), +(15557, '2004-04-09 01:55:51', -1.549, 100.54, 65.6, 5.5, 'mwb', 'usp000cs1g', 'southern Sumatra, Indonesia', 'earthquake\r'), +(15558, '2004-04-09 15:23:35', -13.174, 167.198, 228.4, 6.5, 'mwb', 'usp000cs2y', 'Vanuatu', 'earthquake\r'), +(15559, '2004-04-10 04:54:04', -24.469, -176.011, 10, 5.5, 'mwc', 'usp000cs4k', 'south of the Fiji Islands', 'earthquake\r'), +(15560, '2004-04-10 07:35:24', 8.044, 137.215, 40.9, 5.8, 'mwb', 'usp000cs4y', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(15561, '2004-04-10 16:06:48', -24.672, -176.173, 15, 5.7, 'mwc', 'usp000cs5q', 'south of the Fiji Islands', 'earthquake\r'), +(15562, '2004-04-11 07:37:30', -3.729, 140.081, 20, 6.2, 'mwc', 'usp000cs7z', 'Papua, Indonesia', 'earthquake\r'), +(15563, '2004-04-11 18:06:12', 42.918, 144.836, 41.8, 6.1, 'mwb', 'usp000cs8z', 'Hokkaido, Japan region', 'earthquake\r'), +(15564, '2004-04-13 03:51:59', -22.485, 169.716, 10, 5.5, 'mwc', 'usp000cscq', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15565, '2004-04-14 01:33:05', -17.848, -174.559, 143.5, 6, 'mwc', 'usp000csed', 'Tonga', 'earthquake\r'), +(15566, '2004-04-14 01:54:09', 55.226, 162.659, 51.3, 6.2, 'mwb', 'usp000cseh', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(15567, '2004-04-14 08:10:09', -60.712, 153.578, 10, 5.7, 'mwb', 'usp000csf4', 'west of Macquarie Island', 'earthquake\r'), +(15568, '2004-04-14 23:07:40', 71.067, -7.747, 12.2, 6, 'mwb', 'usp000csgu', 'Jan Mayen Island region', 'earthquake\r'), +(15569, '2004-04-15 20:06:55', -19.374, 169.631, 10, 6.3, 'mwb', 'usp000csk2', 'Vanuatu', 'earthquake\r'), +(15570, '2004-04-15 20:20:15', -19.371, 169.549, 10, 5.7, 'mwc', 'usp000csk5', 'Vanuatu', 'earthquake\r'), +(15571, '2004-04-16 02:06:14', 8.904, 94.022, 29.2, 5.6, 'mwb', 'usp000csma', 'Nicobar Islands, India region', 'earthquake\r'), +(15572, '2004-04-16 08:27:29', -10.764, 164.183, 10.6, 5.7, 'mwb', 'usp000csn2', 'Santa Cruz Islands region', 'earthquake\r'), +(15573, '2004-04-16 16:58:37', -24.522, -175.879, 10, 6, 'mwb', 'usp000csp0', 'south of Tonga', 'earthquake\r'), +(15574, '2004-04-16 18:32:24', -8.669, 114.65, 95.5, 5.5, 'mwc', 'usp000csp7', 'Bali region, Indonesia', 'earthquake\r'), +(15575, '2004-04-16 21:57:05', -5.214, 102.718, 44.5, 6, 'mwb', 'usp000csps', 'southern Sumatra, Indonesia', 'earthquake\r'), +(15576, '2004-04-17 07:48:08', -10.893, 165.919, 61.9, 5.6, 'mwc', 'usp000csrm', 'Santa Cruz Islands', 'earthquake\r'), +(15577, '2004-04-17 12:40:16', -23.682, -179.983, 542.9, 5.6, 'mwc', 'usp000css9', 'south of the Fiji Islands', 'earthquake\r'), +(15578, '2004-04-17 15:58:25', -7.352, 128.373, 128.6, 5.8, 'mwc', 'usp000cssr', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(15579, '2004-04-17 19:00:55', -6.39, 129.977, 157.2, 5.7, 'mwb', 'usp000cst3', 'Banda Sea', 'earthquake\r'), +(15580, '2004-04-19 08:14:11', 3.614, -32.234, 10, 5.6, 'mwb', 'usp000csx2', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(15581, '2004-04-22 10:11:13', -17.587, 167.888, 10, 6, 'mwc', 'usp000ct3w', 'Vanuatu', 'earthquake\r'), +(15582, '2004-04-22 10:15:12', -17.628, 167.964, 24.7, 5.7, 'mwc', 'usp000ct3x', 'Vanuatu', 'earthquake\r'), +(15583, '2004-04-22 14:16:07', -3.355, 146.853, 35, 6, 'mwb', 'usp000ct4r', 'Bismarck Sea', 'earthquake\r'), +(15584, '2004-04-23 01:50:30', -9.362, 122.839, 65.8, 6.7, 'mwb', 'usp000ct64', 'Savu Sea', 'earthquake\r'), +(15585, '2004-04-24 07:44:11', -21.899, -174.822, 8, 6.1, 'mwb', 'usp000ct95', 'Tonga', 'earthquake\r'), +(15586, '2004-04-24 23:00:23', -28.985, -112.289, 10, 5.8, 'mwc', 'usp000ctb6', 'Easter Island region', 'earthquake\r'), +(15587, '2004-04-24 23:19:11', -29.105, -112.355, 10, 5.6, 'mwc', 'usp000ctb9', 'Easter Island region', 'earthquake\r'), +(15588, '2004-04-25 02:19:22', -21.779, 169.576, 10, 5.8, 'mwc', 'usp000ctbn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15589, '2004-04-26 06:57:55', -21.032, -174.432, 10, 5.8, 'mwc', 'usp000ctf8', 'Tonga', 'earthquake\r'), +(15590, '2004-04-27 23:28:19', -17.757, 167.756, 10, 6, 'mwc', 'usp000ctkv', 'Vanuatu', 'earthquake\r'), +(15591, '2004-04-28 04:09:00', 12.155, -87.426, 62, 5.6, 'mwc', 'usp000ctmq', 'near the coast of Nicaragua', 'earthquake\r'), +(15592, '2004-04-28 11:45:17', -16.494, -173.041, 53.6, 5.7, 'mwb', 'usp000ctnq', 'Tonga', 'earthquake\r'), +(15593, '2004-04-29 00:57:21', 10.805, -85.995, 10, 6.2, 'mwb', 'usp000ctpz', 'Costa Rica', 'earthquake\r'), +(15594, '2004-05-02 05:11:21', -21.044, -174.481, 10, 5.6, 'mwc', 'usp000ctzb', 'Tonga', 'earthquake\r'), +(15595, '2004-05-03 04:36:50', -37.695, -73.406, 21, 6.6, 'mwb', 'usp000cu1z', 'Bio-Bio, Chile', 'earthquake\r'), +(15596, '2004-05-03 05:12:40', 14.461, -90.726, 124.6, 5.7, 'mwc', 'usp000cu24', 'Guatemala', 'earthquake\r'), +(15597, '2004-05-03 19:33:16', -18.044, -172.55, 50, 5.7, 'mwb', 'usp000cu3m', 'Tonga region', 'earthquake\r'), +(15598, '2004-05-04 05:04:58', 37.506, 96.758, 13.5, 5.5, 'mwb', 'usp000cu4k', 'northern Qinghai, China', 'earthquake\r'), +(15599, '2004-05-05 04:57:53', -58.182, -11.385, 10, 5.9, 'mwc', 'usp000cu70', 'east of the South Sandwich Islands', 'earthquake\r'), +(15600, '2004-05-05 13:39:44', 38.507, 14.814, 228.9, 5.5, 'mwb', 'usp000cu7w', 'Sicily, Italy', 'earthquake\r'), +(15601, '2004-05-05 20:59:41', -57.186, -25.41, 53.9, 5.5, 'mwc', 'usp000cu8f', 'South Sandwich Islands region', 'earthquake\r'), +(15602, '2004-05-06 12:01:39', -4.602, 149.464, 573.5, 5.6, 'mwc', 'usp000cu9t', 'Bismarck Sea', 'earthquake\r'), +(15603, '2004-05-06 13:43:13', 42.525, 145.021, 28.6, 5.5, 'mwb', 'usp000cu9x', 'Hokkaido, Japan region', 'earthquake\r'), +(15604, '2004-05-06 15:16:22', -15.759, -175.071, 267, 5.7, 'mwb', 'usp000cua1', 'Tonga', 'earthquake\r'), +(15605, '2004-05-07 01:26:42', -21.988, 170.276, 14, 6.3, 'mwc', 'usp000cub5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15606, '2004-05-07 09:50:32', -57.907, -25.535, 71.5, 5.5, 'mwc', 'usp000cucb', 'South Sandwich Islands region', 'earthquake\r'), +(15607, '2004-05-08 08:02:54', 21.949, 121.604, 26.4, 5.6, 'mwb', 'usp000cueg', 'Taiwan region', 'earthquake\r'), +(15608, '2004-05-10 23:27:25', 37.485, 96.604, 10, 5.6, 'mwb', 'usp000cuq1', 'northern Qinghai, China', 'earthquake\r'), +(15609, '2004-05-11 08:28:48', 0.415, 97.825, 21, 6.1, 'mwb', 'usp000cur8', 'Nias region, Indonesia', 'earthquake\r'), +(15610, '2004-05-11 23:58:54', 12.702, -44.49, 10, 5.5, 'mwb', 'usp000cusz', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(15611, '2004-05-13 09:58:43', -3.584, 150.73, 10, 6.4, 'mwc', 'usp000cuxg', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15612, '2004-05-13 17:34:36', 11.743, 144.247, 24, 5.8, 'mwb', 'usp000cuyd', 'south of the Mariana Islands', 'earthquake\r'), +(15613, '2004-05-14 06:52:00', -11.914, 166.246, 20, 5.5, 'mwc', 'usp000cv0g', 'Santa Cruz Islands', 'earthquake\r'), +(15614, '2004-05-15 19:30:37', 14.169, -93.076, 10, 5.5, 'mwc', 'usp000cv53', 'offshore Chiapas, Mexico', 'earthquake\r'), +(15615, '2004-05-16 06:04:13', 23.095, 121.814, 34.5, 5.6, 'mwb', 'usp000cv69', 'Taiwan', 'earthquake\r'), +(15616, '2004-05-16 07:50:33', -15.34, -173.423, 54.7, 5.8, 'mwb', 'usp000cv6g', 'Tonga', 'earthquake\r'), +(15617, '2004-05-16 10:32:11', -11.797, 165.778, 10, 5.6, 'mwb', 'usp000cv73', 'Santa Cruz Islands', 'earthquake\r'), +(15618, '2004-05-16 10:55:50', -11.914, 166.338, 10, 5.8, 'mwc', 'usp000cv79', 'Santa Cruz Islands', 'earthquake\r'), +(15619, '2004-05-16 10:58:39', -11.963, 166.345, 10, 5.9, 'mwb', 'usp000cv7a', 'Santa Cruz Islands', 'earthquake\r'), +(15620, '2004-05-16 11:01:15', 7.63, 126.166, 11.8, 5.8, 'mwc', 'usp000cv7b', 'Mindanao, Philippines', 'earthquake\r'), +(15621, '2004-05-19 07:04:12', 22.662, 121.505, 20, 6.2, 'mwc', 'usp000cvj3', 'Taiwan region', 'earthquake\r'), +(15622, '2004-05-20 14:43:14', 43.125, 136.413, 313.1, 5.6, 'mwb', 'usp000cvpf', 'eastern Sea of Japan', 'earthquake\r'), +(15623, '2004-05-22 06:28:08', -20.901, -174.216, 10, 5.5, 'mwc', 'usp000cvv6', 'Tonga', 'earthquake\r'), +(15624, '2004-05-24 19:10:11', -32.614, -178.254, 10, 5.8, 'mwc', 'usp000cw3g', 'south of the Kermadec Islands', 'earthquake\r'), +(15625, '2004-05-27 10:10:36', 6.591, 126.411, 62.9, 5.7, 'mwb', 'usp000cwcf', 'Mindanao, Philippines', 'earthquake\r'), +(15626, '2004-05-27 15:11:38', -14.199, -14.427, 10, 5.5, 'mwc', 'usp000cwd0', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(15627, '2004-05-28 12:38:44', 36.29, 51.61, 17, 6.3, 'mwc', 'usp000cwf9', 'northern Iran', 'earthquake\r'), +(15628, '2004-05-29 03:47:11', 37.752, 141.881, 29.3, 5.8, 'mwc', 'usp000cwgp', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15629, '2004-05-29 20:56:10', 34.251, 141.406, 16, 6.5, 'mwb', 'usp000cwj8', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(15630, '2004-05-30 16:43:58', -17.243, -70.546, 108.9, 5.5, 'mwc', 'usp000cwnb', 'southern Peru', 'earthquake\r'), +(15631, '2004-05-30 21:11:25', -31.052, -177.117, 10, 5.9, 'mwc', 'usp000cwnu', 'Kermadec Islands region', 'earthquake\r'), +(15632, '2004-06-01 20:47:30', -9.037, 67.253, 10, 5.7, 'mwb', 'usp000cwvf', 'Mid-Indian Ridge', 'earthquake\r'), +(15633, '2004-06-02 08:50:37', -32.875, -179.447, 43.1, 6.2, 'mwb', 'usp000cwwx', 'south of the Kermadec Islands', 'earthquake\r'), +(15634, '2004-06-02 17:05:08', -23.766, 179.256, 537, 5.6, 'mwc', 'usp000cwy4', 'south of the Fiji Islands', 'earthquake\r'), +(15635, '2004-06-02 22:39:30', -30.481, -177.875, 28, 5.8, 'mwb', 'usp000cwyk', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15636, '2004-06-04 01:48:03', 54.463, -163.852, 72.7, 5.6, 'mwb', 'usp000cx1p', 'Unimak Island region, Alaska', 'earthquake\r'), +(15637, '2004-06-04 02:38:28', -16.052, -173.854, 85.4, 5.6, 'mwc', 'usp000cx1y', 'Tonga', 'earthquake\r'), +(15638, '2004-06-06 09:38:07', -6.04, 113.109, 579.4, 5.9, 'mwb', 'usp000cx7y', 'Java, Indonesia', 'earthquake\r'), +(15639, '2004-06-08 08:55:53', 17.51, -83.458, 10, 5.9, 'mwb', 'usp000cxe0', 'north of Honduras', 'earthquake\r'), +(15640, '2004-06-08 10:54:30', -15.237, 167.519, 115.7, 5.5, 'mwb', 'usp000cxe5', 'Vanuatu', 'earthquake\r'), +(15641, '2004-06-09 22:52:09', -51.603, 139.615, 10, 6.4, 'mwc', 'usp000cxhv', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(15642, '2004-06-10 08:59:54', 11.453, -87.652, 10, 5.9, 'mwc', 'usp000cxk4', 'near the coast of Nicaragua', 'earthquake\r'), +(15643, '2004-06-10 15:19:58', 55.682, 160.003, 188.6, 6.9, 'mwb', 'usp000cxkw', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(15644, '2004-06-10 18:12:09', 42.395, 142.958, 49.9, 5.8, 'mwc', 'usp000cxm8', 'Hokkaido, Japan region', 'earthquake\r'), +(15645, '2004-06-10 20:33:06', -30.257, -178.702, 143.1, 5.6, 'mwc', 'usp000cxmk', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15646, '2004-06-13 19:28:13', -17.891, -178.57, 580.1, 5.7, 'mwc', 'usp000cxvg', 'Fiji region', 'earthquake\r'), +(15647, '2004-06-14 20:06:13', -22.087, -174.937, 10, 5.8, 'mwb', 'usp000cxx9', 'Tonga region', 'earthquake\r'), +(15648, '2004-06-14 22:54:21', 16.337, -97.845, 10, 5.9, 'mwb', 'usp000cxxg', 'Oaxaca, Mexico', 'earthquake\r'), +(15649, '2004-06-15 11:16:32', -38.854, -73.155, 37.8, 6.1, 'mwb', 'usp000cxyk', 'Araucania, Chile', 'earthquake\r'), +(15650, '2004-06-17 01:16:01', -21.246, -68.372, 115.4, 5.7, 'mwb', 'usp000cy29', 'Antofagasta, Chile', 'earthquake\r'), +(15651, '2004-06-20 01:37:36', 5.347, -82.551, 10, 5.8, 'mwb', 'usp000cy9v', 'south of Panama', 'earthquake\r'), +(15652, '2004-06-22 09:04:44', -10.902, 166.259, 152.8, 5.9, 'mwc', 'usp000cygr', 'Santa Cruz Islands', 'earthquake\r'), +(15653, '2004-06-22 21:39:37', -19.108, -175.747, 231, 5.6, 'mwc', 'usp000cyht', 'Tonga', 'earthquake\r'), +(15654, '2004-06-25 02:35:08', -6.711, 130.375, 70.5, 6.1, 'mwb', 'usp000cyqg', 'Banda Sea', 'earthquake\r'), +(15655, '2004-06-28 09:49:51', 55.0721, -134.5324, 19.9, 6.8, 'mw', 'ak00489udzds', 'Southeastern Alaska', 'earthquake\r'), +(15656, '2004-06-28 12:57:46', -41.064, 80.903, 10, 5.6, 'mwc', 'usp000cz2q', 'Mid-Indian Ridge', 'earthquake\r'), +(15657, '2004-06-29 07:01:31', 10.738, -87.043, 9, 6.3, 'mwc', 'usp000cz4q', 'off the coast of Costa Rica', 'earthquake\r'), +(15658, '2004-06-29 11:40:17', -0.665, 123.36, 10, 5.5, 'mwb', 'usp000cz5a', 'Sulawesi, Indonesia', 'earthquake\r'), +(15659, '2004-06-30 23:37:25', 0.797, 124.726, 90.8, 6.3, 'mwb', 'usp000cza8', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(15660, '2004-07-01 04:39:38', -49.581, 163.669, 10, 6.2, 'mwc', 'usp000czam', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(15661, '2004-07-01 05:43:58', -15.346, -173.554, 63.1, 5.8, 'mwb', 'usp000czaq', 'Tonga', 'earthquake\r'), +(15662, '2004-07-01 09:20:44', 54.131, -35.259, 10, 5.6, 'mwc', 'usp000czb6', 'Reykjanes Ridge', 'earthquake\r'), +(15663, '2004-07-01 09:31:50', -23.073, -175.416, 10, 5.6, 'mwc', 'usp000czb7', 'Tonga region', 'earthquake\r'), +(15664, '2004-07-01 16:20:59', -25.541, -179.379, 405.5, 5.7, 'mwc', 'usp000czc5', 'south of the Fiji Islands', 'earthquake\r'), +(15665, '2004-07-01 19:28:45', -5.91, 148.662, 56.9, 5.6, 'mwb', 'usp000czck', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15666, '2004-07-02 11:57:10', -8.975, 67.614, 10, 5.7, 'mwc', 'usp000czds', 'Mid-Indian Ridge', 'earthquake\r'), +(15667, '2004-07-07 21:29:23', -17.431, 168.21, 10, 5.8, 'mwb', 'usp000czr9', 'Vanuatu', 'earthquake\r'), +(15668, '2004-07-08 10:30:49', 47.198, 151.303, 128.5, 6.4, 'mwb', 'usp000czs4', 'Kuril Islands', 'earthquake\r'), +(15669, '2004-07-08 17:33:39', -25.077, -116.167, 10, 5.7, 'mwb', 'usp000czsn', 'southern East Pacific Rise', 'earthquake\r'), +(15670, '2004-07-08 19:54:34', -25.055, -115.964, 10, 6, 'mwb', 'usp000czsw', 'southern East Pacific Rise', 'earthquake\r'), +(15671, '2004-07-10 00:20:57', -8.784, 94.812, 10, 5.7, 'mwb', 'usp000czvs', 'South Indian Ocean', 'earthquake\r'), +(15672, '2004-07-11 23:08:44', 30.694, 83.672, 13, 6.2, 'mwb', 'usp000czza', 'western Xizang', 'earthquake\r'), +(15673, '2004-07-11 23:46:13', -20.252, -126.928, 12, 6.1, 'mwb', 'usp000czzd', 'South Pacific Ocean', 'earthquake\r'), +(15674, '2004-07-13 19:51:02', -24.259, -174.922, 25, 5.5, 'mwb', 'usp000d03x', 'south of Tonga', 'earthquake\r'), +(15675, '2004-07-15 04:27:13', -17.639, -178.619, 560, 5.5, 'mb', 'usp000d06r', 'Fiji region', 'earthquake\r'), +(15676, '2004-07-15 04:27:15', -17.656, -178.76, 565.5, 7.1, 'mwc', 'usp000d06s', 'Fiji region', 'earthquake\r'), +(15677, '2004-07-15 12:06:52', 49.695, -126.855, 18.7, 5.9, 'mwb', 'usp000d07f', 'Vancouver Island, Canada region', 'earthquake\r'), +(15678, '2004-07-16 23:58:19', -65.651, -179.574, 10, 6.2, 'mwc', 'usp000d0a7', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15679, '2004-07-17 06:10:18', 34.746, 140.218, 46.1, 5.6, 'mwc', 'usp000d0an', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15680, '2004-07-17 12:17:53', -54.72, 143.787, 10, 5.7, 'mwc', 'usp000d0b0', 'west of Macquarie Island', 'earthquake\r'), +(15681, '2004-07-18 04:22:23', -38, 176.51, 5, 5.6, 'mwb', 'usp000d0d2', 'North Island of New Zealand', 'earthquake\r'), +(15682, '2004-07-19 08:01:49', 49.623, -126.967, 23.7, 6.4, 'mwb', 'usp000d0fx', 'Vancouver Island, Canada region', 'earthquake\r'), +(15683, '2004-07-20 03:40:24', -20.317, 169.372, 37, 5.8, 'mwc', 'usp000d0hb', 'Vanuatu', 'earthquake\r'), +(15684, '2004-07-20 14:16:24', 19.639, 146.808, 13.4, 5.9, 'mwb', 'usp000d0j8', 'Mariana Islands region', 'earthquake\r'), +(15685, '2004-07-22 09:45:15', 26.489, 128.894, 20.9, 6.1, 'mwb', 'usp000d0pa', 'Ryukyu Islands, Japan', 'earthquake\r'), +(15686, '2004-07-24 18:54:58', 26.488, 128.754, 30.8, 5.5, 'mwb', 'usp000d0th', 'Ryukyu Islands, Japan', 'earthquake\r'), +(15687, '2004-07-25 14:35:19', -2.427, 103.981, 582.1, 7.3, 'mwb', 'usp000d0v4', 'southern Sumatra, Indonesia', 'earthquake\r'), +(15688, '2004-07-25 19:48:57', 12.405, 95.016, 23.9, 5.6, 'mwc', 'usp000d0vh', 'Andaman Islands, India region', 'earthquake\r'), +(15689, '2004-07-28 03:56:29', -0.443, 133.091, 13.4, 6.5, 'mwc', 'usp000d0zn', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(15690, '2004-07-28 04:02:00', -0.328, 133.061, 10, 5.5, 'mb', 'usp000d0zp', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(15691, '2004-07-28 10:23:29', -10.308, 161.168, 56.1, 5.7, 'mwb', 'usp000d109', 'Solomon Islands', 'earthquake\r'), +(15692, '2004-07-29 01:44:07', 12.455, 94.997, 22.4, 5.9, 'mwb', 'usp000d11k', 'Andaman Islands, India region', 'earthquake\r'), +(15693, '2004-07-29 13:23:03', 12.445, 95.003, 24.1, 5.6, 'mwb', 'usp000d12s', 'Andaman Islands, India region', 'earthquake\r'), +(15694, '2004-07-29 22:21:42', -4.093, 143.036, 56.2, 5.7, 'mwb', 'usp000d13k', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(15695, '2004-07-30 12:14:33', -57.261, -25.802, 61.9, 5.5, 'mwb', 'usp000d14t', 'South Sandwich Islands region', 'earthquake\r'), +(15696, '2004-07-31 01:51:32', -63.204, -165.665, 10, 5.6, 'mwc', 'usp000d15q', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15697, '2004-08-01 12:09:57', -63.38, -166.719, 10, 5.6, 'mwc', 'usp000d18c', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15698, '2004-08-01 19:03:10', -63.563, -166.666, 10, 6, 'mwb', 'usp000d199', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15699, '2004-08-01 19:44:48', -13.387, -112.21, 10, 5.8, 'mwc', 'usp000d19e', 'central East Pacific Rise', 'earthquake\r'), +(15700, '2004-08-02 02:36:55', -5.471, 102.623, 40.5, 5.6, 'mwb', 'usp000d19y', 'southern Sumatra, Indonesia', 'earthquake\r'), +(15701, '2004-08-04 03:01:08', 36.833, 27.815, 10, 5.6, 'mwc', 'usp000d1e2', 'Dodecanese Islands, Greece', 'earthquake\r'), +(15702, '2004-08-04 21:15:16', 52.315, 159.563, 36.4, 5.6, 'mwc', 'usp000d1g6', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(15703, '2004-08-05 01:46:50', 13.965, 146.366, 46.1, 5.5, 'mwc', 'usp000d1gr', 'Mariana Islands region', 'earthquake\r'), +(15704, '2004-08-06 14:35:27', 12.43, 94.998, 23.5, 5.6, 'mwb', 'usp000d1mn', 'Andaman Islands, India region', 'earthquake\r'), +(15705, '2004-08-07 09:30:17', 51.753, -166.313, 8, 6, 'mwb', 'usp000d1p9', 'south of the Aleutian Islands', 'earthquake\r'), +(15706, '2004-08-07 11:49:13', 17.196, -95.218, 100.9, 5.9, 'mwb', 'usp000d1pm', 'Oaxaca, Mexico', 'earthquake\r'), +(15707, '2004-08-07 14:18:35', -6.242, 95.666, 20.7, 5.6, 'mwc', 'usp000d1py', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(15708, '2004-08-10 01:47:33', 36.444, 70.796, 207, 6, 'mwb', 'usp000d1v6', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(15709, '2004-08-10 05:37:06', -3.162, 150.294, 19, 5.5, 'mwc', 'usp000d1vp', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(15710, '2004-08-10 06:13:33', 39.633, 141.956, 69.7, 5.7, 'mwb', 'usp000d1vq', 'eastern Honshu, Japan', 'earthquake\r'), +(15711, '2004-08-11 15:48:27', 38.377, 39.261, 7.4, 5.7, 'mwc', 'usp000d1yj', 'eastern Turkey', 'earthquake\r'), +(15712, '2004-08-12 15:59:42', -11.91, 166.723, 205.7, 5.8, 'mwb', 'usp000d20g', 'Santa Cruz Islands', 'earthquake\r'), +(15713, '2004-08-15 03:41:18', -6.238, -107.154, 10, 5.6, 'mwb', 'usp000d26a', 'central East Pacific Rise', 'earthquake\r'), +(15714, '2004-08-17 04:49:03', -26.368, -177.926, 209.8, 5.7, 'mwb', 'usp000d2ae', 'south of the Fiji Islands', 'earthquake\r'), +(15715, '2004-08-18 09:03:10', 16.427, -94.944, 62.9, 5.9, 'mwb', 'usp000d2cj', 'Oaxaca, Mexico', 'earthquake\r'), +(15716, '2004-08-19 06:35:04', 13.817, 123.995, 44.2, 5.5, 'mwb', 'usp000d2ep', 'Luzon, Philippines', 'earthquake\r'), +(15717, '2004-08-21 11:33:41', -22.038, 169.377, 10, 5.5, 'mwc', 'usp000d2kp', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15718, '2004-08-23 00:57:14', -25.015, -13.715, 10, 5.5, 'mwb', 'usp000d2pj', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(15719, '2004-08-24 10:05:34', 32.542, 92.19, 10, 5.5, 'mwc', 'usp000d2sa', 'Xizang-Qinghai border region', 'earthquake\r'), +(15720, '2004-08-27 00:43:55', -27.42, -70.805, 30, 5.9, 'mwb', 'usp000d2xr', 'Atacama, Chile', 'earthquake\r'), +(15721, '2004-08-28 13:41:26', -35.173, -70.525, 5, 6.5, 'mwb', 'usp000d30e', 'Maule, Chile', 'earthquake\r'), +(15722, '2004-08-28 16:09:35', -8.82, 157.354, 13.5, 5.6, 'mwc', 'usp000d311', 'Solomon Islands', 'earthquake\r'), +(15723, '2004-08-28 16:13:14', -8.66, 157.239, 10, 5.6, 'mwc', 'usp000d312', 'Solomon Islands', 'earthquake\r'), +(15724, '2004-08-28 17:00:58', -8.689, 157.253, 10, 5.7, 'mwb', 'usp000d315', 'Solomon Islands', 'earthquake\r'), +(15725, '2004-08-29 22:08:34', -62.62, 165.248, 10, 5.5, 'mwc', 'usp000d357', 'Balleny Islands region', 'earthquake\r'), +(15726, '2004-08-30 12:23:22', 49.539, 157.279, 11.5, 5.7, 'mwb', 'usp000d371', 'east of the Kuril Islands', 'earthquake\r'), +(15727, '2004-08-31 16:25:10', 7.291, 126.957, 10, 5.7, 'mwc', 'usp000d39u', 'Mindanao, Philippines', 'earthquake\r'), +(15728, '2004-09-01 02:49:29', 36.959, 141.607, 34.9, 5.7, 'mwc', 'usp000d3ar', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15729, '2004-09-01 15:13:38', -60.935, 160.156, 10, 5.8, 'mwc', 'usp000d3bv', 'Macquarie Island region', 'earthquake\r'), +(15730, '2004-09-03 12:16:50', -15.192, -173.375, 10, 5.6, 'mwb', 'usp000d3f0', 'Tonga', 'earthquake\r'), +(15731, '2004-09-03 19:04:48', -15.254, -173.34, 10, 6.2, 'mwb', 'usp000d3fm', 'Tonga', 'earthquake\r'), +(15732, '2004-09-03 23:18:17', -15.038, -173.479, 10, 5.6, 'mwb', 'usp000d3g1', 'Tonga', 'earthquake\r'), +(15733, '2004-09-04 20:24:08', -14.829, -173.243, 10, 5.7, 'mwc', 'usp000d3j8', 'Samoa Islands region', 'earthquake\r'), +(15734, '2004-09-04 23:56:36', -21.015, 169.278, 10, 5.9, 'mwc', 'usp000d3je', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15735, '2004-09-05 10:07:08', 33.07, 136.618, 14, 7.2, 'mwc', 'usp000d3ka', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(15736, '2004-09-05 14:57:19', 33.184, 137.071, 10, 7.4, 'mwb', 'usp000d3mb', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(15737, '2004-09-05 20:31:00', 33.247, 136.804, 10, 5.7, 'mwc', 'usp000d3ns', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(15738, '2004-09-06 12:42:59', -55.372, -28.976, 10, 6.9, 'mwb', 'usp000d3qv', 'South Sandwich Islands region', 'earthquake\r'), +(15739, '2004-09-06 14:17:19', -55.261, -28.78, 10, 5.8, 'mwc', 'usp000d3r9', 'South Sandwich Islands region', 'earthquake\r'), +(15740, '2004-09-06 14:41:01', -55.369, -28.893, 10, 5.7, 'mwc', 'usp000d3rf', 'South Sandwich Islands region', 'earthquake\r'), +(15741, '2004-09-06 15:31:37', 9.134, 126.328, 47.9, 5.5, 'mwc', 'usp000d3rh', 'Mindanao, Philippines', 'earthquake\r'), +(15742, '2004-09-06 21:17:36', -55.22, -29.193, 10, 5.6, 'mwc', 'usp000d3sj', 'South Sandwich Islands region', 'earthquake\r'), +(15743, '2004-09-06 21:18:30', -55.36, -28.929, 10, 5.6, 'mwc', 'usp000d3sk', 'South Sandwich Islands region', 'earthquake\r'), +(15744, '2004-09-06 23:29:35', 33.205, 137.227, 10, 6.6, 'mwc', 'usp000d3sx', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(15745, '2004-09-07 11:53:06', -28.573, -65.84, 22.3, 6.4, 'mwb', 'usp000d3up', 'Catamarca, Argentina', 'earthquake\r'), +(15746, '2004-09-07 12:33:56', -34.006, -72.186, 16.5, 5.7, 'mwc', 'usp000d3uu', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(15747, '2004-09-07 18:36:20', 33.237, 137.092, 10, 5.6, 'mwc', 'usp000d3vf', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(15748, '2004-09-08 11:00:18', -15.153, -173.429, 12.7, 5.9, 'mwc', 'usp000d3wt', 'Tonga', 'earthquake\r'), +(15749, '2004-09-08 14:58:26', 33.14, 137.2, 21.2, 6.1, 'mwb', 'usp000d3x4', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(15750, '2004-09-08 15:40:24', -52.157, -4.966, 10, 5.6, 'mwc', 'usp000d3xa', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(15751, '2004-09-09 16:33:22', 17.759, -81.55, 25.2, 6, 'mwb', 'usp000d3zr', 'Cayman Islands region', 'earthquake\r'), +(15752, '2004-09-10 02:05:58', 33.059, 136.497, 10, 5.6, 'mwc', 'usp000d40p', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(15753, '2004-09-11 21:52:38', -57.976, -25.342, 63.9, 6.1, 'mwb', 'usp000d43u', 'South Sandwich Islands region', 'earthquake\r'), +(15754, '2004-09-13 02:39:04', -16.295, 67.098, 11.7, 5.6, 'mwb', 'usp000d463', 'Mid-Indian Ridge', 'earthquake\r'), +(15755, '2004-09-13 03:00:13', 43.998, 151.408, 8, 6.1, 'mwb', 'usp000d467', 'east of the Kuril Islands', 'earthquake\r'), +(15756, '2004-09-13 22:29:31', -22.665, -175.204, 10, 5.6, 'mwc', 'usp000d47v', 'Tonga region', 'earthquake\r'), +(15757, '2004-09-14 20:15:17', 7.959, 127.466, 15.3, 5.5, 'mwb', 'usp000d49c', 'Philippine Islands region', 'earthquake\r'), +(15758, '2004-09-15 19:10:51', 14.22, 120.411, 115.4, 6, 'mwb', 'usp000d4bh', 'Luzon, Philippines', 'earthquake\r'), +(15759, '2004-09-15 19:45:42', 5.885, 125.277, 82.2, 5.5, 'mwc', 'usp000d4bk', 'Mindanao, Philippines', 'earthquake\r'), +(15760, '2004-09-17 11:25:48', 15.814, 95.879, 15, 5.7, 'mwb', 'usp000d4fj', 'near the south coast of Myanmar', 'earthquake\r'), +(15761, '2004-09-18 07:07:48', 23.106, -67.614, 10, 5.7, 'mwb', 'usp000d4hk', 'North Atlantic Ocean', 'earthquake\r'), +(15762, '2004-09-19 04:09:38', -32.742, -179.719, 138.5, 5.6, 'mwb', 'usp000d4mf', 'south of the Kermadec Islands', 'earthquake\r'), +(15763, '2004-09-19 20:26:04', 52.205, 174.027, 25, 6.2, 'mwc', 'usp000d4p2', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15764, '2004-09-19 22:59:54', -12.925, 166.793, 114.7, 5.5, 'mwc', 'usp000d4pc', 'Santa Cruz Islands', 'earthquake\r'), +(15765, '2004-09-22 20:50:00', -55.102, -28.419, 10, 5.5, 'mwc', 'usp000d4vq', 'South Sandwich Islands region', 'earthquake\r'), +(15766, '2004-09-23 10:08:28', -15.599, -177.278, 18.7, 5.9, 'mwb', 'usp000d4wx', 'Fiji region', 'earthquake\r'), +(15767, '2004-09-24 10:34:54', 0.456, -26.403, 10, 5.9, 'mwc', 'usp000d4za', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(15768, '2004-09-24 14:43:11', 28.565, -112.725, 10, 5.9, 'mwb', 'usp000d4zn', 'Gulf of California', 'earthquake\r'), +(15769, '2004-09-27 22:58:25', -32.688, -71.743, 32.9, 5.5, 'mwc', 'usp000d565', 'offshore Valparaiso, Chile', 'earthquake\r'), +(15770, '2004-09-28 15:29:54', -52.515, 28.016, 10, 6.4, 'mwc', 'usp000d580', 'south of Africa', 'earthquake\r'), +(15771, '2004-09-28 17:15:24', 35.8181667, -120.366, 8.136, 5.97, 'mw', 'nc30228270', '18km N of Shandon, California', 'earthquake\r'), +(15772, '2004-09-28 21:32:19', -15.69, -74.529, 27.1, 5.8, 'mwc', 'usp000d593', 'near the coast of southern Peru', 'earthquake\r'), +(15773, '2004-09-29 02:00:58', -58.719, -25.458, 50.9, 5.5, 'mwc', 'usp000d59e', 'South Sandwich Islands region', 'earthquake\r'), +(15774, '2004-10-01 08:01:01', 11.989, -86.52, 87.3, 5.6, 'mwc', 'usp000d5g6', 'near the coast of Nicaragua', 'earthquake\r'), +(15775, '2004-10-01 09:40:27', 3.615, 128.386, 10, 5.6, 'mwb', 'usp000d5gd', 'north of Halmahera, Indonesia', 'earthquake\r'), +(15776, '2004-10-01 19:46:05', -22.424, 173.269, 10, 5.9, 'mwc', 'usp000d5j2', 'southeast of the Loyalty Islands', 'earthquake\r'), +(15777, '2004-10-03 18:34:17', -56.559, -141.906, 10, 5.5, 'mwc', 'usp000d5q0', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(15778, '2004-10-04 19:20:35', 14.546, 146.993, 7.2, 6, 'mwc', 'usp000d5s5', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(15779, '2004-10-05 04:02:30', 5.479, -82.689, 10, 5.5, 'mwb', 'usp000d5t0', 'south of Panama', 'earthquake\r'), +(15780, '2004-10-06 14:40:40', 35.95, 139.919, 64, 5.8, 'mwc', 'usp000d5w4', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(15781, '2004-10-06 22:30:57', -0.67, 134.426, 10, 6.2, 'mwc', 'usp000d5x0', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(15782, '2004-10-07 01:05:13', 36.429, 26.796, 128.9, 5.5, 'mwc', 'usp000d5xb', 'Dodecanese Islands, Greece', 'earthquake\r'), +(15783, '2004-10-07 21:46:20', 37.125, 54.477, 34.6, 5.6, 'mwb', 'usp000d5z5', 'Turkmenistan-Iran border region', 'earthquake\r'), +(15784, '2004-10-08 08:27:54', -10.951, 162.161, 36, 6.8, 'mwb', 'usp000d600', 'Solomon Islands', 'earthquake\r'), +(15785, '2004-10-08 14:36:06', 13.925, 120.534, 105, 6.5, 'mwb', 'usp000d60h', 'Mindoro, Philippines', 'earthquake\r'), +(15786, '2004-10-08 15:28:39', -56.529, -26.868, 101.5, 5.8, 'mwc', 'usp000d60q', 'South Sandwich Islands region', 'earthquake\r'), +(15787, '2004-10-09 15:44:24', -15.186, -173.284, 10, 5.9, 'mwb', 'usp000d62v', 'Tonga', 'earthquake\r'), +(15788, '2004-10-09 21:26:54', 11.422, -86.665, 35, 7, 'mwc', 'usp000d63h', 'near the coast of Nicaragua', 'earthquake\r'), +(15789, '2004-10-09 23:38:22', -60.736, -50.884, 10, 5.9, 'mwc', 'usp000d63u', 'Scotia Sea', 'earthquake\r'), +(15790, '2004-10-10 06:52:40', -6.689, 130.435, 69, 5.5, 'mwb', 'usp000d648', 'Banda Sea', 'earthquake\r'), +(15791, '2004-10-11 06:37:13', 5.389, 126.437, 30.5, 5.8, 'mwc', 'usp000d66e', 'Mindanao, Philippines', 'earthquake\r'), +(15792, '2004-10-11 18:14:19', -17.224, 167.803, 25, 5.9, 'mwc', 'usp000d67a', 'Vanuatu', 'earthquake\r'), +(15793, '2004-10-11 22:03:47', -14.816, -175.076, 10, 5.7, 'mwb', 'usp000d67g', 'Samoa Islands region', 'earthquake\r'), +(15794, '2004-10-12 15:29:02', -17.08, 174.474, 23.6, 5.5, 'mwb', 'usp000d68y', 'Fiji region', 'earthquake\r'), +(15795, '2004-10-13 20:30:06', -17.595, -178.922, 566.3, 5.5, 'mwc', 'usp000d6b7', 'Fiji region', 'earthquake\r'), +(15796, '2004-10-13 20:35:41', -6.066, 130.528, 89.9, 5.8, 'mwb', 'usp000d6b9', 'Banda Sea', 'earthquake\r'), +(15797, '2004-10-15 04:08:50', 24.53, 122.694, 94, 6.7, 'mwb', 'usp000d6dm', 'Taiwan region', 'earthquake\r'), +(15798, '2004-10-16 18:54:44', 36.237, 141.305, 47, 5.8, 'mwb', 'usp000d6gu', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15799, '2004-10-20 18:32:25', -14.027, 166.612, 59.8, 6.1, 'mwc', 'usp000d6rb', 'Vanuatu', 'earthquake\r'), +(15800, '2004-10-22 12:00:12', 14.166, 40.296, 10, 5.5, 'mwc', 'usp000d6u8', 'Eritrea - Ethiopia region', 'earthquake\r'), +(15801, '2004-10-23 05:11:48', -8.174, 124.812, 25.1, 5.6, 'mwb', 'usp000d6vc', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(15802, '2004-10-23 08:56:01', 37.226, 138.779, 16, 6.6, 'mwc', 'usp000d6vk', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15803, '2004-10-23 08:59:37', 37.268, 138.866, 10, 5.7, 'mb', 'usp000d6vm', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15804, '2004-10-23 09:03:13', 37.318, 138.816, 10.5, 6.1, 'mwc', 'usp000d6vn', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15805, '2004-10-23 09:11:57', 37.239, 138.608, 18, 5.8, 'mwc', 'usp000d6vq', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15806, '2004-10-23 09:34:05', 37.318, 138.808, 10, 6.3, 'mwc', 'usp000d6vu', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15807, '2004-10-23 09:57:26', 37.193, 138.745, 10, 5.6, 'mwc', 'usp000d6w3', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15808, '2004-10-23 10:36:46', 37.225, 138.64, 10, 5.7, 'mwc', 'usp000d6w7', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15809, '2004-10-23 10:45:57', 37.305, 138.655, 10, 5.7, 'mwc', 'usp000d6w8', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15810, '2004-10-24 05:37:19', -62.088, 154.624, 10, 5.5, 'mwc', 'usp000d6yn', 'Balleny Islands region', 'earthquake\r'), +(15811, '2004-10-24 13:31:16', -6.567, 130.218, 89.9, 5.5, 'mwb', 'usp000d6zg', 'Banda Sea', 'earthquake\r'), +(15812, '2004-10-24 21:04:57', 37.308, 138.701, 11, 5.7, 'mwb', 'usp000d70d', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15813, '2004-10-25 01:51:02', -8.861, 124.343, 99.5, 5.5, 'mwc', 'usp000d70z', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(15814, '2004-10-25 20:59:51', 0.853, -28.991, 10, 5.6, 'mwc', 'usp000d72p', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(15815, '2004-10-26 02:11:33', 31.024, 81.154, 10.1, 5.6, 'mwc', 'usp000d738', 'western Xizang', 'earthquake\r'), +(15816, '2004-10-26 07:24:19', -9.687, 160.616, 115.9, 5.5, 'mwb', 'usp000d73v', 'Solomon Islands', 'earthquake\r'), +(15817, '2004-10-26 20:48:11', -57.067, -24.829, 10, 6, 'mwb', 'usp000d750', 'South Sandwich Islands region', 'earthquake\r'), +(15818, '2004-10-26 22:53:08', -57.071, -24.679, 10, 6.4, 'mwb', 'usp000d754', 'South Sandwich Islands region', 'earthquake\r'), +(15819, '2004-10-26 23:25:21', -56.984, -24.638, 10, 5.5, 'mwc', 'usp000d755', 'South Sandwich Islands region', 'earthquake\r'), +(15820, '2004-10-27 01:40:50', 37.284, 138.885, 14.1, 6, 'mwb', 'usp000d75k', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15821, '2004-10-27 20:34:37', 45.787, 26.622, 95.8, 5.9, 'mwb', 'usp000d778', 'Romania', 'earthquake\r'), +(15822, '2004-10-29 19:28:58', 15.643, 119.11, 21.2, 5.5, 'mwb', 'usp000d7ad', 'Luzon, Philippines', 'earthquake\r'), +(15823, '2004-10-30 13:26:50', -15.473, 168.082, 10, 5.7, 'mwc', 'usp000d7bk', 'Vanuatu', 'earthquake\r'), +(15824, '2004-11-02 08:45:56', 28.702, 143.214, 10, 5.7, 'mwb', 'usp000d7gw', 'Bonin Islands, Japan region', 'earthquake\r'), +(15825, '2004-11-02 10:02:13', 49.277, -128.772, 10, 6.7, 'mwb', 'usp000d7h4', 'Vancouver Island, Canada region', 'earthquake\r'), +(15826, '2004-11-02 10:32:51', -30.956, -178.846, 18.4, 5.6, 'mwc', 'usp000d7h7', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(15827, '2004-11-03 08:31:44', 14.474, 146.842, 10, 6, 'mwc', 'usp000d7kq', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(15828, '2004-11-04 14:03:12', 43.62, 146.812, 61.8, 5.9, 'mwb', 'usp000d7pf', 'Kuril Islands', 'earthquake\r'), +(15829, '2004-11-05 05:18:35', -4.361, 143.925, 125.7, 6, 'mwb', 'usp000d7qk', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(15830, '2004-11-05 17:31:33', -18.579, 168.967, 186.7, 5.7, 'mwb', 'usp000d7rf', 'Vanuatu', 'earthquake\r'), +(15831, '2004-11-07 02:02:26', 47.948, 144.477, 474, 6.2, 'mwb', 'usp000d7ut', 'Sea of Okhotsk', 'earthquake\r'), +(15832, '2004-11-07 02:41:41', -55.5, -29.049, 38.6, 5.8, 'mwb', 'usp000d7uz', 'South Sandwich Islands region', 'earthquake\r'), +(15833, '2004-11-08 02:15:59', 37.396, 138.862, 10, 5.5, 'mwb', 'usp000d7x5', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(15834, '2004-11-08 15:07:25', 33.721, 138.403, 10, 5.6, 'mwc', 'usp000d7ye', 'Izu Islands, Japan region', 'earthquake\r'), +(15835, '2004-11-08 15:55:01', 24.104, 122.542, 29, 6.3, 'mwc', 'usp000d7yk', 'Taiwan region', 'earthquake\r'), +(15836, '2004-11-09 22:14:38', 11.619, 140.695, 54.9, 5.5, 'mwb', 'usp000d81n', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(15837, '2004-11-09 23:58:24', -11.15, 163.706, 13, 6.9, 'mwb', 'usp000d81v', 'Solomon Islands', 'earthquake\r'), +(15838, '2004-11-10 10:35:34', -21.192, -176.103, 10, 5.6, 'mwb', 'usp000d832', 'Fiji region', 'earthquake\r'), +(15839, '2004-11-11 02:16:45', 24.41, 122.226, 49.9, 5.7, 'mwc', 'usp000d84b', 'Taiwan region', 'earthquake\r'), +(15840, '2004-11-11 10:02:47', 42.139, 144.344, 32.8, 6.1, 'mwb', 'usp000d84n', 'Hokkaido, Japan region', 'earthquake\r'), +(15841, '2004-11-11 17:33:07', -11.266, 162.123, 10, 5.9, 'mwb', 'usp000d854', 'Solomon Islands', 'earthquake\r'), +(15842, '2004-11-11 17:34:52', -11.128, 162.208, 10, 6.7, 'mwb', 'usp000d855', 'Solomon Islands', 'earthquake\r'), +(15843, '2004-11-11 17:39:06', -11.109, 161.915, 10, 5.5, 'mb', 'usp000d857', 'Solomon Islands', 'earthquake\r'), +(15844, '2004-11-11 21:26:41', -8.152, 124.868, 10, 7.5, 'mwc', 'usp000d85g', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(15845, '2004-11-11 21:36:50', -7.952, 125.23, 10, 5.5, 'mb', 'usp000d85h', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(15846, '2004-11-11 22:07:04', -7.964, 125.384, 10, 5.5, 'mb', 'usp000d85q', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(15847, '2004-11-11 22:49:48', -8.255, 124.93, 10, 6.4, 'ms', 'usp000d860', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(15848, '2004-11-12 06:36:17', -26.705, -63.319, 568.7, 6.1, 'mwb', 'usp000d88b', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(15849, '2004-11-12 11:31:51', -11.156, 162.284, 10, 5.8, 'mwb', 'usp000d895', 'Solomon Islands', 'earthquake\r'), +(15850, '2004-11-12 19:56:25', 8.425, -102.953, 10, 5.6, 'mwb', 'usp000d8a3', 'northern East Pacific Rise', 'earthquake\r'), +(15851, '2004-11-12 20:13:15', 8.284, -103.002, 10, 5.6, 'mwc', 'usp000d8a4', 'northern East Pacific Rise', 'earthquake\r'), +(15852, '2004-11-13 00:24:19', -10.251, 164.657, 10, 5.9, 'mwb', 'usp000d8an', 'Santa Cruz Islands region', 'earthquake\r'), +(15853, '2004-11-13 07:33:18', -26.748, -63.361, 573.1, 5.8, 'mwc', 'usp000d8bk', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(15854, '2004-11-13 09:59:33', -11.002, 163.621, 24.6, 5.6, 'mwc', 'usp000d8bt', 'Solomon Islands', 'earthquake\r'), +(15855, '2004-11-14 18:44:14', 41.715, 144.049, 25, 5.5, 'mwc', 'usp000d8f8', 'Hokkaido, Japan region', 'earthquake\r'), +(15856, '2004-11-15 09:06:57', 4.695, -77.508, 15, 7.2, 'mwb', 'usp000d8gx', 'near the west coast of Colombia', 'earthquake\r'), +(15857, '2004-11-16 10:06:55', -5.627, 151.452, 55.7, 6.1, 'mwc', 'usp000d8k4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15858, '2004-11-17 20:58:22', 39.189, 71.857, 20, 5.8, 'mwc', 'usp000d8nw', 'Tajikistan', 'earthquake\r'), +(15859, '2004-11-17 21:09:13', -20.068, -178.71, 622.6, 6.6, 'mwb', 'usp000d8nz', 'Fiji region', 'earthquake\r'), +(15860, '2004-11-18 12:27:07', -21.059, -179.062, 625.4, 5.7, 'mwc', 'usp000d8q9', 'Fiji region', 'earthquake\r'), +(15861, '2004-11-20 02:32:44', -3.405, 126.186, 21.8, 5.5, 'mwb', 'usp000d8t5', 'Buru, Indonesia', 'earthquake\r'), +(15862, '2004-11-20 08:07:22', 9.602, -84.172, 16, 6.4, 'mwb', 'usp000d8tf', 'Costa Rica', 'earthquake\r'), +(15863, '2004-11-20 22:01:46', 13.376, -90.056, 40.6, 6.3, 'mwc', 'usp000d8uu', 'offshore El Salvador', 'earthquake\r'), +(15864, '2004-11-21 11:07:14', -15.403, -174.908, 256.1, 6, 'mwb', 'usp000d8w1', 'Tonga', 'earthquake\r'), +(15865, '2004-11-21 11:41:08', 15.679, -61.706, 14, 6.3, 'mwb', 'usp000d8w3', 'Dominica region, Leeward Islands', 'earthquake\r'), +(15866, '2004-11-22 20:26:24', -46.676, 164.721, 10, 7.1, 'mwc', 'usp000d8ze', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(15867, '2004-11-23 02:26:16', 40.324, 20.629, 15.4, 5.5, 'mwc', 'usp000d905', 'Albania', 'earthquake\r'), +(15868, '2004-11-23 21:04:56', -24.294, 178.99, 532.3, 5.9, 'mwc', 'usp000d929', 'south of the Fiji Islands', 'earthquake\r'), +(15869, '2004-11-26 02:25:03', -3.609, 135.404, 10, 7.1, 'mwc', 'usp000d975', 'Papua, Indonesia', 'earthquake\r'), +(15870, '2004-11-26 08:01:12', -3.5, 135.343, 10, 5.9, 'mwb', 'usp000d98w', 'Papua, Indonesia', 'earthquake\r'), +(15871, '2004-11-26 15:29:02', -3.595, 135.358, 10, 5.5, 'mwc', 'usp000d9ad', 'Papua, Indonesia', 'earthquake\r'), +(15872, '2004-11-26 22:42:37', 42.377, 142.899, 58, 5.7, 'mwb', 'usp000d9bd', 'Hokkaido, Japan region', 'earthquake\r'), +(15873, '2004-11-27 09:48:59', -3.619, 135.432, 10, 5.8, 'mwb', 'usp000d9d4', 'Papua, Indonesia', 'earthquake\r'), +(15874, '2004-11-28 02:35:13', -26.525, -113.834, 10, 6.6, 'mwc', 'usp000d9f2', 'Easter Island region', 'earthquake\r'), +(15875, '2004-11-28 07:36:45', -3.638, 135.445, 23.1, 6.2, 'mwb', 'usp000d9fy', 'Papua, Indonesia', 'earthquake\r'), +(15876, '2004-11-28 18:32:14', 43.006, 145.119, 39, 7, 'mwb', 'usp000d9h1', 'Hokkaido, Japan region', 'earthquake\r'), +(15877, '2004-11-28 18:36:42', 42.984, 145.083, 39.5, 5.9, 'mwr', 'usp000d9h3', 'Hokkaido, Japan region', 'earthquake\r'), +(15878, '2004-12-01 23:17:22', -3.665, 135.528, 10, 5.6, 'mwc', 'usp000d9rr', 'Papua, Indonesia', 'earthquake\r'), +(15879, '2004-12-02 03:32:22', -3.375, 135.413, 10, 5.6, 'mwb', 'usp000d9sb', 'Papua, Indonesia', 'earthquake\r'), +(15880, '2004-12-02 03:45:33', -3.351, 135.452, 10, 5.7, 'mwc', 'usp000d9sd', 'Papua, Indonesia', 'earthquake\r'), +(15881, '2004-12-02 19:16:35', 10.49, -61.48, 49, 5.8, 'mwc', 'usp000d9un', 'Gulf of Paria, Trinidad and Tobago', 'earthquake\r'), +(15882, '2004-12-03 14:59:14', -34.439, 179.32, 157.4, 5.7, 'mwb', 'usp000d9x7', 'south of the Kermadec Islands', 'earthquake\r'), +(15883, '2004-12-06 14:15:12', 42.9, 145.228, 35, 6.8, 'mwb', 'usp000da6m', 'Hokkaido, Japan region', 'earthquake\r'), +(15884, '2004-12-06 16:26:29', -18.481, -178.076, 439.2, 6.1, 'mwc', 'usp000da6v', 'Fiji region', 'earthquake\r'), +(15885, '2004-12-08 06:03:56', -30.84, -71.223, 44, 5.8, 'mwb', 'usp000daa4', 'Coquimbo, Chile', 'earthquake\r'), +(15886, '2004-12-10 00:53:55', -18.928, 169.015, 137.5, 5.8, 'mwb', 'usp000dad6', 'Vanuatu', 'earthquake\r'), +(15887, '2004-12-10 09:42:34', 10.874, 141.781, 32.2, 5.5, 'mwc', 'usp000dads', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(15888, '2004-12-11 01:55:50', -4.613, 149.779, 541.8, 5.5, 'mwc', 'usp000daex', 'Bismarck Sea', 'earthquake\r'), +(15889, '2004-12-12 16:03:38', -3.489, 145.196, 14, 5.5, 'mwb', 'usp000daj4', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(15890, '2004-12-13 12:00:12', -8.059, 125.068, 10, 5.5, 'mwc', 'usp000dam2', 'East Timor region', 'earthquake\r'), +(15891, '2004-12-13 15:23:41', 13.385, -89.37, 62.3, 6, 'mwc', 'usp000damd', 'offshore El Salvador', 'earthquake\r'), +(15892, '2004-12-14 05:56:10', 44.119, 141.793, 10, 5.8, 'mwb', 'usp000danq', 'Hokkaido, Japan region', 'earthquake\r'), +(15893, '2004-12-14 23:20:13', 18.958, -81.409, 10, 6.8, 'mwb', 'usp000daqt', 'Cayman Islands region', 'earthquake\r'), +(15894, '2004-12-17 07:13:11', -21.901, -179.301, 593.3, 5.8, 'mwb', 'usp000daw2', 'Fiji region', 'earthquake\r'), +(15895, '2004-12-18 06:46:20', 48.837, 156.309, 11, 6.2, 'mwb', 'usp000day2', 'east of the Kuril Islands', 'earthquake\r'), +(15896, '2004-12-18 08:50:06', 48.772, 156.174, 10, 5.6, 'mwc', 'usp000dayd', 'east of the Kuril Islands', 'earthquake\r'), +(15897, '2004-12-18 17:15:26', -16.052, -174.785, 10, 5.8, 'mwb', 'usp000daz4', 'Tonga', 'earthquake\r'), +(15898, '2004-12-18 17:57:23', -16.2, -73.925, 27.8, 5.8, 'mwc', 'usp000daz7', 'near the coast of southern Peru', 'earthquake\r'), +(15899, '2004-12-19 08:23:48', 9.38, -78.82, 58.1, 5.5, 'mwb', 'usp000db0b', 'Panama', 'earthquake\r'), +(15900, '2004-12-19 15:14:51', 7.38, 123.778, 575.7, 5.7, 'mwc', 'usp000db15', 'Mindanao, Philippines', 'earthquake\r'), +(15901, '2004-12-19 20:13:37', -18.105, -178.853, 563.8, 5.8, 'mwc', 'usp000db1k', 'Fiji region', 'earthquake\r'), +(15902, '2004-12-20 03:58:43', -15.265, -75.17, 25.9, 5.5, 'mwc', 'usp000db2h', 'near the coast of central Peru', 'earthquake\r'), +(15903, '2004-12-20 07:39:29', -15.873, -174.631, 227.8, 5.8, 'mwc', 'usp000db2s', 'Tonga', 'earthquake\r'), +(15904, '2004-12-21 15:34:28', 42.955, 145.414, 37.4, 5.6, 'mwb', 'usp000db5d', 'Hokkaido, Japan region', 'earthquake\r'), +(15905, '2004-12-22 21:03:39', -55.942, -124.997, 10, 6.1, 'mwc', 'usp000db7t', 'southern East Pacific Rise', 'earthquake\r'), +(15906, '2004-12-23 14:59:04', -49.312, 161.345, 10, 8.1, 'mwc', 'usp000db93', 'north of Macquarie Island', 'earthquake\r'), +(15907, '2004-12-23 19:50:05', -49.31, 161.448, 10, 5.6, 'ms', 'usp000db9t', 'north of Macquarie Island', 'earthquake\r'), +(15908, '2004-12-24 13:39:44', -20.358, -178.668, 614.5, 5.8, 'mwc', 'usp000dbbm', 'Fiji region', 'earthquake\r'), +(15909, '2004-12-26 00:58:53', 3.295, 95.982, 30, 9.1, 'mw', 'official20041226005853450_30', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15910, '2004-12-26 01:17:10', 4.942, 94.267, 30, 5.5, 'mb', 'usp000dbef', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15911, '2004-12-26 01:21:21', 6.34, 93.361, 30, 6.1, 'mb', 'usp000dbeg', 'Nicobar Islands, India region', 'earthquake\r'), +(15912, '2004-12-26 01:22:26', 7.421, 93.985, 30, 6, 'mb', 'usp000dbeh', 'Nicobar Islands, India region', 'earthquake\r'), +(15913, '2004-12-26 01:25:49', 5.499, 94.213, 30, 6.1, 'mb', 'usp000dbej', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15914, '2004-12-26 01:29:53', 20.908, 97.71, 38.5, 5.8, 'mb', 'usp000dbek', 'Myanmar', 'earthquake\r'), +(15915, '2004-12-26 01:30:16', 8.826, 93.708, 30, 5.5, 'mb', 'usp000dbem', 'Nicobar Islands, India region', 'earthquake\r'), +(15916, '2004-12-26 01:33:22', 7.764, 93.713, 25.4, 5.5, 'mb', 'usp000dben', 'Nicobar Islands, India region', 'earthquake\r'), +(15917, '2004-12-26 01:48:52', 5.429, 94.465, 51.8, 5.7, 'mb', 'usp000dbeq', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15918, '2004-12-26 02:00:40', 6.848, 94.667, 30, 6, 'mb', 'usp000dbet', 'Nicobar Islands, India region', 'earthquake\r'), +(15919, '2004-12-26 02:15:24', 6.17, 93.473, 30, 5.6, 'mb', 'usp000dbeu', 'Nicobar Islands, India region', 'earthquake\r'), +(15920, '2004-12-26 02:16:00', 12.321, 92.499, 26.8, 5.7, 'mb', 'usp000dbew', 'Andaman Islands, India region', 'earthquake\r'), +(15921, '2004-12-26 02:22:02', 8.868, 92.467, 15.5, 5.7, 'mb', 'usp000dbex', 'Nicobar Islands, India region', 'earthquake\r'), +(15922, '2004-12-26 02:34:52', 3.99, 94.139, 30, 5.7, 'mb', 'usp000dbez', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15923, '2004-12-26 02:36:10', 12.183, 92.936, 38.5, 5.8, 'mb', 'usp000dbf0', 'Andaman Islands, India region', 'earthquake\r'), +(15924, '2004-12-26 02:38:09', 8.493, 92.353, 33.2, 5.6, 'mb', 'usp000dbf1', 'Nicobar Islands, India region', 'earthquake\r'), +(15925, '2004-12-26 02:46:21', 4.235, 93.607, 30, 5.7, 'mb', 'usp000dbf5', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15926, '2004-12-26 02:52:02', 12.504, 92.604, 30, 5.8, 'mb', 'usp000dbf6', 'Andaman Islands, India region', 'earthquake\r'), +(15927, '2004-12-26 02:59:14', 3.183, 94.377, 30, 5.7, 'mb', 'usp000dbf9', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15928, '2004-12-26 03:02:38', 8.615, 92.326, 30, 5.5, 'mb', 'usp000dbfa', 'Nicobar Islands, India region', 'earthquake\r'), +(15929, '2004-12-26 03:08:44', 13.745, 93.009, 30, 5.9, 'mb', 'usp000dbfc', 'Andaman Islands, India region', 'earthquake\r'), +(15930, '2004-12-26 03:17:52', 7.21, 92.924, 30, 5.6, 'mb', 'usp000dbff', 'Nicobar Islands, India region', 'earthquake\r'), +(15931, '2004-12-26 03:19:13', 3.548, 94.289, 30, 5.5, 'mb', 'usp000dbfg', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15932, '2004-12-26 03:24:55', 4.473, 94.068, 26.3, 5.8, 'mb', 'usp000dbfj', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15933, '2004-12-26 03:40:16', 5.532, 94.334, 30, 5.6, 'mb', 'usp000dbfp', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15934, '2004-12-26 03:51:12', 5.049, 94.771, 30, 5.7, 'mb', 'usp000dbfv', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15935, '2004-12-26 04:00:58', 6.789, 94.082, 29.4, 5.5, 'mb', 'usp000dbfz', 'Nicobar Islands, India region', 'earthquake\r'), +(15936, '2004-12-26 04:02:56', 4.983, 94.72, 47.9, 5.8, 'mb', 'usp000dbg1', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15937, '2004-12-26 04:21:30', 6.91, 92.958, 39.2, 7.2, 'mwc', 'usp000dbg6', 'Nicobar Islands, India region', 'earthquake\r'), +(15938, '2004-12-26 06:02:28', 8.273, 94.057, 23.7, 5.7, 'mb', 'usp000dbgy', 'Nicobar Islands, India region', 'earthquake\r'), +(15939, '2004-12-26 06:56:47', 10.984, 92.282, 23.5, 5.5, 'mb', 'usp000dbha', 'Andaman Islands, India region', 'earthquake\r'), +(15940, '2004-12-26 07:07:10', 10.363, 93.747, 19.5, 5.6, 'mb', 'usp000dbhc', 'Andaman Islands, India region', 'earthquake\r'), +(15941, '2004-12-26 07:38:27', 13.13, 93.035, 30, 5.7, 'mb', 'usp000dbhj', 'Andaman Islands, India region', 'earthquake\r'), +(15942, '2004-12-26 07:51:17', 7.808, 93.428, 25, 6, 'mw', 'iscgem7453859', 'Nicobar Islands, India region', 'earthquake\r'), +(15943, '2004-12-26 07:52:29', 8.128, 94.066, 17.8, 5.5, 'mb', 'usp000dbhk', 'Nicobar Islands, India region', 'earthquake\r'), +(15944, '2004-12-26 09:20:02', 8.879, 92.375, 16.1, 6.6, 'mwc', 'usp000dbj1', 'Nicobar Islands, India region', 'earthquake\r'), +(15945, '2004-12-26 10:18:14', 8.857, 93.738, 30, 5.5, 'mb', 'usp000dbjf', 'Nicobar Islands, India region', 'earthquake\r'), +(15946, '2004-12-26 10:19:32', 13.462, 92.738, 26.4, 6.3, 'mwc', 'usp000dbjg', 'Andaman Islands, India region', 'earthquake\r'), +(15947, '2004-12-26 10:51:20', 7.633, 92.314, 30, 5.5, 'mb', 'usp000dbjp', 'Nicobar Islands, India region', 'earthquake\r'), +(15948, '2004-12-26 10:56:03', 10.07, 93.834, 30, 5.5, 'mb', 'usp000dbjs', 'Andaman Islands, India region', 'earthquake\r'), +(15949, '2004-12-26 11:05:01', 13.533, 92.84, 13.3, 6.2, 'mwc', 'usp000dbjw', 'Andaman Islands, India region', 'earthquake\r'), +(15950, '2004-12-26 13:56:40', 2.779, 94.467, 30, 5.9, 'mwc', 'usp000dbkh', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15951, '2004-12-26 14:48:44', 13.59, 92.91, 30, 5.7, 'mwc', 'usp000dbkr', 'Andaman Islands, India region', 'earthquake\r'), +(15952, '2004-12-26 15:06:33', 3.651, 94.086, 17.8, 6, 'mwc', 'usp000dbku', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15953, '2004-12-26 16:55:17', 3.864, 94.501, 30.7, 5.5, 'mwc', 'usp000dbmt', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15954, '2004-12-26 18:42:44', 13.71, 92.953, 26.2, 5.5, 'mwc', 'usp000dbnf', 'Andaman Islands, India region', 'earthquake\r'), +(15955, '2004-12-26 19:03:49', 4.093, 94.217, 30, 5.6, 'mwc', 'usp000dbnm', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15956, '2004-12-26 19:15:18', -1.527, 138.766, 30, 5.7, 'mwc', 'usp000dbnp', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(15957, '2004-12-26 19:19:56', 2.794, 94.162, 30, 6.1, 'mwc', 'usp000dbnq', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15958, '2004-12-26 20:50:35', 6.318, 126.92, 127.3, 5.5, 'mwc', 'usp000dbpc', 'Mindanao, Philippines', 'earthquake\r'), +(15959, '2004-12-26 21:06:49', 4.471, 96.342, 30, 5.5, 'mb', 'usp000dbph', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15960, '2004-12-27 00:32:16', 5.476, 94.467, 33, 5.8, 'mwc', 'usp000dbrx', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15961, '2004-12-27 00:36:09', 8.472, 92.394, 30, 5.5, 'mwc', 'usp000dbry', 'Nicobar Islands, India region', 'earthquake\r'), +(15962, '2004-12-27 00:49:29', 12.982, 92.395, 23.7, 5.8, 'mwc', 'usp000dbs0', 'Andaman Islands, India region', 'earthquake\r'), +(15963, '2004-12-27 03:04:34', -4.198, 152.796, 25.8, 5.6, 'mwc', 'usp000dbsx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(15964, '2004-12-27 06:59:15', 3.033, 95.538, 27.2, 5.6, 'mwc', 'usp000dbu7', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15965, '2004-12-27 07:47:35', 2.709, 94.512, 23.3, 5.5, 'mwc', 'usp000dbud', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15966, '2004-12-27 08:37:38', 6.477, 93.279, 30, 5.6, 'mwc', 'usp000dbuk', 'Nicobar Islands, India region', 'earthquake\r'), +(15967, '2004-12-27 09:39:07', 5.348, 94.65, 35, 6.1, 'mwb', 'usp000dbuz', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15968, '2004-12-27 09:57:53', 7.706, 92.645, 9.1, 5.7, 'mwc', 'usp000dbv0', 'Nicobar Islands, India region', 'earthquake\r'), +(15969, '2004-12-27 10:05:05', 4.724, 95.11, 49.7, 5.7, 'mwc', 'usp000dbv2', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15970, '2004-12-27 14:46:46', 12.35, 92.469, 19, 5.6, 'mwc', 'usp000dbwy', 'Andaman Islands, India region', 'earthquake\r'), +(15971, '2004-12-27 19:13:19', 11.586, 92.499, 25.8, 5.5, 'mwc', 'usp000dbyv', 'Andaman Islands, India region', 'earthquake\r'), +(15972, '2004-12-27 20:10:51', 2.93, 95.606, 28.9, 5.8, 'mwc', 'usp000dbz8', 'Simeulue, Indonesia', 'earthquake\r'), +(15973, '2004-12-27 20:23:45', 7.064, 91.786, 28.7, 5.7, 'mwc', 'usp000dbzb', 'Nicobar Islands, India region', 'earthquake\r'), +(15974, '2004-12-28 00:37:51', 7.655, 94.135, 22.2, 5.5, 'mwc', 'usp000dc10', 'Nicobar Islands, India region', 'earthquake\r'), +(15975, '2004-12-28 11:17:44', 4.732, 95.205, 36, 5.8, 'mwb', 'usp000dc1w', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15976, '2004-12-28 21:07:36', 53.216, -173.795, 252.7, 5.8, 'mwb', 'usp000dc2s', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(15977, '2004-12-29 01:39:41', 8.378, 93.156, 34, 5.9, 'mwc', 'usp000dc3a', 'Nicobar Islands, India region', 'earthquake\r'), +(15978, '2004-12-29 01:50:53', 9.109, 93.756, 8, 6.1, 'mwb', 'usp000dc3b', 'Nicobar Islands, India region', 'earthquake\r'), +(15979, '2004-12-29 05:56:48', 8.791, 93.198, 12, 6.2, 'mwb', 'usp000dc3q', 'Nicobar Islands, India region', 'earthquake\r'), +(15980, '2004-12-29 06:05:17', 8.822, 93.088, 30, 5.9, 'mwc', 'usp000dc3r', 'Nicobar Islands, India region', 'earthquake\r'), +(15981, '2004-12-29 13:20:29', 28.919, 130.444, 38, 5.7, 'mwb', 'usp000dc4c', 'Ryukyu Islands, Japan', 'earthquake\r'), +(15982, '2004-12-29 13:58:50', 38.455, 142.018, 44.5, 5.7, 'mwc', 'usp000dc4e', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(15983, '2004-12-29 18:50:21', 5.531, 94.277, 47.7, 5.7, 'mwb', 'usp000dc55', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15984, '2004-12-29 21:12:59', 5.23, 94.625, 29.5, 5.6, 'mwb', 'usp000dc5b', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15985, '2004-12-30 17:58:11', 12.237, 92.515, 30, 5.7, 'mwc', 'usp000dc7k', 'Andaman Islands, India region', 'earthquake\r'), +(15986, '2004-12-31 02:24:01', 7.12, 92.533, 14, 6.1, 'mwc', 'usp000dc8j', 'Nicobar Islands, India region', 'earthquake\r'), +(15987, '2004-12-31 09:57:00', 7.636, 93.947, 22.2, 5.6, 'mwb', 'usp000dc9j', 'Nicobar Islands, India region', 'earthquake\r'), +(15988, '2004-12-31 12:04:58', 6.204, 92.913, 11, 6, 'mwb', 'usp000dc9q', 'Nicobar Islands, India region', 'earthquake\r'), +(15989, '2004-12-31 17:48:06', 4.73, 95.14, 49, 5.9, 'mwc', 'usp000dcae', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15990, '2005-01-01 01:55:28', 2.91, 95.623, 24.5, 5.7, 'mwb', 'usp000dcb7', 'Simeulue, Indonesia', 'earthquake\r'), +(15991, '2005-01-01 04:03:11', 5.465, 94.398, 36, 5.7, 'mwb', 'usp000dcba', 'northern Sumatra, Indonesia', 'earthquake\r'), +(15992, '2005-01-01 06:25:45', 5.099, 92.304, 11.7, 6.7, 'mwc', 'usp000dcbh', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15993, '2005-01-01 14:29:11', 8.115, 93.218, 27, 5.5, 'mwc', 'usp000dcc6', 'Nicobar Islands, India region', 'earthquake\r'), +(15994, '2005-01-01 19:08:08', 7.336, 94.455, 55.4, 6.1, 'mwb', 'usp000dccn', 'Nicobar Islands, India region', 'earthquake\r'), +(15995, '2005-01-01 22:28:14', 7.192, 92.765, 10, 5.5, 'mwb', 'usp000dccu', 'Nicobar Islands, India region', 'earthquake\r'), +(15996, '2005-01-02 08:27:42', 3.242, 95.462, 8.4, 5.9, 'mwb', 'usp000dcdw', 'off the west coast of northern Sumatra', 'earthquake\r'), +(15997, '2005-01-02 15:35:57', 6.36, 92.787, 30, 6.4, 'mwc', 'usp000dceg', 'Nicobar Islands, India region', 'earthquake\r'), +(15998, '2005-01-03 17:59:29', -50.659, 161.866, 10, 6.1, 'mwb', 'usp000dcg9', 'north of Macquarie Island', 'earthquake\r'), +(15999, '2005-01-04 09:13:12', 10.672, 92.362, 23.2, 6.1, 'mwb', 'usp000dchh', 'Andaman Islands, India region', 'earthquake\r'), +(16000, '2005-01-04 19:14:49', 10.556, 91.727, 10, 5.7, 'mwb', 'usp000dcja', 'Andaman Islands, India region', 'earthquake\r'), +(16001, '2005-01-05 05:32:39', 3.527, 93.655, 30, 5.5, 'mwb', 'usp000dck5', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16002, '2005-01-05 14:54:05', 5.489, 94.392, 48.8, 5.9, 'mwc', 'usp000dcm0', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16003, '2005-01-06 00:02:21', 19.573, -109.111, 10, 5.7, 'mwb', 'usp000dcme', 'Revilla Gigedo Islands region', 'earthquake\r'), +(16004, '2005-01-06 00:04:10', 19.638, -109.108, 10, 5.5, 'mwc', 'usp000dcmf', 'Revilla Gigedo Islands region', 'earthquake\r'), +(16005, '2005-01-06 00:11:17', 5.604, 93.249, 30, 5.5, 'mwb', 'usp000dcmh', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16006, '2005-01-06 00:56:30', 5.323, 94.835, 49.5, 5.7, 'mwc', 'usp000dcmq', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16007, '2005-01-06 01:04:22', 1.414, 125.768, 35, 5.5, 'mwc', 'usp000dcmr', 'Molucca Sea', 'earthquake\r'), +(16008, '2005-01-06 03:28:51', -52.57, 27.612, 10, 5.6, 'mwc', 'usp000dcmy', 'south of Africa', 'earthquake\r'), +(16009, '2005-01-06 11:55:44', 10.906, 91.795, 10.5, 5.5, 'mwc', 'usp000dcnk', 'Andaman Islands, India region', 'earthquake\r'), +(16010, '2005-01-08 18:45:04', -55.299, -27.956, 10, 6, 'mwb', 'usp000dcty', 'South Sandwich Islands region', 'earthquake\r'), +(16011, '2005-01-09 22:12:57', 4.926, 95.108, 40, 6.1, 'mwb', 'usp000dcxu', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16012, '2005-01-09 23:20:37', 10.528, 92.282, 22.5, 5.5, 'mwc', 'usp000dcy1', 'Andaman Islands, India region', 'earthquake\r'), +(16013, '2005-01-10 23:48:50', 37.017, 27.804, 15.9, 5.5, 'mwc', 'usp000dd0h', 'western Turkey', 'earthquake\r'), +(16014, '2005-01-12 08:40:04', -0.878, -21.194, 10, 6.8, 'mwb', 'usp000dd5a', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16015, '2005-01-13 00:07:22', 6.041, 126.297, 45.3, 5.5, 'mwc', 'usp000dd6y', 'Mindanao, Philippines', 'earthquake\r'), +(16016, '2005-01-14 08:33:14', -4.238, 152.717, 10, 6.1, 'mwb', 'usp000ddaa', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16017, '2005-01-14 21:38:17', 3.135, 93.922, 22, 5.6, 'mwb', 'usp000ddbj', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16018, '2005-01-15 07:46:53', 14.57, 92.387, 25.7, 5.5, 'mwb', 'usp000ddck', 'Andaman Islands, India region', 'earthquake\r'), +(16019, '2005-01-15 13:47:05', -6.462, 105.236, 58.7, 6, 'mwc', 'usp000ddcz', 'Sunda Strait, Indonesia', 'earthquake\r'), +(16020, '2005-01-16 08:25:04', -25.528, -176.299, 16, 6.2, 'mwb', 'usp000ddf0', 'south of the Fiji Islands', 'earthquake\r'), +(16021, '2005-01-16 20:17:53', 10.934, 140.842, 24.9, 6.6, 'mwb', 'usp000ddgf', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(16022, '2005-01-17 10:50:33', 10.986, 140.682, 12, 6.1, 'mwb', 'usp000ddk6', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(16023, '2005-01-18 06:59:04', 57.049, -33.811, 10, 5.7, 'mwb', 'usp000ddnq', 'Reykjanes Ridge', 'earthquake\r'), +(16024, '2005-01-18 14:09:06', 42.946, 144.866, 42, 6.3, 'mwb', 'usp000ddpx', 'Hokkaido, Japan region', 'earthquake\r'), +(16025, '2005-01-18 21:20:32', -22.905, 179.037, 588.9, 5.8, 'mwc', 'usp000ddqk', 'south of the Fiji Islands', 'earthquake\r'), +(16026, '2005-01-19 06:11:36', 34.064, 141.491, 27.8, 6.6, 'mwc', 'usp000ddrk', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16027, '2005-01-21 12:45:32', 34.021, 141.553, 10, 5.7, 'mwb', 'usp000ddxs', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16028, '2005-01-21 13:45:14', -1.134, -80.829, 10, 6, 'mwb', 'usp000ddxx', 'near the coast of Ecuador', 'earthquake\r'), +(16029, '2005-01-21 17:54:35', 5.186, 125.245, 175.4, 5.9, 'mwb', 'usp000ddyd', 'Mindanao, Philippines', 'earthquake\r'), +(16030, '2005-01-21 17:58:56', 34.003, 141.367, 10, 5.8, 'mwb', 'usp000ddyf', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16031, '2005-01-21 20:49:00', -32.78, -178.762, 10, 5.5, 'mwc', 'usp000ddyu', 'south of the Kermadec Islands', 'earthquake\r'), +(16032, '2005-01-22 11:27:43', -31.61, -177.929, 23.5, 5.7, 'mwb', 'usp000de0d', 'Kermadec Islands region', 'earthquake\r'), +(16033, '2005-01-22 18:38:14', 14.554, 92.938, 30, 5.5, 'mwb', 'usp000de14', 'Andaman Islands, India region', 'earthquake\r'), +(16034, '2005-01-22 20:30:17', -7.727, 159.475, 29, 6.4, 'mwb', 'usp000de1d', 'Solomon Islands', 'earthquake\r'), +(16035, '2005-01-23 01:03:55', -5.849, 151.582, 25.2, 5.5, 'mwc', 'usp000de1u', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16036, '2005-01-23 03:32:27', -13.882, 66.191, 10, 5.5, 'mwb', 'usp000de25', 'Mid-Indian Ridge', 'earthquake\r'), +(16037, '2005-01-23 20:10:12', -1.198, 119.933, 11, 6.3, 'mwc', 'usp000de4m', 'Sulawesi, Indonesia', 'earthquake\r'), +(16038, '2005-01-23 22:36:06', 35.796, 29.641, 10, 5.8, 'mwb', 'usp000de4y', 'eastern Mediterranean Sea', 'earthquake\r'), +(16039, '2005-01-24 04:16:47', 7.33, 92.482, 30, 6.3, 'mwb', 'usp000de5v', 'Nicobar Islands, India region', 'earthquake\r'), +(16040, '2005-01-24 06:11:52', -2.332, -80.646, 28.5, 5.6, 'mwc', 'usp000de60', 'near the coast of Ecuador', 'earthquake\r'), +(16041, '2005-01-24 23:23:26', -1.364, -80.785, 16.9, 6.1, 'mwb', 'usp000de8s', 'near the coast of Ecuador', 'earthquake\r'), +(16042, '2005-01-24 23:26:50', -1.398, -80.91, 10, 5.8, 'mwc', 'usp000de8u', 'near the coast of Ecuador', 'earthquake\r'), +(16043, '2005-01-25 16:44:16', 37.622, 43.703, 41.2, 5.9, 'mwc', 'usp000debc', 'Turkey-Iraq border region', 'earthquake\r'), +(16044, '2005-01-26 17:30:29', 8.25, 94.038, 23.3, 5.6, 'mwc', 'usp000deej', 'Nicobar Islands, India region', 'earthquake\r'), +(16045, '2005-01-26 17:49:57', -6.764, 129.568, 33.9, 5.6, 'mwc', 'usp000deen', 'Banda Sea', 'earthquake\r'), +(16046, '2005-01-26 22:00:43', 2.699, 94.602, 22.2, 6.2, 'mwb', 'usp000defg', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16047, '2005-01-26 22:46:59', 8.018, 94.063, 23.3, 5.5, 'mwc', 'usp000deft', 'Nicobar Islands, India region', 'earthquake\r'), +(16048, '2005-01-27 06:56:59', 7.944, 94.059, 38.1, 5.7, 'mwb', 'usp000dehw', 'Nicobar Islands, India region', 'earthquake\r'), +(16049, '2005-01-27 08:19:08', 7.91, 94.03, 30, 5.5, 'mwc', 'usp000dejd', 'Nicobar Islands, India region', 'earthquake\r'), +(16050, '2005-01-27 08:42:17', 7.951, 94.268, 30, 5.5, 'mwc', 'usp000dejk', 'Nicobar Islands, India region', 'earthquake\r'), +(16051, '2005-01-27 11:47:38', 8.015, 94.002, 37.7, 5.5, 'mwc', 'usp000dekn', 'Nicobar Islands, India region', 'earthquake\r'), +(16052, '2005-01-27 13:57:06', 7.994, 94.155, 30, 5.5, 'mwc', 'usp000dems', 'Nicobar Islands, India region', 'earthquake\r'), +(16053, '2005-01-27 16:58:51', 7.877, 94.093, 30, 5.9, 'mwb', 'usp000dep7', 'Nicobar Islands, India region', 'earthquake\r'), +(16054, '2005-01-27 18:52:39', 7.858, 94.107, 30, 5.6, 'mwc', 'usp000depv', 'Nicobar Islands, India region', 'earthquake\r'), +(16055, '2005-01-27 20:09:52', 5.511, 94.306, 30, 5.5, 'mwc', 'usp000deqa', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16056, '2005-01-28 06:10:27', 7.9, 93.993, 16, 5.5, 'mwc', 'usp000dev6', 'Nicobar Islands, India region', 'earthquake\r'), +(16057, '2005-01-28 06:13:28', 7.907, 94.033, 43.8, 5.7, 'mwb', 'usp000dev7', 'Nicobar Islands, India region', 'earthquake\r'), +(16058, '2005-01-28 07:49:18', 7.969, 94.13, 30, 5.6, 'mwc', 'usp000devr', 'Nicobar Islands, India region', 'earthquake\r'), +(16059, '2005-01-28 09:26:19', -1.183, -81.499, 10, 6.1, 'mwb', 'usp000dewk', 'off the coast of Ecuador', 'earthquake\r'), +(16060, '2005-01-28 15:46:45', -1.089, -81.157, 10, 6.2, 'mwb', 'usp000deyj', 'off the coast of Ecuador', 'earthquake\r'), +(16061, '2005-01-28 19:18:52', 7.989, 94.114, 19.6, 5.5, 'mwc', 'usp000dezw', 'Nicobar Islands, India region', 'earthquake\r'), +(16062, '2005-01-29 06:10:44', 3.325, 93.7, 29.3, 5.5, 'mwb', 'usp000df2m', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16063, '2005-01-29 06:37:47', -56.809, -141.032, 10, 5.6, 'mwc', 'usp000df2r', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16064, '2005-01-29 20:28:23', 7.909, 94.386, 30, 5.6, 'mwc', 'usp000df5h', 'Nicobar Islands, India region', 'earthquake\r'), +(16065, '2005-01-29 21:01:09', -1.626, -15.516, 10, 5.5, 'mwc', 'usp000df5r', 'north of Ascension Island', 'earthquake\r'), +(16066, '2005-01-30 07:06:49', -0.793, -81.065, 28.6, 5.7, 'mwc', 'usp000df75', 'off the coast of Ecuador', 'earthquake\r'), +(16067, '2005-01-30 08:08:27', -24.422, -175.996, 32.8, 5.6, 'mwc', 'usp000df79', 'south of Tonga', 'earthquake\r'), +(16068, '2005-01-30 08:10:44', -22.899, -175.169, 47.9, 5.5, 'mwc', 'usp000df7a', 'Tonga region', 'earthquake\r'), +(16069, '2005-01-30 15:33:14', 8.117, 94.056, 18.6, 5.5, 'mwc', 'usp000df81', 'Nicobar Islands, India region', 'earthquake\r'), +(16070, '2005-01-31 01:05:34', 37.535, 20.155, 31.9, 5.7, 'mwb', 'usp000df8p', 'Ionian Sea', 'earthquake\r'), +(16071, '2005-01-31 13:56:38', -56.082, -27.403, 109.3, 5.6, 'mwc', 'usp000df9w', 'South Sandwich Islands region', 'earthquake\r'), +(16072, '2005-02-01 10:28:40', -20.398, -175.982, 172.5, 5.5, 'mwc', 'usp000dfb8', 'Tonga', 'earthquake\r'), +(16073, '2005-02-01 17:40:49', -6.498, 154.532, 63.1, 5.5, 'mwc', 'usp000dfc0', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(16074, '2005-02-02 01:30:22', 9.962, 93.96, 39.5, 5.5, 'mwc', 'usp000dfct', 'Nicobar Islands, India region', 'earthquake\r'), +(16075, '2005-02-02 02:30:26', 14.08, 144.715, 158.7, 6.3, 'mwc', 'usp000dfcx', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(16076, '2005-02-02 06:28:37', -7.476, 145.044, 26.1, 5.6, 'mwb', 'usp000dfd0', 'near the south coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(16077, '2005-02-03 04:51:17', 5.623, 93.249, 30, 5.5, 'mwc', 'usp000dfeb', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16078, '2005-02-05 03:34:26', 16.011, 145.867, 142.7, 6.6, 'mwc', 'usp000dfhb', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(16079, '2005-02-05 04:03:14', 2.255, 94.992, 30, 6, 'mwc', 'usp000dfhe', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16080, '2005-02-05 12:23:19', 5.293, 123.337, 525, 7.1, 'mwc', 'usp000dfj2', 'Celebes Sea', 'earthquake\r'), +(16081, '2005-02-05 17:35:47', 8.106, 94.185, 30, 5.9, 'mwc', 'usp000dfjf', 'Nicobar Islands, India region', 'earthquake\r'), +(16082, '2005-02-06 01:28:48', -52.824, 140.228, 10, 5.6, 'mwc', 'usp000dfk7', 'west of Macquarie Island', 'earthquake\r'), +(16083, '2005-02-07 20:02:18', -4.525, 153.187, 36.5, 6.1, 'mwb', 'usp000dfp5', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(16084, '2005-02-08 14:48:22', -14.252, 167.259, 206.3, 6.7, 'mwb', 'usp000dfqj', 'Vanuatu', 'earthquake\r'), +(16085, '2005-02-09 13:27:25', 4.797, 95.117, 44.5, 6, 'mwb', 'usp000dfsp', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16086, '2005-02-09 18:46:10', 26.088, 143.997, 24, 6.3, 'mwb', 'usp000dft4', 'Bonin Islands, Japan region', 'earthquake\r'), +(16087, '2005-02-09 20:59:52', 13.686, 120.791, 102.4, 5.5, 'mwc', 'usp000dft9', 'Mindoro, Philippines', 'earthquake\r'), +(16088, '2005-02-10 02:32:15', 5.268, -82.627, 10, 5.7, 'mwb', 'usp000dfty', 'south of Panama', 'earthquake\r'), +(16089, '2005-02-10 07:10:36', -15.111, -173.745, 10, 5.6, 'mwc', 'usp000dfuh', 'Tonga', 'earthquake\r'), +(16090, '2005-02-10 16:53:20', -23.097, 169.219, 9, 6.3, 'mwb', 'usp000dfvh', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16091, '2005-02-14 17:06:53', -0.127, 98.729, 47.1, 5.8, 'mwb', 'usp000dg4u', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(16092, '2005-02-14 18:05:59', 15.775, -61.744, 11.6, 5.8, 'mwb', 'usp000dg4x', 'Guadeloupe region, Leeward Islands', 'earthquake\r'), +(16093, '2005-02-14 23:38:09', 41.728, 79.44, 22, 6.1, 'mwc', 'usp000dg5h', 'Kyrgyzstan-Xinjiang border region', 'earthquake\r'), +(16094, '2005-02-15 14:42:26', 4.756, 126.421, 39.7, 6.5, 'mwc', 'usp000dg73', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(16095, '2005-02-15 19:46:36', 35.982, 139.686, 46.2, 5.5, 'mwb', 'usp000dg7q', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(16096, '2005-02-16 08:19:41', 8.097, 93.945, 11, 5.9, 'mwb', 'usp000dg90', 'Nicobar Islands, India region', 'earthquake\r'), +(16097, '2005-02-16 20:27:52', -36.32, -16.558, 10, 6.6, 'mwc', 'usp000dgad', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(16098, '2005-02-17 01:19:17', -56.132, -27.418, 102.7, 5.6, 'mwc', 'usp000dgb2', 'South Sandwich Islands region', 'earthquake\r'), +(16099, '2005-02-17 05:31:28', 4.702, 95.156, 47.8, 5.7, 'mwb', 'usp000dgbd', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16100, '2005-02-17 06:12:16', -5.812, 150.481, 36.6, 5.5, 'mwc', 'usp000dgbf', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16101, '2005-02-17 20:42:58', -1.768, -81.046, 10, 5.5, 'mwc', 'usp000dgcx', 'off the coast of Ecuador', 'earthquake\r'), +(16102, '2005-02-18 19:33:46', 5.446, 94.416, 48, 5.6, 'mwb', 'usp000dgfj', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16103, '2005-02-19 00:04:44', -5.562, 122.129, 10, 6.5, 'mwb', 'usp000dgfv', 'Sulawesi, Indonesia', 'earthquake\r'), +(16104, '2005-02-20 12:14:52', -4.694, 153.108, 46.6, 5.5, 'mwb', 'usp000dgk6', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(16105, '2005-02-22 02:25:23', 30.754, 56.816, 14, 6.4, 'mwc', 'usp000dgpx', 'central Iran', 'earthquake\r'), +(16106, '2005-02-22 03:20:07', 12.582, 123.177, 17.8, 5.8, 'mwc', 'usp000dgq2', 'Masbate region, Philippines', 'earthquake\r'), +(16107, '2005-02-22 11:20:25', 33.182, 137.154, 369.5, 5.6, 'mwb', 'usp000dgr1', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(16108, '2005-02-22 17:12:01', 10.829, 91.772, 30, 5.5, 'mwb', 'usp000dgrk', 'Andaman Islands, India region', 'earthquake\r'), +(16109, '2005-02-22 19:15:50', 25.669, -109.97, 10, 5.6, 'mwb', 'usp000dgrs', 'Gulf of California', 'earthquake\r'), +(16110, '2005-02-23 11:33:53', -6.245, 150.66, 10, 6, 'mwc', 'usp000dgt7', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16111, '2005-02-23 12:12:43', -6.268, 150.692, 10, 5.6, 'mwc', 'usp000dgta', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16112, '2005-02-24 04:55:51', -20.885, -113.677, 10, 5.7, 'mwb', 'usp000dgv2', 'southern East Pacific Rise', 'earthquake\r'), +(16113, '2005-02-24 07:35:50', 2.891, 95.729, 30, 5.6, 'mwb', 'usp000dgv8', 'Simeulue, Indonesia', 'earthquake\r'), +(16114, '2005-02-25 13:31:15', 7.831, 94.101, 22.7, 5.6, 'mwc', 'usp000dgxv', 'Nicobar Islands, India region', 'earthquake\r'), +(16115, '2005-02-25 23:04:04', 38.107, 72.707, 114.9, 5.7, 'mwb', 'usp000dgyx', 'Tajikistan', 'earthquake\r'), +(16116, '2005-02-26 12:37:41', 40.731, 142.376, 68, 5.7, 'mwb', 'usp000dh0h', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16117, '2005-02-26 12:56:53', 2.908, 95.592, 36, 6.8, 'mwb', 'usp000dh0k', 'Simeulue, Indonesia', 'earthquake\r'), +(16118, '2005-02-27 04:54:51', -17.72, -178.594, 555.9, 5.7, 'mwc', 'usp000dh2c', 'Fiji region', 'earthquake\r'), +(16119, '2005-02-28 01:05:59', 18.764, -104.592, 10, 5.6, 'mwc', 'usp000dh4m', 'offshore Colima, Mexico', 'earthquake\r'), +(16120, '2005-02-28 01:24:55', -34.923, -107.865, 10, 5.9, 'mwc', 'usp000dh4p', 'southern East Pacific Rise', 'earthquake\r'), +(16121, '2005-03-01 23:57:02', -24.964, -112.124, 10, 5.6, 'mwb', 'usp000dhau', 'Easter Island region', 'earthquake\r'), +(16122, '2005-03-02 10:42:12', -6.527, 129.933, 201.7, 7.1, 'mwb', 'usp000dhc1', 'Banda Sea', 'earthquake\r'), +(16123, '2005-03-04 19:05:20', 2.67, 126.407, 59.1, 5.9, 'mwb', 'usp000dhhj', 'Molucca Sea', 'earthquake\r'), +(16124, '2005-03-05 19:06:51', 24.637, 121.935, 3.5, 5.7, 'mwb', 'usp000dhkn', 'Taiwan', 'earthquake\r'), +(16125, '2005-03-05 19:08:02', 24.722, 121.918, 10, 5.7, 'mwc', 'usp000dhkp', 'Taiwan', 'earthquake\r'), +(16126, '2005-03-06 01:39:07', -11.062, 163.207, 10, 5.9, 'mwb', 'usp000dhma', 'Solomon Islands', 'earthquake\r'), +(16127, '2005-03-06 04:39:59', -11.045, 163.045, 10, 6.1, 'mwb', 'usp000dhmv', 'Solomon Islands', 'earthquake\r'), +(16128, '2005-03-06 05:21:43', 84.948, 99.391, 10, 6.3, 'mwc', 'usp000dhn1', 'north of Severnaya Zemlya', 'earthquake\r'), +(16129, '2005-03-06 14:59:23', -11.046, 162.859, 10, 5.6, 'mwc', 'usp000dhp5', 'Solomon Islands', 'earthquake\r'), +(16130, '2005-03-07 07:17:23', 11.371, -85.936, 85.3, 5.6, 'mwb', 'usp000dhqn', 'Nicaragua', 'earthquake\r'), +(16131, '2005-03-10 00:28:26', 85.247, 92.895, 10, 5.5, 'mwc', 'usp000dhwn', 'north of Severnaya Zemlya', 'earthquake\r'), +(16132, '2005-03-11 18:47:37', 43.085, 144.674, 54.1, 5.5, 'mwb', 'usp000dj08', 'Hokkaido, Japan region', 'earthquake\r'), +(16133, '2005-03-12 07:36:12', 39.44, 40.978, 11.1, 5.6, 'mwb', 'usp000dj1q', 'eastern Turkey', 'earthquake\r'), +(16134, '2005-03-13 03:31:23', 27.095, 61.887, 54, 6, 'mwb', 'usp000dj38', 'southeastern Iran', 'earthquake\r'), +(16135, '2005-03-13 22:12:46', 5.486, 94.595, 52.3, 5.5, 'mwb', 'usp000dj51', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16136, '2005-03-14 01:55:56', 39.354, 40.89, 5, 5.8, 'mwc', 'usp000dj5f', 'eastern Turkey', 'earthquake\r'), +(16137, '2005-03-14 05:11:57', -27.737, 73.826, 10, 5.6, 'mwc', 'usp000dj5x', 'Mid-Indian Ridge', 'earthquake\r'), +(16138, '2005-03-15 00:15:21', 11.239, -86.067, 30, 5.8, 'mwb', 'usp000dj7v', 'near the coast of Nicaragua', 'earthquake\r'), +(16139, '2005-03-16 03:41:25', -24.369, 179.923, 507.1, 5.5, 'mwc', 'usp000dja7', 'south of the Fiji Islands', 'earthquake\r'), +(16140, '2005-03-16 16:23:02', -5.637, 102.752, 30, 5.5, 'mwc', 'usp000djb1', 'southern Sumatra, Indonesia', 'earthquake\r'), +(16141, '2005-03-16 22:41:14', -52.364, 159.579, 10, 5.6, 'mwc', 'usp000djbn', 'Macquarie Island region', 'earthquake\r'), +(16142, '2005-03-17 13:37:37', 15.144, -91.381, 197.4, 6.1, 'mwb', 'usp000djd5', 'Guatemala', 'earthquake\r'), +(16143, '2005-03-17 23:20:49', 4.863, 95.089, 60.4, 5.7, 'mwb', 'usp000dje1', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16144, '2005-03-19 15:02:43', -20.407, -174.337, 18, 6.1, 'mwc', 'usp000djjp', 'Tonga', 'earthquake\r'), +(16145, '2005-03-19 17:34:46', -21.893, -179.547, 598.7, 6.3, 'mwc', 'usp000djjx', 'Fiji region', 'earthquake\r'), +(16146, '2005-03-20 01:53:42', 33.807, 130.131, 10, 6.6, 'mwc', 'usp000djku', 'Kyushu, Japan', 'earthquake\r'), +(16147, '2005-03-20 17:15:04', -7.945, 124.825, 28.1, 5.8, 'mwb', 'usp000djn0', 'Banda Sea', 'earthquake\r'), +(16148, '2005-03-21 12:23:54', -24.983, -63.47, 579.1, 6.9, 'mwb', 'usp000djqf', 'Salta, Argentina', 'earthquake\r'), +(16149, '2005-03-21 12:43:12', -24.725, -63.507, 570.1, 6.4, 'mwc', 'usp000djqg', 'Salta, Argentina', 'earthquake\r'), +(16150, '2005-03-23 13:59:17', -55.475, -1.54, 10, 5.8, 'mwb', 'usp000djwc', 'Bouvet Island region', 'earthquake\r'), +(16151, '2005-03-23 21:44:53', 39.431, 40.925, 10, 5.7, 'mwb', 'usp000djx3', 'eastern Turkey', 'earthquake\r'), +(16152, '2005-03-25 01:04:53', 5.489, 94.374, 39, 5.8, 'mwc', 'usp000djzz', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16153, '2005-03-26 15:40:35', -4.894, 129.938, 10, 6.1, 'mwb', 'usp000dk3v', 'Banda Sea', 'earthquake\r'), +(16154, '2005-03-28 16:09:37', 2.085, 97.108, 30, 8.6, 'mww', 'official20050328160936530_30', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16155, '2005-03-28 16:21:16', 1.114, 97.005, 30, 5.8, 'mb', 'usp000dk86', 'Nias region, Indonesia', 'earthquake\r'), +(16156, '2005-03-28 16:38:43', 1.23, 97.487, 30, 5.9, 'mb', 'usp000dk8d', 'Nias region, Indonesia', 'earthquake\r'), +(16157, '2005-03-28 16:44:30', 2.087, 96.503, 30.6, 5.5, 'mb', 'usp000dk8e', 'Simeulue, Indonesia', 'earthquake\r'), +(16158, '2005-03-28 18:30:45', 0.923, 97.867, 36.1, 6.1, 'mb', 'usp000dk9n', 'Nias region, Indonesia', 'earthquake\r'), +(16159, '2005-03-28 19:02:20', 1.014, 97.821, 30.9, 5.8, 'mb', 'usp000dka0', 'Nias region, Indonesia', 'earthquake\r'), +(16160, '2005-03-28 23:13:01', 0.172, 97.043, 38.6, 5.7, 'mb', 'usp000dkcf', 'Nias region, Indonesia', 'earthquake\r'), +(16161, '2005-03-28 23:37:31', 2.889, 96.411, 29.2, 5.6, 'mb', 'usp000dkcj', 'Simeulue, Indonesia', 'earthquake\r'), +(16162, '2005-03-29 04:50:08', 0.185, 97.095, 35.8, 5.5, 'mwc', 'usp000dkek', 'Nias region, Indonesia', 'earthquake\r'), +(16163, '2005-03-29 05:16:30', 2.648, 96.581, 30, 5.9, 'mwc', 'usp000dken', 'Simeulue, Indonesia', 'earthquake\r'), +(16164, '2005-03-29 06:16:15', 1.777, 99.207, 30, 5.5, 'mwc', 'usp000dkf1', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16165, '2005-03-30 01:13:16', 1.773, 97.095, 27.4, 5.7, 'mwb', 'usp000dkkv', 'Nias region, Indonesia', 'earthquake\r'), +(16166, '2005-03-30 12:00:35', -10.246, 161.315, 79.6, 5.7, 'mwc', 'usp000dkn8', 'Solomon Islands', 'earthquake\r'), +(16167, '2005-03-30 16:19:41', 2.993, 95.414, 22, 6.3, 'mwb', 'usp000dkp7', 'Simeulue, Indonesia', 'earthquake\r'), +(16168, '2005-03-30 17:29:22', 2.931, 95.423, 25.2, 5.6, 'mwc', 'usp000dkph', 'Simeulue, Indonesia', 'earthquake\r'), +(16169, '2005-03-30 17:41:57', -22.459, -179.754, 588.7, 6.1, 'mwc', 'usp000dkpk', 'south of the Fiji Islands', 'earthquake\r'), +(16170, '2005-03-31 01:39:06', -18.545, 176.013, 10, 5.9, 'mwc', 'usp000dkr2', 'Fiji region', 'earthquake\r'), +(16171, '2005-03-31 01:46:18', -18.448, 175.99, 10, 6, 'mwc', 'usp000dkr3', 'Fiji region', 'earthquake\r'), +(16172, '2005-03-31 07:23:54', 1.701, 97.119, 22, 5.8, 'mwc', 'usp000dks7', 'Nias region, Indonesia', 'earthquake\r'), +(16173, '2005-04-01 20:32:37', 0.323, 98.109, 29.7, 5.6, 'mwb', 'usp000dky5', 'Nias region, Indonesia', 'earthquake\r'), +(16174, '2005-04-02 12:52:37', 78.607, 6.098, 10, 6.1, 'mwb', 'usp000dm0e', 'Svalbard region', 'earthquake\r'), +(16175, '2005-04-03 00:59:21', 0.368, 98.319, 30, 6, 'mwb', 'usp000dm21', 'Nias region, Indonesia', 'earthquake\r'), +(16176, '2005-04-03 01:41:33', 13.559, 120.801, 129.2, 5.6, 'mwc', 'usp000dm23', 'Mindoro, Philippines', 'earthquake\r'), +(16177, '2005-04-03 03:10:56', 2.022, 97.942, 36, 6.3, 'mwb', 'usp000dm28', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16178, '2005-04-04 04:33:47', 1.605, 97.872, 30, 5.6, 'mwb', 'usp000dm6c', 'Nias region, Indonesia', 'earthquake\r'), +(16179, '2005-04-06 11:20:09', -3.984, 102.415, 67.7, 5.6, 'mwb', 'usp000dmdv', 'southern Sumatra, Indonesia', 'earthquake\r'), +(16180, '2005-04-07 11:46:05', 0.607, 97.424, 26.4, 5.6, 'mwb', 'usp000dmgk', 'Nias region, Indonesia', 'earthquake\r'), +(16181, '2005-04-07 19:43:15', 2.966, 126.48, 59.7, 5.9, 'mwb', 'usp000dmhq', 'Molucca Sea', 'earthquake\r'), +(16182, '2005-04-07 20:04:41', 30.491, 83.662, 11, 6.3, 'mwc', 'usp000dmht', 'western Xizang', 'earthquake\r'), +(16183, '2005-04-08 01:51:39', 0.679, 97.38, 30, 5.7, 'mwb', 'usp000dmjs', 'Nias region, Indonesia', 'earthquake\r'), +(16184, '2005-04-08 05:48:38', -0.215, 97.731, 20.9, 6.1, 'mwb', 'usp000dmka', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(16185, '2005-04-08 11:38:17', -23.144, 169.265, 10, 6.1, 'mwb', 'usp000dmmg', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16186, '2005-04-09 02:08:28', -47.255, 100.337, 10, 5.8, 'mwb', 'usp000dmpd', 'southeast Indian Ridge', 'earthquake\r'), +(16187, '2005-04-09 15:16:27', 55.9841, -154.2628, 10, 5.8, 'mw', 'ak0054jz8chp', 'south of Alaska', 'earthquake\r'), +(16188, '2005-04-09 15:53:53', -53.446, 25.316, 10, 5.7, 'mwc', 'usp000dmqz', 'south of Africa', 'earthquake\r'), +(16189, '2005-04-10 10:29:11', -1.644, 99.607, 19, 6.7, 'mwc', 'usp000dmtx', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16190, '2005-04-10 10:45:49', -1.606, 99.618, 30, 5.7, 'mb', 'usp000dmu0', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16191, '2005-04-10 11:14:20', -1.714, 99.779, 30, 6.5, 'mwc', 'usp000dmu9', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16192, '2005-04-10 11:45:03', -1.619, 99.594, 30, 5.5, 'mb', 'usp000dmup', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16193, '2005-04-10 11:55:31', -1.705, 99.72, 29.4, 5.8, 'mwc', 'usp000dmuu', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16194, '2005-04-10 13:39:47', -1.63, 99.641, 23.5, 5.6, 'mwc', 'usp000dmvy', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16195, '2005-04-10 13:54:16', -1.777, 99.934, 32.2, 5.5, 'mwc', 'usp000dmw5', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16196, '2005-04-10 17:24:39', -1.591, 99.717, 30, 6.4, 'mwb', 'usp000dmxm', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16197, '2005-04-10 22:22:16', 35.604, 140.401, 43, 5.9, 'mwb', 'usp000dmzd', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16198, '2005-04-11 06:11:12', 2.169, 96.759, 24, 6.1, 'mwb', 'usp000dn0t', 'Simeulue, Indonesia', 'earthquake\r'), +(16199, '2005-04-11 09:04:31', 2.075, 96.829, 26.6, 5.5, 'mwb', 'usp000dn14', 'Simeulue, Indonesia', 'earthquake\r'), +(16200, '2005-04-11 11:11:01', 8.66, -103.564, 10, 5.5, 'mwc', 'usp000dn1n', 'northern East Pacific Rise', 'earthquake\r'), +(16201, '2005-04-11 12:20:06', -3.484, 145.909, 11.4, 6.6, 'mwc', 'usp000dn1w', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(16202, '2005-04-11 14:54:07', -7.293, -77.886, 129.9, 6, 'mwc', 'usp000dn2a', 'northern Peru', 'earthquake\r'), +(16203, '2005-04-11 17:08:54', -21.975, 170.612, 68, 6.7, 'mwb', 'usp000dn2k', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16204, '2005-04-14 11:29:53', -1.915, 99.951, 33.4, 5.7, 'mwc', 'usp000dnaz', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(16205, '2005-04-14 22:09:30', -22.201, 171.445, 123.5, 5.6, 'mwb', 'usp000dnc3', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16206, '2005-04-16 12:18:32', -54.991, -132.102, 10, 5.9, 'mwb', 'usp000dngw', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16207, '2005-04-16 16:38:04', 1.812, 97.662, 31, 6.4, 'mwc', 'usp000dnh8', 'Nias region, Indonesia', 'earthquake\r'), +(16208, '2005-04-16 22:41:16', -17.647, -69.663, 118.7, 5.8, 'mwc', 'usp000dnhx', 'Tarapaca, Chile', 'earthquake\r'), +(16209, '2005-04-17 13:43:55', 0.307, 97.663, 25.3, 5.5, 'mwb', 'usp000dnkf', 'Nias region, Indonesia', 'earthquake\r'), +(16210, '2005-04-19 01:46:57', 29.642, 138.891, 425.8, 5.9, 'mwb', 'usp000dnqt', 'Izu Islands, Japan region', 'earthquake\r'), +(16211, '2005-04-19 21:11:28', 33.637, 130.179, 18.7, 5.5, 'mwb', 'usp000dnsk', 'Kyushu, Japan', 'earthquake\r'), +(16212, '2005-04-21 09:26:00', 51.306, -178.409, 45.3, 5.9, 'mwc', 'usp000dnwt', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16213, '2005-04-24 06:40:41', -59.381, 149.343, 10, 5.5, 'mwc', 'usp000dp3y', 'west of Macquarie Island', 'earthquake\r'), +(16214, '2005-04-25 02:32:45', -27.093, -176.53, 32.2, 5.6, 'mwc', 'usp000dp5p', 'Kermadec Islands region', 'earthquake\r'), +(16215, '2005-04-25 20:18:21', 0.364, 97.275, 35.9, 5.6, 'mwb', 'usp000dp7m', 'Nias region, Indonesia', 'earthquake\r'), +(16216, '2005-04-26 04:05:47', 19.691, -109.278, 10, 5.6, 'mwb', 'usp000dp8r', 'Revilla Gigedo Islands region', 'earthquake\r'), +(16217, '2005-04-26 11:33:28', -15.302, -176.352, 10, 5.6, 'mwc', 'usp000dp9q', 'Fiji region', 'earthquake\r'), +(16218, '2005-04-26 18:56:30', -19.106, -176.532, 18.1, 5.6, 'mwb', 'usp000dpae', 'Fiji region', 'earthquake\r'), +(16219, '2005-04-28 14:07:34', 2.132, 96.799, 22, 6.2, 'mwb', 'usp000dpeg', 'Simeulue, Indonesia', 'earthquake\r'), +(16220, '2005-05-03 19:11:40', -14.922, -74.623, 31.4, 5.9, 'mwb', 'usp000dpv7', 'central Peru', 'earthquake\r'), +(16221, '2005-05-04 08:57:01', -19.407, -173.829, 22.8, 5.9, 'mwc', 'usp000dpwd', 'Tonga', 'earthquake\r'), +(16222, '2005-05-05 13:12:49', -19.968, 66.474, 10, 5.5, 'mwb', 'usp000dpz1', 'Mauritius - Reunion region', 'earthquake\r'), +(16223, '2005-05-05 19:12:21', 5.71, -82.845, 18, 6.5, 'mwc', 'usp000dpzp', 'south of Panama', 'earthquake\r'), +(16224, '2005-05-05 23:41:53', 5.082, -82.406, 10, 5.9, 'mwb', 'usp000dq05', 'south of Panama', 'earthquake\r'), +(16225, '2005-05-08 17:07:36', 20.351, -109.194, 10, 5.9, 'mwb', 'usp000dq7e', 'Revilla Gigedo Islands region', 'earthquake\r'), +(16226, '2005-05-09 08:12:46', -19.987, 168.852, 44.7, 5.5, 'mwc', 'usp000dq93', 'Vanuatu', 'earthquake\r'), +(16227, '2005-05-10 01:09:05', -6.226, 103.139, 17, 6.3, 'mwc', 'usp000dqbc', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(16228, '2005-05-12 11:15:35', -57.382, -139.231, 10, 6.5, 'mwc', 'usp000dqkx', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16229, '2005-05-12 20:52:03', -7.501, 156.113, 10, 5.7, 'mwb', 'usp000dqn2', 'Solomon Islands', 'earthquake\r'), +(16230, '2005-05-14 05:05:18', 0.587, 98.459, 34, 6.7, 'mwb', 'usp000dqs0', 'Nias region, Indonesia', 'earthquake\r'), +(16231, '2005-05-14 10:02:45', -22.696, -176.65, 119.2, 5.7, 'mwb', 'usp000dqsn', 'south of the Fiji Islands', 'earthquake\r'), +(16232, '2005-05-14 10:26:44', -45.614, 96.051, 10, 5.9, 'mwc', 'usp000dqsq', 'southeast Indian Ridge', 'earthquake\r'), +(16233, '2005-05-16 03:54:15', -32.589, -179.353, 34, 6.6, 'mwb', 'usp000dqxx', 'south of the Kermadec Islands', 'earthquake\r'), +(16234, '2005-05-18 09:10:54', -56.413, -26.863, 102.2, 6, 'mwb', 'usp000dr3b', 'South Sandwich Islands region', 'earthquake\r'), +(16235, '2005-05-18 10:27:06', -15.318, -173.24, 10, 6.2, 'mwc', 'usp000dr3h', 'Tonga', 'earthquake\r'), +(16236, '2005-05-18 11:37:30', 5.593, 93.271, 9.7, 5.7, 'mb', 'usp000dr3k', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16237, '2005-05-18 11:37:42', 5.439, 93.357, 2.5, 6.1, 'mwb', 'usp000dr3m', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16238, '2005-05-19 01:12:30', 60.018, -152.693, 95.5, 5.5, 'mwb', 'usp000dr4n', 'Southern Alaska', 'earthquake\r'), +(16239, '2005-05-19 01:54:53', 1.989, 97.041, 30, 6.9, 'mwc', 'usp000dr4t', 'Nias region, Indonesia', 'earthquake\r'), +(16240, '2005-05-20 12:40:42', -24.529, 178.84, 565.3, 6, 'mwb', 'usp000dr7g', 'south of the Fiji Islands', 'earthquake\r'), +(16241, '2005-05-21 05:11:35', -3.286, -80.987, 39.5, 6.3, 'mwb', 'usp000dr94', 'Peru-Ecuador border region', 'earthquake\r'), +(16242, '2005-05-21 23:01:16', 5.281, 94.797, 55.6, 5.6, 'mwb', 'usp000draj', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16243, '2005-05-26 10:08:27', 5.691, 93.215, 30, 5.7, 'mwc', 'usp000drky', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16244, '2005-05-29 03:32:31', 16.207, 144.923, 10, 5.5, 'mwc', 'usp000drsf', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(16245, '2005-05-29 21:44:27', -30.106, -178.012, 18.6, 5.9, 'mwc', 'usp000druy', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16246, '2005-05-31 02:04:15', 31.4, 131.202, 34.2, 5.7, 'mwb', 'usp000drxp', 'Kyushu, Japan', 'earthquake\r'), +(16247, '2005-05-31 02:29:31', 5.241, 94.432, 30, 5.5, 'mwc', 'usp000drxt', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16248, '2005-05-31 09:06:55', -62.827, 155.776, 10, 5.7, 'mwc', 'usp000dryb', 'Balleny Islands region', 'earthquake\r'), +(16249, '2005-06-01 20:06:41', 28.881, 94.626, 25.8, 5.8, 'mwc', 'usp000ds10', 'Arunachal Pradesh, India', 'earthquake\r'), +(16250, '2005-06-02 02:11:15', -20.206, 178.885, 22.4, 5.6, 'mwc', 'usp000ds1f', 'south of the Fiji Islands', 'earthquake\r'), +(16251, '2005-06-02 10:56:02', -24.221, -67.003, 196.2, 6.1, 'mwb', 'usp000ds2d', 'Salta, Argentina', 'earthquake\r'), +(16252, '2005-06-03 00:42:02', 1.455, 97.146, 24.9, 5.8, 'mwb', 'usp000ds3h', 'Nias region, Indonesia', 'earthquake\r'), +(16253, '2005-06-03 00:53:41', -18.259, -173.196, 10, 5.5, 'mwc', 'usp000ds3j', 'Tonga', 'earthquake\r'), +(16254, '2005-06-04 14:50:47', -6.319, 146.846, 26, 6.1, 'mwb', 'usp000ds6y', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(16255, '2005-06-05 08:28:51', 23.674, -108.366, 10, 5.6, 'mwb', 'usp000ds95', 'Gulf of California', 'earthquake\r'), +(16256, '2005-06-06 07:41:29', 39.22, 41.08, 10, 5.6, 'mwc', 'usp000dsbj', 'eastern Turkey', 'earthquake\r'), +(16257, '2005-06-07 04:22:01', -29.522, -179.122, 318.3, 5.7, 'mwc', 'usp000dsdc', 'Kermadec Islands region', 'earthquake\r'), +(16258, '2005-06-07 05:34:17', -62.43, -161.496, 10, 5.8, 'mwc', 'usp000dsdn', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16259, '2005-06-08 06:28:11', 2.17, 96.724, 23.5, 6.1, 'mwb', 'usp000dsgp', 'Simeulue, Indonesia', 'earthquake\r'), +(16260, '2005-06-08 13:37:17', -35.904, -102.907, 10, 5.6, 'mwb', 'usp000dsh8', 'southeast of Easter Island', 'earthquake\r'), +(16261, '2005-06-09 14:00:50', 51.554, -131.125, 10, 5.8, 'mwc', 'usp000dskc', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(16262, '2005-06-10 03:50:08', 51.185, 179.548, 40.9, 5.6, 'mwb', 'usp000dsmr', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16263, '2005-06-10 17:42:42', 1.813, 97.089, 25, 5.5, 'mwc', 'usp000dsp5', 'Nias region, Indonesia', 'earthquake\r'), +(16264, '2005-06-12 02:27:48', -55.237, -123.843, 10, 5.6, 'mwc', 'usp000dss0', 'southern East Pacific Rise', 'earthquake\r'), +(16265, '2005-06-12 04:17:13', 52.789, 143.867, 10, 5.6, 'mwb', 'usp000dss4', 'Sakhalin, Russia', 'earthquake\r'), +(16266, '2005-06-12 19:26:25', -56.293, -27.075, 94.1, 6, 'mwb', 'usp000dstt', 'South Sandwich Islands region', 'earthquake\r'), +(16267, '2005-06-13 07:02:33', 2.087, 126.572, 10, 5.9, 'mwc', 'usp000dsup', 'Molucca Sea', 'earthquake\r'), +(16268, '2005-06-13 19:59:53', 2.741, 94.169, 18.6, 5.8, 'mwb', 'usp000dsvq', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16269, '2005-06-13 22:44:34', -19.987, -69.197, 115.6, 7.8, 'mwb', 'usp000dsw1', 'Tarapaca, Chile', 'earthquake\r'), +(16270, '2005-06-14 01:22:12', -18.719, -174.715, 144.1, 5.7, 'mb', 'usp000dsws', 'Tonga', 'earthquake\r'), +(16271, '2005-06-14 11:49:03', 51.017, 179.601, 47.5, 5.6, 'mwc', 'usp000dsyh', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16272, '2005-06-14 17:10:12', 51.239, 179.314, 17, 6.8, 'mwc', 'usp000dszm', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16273, '2005-06-14 22:49:18', 50.979, 179.433, 27.5, 5.6, 'mwc', 'usp000dt1g', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16274, '2005-06-15 02:50:54', 41.292, -125.953, 16, 7.2, 'mwc', 'usp000dt25', 'off the coast of Northern California', 'earthquake\r'), +(16275, '2005-06-15 10:13:59', -4.595, 153.191, 74.6, 6.2, 'mwb', 'usp000dt3u', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(16276, '2005-06-15 19:52:25', -44.865, -80.562, 10, 6.4, 'mwb', 'usp000dt52', 'off the coast of Aisen, Chile', 'earthquake\r'), +(16277, '2005-06-17 06:21:43', 40.773, -126.574, 12, 6.6, 'mwb', 'usp000dt8h', 'off the coast of Northern California', 'earthquake\r'), +(16278, '2005-06-19 02:01:07', -23.949, -111.983, 10, 5.7, 'mwb', 'usp000dtdf', 'Easter Island region', 'earthquake\r'), +(16279, '2005-06-19 16:15:15', 35.612, 140.479, 48.2, 5.7, 'mwb', 'usp000dtf6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16280, '2005-06-20 02:44:54', -26.718, -176.174, 10, 5.8, 'mwc', 'usp000dtg8', 'south of the Fiji Islands', 'earthquake\r'), +(16281, '2005-06-21 05:11:18', -19.985, -68.807, 105, 5.5, 'mwb', 'usp000dtkd', 'Tarapaca, Chile', 'earthquake\r'), +(16282, '2005-06-21 10:43:29', -36.155, -100.959, 10, 5.8, 'mwb', 'usp000dtkt', 'southeast of Easter Island', 'earthquake\r'), +(16283, '2005-06-23 12:44:39', -29.261, -112.51, 10, 5.5, 'mwc', 'usp000dtrf', 'Easter Island region', 'earthquake\r'), +(16284, '2005-06-26 08:23:04', 1.769, 125.825, 91.6, 5.7, 'mwb', 'usp000dtxv', 'Molucca Sea', 'earthquake\r'), +(16285, '2005-06-27 11:35:46', 18.781, -107.298, 20, 6.2, 'mwb', 'usp000du0j', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(16286, '2005-06-28 15:46:26', -26.928, -176.289, 30.6, 5.8, 'mwc', 'usp000du3e', 'south of the Fiji Islands', 'earthquake\r'), +(16287, '2005-06-30 13:48:27', -10.931, 162.4, 45.3, 5.6, 'mwc', 'usp000du84', 'Solomon Islands', 'earthquake\r'), +(16288, '2005-06-30 21:26:36', 8.447, -82.873, 37.6, 5.9, 'mwc', 'usp000du8u', 'Panama-Costa Rica border region', 'earthquake\r'), +(16289, '2005-07-01 03:48:29', 36.569, 71.32, 63.1, 5.6, 'mwc', 'usp000du9c', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(16290, '2005-07-01 09:36:16', 31.922, 139.057, 206.4, 5.5, 'mwc', 'usp000dua0', 'Izu Islands, Japan region', 'earthquake\r'), +(16291, '2005-07-02 02:16:44', 11.245, -86.172, 27, 6.6, 'mwc', 'usp000dubj', 'near the coast of Nicaragua', 'earthquake\r'), +(16292, '2005-07-02 04:11:04', 11.407, -86.252, 40.5, 5.8, 'mwc', 'usp000dubp', 'near the coast of Nicaragua', 'earthquake\r'), +(16293, '2005-07-04 11:36:06', -42.283, 42.37, 10, 6.3, 'mwc', 'usp000duh0', 'Prince Edward Islands region', 'earthquake\r'), +(16294, '2005-07-05 01:52:03', 1.819, 97.082, 21, 6.7, 'mwc', 'usp000dujc', 'Nias region, Indonesia', 'earthquake\r'), +(16295, '2005-07-05 21:36:18', 3.958, 93.422, 28.1, 5.6, 'mwb', 'usp000dum5', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16296, '2005-07-06 06:22:33', -35.79, -102.807, 10, 5.9, 'mwc', 'usp000dumu', 'southeast of Easter Island', 'earthquake\r'), +(16297, '2005-07-06 08:24:42', 69.004, -16.637, 10, 5.6, 'mwb', 'usp000dun3', 'Jan Mayen Island region', 'earthquake\r'), +(16298, '2005-07-07 02:17:06', 56.068, 164.605, 33.3, 5.6, 'mwc', 'usp000dupa', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(16299, '2005-07-09 10:07:01', 2.75, 126.529, 22.3, 5.9, 'mwc', 'usp000duum', 'Molucca Sea', 'earthquake\r'), +(16300, '2005-07-09 23:37:11', 33.422, 140.825, 55.2, 5.8, 'mwb', 'usp000duvu', 'Izu Islands, Japan region', 'earthquake\r'), +(16301, '2005-07-09 23:59:17', -1.174, 119.963, 32.2, 5.9, 'mwc', 'usp000duvx', 'Sulawesi, Indonesia', 'earthquake\r'), +(16302, '2005-07-10 04:46:31', -36.31, -97.264, 10, 6.1, 'mwb', 'usp000duw6', 'West Chile Rise', 'earthquake\r'), +(16303, '2005-07-11 12:01:35', -23.818, -111.68, 10, 5.7, 'mwb', 'usp000duzt', 'Easter Island region', 'earthquake\r'), +(16304, '2005-07-11 14:36:10', 1.274, 97.226, 23.1, 5.6, 'mwb', 'usp000duzy', 'Nias region, Indonesia', 'earthquake\r'), +(16305, '2005-07-11 16:06:25', -26.872, -176.524, 10, 5.6, 'mwb', 'usp000dv05', 'south of the Fiji Islands', 'earthquake\r'), +(16306, '2005-07-11 23:06:02', -27.001, -176.322, 10, 6, 'mwb', 'usp000dv11', 'Kermadec Islands region', 'earthquake\r'), +(16307, '2005-07-12 17:07:20', -6.829, 131.405, 39.6, 5.7, 'mwb', 'usp000dv2s', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(16308, '2005-07-13 00:29:30', 10.351, 92.903, 49.6, 5.5, 'mwb', 'usp000dv38', 'Andaman Islands, India region', 'earthquake\r'), +(16309, '2005-07-13 12:06:13', -17.847, -70.109, 79.9, 5.9, 'mwb', 'usp000dv4c', 'southern Peru', 'earthquake\r'), +(16310, '2005-07-15 17:58:36', -57.301, -147.642, 10, 5.7, 'mwc', 'usp000dv94', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16311, '2005-07-18 02:06:54', -9.911, 124.238, 10, 5.5, 'mwb', 'usp000dvdx', 'Timor region', 'earthquake\r'), +(16312, '2005-07-18 19:37:19', -0.157, 125.148, 18.8, 5.8, 'mwb', 'usp000dvff', 'Molucca Sea', 'earthquake\r'), +(16313, '2005-07-19 10:31:32', -20.381, 168.911, 39.9, 5.5, 'mwc', 'usp000dvgk', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(16314, '2005-07-23 01:04:26', -15.216, 167.561, 125.7, 5.5, 'mwb', 'usp000dvq6', 'Vanuatu', 'earthquake\r'), +(16315, '2005-07-23 07:34:57', 35.498, 139.982, 61, 5.9, 'mwb', 'usp000dvqt', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(16316, '2005-07-23 08:51:44', -30.254, -178.068, 10, 6, 'mwb', 'usp000dvr2', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16317, '2005-07-23 14:40:25', 36.387, 70.718, 209.1, 5.5, 'mwb', 'usp000dvrq', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(16318, '2005-07-23 20:09:05', 12.078, -85.971, 167.9, 5.6, 'mwb', 'usp000dvs0', 'Nicaragua', 'earthquake\r'), +(16319, '2005-07-24 15:42:06', 7.92, 92.19, 16, 7.2, 'mwc', 'usp000dvtc', 'Nicobar Islands, India region', 'earthquake\r'), +(16320, '2005-07-25 03:26:18', 8.123, 91.926, 31.3, 5.6, 'mwc', 'usp000dvv5', 'Nicobar Islands, India region', 'earthquake\r'), +(16321, '2005-07-25 16:02:08', 71.111, -7.432, 10, 5.5, 'mwb', 'usp000dvwr', 'Jan Mayen Island region', 'earthquake\r'), +(16322, '2005-07-25 19:45:16', -56.027, -27.76, 84.8, 5.6, 'mwc', 'usp000dvx7', 'South Sandwich Islands region', 'earthquake\r'), +(16323, '2005-07-26 04:08:37', 45.365, -112.615, 12.9, 5.6, 'mwc', 'usp000dvxx', 'western Montana', 'earthquake\r'), +(16324, '2005-07-26 12:17:14', 52.871, 160.105, 27.6, 5.8, 'mwc', 'usp000dvzg', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(16325, '2005-07-26 14:11:36', -15.345, -72.962, 110.5, 5.9, 'mwb', 'usp000dvzt', 'southern Peru', 'earthquake\r'), +(16326, '2005-07-29 05:00:30', 52.906, -168.647, 50.3, 5.6, 'mwb', 'usp000dw63', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16327, '2005-07-29 20:33:40', 2.857, 93.558, 32.4, 5.5, 'mwc', 'usp000dw82', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16328, '2005-07-30 11:03:49', -61.474, 154.249, 10, 6, 'mwc', 'usp000dw9z', 'Balleny Islands region', 'earthquake\r'), +(16329, '2005-07-30 15:13:20', 5.177, 94.476, 38, 5.8, 'mwb', 'usp000dwac', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16330, '2005-08-01 04:40:37', 46.995, 153.911, 16.9, 5.7, 'mwb', 'usp000dweg', 'Kuril Islands', 'earthquake\r'), +(16331, '2005-08-02 08:39:52', -4.003, 128.819, 10, 5.6, 'mwc', 'usp000dwgf', 'Banda Sea', 'earthquake\r'), +(16332, '2005-08-03 10:41:18', 3.008, 128.15, 69, 5.9, 'mwb', 'usp000dwjs', 'north of Halmahera, Indonesia', 'earthquake\r'), +(16333, '2005-08-03 11:03:15', 11.247, -85.541, 14, 6.3, 'mwc', 'usp000dwju', 'Nicaragua', 'earthquake\r'), +(16334, '2005-08-04 09:26:53', -3.657, 140.178, 40, 5.8, 'mwc', 'usp000dwn8', 'Papua, Indonesia', 'earthquake\r'), +(16335, '2005-08-04 10:27:12', -26.634, -114.504, 10, 5.8, 'mwb', 'usp000dwnf', 'Easter Island region', 'earthquake\r'), +(16336, '2005-08-04 12:11:21', -59.768, -25.886, 45.3, 5.6, 'mwb', 'usp000dwnv', 'South Sandwich Islands region', 'earthquake\r'), +(16337, '2005-08-05 00:56:54', 51.235, -178.254, 23.3, 5.8, 'mwc', 'usp000dwq2', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16338, '2005-08-06 04:02:33', 85.263, 97.163, 10, 5.5, 'mwc', 'usp000dwst', 'north of Severnaya Zemlya', 'earthquake\r'), +(16339, '2005-08-06 09:56:14', -19.614, -175.85, 205.4, 6, 'mwc', 'usp000dwtg', 'Tonga', 'earthquake\r'), +(16340, '2005-08-06 12:40:38', 11.714, 125.646, 28.9, 5.5, 'mwc', 'usp000dwtt', 'Samar, Philippines', 'earthquake\r'), +(16341, '2005-08-07 02:17:46', -47.09, 33.62, 10, 6.2, 'mwc', 'usp000dwv4', 'Prince Edward Islands region', 'earthquake\r'), +(16342, '2005-08-07 11:35:26', -14.449, -177.293, 10, 6, 'mwb', 'usp000dww3', 'Fiji region', 'earthquake\r'), +(16343, '2005-08-07 14:41:01', -14.435, -177.242, 10, 5.8, 'mwb', 'usp000dwwc', 'Fiji region', 'earthquake\r'), +(16344, '2005-08-07 15:06:45', 36.326, 141.367, 39.2, 5.5, 'mwc', 'usp000dwwd', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16345, '2005-08-08 08:33:57', -3.795, 140.156, 10, 5.9, 'mwc', 'usp000dwxu', 'Papua, Indonesia', 'earthquake\r'), +(16346, '2005-08-09 05:26:18', -20.942, 173.825, 23.6, 6.1, 'mwb', 'usp000dwzx', 'Vanuatu region', 'earthquake\r'), +(16347, '2005-08-09 11:23:00', 7.738, 94.13, 19.2, 5.5, 'mwb', 'usp000dx08', 'Nicobar Islands, India region', 'earthquake\r'), +(16348, '2005-08-09 14:12:21', -21.097, 173.874, 35, 6.1, 'mwc', 'usp000dx0h', 'Vanuatu region', 'earthquake\r'), +(16349, '2005-08-11 09:08:47', -22.677, 169.509, 10, 6.2, 'mwb', 'usp000dx4p', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16350, '2005-08-11 11:50:51', -21.899, 170.282, 10, 5.6, 'mwc', 'usp000dx4x', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16351, '2005-08-13 07:36:53', 20.134, 145.801, 48.6, 6, 'mwc', 'usp000dx89', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(16352, '2005-08-14 02:39:40', -19.78, -68.98, 113.8, 5.8, 'mwb', 'usp000dx9y', 'Tarapaca, Chile', 'earthquake\r'), +(16353, '2005-08-15 03:15:55', -3.721, 140.124, 30, 5.6, 'mwc', 'usp000dxc4', 'Papua, Indonesia', 'earthquake\r'), +(16354, '2005-08-16 02:46:28', 38.276, 142.039, 36, 7.2, 'mwc', 'usp000dxe2', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16355, '2005-08-20 01:45:43', -21.145, 169.982, 90.8, 5.5, 'mwb', 'usp000dxpk', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16356, '2005-08-20 05:05:26', 1.331, -85.212, 25.3, 5.5, 'mwc', 'usp000dxpy', 'off the coast of Ecuador', 'earthquake\r'), +(16357, '2005-08-21 09:49:50', -3.999, -104.025, 10, 5.8, 'mwc', 'usp000dxsd', 'central East Pacific Rise', 'earthquake\r'), +(16358, '2005-08-24 10:14:48', 38.48, 143.154, 10, 5.9, 'mwc', 'usp000dxyd', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16359, '2005-08-24 10:15:28', 38.564, 142.987, 10, 6.1, 'mwb', 'usp000dxye', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16360, '2005-08-24 17:07:46', 10.078, -103.548, 10, 5.7, 'mwb', 'usp000dxz5', 'northern East Pacific Rise', 'earthquake\r'), +(16361, '2005-08-25 23:09:18', -23.66, -179.977, 530.7, 5.7, 'mwc', 'usp000dy21', 'south of the Fiji Islands', 'earthquake\r'), +(16362, '2005-08-26 18:16:34', 14.417, 52.365, 10, 6.2, 'mwb', 'usp000dy3w', 'Gulf of Aden', 'earthquake\r'), +(16363, '2005-08-27 18:38:21', 6.817, -82.432, 10, 6.1, 'mwb', 'usp000dy5q', 'south of Panama', 'earthquake\r'), +(16364, '2005-08-29 19:53:54', -2.35, 138.219, 30.7, 5.6, 'mwc', 'usp000dy9v', 'Papua, Indonesia', 'earthquake\r'), +(16365, '2005-08-30 18:10:45', 38.481, 143.175, 21.1, 6.1, 'mwb', 'usp000dyc1', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16366, '2005-08-31 01:24:49', -59.36, -27.104, 10, 5.5, 'mwc', 'usp000dycr', 'South Sandwich Islands region', 'earthquake\r'), +(16367, '2005-09-01 11:22:10', -24.411, 179.892, 513.2, 5.6, 'mwc', 'usp000dygf', 'south of the Fiji Islands', 'earthquake\r'), +(16368, '2005-09-02 08:04:05', 2.451, 98.923, 147.1, 5.5, 'mwc', 'usp000dykb', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16369, '2005-09-02 18:35:13', 10.364, 138.324, 10, 5.7, 'mwc', 'usp000dym5', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(16370, '2005-09-03 12:38:22', -49.93, -8.955, 10, 5.7, 'mwc', 'usp000dypg', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(16371, '2005-09-03 20:21:25', -43.003, -82.858, 10, 5.6, 'mwc', 'usp000dyq3', 'West Chile Rise', 'earthquake\r'), +(16372, '2005-09-04 12:13:39', -17.108, -176.775, 25.2, 5.6, 'mwb', 'usp000dyrk', 'Fiji region', 'earthquake\r'), +(16373, '2005-09-04 23:58:35', 3.004, 123.073, 443.9, 6, 'mwb', 'usp000dysk', 'Celebes Sea', 'earthquake\r'), +(16374, '2005-09-05 07:37:31', -56.41, -142.392, 10, 6.2, 'mwb', 'usp000dyt8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16375, '2005-09-06 01:16:02', 24.084, 122.191, 32, 5.8, 'mwc', 'usp000dyus', 'Taiwan region', 'earthquake\r'), +(16376, '2005-09-06 11:00:49', 0.029, 97.604, 27.6, 5.6, 'mwb', 'usp000dyvr', 'Nias region, Indonesia', 'earthquake\r'), +(16377, '2005-09-06 21:36:40', -5.902, 128.713, 314.8, 5.5, 'mwc', 'usp000dywg', 'Banda Sea', 'earthquake\r'), +(16378, '2005-09-08 04:10:11', 0.77, 126.283, 49.2, 5.7, 'mwc', 'usp000dyz7', 'Molucca Sea', 'earthquake\r'), +(16379, '2005-09-08 12:57:49', -41.879, 85.059, 10, 5.5, 'mwb', 'usp000dz09', 'southeast Indian Ridge', 'earthquake\r'), +(16380, '2005-09-09 01:20:15', -55.645, -27.102, 10, 5.7, 'mwc', 'usp000dz1q', 'South Sandwich Islands region', 'earthquake\r'), +(16381, '2005-09-09 07:26:44', -4.539, 153.474, 90, 7.6, 'mwc', 'usp000dz2j', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(16382, '2005-09-09 11:26:07', -31.68, -69.136, 112.6, 5.8, 'mb', 'usp000dz37', 'San Juan, Argentina', 'earthquake\r'), +(16383, '2005-09-09 19:55:22', -56.038, -27.905, 142.8, 5.6, 'mwc', 'usp000dz4c', 'South Sandwich Islands region', 'earthquake\r'), +(16384, '2005-09-10 01:24:32', -5.15, 154.076, 96.2, 5.6, 'mwb', 'usp000dz51', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(16385, '2005-09-10 16:57:47', 4.862, 95.044, 41, 5.8, 'mwb', 'usp000dz6r', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16386, '2005-09-12 21:15:04', -17.417, -177.32, 383.9, 5.7, 'mwb', 'usp000dzbf', 'Fiji region', 'earthquake\r'), +(16387, '2005-09-13 14:32:58', 8.073, 91.912, 30, 5.5, 'mwb', 'usp000dzcy', 'Nicobar Islands, India region', 'earthquake\r'), +(16388, '2005-09-16 00:31:42', -5.622, 153.592, 10.7, 5.7, 'mwc', 'usp000dzh3', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(16389, '2005-09-18 06:14:01', 3.918, -82.639, 10, 5.6, 'mwb', 'usp000dznd', 'south of Panama', 'earthquake\r'), +(16390, '2005-09-18 07:25:59', 24.561, 94.781, 84, 5.7, 'mwb', 'usp000dznh', 'Myanmar-India border region', 'earthquake\r'), +(16391, '2005-09-21 02:25:08', 43.892, 146.145, 103, 6.1, 'mwb', 'usp000dzum', 'Kuril Islands', 'earthquake\r'), +(16392, '2005-09-22 00:07:21', -16.674, -172.655, 10, 5.8, 'mwb', 'usp000dzwj', 'Samoa Islands region', 'earthquake\r'), +(16393, '2005-09-23 13:48:30', 16.129, -87.473, 23, 5.9, 'mwb', 'usp000e010', 'offshore Honduras', 'earthquake\r'), +(16394, '2005-09-24 19:24:03', 12.471, 40.634, 11.8, 5.5, 'mwb', 'usp000e04m', 'Ethiopia', 'earthquake\r'), +(16395, '2005-09-25 12:55:47', -17.515, 167.801, 30, 6.1, 'mwb', 'usp000e07f', 'Vanuatu', 'earthquake\r'), +(16396, '2005-09-25 20:28:40', -17.395, 167.884, 30, 5.6, 'mwb', 'usp000e08p', 'Vanuatu', 'earthquake\r'), +(16397, '2005-09-25 22:58:55', -17.484, 167.774, 30, 5.6, 'mwb', 'usp000e095', 'Vanuatu', 'earthquake\r'), +(16398, '2005-09-26 01:34:32', -17.56, 167.444, 35, 5.6, 'mwc', 'usp000e09f', 'Vanuatu', 'earthquake\r'), +(16399, '2005-09-26 01:55:38', -5.678, -76.398, 115, 7.5, 'mwb', 'usp000e09h', 'northern Peru', 'earthquake\r'), +(16400, '2005-09-29 15:50:24', -5.437, 151.84, 25, 6.6, 'mwc', 'usp000e0h0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16401, '2005-09-29 18:23:26', -5.563, 151.865, 28, 6.2, 'mwc', 'usp000e0hb', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16402, '2005-09-29 18:51:14', -5.478, 151.805, 25, 5.7, 'mwc', 'usp000e0he', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16403, '2005-09-30 23:15:20', -5.668, 151.683, 25, 5.8, 'mwb', 'usp000e0m1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16404, '2005-10-01 21:54:09', -23.609, -63.632, 547.4, 5.6, 'mwb', 'usp000e0p3', 'Salta, Argentina', 'earthquake\r'), +(16405, '2005-10-02 23:59:44', -5.595, 151.651, 30.5, 5.8, 'mwb', 'usp000e0s2', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16406, '2005-10-03 22:09:24', 5.509, 94.368, 32, 5.5, 'mwc', 'usp000e0ud', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16407, '2005-10-05 08:46:42', 5.233, 95.577, 18.3, 5.7, 'mwc', 'usp000e0x0', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16408, '2005-10-05 10:07:22', -20.535, -174.277, 15, 5.9, 'mwb', 'usp000e0x4', 'Tonga', 'earthquake\r'), +(16409, '2005-10-07 17:43:02', 13.295, -89.347, 49.7, 5.7, 'mwb', 'usp000e11s', 'offshore El Salvador', 'earthquake\r'), +(16410, '2005-10-08 03:50:41', 34.539, 73.588, 26, 7.6, 'mwc', 'usp000e12e', 'Pakistan', 'earthquake\r'), +(16411, '2005-10-08 03:57:20', 34.238, 73.579, 10, 5.9, 'mb', 'usp000e12f', 'Pakistan', 'earthquake\r'), +(16412, '2005-10-08 03:58:13', 34.994, 73.781, 10, 5.7, 'mb', 'usp000e12g', 'Pakistan', 'earthquake\r'), +(16413, '2005-10-08 03:58:36', 34.353, 73.477, 10, 5.8, 'mb', 'usp000e12h', 'Pakistan', 'earthquake\r'), +(16414, '2005-10-08 04:01:20', 34.712, 73.239, 10, 5.6, 'mb', 'usp000e12j', 'Pakistan', 'earthquake\r'), +(16415, '2005-10-08 04:02:25', 34.515, 73.323, 10, 5.6, 'mb', 'usp000e12k', 'Pakistan', 'earthquake\r'), +(16416, '2005-10-08 04:26:11', 34.65, 73.125, 10, 5.7, 'mb', 'usp000e12v', 'Pakistan', 'earthquake\r'), +(16417, '2005-10-08 04:30:44', 1.957, 97.853, 30, 5.6, 'mb', 'usp000e12y', 'Nias region, Indonesia', 'earthquake\r'), +(16418, '2005-10-08 05:26:05', 34.755, 73.152, 10, 5.5, 'mb', 'usp000e13s', 'Pakistan', 'earthquake\r'), +(16419, '2005-10-08 10:46:29', 34.733, 73.1, 8, 6.4, 'mwc', 'usp000e166', 'Pakistan', 'earthquake\r'), +(16420, '2005-10-08 12:08:28', 34.593, 73.187, 10, 5.6, 'mwc', 'usp000e16z', 'Pakistan', 'earthquake\r'), +(16421, '2005-10-08 12:25:20', 34.771, 73.12, 10, 5.7, 'mwc', 'usp000e176', 'Pakistan', 'earthquake\r'), +(16422, '2005-10-08 21:13:32', 34.71, 73.199, 12, 5.7, 'mwb', 'usp000e19a', 'Pakistan', 'earthquake\r'), +(16423, '2005-10-09 08:30:01', 34.67, 73.182, 7, 5.7, 'mwc', 'usp000e1c6', 'Pakistan', 'earthquake\r'), +(16424, '2005-10-10 10:55:48', -6.881, 105.459, 30, 5.5, 'mwc', 'usp000e1gt', 'Sunda Strait, Indonesia', 'earthquake\r'), +(16425, '2005-10-10 11:08:26', 13.42, 125.077, 6.9, 5.8, 'mwb', 'usp000e1gv', 'Philippine Islands region', 'earthquake\r'), +(16426, '2005-10-11 15:05:40', 4.82, 95.098, 30, 5.9, 'mwb', 'usp000e1m7', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16427, '2005-10-13 22:04:10', -5.147, 153.766, 33.2, 5.7, 'mwb', 'usp000e1s1', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(16428, '2005-10-14 03:36:46', -23.713, -176.024, 33.9, 5.5, 'mwc', 'usp000e1st', 'south of the Fiji Islands', 'earthquake\r'), +(16429, '2005-10-14 08:27:36', -34.659, 179.434, 204.1, 5.7, 'mwb', 'usp000e1te', 'south of the Kermadec Islands', 'earthquake\r'), +(16430, '2005-10-15 10:06:17', 46.816, 154.113, 42.8, 6.1, 'mwc', 'usp000e1we', 'east of the Kuril Islands', 'earthquake\r'), +(16431, '2005-10-15 15:51:08', 25.309, 123.351, 192, 6.4, 'mwb', 'usp000e1wr', 'northeast of Taiwan', 'earthquake\r'), +(16432, '2005-10-16 19:03:24', 2.026, 97.941, 38, 5.7, 'mwb', 'usp000e1yy', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16433, '2005-10-17 05:45:16', 38.131, 26.505, 8.1, 5.5, 'mwc', 'usp000e1zy', 'near the coast of western Turkey', 'earthquake\r'), +(16434, '2005-10-17 07:12:43', -49.518, 164.189, 10, 5.7, 'mwc', 'usp000e204', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(16435, '2006-02-22 22:19:08', -21.324, 33.583, 11, 7, 'mwb', 'usp000eamh', 'Mozambique', 'earthquake\r'), +(16436, '2005-10-17 09:46:54', 38.2, 26.5, 10.4, 5.8, 'mwb', 'usp000e20e', 'near the coast of western Turkey', 'earthquake\r'), +(16437, '2005-10-17 19:23:02', -17.775, -69.486, 123, 5.7, 'mwb', 'usp000e22f', 'Tarapaca, Chile', 'earthquake\r'), +(16438, '2005-10-17 21:59:23', 11.677, -85.85, 162.3, 5.7, 'mwb', 'usp000e22z', 'Nicaragua', 'earthquake\r'), +(16439, '2005-10-18 15:26:00', 37.622, 20.918, 14.3, 5.7, 'mwc', 'usp000e25a', 'Ionian Sea', 'earthquake\r'), +(16440, '2005-10-19 02:33:28', 34.751, 73.037, 5, 5.6, 'mwc', 'usp000e271', 'Pakistan', 'earthquake\r'), +(16441, '2005-10-19 11:44:43', 36.405, 140.839, 32, 6.3, 'mwb', 'usp000e287', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16442, '2005-10-20 15:26:32', 52.206, -169.04, 35.4, 5.6, 'mwc', 'usp000e2ay', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16443, '2005-10-20 21:40:04', 38.152, 26.751, 10, 5.9, 'mwb', 'usp000e2bq', 'near the coast of western Turkey', 'earthquake\r'), +(16444, '2005-10-22 12:16:36', -5.824, 129.996, 15, 5.7, 'mwb', 'usp000e2hk', 'Banda Sea', 'earthquake\r'), +(16445, '2005-10-22 13:12:48', 37.148, 140.931, 53.2, 5.5, 'mwc', 'usp000e2hq', 'eastern Honshu, Japan', 'earthquake\r'), +(16446, '2005-10-23 04:49:16', -21.798, -68.422, 117, 5.5, 'mwc', 'usp000e2kn', 'Antofagasta, Chile', 'earthquake\r'), +(16447, '2005-10-23 10:08:15', 37.377, 134.556, 380.7, 5.9, 'mwb', 'usp000e2m7', 'Sea of Japan', 'earthquake\r'), +(16448, '2005-10-23 15:04:21', 34.854, 73.042, 10, 5.5, 'mwc', 'usp000e2mv', 'Pakistan', 'earthquake\r'), +(16449, '2005-10-25 19:40:43', -7.154, 145.976, 175.4, 5.9, 'mwb', 'usp000e2uy', 'near the south coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(16450, '2005-10-29 04:05:56', -45.214, 96.898, 8, 6.5, 'mwc', 'usp000e329', 'southeast Indian Ridge', 'earthquake\r'), +(16451, '2005-10-29 06:38:58', -8.555, -79.837, 31.5, 5.5, 'mwc', 'usp000e32j', 'near the coast of northern Peru', 'earthquake\r'), +(16452, '2005-10-30 13:08:19', -16.527, -172.776, 10, 5.7, 'mwb', 'usp000e359', 'Samoa Islands region', 'earthquake\r'), +(16453, '2005-11-01 21:13:33', -3.592, 127.325, 12.7, 5.7, 'mwb', 'usp000e3ae', 'Seram, Indonesia', 'earthquake\r'), +(16454, '2005-11-02 03:09:18', -30.39, -178.169, 36, 5.7, 'mwb', 'usp000e3b7', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16455, '2005-11-04 12:25:03', -35.652, 53.373, 10, 5.6, 'mwc', 'usp000e3g1', 'Southwest Indian Ridge', 'earthquake\r'), +(16456, '2005-11-04 17:44:48', 1.226, 97.269, 30, 5.5, 'mwb', 'usp000e3gg', 'Nias region, Indonesia', 'earthquake\r'), +(16457, '2005-11-05 10:48:21', -3.149, 148.143, 25, 6.4, 'mwc', 'usp000e3j8', 'Bismarck Sea', 'earthquake\r'), +(16458, '2005-11-07 22:11:02', -56.079, -27.35, 113.6, 5.5, 'mwb', 'usp000e3q3', 'South Sandwich Islands region', 'earthquake\r'), +(16459, '2005-11-08 10:01:46', -6.9, 155.01, 48.2, 5.5, 'mwc', 'usp000e3rp', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(16460, '2005-11-09 06:11:40', -18.029, 172.924, 10, 5.5, 'mwc', 'usp000e3ts', 'Vanuatu region', 'earthquake\r'), +(16461, '2005-11-09 11:33:13', -1.024, -76.943, 248.3, 5.9, 'mwb', 'usp000e3u8', 'Ecuador', 'earthquake\r'), +(16462, '2005-11-10 09:23:21', -10.513, 161.037, 68.5, 5.5, 'mwc', 'usp000e3vw', 'Solomon Islands', 'earthquake\r'), +(16463, '2005-11-10 19:29:54', 57.47, 120.586, 6, 5.9, 'mwb', 'usp000e3wp', 'southwestern Sakha, Russia', 'earthquake\r'), +(16464, '2005-11-11 14:58:50', -55.698, -27.063, 28.8, 5.9, 'mwb', 'usp000e3yv', 'South Sandwich Islands region', 'earthquake\r'), +(16465, '2005-11-13 10:24:58', -3.1, 128.944, 20, 5.9, 'mwb', 'usp000e42v', 'Seram, Indonesia', 'earthquake\r'), +(16466, '2005-11-14 21:38:51', 38.107, 144.896, 11, 7, 'mwc', 'usp000e462', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16467, '2005-11-15 20:20:46', 33.336, 141.351, 15.9, 5.7, 'mwb', 'usp000e48r', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16468, '2005-11-15 23:01:10', 22.04, 144.799, 20, 5.7, 'mwc', 'usp000e48y', 'Volcano Islands, Japan region', 'earthquake\r'), +(16469, '2005-11-17 19:26:54', -22.361, -67.895, 147, 6.8, 'mwb', 'usp000e4cy', 'Potosi, Bolivia', 'earthquake\r'), +(16470, '2005-11-17 21:59:30', 33.319, 141.388, 10, 5.7, 'mwc', 'usp000e4d7', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16471, '2005-11-19 14:10:13', 2.164, 96.786, 21, 6.5, 'mwb', 'usp000e4gh', 'Simeulue, Indonesia', 'earthquake\r'), +(16472, '2005-11-20 12:53:03', 53.843, -164.093, 30, 6.2, 'mwc', 'usp000e4j8', 'Unimak Island region, Alaska', 'earthquake\r'), +(16473, '2005-11-21 00:19:42', -6.958, 129.221, 125.7, 5.5, 'mwc', 'usp000e4m3', 'Banda Sea', 'earthquake\r'), +(16474, '2005-11-21 15:36:31', 31.019, 129.997, 145, 6.1, 'mwb', 'usp000e4nm', 'Kyushu, Japan', 'earthquake\r'), +(16475, '2005-11-22 09:48:46', -14.808, 66.717, 10, 5.6, 'mwc', 'usp000e4pu', 'Mid-Indian Ridge', 'earthquake\r'), +(16476, '2005-11-22 13:21:23', -60.726, -25.319, 13.5, 5.5, 'mwc', 'usp000e4q9', 'South Sandwich Islands region', 'earthquake\r'), +(16477, '2005-11-22 15:09:25', 53.929, -164.063, 37.6, 5.7, 'mwc', 'usp000e4qc', 'Unimak Island region, Alaska', 'earthquake\r'), +(16478, '2005-11-22 15:11:32', -5.154, 145.284, 68, 6.2, 'mwc', 'usp000e4qd', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(16479, '2005-11-23 19:33:45', 50.073, 147.704, 631.9, 5.5, 'mwb', 'usp000e4sf', 'Sea of Okhotsk', 'earthquake\r'), +(16480, '2005-11-24 10:46:38', -24.273, -176.313, 35, 5.6, 'mwc', 'usp000e4tj', 'south of the Fiji Islands', 'earthquake\r'), +(16481, '2005-11-25 05:31:18', 5.905, 126.386, 34, 5.8, 'mwc', 'usp000e4v7', 'Mindanao, Philippines', 'earthquake\r'), +(16482, '2005-11-25 09:30:00', -25.814, -177.834, 172.9, 5.5, 'mwc', 'usp000e4vm', 'south of the Fiji Islands', 'earthquake\r'), +(16483, '2005-11-27 10:22:19', 26.774, 55.858, 10, 5.9, 'mwc', 'usp000e501', 'southern Iran', 'earthquake\r'), +(16484, '2005-11-27 16:30:38', 26.842, 55.806, 10, 5.5, 'mwc', 'usp000e513', 'southern Iran', 'earthquake\r'), +(16485, '2005-11-27 23:31:37', 1.16, 97.266, 24.4, 5.6, 'mwb', 'usp000e51r', 'Nias region, Indonesia', 'earthquake\r'), +(16486, '2005-11-28 03:28:13', -62.332, 155.023, 10, 5.7, 'mwb', 'usp000e529', 'Balleny Islands region', 'earthquake\r'), +(16487, '2005-11-28 16:33:22', -29.31, -70.958, 48.6, 5.5, 'mwc', 'usp000e53g', 'Coquimbo, Chile', 'earthquake\r'), +(16488, '2005-11-28 16:41:28', 20.29, 146.055, 11, 6, 'mwc', 'usp000e53h', 'Mariana Islands region', 'earthquake\r'), +(16489, '2005-11-30 05:41:43', -9.672, -79.678, 23.3, 5.5, 'mwc', 'usp000e57e', 'off the coast of northern Peru', 'earthquake\r'), +(16490, '2005-11-30 16:53:42', 6.27, 124.029, 13, 6.4, 'mwc', 'usp000e583', 'Mindanao, Philippines', 'earthquake\r'), +(16491, '2005-12-01 03:08:40', -21.021, -179.105, 644.7, 5.5, 'mwc', 'usp000e58x', 'Fiji region', 'earthquake\r'), +(16492, '2005-12-02 13:13:10', 38.089, 142.122, 29, 6.5, 'mwc', 'usp000e5c8', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16493, '2005-12-02 23:49:24', -21.444, 169.895, 10, 5.7, 'mwc', 'usp000e5cy', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16494, '2005-12-03 16:10:40', 29.338, 130.29, 26, 5.9, 'mwb', 'usp000e5eh', 'Ryukyu Islands, Japan', 'earthquake\r'), +(16495, '2005-12-03 20:38:12', 12.19, 141.008, 10, 5.7, 'mwc', 'usp000e5f7', 'Mariana Islands region', 'earthquake\r'), +(16496, '2005-12-05 05:59:46', -5.407, 142.006, 10, 5.5, 'mwb', 'usp000e5j7', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(16497, '2005-12-05 12:19:57', -6.224, 29.83, 22, 6.8, 'mwc', 'usp000e5jx', 'Lake Tanganyika region, Dem. Republic of the Congo-Tanzania', 'earthquake\r'), +(16498, '2005-12-07 23:32:52', -30.012, -177.637, 21, 6.4, 'mwc', 'usp000e5rc', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16499, '2005-12-08 09:01:27', -5.408, 146.953, 216.8, 6.1, 'mwb', 'usp000e5sc', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(16500, '2005-12-09 23:30:24', -6.176, 29.709, 10, 5.5, 'mwc', 'usp000e5w1', 'Lake Tanganyika region, Dem. Republic of the Congo-Tanzania', 'earthquake\r'), +(16501, '2005-12-10 08:24:13', -24.599, 179.948, 506.5, 5.6, 'mwc', 'usp000e5wx', 'south of the Fiji Islands', 'earthquake\r'), +(16502, '2005-12-11 04:42:31', 15.302, -45.862, 10, 5.6, 'mwb', 'usp000e5yg', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(16503, '2005-12-11 05:55:13', -7.872, 129.022, 35, 5.5, 'mwc', 'usp000e5yj', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(16504, '2005-12-11 06:26:35', 15.272, -45.835, 10, 5.7, 'mwb', 'usp000e5yp', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(16505, '2005-12-11 14:20:45', -6.584, 152.223, 17, 6.6, 'mwc', 'usp000e5zd', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16506, '2005-12-11 15:54:14', 57.439, 120.761, 10, 5.6, 'mwc', 'usp000e5zk', 'southwestern Sakha, Russia', 'earthquake\r'), +(16507, '2005-12-11 16:23:36', 14.018, 120.717, 201.6, 5.6, 'mwc', 'usp000e5zn', 'Luzon, Philippines', 'earthquake\r'), +(16508, '2005-12-12 21:47:46', 36.357, 71.093, 224.6, 6.5, 'mwb', 'usp000e61s', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(16509, '2005-12-13 03:16:06', -15.265, -178.571, 10, 6.7, 'mwb', 'usp000e62c', 'Fiji region', 'earthquake\r'), +(16510, '2005-12-14 06:45:42', -14.596, 167.928, 10, 5.6, 'mwc', 'usp000e644', 'Vanuatu', 'earthquake\r'), +(16511, '2005-12-16 10:24:59', 12.252, -89.521, 34.7, 5.7, 'mwc', 'usp000e689', 'off the coast of El Salvador', 'earthquake\r'), +(16512, '2005-12-16 18:32:16', 38.506, 141.9, 42.9, 6, 'mwc', 'usp000e69b', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16513, '2005-12-18 04:23:10', 2.842, 95.916, 18.2, 5.7, 'mwb', 'usp000e6bs', 'Simeulue, Indonesia', 'earthquake\r'), +(16514, '2005-12-20 05:51:13', 12.232, 140.995, 22.8, 6.1, 'mwb', 'usp000e6fw', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(16515, '2005-12-20 18:34:37', -25.484, 179.484, 527.7, 5.5, 'mwc', 'usp000e6gx', 'south of the Fiji Islands', 'earthquake\r'), +(16516, '2005-12-21 07:09:05', -0.066, 124.672, 25, 6.3, 'mwc', 'usp000e6ht', 'Molucca Sea', 'earthquake\r'), +(16517, '2005-12-21 14:32:39', 6.643, -82.755, 7, 6, 'mwb', 'usp000e6jd', 'south of Panama', 'earthquake\r'), +(16518, '2005-12-22 04:28:24', -54.496, -135.659, 10, 5.5, 'mwc', 'usp000e6kh', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16519, '2005-12-22 12:20:03', -54.719, -135.868, 10, 6.3, 'mwc', 'usp000e6m9', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16520, '2005-12-23 21:47:28', -1.386, -77.517, 192.9, 6.1, 'mwb', 'usp000e6qp', 'Ecuador', 'earthquake\r'), +(16521, '2005-12-26 13:48:02', 26.822, 140.646, 7.4, 5.7, 'mwb', 'usp000e6ym', 'Bonin Islands, Japan region', 'earthquake\r'), +(16522, '2005-12-30 18:26:44', 7.529, -82.266, 10, 6.1, 'mwb', 'usp000e786', 'south of Panama', 'earthquake\r'), +(16523, '2006-01-01 07:11:57', 31.394, 140.131, 10, 5.6, 'mwb', 'usp000e7b5', 'Izu Islands, Japan region', 'earthquake\r'), +(16524, '2006-01-01 08:47:13', 4.735, 95.144, 51.5, 5.5, 'mwb', 'usp000e7b6', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16525, '2006-01-02 01:01:24', 12.361, 144.31, 35.2, 5.7, 'mwb', 'usp000e7cv', 'Guam region', 'earthquake\r'), +(16526, '2006-01-02 06:10:50', -60.957, -21.606, 13, 7.4, 'mwc', 'usp000e7dd', 'east of the South Sandwich Islands', 'earthquake\r'), +(16527, '2006-01-02 12:01:46', -4.883, 152.343, 62.4, 5.6, 'mwc', 'usp000e7dt', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16528, '2006-01-02 22:13:40', -19.926, -178.178, 582.9, 7.2, 'mwc', 'usp000e7f0', 'Fiji region', 'earthquake\r'), +(16529, '2006-01-03 12:27:58', 13.841, 145.287, 78.2, 5.8, 'mwb', 'usp000e7gy', 'Guam region', 'earthquake\r'), +(16530, '2006-01-04 08:32:32', 28.164, -112.117, 14, 6.6, 'mwc', 'usp000e7jp', 'Gulf of California', 'earthquake\r'), +(16531, '2006-01-04 13:01:33', -22.855, -66.172, 242.8, 5.5, 'mwc', 'usp000e7k8', 'Jujuy, Argentina', 'earthquake\r'), +(16532, '2006-01-05 08:40:46', -56.552, -24.954, 10, 5.7, 'mwc', 'usp000e7my', 'South Sandwich Islands region', 'earthquake\r'), +(16533, '2006-01-06 03:39:59', 6.635, -82.337, 7.4, 6.1, 'mwb', 'usp000e7ph', 'south of Panama', 'earthquake\r'), +(16534, '2006-01-07 02:23:44', 52.415, 173.613, 30.8, 5.5, 'mwb', 'usp000e7rq', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16535, '2006-01-08 11:34:56', 36.311, 23.212, 66, 6.7, 'mwb', 'usp000e7u3', 'southern Greece', 'earthquake\r'), +(16536, '2006-01-10 01:09:34', 37.057, -14.133, 10, 5.5, 'mwc', 'usp000e7yd', 'Azores-Cape St. Vincent Ridge', 'earthquake\r'), +(16537, '2006-01-11 10:02:33', 43.507, -127.266, 10, 5.6, 'mwb', 'usp000e81b', 'off the coast of Oregon', 'earthquake\r'), +(16538, '2006-01-15 11:58:29', -7.826, 122.597, 264.8, 6.1, 'mwb', 'usp000e896', 'Flores Sea', 'earthquake\r'), +(16539, '2006-01-18 14:25:28', 37.774, 142.131, 25.8, 5.7, 'mwb', 'usp000e8ej', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16540, '2006-01-18 23:43:06', -36.411, -100.496, 10, 5.8, 'mwb', 'usp000e8f8', 'southeast of Easter Island', 'earthquake\r'), +(16541, '2006-01-20 08:53:53', 31.066, -41.422, 10, 5.7, 'mwc', 'usp000e8h8', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(16542, '2006-01-20 17:51:52', -22.399, 173.967, 10, 5.7, 'mwb', 'usp000e8j0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16543, '2006-01-21 04:07:04', 13.002, 93.245, 44, 5.6, 'mwb', 'usp000e8jv', 'Andaman Islands, India region', 'earthquake\r'), +(16544, '2006-01-23 06:02:58', -17.391, 167.715, 23, 6.4, 'mwc', 'usp000e8qf', 'Vanuatu', 'earthquake\r'), +(16545, '2006-01-23 13:16:35', -25.326, 178.316, 592.7, 5.6, 'mwc', 'usp000e8r1', 'south of the Fiji Islands', 'earthquake\r'), +(16546, '2006-01-23 20:50:45', 6.864, -77.793, 14, 6.2, 'mwb', 'usp000e8rg', 'near the west coast of Colombia', 'earthquake\r'), +(16547, '2006-01-23 20:52:30', 6.847, -77.974, 10, 5.5, 'mb', 'usp000e8rh', 'near the west coast of Colombia', 'earthquake\r'), +(16548, '2006-01-24 04:27:08', -54.16, -135.746, 10, 5.5, 'mwc', 'usp000e8s7', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16549, '2006-01-26 01:16:16', -30.688, -177.791, 10, 5.6, 'mwc', 'usp000e8vj', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16550, '2006-01-26 10:43:26', -65.417, 179.489, 10, 5.6, 'mwc', 'usp000e8w6', 'Balleny Islands region', 'earthquake\r'), +(16551, '2006-01-27 16:58:54', -5.473, 128.131, 397, 7.6, 'mwc', 'usp000e8ys', 'Banda Sea', 'earthquake\r'), +(16552, '2006-01-28 01:53:05', -5.055, 104.154, 21.4, 5.7, 'mwc', 'usp000e8zt', 'southern Sumatra, Indonesia', 'earthquake\r'), +(16553, '2006-01-31 19:15:52', 2.703, 96.073, 20, 5.9, 'mwb', 'usp000e974', 'Simeulue, Indonesia', 'earthquake\r'), +(16554, '2006-02-02 07:13:11', -21.178, 169.609, 44.7, 5.6, 'mwb', 'usp000e9ac', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16555, '2006-02-02 12:48:43', -17.747, -178.39, 597.5, 6.7, 'mwb', 'usp000e9aq', 'Fiji region', 'earthquake\r'), +(16556, '2006-02-03 04:37:36', 36.156, 141.449, 28, 5.7, 'mwb', 'usp000e9cg', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(16557, '2006-02-03 16:00:12', -16.361, -173.747, 82.4, 5.6, 'mwc', 'usp000e9dg', 'Tonga', 'earthquake\r'), +(16558, '2006-02-03 20:34:11', 11.86, 92.372, 19, 6.1, 'mwc', 'usp000e9dn', 'Andaman Islands, India region', 'earthquake\r'), +(16559, '2006-02-04 09:17:04', 1.093, -90.46, 10, 5.9, 'mwb', 'usp000e9ex', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(16560, '2006-02-05 08:17:01', 66.297, -142.686, 9.2, 5.5, 'mwb', 'usp000e9hd', 'northern Alaska', 'earthquake\r'), +(16561, '2006-02-06 03:04:04', -6.05, 150.013, 34.9, 5.6, 'mwb', 'usp000e9kp', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16562, '2006-02-06 05:51:33', 56.188, 164.198, 24.9, 5.7, 'mwb', 'usp000e9m0', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(16563, '2006-02-07 10:14:27', -18.235, 168.09, 59.1, 5.6, 'mwc', 'usp000e9q2', 'Vanuatu', 'earthquake\r'), +(16564, '2006-02-08 05:04:54', -54.502, 143.812, 10, 5.9, 'mwc', 'usp000e9rg', 'west of Macquarie Island', 'earthquake\r'), +(16565, '2006-02-08 07:44:52', -7.147, 127.736, 239.5, 5.5, 'mwc', 'usp000e9rq', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(16566, '2006-02-09 00:05:08', -7.694, 121.646, 365.9, 5.5, 'mb', 'usp000e9t3', 'Flores Sea', 'earthquake\r'), +(16567, '2006-02-09 11:29:13', -57.211, -141.265, 10, 5.5, 'mwc', 'usp000e9u8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16568, '2006-02-14 15:27:23', 20.821, 146.18, 40, 6.3, 'mwc', 'usp000ea2a', 'Mariana Islands region', 'earthquake\r'), +(16569, '2006-02-16 14:54:39', -15.98, -173.02, 10, 5.8, 'mwb', 'usp000ea5p', 'Tonga', 'earthquake\r'), +(16570, '2006-02-17 02:13:30', 24.021, 141.489, 160.5, 5.6, 'mwb', 'usp000ea6w', 'Volcano Islands, Japan region', 'earthquake\r'), +(16571, '2006-02-17 13:24:02', -1.48, -15.104, 10, 5.8, 'mwc', 'usp000ea7u', 'north of Ascension Island', 'earthquake\r'), +(16572, '2006-02-18 15:53:35', -16.797, 167.207, 22, 5.9, 'mwc', 'usp000eaa8', 'Vanuatu', 'earthquake\r'), +(16573, '2006-02-18 15:59:22', -5.193, 152.053, 44.2, 6.2, 'mwb', 'usp000eaa9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16574, '2006-02-20 06:56:10', 13.164, -87.561, 10, 5.5, 'mwc', 'usp000eae6', 'Golfo de Fonseca, Honduras', 'earthquake\r'), +(16575, '2006-02-23 01:23:42', -21.371, 33.525, 10, 5.7, 'mwc', 'usp000ean5', 'Mozambique', 'earthquake\r'), +(16576, '2006-02-23 04:04:05', -54.669, 1.765, 10, 6.2, 'mwb', 'usp000eang', 'Bouvet Island region', 'earthquake\r'), +(16577, '2006-02-23 20:04:54', 26.912, 91.705, 10, 5.8, 'mwb', 'usp000eaq0', 'Assam, India', 'earthquake\r'), +(16578, '2006-02-24 03:00:21', -10.628, 164.384, 41.3, 5.5, 'mwc', 'usp000ear0', 'Santa Cruz Islands region', 'earthquake\r'), +(16579, '2006-02-24 14:15:45', -17.995, -179.59, 622.4, 6.1, 'mwc', 'usp000eart', 'Fiji region', 'earthquake\r'), +(16580, '2006-02-26 03:08:28', -23.607, -179.989, 535.2, 6.4, 'mwb', 'usp000eavw', 'south of the Fiji Islands', 'earthquake\r'), +(16581, '2006-02-26 04:18:42', -15.283, -176.239, 32.5, 6, 'mwb', 'usp000eaw0', 'Fiji region', 'earthquake\r'), +(16582, '2006-02-28 07:31:03', 28.12, 56.865, 18, 6, 'mwb', 'usp000eb19', 'southern Iran', 'earthquake\r'), +(16583, '2006-03-01 11:04:12', 13.459, 120.515, 22.3, 5.8, 'mwc', 'usp000eb3e', 'Mindoro, Philippines', 'earthquake\r'), +(16584, '2006-03-02 15:24:57', -18.018, -178.408, 612, 5.5, 'mwc', 'usp000eb6a', 'Fiji region', 'earthquake\r'), +(16585, '2006-03-02 23:35:44', 19.358, -63.787, 24.8, 5.6, 'mwc', 'usp000eb6y', 'Virgin Islands region', 'earthquake\r'), +(16586, '2006-03-03 23:36:28', -55.695, -4.232, 10, 6, 'mwc', 'usp000ebaz', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(16587, '2006-03-04 00:53:32', 1.133, -27.879, 10, 5.6, 'mwc', 'usp000ebb7', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16588, '2006-03-04 08:11:37', 12.598, -89.356, 27.8, 5.7, 'mwb', 'usp000ebc8', 'offshore El Salvador', 'earthquake\r'), +(16589, '2006-03-05 08:07:57', -20.118, -175.661, 205.8, 6.1, 'mwc', 'usp000ebf3', 'Tonga', 'earthquake\r'), +(16590, '2006-03-05 10:42:16', 64.911, -129.18, 5.7, 5.6, 'mwb', 'usp000ebfg', 'Northwest Territories, Canada', 'earthquake\r'), +(16591, '2006-03-05 17:12:52', -15.608, -174.548, 10, 5.6, 'mwb', 'usp000ebg3', 'Tonga', 'earthquake\r'), +(16592, '2006-03-06 18:13:08', -40.103, 78.486, 10, 6.2, 'mwc', 'usp000ebjk', 'Mid-Indian Ridge', 'earthquake\r'), +(16593, '2006-03-07 06:28:55', -14.805, 167.368, 136.2, 6.2, 'mwb', 'usp000ebkq', 'Vanuatu', 'earthquake\r'), +(16594, '2006-03-07 07:10:50', -40.134, 78.555, 10, 5.8, 'mwc', 'usp000ebku', 'Mid-Indian Ridge', 'earthquake\r'), +(16595, '2006-03-07 18:20:46', 23.777, 70.899, 10, 5.5, 'mwb', 'usp000ebma', 'Gujarat, India', 'earthquake\r'), +(16596, '2006-03-09 09:59:53', -59.542, -29.66, 10, 5.9, 'mwb', 'usp000ebqt', 'South Sandwich Islands region', 'earthquake\r'), +(16597, '2006-03-09 17:55:55', 0.791, -26.125, 10, 6, 'mwc', 'usp000ebsr', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16598, '2006-03-10 10:12:19', -60.419, -46.505, 10, 6.1, 'mwb', 'usp000ebvn', 'Scotia Sea', 'earthquake\r'), +(16599, '2006-03-12 17:11:18', -33.227, 56.95, 10, 5.6, 'mwb', 'usp000ec0x', 'Southwest Indian Ridge', 'earthquake\r'), +(16600, '2006-03-12 20:54:53', -5.075, 153.657, 47.3, 5.8, 'mwb', 'usp000ec19', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(16601, '2006-03-14 04:37:27', -3.933, 151.698, 284.7, 5.5, 'mwc', 'usp000ec48', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(16602, '2006-03-14 06:57:34', -3.595, 127.214, 30.1, 6.7, 'mwb', 'usp000ec4d', 'Seram, Indonesia', 'earthquake\r'), +(16603, '2006-03-15 05:27:54', -16.871, 167.242, 29.9, 5.6, 'mwb', 'usp000ec6e', 'Vanuatu', 'earthquake\r'), +(16604, '2006-03-15 14:19:48', -21.155, 33.584, 7, 5.6, 'mwb', 'usp000ec7j', 'Mozambique', 'earthquake\r'), +(16605, '2006-03-17 13:07:21', -7.471, 125.072, 384.3, 5.6, 'mwb', 'usp000ecbk', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(16606, '2006-03-17 13:48:17', -4.822, 149.744, 22.8, 5.6, 'mwc', 'usp000ecbp', 'Bismarck Sea', 'earthquake\r'), +(16607, '2006-03-17 14:21:35', -5.119, 123.107, 0.9, 5.6, 'mwc', 'usp000ecbq', 'Banda Sea', 'earthquake\r'), +(16608, '2006-03-17 19:46:12', -15.325, -175.732, 10, 5.6, 'mwb', 'usp000ecc6', 'Tonga', 'earthquake\r'), +(16609, '2006-03-19 04:31:55', -58.051, -25.263, 58.5, 5.5, 'mwc', 'usp000ecex', 'South Sandwich Islands region', 'earthquake\r'), +(16610, '2006-03-19 04:36:53', -13.425, 172.392, 10, 5.9, 'mwc', 'usp000ecez', 'Vanuatu region', 'earthquake\r'), +(16611, '2006-03-19 10:56:38', -22.303, 170.532, 9.2, 5.5, 'mwc', 'usp000ecfk', 'southeast of the Loyalty Islands', 'earthquake\r'), +(16612, '2006-03-20 14:17:58', -5.809, 151.195, 25.9, 5.5, 'mwc', 'usp000ecj0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16613, '2006-03-20 17:38:07', -23.797, 179.893, 521.6, 5.8, 'mwc', 'usp000ecjf', 'south of the Fiji Islands', 'earthquake\r'), +(16614, '2006-03-23 13:57:42', -62.47, 165.168, 10, 5.7, 'mwc', 'usp000ecsg', 'Balleny Islands region', 'earthquake\r'), +(16615, '2006-03-24 12:27:05', -3.245, 143.144, 12, 6.1, 'mwb', 'usp000ecub', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(16616, '2006-03-24 17:46:50', -16.885, 174.504, 10, 6, 'mwb', 'usp000ecum', 'Fiji region', 'earthquake\r'), +(16617, '2006-03-25 07:28:58', 27.574, 55.685, 18, 5.9, 'mwc', 'usp000ecw4', 'southern Iran', 'earthquake\r'), +(16618, '2006-03-25 09:55:12', 27.541, 55.78, 10, 5.5, 'mwb', 'usp000ecwe', 'southern Iran', 'earthquake\r'), +(16619, '2006-03-27 01:10:32', 7.075, -34.216, 10, 5.5, 'mwc', 'usp000ed1f', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16620, '2006-03-27 02:50:26', 32.602, 132.157, 34.8, 5.5, 'mwc', 'usp000ed1s', 'Shikoku, Japan', 'earthquake\r'), +(16621, '2006-03-27 20:08:27', -17.748, -178.895, 537.8, 5.6, 'mwc', 'usp000ed33', 'Fiji region', 'earthquake\r'), +(16622, '2006-03-27 23:43:39', 12.078, 121.401, 32.1, 5.6, 'mwc', 'usp000ed3c', 'Mindoro, Philippines', 'earthquake\r'), +(16623, '2006-03-28 13:32:48', 31.713, 137.746, 401, 5.9, 'mwb', 'usp000ed4g', 'Izu Islands, Japan region', 'earthquake\r'), +(16624, '2006-03-31 01:17:01', 33.5, 48.78, 7, 6.1, 'mwc', 'usp000edad', 'western Iran', 'earthquake\r'), +(16625, '2006-03-31 13:21:00', -29.435, -176.768, 13, 6.5, 'mwb', 'usp000edbg', 'Kermadec Islands region', 'earthquake\r'), +(16626, '2006-03-31 15:43:53', -29.835, -176.746, 10, 5.5, 'mwc', 'usp000edbu', 'Kermadec Islands region', 'earthquake\r'), +(16627, '2006-03-31 21:14:45', 3.798, 126.344, 37, 6.2, 'mwb', 'usp000edc9', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(16628, '2006-04-01 05:15:30', -29.621, -177.144, 10, 5.7, 'mwc', 'usp000eddc', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16629, '2006-04-01 10:02:20', 22.868, 121.278, 9, 6.1, 'mwb', 'usp000ede6', 'Taiwan region', 'earthquake\r'), +(16630, '2006-04-01 11:29:55', -29.728, -177.119, 10, 5.5, 'mwc', 'usp000edeh', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16631, '2006-04-01 13:43:32', -29.438, -177.062, 16, 5.5, 'mwc', 'usp000edf3', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16632, '2006-04-01 17:55:56', -29.562, -176.773, 10, 5.6, 'mwc', 'usp000edfg', 'Kermadec Islands region', 'earthquake\r'), +(16633, '2006-04-01 21:44:30', 3.782, 126.407, 45.5, 5.6, 'mwc', 'usp000edg4', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(16634, '2006-04-03 19:12:47', -10.853, 165.934, 49.8, 5.5, 'mwc', 'usp000edmn', 'Santa Cruz Islands', 'earthquake\r'), +(16635, '2006-04-04 02:30:28', 18.716, -106.992, 33.5, 6, 'mwc', 'usp000edn5', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(16636, '2006-04-04 20:15:50', -29.285, -177.116, 10, 5.6, 'mwc', 'usp000edpu', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(16637, '2006-04-04 22:05:05', 37.64, 20.962, 16.8, 5.5, 'mwc', 'usp000edpz', 'Ionian Sea', 'earthquake\r'), +(16638, '2006-04-05 17:43:16', -37.28, 78.278, 10, 5.8, 'mwc', 'usp000edrv', 'Mid-Indian Ridge', 'earthquake\r'), +(16639, '2006-04-06 17:59:16', 23.322, 70.477, 10, 5.5, 'mwb', 'usp000eduw', 'Gujarat, India', 'earthquake\r'), +(16640, '2006-04-07 08:30:45', -16.527, 176.989, 14, 6.5, 'mwc', 'usp000edw9', 'Fiji region', 'earthquake\r'), +(16641, '2006-04-07 15:00:02', 44.88, 150.373, 65.4, 5.5, 'mwb', 'usp000edwz', 'east of the Kuril Islands', 'earthquake\r'), +(16642, '2006-04-09 20:50:46', -20.45, -70.244, 34.6, 5.8, 'mwb', 'usp000ee1y', 'near the coast of Tarapaca, Chile', 'earthquake\r'), +(16643, '2006-04-10 06:26:13', 7.511, -36.93, 10, 5.7, 'mwc', 'usp000ee2v', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16644, '2006-04-11 00:02:42', 37.64, 20.92, 18, 5.5, 'mwc', 'usp000ee4t', 'Ionian Sea', 'earthquake\r'), +(16645, '2006-04-11 17:29:28', 37.68, 20.91, 18, 5.5, 'mwc', 'usp000ee7d', 'Ionian Sea', 'earthquake\r'), +(16646, '2006-04-12 01:06:59', 56.397, 163.99, 28.8, 6, 'mwc', 'usp000ee8f', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(16647, '2006-04-12 16:52:01', 37.61, 20.95, 19, 5.7, 'mwc', 'usp000eeah', 'Ionian Sea', 'earthquake\r'), +(16648, '2006-04-14 03:30:21', -26.002, -177.806, 166, 5.5, 'mwc', 'usp000eeg2', 'south of the Fiji Islands', 'earthquake\r'), +(16649, '2006-04-14 09:27:40', 35.314, 89.669, 10, 5.6, 'mwb', 'usp000eegk', 'western Xizang', 'earthquake\r'), +(16650, '2006-04-15 22:40:54', 22.802, 121.362, 18, 5.9, 'mwb', 'usp000eemh', 'Taiwan region', 'earthquake\r'), +(16651, '2006-04-15 23:50:15', -29.772, -72.003, 19.8, 6, 'mwc', 'usp000eemq', 'offshore Coquimbo, Chile', 'earthquake\r'), +(16652, '2006-04-16 11:48:57', 30.242, 138.565, 431.6, 5.7, 'mwb', 'usp000eepa', 'Izu Islands, Japan region', 'earthquake\r'), +(16653, '2006-04-16 17:46:16', 4.596, 125.375, 184.9, 5.7, 'mwb', 'usp000eepw', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(16654, '2006-04-17 23:49:57', -12.475, 166.508, 16, 6.1, 'mwc', 'usp000eetg', 'Santa Cruz Islands', 'earthquake\r'), +(16655, '2006-04-19 17:49:05', -27.073, -71.225, 13.9, 5.6, 'mwc', 'usp000eexs', 'offshore Atacama, Chile', 'earthquake\r'), +(16656, '2006-04-19 20:36:46', 2.643, 93.226, 17, 6.2, 'mwb', 'usp000eeyc', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16657, '2006-04-19 21:05:43', 31.607, 90.413, 33.1, 5.7, 'mwc', 'usp000eeyf', 'eastern Xizang', 'earthquake\r'), +(16658, '2006-04-20 17:50:40', 34.858, 139.207, 22.6, 5.6, 'mwb', 'usp000ef0m', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(16659, '2006-04-20 23:25:02', 60.949, 167.089, 22, 7.6, 'mwc', 'usp000ef1h', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(16660, '2006-04-20 23:28:04', 60.874, 167.007, 10, 6.1, 'mb', 'usp000ef1j', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(16661, '2006-04-21 04:32:44', 60.527, 165.816, 9, 6.1, 'mwc', 'usp000ef4h', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(16662, '2006-04-21 11:14:15', 61.354, 167.525, 12, 6.1, 'mwb', 'usp000ef5r', 'Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(16663, '2006-04-22 07:21:58', 61.197, 167.323, 12, 5.5, 'mwb', 'usp000ef8h', 'Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(16664, '2006-04-25 18:26:17', 1.994, 96.995, 21, 6.3, 'mwc', 'usp000efgw', 'Nias region, Indonesia', 'earthquake\r'), +(16665, '2006-04-26 01:46:04', -57.482, 147.568, 10, 6.1, 'mwb', 'usp000efhd', 'west of Macquarie Island', 'earthquake\r'), +(16666, '2006-04-29 04:06:13', -11.211, 118.349, 23, 5.8, 'mwb', 'usp000efr7', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(16667, '2006-04-29 16:58:06', 60.491, 167.516, 11, 6.6, 'mwc', 'usp000efs5', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(16668, '2006-04-30 00:43:10', 44.518, 102.391, 7, 5.7, 'mwb', 'usp000eft0', 'central Mongolia', 'earthquake\r'), +(16669, '2006-04-30 08:17:35', -15.103, 167.441, 127.7, 6.1, 'mwb', 'usp000efts', 'Vanuatu', 'earthquake\r'), +(16670, '2006-04-30 15:08:41', -15.436, -173.228, 10, 5.5, 'mwb', 'usp000efuq', 'Tonga', 'earthquake\r'), +(16671, '2006-04-30 19:17:15', -27.017, -71.022, 12, 6.7, 'mwb', 'usp000efv7', 'offshore Atacama, Chile', 'earthquake\r'), +(16672, '2006-04-30 19:33:19', -15.523, -173.101, 10, 6, 'mwc', 'usp000efvc', 'Tonga', 'earthquake\r'), +(16673, '2006-04-30 20:12:19', -27.277, -71.235, 19.8, 5.7, 'mwc', 'usp000efvm', 'offshore Atacama, Chile', 'earthquake\r'), +(16674, '2006-04-30 21:25:21', -27.082, -71.11, 33.6, 5.8, 'mwc', 'usp000efvy', 'offshore Atacama, Chile', 'earthquake\r'), +(16675, '2006-04-30 21:32:55', -27.223, -71.217, 35, 5.9, 'mwc', 'usp000efvz', 'offshore Atacama, Chile', 'earthquake\r'), +(16676, '2006-04-30 21:40:58', -27.211, -71.056, 12, 6.5, 'mwc', 'usp000efw2', 'offshore Atacama, Chile', 'earthquake\r'), +(16677, '2006-04-30 23:04:41', -27.227, -71.196, 37.3, 5.8, 'mwc', 'usp000efwh', 'offshore Atacama, Chile', 'earthquake\r'), +(16678, '2006-05-01 02:24:41', -28.458, -176.852, 37.2, 5.7, 'mwc', 'usp000efx7', 'Kermadec Islands region', 'earthquake\r'), +(16679, '2006-05-01 02:25:41', -28.257, -176.904, 35, 5.7, 'mwc', 'usp000efx8', 'Kermadec Islands region', 'earthquake\r'), +(16680, '2006-05-01 07:48:00', 8.165, -82.882, 13, 5.9, 'mwb', 'usp000efy7', 'Panama-Costa Rica border region', 'earthquake\r'), +(16681, '2006-05-01 09:13:32', 8.115, -82.874, 10, 5.5, 'mwc', 'usp000efyb', 'Panama-Costa Rica border region', 'earthquake\r'), +(16682, '2006-05-01 20:13:29', 2.205, -99.035, 10, 5.7, 'mwb', 'usp000eg02', 'west of the Galapagos Islands', 'earthquake\r'), +(16683, '2006-05-03 15:26:40', -20.187, -174.123, 55, 8, 'mwc', 'usp000eg5g', 'Tonga', 'earthquake\r'), +(16684, '2006-05-04 02:08:54', -58.259, 157.926, 10, 5.9, 'mwc', 'usp000eg7c', 'Macquarie Island region', 'earthquake\r'), +(16685, '2006-05-04 11:25:26', -20.579, -174.036, 11, 6, 'mwb', 'usp000eg8u', 'Tonga', 'earthquake\r'), +(16686, '2006-05-05 04:19:41', -20.261, -173.866, 11.2, 5.5, 'mwb', 'usp000egaj', 'Tonga', 'earthquake\r'), +(16687, '2006-05-05 06:16:20', -19.833, -174.652, 35, 5.9, 'mwb', 'usp000egas', 'Tonga', 'earthquake\r'), +(16688, '2006-05-06 02:29:31', -24.977, 179.675, 517.9, 5.6, 'mwc', 'usp000egcx', 'south of the Fiji Islands', 'earthquake\r'), +(16689, '2006-05-06 18:26:51', -38.62, 78.57, 10, 6, 'mwb', 'usp000egeb', 'Mid-Indian Ridge', 'earthquake\r'), +(16690, '2006-05-07 02:33:47', -20.1, -174.405, 41.1, 5.6, 'mwc', 'usp000egfe', 'Tonga', 'earthquake\r'), +(16691, '2006-05-07 14:17:35', -36.805, 78.545, 10, 6.1, 'mwb', 'usp000eggk', 'Mid-Indian Ridge', 'earthquake\r'), +(16692, '2006-05-07 16:45:08', -36.829, 78.57, 16.5, 5.5, 'mwc', 'usp000egh2', 'Mid-Indian Ridge', 'earthquake\r'), +(16693, '2006-05-08 09:16:57', -4.852, 102.346, 36, 5.9, 'mwc', 'usp000egjv', 'southern Sumatra, Indonesia', 'earthquake\r'), +(16694, '2006-05-09 11:02:21', 60.755, 165.845, 5, 5.8, 'mwb', 'usp000egnt', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(16695, '2006-05-10 02:42:51', 52.515, -169.256, 18, 6.4, 'mwc', 'usp000egqf', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16696, '2006-05-11 13:49:00', -27.471, -71.3, 32.1, 5.5, 'mwc', 'usp000egvh', 'offshore Atacama, Chile', 'earthquake\r'), +(16697, '2006-05-11 17:22:52', 23.309, 94.307, 30, 5.6, 'mwc', 'usp000egvx', 'Myanmar', 'earthquake\r'), +(16698, '2006-05-12 08:16:57', -5.575, 105.395, 17.2, 5.5, 'mwb', 'usp000egxj', 'Sunda Strait, Indonesia', 'earthquake\r'), +(16699, '2006-05-13 03:11:42', 5.521, 94.432, 34, 5.7, 'mwc', 'usp000egzp', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16700, '2006-05-16 10:39:23', -31.81, -179.307, 152, 7.4, 'mwb', 'usp000eh87', 'Kermadec Islands region', 'earthquake\r'), +(16701, '2006-05-16 15:28:26', 0.093, 97.05, 12, 6.8, 'mwb', 'usp000eh8s', 'Nias region, Indonesia', 'earthquake\r'), +(16702, '2006-05-16 20:55:48', -20.751, -174.151, 15.1, 5.7, 'mwc', 'usp000eh9g', 'Tonga', 'earthquake\r'), +(16703, '2006-05-17 03:06:16', -20.634, -173.952, 11, 6, 'mwb', 'usp000ehae', 'Tonga', 'earthquake\r'), +(16704, '2006-05-17 21:57:49', -20.617, -173.972, 10, 5.8, 'mwb', 'usp000ehc4', 'Tonga', 'earthquake\r'), +(16705, '2006-05-18 23:04:45', 54.627, 163.857, 30, 5.7, 'mwb', 'usp000ehes', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(16706, '2006-05-19 14:44:25', -0.143, 124.713, 35, 6.3, 'mwc', 'usp000ehgc', 'Molucca Sea', 'earthquake\r'), +(16707, '2006-05-21 02:07:36', 1.55, -85.311, 10, 6, 'mwc', 'usp000ehkr', 'off the coast of Ecuador', 'earthquake\r'), +(16708, '2006-05-22 11:12:01', 60.772, 165.743, 19, 6.6, 'mwc', 'usp000ehph', 'near the east coast of Koryakskiy Avtonomnyy Okrug, Russia', 'earthquake\r'), +(16709, '2006-05-22 13:08:03', 54.271, 158.447, 197, 6.2, 'mwb', 'usp000ehpz', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(16710, '2006-05-22 20:53:57', -4.715, 126.811, 2.8, 6.1, 'mwb', 'usp000ehr1', 'Banda Sea', 'earthquake\r'), +(16711, '2006-05-24 00:32:33', -27.565, -112.793, 10, 5.6, 'mwb', 'usp000eht9', 'Easter Island region', 'earthquake\r'), +(16712, '2006-05-24 09:10:27', -20.376, 168.925, 37.9, 5.5, 'mwc', 'usp000ehud', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(16713, '2006-05-24 09:45:34', -20.423, 168.945, 40.2, 5.5, 'mwc', 'usp000ehuf', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(16714, '2006-05-24 10:11:08', -2.246, 139.154, 30, 5.7, 'mwb', 'usp000ehuj', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(16715, '2006-05-24 16:47:40', -20.295, 168.818, 10, 5.5, 'mwc', 'usp000ehv9', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(16716, '2006-05-25 20:48:05', -18.141, -71.161, 34.8, 5.6, 'mwb', 'usp000ehyf', 'off the coast of Tarapaca, Chile', 'earthquake\r'), +(16717, '2006-05-26 22:53:59', -7.961, 110.446, 12.5, 6.3, 'mwb', 'usp000ej1c', 'Java, Indonesia', 'earthquake\r'), +(16718, '2006-05-28 03:12:09', -5.724, 151.133, 34, 6.5, 'mwc', 'usp000ej4t', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16719, '2006-05-28 03:36:19', -19.907, -174.537, 49.2, 5.7, 'mwc', 'usp000ej4u', 'Tonga', 'earthquake\r'), +(16720, '2006-05-28 09:00:12', 19.162, 121.179, 23.2, 5.7, 'mwc', 'usp000ej56', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(16721, '2006-05-29 05:20:39', -59.59, -26.235, 44.4, 5.7, 'mwc', 'usp000ej7b', 'South Sandwich Islands region', 'earthquake\r'), +(16722, '2006-05-29 12:12:14', -7.94, 154.628, 27, 5.5, 'mwc', 'usp000ej7w', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(16723, '2006-05-29 14:10:50', -41.948, 88.458, 10, 5.6, 'mwb', 'usp000ej82', 'southeast Indian Ridge', 'earthquake\r'), +(16724, '2006-05-30 02:50:10', -45.763, -75.519, 36.3, 5.7, 'mwc', 'usp000ej9c', 'off the coast of Aisen, Chile', 'earthquake\r'), +(16725, '2006-05-30 03:28:50', -3.749, 140.065, 12, 5.9, 'mwb', 'usp000ej9g', 'Papua, Indonesia', 'earthquake\r'), +(16726, '2006-06-02 07:31:36', -20.837, -178.701, 591.6, 6, 'mwb', 'usp000ejh4', 'Fiji region', 'earthquake\r'), +(16727, '2006-06-05 06:27:08', 1.175, -28.065, 10, 6, 'mwc', 'usp000ejr6', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16728, '2006-06-05 06:34:32', 1.018, -28.162, 10, 5.7, 'mwc', 'usp000ejr7', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16729, '2006-06-09 05:58:28', -17.531, -178.747, 564.4, 6.1, 'mwb', 'usp000ek01', 'Fiji region', 'earthquake\r'), +(16730, '2006-06-09 10:40:42', -17.98, -178.503, 575.9, 5.5, 'mwb', 'usp000ek0d', 'Fiji region', 'earthquake\r'), +(16731, '2006-06-09 23:17:28', -47.75, 32.612, 22.5, 5.9, 'mwb', 'usp000ek1f', 'Prince Edward Islands region', 'earthquake\r'), +(16732, '2006-06-11 05:46:01', -20.661, -179.262, 662.8, 5.9, 'mwc', 'usp000ek4h', 'Fiji region', 'earthquake\r'), +(16733, '2006-06-11 20:01:26', 33.134, 131.145, 140, 6.3, 'mwb', 'usp000ek60', 'Kyushu, Japan', 'earthquake\r'), +(16734, '2006-06-14 04:18:43', 51.752, 177.082, 14, 6.5, 'mwc', 'usp000ekaq', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16735, '2006-06-14 04:46:42', 51.948, 177.128, 29.1, 6, 'mwc', 'usp000ekax', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16736, '2006-06-15 04:28:02', 1.454, 126.304, 27.9, 5.6, 'mwc', 'usp000ekdd', 'Molucca Sea', 'earthquake\r'), +(16737, '2006-06-15 06:49:49', 45.389, 97.354, 9, 5.8, 'mwb', 'usp000ekdp', 'western Mongolia', 'earthquake\r'), +(16738, '2006-06-15 18:10:22', -15.431, -175.135, 10, 5.6, 'mwc', 'usp000ekf5', 'Tonga', 'earthquake\r'), +(16739, '2006-06-16 02:56:17', 1.281, 121.799, 25.7, 5.6, 'mwb', 'usp000ekg1', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(16740, '2006-06-16 17:10:40', 40.349, 143.712, 30, 5.5, 'mwb', 'usp000ekhe', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16741, '2006-06-16 20:19:21', 40.329, 143.612, 28.8, 5.5, 'mwc', 'usp000ekj0', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16742, '2006-06-18 18:28:02', 33.028, -39.702, 9, 6, 'mwc', 'usp000ekrd', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(16743, '2006-06-20 10:02:08', 51.582, -130.473, 10, 5.6, 'mwb', 'usp000ekvc', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(16744, '2006-06-21 12:34:53', 6.938, 92.454, 16, 6, 'mwc', 'usp000ekxx', 'Nicobar Islands, India region', 'earthquake\r'), +(16745, '2006-06-22 10:53:12', 45.417, 149.343, 95, 6, 'mwb', 'usp000em03', 'Kuril Islands', 'earthquake\r'), +(16746, '2006-06-24 21:15:01', -0.39, 123.195, 26, 6.3, 'mwb', 'usp000em69', 'Sulawesi, Indonesia', 'earthquake\r'), +(16747, '2006-06-27 02:07:32', -22.762, -68.695, 115, 5.5, 'mwb', 'usp000emc8', 'Antofagasta, Chile', 'earthquake\r'), +(16748, '2006-06-27 02:39:33', 52.23, 176.158, 17, 6.2, 'mwb', 'usp000emca', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16749, '2006-06-27 02:59:15', -19.865, -178.287, 569.9, 6.3, 'mwc', 'usp000emcc', 'Fiji region', 'earthquake\r'), +(16750, '2006-06-27 09:15:21', -60.428, 153.711, 10, 5.7, 'mwc', 'usp000emcw', 'west of Macquarie Island', 'earthquake\r'), +(16751, '2006-06-27 11:24:37', -21.287, -68.516, 122.5, 5.5, 'mwb', 'usp000emd2', 'Antofagasta, Chile', 'earthquake\r'), +(16752, '2006-06-27 13:03:09', 14.986, -94.14, 9, 5.8, 'mwb', 'usp000emd6', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(16753, '2006-06-27 18:07:23', 6.501, 92.793, 28.8, 6.3, 'mwc', 'usp000eme6', 'Nicobar Islands, India region', 'earthquake\r'), +(16754, '2006-06-28 21:02:10', 26.925, 55.866, 11, 5.8, 'mwc', 'usp000emgv', 'southern Iran', 'earthquake\r'), +(16755, '2006-06-30 08:07:40', -6.257, 154.799, 60.2, 5.6, 'mwb', 'usp000emmm', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(16756, '2006-07-01 19:34:40', 51.063, -179.314, 41.6, 5.5, 'mwc', 'usp000emqb', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16757, '2006-07-01 23:15:10', 0.85, 126.919, 56.3, 5.5, 'mwc', 'usp000emr0', 'Molucca Sea', 'earthquake\r'), +(16758, '2006-07-02 03:53:56', 51.713, 176.93, 8.6, 5.8, 'mwb', 'usp000emrb', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16759, '2006-07-02 16:58:01', 51.188, -179.387, 46.1, 5.5, 'mwb', 'usp000emsc', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16760, '2006-07-02 17:20:26', 51.102, -179.357, 49.2, 5.6, 'mwc', 'usp000emse', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16761, '2006-07-03 02:04:44', -56.529, -142.489, 10, 5.8, 'mwb', 'usp000emtn', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16762, '2006-07-05 03:44:10', -20.565, -174.125, 25.6, 5.6, 'mwc', 'usp000emxj', 'Tonga', 'earthquake\r'), +(16763, '2006-07-05 10:19:23', -4.359, 151.859, 185.6, 5.5, 'mwc', 'usp000emy5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16764, '2006-07-06 03:57:51', 39.119, 71.836, 7, 5.8, 'mwc', 'usp000emz5', 'Tajikistan', 'earthquake\r'), +(16765, '2006-07-06 15:11:37', -10.483, 165.117, 66.6, 5.7, 'mwb', 'usp000en09', 'Santa Cruz Islands', 'earthquake\r'), +(16766, '2006-07-07 07:26:13', -15.244, -173.61, 35, 6, 'mwb', 'usp000en2g', 'Tonga', 'earthquake\r'), +(16767, '2006-07-08 09:13:01', -28.562, -67.389, 140.1, 5.5, 'mwc', 'usp000en4m', 'La Rioja, Argentina', 'earthquake\r'), +(16768, '2006-07-08 20:40:01', 51.214, -179.312, 22, 6.6, 'mwb', 'usp000en5e', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16769, '2006-07-10 07:21:38', -11.627, -13.432, 10, 5.5, 'mwb', 'usp000enaf', 'Ascension Island region', 'earthquake\r'), +(16770, '2006-07-12 14:44:46', -8.548, 67.814, 10, 5.7, 'mwc', 'usp000enfc', 'Mid-Indian Ridge', 'earthquake\r'), +(16771, '2006-07-12 19:08:12', -5.993, 148.52, 49.7, 5.7, 'mwb', 'usp000enfg', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16772, '2006-07-12 23:06:20', -17.64, 65.769, 10, 5.5, 'mwc', 'usp000eng1', 'Mauritius - Reunion region', 'earthquake\r'), +(16773, '2006-07-13 19:13:41', -60.942, -36.471, 10, 5.7, 'mwc', 'usp000enhr', 'Scotia Sea', 'earthquake\r'), +(16774, '2006-07-15 07:10:48', -4.446, 126.156, 364, 5.8, 'mwb', 'usp000enng', 'Banda Sea', 'earthquake\r'), +(16775, '2006-07-16 11:42:41', -28.715, -72.543, 10, 6.2, 'mwb', 'usp000enqg', 'off the coast of Atacama, Chile', 'earthquake\r'), +(16776, '2006-07-16 14:24:00', -19.937, -178.401, 596.5, 5.7, 'mwc', 'usp000enqt', 'Fiji region', 'earthquake\r'), +(16777, '2006-07-17 08:19:27', -9.284, 107.419, 20, 7.7, 'mwc', 'usp000ensm', 'south of Java, Indonesia', 'earthquake\r'), +(16778, '2006-07-17 08:32:28', -9.281, 107.347, 17.5, 5.6, 'mb', 'usp000ensn', 'south of Java, Indonesia', 'earthquake\r'), +(16779, '2006-07-17 09:00:18', -9.68, 107.516, 24.9, 5.5, 'mb', 'usp000enst', 'south of Java, Indonesia', 'earthquake\r'), +(16780, '2006-07-17 09:05:17', -9.875, 107.886, 10, 5.7, 'mb', 'usp000ensu', 'south of Java, Indonesia', 'earthquake\r'), +(16781, '2006-07-17 09:13:05', -9.087, 107.76, 10, 6, 'mwc', 'usp000ensv', 'south of Java, Indonesia', 'earthquake\r'), +(16782, '2006-07-17 10:09:07', -9.032, 107.733, 10, 5.9, 'mb', 'usp000ent5', 'south of Java, Indonesia', 'earthquake\r'), +(16783, '2006-07-17 10:44:32', -9.094, 107.68, 10, 5.5, 'mb', 'usp000enta', 'south of Java, Indonesia', 'earthquake\r'), +(16784, '2006-07-17 11:07:36', -9.506, 107.649, 35.2, 5.9, 'mwc', 'usp000entd', 'south of Java, Indonesia', 'earthquake\r'), +(16785, '2006-07-17 12:52:13', -9.009, 107.833, 23.7, 5.7, 'mwc', 'usp000entx', 'south of Java, Indonesia', 'earthquake\r'), +(16786, '2006-07-17 15:42:03', -9.529, 107.71, 12.7, 5.5, 'mb', 'usp000enux', 'south of Java, Indonesia', 'earthquake\r'), +(16787, '2006-07-17 15:46:00', -9.42, 108.319, 21, 6.1, 'mwb', 'usp000enuy', 'south of Java, Indonesia', 'earthquake\r'), +(16788, '2006-07-17 16:09:55', -9.369, 108.774, 26.9, 5.9, 'mwc', 'usp000env5', 'south of Java, Indonesia', 'earthquake\r'), +(16789, '2006-07-18 00:15:49', -9.301, 108.753, 20, 5.7, 'mwb', 'usp000enxf', 'south of Java, Indonesia', 'earthquake\r'), +(16790, '2006-07-18 03:27:53', -0.177, 124.944, 37, 5.5, 'mwb', 'usp000eny6', 'Molucca Sea', 'earthquake\r'), +(16791, '2006-07-18 04:18:23', -9.355, 108.779, 13.5, 5.6, 'mwb', 'usp000enyd', 'south of Java, Indonesia', 'earthquake\r'), +(16792, '2006-07-18 16:02:17', -20.084, -178.434, 587.2, 5.7, 'mwb', 'usp000ep0a', 'Fiji region', 'earthquake\r'), +(16793, '2006-07-18 19:48:31', -3.908, 154.373, 473.8, 5.6, 'mwc', 'usp000ep0u', 'north of the Solomon Islands', 'earthquake\r'), +(16794, '2006-07-19 01:58:55', -9.216, 108.373, 10, 5.5, 'mb', 'usp000ep1p', 'south of Java, Indonesia', 'earthquake\r'), +(16795, '2006-07-19 07:25:06', -9.543, 107.241, 10, 5.7, 'mwb', 'usp000ep2q', 'south of Java, Indonesia', 'earthquake\r'), +(16796, '2006-07-19 09:53:07', 32.974, 96.208, 15.7, 5.5, 'mwc', 'usp000ep30', 'southern Qinghai, China', 'earthquake\r'), +(16797, '2006-07-19 10:57:37', -6.535, 105.389, 45, 6.1, 'mwb', 'usp000ep36', 'Sunda Strait, Indonesia', 'earthquake\r'), +(16798, '2006-07-19 11:48:58', -5.474, 150.684, 28.2, 6.4, 'mwc', 'usp000ep3b', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16799, '2006-07-19 18:08:58', -5.328, 150.691, 10, 5.9, 'mwc', 'usp000ep41', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16800, '2006-07-23 08:22:04', -0.336, 123.286, 28, 6, 'mwc', 'usp000epcn', 'Sulawesi, Indonesia', 'earthquake\r'), +(16801, '2006-07-23 20:50:51', -17.93, -178.608, 587, 5.8, 'mwc', 'usp000epe9', 'Fiji region', 'earthquake\r'), +(16802, '2006-07-27 01:01:42', 10.411, 142.031, 26.5, 5.5, 'mwc', 'usp000epnr', 'south of the Mariana Islands', 'earthquake\r'), +(16803, '2006-07-27 11:16:40', 1.707, 97.146, 20, 6.3, 'mwc', 'usp000eppm', 'Nias region, Indonesia', 'earthquake\r'), +(16804, '2006-07-28 07:40:12', 24.183, 122.526, 33, 5.9, 'mwc', 'usp000epr8', 'Taiwan region', 'earthquake\r'), +(16805, '2006-07-29 00:11:51', 37.255, 68.828, 34.2, 5.6, 'mwc', 'usp000epsz', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(16806, '2006-07-29 02:03:33', -22.25, -179.577, 621.6, 5.5, 'mwc', 'usp000ept8', 'south of the Fiji Islands', 'earthquake\r'), +(16807, '2006-07-29 19:53:43', 23.589, -63.923, 10, 5.8, 'mwb', 'usp000epup', 'North Atlantic Ocean', 'earthquake\r'), +(16808, '2006-07-30 01:20:59', 26.864, -111.209, 10, 5.9, 'mwb', 'usp000epv9', 'Baja California Sur, Mexico', 'earthquake\r'), +(16809, '2006-07-30 01:28:15', 1.463, 97.182, 30, 5.6, 'mwb', 'usp000epva', 'Nias region, Indonesia', 'earthquake\r'), +(16810, '2006-07-31 01:24:16', 10.166, -103.863, 10, 5.5, 'mwb', 'usp000epxv', 'northern East Pacific Rise', 'earthquake\r'), +(16811, '2006-08-02 00:47:03', -31.342, 179.57, 446.6, 5.7, 'mwc', 'usp000eq1u', 'Kermadec Islands region', 'earthquake\r'), +(16812, '2006-08-02 14:45:05', -11.167, 116.85, 15, 5.9, 'mwc', 'usp000eq36', 'south of Lombok, Indonesia', 'earthquake\r'), +(16813, '2006-08-04 07:45:48', 52.121, 171.035, 10, 5.5, 'mwc', 'usp000eq7a', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16814, '2006-08-05 14:03:44', -33.126, -68.719, 25, 5.6, 'mwc', 'usp000eq9x', 'Mendoza, Argentina', 'earthquake\r'), +(16815, '2006-08-06 14:26:19', 37.367, 74.733, 11, 5.6, 'mwb', 'usp000eqc0', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(16816, '2006-08-06 18:16:40', 26.119, 144.011, 20, 5.9, 'mwc', 'usp000eqcc', 'Bonin Islands, Japan region', 'earthquake\r'), +(16817, '2006-08-07 22:18:55', -15.798, 167.789, 150, 6.8, 'mwb', 'usp000eqf9', 'Vanuatu', 'earthquake\r'), +(16818, '2006-08-11 14:30:40', 18.541, -101.048, 56, 6.1, 'mwb', 'usp000eqqe', 'Michoacan, Mexico', 'earthquake\r'), +(16819, '2006-08-11 20:54:14', 2.403, 96.348, 22, 6.2, 'mwc', 'usp000eqr2', 'Simeulue, Indonesia', 'earthquake\r'), +(16820, '2006-08-12 18:39:17', 28.789, 130.016, 22, 5.5, 'mwc', 'usp000eqtp', 'Ryukyu Islands, Japan', 'earthquake\r'), +(16821, '2006-08-14 04:03:56', -55.503, -124.349, 10, 5.6, 'mwb', 'usp000eqwm', 'southern East Pacific Rise', 'earthquake\r'), +(16822, '2006-08-15 03:05:11', -4.672, 126.734, 16, 5.9, 'mwb', 'usp000eqz1', 'Banda Sea', 'earthquake\r'), +(16823, '2006-08-15 05:43:21', -9.273, 150.481, 10, 5.7, 'mwb', 'usp000eqze', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(16824, '2006-08-15 12:26:17', 51.092, 179.261, 19.8, 5.7, 'mwc', 'usp000er00', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16825, '2006-08-15 23:53:47', -21.189, -176.25, 154, 6.1, 'mwb', 'usp000er0y', 'Fiji region', 'earthquake\r'), +(16826, '2006-08-16 16:53:49', -58.892, 149.154, 10, 5.9, 'mwb', 'usp000er2q', 'west of Macquarie Island', 'earthquake\r'), +(16827, '2006-08-16 18:38:59', -28.815, 61.736, 7, 5.9, 'mwc', 'usp000er2w', 'Southwest Indian Ridge', 'earthquake\r'), +(16828, '2006-08-17 11:11:36', 55.617, 161.686, 55, 5.7, 'mwb', 'usp000er5j', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(16829, '2006-08-17 15:20:35', 46.542, 141.908, 14, 5.6, 'mwc', 'usp000er5z', 'Sakhalin, Russia', 'earthquake\r'), +(16830, '2006-08-19 05:41:29', 16.231, -97.257, 32.2, 5.6, 'mwb', 'usp000er9q', 'Oaxaca, Mexico', 'earthquake\r'), +(16831, '2006-08-20 03:01:02', 49.823, 156.415, 26, 6, 'mwc', 'usp000erbz', 'Kuril Islands', 'earthquake\r'), +(16832, '2006-08-20 03:41:48', -61.029, -34.371, 13, 7, 'mwb', 'usp000erc2', 'Scotia Sea', 'earthquake\r'), +(16833, '2006-08-20 13:35:00', -60.913, -34.057, 10, 5.9, 'mwb', 'usp000ercp', 'Scotia Sea', 'earthquake\r'), +(16834, '2006-08-21 22:20:49', 33.631, 135.825, 411.2, 5.5, 'mwc', 'usp000erfk', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(16835, '2006-08-23 23:15:22', -4.245, 152.815, 40.6, 5.6, 'mwb', 'usp000erkk', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16836, '2006-08-24 21:50:37', 51.148, 157.522, 43, 6.5, 'mwb', 'usp000erp5', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(16837, '2006-08-25 00:44:46', -24.403, -67.028, 184, 6.6, 'mwb', 'usp000erpk', 'Salta, Argentina', 'earthquake\r'), +(16838, '2006-08-26 23:40:39', 51.331, -179.573, 35, 5.7, 'mwc', 'usp000erub', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16839, '2006-08-26 23:46:19', 51.377, -179.54, 35, 5.7, 'mwb', 'usp000erud', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16840, '2006-08-28 14:24:08', -10.756, 165.057, 16.7, 5.6, 'mwc', 'usp000eryq', 'Santa Cruz Islands', 'earthquake\r'), +(16841, '2006-08-29 10:53:06', -0.348, 125.123, 36, 5.8, 'mwc', 'usp000es0r', 'Molucca Sea', 'earthquake\r'), +(16842, '2006-08-30 16:13:40', -17.65, 65.943, 10, 5.7, 'mwc', 'usp000es3u', 'Mauritius - Reunion region', 'earthquake\r'), +(16843, '2006-08-31 08:08:27', -0.267, 125.061, 36, 5.8, 'mwb', 'usp000es57', 'Molucca Sea', 'earthquake\r'), +(16844, '2006-08-31 22:58:26', 28.798, 130.03, 33.2, 5.5, 'mwb', 'usp000es6q', 'Ryukyu Islands, Japan', 'earthquake\r'), +(16845, '2006-09-01 07:09:50', -54.678, -128.537, 10, 5.5, 'mwc', 'usp000es7e', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16846, '2006-09-01 10:18:52', -6.759, 155.512, 38, 6.8, 'mwb', 'usp000es7n', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(16847, '2006-09-01 10:25:17', 53.263, 159.699, 51.4, 5.7, 'mb', 'usp000es7p', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(16848, '2006-09-01 12:04:22', 53.97, -166.392, 75.6, 5.9, 'mwc', 'usp000es7t', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16849, '2006-09-03 04:26:29', -21.801, -175.146, 36.7, 5.7, 'mwc', 'usp000escn', 'Tonga', 'earthquake\r'), +(16850, '2006-09-03 19:44:42', -58.769, 149.158, 10, 5.5, 'mwc', 'usp000esdt', 'west of Macquarie Island', 'earthquake\r'), +(16851, '2006-09-03 22:57:31', -24.046, 178.817, 568.1, 5.9, 'mwb', 'usp000ese7', 'south of the Fiji Islands', 'earthquake\r'), +(16852, '2006-09-05 04:53:02', 7.678, 126.433, 135.2, 5.8, 'mwb', 'usp000esge', 'Mindanao, Philippines', 'earthquake\r'), +(16853, '2006-09-06 11:42:41', -60.844, -34.166, 10, 5.7, 'mwb', 'usp000esjz', 'Scotia Sea', 'earthquake\r'), +(16854, '2006-09-09 04:13:12', -7.219, 120.106, 572, 6.3, 'mwb', 'usp000esrb', 'Flores Sea', 'earthquake\r'), +(16855, '2006-09-10 14:56:08', 26.319, -86.606, 14, 5.9, 'mwc', 'usp000esv9', 'Gulf of Mexico', 'earthquake\r'), +(16856, '2006-09-11 18:12:22', 35.472, 78.225, 14.9, 5.5, 'mwc', 'usp000esxc', 'Kashmir-Xinjiang border region', 'earthquake\r'), +(16857, '2006-09-12 13:30:56', -28.944, -68.898, 114, 6, 'mwb', 'usp000esyx', 'La Rioja, Argentina', 'earthquake\r'), +(16858, '2006-09-12 15:56:31', 8.283, 126.49, 36.2, 5.5, 'mwb', 'usp000esz2', 'Mindanao, Philippines', 'earthquake\r'), +(16859, '2006-09-15 10:13:15', -6.018, 150.471, 27.7, 5.8, 'mwc', 'usp000et4e', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16860, '2006-09-16 02:22:51', 41.364, 135.697, 367.2, 5.9, 'mwb', 'usp000et5k', 'Sea of Japan', 'earthquake\r'), +(16861, '2006-09-16 09:45:24', -3.08, 129.441, 17, 6.3, 'mwb', 'usp000et62', 'Seram, Indonesia', 'earthquake\r'), +(16862, '2006-09-17 09:34:14', -31.733, -67.145, 137, 6.2, 'mwb', 'usp000et8q', 'San Juan, Argentina', 'earthquake\r'), +(16863, '2006-09-18 03:45:57', 51.596, -173.961, 18, 5.8, 'mwc', 'usp000etab', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(16864, '2006-09-19 13:29:54', -26.151, -175.603, 18.1, 5.7, 'mwb', 'usp000etdt', 'south of Tonga', 'earthquake\r'), +(16865, '2006-09-19 13:58:57', -9.902, 107.346, 12, 5.9, 'mwb', 'usp000etdw', 'south of Java, Indonesia', 'earthquake\r'), +(16866, '2006-09-21 18:54:50', -9.05, 110.365, 25, 6, 'mwc', 'usp000ethq', 'south of Java, Indonesia', 'earthquake\r'), +(16867, '2006-09-22 02:32:26', -26.868, -63.149, 598.3, 6, 'mwb', 'usp000etj9', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(16868, '2006-09-24 21:08:50', -32.228, -67.687, 141, 5.7, 'mwb', 'usp000etrf', 'San Juan, Argentina', 'earthquake\r'), +(16869, '2006-09-24 22:56:21', -17.741, 41.811, 6, 5.7, 'mwb', 'usp000etrn', 'Mozambique Channel', 'earthquake\r'), +(16870, '2006-09-25 02:43:37', -0.179, 124.83, 35, 5.7, 'mwc', 'usp000ets0', 'Molucca Sea', 'earthquake\r'), +(16871, '2006-09-28 01:36:48', 46.462, 153.36, 11, 5.9, 'mwb', 'usp000etyx', 'Kuril Islands', 'earthquake\r'), +(16872, '2006-09-28 06:22:10', -16.592, -172.033, 28, 6.9, 'mwc', 'usp000etzf', 'Samoa Islands region', 'earthquake\r'), +(16873, '2006-09-29 00:43:45', -16.159, -176.238, 360.8, 5.6, 'mwc', 'usp000eu1e', 'Fiji region', 'earthquake\r'), +(16874, '2006-09-29 13:08:26', 10.876, -61.756, 53, 6.1, 'mwc', 'usp000eu2n', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(16875, '2006-09-29 18:23:06', 10.814, -61.758, 52, 5.5, 'mwb', 'usp000eu32', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(16876, '2006-09-30 12:47:23', 7.283, -34.658, 10, 5.5, 'mwc', 'usp000eu4y', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16877, '2006-09-30 16:26:56', -15.588, -73.16, 107, 6, 'mwb', 'usp000eu5d', 'southern Peru', 'earthquake\r'), +(16878, '2006-09-30 17:50:23', 46.351, 153.166, 11, 6.6, 'mwb', 'usp000eu5f', 'Kuril Islands', 'earthquake\r'), +(16879, '2006-09-30 17:56:16', 46.185, 153.169, 10, 6, 'mwc', 'usp000eu5g', 'Kuril Islands', 'earthquake\r'), +(16880, '2006-09-30 18:33:38', 46.33, 153.256, 10, 5.5, 'mwc', 'usp000eu5m', 'Kuril Islands', 'earthquake\r'), +(16881, '2006-10-01 09:06:02', 46.47, 153.24, 19, 6.5, 'mwb', 'usp000eu7k', 'Kuril Islands', 'earthquake\r'), +(16882, '2006-10-03 18:03:13', -18.84, 169.001, 161, 6.3, 'mwb', 'usp000euee', 'Vanuatu', 'earthquake\r'), +(16883, '2006-10-06 05:08:54', -41.189, 80.641, 10, 5.7, 'mwb', 'usp000eujn', 'Mid-Indian Ridge', 'earthquake\r'), +(16884, '2006-10-06 16:25:28', -50.105, -114.598, 10, 5.7, 'mwc', 'usp000eukp', 'southern East Pacific Rise', 'earthquake\r'), +(16885, '2006-10-07 08:20:57', -24.087, -68.98, 104, 5.7, 'mwb', 'usp000eumy', 'Antofagasta, Chile', 'earthquake\r'), +(16886, '2006-10-08 13:50:24', -23.554, -175.271, 10, 5.8, 'mwb', 'usp000euq5', 'Tonga region', 'earthquake\r'), +(16887, '2006-10-09 10:01:47', 20.654, 120.023, 14, 6.3, 'mwc', 'usp000eus2', 'Philippine Islands region', 'earthquake\r'), +(16888, '2006-10-09 11:08:28', 20.707, 119.981, 10, 5.9, 'mwc', 'usp000eusp', 'Philippine Islands region', 'earthquake\r'), +(16889, '2006-10-09 18:19:34', -51.03, 29.024, 10, 5.7, 'mwb', 'usp000eutv', 'south of Africa', 'earthquake\r'), +(16890, '2006-10-10 08:02:52', -56.101, -122.373, 10, 6, 'mwc', 'usp000euve', 'southern East Pacific Rise', 'earthquake\r'), +(16891, '2006-10-10 23:58:04', 37.197, 142.664, 9, 6, 'mwb', 'usp000euww', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(16892, '2006-10-11 06:00:48', 8.405, -103.165, 10, 5.8, 'mwb', 'usp000euxm', 'northern East Pacific Rise', 'earthquake\r'), +(16893, '2006-10-11 06:43:54', 20.712, 120.084, 10, 5.7, 'mwb', 'usp000euxp', 'Philippine Islands region', 'earthquake\r'), +(16894, '2006-10-12 14:46:30', 24.148, 122.627, 35, 5.7, 'mwb', 'usp000ev0r', 'Taiwan region', 'earthquake\r'), +(16895, '2006-10-12 18:05:57', -31.256, -71.368, 31, 6.4, 'mwc', 'usp000ev15', 'Coquimbo, Chile', 'earthquake\r'), +(16896, '2006-10-13 13:47:39', 46.238, 153.277, 4, 5.9, 'mwb', 'usp000ev4c', 'Kuril Islands', 'earthquake\r'), +(16897, '2006-10-15 17:07:49', 19.878, -155.935, 38.9, 6.7, 'mwb', 'usp000ev94', 'Hawaii region, Hawaii', 'earthquake\r'), +(16898, '2006-10-15 17:14:12', 20.129, -155.983, 18.9, 6.1, 'mwc', 'usp000ev95', 'Hawaii region, Hawaii', 'earthquake\r'), +(16899, '2006-10-16 00:35:33', -50.778, 162.161, 10, 5.8, 'mwb', 'usp000ev9x', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(16900, '2006-10-16 01:33:36', -30.244, -71.325, 37.6, 5.5, 'mwc', 'usp000eva1', 'Coquimbo, Chile', 'earthquake\r'), +(16901, '2006-10-17 01:25:12', -5.881, 150.982, 32, 6.7, 'mwc', 'usp000evbu', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16902, '2006-10-17 04:02:37', -21.042, -68.276, 140.7, 5.9, 'mwc', 'usp000evcb', 'Potosi, Bolivia', 'earthquake\r'), +(16903, '2006-10-18 10:45:33', -15.053, 167.266, 115, 6.4, 'mwc', 'usp000evf2', 'Vanuatu', 'earthquake\r'), +(16904, '2006-10-18 21:15:49', 4.82, -82.652, 20.4, 5.7, 'mwb', 'usp000evg0', 'south of Panama', 'earthquake\r'), +(16905, '2006-10-20 10:48:56', -13.457, -76.677, 23, 6.7, 'mwc', 'usp000evkn', 'near the coast of central Peru', 'earthquake\r'), +(16906, '2006-10-20 14:31:00', 13.432, 121.47, 22.7, 5.8, 'mwb', 'usp000evky', 'Mindoro, Philippines', 'earthquake\r'), +(16907, '2006-10-20 17:27:03', 13.493, 121.527, 25.3, 5.8, 'mwb', 'usp000evmc', 'Mindoro, Philippines', 'earthquake\r'), +(16908, '2006-10-20 22:09:27', 13.418, 121.546, 10, 5.6, 'mwb', 'usp000evmx', 'Mindoro, Philippines', 'earthquake\r'), +(16909, '2006-10-21 18:23:21', 13.368, 121.378, 18.3, 5.9, 'mwc', 'usp000evqs', 'Mindoro, Philippines', 'earthquake\r'), +(16910, '2006-10-22 08:55:17', -45.727, 95.987, 10, 6.1, 'mwc', 'usp000evsd', 'southeast Indian Ridge', 'earthquake\r'), +(16911, '2006-10-23 00:19:21', 4.945, 125.222, 10, 5.7, 'mwc', 'usp000evtw', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(16912, '2006-10-23 21:00:42', -21.855, -65.595, 261.6, 5.8, 'mwc', 'usp000evvv', 'Potosi, Bolivia', 'earthquake\r'), +(16913, '2006-10-23 21:17:20', 29.351, 140.27, 11, 6.4, 'mwb', 'usp000evvx', 'Izu Islands, Japan region', 'earthquake\r'), +(16914, '2006-10-24 03:03:45', 4.898, 125.295, 10, 6.1, 'mwb', 'usp000evwc', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(16915, '2006-10-26 14:28:37', 38.649, 15.39, 212, 5.8, 'mwc', 'usp000ew2z', 'Sicily, Italy', 'earthquake\r'), +(16916, '2006-10-26 22:54:32', -13.371, -76.618, 28.1, 6, 'mwc', 'usp000ew3h', 'near the coast of central Peru', 'earthquake\r'), +(16917, '2006-10-29 08:31:45', 29.366, 140.197, 10, 5.6, 'mwb', 'usp000ew7s', 'Izu Islands, Japan region', 'earthquake\r'), +(16918, '2006-10-30 04:16:01', -15.204, -70.456, 204.3, 5.5, 'mwc', 'usp000ew9n', 'southern Peru', 'earthquake\r'), +(16919, '2006-10-30 04:29:18', -6.475, 154.925, 35, 5.5, 'mwc', 'usp000ew9r', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(16920, '2006-10-30 07:38:41', 2.339, 126.791, 35, 5.5, 'mwc', 'usp000ewa2', 'Molucca Sea', 'earthquake\r'), +(16921, '2006-10-30 08:27:42', 2.324, 126.777, 36, 5.6, 'mwb', 'usp000ewa7', 'Molucca Sea', 'earthquake\r'), +(16922, '2006-11-06 20:56:51', -5.45, 146.637, 133.2, 6, 'mwc', 'usp000ews4', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(16923, '2006-11-07 13:25:36', -21.729, -68.204, 121.3, 5.8, 'mwb', 'usp000ewtm', 'Antofagasta, Chile', 'earthquake\r'), +(16924, '2006-11-07 17:38:34', -6.482, 151.195, 11, 6.6, 'mwc', 'usp000ewu6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16925, '2006-11-08 14:56:52', 47.171, 153.963, 10, 5.6, 'mwc', 'usp000ewwg', 'Kuril Islands', 'earthquake\r'), +(16926, '2006-11-11 15:10:31', -5.994, 148.593, 47, 5.9, 'mwb', 'usp000ex5s', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16927, '2006-11-12 18:21:26', -6.225, 151.05, 12, 6.2, 'mwc', 'usp000ex81', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16928, '2006-11-12 21:27:42', 48.281, 154.246, 36, 5.9, 'mwb', 'usp000ex8f', 'Kuril Islands', 'earthquake\r'), +(16929, '2006-11-13 01:26:36', -26.052, -63.283, 572, 6.8, 'mwb', 'usp000ex8r', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(16930, '2006-11-13 11:56:39', -17.833, -178.417, 587.9, 5.5, 'mwc', 'usp000exa0', 'Fiji region', 'earthquake\r'), +(16931, '2006-11-13 16:12:29', -6.38, 151.23, 11, 6.2, 'mwc', 'usp000exac', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16932, '2006-11-14 14:21:01', -6.39, 127.998, 345, 6.1, 'mwb', 'usp000exd5', 'Banda Sea', 'earthquake\r'), +(16933, '2006-11-14 22:22:12', -23.267, -68.326, 108.1, 5.7, 'mwb', 'usp000exe3', 'Antofagasta, Chile', 'earthquake\r'), +(16934, '2006-11-15 00:53:25', -50.599, 162.328, 10, 5.5, 'mwb', 'usp000exef', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(16935, '2006-11-15 10:44:17', -25.088, -112.161, 10, 5.5, 'mwc', 'usp000exfh', 'Easter Island region', 'earthquake\r'), +(16936, '2006-11-15 11:14:14', 46.592, 153.266, 10, 8.3, 'mwc', 'usp000exfn', 'Kuril Islands', 'earthquake\r'), +(16937, '2006-11-15 11:23:07', 46.301, 154.61, 10, 5.6, 'mb', 'usp000exfp', 'east of the Kuril Islands', 'earthquake\r'), +(16938, '2006-11-15 11:24:30', 46.27, 154.52, 10, 5.6, 'mb', 'usp000exfq', 'east of the Kuril Islands', 'earthquake\r'), +(16939, '2006-11-15 11:24:57', 47.77, 153.179, 10, 5.5, 'mb', 'usp000exfr', 'Kuril Islands', 'earthquake\r'), +(16940, '2006-11-15 11:25:09', 47.518, 152.647, 10, 6, 'mb', 'usp000exfs', 'Kuril Islands', 'earthquake\r'), +(16941, '2006-11-15 11:28:38', 46.086, 154.1, 10, 6, 'mb', 'usp000exfu', 'east of the Kuril Islands', 'earthquake\r'), +(16942, '2006-11-15 11:29:23', 46.371, 154.475, 10, 6.2, 'mb', 'usp000exfv', 'east of the Kuril Islands', 'earthquake\r'), +(16943, '2006-11-15 11:33:24', 46.862, 153.731, 10, 5.5, 'mb', 'usp000exfw', 'Kuril Islands', 'earthquake\r'), +(16944, '2006-11-15 11:34:58', 46.652, 155.305, 10, 6.4, 'mb', 'usp000exfy', 'east of the Kuril Islands', 'earthquake\r'), +(16945, '2006-11-15 11:40:55', 46.483, 154.726, 10, 6.7, 'mwc', 'usp000exg0', 'east of the Kuril Islands', 'earthquake\r'), +(16946, '2006-11-15 11:48:04', 44.104, 154.7, 10, 5.5, 'mb', 'usp000exg2', 'east of the Kuril Islands', 'earthquake\r'), +(16947, '2006-11-15 12:16:06', 47.111, 154.417, 10, 5.7, 'mb', 'usp000exg9', 'Kuril Islands', 'earthquake\r'), +(16948, '2006-11-15 12:16:44', 46.195, 154.668, 10, 5.9, 'mb', 'usp000exga', 'east of the Kuril Islands', 'earthquake\r'), +(16949, '2006-11-15 12:26:16', 47.421, 153.861, 10, 5.7, 'mb', 'usp000exgd', 'Kuril Islands', 'earthquake\r'), +(16950, '2006-11-15 12:28:21', 47.055, 155.526, 10, 5.5, 'mb', 'usp000exge', 'east of the Kuril Islands', 'earthquake\r'), +(16951, '2006-11-15 19:25:26', 47.006, 154.979, 10, 6, 'mwc', 'usp000exmb', 'Kuril Islands', 'earthquake\r'), +(16952, '2006-11-15 19:28:06', 47.075, 155.166, 10, 5.5, 'mb', 'usp000exmc', 'east of the Kuril Islands', 'earthquake\r'), +(16953, '2006-11-15 21:17:08', 46.867, 154.996, 10, 5.5, 'mb', 'usp000exna', 'east of the Kuril Islands', 'earthquake\r'), +(16954, '2006-11-15 21:22:21', 47.278, 154.146, 12, 5.9, 'mwb', 'usp000exnc', 'Kuril Islands', 'earthquake\r'), +(16955, '2006-11-15 21:25:23', 47.141, 153.51, 10, 5.7, 'mb', 'usp000exnd', 'Kuril Islands', 'earthquake\r'), +(16956, '2006-11-15 21:31:24', 47.382, 154.164, 13.7, 5.5, 'mb', 'usp000exne', 'Kuril Islands', 'earthquake\r'), +(16957, '2006-11-15 21:35:10', 47.666, 154.548, 10, 5.6, 'mb', 'usp000exnf', 'Kuril Islands', 'earthquake\r'), +(16958, '2006-11-15 21:40:09', 46.718, 153.3, 10, 5.5, 'mb', 'usp000exng', 'Kuril Islands', 'earthquake\r'), +(16959, '2006-11-16 00:18:11', -62.707, -160.905, 10, 5.7, 'mwc', 'usp000expp', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16960, '2006-11-16 06:20:21', 46.358, 154.468, 9, 6, 'mwc', 'usp000exsc', 'east of the Kuril Islands', 'earthquake\r'), +(16961, '2006-11-16 11:20:45', -51.874, 139.755, 10, 5.5, 'mwc', 'usp000exu2', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(16962, '2006-11-16 20:29:55', -51.996, 139.473, 10, 6.1, 'mwb', 'usp000exwe', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(16963, '2006-11-17 06:33:49', 47.017, 155.526, 10, 5.6, 'mwb', 'usp000exz8', 'east of the Kuril Islands', 'earthquake\r'), +(16964, '2006-11-17 18:03:12', 28.591, 129.895, 22, 6.2, 'mwc', 'usp000ey17', 'Ryukyu Islands, Japan', 'earthquake\r'), +(16965, '2006-11-18 10:05:44', 11.111, -87.81, 30.1, 5.5, 'mwb', 'usp000ey4e', 'near the coast of Nicaragua', 'earthquake\r'), +(16966, '2006-11-18 13:55:21', 4.746, 94.783, 32, 5.9, 'mwc', 'usp000ey5a', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16967, '2006-11-18 13:57:54', 4.741, 94.771, 29, 5.9, 'mwc', 'usp000ey5b', 'off the west coast of northern Sumatra', 'earthquake\r'), +(16968, '2006-11-19 01:55:05', -55.584, -24.871, 10, 5.7, 'mwb', 'usp000ey7a', 'South Sandwich Islands region', 'earthquake\r'), +(16969, '2006-11-19 06:59:08', 18.463, -104.489, 18, 5.5, 'mwc', 'usp000ey85', 'offshore Colima, Mexico', 'earthquake\r'), +(16970, '2006-11-19 15:16:52', 46.901, 154.891, 10, 5.5, 'mwb', 'usp000ey8z', 'east of the Kuril Islands', 'earthquake\r'), +(16971, '2006-11-19 18:57:34', -4.521, -104.832, 10, 6.1, 'mwc', 'usp000ey9k', 'central East Pacific Rise', 'earthquake\r'), +(16972, '2006-11-20 14:38:28', -17.668, -70.228, 38, 5.6, 'mwb', 'usp000eycm', 'southern Peru', 'earthquake\r'), +(16973, '2006-11-21 08:32:26', -6.216, 154.748, 31.7, 5.6, 'mwb', 'usp000eyer', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(16974, '2006-11-22 11:15:10', 44.154, 146.784, 79.9, 5.6, 'mwb', 'usp000eyj0', 'Kuril Islands', 'earthquake\r'), +(16975, '2006-11-23 20:04:47', 47.536, 154.199, 10.2, 5.5, 'mwc', 'usp000eyne', 'Kuril Islands', 'earthquake\r'), +(16976, '2006-11-24 12:31:09', -5.997, 150.483, 24, 5.9, 'mwc', 'usp000eypx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(16977, '2006-11-24 15:34:10', 46.762, 153.774, 11.3, 5.5, 'mwb', 'usp000eyqf', 'Kuril Islands', 'earthquake\r'), +(16978, '2006-11-24 19:55:01', -23.422, -175.572, 10, 5.7, 'mwb', 'usp000eyr7', 'Tonga region', 'earthquake\r'), +(16979, '2006-11-25 12:10:22', 53.588, -163.748, 13.8, 5.5, 'mwc', 'usp000eyth', 'Unimak Island region, Alaska', 'earthquake\r'), +(16980, '2006-11-27 17:31:48', -16.053, -71.802, 115.7, 5.7, 'mwc', 'usp000eyze', 'southern Peru', 'earthquake\r'), +(16981, '2006-11-29 01:32:18', 2.52, 128.283, 39, 6.2, 'mwb', 'usp000ez3h', 'Halmahera, Indonesia', 'earthquake\r'), +(16982, '2006-11-29 15:38:45', 53.741, -35.438, 10, 5.6, 'mwb', 'usp000ez59', 'Reykjanes Ridge', 'earthquake\r'), +(16983, '2006-11-29 23:08:16', -25.371, 179.661, 498.8, 5.5, 'mwc', 'usp000ez6a', 'south of the Fiji Islands', 'earthquake\r'), +(16984, '2006-11-30 11:33:17', -21.297, -174.677, 13.5, 6, 'mwb', 'usp000ez7y', 'Tonga', 'earthquake\r'), +(16985, '2006-11-30 21:20:12', -53.844, -134.359, 10, 6.2, 'mwb', 'usp000ez8j', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(16986, '2006-11-30 23:38:13', -29.761, -111.958, 10, 5.6, 'mwc', 'usp000ez8q', 'Easter Island region', 'earthquake\r'), +(16987, '2006-12-01 03:58:22', 3.39, 99.079, 204, 6.3, 'mwb', 'usp000ez92', 'northern Sumatra, Indonesia', 'earthquake\r'), +(16988, '2006-12-01 14:01:44', -8.261, 118.753, 19, 6.3, 'mwc', 'usp000ez9y', 'Sumbawa region, Indonesia', 'earthquake\r'), +(16989, '2006-12-02 09:52:13', -17.774, -174.314, 135.9, 5.8, 'mwb', 'usp000ezbs', 'Tonga', 'earthquake\r'), +(16990, '2006-12-03 08:19:51', -0.538, -19.738, 10, 5.6, 'mwc', 'usp000eze2', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(16991, '2006-12-03 10:53:44', -50.703, 162.564, 10, 5.7, 'mwc', 'usp000eze9', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(16992, '2006-12-03 20:52:16', 13.994, -91.207, 61.2, 6, 'mwc', 'usp000ezf4', 'Guatemala', 'earthquake\r'), +(16993, '2006-12-05 15:58:54', 11.397, -86.411, 35, 5.5, 'mwc', 'usp000ezkf', 'near the coast of Nicaragua', 'earthquake\r'), +(16994, '2006-12-05 20:14:31', -35.342, -104.546, 10, 5.8, 'mwb', 'usp000ezkv', 'southeast of Easter Island', 'earthquake\r'), +(16995, '2006-12-06 20:39:49', -53.982, 158.999, 10, 5.8, 'mwb', 'usp000ezp5', 'Macquarie Island region', 'earthquake\r'), +(16996, '2006-12-07 06:34:54', -8.801, 126.704, 5.5, 5.7, 'mwc', 'usp000ezqa', 'East Timor region', 'earthquake\r'), +(16997, '2006-12-07 19:10:22', 46.153, 154.386, 16, 6.4, 'mwc', 'usp000ezr9', 'east of the Kuril Islands', 'earthquake\r'), +(16998, '2006-12-09 14:48:54', 47.435, 147.055, 396, 5.8, 'mwb', 'usp000ezw3', 'northwest of the Kuril Islands', 'earthquake\r'), +(16999, '2006-12-10 00:43:04', -18.742, -178.014, 572.3, 5.5, 'mwc', 'usp000ezxe', 'Fiji region', 'earthquake\r'), +(17000, '2006-12-10 03:18:24', 10.023, 140.416, 22.5, 5.5, 'mwc', 'usp000ezxq', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(17001, '2006-12-10 15:28:09', 29.761, 130.516, 35, 5.7, 'mwb', 'usp000ezyx', 'Ryukyu Islands, Japan', 'earthquake\r'), +(17002, '2006-12-12 15:48:03', 3.733, 124.684, 213.5, 6.3, 'mwb', 'usp000f030', 'Celebes Sea', 'earthquake\r'), +(17003, '2006-12-12 23:08:36', -41.392, -86.003, 10, 5.5, 'mwc', 'usp000f03m', 'West Chile Rise', 'earthquake\r'), +(17004, '2006-12-15 16:59:02', 46.407, 153.042, 10, 5.6, 'mwc', 'usp000f097', 'Kuril Islands', 'earthquake\r'), +(17005, '2006-12-15 23:57:10', -35.327, -105.745, 10, 5.8, 'mwb', 'usp000f09x', 'southern East Pacific Rise', 'earthquake\r'), +(17006, '2006-12-17 12:40:11', -21.175, -174.573, 23.6, 5.5, 'mwc', 'usp000f0du', 'Tonga', 'earthquake\r'), +(17007, '2006-12-17 12:51:09', -21.258, -174.472, 14.3, 5.8, 'mwc', 'usp000f0dv', 'Tonga', 'earthquake\r'), +(17008, '2006-12-17 21:10:22', 4.815, 95.018, 36, 5.8, 'mwb', 'usp000f0eq', 'northern Sumatra, Indonesia', 'earthquake\r'), +(17009, '2006-12-17 21:39:17', 0.626, 99.859, 30, 5.8, 'mwc', 'usp000f0er', 'northern Sumatra, Indonesia', 'earthquake\r'), +(17010, '2006-12-20 23:55:56', 13.272, 125.806, 24.6, 5.6, 'mwc', 'usp000f0p5', 'Philippine Islands region', 'earthquake\r'), +(17011, '2006-12-22 11:06:07', 3.269, 125.277, 178.4, 5.5, 'mwc', 'usp000f0sg', 'Kepulauan Sangihe, Indonesia', 'earthquake\r'), +(17012, '2006-12-22 13:51:56', -17.656, -178.576, 570.1, 5.5, 'mwc', 'usp000f0sr', 'Fiji region', 'earthquake\r'), +(17013, '2006-12-22 19:50:45', 10.653, 92.361, 24, 6.2, 'mwc', 'usp000f0t4', 'Andaman Islands, India region', 'earthquake\r'), +(17014, '2006-12-23 22:59:41', -6.785, 105.635, 30, 5.5, 'mwb', 'usp000f0uy', 'Sunda Strait, Indonesia', 'earthquake\r'), +(17015, '2006-12-24 05:07:38', -4.548, 153.161, 62.8, 5.7, 'mwb', 'usp000f0vu', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(17016, '2006-12-24 08:01:05', -6.801, 116.509, 518.8, 5.6, 'mwc', 'usp000f0w2', 'Bali Sea', 'earthquake\r'), +(17017, '2006-12-24 17:39:07', -2.115, 139.044, 29, 5.8, 'mwb', 'usp000f0x2', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(17018, '2006-12-25 20:01:00', 42.156, 76.163, 11.6, 5.8, 'mwb', 'usp000f0zk', 'Kyrgyzstan', 'earthquake\r'), +(17019, '2006-12-26 12:26:21', 21.799, 120.547, 10, 7.1, 'mwb', 'usp000f114', 'Taiwan region', 'earthquake\r'), +(17020, '2006-12-26 12:34:14', 21.974, 120.493, 10, 6.9, 'mwc', 'usp000f115', 'Taiwan region', 'earthquake\r'), +(17021, '2006-12-26 12:40:22', 21.636, 120.852, 10, 5.5, 'mb', 'usp000f117', 'Taiwan region', 'earthquake\r'), +(17022, '2006-12-26 15:19:45', 48.321, 154.837, 10, 6, 'mwc', 'usp000f11t', 'Kuril Islands', 'earthquake\r'), +(17023, '2006-12-26 22:38:10', -54.832, 147.54, 10, 5.7, 'mwb', 'usp000f12s', 'west of Macquarie Island', 'earthquake\r'), +(17024, '2006-12-27 02:30:37', 21.999, 120.482, 10, 5.6, 'mwc', 'usp000f13b', 'Taiwan region', 'earthquake\r'), +(17025, '2006-12-27 20:15:39', -5.724, 154.424, 355, 6, 'mwb', 'usp000f14z', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17026, '2006-12-30 08:30:50', 13.313, 51.365, 15, 6.6, 'mwc', 'usp000f1ab', 'Gulf of Aden', 'earthquake\r'), +(17027, '2006-12-30 14:33:10', 5.496, -82.489, 16.2, 5.5, 'mwc', 'usp000f1b9', 'south of Panama', 'earthquake\r'), +(17028, '2006-12-31 14:55:02', -37.94, -71.114, 20.6, 5.6, 'mwb', 'usp000f1ee', 'Araucania, Chile', 'earthquake\r'), +(17029, '2006-12-31 22:48:55', -28.591, -112.33, 10, 5.6, 'mwb', 'usp000f1fj', 'Easter Island region', 'earthquake\r'), +(17030, '2007-01-05 16:52:20', 55.4948, -155.7421, 4.9, 5.8, 'mw', 'ak0078jiux5', 'south of Alaska', 'earthquake\r'), +(17031, '2007-01-08 12:48:41', 8.077, 92.437, 11, 6.1, 'mwb', 'usp000f1z8', 'Nicobar Islands, India region', 'earthquake\r'), +(17032, '2007-01-08 17:21:50', 39.803, 70.312, 16, 6, 'mwb', 'usp000f1zv', 'Kyrgyzstan', 'earthquake\r'), +(17033, '2007-01-08 20:52:21', -18.58, -177.847, 406.8, 6.3, 'mwb', 'usp000f202', 'Fiji region', 'earthquake\r'), +(17034, '2007-01-09 15:49:33', 59.42, -137.118, 10, 5.7, 'mwc', 'usp000f21q', 'British Columbia, Canada', 'earthquake\r'), +(17035, '2007-01-11 14:31:21', -3.655, 127.283, 13, 6, 'mwc', 'usp000f26m', 'Seram, Indonesia', 'earthquake\r'), +(17036, '2007-01-13 04:23:21', 46.243, 154.524, 10, 8.1, 'mwc', 'usp000f2ab', 'east of the Kuril Islands', 'earthquake\r'), +(17037, '2007-01-13 04:37:08', 46.334, 155.166, 10, 5.5, 'mb', 'usp000f2ae', 'east of the Kuril Islands', 'earthquake\r'), +(17038, '2007-01-13 09:18:32', 45.567, 153.765, 10, 5.8, 'mb', 'usp000f2ch', 'east of the Kuril Islands', 'earthquake\r'), +(17039, '2007-01-13 17:37:06', 46.913, 156.276, 10, 6, 'mwc', 'usp000f2et', 'east of the Kuril Islands', 'earthquake\r'), +(17040, '2007-01-15 07:58:12', -60.915, -34.069, 10, 5.5, 'mwc', 'usp000f2nn', 'Scotia Sea', 'earthquake\r'), +(17041, '2007-01-15 18:17:59', 34.892, 138.64, 170.1, 5.9, 'mwb', 'usp000f2q5', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(17042, '2007-01-15 21:19:40', -4.609, -105.145, 10, 5.6, 'mwb', 'usp000f2qg', 'central East Pacific Rise', 'earthquake\r'), +(17043, '2007-01-16 18:06:18', 2.61, 126.238, 64.3, 5.6, 'mwc', 'usp000f2t3', 'Molucca Sea', 'earthquake\r'), +(17044, '2007-01-17 04:28:27', -3.322, 139.834, 100.8, 6, 'mwb', 'usp000f2uh', 'Papua, Indonesia', 'earthquake\r'), +(17045, '2007-01-17 18:34:15', -57.911, -64.528, 6, 5.6, 'mwb', 'usp000f2vy', 'Drake Passage', 'earthquake\r'), +(17046, '2007-01-17 23:18:50', 10.125, 58.708, 8, 6.2, 'mwc', 'usp000f2wk', 'Carlsberg Ridge', 'earthquake\r'), +(17047, '2007-01-18 15:27:18', -5.488, 101.454, 17.5, 5.9, 'mwb', 'usp000f2xn', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(17048, '2007-01-19 02:44:23', -9.993, 109.672, 25, 5.8, 'mwc', 'usp000f2yq', 'south of Java, Indonesia', 'earthquake\r'), +(17049, '2007-01-20 02:45:50', -5.525, 130.435, 139.2, 5.7, 'mwc', 'usp000f31f', 'Banda Sea', 'earthquake\r'), +(17050, '2007-01-20 06:21:05', -55.419, -29.533, 10, 6.2, 'mwc', 'usp000f31t', 'South Sandwich Islands region', 'earthquake\r'), +(17051, '2007-01-21 11:27:45', 1.065, 126.282, 22, 7.5, 'mwc', 'usp000f34b', 'Molucca Sea', 'earthquake\r'), +(17052, '2007-01-21 11:54:11', 0.955, 125.888, 10, 5.6, 'mb', 'usp000f34f', 'Molucca Sea', 'earthquake\r'), +(17053, '2007-01-21 12:32:35', 1.096, 126.026, 10, 5.5, 'mb', 'usp000f34q', 'Molucca Sea', 'earthquake\r'), +(17054, '2007-01-21 14:39:18', 1.042, 125.969, 10, 5.5, 'mb', 'usp000f35e', 'Molucca Sea', 'earthquake\r'), +(17055, '2007-01-21 15:03:16', -55.764, -27.016, 47.7, 5.6, 'mb', 'usp000f35j', 'South Sandwich Islands region', 'earthquake\r'), +(17056, '2007-01-21 17:32:56', 1.06, 126.345, 23, 6.2, 'mwc', 'usp000f368', 'Molucca Sea', 'earthquake\r'), +(17057, '2007-01-21 19:50:50', 1.041, 125.849, 10, 5.5, 'mb', 'usp000f374', 'Molucca Sea', 'earthquake\r'), +(17058, '2007-01-21 23:45:09', 1.024, 126.265, 10, 5.5, 'mwc', 'usp000f382', 'Molucca Sea', 'earthquake\r'), +(17059, '2007-01-22 04:27:08', -2.545, 136.341, 35, 5.7, 'mwc', 'usp000f38y', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(17060, '2007-01-22 04:33:19', -2.502, 136.332, 35, 5.9, 'mwc', 'usp000f38z', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(17061, '2007-01-22 19:25:49', -3.321, 146.35, 10, 5.8, 'mwc', 'usp000f3bb', 'Bismarck Sea', 'earthquake\r'), +(17062, '2007-01-23 04:16:07', -43.139, 41.647, 10, 5.5, 'mwc', 'usp000f3ca', 'Prince Edward Islands region', 'earthquake\r'), +(17063, '2007-01-23 04:37:19', -6.821, 130.031, 112.7, 5.7, 'mwc', 'usp000f3cb', 'Banda Sea', 'earthquake\r'), +(17064, '2007-01-23 11:44:41', 1.216, 126.063, 10, 5.5, 'mwc', 'usp000f3dd', 'Molucca Sea', 'earthquake\r'), +(17065, '2007-01-23 17:16:21', -13.1, 167.054, 188.1, 5.9, 'mwc', 'usp000f3eg', 'Vanuatu', 'earthquake\r'), +(17066, '2007-01-23 22:46:26', -55.305, -29.382, 35, 5.6, 'mwc', 'usp000f3ex', 'South Sandwich Islands region', 'earthquake\r'), +(17067, '2007-01-24 08:40:28', 1.019, 125.971, 10, 5.6, 'mwc', 'usp000f3fh', 'Molucca Sea', 'earthquake\r'), +(17068, '2007-01-25 10:59:18', 22.564, 121.926, 36.2, 6, 'mwb', 'usp000f3jg', 'Taiwan region', 'earthquake\r'), +(17069, '2007-01-27 07:00:37', 1.278, 126.563, 10, 5.5, 'mwc', 'usp000f3qr', 'Molucca Sea', 'earthquake\r'), +(17070, '2007-01-27 10:21:47', 1.282, 126.202, 10, 5.6, 'mwc', 'usp000f3r6', 'Molucca Sea', 'earthquake\r'), +(17071, '2007-01-28 05:06:57', 1.218, 126.502, 10, 5.6, 'mwc', 'usp000f3t6', 'Molucca Sea', 'earthquake\r'), +(17072, '2007-01-28 08:12:31', -17.75, 179.872, 567.6, 5.6, 'mwc', 'usp000f3tf', 'Fiji', 'earthquake\r'), +(17073, '2007-01-28 12:09:06', 1.009, 126.312, 10, 5.8, 'mwc', 'usp000f3tq', 'Molucca Sea', 'earthquake\r'), +(17074, '2007-01-30 04:54:51', -54.74, 146.298, 11, 6.9, 'mwc', 'usp000f3xh', 'west of Macquarie Island', 'earthquake\r'), +(17075, '2007-01-30 21:37:44', 20.98, 144.705, 20, 6.6, 'mwc', 'usp000f3za', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(17076, '2007-01-31 03:15:52', -29.776, -178.002, 34, 6.5, 'mwc', 'usp000f3zy', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(17077, '2007-01-31 06:51:25', -11.424, 166.202, 77.9, 5.5, 'mwc', 'usp000f40a', 'Santa Cruz Islands', 'earthquake\r'), +(17078, '2007-01-31 20:31:35', -7.817, 107.193, 51.7, 5.5, 'mwb', 'usp000f41s', 'Java, Indonesia', 'earthquake\r'), +(17079, '2007-02-01 00:14:26', -37.654, 78.066, 10, 5.5, 'mwc', 'usp000f428', 'Mid-Indian Ridge', 'earthquake\r'), +(17080, '2007-02-04 03:33:19', 35.344, -35.944, 10, 5.6, 'mwb', 'usp000f487', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(17081, '2007-02-04 20:56:59', 19.372, -78.518, 10, 6.2, 'mwb', 'usp000f49p', 'Cuba region', 'earthquake\r'), +(17082, '2007-02-04 21:17:47', -55.883, -122.721, 10, 6.2, 'mwc', 'usp000f49q', 'southern East Pacific Rise', 'earthquake\r'), +(17083, '2007-02-04 22:52:54', -55.791, -123.448, 10, 5.6, 'mwc', 'usp000f49s', 'southern East Pacific Rise', 'earthquake\r'), +(17084, '2007-02-05 09:55:51', -20.609, -175.65, 10, 5.8, 'mwc', 'usp000f4ah', 'Tonga', 'earthquake\r'), +(17085, '2007-02-05 10:16:24', -20.678, -175.487, 15, 5.5, 'mwc', 'usp000f4ak', 'Tonga', 'earthquake\r'), +(17086, '2007-02-05 10:19:24', -20.674, -175.47, 15, 5.5, 'mwc', 'usp000f4am', 'Tonga', 'earthquake\r'), +(17087, '2007-02-07 18:55:00', -17.712, -71.079, 63.9, 5.5, 'mwc', 'usp000f4ey', 'near the coast of southern Peru', 'earthquake\r'), +(17088, '2007-02-09 02:22:55', 38.39, 39.043, 2.6, 5.5, 'mwc', 'usp000f4hn', 'eastern Turkey', 'earthquake\r'), +(17089, '2007-02-10 06:03:02', -42.978, -71.56, 157.3, 5.5, 'mwc', 'usp000f4kx', 'Chubut, Argentina', 'earthquake\r'), +(17090, '2007-02-12 02:08:56', -5.002, 144.98, 42, 5.9, 'mwc', 'usp000f4qa', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(17091, '2007-02-12 10:35:23', 35.804, -10.312, 20, 6, 'mwc', 'usp000f4qu', 'Azores-Cape St. Vincent Ridge', 'earthquake\r'), +(17092, '2007-02-12 12:45:32', 5.561, 126.073, 24, 6.1, 'mwc', 'usp000f4qy', 'Mindanao, Philippines', 'earthquake\r'), +(17093, '2007-02-13 14:56:43', -1.424, -77.778, 174.8, 5.6, 'mwc', 'usp000f4tg', 'Ecuador', 'earthquake\r'), +(17094, '2007-02-13 19:22:15', -0.438, 124.189, 84.8, 5.5, 'mwb', 'usp000f4ts', 'Molucca Sea', 'earthquake\r'), +(17095, '2007-02-14 01:29:07', -29.59, -112.051, 10, 5.9, 'mwb', 'usp000f4u3', 'Easter Island region', 'earthquake\r'), +(17096, '2007-02-14 14:21:48', -19.588, -69.823, 53, 5.6, 'mwb', 'usp000f4ve', 'Tarapaca, Chile', 'earthquake\r'), +(17097, '2007-02-14 19:49:59', 0.432, 97.308, 16, 5.7, 'mwc', 'usp000f4vu', 'Nias region, Indonesia', 'earthquake\r'), +(17098, '2007-02-17 00:02:57', 41.794, 143.553, 31, 6, 'mwb', 'usp000f500', 'Hokkaido, Japan region', 'earthquake\r'), +(17099, '2007-02-17 07:43:34', -7.316, 155.858, 28.4, 5.7, 'mwc', 'usp000f50t', 'Solomon Islands', 'earthquake\r'), +(17100, '2007-02-17 07:47:50', -7.255, 155.889, 28.6, 5.6, 'mwc', 'usp000f50u', 'Solomon Islands', 'earthquake\r'), +(17101, '2007-02-17 12:43:13', -7.313, 155.76, 34.3, 5.7, 'mwc', 'usp000f51f', 'Solomon Islands', 'earthquake\r'), +(17102, '2007-02-17 23:41:45', -4.095, 154.45, 483.1, 5.5, 'mwc', 'usp000f526', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17103, '2007-02-18 21:37:45', 6.336, -82.706, 26.4, 5.7, 'mwb', 'usp000f544', 'south of Panama', 'earthquake\r'), +(17104, '2007-02-19 02:33:43', 1.75, 30.758, 19, 5.6, 'mwc', 'usp000f54h', 'Lake Albert region, Congo-Uganda', 'earthquake\r'), +(17105, '2007-02-19 14:33:35', -20.206, 173.088, 20.7, 5.8, 'mwb', 'usp000f55m', 'Vanuatu region', 'earthquake\r'), +(17106, '2007-02-19 19:24:11', -23.05, -70.473, 10, 5.5, 'mwc', 'usp000f565', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(17107, '2007-02-20 08:04:25', -1.034, 126.976, 12, 6.7, 'mwc', 'usp000f57a', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(17108, '2007-02-20 14:25:26', -1.032, 126.975, 11, 6, 'mwc', 'usp000f582', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(17109, '2007-02-21 02:19:56', -0.945, 127.192, 28.2, 5.5, 'mwb', 'usp000f59n', 'Halmahera, Indonesia', 'earthquake\r'), +(17110, '2007-02-21 11:05:29', 38.318, 39.275, 6, 5.7, 'mwb', 'usp000f5an', 'eastern Turkey', 'earthquake\r'), +(17111, '2007-02-23 19:55:49', -45.337, -72.319, 25.1, 5.7, 'mwc', 'usp000f5fs', 'Aisen, Chile', 'earthquake\r'), +(17112, '2007-02-24 02:36:24', -7.006, -80.485, 23, 6.3, 'mwb', 'usp000f5gh', 'off the coast of northern Peru', 'earthquake\r'), +(17113, '2007-02-24 07:33:33', 1.096, -85.206, 23.6, 5.5, 'mwc', 'usp000f5gt', 'off the coast of Ecuador', 'earthquake\r'), +(17114, '2007-02-24 08:07:59', -20.135, 173.081, 29.5, 5.5, 'mwc', 'usp000f5gw', 'Vanuatu region', 'earthquake\r'), +(17115, '2007-02-25 15:00:41', 26.146, -110.421, 10, 5.9, 'mwb', 'usp000f5m5', 'Gulf of California', 'earthquake\r'), +(17116, '2007-02-25 20:47:27', -29.13, -177.133, 10, 5.7, 'mwc', 'usp000f5mx', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(17117, '2007-02-26 09:01:23', -15.966, 167.523, 51.4, 5.5, 'mwc', 'usp000f5pb', 'Vanuatu', 'earthquake\r'), +(17118, '2007-02-26 23:49:54', -44.77, 35.495, 10, 5.7, 'mwb', 'usp000f5qm', 'Prince Edward Islands region', 'earthquake\r'), +(17119, '2007-02-28 23:13:16', -55.245, -29.142, 10, 6.2, 'mwb', 'usp000f5va', 'South Sandwich Islands region', 'earthquake\r'), +(17120, '2007-03-01 23:11:52', 26.581, -44.594, 10, 6, 'mwc', 'usp000f5x2', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(17121, '2007-03-03 20:08:29', 0.007, 126.806, 38.5, 5.9, 'mwc', 'usp000f60k', 'Molucca Sea', 'earthquake\r'), +(17122, '2007-03-03 20:52:08', -55.252, -129.337, 10, 5.7, 'mwc', 'usp000f60q', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17123, '2007-03-04 11:26:12', 33.79, -38.473, 10, 5.6, 'mwb', 'usp000f62b', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(17124, '2007-03-06 03:49:39', -0.493, 100.498, 19, 6.4, 'mwc', 'usp000f65w', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17125, '2007-03-06 05:49:25', -0.488, 100.53, 11, 6.3, 'mwc', 'usp000f660', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17126, '2007-03-07 10:53:38', 1.955, 97.908, 35, 5.9, 'mwb', 'usp000f68s', 'Nias region, Indonesia', 'earthquake\r'), +(17127, '2007-03-07 23:01:25', 3.018, -31.819, 10, 5.5, 'mwc', 'usp000f69v', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17128, '2007-03-08 05:03:32', 29.908, 140.204, 139.6, 6.1, 'mwc', 'usp000f6aj', 'Izu Islands, Japan region', 'earthquake\r'), +(17129, '2007-03-08 11:14:32', -58.217, -7.615, 10, 6.2, 'mwc', 'usp000f6az', 'east of the South Sandwich Islands', 'earthquake\r'), +(17130, '2007-03-09 03:22:43', 43.224, 133.526, 441.2, 6, 'mwb', 'usp000f6bx', 'Primor\'\'ye, Russia', 'earthquake\r'), +(17131, '2007-03-09 07:27:31', -11.428, 66.255, 10, 5.7, 'mwc', 'usp000f6c9', 'Mid-Indian Ridge', 'earthquake\r'), +(17132, '2007-03-09 10:38:08', -6.364, 130.168, 151.2, 5.6, 'mwb', 'usp000f6cd', 'Banda Sea', 'earthquake\r'), +(17133, '2007-03-09 21:01:38', 13.261, -87.387, 226.1, 5.6, 'mwb', 'usp000f6d2', 'Honduras', 'earthquake\r'), +(17134, '2007-03-10 14:07:09', -23.294, -69.71, 50, 5.5, 'mwc', 'usp000f6em', 'Antofagasta, Chile', 'earthquake\r'), +(17135, '2007-03-10 17:03:38', 74.256, 8.713, 10, 5.7, 'mwc', 'usp000f6ev', 'Greenland Sea', 'earthquake\r'), +(17136, '2007-03-10 21:12:57', 55.209, 161.859, 31, 5.8, 'mwb', 'usp000f6f4', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(17137, '2007-03-11 07:09:27', 43.988, 147.891, 52, 5.8, 'mwb', 'usp000f6g5', 'Kuril Islands', 'earthquake\r'), +(17138, '2007-03-12 00:54:25', -28.842, -177.006, 35, 5.6, 'mwc', 'usp000f6ht', 'Kermadec Islands region', 'earthquake\r'), +(17139, '2007-03-12 08:08:00', -41.203, 85.533, 10, 5.5, 'mwc', 'usp000f6ja', 'southeast Indian Ridge', 'earthquake\r'), +(17140, '2007-03-12 09:59:03', -21.049, 169.834, 68.7, 5.8, 'mwb', 'usp000f6jf', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17141, '2007-03-12 18:59:25', 46.897, 151.77, 144.7, 5.6, 'mwb', 'usp000f6k5', 'Kuril Islands', 'earthquake\r'), +(17142, '2007-03-13 02:59:04', 26.261, -110.537, 26.1, 6, 'mwb', 'usp000f6m4', 'Gulf of California', 'earthquake\r'), +(17143, '2007-03-13 05:50:15', 4.174, 126.755, 71.9, 5.5, 'mwc', 'usp000f6mg', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(17144, '2007-03-13 09:05:44', -8.128, 117.863, 10, 5.6, 'mwc', 'usp000f6mr', 'Sumbawa region, Indonesia', 'earthquake\r'), +(17145, '2007-03-14 21:59:13', 11.514, -86.59, 35, 5.5, 'mwb', 'usp000f6qs', 'near the coast of Nicaragua', 'earthquake\r'), +(17146, '2007-03-17 17:42:26', 1.132, 126.216, 35, 6.2, 'mwb', 'usp000f6w4', 'Molucca Sea', 'earthquake\r'), +(17147, '2007-03-17 22:43:10', 4.551, -78.536, 10, 6, 'mwc', 'usp000f6wd', 'south of Panama', 'earthquake\r'), +(17148, '2007-03-18 01:25:24', 42.159, 144.004, 35, 5.5, 'mwb', 'usp000f6wu', 'Hokkaido, Japan region', 'earthquake\r'), +(17149, '2007-03-18 02:11:05', 4.585, -78.494, 7, 6.2, 'mwc', 'usp000f6wx', 'south of Panama', 'earthquake\r'), +(17150, '2007-03-19 21:20:38', -60.695, 154.09, 10, 5.7, 'mwb', 'usp000f70p', 'west of Macquarie Island', 'earthquake\r'), +(17151, '2007-03-20 03:10:30', 9.191, 126.121, 35, 5.5, 'mwb', 'usp000f715', 'Mindanao, Philippines', 'earthquake\r'), +(17152, '2007-03-22 06:10:43', -3.388, 86.775, 21, 5.9, 'mwb', 'usp000f75f', 'South Indian Ocean', 'earthquake\r'), +(17153, '2007-03-23 22:30:55', -18.858, -178.371, 613.1, 5.8, 'mwc', 'usp000f78s', 'Fiji region', 'earthquake\r'), +(17154, '2007-03-24 17:29:30', -53.814, 140.789, 10, 5.8, 'mwb', 'usp000f7af', 'west of Macquarie Island', 'earthquake\r'), +(17155, '2007-03-24 19:13:51', -19.722, -70.142, 30, 5.7, 'mwb', 'usp000f7ap', 'Tarapaca, Chile', 'earthquake\r'), +(17156, '2007-03-25 00:40:02', -20.617, 169.357, 34, 7.1, 'mwb', 'usp000f7b4', 'Vanuatu', 'earthquake\r'), +(17157, '2007-03-25 00:41:58', 37.336, 136.588, 8, 6.7, 'mwc', 'usp000f7b5', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(17158, '2007-03-25 01:08:19', -20.754, 169.354, 35, 6.9, 'mwc', 'usp000f7b9', 'Vanuatu', 'earthquake\r'), +(17159, '2007-03-25 13:57:58', 38.34, 20.42, 15, 5.7, 'mwb', 'usp000f7cx', 'Greece', 'earthquake\r'), +(17160, '2007-03-26 07:27:56', 22.036, 142.975, 10, 5.5, 'mwb', 'usp000f7g0', 'Volcano Islands, Japan region', 'earthquake\r'), +(17161, '2007-03-26 16:51:03', 0.831, 125.914, 10, 5.5, 'mwc', 'usp000f7h7', 'Molucca Sea', 'earthquake\r'), +(17162, '2007-03-28 21:17:11', -6.268, 29.673, 8, 5.8, 'mwc', 'usp000f7r2', 'Lake Tanganyika region, Dem. Republic of the Congo-Tanzania', 'earthquake\r'), +(17163, '2007-03-29 14:40:44', -31.591, -71.837, 25.1, 5.6, 'mwc', 'usp000f7sm', 'offshore Coquimbo, Chile', 'earthquake\r'), +(17164, '2007-03-29 17:09:07', -31.604, -71.708, 33.9, 5.8, 'mwb', 'usp000f7sy', 'offshore Coquimbo, Chile', 'earthquake\r'), +(17165, '2007-03-30 09:05:06', 44.138, 146.01, 100.2, 5.5, 'mwc', 'usp000f7v3', 'Kuril Islands', 'earthquake\r'), +(17166, '2007-03-30 15:58:44', -14.624, 177.766, 10, 5.7, 'mwc', 'usp000f7vw', 'Fiji region', 'earthquake\r'), +(17167, '2007-03-31 12:49:04', -56.083, -123.27, 10, 6.2, 'mwb', 'usp000f7zp', 'southern East Pacific Rise', 'earthquake\r'), +(17168, '2007-03-31 19:37:18', 1.274, 122.631, 27.6, 5.6, 'mwc', 'usp000f80f', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(17169, '2007-03-31 21:55:25', -20.514, 169.169, 10, 5.7, 'mwc', 'usp000f80p', 'Vanuatu', 'earthquake\r'), +(17170, '2007-04-01 02:51:05', 32.349, 137.607, 378.5, 5.7, 'mwb', 'usp000f817', 'Izu Islands, Japan region', 'earthquake\r'), +(17171, '2007-04-01 20:39:59', -8.466, 157.043, 24, 8.1, 'mwc', 'usp000f83m', 'Solomon Islands', 'earthquake\r'), +(17172, '2007-04-01 20:46:19', -9.505, 156.934, 24.3, 6.1, 'mb', 'usp000f83n', 'Solomon Islands', 'earthquake\r'), +(17173, '2007-04-01 20:47:31', -7.169, 155.777, 10, 6.6, 'mb', 'usp000f83p', 'Solomon Islands', 'earthquake\r'), +(17174, '2007-04-01 20:54:58', -8.003, 156.193, 10, 5.5, 'mb', 'usp000f83q', 'Solomon Islands', 'earthquake\r'), +(17175, '2007-04-01 20:56:18', -7.368, 155.557, 10, 5.5, 'mb', 'usp000f83r', 'Solomon Islands', 'earthquake\r'), +(17176, '2007-04-01 21:11:33', -7.306, 155.741, 10, 6.9, 'mwc', 'usp000f83w', 'Solomon Islands', 'earthquake\r'), +(17177, '2007-04-01 21:15:23', -7.303, 155.682, 10, 6, 'mb', 'usp000f83x', 'Solomon Islands', 'earthquake\r'), +(17178, '2007-04-01 21:18:23', -8.522, 156.737, 10, 5.8, 'mb', 'usp000f83y', 'Solomon Islands', 'earthquake\r'), +(17179, '2007-04-01 21:26:27', -7.265, 155.409, 10, 5.6, 'mb', 'usp000f840', 'Solomon Islands', 'earthquake\r'), +(17180, '2007-04-01 21:45:38', -7.328, 155.645, 10, 5.7, 'mb', 'usp000f846', 'Solomon Islands', 'earthquake\r'), +(17181, '2007-04-01 22:57:24', -7.532, 156.054, 17.7, 5.7, 'mb', 'usp000f84p', 'Solomon Islands', 'earthquake\r'), +(17182, '2007-04-02 02:49:36', -45.382, -73.058, 4.9, 6.1, 'mwc', 'usp000f86j', 'Aisen, Chile', 'earthquake\r'), +(17183, '2007-04-02 04:11:39', -7.174, 156.051, 10, 5.6, 'mb', 'usp000f873', 'Solomon Islands', 'earthquake\r'), +(17184, '2007-04-02 05:33:35', -7.356, 155.363, 10, 5.9, 'mwc', 'usp000f87e', 'Solomon Islands', 'earthquake\r'), +(17185, '2007-04-02 10:49:18', -7.225, 156.243, 34, 6.1, 'mwb', 'usp000f88t', 'Solomon Islands', 'earthquake\r'), +(17186, '2007-04-02 12:02:23', -8.706, 157.62, 14, 6.2, 'mwb', 'usp000f890', 'Solomon Islands', 'earthquake\r'), +(17187, '2007-04-02 12:35:26', -8.748, 157.64, 12.4, 5.6, 'mwc', 'usp000f892', 'Solomon Islands', 'earthquake\r'), +(17188, '2007-04-02 13:49:55', -7.848, 156.475, 19.1, 5.6, 'mwc', 'usp000f89g', 'Solomon Islands', 'earthquake\r'), +(17189, '2007-04-02 13:53:08', -8.55, 157.528, 11.1, 5.6, 'mwc', 'usp000f89h', 'Solomon Islands', 'earthquake\r'), +(17190, '2007-04-02 19:42:56', 1.409, 125.763, 55, 5.5, 'mwc', 'usp000f8b6', 'Molucca Sea', 'earthquake\r'), +(17191, '2007-04-02 22:49:53', -9.706, 154.663, 10, 5.6, 'mwb', 'usp000f8c3', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(17192, '2007-04-02 23:20:23', -8.617, 157.386, 18, 6.2, 'mwb', 'usp000f8cb', 'Solomon Islands', 'earthquake\r'), +(17193, '2007-04-02 23:31:14', -7.09, 155.491, 10, 5.5, 'mwc', 'usp000f8cd', 'Solomon Islands', 'earthquake\r'), +(17194, '2007-04-03 00:22:09', -9.742, 154.629, 10, 5.5, 'mwc', 'usp000f8cj', 'D\'Entrecasteaux Islands region', 'earthquake\r'), +(17195, '2007-04-03 00:28:40', -7.028, 155.242, 10, 5.6, 'mwc', 'usp000f8cp', 'Solomon Islands', 'earthquake\r'), +(17196, '2007-04-03 03:35:07', 36.451, 70.688, 222.1, 6.2, 'mwb', 'usp000f8dk', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(17197, '2007-04-03 11:57:34', -7.839, 155.588, 27.5, 5.5, 'mwc', 'usp000f8fb', 'Solomon Islands', 'earthquake\r'), +(17198, '2007-04-03 12:04:27', -7.857, 155.801, 8, 6.1, 'mwc', 'usp000f8fc', 'Solomon Islands', 'earthquake\r'), +(17199, '2007-04-03 15:27:08', -7.286, 155.384, 33.2, 5.5, 'mwc', 'usp000f8ge', 'Solomon Islands', 'earthquake\r'), +(17200, '2007-04-03 19:41:01', -7.065, 155.243, 34.6, 5.6, 'mwc', 'usp000f8he', 'Solomon Islands', 'earthquake\r'), +(17201, '2007-04-03 20:26:10', -20.633, 168.994, 12, 6.2, 'mwc', 'usp000f8hs', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17202, '2007-04-03 22:17:42', -6.742, 154.889, 10, 5.6, 'mwc', 'usp000f8j3', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17203, '2007-04-04 00:39:44', -7.141, 156.047, 10, 6, 'mwb', 'usp000f8jn', 'Solomon Islands', 'earthquake\r'), +(17204, '2007-04-04 06:34:36', -7.76, 156.49, 17, 6.4, 'mwc', 'usp000f8m0', 'Solomon Islands', 'earthquake\r'), +(17205, '2007-04-04 09:35:58', -6.819, 154.995, 10, 5.6, 'mwc', 'usp000f8mh', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17206, '2007-04-04 09:46:13', -6.758, 154.835, 10, 5.5, 'mwc', 'usp000f8mm', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17207, '2007-04-04 11:00:28', -20.715, 168.828, 13, 6.2, 'mwc', 'usp000f8mt', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17208, '2007-04-04 11:02:30', -20.688, 169.056, 10, 6.5, 'mwc', 'usp000f8mu', 'Vanuatu', 'earthquake\r'), +(17209, '2007-04-04 19:58:04', -17.23, 66.79, 10, 5.9, 'mwc', 'usp000f8pd', 'Mauritius - Reunion region', 'earthquake\r'), +(17210, '2007-04-04 21:40:19', 30.926, 141.673, 9, 5.7, 'mwc', 'usp000f8pr', 'Izu Islands, Japan region', 'earthquake\r'), +(17211, '2007-04-05 03:25:08', -16.999, -176.941, 30.5, 5.7, 'mwb', 'usp000f8qy', 'Fiji region', 'earthquake\r'), +(17212, '2007-04-05 03:56:50', 37.306, -24.621, 14, 6.3, 'mwc', 'usp000f8r5', 'Azores Islands region', 'earthquake\r'), +(17213, '2007-04-05 21:27:00', 1.507, -84.669, 10, 5.5, 'mwb', 'usp000f8tj', 'off the coast of Ecuador', 'earthquake\r'), +(17214, '2007-04-06 05:54:20', -55.373, -123.645, 10, 5.9, 'mwc', 'usp000f8uv', 'southern East Pacific Rise', 'earthquake\r'), +(17215, '2007-04-06 18:48:18', -6.949, 155.771, 44, 5.9, 'mwb', 'usp000f8wx', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17216, '2007-04-07 05:20:50', -39.787, 46.178, 10, 5.9, 'mwb', 'usp000f8y6', 'Southwest Indian Ridge', 'earthquake\r'), +(17217, '2007-04-07 07:09:25', 37.306, -24.494, 8, 6.1, 'mwc', 'usp000f8yj', 'Azores Islands region', 'earthquake\r'), +(17218, '2007-04-07 09:51:52', 2.916, 95.7, 30, 6.1, 'mwc', 'usp000f8z7', 'Simeulue, Indonesia', 'earthquake\r'), +(17219, '2007-04-09 02:24:28', -20.073, -178.082, 593, 5.9, 'mwc', 'usp000f94q', 'Fiji region', 'earthquake\r'), +(17220, '2007-04-09 10:18:05', 48.304, 154.695, 36, 5.8, 'mwc', 'usp000f95k', 'Kuril Islands', 'earthquake\r'), +(17221, '2007-04-10 13:56:54', 12.99, 92.525, 30, 5.5, 'mwc', 'usp000f9bb', 'Andaman Islands, India region', 'earthquake\r'), +(17222, '2007-04-11 12:41:46', -14.791, -173.458, 56.5, 5.5, 'mwc', 'usp000f9ep', 'Samoa Islands region', 'earthquake\r'), +(17223, '2007-04-12 18:24:49', -61.828, 160.96, 10, 6, 'mwb', 'usp000f9hz', 'Balleny Islands region', 'earthquake\r'), +(17224, '2007-04-13 05:42:23', 17.302, -100.198, 34, 6, 'mwb', 'usp000f9kc', 'Guerrero, Mexico', 'earthquake\r'), +(17225, '2007-04-13 09:14:51', -1.132, 126.956, 12.1, 5.5, 'mwc', 'usp000f9kq', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(17226, '2007-04-13 18:24:19', -35.051, -108.836, 10, 6.1, 'mwb', 'usp000f9mq', 'southern East Pacific Rise', 'earthquake\r'), +(17227, '2007-04-15 04:12:30', 47.002, 153.435, 34.9, 5.5, 'mwb', 'usp000f9rw', 'Kuril Islands', 'earthquake\r'), +(17228, '2007-04-16 01:24:07', -63.337, 169.919, 10, 5.8, 'mwb', 'usp000f9u9', 'Balleny Islands region', 'earthquake\r'), +(17229, '2007-04-16 13:20:38', -58.015, 147.964, 10, 6.4, 'mwc', 'usp000f9va', 'west of Macquarie Island', 'earthquake\r'), +(17230, '2007-04-17 03:16:05', -31.845, 179.761, 423.5, 5.6, 'mwc', 'usp000f9wu', 'Kermadec Islands region', 'earthquake\r'), +(17231, '2007-04-18 01:08:08', -24.082, -66.626, 172.2, 5.6, 'mwc', 'usp000f9yu', 'Jujuy, Argentina', 'earthquake\r'), +(17232, '2007-04-18 15:07:32', 42.658, 141.861, 119.7, 5.5, 'mwb', 'usp000fa01', 'Hokkaido, Japan region', 'earthquake\r'), +(17233, '2007-04-20 00:26:41', 25.722, 125.093, 10, 6.1, 'mwc', 'usp000fa3r', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(17234, '2007-04-20 00:31:00', 25.73, 125.148, 10, 5.7, 'mwc', 'usp000fa3s', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(17235, '2007-04-20 01:45:56', 25.71, 125.108, 9, 6.3, 'mwc', 'usp000fa44', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(17236, '2007-04-20 02:23:34', 25.623, 125.043, 11.1, 6, 'mwc', 'usp000fa4b', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(17237, '2007-04-20 05:23:11', 25.683, 125.244, 10, 5.5, 'mwb', 'usp000fa4z', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(17238, '2007-04-20 19:37:58', 27.471, 128.379, 42.4, 5.7, 'mwb', 'usp000fa76', 'Ryukyu Islands, Japan', 'earthquake\r'), +(17239, '2007-04-21 00:32:25', 21.136, 122.129, 10, 5.5, 'mwb', 'usp000fa7p', 'Taiwan region', 'earthquake\r'), +(17240, '2007-04-21 07:12:48', -3.548, 151.266, 407.4, 6.1, 'mwb', 'usp000fa89', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(17241, '2007-04-21 17:20:32', -13.838, 166.843, 40.7, 6.1, 'mwc', 'usp000fa95', 'Vanuatu', 'earthquake\r'), +(17242, '2007-04-21 17:53:46', -45.243, -72.648, 36.7, 6.2, 'mwb', 'usp000fa97', 'Aisen, Chile', 'earthquake\r'), +(17243, '2007-04-25 11:52:56', 7.4, 126.44, 27.1, 5.7, 'mwc', 'usp000fajy', 'Mindanao, Philippines', 'earthquake\r'), +(17244, '2007-04-25 13:34:14', -14.285, 166.863, 55, 6.4, 'mwc', 'usp000fak4', 'Vanuatu', 'earthquake\r'), +(17245, '2007-04-27 08:02:50', 5.359, 94.635, 38, 5.9, 'mwb', 'usp000faqb', 'northern Sumatra, Indonesia', 'earthquake\r'), +(17246, '2007-04-27 13:49:28', -6.965, 155.938, 46.4, 5.8, 'mwc', 'usp000faqs', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17247, '2007-04-28 14:02:38', -60.789, -20.208, 10, 6.1, 'mwc', 'usp000fat8', 'east of the South Sandwich Islands', 'earthquake\r'), +(17248, '2007-04-29 03:44:33', -8.308, 157.173, 26.4, 5.5, 'mwc', 'usp000fauw', 'Solomon Islands', 'earthquake\r'), +(17249, '2007-04-29 12:41:57', 52.007, -179.972, 117, 6.2, 'mwb', 'usp000favm', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17250, '2007-04-30 15:38:53', -53.999, 6.081, 10, 5.6, 'mwc', 'usp000fay5', 'Bouvet Island region', 'earthquake\r'), +(17251, '2007-05-01 00:15:21', -7.124, 155.134, 9, 5.7, 'mwc', 'usp000faz5', 'Solomon Islands', 'earthquake\r'), +(17252, '2007-05-01 01:45:24', -7.168, 155.107, 10, 5.8, 'mwc', 'usp000faze', 'Solomon Islands', 'earthquake\r'), +(17253, '2007-05-01 03:52:21', -21.327, -68.412, 120.5, 5.5, 'mwc', 'usp000fazu', 'Antofagasta, Chile', 'earthquake\r'), +(17254, '2007-05-03 11:27:17', 1.545, 126.362, 10, 5.6, 'mwc', 'usp000fb52', 'Molucca Sea', 'earthquake\r'), +(17255, '2007-05-03 13:56:30', -34.115, -178.948, 10, 5.6, 'mwb', 'usp000fb5b', 'south of the Kermadec Islands', 'earthquake\r'), +(17256, '2007-05-03 17:25:26', -27.552, -178.073, 216.7, 5.5, 'mwc', 'usp000fb5p', 'Kermadec Islands region', 'earthquake\r'), +(17257, '2007-05-04 12:06:52', -1.41, -14.921, 7, 6.2, 'mwb', 'usp000fb7d', 'north of Ascension Island', 'earthquake\r'), +(17258, '2007-05-05 08:51:39', 34.248, 81.967, 9, 6.1, 'mwc', 'usp000fb9k', 'western Xizang', 'earthquake\r'), +(17259, '2007-05-06 18:27:21', 17.307, 120.201, 55, 5.5, 'mwc', 'usp000fbdc', 'Luzon, Philippines', 'earthquake\r'), +(17260, '2007-05-06 21:11:53', -19.401, -179.354, 676.4, 6.5, 'mwc', 'usp000fbdn', 'Fiji region', 'earthquake\r'), +(17261, '2007-05-06 22:01:09', -19.406, -179.315, 688, 6.1, 'mwb', 'usp000fbdr', 'Fiji region', 'earthquake\r'), +(17262, '2007-05-07 00:24:48', -19.251, -179.362, 682.2, 5.6, 'mwc', 'usp000fbe1', 'Fiji region', 'earthquake\r'), +(17263, '2007-05-07 11:15:16', -44.85, -80.453, 10, 6.1, 'mwb', 'usp000fbf8', 'off the coast of Aisen, Chile', 'earthquake\r'), +(17264, '2007-05-07 11:59:48', 31.355, 97.787, 12.1, 5.5, 'mwc', 'usp000fbfa', 'eastern Xizang', 'earthquake\r'); +INSERT INTO `earthquakes` (`earthquake_id`, `occurred_on`, `latitude`, `longitude`, `depth`, `magnitude`, `calculation_method`, `network_id`, `place`, `cause`) VALUES +(17265, '2007-05-07 20:32:32', -21.213, -178.619, 550, 5.7, 'mwb', 'usp000fbg4', 'Fiji region', 'earthquake\r'), +(17266, '2007-05-09 09:01:48', 6.636, 123.911, 572.8, 5.6, 'mwc', 'usp000fbk8', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(17267, '2007-05-10 11:15:07', -6.883, 155.412, 10, 5.5, 'mwc', 'usp000fbp7', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17268, '2007-05-12 11:31:03', -5.463, 146.108, 43.6, 5.9, 'mwc', 'usp000fbu9', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(17269, '2007-05-13 03:36:15', -21.683, -179.211, 604.4, 5.5, 'mwc', 'usp000fbvv', 'Fiji region', 'earthquake\r'), +(17270, '2007-05-13 11:26:43', -19.513, -179.329, 668.6, 5.8, 'mwb', 'usp000fbwn', 'Fiji region', 'earthquake\r'), +(17271, '2007-05-14 09:31:43', 1.255, 97.248, 30, 5.5, 'mwb', 'usp000fbye', 'Nias region, Indonesia', 'earthquake\r'), +(17272, '2007-05-15 01:14:56', -55.477, -127.989, 10, 5.6, 'mwc', 'usp000fbzj', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17273, '2007-05-16 08:56:14', 20.503, 100.732, 9, 6.3, 'mwc', 'usp000fc2v', 'Laos', 'earthquake\r'), +(17274, '2007-05-16 10:17:45', 48.858, 154.768, 10, 5.5, 'mb', 'usp000fc2y', 'Kuril Islands', 'earthquake\r'), +(17275, '2007-05-16 23:58:36', -6.959, 155.865, 35, 5.7, 'mwb', 'usp000fc41', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17276, '2007-05-17 02:59:36', -2.745, 136.745, 23.3, 5.5, 'mwb', 'usp000fc4d', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(17277, '2007-05-17 19:29:10', -30.658, -178.202, 40.7, 6, 'mwc', 'usp000fc64', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(17278, '2007-05-18 15:59:59', 41.597, 141.991, 58.3, 5.5, 'mwb', 'usp000fc85', 'Hokkaido, Japan region', 'earthquake\r'), +(17279, '2007-05-18 23:11:26', -7.316, 151.906, 35, 5.7, 'mwb', 'usp000fc8w', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17280, '2007-05-23 04:41:47', 52.352, -31.814, 10, 5.7, 'mwc', 'usp000fcj4', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(17281, '2007-05-23 19:09:15', 21.892, -96.359, 10, 5.6, 'mwc', 'usp000fck7', 'Gulf of Mexico', 'earthquake\r'), +(17282, '2007-05-24 01:06:26', -9.553, 118.797, 37.9, 5.6, 'mwc', 'usp000fckw', 'Sumbawa region, Indonesia', 'earthquake\r'), +(17283, '2007-05-24 01:06:59', -9.228, 157.433, 10, 5.5, 'mwc', 'usp000fckx', 'Solomon Islands', 'earthquake\r'), +(17284, '2007-05-25 17:47:31', -24.222, -67.027, 180.5, 5.9, 'mwb', 'usp000fcqx', 'Salta, Argentina', 'earthquake\r'), +(17285, '2007-05-26 02:44:47', -35.928, -103.097, 10, 5.5, 'mwc', 'usp000fcrs', 'southeast of Easter Island', 'earthquake\r'), +(17286, '2007-05-27 18:12:35', -20.069, -174.519, 7.3, 5.6, 'mwb', 'usp000fcvv', 'Tonga', 'earthquake\r'), +(17287, '2007-05-29 01:03:28', -4.587, 151.841, 132.5, 6.1, 'mwb', 'usp000fcyh', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17288, '2007-05-29 05:48:29', -13.833, 166.615, 66.4, 5.7, 'mwc', 'usp000fcyz', 'Vanuatu', 'earthquake\r'), +(17289, '2007-05-29 09:36:06', -1.065, 127.343, 24, 6.1, 'mwc', 'usp000fcze', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(17290, '2007-05-29 09:42:58', -1.066, 127.419, 10, 5.5, 'mb', 'usp000fczg', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(17291, '2007-05-29 15:50:51', -18.372, -173.885, 1.5, 5.5, 'mwc', 'usp000fd08', 'Tonga', 'earthquake\r'), +(17292, '2007-05-29 20:12:40', -0.011, 122.796, 175.9, 5.5, 'mwc', 'usp000fd0g', 'Sulawesi, Indonesia', 'earthquake\r'), +(17293, '2007-05-30 19:35:21', -59.972, -26.457, 35, 5.5, 'mwb', 'usp000fd22', 'South Sandwich Islands region', 'earthquake\r'), +(17294, '2007-05-30 20:22:13', 52.137, 157.293, 116, 6.4, 'mwb', 'usp000fd27', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(17295, '2007-06-01 19:22:06', -3.454, 148.668, 10, 5.5, 'mwc', 'usp000fd5n', 'Bismarck Sea', 'earthquake\r'), +(17296, '2007-06-02 21:34:58', 23.028, 101.052, 5, 6.1, 'mwb', 'usp000fd8a', 'Yunnan, China', 'earthquake\r'), +(17297, '2007-06-05 09:33:42', -14.838, 166.785, 22, 5.8, 'mwc', 'usp000fddr', 'Vanuatu', 'earthquake\r'), +(17298, '2007-06-05 15:27:02', -60.182, -26.728, 10, 5.7, 'mwc', 'usp000fdea', 'South Sandwich Islands region', 'earthquake\r'), +(17299, '2007-06-06 11:28:25', -6.722, 130.906, 86.6, 5.8, 'mwb', 'usp000fdg1', 'Banda Sea', 'earthquake\r'), +(17300, '2007-06-07 00:40:38', -3.316, 146.761, 4.7, 6.2, 'mwb', 'usp000fdh6', 'Bismarck Sea', 'earthquake\r'), +(17301, '2007-06-08 13:32:01', 13.835, -90.766, 47.8, 5.8, 'mwb', 'usp000fdmh', 'offshore Guatemala', 'earthquake\r'), +(17302, '2007-06-08 15:08:38', 13.639, -90.802, 38.9, 5.5, 'mwc', 'usp000fdmu', 'offshore Guatemala', 'earthquake\r'), +(17303, '2007-06-11 17:13:44', -35.687, -16.144, 10, 5.5, 'mwc', 'usp000fdud', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(17304, '2007-06-13 17:27:42', 3.49, 127.936, 103, 5.6, 'mwc', 'usp000fdyu', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(17305, '2007-06-13 19:29:40', 13.554, -90.618, 23, 6.7, 'mwc', 'usp000fdyv', 'offshore Guatemala', 'earthquake\r'), +(17306, '2007-06-14 10:41:59', -23.027, -68.915, 105.4, 5.5, 'mwb', 'usp000fdzz', 'Antofagasta, Chile', 'earthquake\r'), +(17307, '2007-06-14 13:37:41', -36.208, -100.152, 10, 5.9, 'mwb', 'usp000fe02', 'southeast of Easter Island', 'earthquake\r'), +(17308, '2007-06-14 14:49:54', 10.383, 125.308, 10, 5.5, 'mwc', 'usp000fe08', 'Leyte, Philippines', 'earthquake\r'), +(17309, '2007-06-14 17:41:04', -5.649, 151.563, 41, 5.8, 'mwb', 'usp000fe0g', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17310, '2007-06-14 22:57:14', -46.361, 96.177, 10, 5.6, 'mwb', 'usp000fe18', 'southeast Indian Ridge', 'earthquake\r'), +(17311, '2007-06-15 03:48:35', -58.596, -26.244, 146.8, 5.5, 'mwc', 'usp000fe1t', 'South Sandwich Islands region', 'earthquake\r'), +(17312, '2007-06-15 17:29:22', -46.385, 95.999, 10, 5.6, 'mwb', 'usp000fe2t', 'southeast Indian Ridge', 'earthquake\r'), +(17313, '2007-06-15 18:49:53', 1.719, 30.834, 24, 5.9, 'mwb', 'usp000fe2y', 'Lake Albert region, Congo-Uganda', 'earthquake\r'), +(17314, '2007-06-16 01:18:48', 1.152, 126.413, 47.2, 5.7, 'mwc', 'usp000fe3t', 'Molucca Sea', 'earthquake\r'), +(17315, '2007-06-16 04:23:58', -7.264, 155.506, 10, 5.8, 'mwc', 'usp000fe43', 'Solomon Islands', 'earthquake\r'), +(17316, '2007-06-16 21:52:35', -3.083, 138.734, 10, 5.7, 'mwc', 'usp000fe63', 'Papua, Indonesia', 'earthquake\r'), +(17317, '2007-06-18 06:18:46', -3.55, 150.962, 9, 6.3, 'mwc', 'usp000fe95', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(17318, '2007-06-18 06:28:43', -14.86, 166.833, 23.8, 5.8, 'mwc', 'usp000fe96', 'Vanuatu', 'earthquake\r'), +(17319, '2007-06-18 14:29:48', 34.437, 50.833, 5, 5.5, 'mwb', 'usp000fe9m', 'central Iran', 'earthquake\r'), +(17320, '2007-06-22 17:32:45', -11.597, 166.312, 69.7, 5.5, 'mwb', 'usp000fek5', 'Santa Cruz Islands', 'earthquake\r'), +(17321, '2007-06-23 08:17:20', 21.473, 99.779, 22, 5.6, 'mwb', 'usp000femg', 'Myanmar', 'earthquake\r'), +(17322, '2007-06-23 21:52:03', -16.917, -177.069, 10, 5.6, 'mwb', 'usp000fep8', 'Fiji region', 'earthquake\r'), +(17323, '2007-06-24 00:25:18', -55.645, -2.626, 10, 6.5, 'mwc', 'usp000fepk', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(17324, '2007-06-26 22:23:03', -10.492, 108.149, 10, 6, 'mwc', 'usp000fexm', 'south of Java, Indonesia', 'earthquake\r'), +(17325, '2007-06-28 02:52:11', -7.979, 154.635, 18, 6.7, 'mwb', 'usp000ff08', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17326, '2007-06-28 08:44:46', -15.679, -74.893, 12, 5.8, 'mwb', 'usp000ff0r', 'near the coast of southern Peru', 'earthquake\r'), +(17327, '2007-06-28 18:50:04', -22.299, 171.544, 110.7, 5.5, 'mwb', 'usp000ff1u', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17328, '2007-06-28 19:25:21', -32.004, -71.34, 68.8, 5.7, 'mwb', 'usp000ff1v', 'Coquimbo, Chile', 'earthquake\r'), +(17329, '2007-06-29 02:02:17', -15.772, -74.928, 16.3, 5.6, 'mwb', 'usp000ff2d', 'near the coast of southern Peru', 'earthquake\r'), +(17330, '2007-07-01 04:12:08', 43.663, 144.734, 130.4, 5.8, 'mwb', 'usp000ff73', 'Hokkaido, Japan region', 'earthquake\r'), +(17331, '2007-07-01 10:21:59', -22.264, -179.582, 606.4, 5.6, 'mwc', 'usp000ff7g', 'south of the Fiji Islands', 'earthquake\r'), +(17332, '2007-07-01 14:34:12', -5.929, 130.564, 134.6, 5.9, 'mwb', 'usp000ff7v', 'Banda Sea', 'earthquake\r'), +(17333, '2007-07-03 08:26:01', 0.715, -30.272, 10, 6.3, 'mwc', 'usp000ffbw', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17334, '2007-07-06 01:09:19', 16.35, -93.99, 113, 6.1, 'mwc', 'usp000ffjx', 'Chiapas, Mexico', 'earthquake\r'), +(17335, '2007-07-06 17:40:50', -16.418, -172.644, 10, 5.7, 'mwb', 'usp000ffm2', 'Samoa Islands region', 'earthquake\r'), +(17336, '2007-07-09 06:50:46', -26.257, -178.087, 10, 5.6, 'mwc', 'usp000ffu2', 'south of the Fiji Islands', 'earthquake\r'), +(17337, '2007-07-12 05:23:49', -7.933, -74.379, 152.1, 6.1, 'mwc', 'usp000fg0p', 'northern Peru', 'earthquake\r'), +(17338, '2007-07-13 16:33:36', -55.604, -128.519, 10, 5.7, 'mwb', 'usp000fg3w', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17339, '2007-07-13 21:54:43', 51.838, -176.28, 35, 6, 'mwc', 'usp000fg44', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17340, '2007-07-15 09:27:34', -15.383, 168.597, 8, 6.1, 'mwc', 'usp000fg76', 'Vanuatu', 'earthquake\r'), +(17341, '2007-07-15 13:08:02', 52.491, -168.035, 15, 6.1, 'mwc', 'usp000fg7x', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17342, '2007-07-15 13:26:15', 52.362, -168.008, 10, 5.9, 'mwc', 'usp000fg82', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17343, '2007-07-16 01:13:22', 37.535, 138.446, 12, 6.6, 'mwc', 'usp000fg9t', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(17344, '2007-07-16 06:37:40', 37.502, 138.467, 15.1, 5.7, 'mwc', 'usp000fgau', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(17345, '2007-07-16 14:17:37', 36.808, 134.85, 350.4, 6.8, 'mwb', 'usp000fgc3', 'Sea of Japan', 'earthquake\r'), +(17346, '2007-07-17 09:39:28', -26.206, -177.744, 10, 6.1, 'mwc', 'usp000fgeg', 'south of the Fiji Islands', 'earthquake\r'), +(17347, '2007-07-17 14:10:42', -2.734, 36.362, 8, 5.9, 'mwb', 'usp000fgey', 'Tanzania', 'earthquake\r'), +(17348, '2007-07-18 00:07:35', -26.295, -177.738, 10, 6.1, 'mwc', 'usp000fggm', 'south of the Fiji Islands', 'earthquake\r'), +(17349, '2007-07-18 23:51:42', -26.084, -177.729, 10, 5.7, 'mwc', 'usp000fgkg', 'south of the Fiji Islands', 'earthquake\r'), +(17350, '2007-07-20 10:06:52', 42.913, 82.378, 10, 5.6, 'mwc', 'usp000fgqd', 'northern Xinjiang, China', 'earthquake\r'), +(17351, '2007-07-20 17:23:54', -20.775, 168.462, 10, 5.6, 'mwb', 'usp000fgqt', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17352, '2007-07-21 13:27:04', -8.133, -71.272, 644.9, 6.1, 'mwb', 'usp000fgsv', 'Acre, Brazil', 'earthquake\r'), +(17353, '2007-07-21 15:34:53', -22.151, -65.777, 289.5, 6.4, 'mwc', 'usp000fgt2', 'Jujuy, Argentina', 'earthquake\r'), +(17354, '2007-07-21 20:40:54', -55.091, -129.418, 10, 5.7, 'mwc', 'usp000fgtj', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17355, '2007-07-22 10:49:35', -2.797, 141.66, 10, 5.8, 'mwb', 'usp000fguy', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(17356, '2007-07-22 14:20:44', -2.783, 141.724, 10, 5.8, 'mwb', 'usp000fgva', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(17357, '2007-07-23 00:08:33', -4.469, 149.854, 571.7, 5.9, 'mwb', 'usp000fgwg', 'Bismarck Sea', 'earthquake\r'), +(17358, '2007-07-23 06:00:36', -4.109, -104.235, 10, 5.5, 'mwc', 'usp000fgx4', 'central East Pacific Rise', 'earthquake\r'), +(17359, '2007-07-23 06:03:52', -3.942, -104.029, 10, 5.7, 'mwc', 'usp000fgx5', 'central East Pacific Rise', 'earthquake\r'), +(17360, '2007-07-23 22:30:08', 14.381, -90.954, 113, 5.5, 'mwb', 'usp000fgys', 'Guatemala', 'earthquake\r'), +(17361, '2007-07-24 18:33:00', -56.351, -142.499, 10, 5.8, 'mwb', 'usp000fh0q', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17362, '2007-07-25 23:37:32', 7.157, 92.518, 15, 6.1, 'mwb', 'usp000fh38', 'Nicobar Islands, India region', 'earthquake\r'), +(17363, '2007-07-26 05:40:16', 2.872, 127.464, 25, 6.9, 'mwb', 'usp000fh3s', 'Molucca Sea', 'earthquake\r'), +(17364, '2007-07-26 13:52:31', -20.542, -178.465, 567, 5.7, 'mwc', 'usp000fh4m', 'Fiji region', 'earthquake\r'), +(17365, '2007-07-26 18:12:40', -62.693, 155.707, 10, 5.7, 'mwc', 'usp000fh54', 'Balleny Islands region', 'earthquake\r'), +(17366, '2007-07-27 14:46:27', -21.459, 170.939, 10, 6.1, 'mwb', 'usp000fh76', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17367, '2007-07-28 16:13:44', -54.13, 7.881, 10, 5.5, 'mwc', 'usp000fha2', 'Bouvet Island region', 'earthquake\r'), +(17368, '2007-07-29 04:54:37', 53.641, 169.702, 25.7, 5.9, 'mwc', 'usp000fhbg', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(17369, '2007-07-30 06:06:50', -35.519, -103.846, 10, 5.5, 'mwb', 'usp000fhe1', 'southeast of Easter Island', 'earthquake\r'), +(17370, '2007-07-30 22:42:06', 19.311, 95.611, 14.2, 5.6, 'mwb', 'usp000fhfj', 'Myanmar', 'earthquake\r'), +(17371, '2007-07-31 02:42:48', -56.058, -27.733, 104, 5.6, 'mwb', 'usp000fhg0', 'South Sandwich Islands region', 'earthquake\r'), +(17372, '2007-07-31 15:07:35', 27.343, 126.897, 10, 5.9, 'mwb', 'usp000fhhf', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(17373, '2007-07-31 22:55:31', -0.162, -17.795, 11, 6.2, 'mwc', 'usp000fhjf', 'north of Ascension Island', 'earthquake\r'), +(17374, '2007-08-01 08:16:00', 33.905, 136.613, 370.5, 5.5, 'mwb', 'usp000fhkh', 'near the south coast of western Honshu, Japan', 'earthquake\r'), +(17375, '2007-08-01 17:08:51', -15.595, 167.68, 120, 7.2, 'mwb', 'usp000fhm9', 'Vanuatu', 'earthquake\r'), +(17376, '2007-08-02 02:37:42', 47.116, 141.798, 5, 6.2, 'mwb', 'usp000fhn0', 'Tatar Strait, Russia', 'earthquake\r'), +(17377, '2007-08-02 03:21:43', 51.307, -179.971, 21, 6.7, 'mwc', 'usp000fhn5', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17378, '2007-08-02 05:22:18', 46.714, 141.722, 10, 5.8, 'mwc', 'usp000fhnq', 'Sakhalin, Russia', 'earthquake\r'), +(17379, '2007-08-02 06:23:11', 51.209, -179.961, 10, 5.6, 'mwc', 'usp000fhnx', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17380, '2007-08-02 07:19:23', -52.444, 17.647, 10, 5.5, 'mwc', 'usp000fhp1', 'southwest of Africa', 'earthquake\r'), +(17381, '2007-08-02 10:37:32', 46.626, 141.771, 10, 5.5, 'mwb', 'usp000fhpr', 'Sakhalin, Russia', 'earthquake\r'), +(17382, '2007-08-02 13:37:29', 12.511, 47.462, 10, 5.7, 'mwb', 'usp000fhq9', 'Gulf of Aden', 'earthquake\r'), +(17383, '2007-08-02 15:11:43', -21.555, -179.361, 617.7, 5.6, 'mwc', 'usp000fhqg', 'Fiji region', 'earthquake\r'), +(17384, '2007-08-02 18:02:00', 2.505, 126.946, 10, 5.6, 'mwc', 'usp000fhqu', 'Molucca Sea', 'earthquake\r'), +(17385, '2007-08-03 00:41:14', -62.973, 145.306, 6, 5.9, 'mwc', 'usp000fhs1', 'south of Australia', 'earthquake\r'), +(17386, '2007-08-04 14:24:52', -4.797, -105.406, 10, 6.1, 'mwc', 'usp000fhvp', 'central East Pacific Rise', 'earthquake\r'), +(17387, '2007-08-05 09:28:40', -19.148, 168.718, 40, 6, 'mwb', 'usp000fhxg', 'Vanuatu', 'earthquake\r'), +(17388, '2007-08-07 00:02:24', 27.292, 126.836, 18.1, 6, 'mwc', 'usp000fj2d', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(17389, '2007-08-08 17:04:58', -5.926, 107.681, 291.2, 6.1, 'mb', 'usp000fj6j', 'Java, Indonesia', 'earthquake\r'), +(17390, '2007-08-08 17:05:05', -5.859, 107.419, 280, 7.5, 'mwc', 'usp000fj6k', 'Java, Indonesia', 'earthquake\r'), +(17391, '2007-08-09 17:25:05', 25.918, -45.001, 10, 5.6, 'mwb', 'usp000fj9b', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(17392, '2007-08-11 18:04:53', -22.264, -179.493, 606.2, 5.7, 'mwc', 'usp000fje5', 'south of the Fiji Islands', 'earthquake\r'), +(17393, '2007-08-12 12:05:20', -11.378, 166.273, 42, 6, 'mwb', 'usp000fjg8', 'Santa Cruz Islands', 'earthquake\r'), +(17394, '2007-08-13 10:27:23', -60.549, 153.785, 10, 6.1, 'mwc', 'usp000fjk2', 'west of Macquarie Island', 'earthquake\r'), +(17395, '2007-08-13 22:23:04', -30.994, -13.408, 10, 5.5, 'mwc', 'usp000fjmd', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(17396, '2007-08-14 04:13:34', 46.877, 141.746, 10, 5.5, 'mwb', 'usp000fjn2', 'Sakhalin, Russia', 'earthquake\r'), +(17397, '2007-08-15 20:22:11', 50.322, -177.548, 9, 6.5, 'mwc', 'usp000fjsq', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17398, '2007-08-15 23:40:58', -13.386, -76.603, 39, 8, 'mwc', 'usp000fjta', 'near the coast of central Peru', 'earthquake\r'), +(17399, '2007-08-16 00:02:41', -13.255, -76.489, 39.6, 5.6, 'mb', 'usp000fjte', 'near the coast of central Peru', 'earthquake\r'), +(17400, '2007-08-16 00:19:14', -14.226, -75.944, 35, 5.8, 'mb', 'usp000fjth', 'near the coast of central Peru', 'earthquake\r'), +(17401, '2007-08-16 01:02:23', -13.355, -76.601, 34.4, 5.8, 'mb', 'usp000fjtv', 'near the coast of central Peru', 'earthquake\r'), +(17402, '2007-08-16 04:03:04', 50.243, -177.568, 14.6, 5.8, 'mb', 'usp000fjut', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17403, '2007-08-16 04:04:09', -13.583, -76.587, 36, 5.6, 'mb', 'usp000fjuu', 'near the coast of central Peru', 'earthquake\r'), +(17404, '2007-08-16 05:16:56', -14.282, -76.127, 23.4, 6.4, 'mwc', 'usp000fjva', 'near the coast of central Peru', 'earthquake\r'), +(17405, '2007-08-16 08:39:28', -9.834, 159.465, 15, 6.5, 'mwc', 'usp000fjw7', 'Solomon Islands', 'earthquake\r'), +(17406, '2007-08-16 11:35:42', -14.286, -76.214, 35, 6, 'mwc', 'usp000fjx3', 'near the coast of central Peru', 'earthquake\r'), +(17407, '2007-08-16 14:18:25', -3.522, -12.153, 10, 5.5, 'mwc', 'usp000fjxj', 'north of Ascension Island', 'earthquake\r'), +(17408, '2007-08-17 00:31:43', -14.426, -76.127, 30.9, 5.5, 'mwc', 'usp000fjz8', 'near the coast of central Peru', 'earthquake\r'), +(17409, '2007-08-17 02:16:31', -5.301, 129.469, 21.9, 5.8, 'mwc', 'usp000fjzn', 'Banda Sea', 'earthquake\r'), +(17410, '2007-08-17 03:04:03', -5.261, 129.432, 10, 6.4, 'mwc', 'usp000fjzv', 'Banda Sea', 'earthquake\r'), +(17411, '2007-08-17 06:18:05', -14.177, -76.093, 19.8, 5.6, 'mwc', 'usp000fk0g', 'near the coast of central Peru', 'earthquake\r'), +(17412, '2007-08-17 13:18:13', -13.605, -76.6, 48.5, 5.9, 'mwc', 'usp000fk1e', 'near the coast of central Peru', 'earthquake\r'), +(17413, '2007-08-18 02:52:35', -13.805, -76.291, 30, 6, 'mwc', 'usp000fk32', 'near the coast of central Peru', 'earthquake\r'), +(17414, '2007-08-18 12:32:16', -22.047, 174.622, 10, 5.7, 'mwc', 'usp000fk45', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17415, '2007-08-19 00:04:31', -60.39, -26.863, 30.1, 5.5, 'mwc', 'usp000fk5h', 'South Sandwich Islands region', 'earthquake\r'), +(17416, '2007-08-19 01:22:38', -13.621, -76.617, 11, 5.8, 'mwc', 'usp000fk5r', 'near the coast of central Peru', 'earthquake\r'), +(17417, '2007-08-19 13:30:42', -33.908, -178.69, 38.8, 5.5, 'mwc', 'usp000fk6p', 'south of the Kermadec Islands', 'earthquake\r'), +(17418, '2007-08-19 13:44:05', -20.664, 169.702, 87.6, 5.6, 'mwc', 'usp000fk6r', 'Vanuatu', 'earthquake\r'), +(17419, '2007-08-19 20:11:44', -13.63, -76.498, 35, 5.6, 'mwc', 'usp000fk7p', 'near the coast of central Peru', 'earthquake\r'), +(17420, '2007-08-20 12:37:07', -0.256, -18.175, 10, 5.7, 'mwc', 'usp000fk9h', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17421, '2007-08-20 13:46:17', 6.134, 127.381, 8, 6.4, 'mwc', 'usp000fk9n', 'Philippine Islands region', 'earthquake\r'), +(17422, '2007-08-20 21:30:46', -5.395, 140.874, 12, 5.7, 'mwc', 'usp000fkb0', 'Papua, Indonesia', 'earthquake\r'), +(17423, '2007-08-20 22:42:29', 8.037, -39.251, 6, 6.5, 'mwc', 'usp000fkb6', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17424, '2007-08-22 07:26:24', 42.02, 140.638, 123.6, 5.6, 'mwc', 'usp000fke5', 'Hokkaido, Japan region', 'earthquake\r'), +(17425, '2007-08-23 11:34:25', -19.925, -177.718, 553.8, 5.7, 'mwc', 'usp000fkh3', 'Fiji region', 'earthquake\r'), +(17426, '2007-08-26 12:37:31', -17.457, -174.335, 127.4, 6.1, 'mwc', 'usp000fkqx', 'Tonga', 'earthquake\r'), +(17427, '2007-08-27 17:12:00', -17.311, -172.249, 8, 5.7, 'mwc', 'usp000fku3', 'Tonga region', 'earthquake\r'), +(17428, '2007-08-28 01:16:05', 49.69, 154.29, 115.6, 5.6, 'mwc', 'usp000fkuz', 'Kuril Islands', 'earthquake\r'), +(17429, '2007-08-29 16:18:11', -20.948, -68.36, 134.2, 5.5, 'mwc', 'usp000fkym', 'Potosi, Bolivia', 'earthquake\r'), +(17430, '2007-08-30 16:17:36', -2.972, 129.317, 23.3, 5.5, 'mwc', 'usp000fm0w', 'Seram, Indonesia', 'earthquake\r'), +(17431, '2007-08-31 19:51:52', 2.382, 127.117, 38.4, 5.6, 'mwc', 'usp000fm3d', 'Molucca Sea', 'earthquake\r'), +(17432, '2007-09-01 19:14:23', 24.902, -109.689, 9, 6.1, 'mwc', 'usp000fm5s', 'Gulf of California', 'earthquake\r'), +(17433, '2007-09-02 01:05:18', -11.61, 165.762, 35, 7.2, 'mwc', 'usp000fm6b', 'Santa Cruz Islands', 'earthquake\r'), +(17434, '2007-09-02 02:35:24', -11.766, 165.699, 36.7, 6.3, 'mwc', 'usp000fm6x', 'Santa Cruz Islands', 'earthquake\r'), +(17435, '2007-09-03 16:14:54', 45.836, 150.06, 94, 6.2, 'mwc', 'usp000fmc6', 'Kuril Islands', 'earthquake\r'), +(17436, '2007-09-06 17:51:26', 24.34, 122.219, 53, 6.2, 'mwc', 'usp000fmjx', 'Taiwan region', 'earthquake\r'), +(17437, '2007-09-07 04:46:45', -56.081, -123.314, 10, 5.9, 'mwc', 'usp000fmm0', 'southern East Pacific Rise', 'earthquake\r'), +(17438, '2007-09-10 01:49:12', 2.966, -77.963, 15, 6.8, 'mwc', 'usp000fmtk', 'near the west coast of Colombia', 'earthquake\r'), +(17439, '2007-09-11 06:21:15', -9.12, -109.434, 10, 5.5, 'mwc', 'usp000fmwd', 'central East Pacific Rise', 'earthquake\r'), +(17440, '2007-09-12 11:10:27', -4.438, 101.367, 34, 8.4, 'mww', 'official20070912111026830_34', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17441, '2007-09-12 11:40:02', -2.84, 100.221, 35, 5.5, 'mb', 'usp000fmz8', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17442, '2007-09-12 13:02:07', -2.93, 101.379, 35, 5.6, 'mb', 'usp000fmzq', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17443, '2007-09-12 14:40:06', -3.158, 101.463, 35, 5.9, 'mb', 'usp000fn0c', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17444, '2007-09-12 16:37:04', -3.145, 101.396, 35, 5.8, 'mb', 'usp000fn0y', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17445, '2007-09-12 23:49:04', -2.625, 100.841, 35, 7.9, 'mwc', 'usp000fn2b', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17446, '2007-09-13 01:26:34', -1.9, 99.816, 16.6, 5.7, 'mb', 'usp000fn2u', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17447, '2007-09-13 02:30:03', -1.689, 99.668, 28.9, 6.5, 'mwc', 'usp000fn34', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17448, '2007-09-13 03:35:29', -2.13, 99.627, 22, 7, 'mwc', 'usp000fn3d', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17449, '2007-09-13 05:23:23', -1.724, 99.635, 32.4, 5.5, 'mb', 'usp000fn3n', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17450, '2007-09-13 09:48:45', 3.801, 126.342, 26, 6.3, 'mwc', 'usp000fn4c', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(17451, '2007-09-13 13:10:14', -2.749, 100.974, 17.2, 5.5, 'mb', 'usp000fn4x', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17452, '2007-09-13 16:09:17', -3.172, 101.524, 53, 6, 'mwc', 'usp000fn5c', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17453, '2007-09-13 16:59:25', -2.234, 99.947, 30.3, 5.5, 'mwc', 'usp000fn5h', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17454, '2007-09-13 20:06:39', -57.625, -147.303, 10, 6, 'mwc', 'usp000fn65', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17455, '2007-09-14 05:46:46', -15.464, -176.184, 35, 5.7, 'mwc', 'usp000fn7n', 'Fiji region', 'earthquake\r'), +(17456, '2007-09-14 06:01:32', -4.075, 101.169, 23, 6.4, 'mwc', 'usp000fn7p', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17457, '2007-09-14 06:03:17', -4.416, 100.953, 25.3, 5.8, 'mb', 'usp000fn7r', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(17458, '2007-09-14 11:51:30', -23.645, 179.68, 552.4, 5.9, 'mwc', 'usp000fn8a', 'south of the Fiji Islands', 'earthquake\r'), +(17459, '2007-09-15 02:21:29', -20.244, 169.043, 31.9, 5.6, 'mwc', 'usp000fna8', 'Vanuatu', 'earthquake\r'), +(17460, '2007-09-15 14:45:29', -2.788, 101.19, 35, 5.5, 'mwc', 'usp000fnbw', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17461, '2007-09-18 06:10:59', -15.421, 179.888, 37.7, 5.5, 'mwc', 'usp000fnk3', 'Fiji', 'earthquake\r'), +(17462, '2007-09-18 08:41:33', -3.259, 101.348, 35, 5.6, 'mwc', 'usp000fnkb', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17463, '2007-09-19 07:27:51', -2.746, 100.892, 35, 6, 'mwc', 'usp000fnns', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17464, '2007-09-20 08:31:14', -1.999, 100.141, 30, 6.7, 'mwc', 'usp000fnrx', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17465, '2007-09-20 09:29:18', -10.378, 117.006, 35, 5.7, 'mwc', 'usp000fns3', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(17466, '2007-09-22 08:01:03', -45.913, -76.276, 10, 5.5, 'mwc', 'usp000fnvz', 'off the coast of Aisen, Chile', 'earthquake\r'), +(17467, '2007-09-23 14:13:44', -2.135, 99.935, 28.4, 5.5, 'mwb', 'usp000fnyh', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17468, '2007-09-24 08:15:25', -3.155, 100.362, 18, 5.7, 'mwc', 'usp000fp0g', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17469, '2007-09-24 11:55:06', -11.774, 166.182, 35, 5.6, 'mwc', 'usp000fp0w', 'Santa Cruz Islands', 'earthquake\r'), +(17470, '2007-09-25 05:16:01', -30.965, 179.998, 416.7, 6.2, 'mwb', 'usp000fp2e', 'Kermadec Islands region', 'earthquake\r'), +(17471, '2007-09-26 04:43:18', -3.918, -79.208, 99.8, 5.9, 'mwb', 'usp000fp4n', 'near the coast of Ecuador', 'earthquake\r'), +(17472, '2007-09-26 12:36:27', -4.99, 153.5, 40, 6.8, 'mwc', 'usp000fp59', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(17473, '2007-09-26 12:49:57', -5.024, 153.626, 35, 5.6, 'mb', 'usp000fp5a', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(17474, '2007-09-26 15:43:01', -1.787, 99.488, 26, 6.1, 'mwc', 'usp000fp5m', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17475, '2007-09-26 18:39:35', -7.074, -11.713, 10, 5.6, 'mwc', 'usp000fp5v', 'Ascension Island region', 'earthquake\r'), +(17476, '2007-09-27 19:57:44', -21.103, 169.283, 9, 6.1, 'mwb', 'usp000fp85', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17477, '2007-09-27 21:05:33', -21.207, 169.388, 10, 5.5, 'ms', 'usp000fp8j', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17478, '2007-09-28 00:44:47', -21.28, 169.26, 10, 5.7, 'mwc', 'usp000fp9b', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17479, '2007-09-28 01:01:49', -21.207, 169.362, 12, 6.3, 'mwc', 'usp000fp9d', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17480, '2007-09-28 01:35:52', -21.133, 169.373, 10, 6.5, 'mwb', 'usp000fp9t', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17481, '2007-09-28 01:51:00', -21.246, 169.403, 10, 5.5, 'mwc', 'usp000fpa0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17482, '2007-09-28 02:40:02', 12.378, 141.921, 37.2, 5.5, 'mwc', 'usp000fpaf', 'Mariana Islands region', 'earthquake\r'), +(17483, '2007-09-28 08:21:22', -21.238, 169.407, 10, 5.5, 'mwc', 'usp000fpb8', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17484, '2007-09-28 11:12:41', -21.402, 169.193, 10, 5.8, 'mwb', 'usp000fpc0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17485, '2007-09-28 11:16:39', -21.329, 169.141, 10, 5.9, 'mwc', 'usp000fpc1', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17486, '2007-09-28 13:38:58', 22.013, 142.668, 260, 7.5, 'mwc', 'usp000fpca', 'Volcano Islands, Japan region', 'earthquake\r'), +(17487, '2007-09-29 05:32:42', 2.915, 95.533, 20, 5.7, 'mwc', 'usp000fpdp', 'Simeulue, Indonesia', 'earthquake\r'), +(17488, '2007-09-29 05:37:07', 2.9, 95.523, 35, 6, 'mwc', 'usp000fpdq', 'Simeulue, Indonesia', 'earthquake\r'), +(17489, '2007-09-29 06:42:35', 5.977, 127.474, 24.8, 5.5, 'mwc', 'usp000fpdt', 'Philippine Islands region', 'earthquake\r'), +(17490, '2007-09-29 15:36:45', -21.158, 169.243, 10, 5.7, 'mwb', 'usp000fpeu', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17491, '2007-09-29 17:24:59', -21.096, 169.269, 10, 5.6, 'mwc', 'usp000fpf5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17492, '2007-09-30 02:08:30', 10.454, 145.718, 14, 6.9, 'mwb', 'usp000fpg6', 'south of the Mariana Islands', 'earthquake\r'), +(17493, '2007-09-30 05:23:34', -49.271, 164.115, 10, 7.4, 'mwc', 'usp000fpgq', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(17494, '2007-09-30 09:47:52', -49.138, 164.11, 18, 6.6, 'mwc', 'usp000fphp', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(17495, '2007-09-30 15:02:18', 10.516, 145.585, 24.2, 5.5, 'mwc', 'usp000fpja', 'south of the Mariana Islands', 'earthquake\r'), +(17496, '2007-10-01 13:50:25', -3.158, 148.223, 10, 5.9, 'mwc', 'usp000fpn0', 'Bismarck Sea', 'earthquake\r'), +(17497, '2007-10-02 03:43:39', -4.24, 101.212, 22, 5.9, 'mwc', 'usp000fppe', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17498, '2007-10-02 18:00:07', 54.511, -161.708, 32, 6.3, 'mwc', 'usp000fpqs', 'Alaska Peninsula', 'earthquake\r'), +(17499, '2007-10-02 18:03:55', 54.417, -161.703, 47.3, 5.6, 'mb', 'usp000fpqt', 'Alaska Peninsula', 'earthquake\r'), +(17500, '2007-10-04 12:40:31', 2.543, 92.903, 35, 6.2, 'mwb', 'usp000fpv9', 'off the west coast of northern Sumatra', 'earthquake\r'), +(17501, '2007-10-04 14:28:36', -8.285, 116.811, 10, 5.7, 'mwb', 'usp000fpve', 'Lombok region, Indonesia', 'earthquake\r'), +(17502, '2007-10-05 07:17:53', -25.189, 179.459, 509.4, 6.5, 'mwc', 'usp000fpxf', 'south of the Fiji Islands', 'earthquake\r'), +(17503, '2007-10-06 12:38:49', 18.73, 147.148, 20, 6.1, 'mwc', 'usp000fq0b', 'Mariana Islands region', 'earthquake\r'), +(17504, '2007-10-08 17:10:35', 43.553, 146.748, 41, 5.8, 'mwb', 'usp000fq4v', 'Kuril Islands', 'earthquake\r'), +(17505, '2007-10-08 18:37:54', -20.706, -177.398, 337.5, 5.7, 'mwb', 'usp000fq4z', 'Fiji region', 'earthquake\r'), +(17506, '2007-10-09 15:03:41', -4.808, 152.892, 39, 6, 'mwb', 'usp000fq6r', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17507, '2007-10-10 00:19:17', -1.735, 99.48, 27.3, 5.9, 'mwb', 'usp000fq7f', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17508, '2007-10-11 16:25:06', -49.052, 164.31, 10, 5.6, 'mwb', 'usp000fqb5', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(17509, '2007-10-12 00:31:29', -3.285, 100.509, 15, 5.7, 'mwc', 'usp000fqbq', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17510, '2007-10-13 03:58:23', 4.922, -82.565, 10, 5.5, 'mwb', 'usp000fqek', 'south of Panama', 'earthquake\r'), +(17511, '2007-10-13 17:45:53', -21.23, 169.195, 37, 6.1, 'mwb', 'usp000fqfm', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17512, '2007-10-15 12:29:35', -44.796, 167.553, 18, 6.8, 'mwc', 'usp000fqks', 'South Island of New Zealand', 'earthquake\r'), +(17513, '2007-10-15 21:28:24', -44.793, 167.458, 19, 6.1, 'mwc', 'usp000fqmj', 'South Island of New Zealand', 'earthquake\r'), +(17514, '2007-10-16 21:05:43', -25.775, 179.53, 509.3, 6.6, 'mwc', 'usp000fqqn', 'south of the Fiji Islands', 'earthquake\r'), +(17515, '2007-10-17 01:05:49', -6.409, -107.307, 10, 5.5, 'mwc', 'usp000fqr4', 'central East Pacific Rise', 'earthquake\r'), +(17516, '2007-10-18 16:13:14', 30.132, -42.594, 10, 5.7, 'mwb', 'usp000fque', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(17517, '2007-10-19 07:19:55', 28.65, 66.29, 35, 5.5, 'mwc', 'usp000fqw1', 'Pakistan', 'earthquake\r'), +(17518, '2007-10-21 10:24:52', -6.31, 154.77, 46.3, 6, 'mwb', 'usp000fr01', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17519, '2007-10-21 14:24:20', -3.591, 100.803, 35, 5.5, 'mwc', 'usp000fr0h', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17520, '2007-10-21 16:25:35', -3.592, 100.859, 27.6, 5.6, 'mwc', 'usp000fr0q', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17521, '2007-10-23 19:56:47', -1.996, 99.896, 30, 5.8, 'mwc', 'usp000fr4d', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17522, '2007-10-24 21:02:51', -3.899, 101.02, 21, 6.8, 'mwc', 'usp000fr6r', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17523, '2007-10-25 03:44:41', -6.317, 154.827, 54.6, 5.6, 'mwb', 'usp000fr7d', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17524, '2007-10-25 05:25:34', -3.541, 100.794, 29.7, 5.5, 'mwc', 'usp000fr7m', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17525, '2007-10-25 08:35:18', -20.602, -68.754, 100, 5.6, 'mwc', 'usp000fr80', 'Tarapaca, Chile', 'earthquake\r'), +(17526, '2007-10-25 13:50:04', 46.011, 154.231, 20, 6.1, 'mwc', 'usp000fr8c', 'east of the Kuril Islands', 'earthquake\r'), +(17527, '2007-10-26 09:10:41', -2.877, 139.596, 13, 5.5, 'mwc', 'usp000fr9p', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(17528, '2007-10-26 09:17:05', -2.847, 139.574, 10, 5.5, 'mwc', 'usp000fr9q', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(17529, '2007-10-26 15:23:30', 54.52, -161.71, 43.2, 5.5, 'mwc', 'usp000frab', 'Alaska Peninsula', 'earthquake\r'), +(17530, '2007-10-26 16:34:48', -3.271, 143.763, 35, 5.6, 'mwc', 'usp000fraf', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(17531, '2007-10-31 03:30:16', 18.9, 145.388, 207, 7.2, 'mwb', 'usp000frnh', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(17532, '2007-10-31 13:44:20', 51.418, -178.38, 28, 6, 'mwc', 'usp000frpp', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17533, '2007-11-01 00:05:17', -4.985, 153.658, 35, 5.5, 'mwb', 'usp000frqm', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(17534, '2007-11-01 21:45:38', -6.594, 154.764, 35, 5.6, 'mwc', 'usp000frsz', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17535, '2007-11-02 12:40:10', -15.376, -173.165, 10, 5.7, 'mwc', 'usp000frua', 'Tonga', 'earthquake\r'), +(17536, '2007-11-02 13:30:44', -15.593, -173.066, 10, 5.8, 'mwc', 'usp000frug', 'Tonga', 'earthquake\r'), +(17537, '2007-11-02 21:20:13', -55.172, -129.214, 10, 5.6, 'mwc', 'usp000frv1', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17538, '2007-11-02 22:31:44', -55.466, -128.966, 10, 6.1, 'mwb', 'usp000frv7', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17539, '2007-11-04 01:31:10', -51.822, 161.363, 10, 5.6, 'mwc', 'usp000fry0', 'north of Macquarie Island', 'earthquake\r'), +(17540, '2007-11-04 20:35:37', -67.034, 111.199, 10, 5.7, 'mwc', 'usp000frzm', 'Antarctica', 'earthquake\r'), +(17541, '2007-11-06 02:15:47', 38.155, 73.264, 131.3, 5.5, 'mwc', 'usp000fs1e', 'Tajikistan', 'earthquake\r'), +(17542, '2007-11-07 07:10:22', 22.15, 92.388, 28.7, 5.5, 'mwc', 'usp000fs3t', 'India-Bangladesh border region', 'earthquake\r'), +(17543, '2007-11-10 01:13:29', -51.777, 161.318, 10, 6.6, 'mwc', 'usp000fs9s', 'north of Macquarie Island', 'earthquake\r'), +(17544, '2007-11-10 16:11:25', -11.547, 166.279, 45, 5.7, 'mwb', 'usp000fsas', 'Santa Cruz Islands', 'earthquake\r'), +(17545, '2007-11-10 23:19:43', -3.277, 100.531, 15, 5.9, 'mwc', 'usp000fsb8', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17546, '2007-11-10 23:42:42', -0.552, 99.473, 35, 5.5, 'mwc', 'usp000fsb9', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17547, '2007-11-11 07:37:35', -21.55, 175.342, 25, 5.5, 'mwb', 'usp000fsbt', 'south of the Fiji Islands', 'earthquake\r'), +(17548, '2007-11-12 00:25:44', 10.449, 145.746, 7, 5.7, 'mwc', 'usp000fsd7', 'south of the Mariana Islands', 'earthquake\r'), +(17549, '2007-11-14 15:40:51', -22.247, -69.89, 40, 7.7, 'mwc', 'usp000fshy', 'Antofagasta, Chile', 'earthquake\r'), +(17550, '2007-11-14 17:44:04', -23.215, -70.526, 38, 5.7, 'mb', 'usp000fsjk', 'Antofagasta, Chile', 'earthquake\r'), +(17551, '2007-11-14 18:47:51', -11.538, 166.264, 46.6, 5.5, 'ms', 'usp000fsju', 'Santa Cruz Islands', 'earthquake\r'), +(17552, '2007-11-15 15:03:09', -22.867, -70.407, 27, 6.3, 'mwc', 'usp000fsme', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(17553, '2007-11-15 15:05:58', -22.925, -70.237, 26, 6.8, 'mwc', 'usp000fsmf', 'Antofagasta, Chile', 'earthquake\r'), +(17554, '2007-11-15 15:15:49', -22.788, -70.195, 29.4, 5.6, 'mb', 'usp000fsmj', 'Antofagasta, Chile', 'earthquake\r'), +(17555, '2007-11-15 17:18:21', -23.005, -174.996, 37.1, 5.8, 'mwc', 'usp000fsmx', 'Tonga region', 'earthquake\r'), +(17556, '2007-11-16 03:13:00', -2.312, -77.838, 122.9, 6.8, 'mwc', 'usp000fsnz', 'Peru-Ecuador border region', 'earthquake\r'), +(17557, '2007-11-16 08:42:39', -22.84, -70.601, 14.8, 5.5, 'mwc', 'usp000fspj', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(17558, '2007-11-17 03:07:33', -23.045, -70.287, 34.5, 5.5, 'mwc', 'usp000fsrh', 'Antofagasta, Chile', 'earthquake\r'), +(17559, '2007-11-17 17:54:33', -23.059, -70.598, 14.7, 5.9, 'mwc', 'usp000fssq', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(17560, '2007-11-18 05:40:12', -22.643, -66.323, 246.4, 6, 'mwb', 'usp000fsu0', 'Jujuy, Argentina', 'earthquake\r'), +(17561, '2007-11-18 12:15:41', -23.104, -70.55, 33, 5.7, 'mwc', 'usp000fsun', 'Antofagasta, Chile', 'earthquake\r'), +(17562, '2007-11-19 00:52:13', -21.185, -178.752, 558.3, 6.3, 'mwb', 'usp000fsvq', 'Fiji region', 'earthquake\r'), +(17563, '2007-11-19 15:20:04', -21.968, 173.486, 10, 6, 'mwc', 'usp000fswp', 'Vanuatu region', 'earthquake\r'), +(17564, '2007-11-19 20:32:49', 43.542, -127.414, 10, 5.8, 'mwc', 'usp000fsx6', 'off the coast of Oregon', 'earthquake\r'), +(17565, '2007-11-19 23:30:29', -22.791, -70.769, 29.9, 5.9, 'mwc', 'usp000fsxh', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(17566, '2007-11-20 12:52:59', -6.907, 155.672, 52.6, 6, 'mwb', 'usp000fsyv', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17567, '2007-11-20 15:28:25', -29.987, -177.942, 32, 5.9, 'mwc', 'usp000fsz8', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(17568, '2007-11-20 17:55:52', -22.917, -70.483, 15, 6.1, 'mwc', 'usp000fszg', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(17569, '2007-11-20 23:52:56', -17.824, -173.225, 35, 5.7, 'mwc', 'usp000ft00', 'Tonga', 'earthquake\r'), +(17570, '2007-11-21 12:55:06', -24.81, -68.472, 115.4, 5.8, 'mwb', 'usp000ft16', 'Salta, Argentina', 'earthquake\r'), +(17571, '2007-11-22 08:48:28', -5.757, 147.098, 53, 6.8, 'mwc', 'usp000ft2k', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(17572, '2007-11-22 23:02:13', 4.743, 95.06, 49.3, 5.8, 'mwb', 'usp000ft3u', 'northern Sumatra, Indonesia', 'earthquake\r'), +(17573, '2007-11-23 01:26:47', -4.63, 151.869, 150.3, 5.9, 'mwb', 'usp000ft42', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17574, '2007-11-23 12:22:52', -17.924, -174.683, 35, 5.5, 'mwc', 'usp000ft52', 'Tonga', 'earthquake\r'), +(17575, '2007-11-23 12:37:35', -17.85, -174.768, 35, 5.6, 'mwc', 'usp000ft53', 'Tonga', 'earthquake\r'), +(17576, '2007-11-23 19:18:47', -53.27, 9.426, 10, 5.5, 'mwc', 'usp000ft5j', 'southwest of Africa', 'earthquake\r'), +(17577, '2007-11-24 05:02:07', -23.77, -69.012, 92.1, 5.6, 'mwb', 'usp000ft6k', 'Antofagasta, Chile', 'earthquake\r'), +(17578, '2007-11-25 00:11:30', -16.116, -172.621, 10, 5.6, 'mwc', 'usp000ft80', 'Samoa Islands region', 'earthquake\r'), +(17579, '2007-11-25 02:51:57', -2.808, 101.162, 55.9, 5.9, 'mwc', 'usp000ft85', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17580, '2007-11-25 16:02:16', -8.292, 118.37, 20, 6.5, 'mwc', 'usp000ft98', 'Sumbawa region, Indonesia', 'earthquake\r'), +(17581, '2007-11-25 17:41:38', -2.238, 100.413, 35, 6, 'mwb', 'usp000ft9g', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17582, '2007-11-25 19:53:05', -8.224, 118.467, 18, 6.5, 'mwc', 'usp000ft9p', 'Sumbawa region, Indonesia', 'earthquake\r'), +(17583, '2007-11-26 13:51:40', 37.392, 141.586, 42.4, 5.9, 'mwc', 'usp000ftbs', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(17584, '2007-11-26 17:41:41', 15.28, -93.363, 87.2, 5.7, 'mwc', 'usp000ftc6', 'offshore Chiapas, Mexico', 'earthquake\r'), +(17585, '2007-11-26 21:56:13', 18.654, -101.703, 53, 5.8, 'mwc', 'usp000ftch', 'Michoacan, Mexico', 'earthquake\r'), +(17586, '2007-11-27 04:26:59', 16.058, 119.838, 35, 5.9, 'mwc', 'usp000ftd0', 'Luzon, Philippines', 'earthquake\r'), +(17587, '2007-11-27 11:49:58', -10.95, 162.149, 16, 6.6, 'mwc', 'usp000ftdp', 'Solomon Islands', 'earthquake\r'), +(17588, '2007-11-29 03:26:23', -36.756, -97.404, 10, 6.3, 'mwc', 'usp000ftgv', 'West Chile Rise', 'earthquake\r'), +(17589, '2007-11-29 19:00:20', 14.944, -61.274, 156, 7.4, 'mwb', 'usp000ftj1', 'Martinique region, Windward Islands', 'earthquake\r'), +(17590, '2007-12-01 01:44:32', 1.981, 97.883, 44.6, 5.9, 'mwb', 'usp000ftmr', 'Nias region, Indonesia', 'earthquake\r'), +(17591, '2007-12-03 21:52:46', -6.374, 148.463, 29.5, 5.9, 'mwc', 'usp000ftt4', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17592, '2007-12-03 22:33:13', -6.452, 148.623, 37.9, 5.7, 'mwc', 'usp000ftt7', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17593, '2007-12-04 03:37:08', 2.018, 126.17, 88.3, 5.6, 'mwc', 'usp000ftth', 'Molucca Sea', 'earthquake\r'), +(17594, '2007-12-06 17:12:03', 22.692, -45.113, 10, 5.8, 'mwb', 'usp000fty2', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(17595, '2007-12-06 21:43:47', 12.263, 125.386, 37.4, 5.9, 'mwc', 'usp000ftye', 'Samar, Philippines', 'earthquake\r'), +(17596, '2007-12-07 00:47:38', 29.935, 141.003, 85.5, 5.9, 'mwc', 'usp000ftyq', 'Izu Islands, Japan region', 'earthquake\r'), +(17597, '2007-12-07 01:41:02', -13.516, -76.656, 22.3, 5.6, 'mwc', 'usp000ftyt', 'near the coast of central Peru', 'earthquake\r'), +(17598, '2007-12-07 06:19:35', -56.205, -139.294, 10, 5.5, 'mwc', 'usp000ftz9', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17599, '2007-12-08 03:54:46', -60.508, -52.382, 10, 5.8, 'mwc', 'usp000fu0x', 'South Shetland Islands', 'earthquake\r'), +(17600, '2007-12-08 19:55:19', -7.558, 37.646, 6, 5.6, 'mwc', 'usp000fu2j', 'Tanzania', 'earthquake\r'), +(17601, '2007-12-09 05:22:11', 12.277, 125.42, 39.1, 5.6, 'mwc', 'usp000fu3d', 'Samar, Philippines', 'earthquake\r'), +(17602, '2007-12-09 07:28:21', -25.996, -177.514, 152.5, 7.8, 'mwc', 'usp000fu3q', 'south of the Fiji Islands', 'earthquake\r'), +(17603, '2007-12-10 12:10:07', -3.568, 144.439, 10, 5.7, 'mwc', 'usp000fu6n', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(17604, '2007-12-11 17:20:55', -62.063, -65.835, 10, 5.9, 'mwc', 'usp000fu96', 'southern Pacific Ocean', 'earthquake\r'), +(17605, '2007-12-12 23:40:00', 52.102, -131.554, 10, 5.8, 'mwc', 'usp000fuba', 'Haida Gwaii, Canada', 'earthquake\r'), +(17606, '2007-12-13 05:20:22', -23.157, -70.479, 15, 6, 'mwc', 'usp000fuc0', 'Antofagasta, Chile', 'earthquake\r'), +(17607, '2007-12-13 07:23:40', -23.202, -70.549, 16, 6.2, 'mwc', 'usp000fuce', 'Antofagasta, Chile', 'earthquake\r'), +(17608, '2007-12-13 15:51:27', -15.213, -172.367, 17, 6.2, 'mwc', 'usp000fud1', 'Samoa Islands region', 'earthquake\r'), +(17609, '2007-12-14 14:41:08', -52.008, 161.2, 10, 5.5, 'mwc', 'usp000fuf0', 'Macquarie Island region', 'earthquake\r'), +(17610, '2007-12-15 08:03:16', -7.526, 127.474, 175.9, 6, 'mwc', 'usp000fugb', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(17611, '2007-12-15 09:39:54', -6.622, 131.09, 57, 6.4, 'mwc', 'usp000fugf', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(17612, '2007-12-15 18:22:27', -32.689, -71.695, 25, 5.9, 'mwb', 'usp000fuh6', 'offshore Valparaiso, Chile', 'earthquake\r'), +(17613, '2007-12-16 08:09:18', -22.954, -70.182, 45, 6.7, 'mwb', 'usp000fujd', 'Antofagasta, Chile', 'earthquake\r'), +(17614, '2007-12-19 09:30:28', 51.36, -179.509, 34, 7.2, 'mwc', 'usp000fuse', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17615, '2007-12-19 09:35:17', 51.021, -179.349, 15.9, 5.6, 'mb', 'usp000fusg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17616, '2007-12-19 10:24:34', 51.345, -179.493, 30, 5.5, 'mb', 'usp000fusw', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17617, '2007-12-19 11:34:57', -6.952, 155.778, 45.8, 5.9, 'ms', 'usp000fut3', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17618, '2007-12-19 14:51:39', 51.301, -179.49, 60.3, 5.6, 'mwc', 'usp000futs', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17619, '2007-12-20 03:06:56', -32.713, -71.788, 30.1, 5.5, 'mwc', 'usp000fuv0', 'offshore Valparaiso, Chile', 'earthquake\r'), +(17620, '2007-12-20 07:55:16', -39.011, 178.291, 20, 6.6, 'mwc', 'usp000fuvt', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(17621, '2007-12-20 09:48:30', 39.417, 33.212, 10, 5.7, 'mwc', 'usp000fuw2', 'central Turkey', 'earthquake\r'), +(17622, '2007-12-21 03:10:57', -57.72, -141.447, 10, 5.6, 'mwc', 'usp000fuxg', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17623, '2007-12-21 07:23:36', 51.244, -179.009, 30, 5.7, 'mb', 'usp000fuxu', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17624, '2007-12-21 07:24:34', 51.366, -178.979, 25, 6.3, 'mwc', 'usp000fuxv', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17625, '2007-12-22 07:11:08', -2.407, 139.067, 20, 6.2, 'mwc', 'usp000fv00', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(17626, '2007-12-22 12:26:17', 2.087, 96.806, 23, 6.1, 'mwc', 'usp000fv0p', 'Simeulue, Indonesia', 'earthquake\r'), +(17627, '2007-12-25 14:04:35', 38.503, 142.026, 48.4, 6.1, 'mwc', 'usp000fv78', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(17628, '2007-12-25 16:20:53', -19.445, -69.048, 112.6, 5.8, 'mwb', 'usp000fv7c', 'Tarapaca, Chile', 'earthquake\r'), +(17629, '2007-12-26 22:04:55', 52.558, -168.221, 25, 6.4, 'mwc', 'usp000fvad', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17630, '2007-12-26 23:40:53', -22.45, -68.627, 106.6, 5.5, 'mwc', 'usp000fvau', 'Antofagasta, Chile', 'earthquake\r'), +(17631, '2007-12-26 23:47:11', 39.446, 33.162, 8.3, 5.6, 'mwc', 'usp000fvaw', 'central Turkey', 'earthquake\r'), +(17632, '2007-12-27 14:44:24', 52.267, -168.383, 17.8, 5.6, 'mwc', 'usp000fvcs', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17633, '2007-12-28 04:11:20', -13.618, 166.566, 35, 5.6, 'mwc', 'usp000fvf0', 'Vanuatu', 'earthquake\r'), +(17634, '2007-12-28 21:59:42', -19.387, -173.991, 35, 5.6, 'mwc', 'usp000fvhp', 'Tonga', 'earthquake\r'), +(17635, '2007-12-29 22:58:02', 52.21, -168.149, 15.8, 5.9, 'mwc', 'usp000fvkw', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17636, '2007-12-30 06:24:01', -19.454, -173.847, 29.8, 5.7, 'mwc', 'usp000fvmz', 'Tonga', 'earthquake\r'), +(17637, '2008-01-01 06:32:28', 40.288, 72.985, 6, 5.6, 'mwc', 'usp000fvrz', 'Kyrgyzstan', 'earthquake\r'), +(17638, '2008-01-01 18:54:59', -5.878, 146.884, 34, 6.3, 'mwc', 'usp000fvt8', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(17639, '2008-01-01 19:13:05', -5.902, 146.967, 35, 5.8, 'mwc', 'usp000fvta', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(17640, '2008-01-04 07:29:18', -2.782, 101.032, 35, 6, 'mwc', 'usp000fvy8', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17641, '2008-01-05 01:56:45', 14.129, -91.479, 66.2, 5.6, 'mwc', 'usp000fvzw', 'Guatemala', 'earthquake\r'), +(17642, '2008-01-05 07:29:34', -22.82, -68.484, 103, 5.7, 'mwc', 'usp000fw0k', 'Antofagasta, Chile', 'earthquake\r'), +(17643, '2008-01-05 10:39:14', 51.324, -130.39, 10, 5.7, 'mwc', 'usp000fw0t', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(17644, '2008-01-05 11:01:06', 51.254, -130.746, 15, 6.6, 'mwc', 'usp000fw0w', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(17645, '2008-01-05 11:44:48', 51.163, -130.542, 10, 6.4, 'mwc', 'usp000fw12', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(17646, '2008-01-05 19:55:31', -62.139, -155.695, 10, 5.7, 'mwc', 'usp000fw1v', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17647, '2008-01-06 05:14:20', 37.216, 22.693, 75, 6.2, 'mwb', 'usp000fw2w', 'southern Greece', 'earthquake\r'), +(17648, '2008-01-07 03:12:27', -0.795, 134.012, 12, 5.9, 'mwc', 'usp000fw5b', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(17649, '2008-01-07 07:46:30', 12.263, 125.376, 55.8, 5.6, 'mwc', 'usp000fw5w', 'Samar, Philippines', 'earthquake\r'), +(17650, '2008-01-07 08:14:20', 51.198, -179.6, 35, 5.6, 'mwc', 'usp000fw5x', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17651, '2008-01-08 19:23:32', -3.913, 131.368, 1.6, 5.8, 'mwc', 'usp000fw98', 'Ceram Sea, Indonesia', 'earthquake\r'), +(17652, '2008-01-09 08:26:45', 32.288, 85.166, 10, 6.4, 'mwc', 'usp000fwaj', 'western Xizang', 'earthquake\r'), +(17653, '2008-01-09 14:40:01', 51.649, -131.183, 10, 6.1, 'mwc', 'usp000fwb9', 'Haida Gwaii Region, Canada', 'earthquake\r'), +(17654, '2008-01-10 01:37:19', 43.785, -127.264, 13, 6.3, 'mwc', 'usp000fwcm', 'off the coast of Oregon', 'earthquake\r'), +(17655, '2008-01-13 12:15:36', 17.048, 120.989, 10, 5.7, 'mwc', 'usp000fwmm', 'Luzon, Philippines', 'earthquake\r'), +(17656, '2008-01-14 13:38:36', 10.413, 92.869, 34, 5.9, 'mwc', 'usp000fwqa', 'Andaman Islands, India region', 'earthquake\r'), +(17657, '2008-01-15 17:52:16', -21.984, -179.535, 597.6, 6.5, 'mwc', 'usp000fwsh', 'Fiji region', 'earthquake\r'), +(17658, '2008-01-16 11:54:44', 32.331, 85.158, 9, 5.9, 'mwc', 'usp000fwu1', 'western Xizang', 'earthquake\r'), +(17659, '2008-01-18 19:31:13', -20.963, -179.149, 639.5, 5.5, 'mwc', 'usp000fwz3', 'Fiji region', 'earthquake\r'), +(17660, '2008-01-20 06:08:57', -35.017, -112.019, 10, 5.6, 'mwc', 'usp000fx2u', 'southern East Pacific Rise', 'earthquake\r'), +(17661, '2008-01-20 18:41:48', -44.92, 166.98, 22, 5.5, 'mwc', 'usp000fx3q', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(17662, '2008-01-20 20:26:05', 2.346, 126.816, 35, 6.1, 'mwc', 'usp000fx3z', 'Molucca Sea', 'earthquake\r'), +(17663, '2008-01-21 12:24:27', -34.863, -111.851, 10, 5.8, 'mwc', 'usp000fx5n', 'southern East Pacific Rise', 'earthquake\r'), +(17664, '2008-01-22 07:55:49', -15.277, -175.348, 6, 6, 'mwc', 'usp000fx72', 'Tonga', 'earthquake\r'), +(17665, '2008-01-22 10:49:22', -15.419, -175.589, 10, 6.1, 'mwc', 'usp000fx79', 'Tonga', 'earthquake\r'), +(17666, '2008-01-22 17:14:58', 1.011, 97.442, 20, 6.2, 'mwb', 'usp000fx81', 'Nias region, Indonesia', 'earthquake\r'), +(17667, '2008-01-22 18:43:33', 32.349, 85.262, 5.4, 5.5, 'mwc', 'usp000fx8b', 'western Xizang', 'earthquake\r'), +(17668, '2008-01-23 05:49:32', 14.278, -94.037, 13, 5.5, 'mwc', 'usp000fx94', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(17669, '2008-01-24 04:12:14', 6.943, -82.383, 10, 5.9, 'mwc', 'usp000fxb5', 'south of Panama', 'earthquake\r'), +(17670, '2008-01-24 22:29:53', -6.026, 146.619, 35, 5.9, 'mwc', 'usp000fxd1', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(17671, '2008-01-29 14:57:26', -58.735, -25.24, 35, 5.6, 'mwb', 'usp000fxq5', 'South Sandwich Islands region', 'earthquake\r'), +(17672, '2008-01-30 07:32:43', -7.302, 127.688, 8, 6.2, 'mwc', 'usp000fxrt', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(17673, '2008-01-30 12:48:33', -0.169, 125.083, 70, 5.5, 'mwb', 'usp000fxsh', 'Molucca Sea', 'earthquake\r'), +(17674, '2008-01-31 01:04:28', -6.132, 129.65, 10, 5.8, 'mwc', 'usp000fxu7', 'Banda Sea', 'earthquake\r'), +(17675, '2008-02-01 10:26:10', -15.551, -175.07, 34.1, 5.5, 'mwc', 'usp000fxxe', 'Tonga', 'earthquake\r'), +(17676, '2008-02-01 12:10:06', -21.495, -179.352, 604.2, 6, 'mwb', 'usp000fxxh', 'Fiji region', 'earthquake\r'), +(17677, '2008-02-03 07:34:12', -2.296, 28.9, 10, 5.9, 'mwb', 'usp000fy21', 'Lac Kivu region, Democratic Republic of the Congo', 'earthquake\r'), +(17678, '2008-02-03 14:24:37', -56.272, -27.043, 99.7, 5.6, 'mwc', 'usp000fy2r', 'South Sandwich Islands region', 'earthquake\r'), +(17679, '2008-02-04 07:43:56', 19.028, -66.902, 14.5, 5.5, 'mwc', 'usp000fy4h', 'Puerto Rico region', 'earthquake\r'), +(17680, '2008-02-04 17:01:30', -20.166, -70.037, 35, 6.3, 'mwc', 'usp000fy5k', 'Tarapaca, Chile', 'earthquake\r'), +(17681, '2008-02-05 05:56:47', -3.517, 118.07, 13, 5.9, 'mwc', 'usp000fy76', 'Sulawesi, Indonesia', 'earthquake\r'), +(17682, '2008-02-07 07:50:55', 1.228, 122.653, 35.6, 5.8, 'mwc', 'usp000fyc1', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(17683, '2008-02-07 09:25:30', -22.539, -179.238, 465.2, 5.6, 'mwc', 'usp000fyc7', 'south of the Fiji Islands', 'earthquake\r'), +(17684, '2008-02-07 20:58:19', -7.582, 116.819, 321.7, 5.7, 'mwc', 'usp000fydn', 'Bali Sea', 'earthquake\r'), +(17685, '2008-02-08 09:38:14', 10.671, -41.899, 9, 6.9, 'mwc', 'usp000fyep', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(17686, '2008-02-09 18:34:02', -0.236, 125.084, 38, 6, 'mwc', 'usp000fyhw', 'Molucca Sea', 'earthquake\r'), +(17687, '2008-02-10 12:22:03', -60.797, -25.586, 8, 6.6, 'mwc', 'usp000fykt', 'South Sandwich Islands region', 'earthquake\r'), +(17688, '2008-02-12 01:29:41', -3.008, 101.21, 47.3, 5.5, 'mwc', 'usp000fyq9', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17689, '2008-02-12 12:50:18', 16.357, -94.304, 83, 6.5, 'mwc', 'usp000fyrt', 'Oaxaca, Mexico', 'earthquake\r'), +(17690, '2008-02-13 19:58:46', -8.158, 128.644, 19, 6.2, 'mwc', 'usp000fyuj', 'Timor Sea', 'earthquake\r'), +(17691, '2008-02-14 10:09:23', 36.501, 21.67, 29, 6.9, 'mwc', 'usp000fyw4', 'southern Greece', 'earthquake\r'), +(17692, '2008-02-14 12:08:56', 36.345, 21.863, 28, 6.5, 'mwc', 'usp000fywh', 'southern Greece', 'earthquake\r'), +(17693, '2008-02-15 22:00:56', -61.294, 154.249, 10, 5.7, 'mwc', 'usp000fz03', 'Balleny Islands region', 'earthquake\r'), +(17694, '2008-02-16 14:45:12', -21.346, -68.385, 130.1, 6.1, 'mwb', 'usp000fz1p', 'Antofagasta, Chile', 'earthquake\r'), +(17695, '2008-02-20 08:08:31', 2.768, 95.964, 26, 7.4, 'mwc', 'usp000fzau', 'Simeulue, Indonesia', 'earthquake\r'), +(17696, '2008-02-20 12:11:21', -52.917, -46.492, 10, 5.5, 'mb', 'usp000fzbj', 'South Atlantic Ocean', 'earthquake\r'), +(17697, '2008-02-20 12:49:44', -53.015, -46.542, 10, 5.6, 'mb', 'usp000fzbr', 'South Atlantic Ocean', 'earthquake\r'), +(17698, '2008-02-20 18:27:06', 36.288, 21.775, 9.9, 6.2, 'mwc', 'usp000fzcj', 'southern Greece', 'earthquake\r'), +(17699, '2008-02-21 02:46:18', 77.079, 18.571, 12, 6.1, 'mwc', 'usp000fzeu', 'Svalbard region', 'earthquake\r'), +(17700, '2008-02-21 14:16:03', 41.1444, -114.8721, 7.9, 5.9, 'mw', 'nn00234425', '8km ENE of Wells, Nevada', 'earthquake\r'), +(17701, '2008-02-21 21:41:38', -2.146, 138.962, 11, 5.6, 'mwb', 'usp000fzk0', 'Papua, Indonesia', 'earthquake\r'), +(17702, '2008-10-27 05:43:51', -14.635, 167.183, 129, 5.6, 'mwb', 'usp000gm48', 'Vanuatu', 'earthquake\r'), +(17703, '2008-02-21 23:55:36', -2.323, 99.88, 24, 5.7, 'mwb', 'usp000fzkk', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17704, '2008-02-23 07:17:11', -2.511, 99.962, 32.9, 5.6, 'mwc', 'usp000fzr9', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17705, '2008-02-23 15:57:20', -57.335, -23.433, 14, 6.8, 'mwc', 'usp000fzsd', 'South Sandwich Islands region', 'earthquake\r'), +(17706, '2008-02-24 14:46:21', -2.405, 99.931, 22, 6.5, 'mwc', 'usp000fzv0', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17707, '2008-02-25 08:36:33', -2.486, 99.972, 25, 7.2, 'mwc', 'usp000fzx4', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17708, '2008-02-25 18:06:04', -2.332, 99.891, 25, 6.6, 'mwc', 'usp000fzy8', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17709, '2008-02-25 21:02:18', -2.245, 99.808, 25, 6.7, 'mwc', 'usp000fzyk', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17710, '2008-02-26 18:18:28', -3.852, 101.067, 20, 5.9, 'mwc', 'usp000g01s', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17711, '2008-02-27 04:54:28', -34.625, -178.966, 44.1, 5.5, 'mwc', 'usp000g03k', 'south of the Kermadec Islands', 'earthquake\r'), +(17712, '2008-02-27 06:54:21', 26.816, 142.438, 15, 6.2, 'mwc', 'usp000g03x', 'Bonin Islands, Japan region', 'earthquake\r'), +(17713, '2008-02-28 09:12:55', 12.68, 141.766, 10, 5.6, 'mwc', 'usp000g06r', 'Mariana Islands region', 'earthquake\r'), +(17714, '2008-02-29 02:38:30', -35.074, -108.968, 10, 5.7, 'mwb', 'usp000g090', 'southern East Pacific Rise', 'earthquake\r'), +(17715, '2008-02-29 08:18:21', 3.931, 93.477, 35, 5.6, 'mwc', 'usp000g09n', 'off the west coast of northern Sumatra', 'earthquake\r'), +(17716, '2008-03-01 19:51:59', -20.256, -69.941, 36.6, 5.7, 'mwb', 'usp000g0e3', 'Tarapaca, Chile', 'earthquake\r'), +(17717, '2008-03-01 23:06:45', -35.379, -179.299, 24.7, 5.6, 'mwc', 'usp000g0em', 'east of the North Island of New Zealand', 'earthquake\r'), +(17718, '2008-03-02 05:11:45', 51.859, -179.313, 21.4, 5.8, 'mwc', 'usp000g0ff', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17719, '2008-03-03 02:37:27', -2.18, 99.823, 25, 6.2, 'mwc', 'usp000g0hs', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(17720, '2008-03-03 09:31:03', 46.406, 153.175, 10, 6.5, 'mwc', 'usp000g0jk', 'Kuril Islands', 'earthquake\r'), +(17721, '2008-03-03 13:49:40', 19.913, 121.334, 10, 6, 'mwc', 'usp000g0k8', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(17722, '2008-03-03 14:11:15', 13.351, 125.63, 24, 6.9, 'mwc', 'usp000g0k9', 'Philippine Islands region', 'earthquake\r'), +(17723, '2008-03-03 17:48:32', -4.467, 101.452, 27.5, 5.6, 'mb', 'usp000g0m6', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17724, '2008-03-04 19:24:27', 52.239, -173.721, 10, 5.5, 'mwb', 'usp000g0qg', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17725, '2008-03-06 01:21:59', 2.572, 128.232, 125, 5.9, 'mwc', 'usp000g0tp', 'Halmahera, Indonesia', 'earthquake\r'), +(17726, '2008-03-06 09:38:43', 51.522, 156.546, 134.4, 5.5, 'mwb', 'usp000g0ug', 'Kamchatka Peninsula, Russia', 'earthquake\r'), +(17727, '2008-03-10 09:43:02', -28.337, -69.294, 89.5, 5.6, 'mwb', 'usp000g152', 'La Rioja, Argentina', 'earthquake\r'), +(17728, '2008-03-11 14:37:10', 52.171, -169.481, 16.5, 5.6, 'mwc', 'usp000g17t', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17729, '2008-03-12 11:23:34', -16.567, 167.335, 13, 6.4, 'mwc', 'usp000g1ad', 'Vanuatu', 'earthquake\r'), +(17730, '2008-03-12 11:36:55', -16.489, 167.183, 10, 6.3, 'mwc', 'usp000g1af', 'Vanuatu', 'earthquake\r'), +(17731, '2008-03-13 13:28:45', -45.492, 35.008, 10, 6, 'mwc', 'usp000g1dj', 'Prince Edward Islands region', 'earthquake\r'), +(17732, '2008-03-13 23:01:18', 14.463, -93.462, 10, 5.7, 'mwc', 'usp000g1e5', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(17733, '2008-03-14 22:32:09', 26.988, 142.599, 10, 6, 'mwc', 'usp000g1gj', 'Bonin Islands, Japan region', 'earthquake\r'), +(17734, '2008-03-15 14:43:27', 2.708, 94.596, 25, 6, 'mwc', 'usp000g1j1', 'off the west coast of northern Sumatra', 'earthquake\r'), +(17735, '2008-03-15 14:44:36', 42.412, -126.835, 10, 5.7, 'mwc', 'usp000g1j2', 'off the coast of Oregon', 'earthquake\r'), +(17736, '2008-03-17 19:06:12', -54.324, -136.082, 10, 5.6, 'mwc', 'usp000g1pt', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17737, '2008-03-18 08:22:47', -29.252, -177.44, 25, 6.2, 'mwc', 'usp000g1qt', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(17738, '2008-03-20 14:10:40', 6.192, 126.934, 45, 6.1, 'mwb', 'usp000g1v5', 'Mindanao, Philippines', 'earthquake\r'), +(17739, '2008-03-20 22:32:58', 35.49, 81.467, 10, 7.2, 'mwc', 'usp000g1w2', 'Xinjiang-Xizang border region', 'earthquake\r'), +(17740, '2008-03-20 23:12:01', 35.513, 81.433, 10, 5.6, 'mb', 'usp000g1wc', 'Xinjiang-Xizang border region', 'earthquake\r'), +(17741, '2008-03-22 21:24:11', 52.176, -178.716, 132, 6.2, 'mwc', 'usp000g22p', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17742, '2008-03-24 07:02:35', -16.912, 167.031, 10, 5.5, 'mwc', 'usp000g275', 'Vanuatu', 'earthquake\r'), +(17743, '2008-03-24 20:39:08', -20.043, -68.963, 120, 6.2, 'mwb', 'usp000g296', 'Tarapaca, Chile', 'earthquake\r'), +(17744, '2008-03-26 06:29:50', -56.712, -141.903, 10, 5.5, 'mwc', 'usp000g2cy', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17745, '2008-03-26 18:33:34', 46.428, 152.979, 16.6, 5.6, 'mwc', 'usp000g2e4', 'Kuril Islands', 'earthquake\r'), +(17746, '2008-03-26 20:06:06', 13.594, 144.879, 70.6, 5.6, 'mwc', 'usp000g2e8', 'Guam region', 'earthquake\r'), +(17747, '2008-03-27 09:42:58', 17.199, -84.835, 10, 5.6, 'mwb', 'usp000g2fy', 'north of Honduras', 'earthquake\r'), +(17748, '2008-03-28 00:16:20', 34.758, 25.345, 45, 5.6, 'mwb', 'usp000g2h6', 'Crete, Greece', 'earthquake\r'), +(17749, '2008-03-28 06:39:47', -32.882, 179.362, 365, 5.7, 'mwc', 'usp000g2hn', 'south of the Kermadec Islands', 'earthquake\r'), +(17750, '2008-03-28 22:41:32', 20.251, 121.949, 10, 5.8, 'mwc', 'usp000g2kb', 'Batan Islands region, Philippines', 'earthquake\r'), +(17751, '2008-03-29 03:01:30', 13.283, 125.684, 8, 5.7, 'mwc', 'usp000g2kt', 'Philippine Islands region', 'earthquake\r'), +(17752, '2008-03-29 08:09:48', 20.271, 121.984, 16.2, 5.5, 'mwc', 'usp000g2m6', 'Batan Islands region, Philippines', 'earthquake\r'), +(17753, '2008-03-29 15:12:03', -41.055, 42.525, 10, 5.5, 'mwc', 'usp000g2n0', 'Prince Edward Islands region', 'earthquake\r'), +(17754, '2008-03-29 17:30:50', 2.855, 95.296, 20, 6.3, 'mwc', 'usp000g2n7', 'Simeulue, Indonesia', 'earthquake\r'), +(17755, '2008-03-30 17:10:08', -26.01, -177.929, 154.8, 5.5, 'mwc', 'usp000g2r3', 'south of the Fiji Islands', 'earthquake\r'), +(17756, '2008-04-02 08:48:50', -4.346, 102.717, 67, 5.7, 'mwc', 'usp000g2y3', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17757, '2008-04-02 14:36:11', -4.879, 69.239, 10, 5.7, 'mwc', 'usp000g2ye', 'Chagos Archipelago region', 'earthquake\r'), +(17758, '2008-04-02 19:10:19', -7.046, 129.203, 180.7, 5.7, 'mwc', 'usp000g2z1', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(17759, '2008-04-04 04:03:02', -15.281, -172.836, 34.5, 5.5, 'mwc', 'usp000g332', 'Samoa Islands region', 'earthquake\r'), +(17760, '2008-04-07 22:54:37', -19.965, 168.452, 10, 5.8, 'mwc', 'usp000g3ar', 'Vanuatu', 'earthquake\r'), +(17761, '2008-04-08 02:09:17', 12.59, 143.788, 10, 5.5, 'mwb', 'usp000g3b2', 'Guam region', 'earthquake\r'), +(17762, '2008-04-09 11:13:18', -20.175, 168.861, 16, 6.4, 'mwc', 'usp000g3ec', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17763, '2008-04-09 11:23:40', -20.185, 168.905, 35, 6.3, 'mwc', 'usp000g3ee', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17764, '2008-04-09 12:46:13', -20.071, 168.892, 33, 7.3, 'mwc', 'usp000g3eq', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17765, '2008-04-09 14:47:51', -19.997, 168.874, 35, 6.3, 'mwc', 'usp000g3f7', 'Vanuatu', 'earthquake\r'), +(17766, '2008-04-10 01:10:03', -20.334, 168.937, 35, 5.8, 'mwc', 'usp000g3h1', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17767, '2008-04-10 01:17:34', -19.934, 168.496, 35, 5.5, 'mwc', 'usp000g3h4', 'Vanuatu', 'earthquake\r'), +(17768, '2008-04-10 04:29:35', -20.319, 168.866, 35, 5.5, 'mwc', 'usp000g3hg', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17769, '2008-04-10 13:07:25', -26.289, 178.178, 643.5, 5.5, 'mwc', 'usp000g3jp', 'south of the Fiji Islands', 'earthquake\r'), +(17770, '2008-04-11 03:16:40', 16.099, 144.958, 10, 5.5, 'mwc', 'usp000g3n3', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(17771, '2008-04-11 05:02:53', 16.174, 144.885, 10, 5.5, 'mwc', 'usp000g3ng', 'Anatahan region, Northern Mariana Islands', 'earthquake\r'), +(17772, '2008-04-11 16:35:57', -20.416, 168.803, 35, 5.9, 'mwc', 'usp000g3ph', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17773, '2008-04-11 17:45:02', -20.392, 168.839, 11, 6.1, 'mwc', 'usp000g3pq', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17774, '2008-04-12 00:30:13', -55.664, 158.453, 16, 7.1, 'mwc', 'usp000g3q9', 'Macquarie Island region', 'earthquake\r'), +(17775, '2008-04-12 00:46:28', 43.879, 147.501, 64.4, 5.7, 'mb', 'usp000g3qb', 'Kuril Islands', 'earthquake\r'), +(17776, '2008-04-12 08:50:18', -14.506, 67.075, 10, 5.5, 'mwc', 'usp000g3rj', 'Mid-Indian Ridge', 'earthquake\r'), +(17777, '2008-04-12 12:05:15', 43.648, -127.621, 10, 5.5, 'mwc', 'usp000g3ru', 'off the coast of Oregon', 'earthquake\r'), +(17778, '2008-04-14 09:45:20', -56.022, -28.035, 140.2, 6, 'mwc', 'usp000g3wg', 'South Sandwich Islands region', 'earthquake\r'), +(17779, '2008-04-15 03:03:05', 13.564, -90.599, 33, 6.1, 'mwc', 'usp000g3y3', 'offshore Guatemala', 'earthquake\r'), +(17780, '2008-04-15 17:24:56', -18.696, -175.959, 10, 5.7, 'mwc', 'usp000g402', 'Tonga', 'earthquake\r'), +(17781, '2008-04-15 22:59:52', 51.856, -179.361, 11, 6.4, 'mwc', 'usp000g412', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17782, '2008-04-16 00:35:49', -18.609, -175.699, 10, 6.3, 'mwc', 'usp000g418', 'Tonga', 'earthquake\r'), +(17783, '2008-04-16 05:54:20', 51.878, -179.165, 13, 6.6, 'mwc', 'usp000g41s', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17784, '2008-04-16 08:11:32', 0.829, 126.081, 10, 5.7, 'mwc', 'usp000g425', 'Molucca Sea', 'earthquake\r'), +(17785, '2008-04-16 19:19:36', 39.028, 140.005, 166, 5.8, 'mwc', 'usp000g43m', 'eastern Honshu, Japan', 'earthquake\r'), +(17786, '2008-04-17 17:02:52', 15.885, 144.878, 10, 5.5, 'mwb', 'usp000g462', 'Saipan region, Northern Mariana Islands', 'earthquake\r'), +(17787, '2008-04-18 20:39:07', -17.342, -179.022, 553.8, 6.3, 'mwc', 'usp000g48y', 'Fiji region', 'earthquake\r'), +(17788, '2008-04-18 21:10:57', -27.528, -176.58, 10, 5.8, 'mwc', 'usp000g492', 'Kermadec Islands region', 'earthquake\r'), +(17789, '2008-04-19 03:12:25', -7.815, 125.694, 13, 6.1, 'mwc', 'usp000g49j', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(17790, '2008-04-19 05:58:42', -20.273, 168.796, 14, 6.3, 'mwc', 'usp000g49s', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17791, '2008-04-19 10:21:13', -7.875, 125.722, 10, 6, 'mwb', 'usp000g4af', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(17792, '2008-04-20 13:01:20', -7.85, 125.685, 3.6, 5.6, 'mwb', 'usp000g4dv', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(17793, '2008-04-23 14:05:43', -3.86, 131.446, 10, 5.5, 'mwc', 'usp000g4my', 'Ceram Sea, Indonesia', 'earthquake\r'), +(17794, '2008-04-23 18:28:42', 22.881, 121.619, 10, 6, 'mwc', 'usp000g4nm', 'Taiwan region', 'earthquake\r'), +(17795, '2008-04-24 01:19:15', -20.059, 168.72, 35, 5.7, 'mwc', 'usp000g4pt', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17796, '2008-04-24 12:14:50', -1.182, -23.471, 10, 6.5, 'mwc', 'usp000g4r4', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17797, '2008-04-26 23:34:49', -49.091, 164.117, 10, 6.1, 'mwb', 'usp000g4y1', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(17798, '2008-04-27 14:35:29', -35.464, -16.597, 10, 5.6, 'mwc', 'usp000g4z9', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(17799, '2008-04-28 00:06:28', 17.846, -100.171, 56.9, 5.8, 'mwc', 'usp000g502', 'Guerrero, Mexico', 'earthquake\r'), +(17800, '2008-04-28 15:57:55', -58.739, -24.714, 35, 6.1, 'mwc', 'usp000g51j', 'South Sandwich Islands region', 'earthquake\r'), +(17801, '2008-04-28 18:33:34', -19.941, 168.953, 32, 6.4, 'mwc', 'usp000g51v', 'Vanuatu', 'earthquake\r'), +(17802, '2008-04-28 20:26:53', -20.238, 168.824, 35, 6.1, 'mwc', 'usp000g523', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17803, '2008-04-29 05:26:05', 41.452, 142.03, 46.7, 5.8, 'mwc', 'usp000g539', 'Hokkaido, Japan region', 'earthquake\r'), +(17804, '2008-04-29 19:10:02', -6.108, 127.484, 404.7, 5.9, 'mwc', 'usp000g54s', 'Banda Sea', 'earthquake\r'), +(17805, '2008-05-01 04:57:50', -19.471, 168.878, 35, 5.7, 'mwc', 'usp000g580', 'Vanuatu', 'earthquake\r'), +(17806, '2008-05-02 01:33:37', 51.864, -177.528, 14, 6.6, 'mwc', 'usp000g59v', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17807, '2008-05-03 19:01:46', -6.64, 155.091, 35, 5.8, 'mwc', 'usp000g5e3', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(17808, '2008-05-06 12:42:18', -20.457, 168.836, 35, 5.5, 'mwc', 'usp000g5nh', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(17809, '2008-05-07 16:02:03', 36.178, 141.545, 19, 6.2, 'mwc', 'usp000g5rg', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(17810, '2008-05-07 16:16:36', 36.156, 141.756, 23.3, 6.1, 'mwc', 'usp000g5rq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(17811, '2008-05-07 16:45:19', 36.164, 141.526, 27, 6.9, 'mwc', 'usp000g5rx', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(17812, '2008-05-08 23:21:07', 36.108, 141.683, 17, 5.6, 'mwc', 'usp000g5wa', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(17813, '2008-05-09 21:51:30', 12.516, 143.181, 76, 6.8, 'mwc', 'usp000g5yf', 'Guam region', 'earthquake\r'), +(17814, '2008-05-10 19:41:59', 24.044, 122.575, 16.5, 5.6, 'mwc', 'usp000g619', 'Taiwan region', 'earthquake\r'), +(17815, '2008-05-12 06:28:02', 31.002, 103.322, 19, 7.9, 'mwc', 'usp000g650', 'eastern Sichuan, China', 'earthquake\r'), +(17816, '2008-05-12 06:41:56', 31.586, 104.032, 10, 5.7, 'mb', 'usp000g652', 'eastern Sichuan, China', 'earthquake\r'), +(17817, '2008-05-12 06:42:09', 31.342, 104.682, 10, 5.7, 'mb', 'usp000g653', 'eastern Sichuan, China', 'earthquake\r'), +(17818, '2008-05-12 06:43:14', 31.211, 103.715, 10, 5.8, 'mb', 'usp000g654', 'eastern Sichuan, China', 'earthquake\r'), +(17819, '2008-05-12 09:42:25', 31.527, 104.092, 10, 5.5, 'mb', 'usp000g67h', 'eastern Sichuan, China', 'earthquake\r'), +(17820, '2008-05-12 11:11:02', 31.214, 103.618, 10, 6.1, 'mwc', 'usp000g68b', 'eastern Sichuan, China', 'earthquake\r'), +(17821, '2008-05-12 20:08:50', 31.413, 103.889, 21.7, 5.6, 'mwc', 'usp000g6dz', 'eastern Sichuan, China', 'earthquake\r'), +(17822, '2008-05-13 07:07:09', 30.89, 103.194, 9, 5.8, 'mwc', 'usp000g6h2', 'eastern Sichuan, China', 'earthquake\r'), +(17823, '2008-05-14 21:47:40', -56.771, -142.309, 10, 5.7, 'mwc', 'usp000g6sd', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(17824, '2008-05-15 14:23:29', -57.911, -25.483, 35, 5.9, 'mwc', 'usp000g6vd', 'South Sandwich Islands region', 'earthquake\r'), +(17825, '2008-05-16 05:25:47', 31.355, 103.351, 3, 5.6, 'mwc', 'usp000g6y2', 'eastern Sichuan, China', 'earthquake\r'), +(17826, '2008-05-17 17:08:25', 32.24, 104.982, 9, 5.8, 'mwc', 'usp000g735', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(17827, '2008-05-18 12:17:23', -3.202, 101.409, 32, 5.7, 'mwc', 'usp000g75e', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17828, '2008-05-19 03:16:14', -47.781, 31.965, 10, 5.9, 'mwc', 'usp000g774', 'south of Africa', 'earthquake\r'), +(17829, '2008-05-19 10:08:36', 42.503, 131.872, 513.4, 5.7, 'mwb', 'usp000g783', 'eastern Russia-northeastern China border region', 'earthquake\r'), +(17830, '2008-05-19 14:26:45', 1.64, 99.147, 10, 6, 'mwc', 'usp000g78b', 'northern Sumatra, Indonesia', 'earthquake\r'), +(17831, '2008-05-20 13:53:36', 51.162, 178.759, 27, 6.3, 'mwc', 'usp000g7ar', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17832, '2008-05-20 15:16:04', -44.451, -78.207, 10, 5.6, 'mwc', 'usp000g7ay', 'off the coast of Aisen, Chile', 'earthquake\r'), +(17833, '2008-05-20 17:08:00', -3.181, 101.475, 47.9, 5.7, 'mwb', 'usp000g7b9', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17834, '2008-05-21 22:22:56', -4.129, 101.272, 19, 5.5, 'mwc', 'usp000g7ew', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17835, '2008-05-23 19:35:35', 7.313, -34.897, 8, 6.5, 'mwc', 'usp000g7ke', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17836, '2008-05-23 22:50:37', -7.061, 129.483, 125.2, 5.7, 'mwc', 'usp000g7kt', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(17837, '2008-05-24 04:58:19', 42.386, -30.515, 10, 5.5, 'mwc', 'usp000g7m6', 'Azores Islands region', 'earthquake\r'), +(17838, '2008-05-24 13:24:06', -7.181, 156.069, 29, 5.9, 'mwc', 'usp000g7nd', 'Solomon Islands', 'earthquake\r'), +(17839, '2008-05-24 19:20:42', 4.33, -73.764, 8.9, 5.9, 'mwc', 'usp000g7p6', 'Colombia', 'earthquake\r'), +(17840, '2008-05-25 08:21:50', 32.56, 105.423, 18, 6.1, 'mwc', 'usp000g7r4', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(17841, '2008-05-25 19:18:24', 55.9055, -153.5083, 20, 6, 'mw', 'ak0086prvtd2', 'south of Alaska', 'earthquake\r'), +(17842, '2008-05-26 15:01:34', 8.423, -82.968, 13, 5.6, 'mwc', 'usp000g7u8', 'Panama-Costa Rica border region', 'earthquake\r'), +(17843, '2008-05-27 05:51:12', -56.597, 147.41, 10, 5.9, 'mwc', 'usp000g7vq', 'west of Macquarie Island', 'earthquake\r'), +(17844, '2008-05-27 08:37:52', 32.71, 105.54, 10, 5.7, 'mwc', 'usp000g7w8', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(17845, '2008-05-27 11:27:56', 13.616, -91.02, 26, 5.7, 'mwc', 'usp000g7wm', 'offshore Guatemala', 'earthquake\r'), +(17846, '2008-05-29 15:46:00', 64.005, -21.013, 9, 6.3, 'mwc', 'usp000g826', 'Iceland', 'earthquake\r'), +(17847, '2008-05-30 07:25:40', 30.802, 141.523, 16, 5.8, 'mwc', 'usp000g83w', 'Izu Islands, Japan region', 'earthquake\r'), +(17848, '2008-05-30 10:44:12', -54.744, 0.987, 10, 5.7, 'mwc', 'usp000g847', 'Bouvet Island region', 'earthquake\r'), +(17849, '2008-05-31 04:37:56', -41.198, 80.479, 9, 6.4, 'mwc', 'usp000g867', 'Mid-Indian Ridge', 'earthquake\r'), +(17850, '2008-05-31 23:16:05', -28.919, -112.258, 10, 5.8, 'mwb', 'usp000g88f', 'Easter Island region', 'earthquake\r'), +(17851, '2008-06-01 00:31:15', -54.816, 0.979, 10, 5.5, 'mwc', 'usp000g88q', 'Bouvet Island region', 'earthquake\r'), +(17852, '2008-06-01 01:57:24', 20.124, 121.35, 31, 6.3, 'mwc', 'usp000g88u', 'Batan Islands region, Philippines', 'earthquake\r'), +(17853, '2008-06-01 14:31:03', -59.384, 149.66, 10, 6.5, 'mwc', 'usp000g8aj', 'west of Macquarie Island', 'earthquake\r'), +(17854, '2008-06-02 04:19:51', -15.223, -173.672, 35, 5.6, 'mwc', 'usp000g8c9', 'Tonga', 'earthquake\r'), +(17855, '2008-06-03 16:20:50', -10.509, 161.273, 84, 6.2, 'mwc', 'usp000g8g4', 'Solomon Islands', 'earthquake\r'), +(17856, '2008-06-03 17:31:32', -8.166, 120.255, 14, 5.9, 'mwc', 'usp000g8g9', 'Flores region, Indonesia', 'earthquake\r'), +(17857, '2008-06-03 21:03:47', -8.125, 120.265, 7, 5.8, 'mwc', 'usp000g8gm', 'Flores region, Indonesia', 'earthquake\r'), +(17858, '2008-06-03 22:04:28', -8.1, 120.231, 14, 6, 'mwc', 'usp000g8gp', 'Flores region, Indonesia', 'earthquake\r'), +(17859, '2008-06-04 17:03:07', 41.538, 139.058, 205, 5.7, 'mwb', 'usp000g8j4', 'Hokkaido, Japan region', 'earthquake\r'), +(17860, '2008-06-05 02:16:47', -38.844, -91.623, 10, 6, 'mwc', 'usp000g8kb', 'West Chile Rise', 'earthquake\r'), +(17861, '2008-06-05 05:22:26', -38.871, -91.613, 7, 5.8, 'mwb', 'usp000g8kt', 'West Chile Rise', 'earthquake\r'), +(17862, '2008-06-06 13:42:49', -7.495, 127.885, 122, 6, 'mwc', 'usp000g8qr', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(17863, '2008-06-06 20:02:57', 35.883, -0.658, 4, 5.5, 'mwc', 'usp000g8r4', 'northern Algeria', 'earthquake\r'), +(17864, '2008-06-08 12:25:30', 37.963, 21.525, 16, 6.4, 'mwc', 'usp000g8vs', 'southern Greece', 'earthquake\r'), +(17865, '2008-06-10 04:13:38', -18.098, 167.88, 35, 5.9, 'mwc', 'usp000g933', 'Vanuatu', 'earthquake\r'), +(17866, '2008-06-10 05:49:41', -18.068, 167.886, 35, 5.6, 'mwc', 'usp000g93e', 'Vanuatu', 'earthquake\r'), +(17867, '2008-06-11 02:30:08', -33.401, 179.911, 21.6, 5.5, 'mwc', 'usp000g96t', 'south of the Kermadec Islands', 'earthquake\r'), +(17868, '2008-06-12 05:30:44', -50.157, -114.169, 10, 5.9, 'mwc', 'usp000g9ah', 'southern East Pacific Rise', 'earthquake\r'), +(17869, '2008-06-13 23:43:45', 39.03, 140.881, 7.8, 6.9, 'mwc', 'usp000g9h6', 'eastern Honshu, Japan', 'earthquake\r'), +(17870, '2008-06-14 00:20:12', 38.882, 140.678, 6.4, 5.5, 'mwr', 'usp000g9hj', 'eastern Honshu, Japan', 'earthquake\r'), +(17871, '2008-06-15 01:13:12', -17.735, -179.733, 611.4, 5.9, 'mwb', 'usp000g9p3', 'Fiji region', 'earthquake\r'), +(17872, '2008-06-15 08:37:17', -36.623, -107.45, 10, 6, 'mwc', 'usp000g9qe', 'southern East Pacific Rise', 'earthquake\r'), +(17873, '2008-06-17 17:42:10', 5.008, -82.652, 10, 5.9, 'mwc', 'usp000g9wy', 'south of Panama', 'earthquake\r'), +(17874, '2008-06-19 00:36:46', -4.932, 151.754, 143.3, 5.5, 'mwb', 'usp000ga1d', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17875, '2008-06-20 03:16:02', -4.775, 148.922, 607.5, 5.5, 'mwc', 'usp000ga4q', 'Bismarck Sea', 'earthquake\r'), +(17876, '2008-06-21 11:36:24', 36.06, 21.82, 5, 5.6, 'mwc', 'usp000ga7w', 'southern Greece', 'earthquake\r'), +(17877, '2008-06-22 07:22:07', -8.865, 157.804, 11, 5.8, 'mwb', 'usp000ga9w', 'Solomon Islands', 'earthquake\r'), +(17878, '2008-06-22 23:56:30', 67.698, 141.276, 18, 6.1, 'mwc', 'usp000gabx', 'northeastern Sakha, Russia', 'earthquake\r'), +(17879, '2008-06-23 12:32:13', 46.482, 153.267, 10, 5.6, 'mwb', 'usp000gacw', 'Kuril Islands', 'earthquake\r'), +(17880, '2008-06-25 01:52:36', 1.324, 97.158, 19, 5.5, 'mwc', 'usp000gagd', 'Nias region, Indonesia', 'earthquake\r'), +(17881, '2008-06-25 02:53:25', 1.344, 97.191, 16, 5.7, 'mwc', 'usp000gagm', 'Nias region, Indonesia', 'earthquake\r'), +(17882, '2008-06-25 15:41:28', -5.266, 151.69, 50.6, 5.7, 'mwc', 'usp000gaj1', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17883, '2008-06-25 23:37:12', 41.937, 142.486, 55.6, 5.5, 'mwc', 'usp000gak3', 'Hokkaido, Japan region', 'earthquake\r'), +(17884, '2008-06-26 21:19:16', -20.768, -173.342, 38, 6.2, 'mwb', 'usp000gang', 'Tonga', 'earthquake\r'), +(17885, '2008-06-27 11:40:14', 11.005, 91.824, 17, 6.6, 'mwc', 'usp000gapt', 'Andaman Islands, India region', 'earthquake\r'), +(17886, '2008-06-27 13:07:08', 10.894, 91.777, 17, 5.9, 'mwc', 'usp000gaq4', 'Andaman Islands, India region', 'earthquake\r'), +(17887, '2008-06-28 12:54:46', 10.847, 91.712, 15, 6.1, 'mwc', 'usp000gaua', 'Andaman Islands, India region', 'earthquake\r'), +(17888, '2008-06-29 09:42:20', 14.178, -92.718, 6, 5.5, 'mwc', 'usp000gaxk', 'offshore Chiapas, Mexico', 'earthquake\r'), +(17889, '2008-06-29 12:47:27', 35.658, 88.307, 10, 5.5, 'mwc', 'usp000gaxv', 'western Xizang', 'earthquake\r'), +(17890, '2008-06-29 20:53:05', 45.156, 137.446, 326, 6, 'mwc', 'usp000gaz0', 'Primor\'\'ye, Russia', 'earthquake\r'), +(17891, '2008-06-30 06:17:43', -58.227, -22.099, 8, 7, 'mwc', 'usp000gazv', 'South Sandwich Islands region', 'earthquake\r'), +(17892, '2008-07-01 01:54:41', -58.121, -21.882, 10, 5.6, 'mwb', 'usp000gb1g', 'east of the South Sandwich Islands', 'earthquake\r'), +(17893, '2008-07-03 03:02:38', -23.37, -179.778, 581.2, 6.2, 'mwc', 'usp000gb6n', 'south of the Fiji Islands', 'earthquake\r'), +(17894, '2008-07-03 06:34:54', 10.281, -60.442, 33.9, 5.8, 'mwc', 'usp000gb74', 'Trinidad region, Trinidad and Tobago', 'earthquake\r'), +(17895, '2008-07-05 02:12:04', 53.882, 152.886, 632.8, 7.7, 'mwc', 'usp000gbc0', 'Sea of Okhotsk', 'earthquake\r'), +(17896, '2008-07-06 01:00:09', 45.354, 151.044, 22, 5.7, 'mwc', 'usp000gbed', 'Kuril Islands', 'earthquake\r'), +(17897, '2008-07-06 09:08:21', 45.387, 150.965, 17, 5.7, 'mwc', 'usp000gbf8', 'Kuril Islands', 'earthquake\r'), +(17898, '2008-07-07 04:44:56', -16.428, -174.047, 116, 5.5, 'mwb', 'usp000gbhg', 'Tonga', 'earthquake\r'), +(17899, '2008-07-08 07:42:11', 27.532, 128.334, 43, 6, 'mwc', 'usp000gbmx', 'Ryukyu Islands, Japan', 'earthquake\r'), +(17900, '2008-07-08 09:13:07', -15.986, -71.748, 123, 6.2, 'mwc', 'usp000gbn0', 'southern Peru', 'earthquake\r'), +(17901, '2008-07-11 09:58:50', -2.943, 147.821, 23.7, 5.7, 'mwc', 'usp000gbwa', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(17902, '2008-07-11 21:35:06', 21.023, 121.132, 6, 5.5, 'mwb', 'usp000gbxb', 'Taiwan region', 'earthquake\r'), +(17903, '2008-07-13 14:58:33', 21.014, 121.149, 14, 6.2, 'mwc', 'usp000gc2b', 'Taiwan region', 'earthquake\r'), +(17904, '2008-07-14 04:44:52', 2.177, 96.518, 24, 5.6, 'mwc', 'usp000gc46', 'Simeulue, Indonesia', 'earthquake\r'), +(17905, '2008-07-15 03:26:35', 35.8, 27.86, 52, 6.4, 'mwc', 'usp000gc72', 'Dodecanese Islands, Greece', 'earthquake\r'), +(17906, '2008-07-15 05:07:12', -47.366, -12.17, 10, 5.7, 'mwc', 'usp000gc7h', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(17907, '2008-07-16 08:11:04', -16.599, -172.963, 10, 5.7, 'mwc', 'usp000gcae', 'Samoa Islands region', 'earthquake\r'), +(17908, '2008-07-16 17:09:19', -31.131, -178.506, 89, 5.5, 'mwc', 'usp000gcbj', 'Kermadec Islands region', 'earthquake\r'), +(17909, '2008-07-17 22:36:19', 44.367, -129.356, 10, 5.5, 'mwc', 'usp000gcf1', 'off the coast of Oregon', 'earthquake\r'), +(17910, '2008-07-17 22:51:55', 44.371, -129.417, 10, 5.7, 'mwc', 'usp000gcf5', 'off the coast of Oregon', 'earthquake\r'), +(17911, '2008-07-19 02:39:29', 37.552, 142.214, 22, 7, 'mwc', 'usp000gcjg', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(17912, '2008-07-19 09:27:01', -11.041, 164.493, 11, 6.6, 'mwc', 'usp000gckc', 'Santa Cruz Islands region', 'earthquake\r'), +(17913, '2008-07-19 09:34:27', -11.043, 164.531, 10, 5.5, 'mb', 'usp000gcke', 'Santa Cruz Islands region', 'earthquake\r'), +(17914, '2008-07-19 11:01:18', -11.066, 164.616, 10, 6.2, 'mwc', 'usp000gckp', 'Santa Cruz Islands region', 'earthquake\r'), +(17915, '2008-07-19 22:39:53', -17.337, -177.312, 391, 6.4, 'mwc', 'usp000gcnf', 'Fiji region', 'earthquake\r'), +(17916, '2008-07-20 21:13:36', -3.792, 150.896, 10, 5.5, 'mwb', 'usp000gcr7', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(17917, '2008-07-20 21:30:30', 27.773, 139.615, 481.4, 5.8, 'mwb', 'usp000gcr8', 'Bonin Islands, Japan region', 'earthquake\r'), +(17918, '2008-07-21 11:30:29', 37.186, 142.051, 22, 6, 'mwc', 'usp000gcsz', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(17919, '2008-07-23 15:26:20', 39.802, 141.464, 108, 6.8, 'mwc', 'usp000gczp', 'eastern Honshu, Japan', 'earthquake\r'), +(17920, '2008-07-23 19:54:44', 32.752, 105.498, 4, 5.5, 'mwc', 'usp000gd09', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(17921, '2008-07-24 01:43:16', 50.967, 157.584, 27, 6.2, 'mwc', 'usp000gd0v', 'Kuril Islands', 'earthquake\r'), +(17922, '2008-07-24 07:09:30', 32.747, 105.542, 10, 5.7, 'mwc', 'usp000gd1g', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(17923, '2008-07-25 00:29:23', 51.279, 178.982, 21, 5.9, 'mwc', 'usp000gd39', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17924, '2008-07-25 20:11:08', -5.808, 146.658, 39.1, 5.5, 'mwc', 'usp000gd4r', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(17925, '2008-07-27 21:15:42', -0.253, -18.287, 17, 5.9, 'mwc', 'usp000gd9j', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17926, '2008-07-28 21:37:33', -10.606, 163.162, 10, 5.9, 'mwc', 'usp000gdbt', 'Solomon Islands', 'earthquake\r'), +(17927, '2008-07-28 21:40:47', -10.578, 163.103, 10, 6, 'mwc', 'usp000gdbu', 'Solomon Islands', 'earthquake\r'), +(17928, '2008-07-29 20:56:22', -54.727, -118.783, 10, 5.8, 'mwb', 'usp000gdds', 'southern East Pacific Rise', 'earthquake\r'), +(17929, '2008-07-30 20:15:12', -59.644, -27.806, 136, 5.6, 'mwb', 'usp000gdg3', 'South Sandwich Islands region', 'earthquake\r'), +(17930, '2008-08-01 08:32:44', 32.033, 104.722, 11, 5.7, 'mwb', 'usp000gdkc', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(17931, '2008-08-01 10:35:24', 13.516, 120.757, 135.1, 5.6, 'mwb', 'usp000gdkg', 'Mindoro, Philippines', 'earthquake\r'), +(17932, '2008-08-02 15:34:23', -16.314, 178.163, 10, 5.5, 'mwc', 'usp000gdp1', 'Fiji', 'earthquake\r'), +(17933, '2008-08-04 04:42:15', 49.852, 156.38, 76.9, 5.8, 'mwc', 'usp000gdtk', 'Kuril Islands', 'earthquake\r'), +(17934, '2008-08-04 15:16:53', -5.06, 151.796, 45.1, 5.5, 'mwb', 'usp000gdub', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(17935, '2008-08-04 20:45:14', -5.916, 130.195, 173.9, 6.3, 'mwc', 'usp000gdus', 'Banda Sea', 'earthquake\r'), +(17936, '2008-08-05 09:49:17', 32.756, 105.494, 6, 6, 'mwc', 'usp000gdw4', 'Sichuan-Gansu border region, China', 'earthquake\r'), +(17937, '2008-08-06 22:41:04', -8.131, 117.665, 30.7, 5.9, 'mwc', 'usp000ge01', 'Sumbawa region, Indonesia', 'earthquake\r'), +(17938, '2008-08-07 02:18:14', 26.64, -111, 10, 5.5, 'mwc', 'usp000ge0q', 'Gulf of California', 'earthquake\r'), +(17939, '2008-08-07 18:30:03', 52.19, -175.651, 12, 5.8, 'mwc', 'usp000ge3t', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17940, '2008-08-07 22:58:33', -9.139, -109.518, 10, 5.6, 'mwc', 'usp000ge4u', 'central East Pacific Rise', 'earthquake\r'), +(17941, '2008-08-08 06:37:42', -3.942, 101.076, 23, 5.8, 'mwc', 'usp000ge5t', 'southern Sumatra, Indonesia', 'earthquake\r'), +(17942, '2008-08-09 06:01:49', -60.648, 153.771, 10, 6.5, 'mwc', 'usp000ge8h', 'west of Macquarie Island', 'earthquake\r'), +(17943, '2008-08-09 15:18:17', 51.504, -178.441, 58.2, 5.5, 'mwc', 'usp000ge99', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(17944, '2008-08-09 16:36:38', -60.693, 153.826, 10, 6.3, 'mwc', 'usp000ge9g', 'west of Macquarie Island', 'earthquake\r'), +(17945, '2008-08-10 08:20:33', 11.055, 91.814, 20, 6.2, 'mwc', 'usp000geas', 'Andaman Islands, India region', 'earthquake\r'), +(17946, '2008-08-10 12:21:12', 10.947, 91.711, 13, 5.7, 'mwc', 'usp000gebh', 'Andaman Islands, India region', 'earthquake\r'), +(17947, '2008-08-11 23:38:38', -1.02, -21.843, 13, 6, 'mwc', 'usp000gef7', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17948, '2008-08-12 05:25:58', -11.432, 166.23, 38, 5.9, 'mwb', 'usp000gefw', 'Santa Cruz Islands', 'earthquake\r'), +(17949, '2008-08-13 01:32:46', -13.382, -111.281, 10, 5.7, 'mwc', 'usp000gehn', 'central East Pacific Rise', 'earthquake\r'), +(17950, '2008-08-13 18:30:57', 83.55, 114.516, 10, 5.7, 'mwc', 'usp000gekh', 'north of Severnaya Zemlya', 'earthquake\r'), +(17951, '2008-08-14 15:10:17', -15.273, -177.765, 56.3, 5.5, 'mwc', 'usp000genv', 'Fiji region', 'earthquake\r'), +(17952, '2008-08-14 22:55:47', 7.292, -82.726, 6, 5.5, 'mwc', 'usp000gepp', 'south of Panama', 'earthquake\r'), +(17953, '2008-08-15 10:25:17', 12.897, 124.319, 10, 6, 'mwc', 'usp000geqv', 'Samar, Philippines', 'earthquake\r'), +(17954, '2008-08-16 04:01:09', 52.272, 98.207, 12.1, 5.7, 'mwc', 'usp000gesj', 'Russia-Mongolia border region', 'earthquake\r'), +(17955, '2008-08-17 15:39:08', -52.873, -4.453, 10, 5.6, 'mwc', 'usp000gewb', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(17956, '2008-08-19 08:33:55', -8.201, -13.449, 10, 5.5, 'mwc', 'usp000gf02', 'Ascension Island region', 'earthquake\r'), +(17957, '2008-08-19 10:58:00', -28.545, -112.842, 9, 5.7, 'mwc', 'usp000gf0f', 'Easter Island region', 'earthquake\r'), +(17958, '2008-08-19 13:37:28', -14.915, -173.246, 10, 5.7, 'mwc', 'usp000gf0s', 'Samoa Islands region', 'earthquake\r'), +(17959, '2008-08-19 16:30:13', -15.087, -173.476, 8, 6.1, 'mwb', 'usp000gf11', 'Tonga', 'earthquake\r'), +(17960, '2008-08-21 12:24:31', 25.039, 97.697, 10, 6, 'mwc', 'usp000gf5p', 'Myanmar-China border region', 'earthquake\r'), +(17961, '2008-08-22 07:47:40', -17.769, 65.394, 6, 6, 'mwc', 'usp000gf7u', 'Mauritius - Reunion region', 'earthquake\r'), +(17962, '2008-08-25 02:43:06', 10.307, 125.252, 27, 5.8, 'mwc', 'usp000gff8', 'Leyte, Philippines', 'earthquake\r'), +(17963, '2008-08-25 11:25:19', -39.715, 176.851, 31.8, 5.5, 'mwc', 'usp000gfg5', 'North Island of New Zealand', 'earthquake\r'), +(17964, '2008-08-25 13:21:59', 30.901, 83.52, 12, 6.7, 'mwc', 'usp000gfga', 'western Xizang', 'earthquake\r'), +(17965, '2008-08-26 03:07:30', -6.338, 104.469, 21.7, 5.7, 'mwc', 'usp000gfjv', 'Sunda Strait, Indonesia', 'earthquake\r'), +(17966, '2008-08-26 21:00:37', -7.641, -74.377, 154, 6.4, 'mwc', 'usp000gfmr', 'northern Peru', 'earthquake\r'), +(17967, '2008-08-27 01:35:32', 51.607, 104.158, 16, 6.3, 'mwc', 'usp000gfng', 'Lake Baykal region, Russia', 'earthquake\r'), +(17968, '2008-08-27 06:46:19', -10.751, 41.469, 10, 5.7, 'mwc', 'usp000gfp7', 'Comoros region', 'earthquake\r'), +(17969, '2008-08-27 21:52:38', 32.308, 47.35, 10, 5.8, 'mwc', 'usp000gfre', 'Iran-Iraq border region', 'earthquake\r'), +(17970, '2008-08-28 12:37:35', 50.165, -129.628, 12, 5.9, 'mwc', 'usp000gfug', 'Vancouver Island, Canada region', 'earthquake\r'), +(17971, '2008-08-28 15:22:23', -0.252, -17.358, 12, 6.3, 'mwc', 'usp000gfuy', 'north of Ascension Island', 'earthquake\r'), +(17972, '2008-08-30 06:54:08', -6.146, 147.258, 75, 6.4, 'mwc', 'usp000gfzr', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(17973, '2008-08-30 08:30:53', 26.241, 101.889, 11, 6, 'mwc', 'usp000gg00', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(17974, '2008-08-31 01:15:25', -61.233, -67.738, 10, 5.5, 'mwc', 'usp000gg1k', 'Drake Passage', 'earthquake\r'), +(17975, '2008-08-31 08:31:11', 26.232, 101.97, 10, 5.6, 'mwc', 'usp000gg2j', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(17976, '2008-09-01 04:00:39', -25.387, -177.636, 171.1, 6, 'mwc', 'usp000gg4h', 'south of the Fiji Islands', 'earthquake\r'), +(17977, '2008-09-01 07:06:17', -15.261, -176.413, 10, 5.7, 'mwc', 'usp000gg4y', 'Fiji region', 'earthquake\r'), +(17978, '2008-09-01 17:19:12', 4.538, 126.041, 108.7, 5.6, 'mwc', 'usp000gg5w', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(17979, '2008-09-03 11:25:14', -26.736, -63.225, 569.6, 6.3, 'mwc', 'usp000ggap', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(17980, '2008-09-04 09:37:04', -12.143, 167.101, 272, 5.7, 'mwb', 'usp000ggcx', 'Santa Cruz Islands', 'earthquake\r'), +(17981, '2008-09-04 16:09:51', -31.555, -177.806, 26.1, 5.8, 'mwc', 'usp000ggdn', 'Kermadec Islands region', 'earthquake\r'), +(17982, '2008-09-05 12:35:44', -13.273, 166.966, 146.8, 5.6, 'mwb', 'usp000ggfe', 'Vanuatu', 'earthquake\r'), +(17983, '2008-09-05 19:07:38', -1.171, -13.955, 10, 5.8, 'mwc', 'usp000ggg1', 'north of Ascension Island', 'earthquake\r'), +(17984, '2008-09-06 05:47:40', 36.487, 70.934, 191.5, 5.8, 'mwc', 'usp000gggx', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(17985, '2008-09-08 03:03:16', -19.964, 169.108, 36, 6.2, 'mwc', 'usp000ggmp', 'Vanuatu', 'earthquake\r'), +(17986, '2008-09-08 18:52:07', -13.501, 166.967, 110, 6.9, 'mwc', 'usp000ggp4', 'Vanuatu', 'earthquake\r'), +(17987, '2008-09-09 07:43:13', 24.666, 122.57, 101.8, 5.5, 'mwc', 'usp000ggq7', 'Taiwan region', 'earthquake\r'), +(17988, '2008-09-09 12:22:49', -9.272, 158.261, 12, 5.9, 'mwc', 'usp000ggqg', 'Solomon Islands', 'earthquake\r'), +(17989, '2008-09-09 23:18:26', -11.801, 166.508, 99.4, 5.6, 'mwb', 'usp000ggr9', 'Santa Cruz Islands', 'earthquake\r'), +(17990, '2008-09-10 03:00:31', 2.506, 96.323, 43.2, 5.5, 'mwc', 'usp000ggrr', 'Simeulue, Indonesia', 'earthquake\r'), +(17991, '2008-09-10 11:00:34', 26.743, 55.828, 12, 6.1, 'mwc', 'usp000ggsg', 'southern Iran', 'earthquake\r'), +(17992, '2008-09-10 13:08:15', 8.093, -38.705, 9, 6.6, 'mwc', 'usp000ggsv', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(17993, '2008-09-10 16:12:04', -20.262, -69.224, 37.7, 5.7, 'mwc', 'usp000ggtf', 'Tarapaca, Chile', 'earthquake\r'), +(17994, '2008-09-11 00:00:03', 1.885, 127.363, 96, 6.6, 'mwc', 'usp000ggu7', 'Halmahera, Indonesia', 'earthquake\r'), +(17995, '2008-09-11 00:20:51', 41.892, 143.754, 25, 6.8, 'mwc', 'usp000ggu8', 'Hokkaido, Japan region', 'earthquake\r'), +(17996, '2008-09-12 16:44:31', -21.682, 170.471, 115.6, 5.8, 'mwb', 'usp000ggy0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(17997, '2008-09-12 23:07:51', 56.312, 164.07, 12, 5.9, 'mwc', 'usp000ggye', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(17998, '2008-09-13 00:04:04', -3.78, 128.956, 94.8, 5.6, 'mwc', 'usp000ggyg', 'Seram, Indonesia', 'earthquake\r'), +(17999, '2008-09-13 09:32:01', 4.79, -75.517, 132.9, 5.7, 'mwb', 'usp000ggze', 'Colombia', 'earthquake\r'), +(18000, '2008-09-14 00:00:09', -8.728, 126.855, 22, 5.6, 'mwc', 'usp000gh0e', 'East Timor region', 'earthquake\r'), +(18001, '2008-09-14 20:18:54', -23.614, -177.329, 199, 5.5, 'mwc', 'usp000gh24', 'south of the Fiji Islands', 'earthquake\r'), +(18002, '2008-09-16 07:28:25', 0.902, -28.998, 10, 5.8, 'mwc', 'usp000gh4x', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(18003, '2008-09-16 11:15:41', -8.779, 126.844, 35, 5.7, 'mwc', 'usp000gh59', 'East Timor region', 'earthquake\r'), +(18004, '2008-09-18 01:41:03', -4.554, -105.999, 11, 6, 'mwc', 'usp000gh8u', 'central East Pacific Rise', 'earthquake\r'), +(18005, '2008-09-18 11:58:47', 51.94, 158.363, 35, 5.9, 'mwb', 'usp000gh9g', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(18006, '2008-09-19 22:49:04', -11.185, 164.481, 37.2, 5.6, 'mwc', 'usp000ghcm', 'Santa Cruz Islands region', 'earthquake\r'), +(18007, '2008-09-22 07:31:59', 41.578, 140.45, 149, 5.6, 'mwb', 'usp000ghh2', 'Hokkaido, Japan region', 'earthquake\r'), +(18008, '2008-09-24 02:33:06', 17.612, -105.497, 12, 6.4, 'mwc', 'usp000ghm1', 'off the coast of Colima, Mexico', 'earthquake\r'), +(18009, '2008-09-25 01:47:11', 30.836, 83.487, 4, 6, 'mwc', 'usp000ghnu', 'western Xizang', 'earthquake\r'), +(18010, '2008-09-26 18:46:19', 3.074, 65.316, 10, 5.7, 'mwc', 'usp000ghsd', 'Carlsberg Ridge', 'earthquake\r'), +(18011, '2008-09-27 03:04:52', 13.469, 120.575, 10, 5.7, 'mwc', 'usp000ght5', 'Mindoro, Philippines', 'earthquake\r'), +(18012, '2008-09-27 03:09:05', 13.477, 120.548, 11, 5.9, 'mwc', 'usp000ght7', 'Mindoro, Philippines', 'earthquake\r'), +(18013, '2008-09-28 22:20:21', 71.325, -3.882, 10, 5.5, 'mwc', 'usp000ghww', 'Jan Mayen Island region', 'earthquake\r'), +(18014, '2008-09-29 15:19:32', -29.756, -177.683, 36, 7, 'mwc', 'usp000ghyg', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18015, '2008-10-01 09:38:12', 30.165, 138.78, 413.5, 5.7, 'mwb', 'usp000gj2j', 'Izu Islands, Japan region', 'earthquake\r'), +(18016, '2008-10-01 18:04:24', 13.367, 120.444, 10, 5.5, 'mwc', 'usp000gj38', 'Mindoro, Philippines', 'earthquake\r'), +(18017, '2008-10-02 23:28:09', -23.019, 169.861, 10, 5.8, 'mwc', 'usp000gj6h', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18018, '2008-10-03 03:40:28', -22.36, 171.21, 10, 5.6, 'mwc', 'usp000gj6x', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18019, '2008-10-03 05:26:21', 7.517, -36.758, 5, 5.7, 'mwc', 'usp000gj72', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(18020, '2008-10-03 05:30:24', 7.561, -36.882, 10, 5.6, 'mwc', 'usp000gj74', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(18021, '2008-10-03 21:20:24', 10.764, 91.659, 19, 5.6, 'mwb', 'usp000gj8t', 'Andaman Islands, India region', 'earthquake\r'), +(18022, '2008-10-04 07:56:53', -59.34, -25.903, 35, 5.7, 'mwc', 'usp000gj9s', 'South Sandwich Islands region', 'earthquake\r'), +(18023, '2008-10-04 11:47:06', -38.885, -91.23, 10, 5.5, 'mwc', 'usp000gja3', 'West Chile Rise', 'earthquake\r'), +(18024, '2008-10-05 09:12:36', -30.184, -177.176, 10, 6.1, 'mwc', 'usp000gjce', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18025, '2008-10-05 15:52:49', 39.533, 73.824, 27.4, 6.7, 'mwc', 'usp000gjd4', 'Kyrgyzstan', 'earthquake\r'), +(18026, '2008-10-05 15:55:24', 39.359, 73.663, 35, 5.9, 'mb', 'usp000gjd5', 'Tajikistan', 'earthquake\r'), +(18027, '2008-10-05 16:11:10', 39.508, 73.888, 35, 5.6, 'mb', 'usp000gjdd', 'Kyrgyzstan-Tajikistan-Xinjiang border region', 'earthquake\r'), +(18028, '2008-10-05 22:56:29', 33.886, 69.47, 10, 6, 'mwc', 'usp000gjf6', 'central Afghanistan', 'earthquake\r'), +(18029, '2008-10-06 08:30:46', 29.807, 90.35, 12, 6.3, 'mwc', 'usp000gjgt', 'eastern Xizang', 'earthquake\r'), +(18030, '2008-10-07 10:00:48', 79.817, -115.448, 10, 5.7, 'mwc', 'usp000gjmm', 'Arctic Ocean', 'earthquake\r'), +(18031, '2008-10-08 14:07:16', 29.757, 90.328, 9, 5.5, 'mwc', 'usp000gjqa', 'eastern Xizang', 'earthquake\r'), +(18032, '2008-10-09 17:49:59', -21.03, -174.42, 10, 5.9, 'mwc', 'usp000gjt1', 'Tonga', 'earthquake\r'), +(18033, '2008-10-09 23:08:45', -15.248, -173.515, 10, 5.6, 'mwc', 'usp000gjtm', 'Tonga', 'earthquake\r'), +(18034, '2008-10-11 09:06:11', 43.372, 46.254, 16, 5.8, 'mwc', 'usp000gjy6', 'Caucasus region, Russia', 'earthquake\r'), +(18035, '2008-10-11 10:40:14', 19.161, -64.833, 23, 6.1, 'mwc', 'usp000gjyf', 'Virgin Islands region', 'earthquake\r'), +(18036, '2008-10-11 12:23:30', -29.821, -176.902, 35, 5.5, 'mwc', 'usp000gjz6', 'Kermadec Islands region', 'earthquake\r'), +(18037, '2008-10-12 20:55:41', -20.123, -64.971, 352.7, 6.2, 'mwb', 'usp000gk3x', 'Chuquisaca, Bolivia', 'earthquake\r'), +(18038, '2008-10-16 19:41:26', 14.423, -92.364, 24, 6.7, 'mwc', 'usp000gkde', 'offshore Chiapas, Mexico', 'earthquake\r'), +(18039, '2008-10-16 19:43:37', 14.256, -92.554, 23.2, 5.8, 'mb', 'usp000gkdf', 'offshore Chiapas, Mexico', 'earthquake\r'), +(18040, '2008-10-18 00:54:40', -6.951, 147.269, 77.3, 5.7, 'mwc', 'usp000gkfx', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(18041, '2008-10-19 05:10:34', -21.863, -173.819, 29, 6.9, 'mwc', 'usp000gkje', 'Tonga', 'earthquake\r'), +(18042, '2008-10-19 12:55:06', -21.972, -173.7, 35, 5.6, 'mwc', 'usp000gkk1', 'Tonga', 'earthquake\r'), +(18043, '2008-10-20 04:54:19', 0.109, 120.681, 96, 5.9, 'mwc', 'usp000gkmx', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(18044, '2008-10-21 13:00:48', -7.47, 127.732, 135.2, 5.6, 'mwc', 'usp000gkra', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(18045, '2008-10-22 12:55:57', -18.414, -175.351, 233.4, 6.4, 'mwc', 'usp000gkta', 'Tonga', 'earthquake\r'), +(18046, '2008-10-23 09:21:15', 5.957, 125.778, 129.9, 5.7, 'mwc', 'usp000gkux', 'Mindanao, Philippines', 'earthquake\r'), +(18047, '2008-10-23 10:04:35', -2.635, 145.574, 10, 6.3, 'mwc', 'usp000gkuz', 'Admiralty Islands region, Papua New Guinea', 'earthquake\r'), +(18048, '2008-10-25 19:24:51', -17.227, 167.255, 22.8, 5.7, 'mwb', 'usp000gm0x', 'Vanuatu', 'earthquake\r'), +(18049, '2008-10-26 01:28:56', 36.49, 70.683, 210, 5.7, 'mwb', 'usp000gm1j', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(18050, '2008-10-26 09:08:35', -0.141, 123.015, 81, 5.6, 'mwc', 'usp000gm2d', 'Sulawesi, Indonesia', 'earthquake\r'), +(18051, '2008-10-28 16:00:03', -3.494, 145.867, 18.3, 6, 'mwc', 'usp000gm7s', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(18052, '2008-10-28 23:09:58', 30.639, 67.351, 15, 6.4, 'mwc', 'usp000gm8g', 'Pakistan', 'earthquake\r'), +(18053, '2008-10-29 01:35:59', -8.896, -108.395, 10, 5.7, 'mwc', 'usp000gm8w', 'central East Pacific Rise', 'earthquake\r'), +(18054, '2008-10-29 11:32:43', 30.598, 67.455, 14, 6.4, 'mwc', 'usp000gma2', 'Pakistan', 'earthquake\r'), +(18055, '2008-10-30 01:55:14', 46.425, 153.213, 32.5, 5.5, 'mwc', 'usp000gmcy', 'Kuril Islands', 'earthquake\r'), +(18056, '2008-10-30 15:15:41', -9.02, -108.246, 10, 6.1, 'mwc', 'usp000gmeh', 'central East Pacific Rise', 'earthquake\r'), +(18057, '2008-11-01 01:13:10', -3.399, 148.712, 10, 6, 'mwc', 'usp000gmjn', 'Bismarck Sea', 'earthquake\r'), +(18058, '2008-11-01 01:34:26', -6.676, 129.227, 10, 5.8, 'mwc', 'usp000gmjr', 'Banda Sea', 'earthquake\r'), +(18059, '2008-11-01 04:08:59', -3.42, 148.873, 10, 5.7, 'mwc', 'usp000gmk8', 'Bismarck Sea', 'earthquake\r'), +(18060, '2008-11-02 13:48:43', 51.552, -174.366, 36, 6.1, 'mwc', 'usp000gmps', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18061, '2008-11-02 15:00:55', -29.924, -176.956, 10, 5.7, 'mwc', 'usp000gmpz', 'Kermadec Islands region', 'earthquake\r'), +(18062, '2008-11-03 19:21:58', 1.145, 97.253, 10, 5.7, 'mwc', 'usp000gmvp', 'Nias region, Indonesia', 'earthquake\r'), +(18063, '2008-11-03 19:36:21', -16.297, -176.325, 370.5, 5.6, 'mwc', 'usp000gmvs', 'Fiji region', 'earthquake\r'), +(18064, '2008-11-04 18:35:45', -17.135, 168.458, 205.7, 6.3, 'mwc', 'usp000gmyk', 'Vanuatu', 'earthquake\r'), +(18065, '2008-11-05 03:41:43', -17.321, -174.362, 187.6, 5.7, 'mwb', 'usp000gmze', 'Tonga', 'earthquake\r'), +(18066, '2008-11-06 09:11:06', -29.855, -177.441, 19.4, 5.9, 'mwc', 'usp000gn2j', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18067, '2008-11-07 07:19:36', -14.829, 168.032, 13, 6.4, 'mwc', 'usp000gn4r', 'Vanuatu', 'earthquake\r'), +(18068, '2008-11-07 07:35:46', -14.946, 167.94, 10, 5.7, 'mwc', 'usp000gn4u', 'Vanuatu', 'earthquake\r'), +(18069, '2008-11-07 09:40:01', -14.924, 168.12, 10, 5.5, 'mwc', 'usp000gn59', 'Vanuatu', 'earthquake\r'), +(18070, '2008-11-07 16:04:23', -6.712, 129.074, 10, 6.2, 'mwc', 'usp000gn66', 'Banda Sea', 'earthquake\r'), +(18071, '2008-11-08 07:49:59', -15.223, -174.232, 121, 6, 'mwb', 'usp000gn7g', 'Tonga', 'earthquake\r'), +(18072, '2008-11-08 09:15:52', -15.218, -174.211, 140, 5.5, 'mwc', 'usp000gn7m', 'Tonga', 'earthquake\r'), +(18073, '2008-11-10 01:22:03', 37.565, 95.833, 19, 6.3, 'mwc', 'usp000gnbj', 'northern Qinghai, China', 'earthquake\r'), +(18074, '2008-11-13 15:10:16', -55.961, -27.234, 87.1, 5.6, 'mwc', 'usp000gnkt', 'South Sandwich Islands region', 'earthquake\r'), +(18075, '2008-11-13 16:02:08', -56.92, -140.801, 10, 5.5, 'mwc', 'usp000gnkv', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18076, '2008-11-14 02:05:10', -53.794, 8.727, 12, 5.9, 'mwc', 'usp000gnn8', 'Bouvet Island region', 'earthquake\r'), +(18077, '2008-11-15 23:03:17', 13.05, -88.75, 48, 5.8, 'mwc', 'usp000gnsv', 'offshore El Salvador', 'earthquake\r'), +(18078, '2008-11-16 12:20:37', 10.833, 91.711, 26.7, 5.5, 'mwc', 'usp000gnu8', 'Andaman Islands, India region', 'earthquake\r'), +(18079, '2008-11-16 17:02:33', 1.271, 122.091, 30, 7.4, 'mww', 'usp000gnur', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(18080, '2008-11-16 17:34:39', 1.291, 122.106, 35, 5.6, 'mb', 'usp000gnus', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(18081, '2008-11-16 18:20:32', 1.127, 121.775, 35, 5.5, 'mb', 'usp000gnuw', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(18082, '2008-11-17 06:00:59', -5.659, 128.799, 306.1, 5.6, 'mwc', 'usp000gnw0', 'Banda Sea', 'earthquake\r'), +(18083, '2008-11-17 12:55:23', 79.648, -116.056, 7, 5.7, 'mwc', 'usp000gnwz', 'Arctic Ocean', 'earthquake\r'), +(18084, '2008-11-18 14:03:15', -18.897, 169.48, 35, 5.5, 'mwc', 'usp000gnzu', 'Vanuatu', 'earthquake\r'), +(18085, '2008-11-19 06:11:21', 8.267, -82.967, 32, 6.3, 'mwc', 'usp000gp1c', 'Panama-Costa Rica border region', 'earthquake\r'), +(18086, '2008-11-19 20:38:59', -22.168, -179.717, 595.6, 5.8, 'mwb', 'usp000gp28', 'south of the Fiji Islands', 'earthquake\r'), +(18087, '2008-11-21 07:05:35', -8.947, 159.553, 118, 6.1, 'mwb', 'usp000gp54', 'Solomon Islands', 'earthquake\r'), +(18088, '2008-11-21 22:35:01', -55.033, -129.565, 10, 5.6, 'mwc', 'usp000gp64', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18089, '2008-11-22 16:01:02', -4.348, 101.259, 24, 6.3, 'mwc', 'usp000gp75', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18090, '2008-11-22 16:01:39', -22.523, 171.199, 57.3, 6.4, 'mwc', 'usp000gp76', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18091, '2008-11-22 16:11:49', -4.483, 101.421, 23.4, 5.7, 'mb', 'usp000gp78', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18092, '2008-11-22 17:22:36', -22.441, 171.238, 69.2, 5.7, 'mwc', 'usp000gp7g', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18093, '2008-11-22 18:49:42', -1.23, -13.933, 10, 6.3, 'mwc', 'usp000gp7q', 'north of Ascension Island', 'earthquake\r'), +(18094, '2008-11-22 23:06:48', -37.244, -95.065, 10, 5.7, 'mwc', 'usp000gp82', 'southeast of Easter Island', 'earthquake\r'), +(18095, '2008-11-23 07:53:45', -20.256, -175.574, 170.1, 5.5, 'mwc', 'usp000gp8s', 'Tonga', 'earthquake\r'), +(18096, '2008-11-23 08:58:18', -22.434, 171.322, 39.6, 5.6, 'mwc', 'usp000gp8u', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18097, '2008-11-24 09:02:59', 54.203, 154.322, 492.3, 7.3, 'mwc', 'usp000gpbs', 'Sea of Okhotsk', 'earthquake\r'), +(18098, '2008-11-25 01:36:31', -30.244, -177.876, 35, 5.6, 'mwc', 'usp000gpd2', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18099, '2008-11-25 12:40:04', 18.013, 146.968, 10, 5.6, 'mwc', 'usp000gpdz', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(18100, '2008-11-25 15:04:44', -22.901, -175.201, 35, 5.6, 'mwc', 'usp000gpe3', 'Tonga region', 'earthquake\r'), +(18101, '2008-11-27 17:31:28', -17.801, 167.588, 10, 5.5, 'mwc', 'usp000gpja', 'Vanuatu', 'earthquake\r'), +(18102, '2008-11-28 08:50:48', -4.755, 101.764, 25, 5.9, 'mwc', 'usp000gpks', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18103, '2008-11-28 13:42:19', 40.348, -126.978, 10, 5.9, 'mwc', 'usp000gpm2', 'off the coast of Northern California', 'earthquake\r'), +(18104, '2008-11-29 05:59:17', -18.701, -177.716, 386, 6, 'mwc', 'usp000gpn6', 'Fiji region', 'earthquake\r'), +(18105, '2008-11-30 00:38:54', 18.024, 146.994, 14, 5.6, 'mwc', 'usp000gppg', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(18106, '2008-12-02 12:31:44', 19.108, 145.75, 137.1, 5.9, 'mwc', 'usp000gpte', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(18107, '2008-12-03 23:16:55', 38.589, 142.878, 14, 5.8, 'mwc', 'usp000gpw5', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18108, '2008-12-04 16:47:10', -21.389, -68.288, 115.3, 5.5, 'mwb', 'usp000gpxj', 'Antofagasta, Chile', 'earthquake\r'), +(18109, '2008-12-05 20:03:11', 38.529, 143.003, 34.3, 5.5, 'mwc', 'usp000gpzt', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(18110, '2008-12-06 06:21:48', -27.83, -176.628, 35, 5.7, 'mwc', 'usp000gq13', 'Kermadec Islands region', 'earthquake\r'), +(18111, '2008-12-06 10:55:26', -7.393, 124.745, 398, 6.4, 'mwc', 'usp000gq1h', 'Banda Sea', 'earthquake\r'), +(18112, '2008-12-07 06:23:10', 13.35, -44.826, 10, 5.6, 'mwc', 'usp000gq3c', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(18113, '2008-12-08 01:51:01', 13.415, -44.795, 10, 5.5, 'mwc', 'usp000gq5e', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(18114, '2008-12-08 18:39:09', -53.005, 106.823, 11, 6.3, 'mwc', 'usp000gq70', 'southeast Indian Ridge', 'earthquake\r'), +(18115, '2008-12-09 06:24:00', -31.232, -176.924, 18, 6.8, 'mwc', 'usp000gq7y', 'Kermadec Islands region', 'earthquake\r'), +(18116, '2008-12-09 15:31:50', -2.814, 139.32, 45.4, 5.7, 'mwc', 'usp000gq94', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18117, '2008-12-09 17:28:59', -15.929, 168.173, 224.1, 6.1, 'mwc', 'usp000gq9d', 'Vanuatu', 'earthquake\r'), +(18118, '2008-12-09 18:51:14', -20.886, -178.855, 596.8, 5.7, 'mwc', 'usp000gq9t', 'Fiji region', 'earthquake\r'), +(18119, '2008-12-09 22:52:38', 30.442, 67.404, 10, 5.7, 'mwc', 'usp000gqa5', 'Pakistan', 'earthquake\r'), +(18120, '2008-12-10 13:15:34', -12.337, 166.572, 51, 6, 'mwb', 'usp000gqbd', 'Santa Cruz Islands', 'earthquake\r'), +(18121, '2008-12-11 17:06:07', -3.649, 100.753, 14.1, 5.7, 'mwc', 'usp000gqdf', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18122, '2008-12-11 21:40:52', 0.063, 123.433, 129, 5.9, 'mwc', 'usp000gqe1', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(18123, '2008-12-13 08:45:36', -48.981, 123.398, 10, 5.9, 'mwc', 'usp000gqgt', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(18124, '2008-12-13 22:37:20', -14.103, 166.572, 14, 5.6, 'mwc', 'usp000gqj1', 'Vanuatu', 'earthquake\r'), +(18125, '2008-12-14 20:36:30', -60.078, -18.762, 10, 5.5, 'mwc', 'usp000gqm7', 'east of the South Sandwich Islands', 'earthquake\r'), +(18126, '2008-12-17 10:56:00', -17.744, -178.371, 530.3, 5.8, 'mwc', 'usp000gqsq', 'Fiji region', 'earthquake\r'), +(18127, '2008-12-18 20:57:39', -23.495, -179.996, 542.6, 5.6, 'mwc', 'usp000gqvt', 'south of the Fiji Islands', 'earthquake\r'), +(18128, '2008-12-18 21:19:28', -32.458, -71.726, 18, 6.2, 'mwc', 'usp000gqvv', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18129, '2008-12-18 21:50:28', -32.473, -72.051, 25, 6, 'mwc', 'usp000gqw3', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18130, '2008-12-19 08:31:52', 47.006, -27.29, 5, 5.9, 'mwb', 'usp000gqxr', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(18131, '2008-12-19 09:36:05', -32.458, -71.949, 32.2, 5.7, 'mwc', 'usp000gqxv', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18132, '2008-12-20 10:29:23', 36.541, 142.425, 19, 6.3, 'mwc', 'usp000gr0a', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(18133, '2008-12-20 15:43:08', 8.844, 126.532, 69.3, 5.6, 'mwc', 'usp000gr15', 'Mindanao, Philippines', 'earthquake\r'), +(18134, '2008-12-20 17:44:46', -2.769, 138.996, 45.1, 5.5, 'mwc', 'usp000gr1h', 'Papua, Indonesia', 'earthquake\r'), +(18135, '2008-12-20 21:05:16', -31.193, -13.338, 4, 5.8, 'mwc', 'usp000gr1z', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(18136, '2008-12-21 09:16:45', 36.541, 142.317, 13, 5.9, 'mwc', 'usp000gr3j', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(18137, '2008-12-23 11:15:18', -6.366, 154.943, 32, 5.9, 'mwc', 'usp000gr8h', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18138, '2008-12-24 09:11:34', -17.29, -171.909, 9, 6, 'mwc', 'usp000grbu', 'Tonga region', 'earthquake\r'), +(18139, '2008-12-25 00:10:48', -18.339, 176.779, 10, 5.5, 'mwc', 'usp000grdn', 'Fiji region', 'earthquake\r'), +(18140, '2008-12-25 03:20:29', 5.752, 125.377, 206, 6.3, 'mwc', 'usp000grdx', 'Mindanao, Philippines', 'earthquake\r'), +(18141, '2008-12-25 08:11:59', 49.128, -128.621, 10, 5.8, 'mwc', 'usp000greb', 'Vancouver Island, Canada region', 'earthquake\r'), +(18142, '2008-12-25 22:40:24', 23.417, 64.499, 13, 5.8, 'mwc', 'usp000grg4', 'off the coast of Pakistan', 'earthquake\r'), +(18143, '2008-12-29 03:37:41', 36.389, 71.075, 151, 5.8, 'mwc', 'usp000grrm', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(18144, '2008-12-30 19:49:53', -4.297, 101.217, 20, 5.9, 'mwb', 'usp000grvs', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18145, '2009-01-01 06:27:51', -34.84, -107.647, 10, 5.8, 'mwc', 'usp000gryu', 'southern East Pacific Rise', 'earthquake\r'), +(18146, '2009-01-01 16:57:53', -4.332, 101.298, 19, 5.5, 'mwc', 'usp000grzf', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18147, '2009-01-02 19:42:27', 0.624, -26.661, 10, 5.6, 'mwc', 'usp000gs11', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(18148, '2009-01-02 20:14:31', 0.791, -27.118, 10, 5.5, 'mwc', 'usp000gs13', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(18149, '2009-01-03 19:43:51', -0.414, 132.885, 17, 7.7, 'mwc', 'usp000gs2d', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18150, '2009-01-03 19:53:19', -0.589, 133.363, 35, 5.6, 'mb', 'usp000gs2f', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18151, '2009-01-03 20:23:20', 36.419, 70.743, 204.8, 6.6, 'mwc', 'usp000gs2v', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(18152, '2009-01-03 21:49:31', -0.325, 132.885, 29.2, 5.6, 'mb', 'usp000gs3m', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18153, '2009-01-03 22:33:40', -0.691, 133.305, 23, 7.4, 'mwc', 'usp000gs3t', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18154, '2009-01-04 00:00:38', -0.694, 133.275, 35, 5.5, 'mb', 'usp000gs3x', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18155, '2009-01-04 05:44:04', -0.669, 133.194, 31.9, 5.7, 'mwc', 'usp000gs4s', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18156, '2009-01-04 07:14:01', -0.395, 132.757, 35, 5.9, 'mwc', 'usp000gs51', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18157, '2009-01-04 23:12:59', 36.442, 70.883, 186.7, 5.7, 'mwc', 'usp000gs6n', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(18158, '2009-01-05 10:59:30', 23.808, -108.757, 10, 5.5, 'mwb', 'usp000gs7c', 'Gulf of California', 'earthquake\r'), +(18159, '2009-01-06 22:48:27', -0.659, 133.434, 16, 6, 'mwc', 'usp000gs9t', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18160, '2009-01-07 16:25:33', -20.707, -179.224, 656.6, 5.6, 'mwc', 'usp000gsb3', 'Fiji region', 'earthquake\r'), +(18161, '2009-01-08 16:18:50', -0.411, 132.934, 18, 5.5, 'mwc', 'usp000gsc8', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18162, '2009-01-08 19:21:36', 10.165, -84.197, 14, 6.1, 'mwc', 'usp000gscg', 'Costa Rica', 'earthquake\r'), +(18163, '2009-01-09 03:44:39', 10.437, 56.962, 10, 5.7, 'mwb', 'usp000gscv', 'Carlsberg Ridge', 'earthquake\r'), +(18164, '2009-01-13 01:04:43', -13.147, 66.078, 10, 6, 'mwc', 'usp000gshh', 'Mid-Indian Ridge', 'earthquake\r'), +(18165, '2009-01-15 07:27:20', -22.352, 170.635, 27, 6.7, 'mwc', 'usp000gsm5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18166, '2009-01-15 13:02:31', -22.54, 170.43, 35, 5.6, 'mwc', 'usp000gsmr', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18167, '2009-01-15 16:15:02', -10.334, 161.211, 114.1, 5.7, 'mwb', 'usp000gsmy', 'Solomon Islands', 'earthquake\r'), +(18168, '2009-01-15 17:49:39', 46.857, 155.154, 36, 7.4, 'mwc', 'usp000gsmz', 'east of the Kuril Islands', 'earthquake\r'), +(18169, '2009-01-16 19:55:22', -22.304, 170.274, 21.5, 5.8, 'mwc', 'usp000gsq0', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18170, '2009-01-17 02:57:32', 15.739, -92.744, 169.1, 5.8, 'mwc', 'usp000gsqq', 'Chiapas, Mexico', 'earthquake\r'), +(18171, '2009-01-18 14:11:49', -30.199, -177.951, 33, 6.4, 'mwc', 'usp000gssv', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18172, '2009-01-19 03:35:19', -22.596, 170.911, 12, 6.6, 'mwc', 'usp000gstk', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18173, '2009-01-19 03:46:38', -22.477, 170.806, 35, 6, 'mwc', 'usp000gstn', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18174, '2009-01-19 22:26:57', -22.792, 170.74, 35, 5.6, 'mwc', 'usp000gsuy', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18175, '2009-01-20 10:46:53', -4.667, 129.814, 143.8, 5.5, 'mwc', 'usp000gswg', 'Banda Sea', 'earthquake\r'), +(18176, '2009-01-21 17:08:43', -22.689, 171.043, 24, 6.1, 'mwc', 'usp000gsy5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18177, '2009-01-22 13:40:26', -5.912, 148.511, 44, 6.1, 'mwb', 'usp000gsze', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18178, '2009-01-22 20:16:35', -7.307, 128.568, 146.7, 6.1, 'mwc', 'usp000gszq', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(18179, '2009-01-24 01:28:39', -28.25, -176.697, 10, 5.9, 'mwc', 'usp000gt0w', 'Kermadec Islands region', 'earthquake\r'), +(18180, '2009-01-24 09:01:58', -19.584, -179.112, 671, 5.6, 'mwc', 'usp000gt1m', 'Fiji region', 'earthquake\r'), +(18181, '2009-01-24 18:09:51', 59.43, -152.887, 97.9, 5.8, 'mwc', 'usp000gt29', 'Southern Alaska', 'earthquake\r'), +(18182, '2009-01-24 18:09:51', 59.4302, -152.8875, 97.9, 5.8, 'mw', 'ak00913zo63t', 'Southern Alaska', 'earthquake\r'), +(18183, '2009-01-26 11:54:40', -17.796, -178.591, 579.5, 5.8, 'mwb', 'usp000gt4d', 'Fiji region', 'earthquake\r'), +(18184, '2009-01-26 19:11:47', 51.955, -171.159, 25.3, 5.8, 'mwc', 'usp000gt4p', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18185, '2009-01-26 19:33:05', -0.352, 98.184, 10, 5.7, 'mwc', 'usp000gt4s', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(18186, '2009-01-27 06:29:13', -17.837, -178.677, 601, 5.9, 'mwc', 'usp000gt5m', 'Fiji region', 'earthquake\r'), +(18187, '2009-01-27 23:57:13', 55.536, 164.298, 23.8, 5.5, 'mwc', 'usp000gt65', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(18188, '2009-01-28 00:01:15', -0.262, 98.28, 20, 5.7, 'mwc', 'usp000gt67', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(18189, '2009-01-28 07:53:38', -8.936, 124.157, 65.9, 5.7, 'mwb', 'usp000gt6q', 'Kepulauan Alor, Indonesia', 'earthquake\r'), +(18190, '2009-01-28 12:39:43', -16.973, -172.068, 10, 5.5, 'mwc', 'usp000gt6z', 'Samoa Islands region', 'earthquake\r'), +(18191, '2009-01-29 22:28:06', -8.108, -71.402, 602.4, 5.6, 'mwb', 'usp000gt8f', 'Acre, Brazil', 'earthquake\r'), +(18192, '2009-01-30 03:47:11', -15.385, -174.473, 10, 5.7, 'mwc', 'usp000gt8u', 'Tonga', 'earthquake\r'), +(18193, '2009-01-31 16:29:37', -19.41, -69.065, 102.3, 5.5, 'mwc', 'usp000gtau', 'Tarapaca, Chile', 'earthquake\r'), +(18194, '2009-01-31 21:51:52', 36.719, 141.148, 34, 5.7, 'mwb', 'usp000gtaz', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18195, '2009-02-02 17:53:22', -13.582, -76.558, 21, 6, 'mwc', 'usp000gtd6', 'near the coast of central Peru', 'earthquake\r'), +(18196, '2009-02-08 15:34:37', -6.116, 147.824, 46.8, 5.6, 'mwc', 'usp000gtje', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(18197, '2009-02-09 14:09:03', -6.567, -81.15, 15, 6, 'mwb', 'usp000gtk7', 'near the coast of northern Peru', 'earthquake\r'), +(18198, '2009-02-11 09:31:04', -20.775, -177.298, 10, 5.5, 'mwb', 'usp000gtn0', 'Fiji region', 'earthquake\r'), +(18199, '2009-02-11 13:52:42', -16.221, 178.329, 10, 5.7, 'mwc', 'usp000gtn8', 'Fiji', 'earthquake\r'), +(18200, '2009-02-11 17:34:50', 3.886, 126.387, 20, 7.2, 'mwc', 'usp000gtnc', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18201, '2009-02-11 17:41:56', 3.615, 126.606, 21.6, 5.5, 'mb', 'usp000gtnd', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18202, '2009-02-11 17:44:05', 3.875, 126.643, 29.1, 5.5, 'mb', 'usp000gtne', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18203, '2009-02-11 17:49:17', 3.892, 126.533, 35, 5.6, 'mb', 'usp000gtng', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18204, '2009-02-11 18:25:11', 4.026, 126.783, 35, 6, 'mwc', 'usp000gtnw', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18205, '2009-02-11 19:01:55', 3.826, 126.482, 35, 5.5, 'mb', 'usp000gtp8', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18206, '2009-02-11 19:56:49', 3.961, 126.658, 35, 5.5, 'mb', 'usp000gtpj', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18207, '2009-02-11 22:14:27', 3.715, 126.65, 25, 5.9, 'mwb', 'usp000gtqs', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18208, '2009-02-12 00:03:00', 3.933, 126.58, 35, 5.5, 'mb', 'usp000gtr9', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18209, '2009-02-12 01:25:25', 4.042, 126.798, 16.3, 5.6, 'mwc', 'usp000gtrp', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18210, '2009-02-12 03:49:40', 3.947, 126.411, 26, 6, 'mwc', 'usp000gts3', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18211, '2009-02-12 07:38:07', 3.706, 126.793, 35, 5.6, 'mwb', 'usp000gtsk', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18212, '2009-02-12 08:30:17', 3.972, 126.724, 35, 6, 'mwc', 'usp000gtsq', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18213, '2009-02-12 13:15:06', 4.036, 126.548, 27, 6.3, 'mwc', 'usp000gttg', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18214, '2009-02-12 17:46:05', 3.979, 126.483, 43.9, 5.7, 'mwc', 'usp000gtua', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18215, '2009-02-12 18:54:28', -31.232, -178.111, 23.8, 5.8, 'mwc', 'usp000gtuf', 'Kermadec Islands region', 'earthquake\r'), +(18216, '2009-02-13 12:37:51', 3.754, 126.683, 35, 5.6, 'mwc', 'usp000gtwu', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18217, '2009-02-15 09:24:32', 40.239, 142.236, 33, 5.7, 'mwc', 'usp000gu0x', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18218, '2009-02-15 10:04:49', -5.854, -80.891, 21, 6.1, 'mwc', 'usp000gu0z', 'near the coast of northern Peru', 'earthquake\r'), +(18219, '2009-02-16 23:16:39', 37.13, 20.78, 15, 5.5, 'mwc', 'usp000gu33', 'Ionian Sea', 'earthquake\r'), +(18220, '2009-02-17 03:30:53', -30.724, -178.617, 13, 6, 'mwc', 'usp000gu3b', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18221, '2009-02-18 03:07:50', -52.966, 20.909, 10, 5.9, 'mwc', 'usp000gu4s', 'south of Africa', 'earthquake\r'), +(18222, '2009-02-18 03:30:35', -61.706, 154.752, 10, 5.6, 'mwc', 'usp000gu4v', 'Balleny Islands region', 'earthquake\r'), +(18223, '2009-02-18 21:53:45', -27.424, -176.33, 25, 7, 'mwc', 'usp000gu5x', 'Kermadec Islands region', 'earthquake\r'), +(18224, '2009-02-20 01:46:18', -18.365, -178.749, 515.2, 5.6, 'mwb', 'usp000gu6z', 'Fiji region', 'earthquake\r'), +(18225, '2009-02-20 03:48:49', 34.203, 73.9, 12, 5.5, 'mwc', 'usp000gu73', 'Pakistan', 'earthquake\r'), +(18226, '2009-02-21 00:12:56', 28.875, 130.864, 24.1, 5.5, 'mwc', 'usp000gu7z', 'Ryukyu Islands, Japan', 'earthquake\r'), +(18227, '2009-02-21 13:35:37', -0.397, 132.67, 45.1, 5.5, 'mwc', 'usp000gu8k', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18228, '2009-02-22 17:45:22', 3.679, 126.561, 32, 6, 'mwc', 'usp000gu9x', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18229, '2009-02-24 05:58:00', 13.787, 146.303, 9, 5.9, 'mwb', 'usp000gub8', 'Mariana Islands region', 'earthquake\r'), +(18230, '2009-02-24 12:13:14', 1.425, 97.165, 23, 5.6, 'mwc', 'usp000guby', 'Nias region, Indonesia', 'earthquake\r'), +(18231, '2009-02-24 12:39:42', -23.18, 170.557, 32, 5.7, 'mwc', 'usp000gubz', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18232, '2009-02-25 16:08:00', -41.887, 88.634, 10, 5.5, 'mwc', 'usp000gud4', 'southeast Indian Ridge', 'earthquake\r'), +(18233, '2009-02-26 12:32:52', 19.017, 121.265, 38.4, 5.5, 'mwc', 'usp000gudq', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(18234, '2009-02-26 21:09:30', -7.467, 127.772, 144.7, 5.5, 'mwc', 'usp000gudx', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(18235, '2009-02-28 00:35:57', 42.61, 142.104, 105, 5.5, 'mwb', 'usp000gufa', 'Hokkaido, Japan region', 'earthquake\r'), +(18236, '2009-02-28 14:33:06', -60.525, -24.796, 15, 6.3, 'mwc', 'usp000gufy', 'South Sandwich Islands region', 'earthquake\r'), +(18237, '2009-03-01 15:42:14', -21.762, -176.58, 173, 5.5, 'mwc', 'usp000guha', 'Fiji region', 'earthquake\r'), +(18238, '2009-03-02 00:03:40', -1.105, 119.868, 11, 5.6, 'mwc', 'usp000guhm', 'Sulawesi, Indonesia', 'earthquake\r'), +(18239, '2009-03-05 19:33:15', -17.512, -179.056, 532.2, 5.9, 'mwc', 'usp000gunt', 'Fiji region', 'earthquake\r'), +(18240, '2009-03-05 19:41:41', 80.284, -1.832, 10, 5.5, 'mwc', 'usp000gunu', 'north of Svalbard', 'earthquake\r'), +(18241, '2009-03-06 07:01:48', -15.156, -173.309, 3, 5.8, 'mwc', 'usp000gupe', 'Tonga', 'earthquake\r'), +(18242, '2009-03-06 10:50:29', 80.324, -1.853, 9, 6.5, 'mwc', 'usp000gupr', 'north of Svalbard', 'earthquake\r'), +(18243, '2009-03-10 04:04:23', -24.618, -176.362, 35, 5.5, 'mwc', 'usp000gutc', 'south of the Fiji Islands', 'earthquake\r'), +(18244, '2009-03-10 17:42:14', -1.878, 139.119, 18.4, 5.5, 'mwc', 'usp000guu0', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18245, '2009-03-11 17:24:37', 8.504, -83.219, 14, 5.9, 'mwc', 'usp000guv5', 'Costa Rica', 'earthquake\r'), +(18246, '2009-03-11 21:03:59', 8.493, -83.206, 17, 5.9, 'mwc', 'usp000guvb', 'Costa Rica', 'earthquake\r'), +(18247, '2009-03-12 05:18:08', -60.861, -23.81, 10, 5.5, 'mwc', 'usp000guws', 'South Sandwich Islands region', 'earthquake\r'), +(18248, '2009-03-12 23:23:35', 5.686, -82.767, 9, 6.3, 'mwc', 'usp000guxx', 'south of Panama', 'earthquake\r'), +(18249, '2009-03-15 03:14:32', 2.429, -95.124, 10, 5.8, 'mwc', 'usp000gv04', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(18250, '2009-03-15 08:19:06', -14.452, -70.365, 189.7, 5.7, 'mwc', 'usp000gv0b', 'southern Peru', 'earthquake\r'), +(18251, '2009-03-15 20:28:53', -15.416, -173.218, 35, 5.5, 'mwc', 'usp000gv0t', 'Tonga', 'earthquake\r'), +(18252, '2009-03-16 07:13:36', -55.144, -129.7, 10, 5.9, 'mwc', 'usp000gv1a', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18253, '2009-03-16 14:15:56', 3.807, 126.552, 35, 6.3, 'mwc', 'usp000gv1j', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18254, '2009-03-16 17:42:04', 3.597, 126.7, 18, 5.7, 'mwc', 'usp000gv1s', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18255, '2009-03-18 09:03:09', 3.648, 126.655, 23, 5.5, 'mwc', 'usp000gv3y', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18256, '2009-03-19 18:17:40', -23.043, -174.66, 31, 7.6, 'mwc', 'usp000gv5p', 'Tonga region', 'earthquake\r'), +(18257, '2009-03-20 12:26:03', -21.48, -179.38, 622.3, 5.5, 'mwc', 'usp000gv7b', 'Fiji region', 'earthquake\r'), +(18258, '2009-03-23 04:28:22', 9.796, 57.819, 10, 5.5, 'mwb', 'usp000gvb1', 'Carlsberg Ridge', 'earthquake\r'), +(18259, '2009-03-24 23:28:28', -5.141, 151.823, 43, 5.8, 'mwc', 'usp000gvcs', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18260, '2009-03-25 21:46:01', -23.665, -175.776, 59.1, 5.5, 'mwc', 'usp000gvdx', 'Tonga region', 'earthquake\r'), +(18261, '2009-10-10 21:24:39', 47.851, 152.455, 112, 6, 'mwb', 'usp000h2qg', 'Kuril Islands', 'earthquake\r'), +(18262, '2009-03-26 06:14:22', -27.462, 73.303, 10, 5.7, 'mwc', 'usp000gveg', 'Mid-Indian Ridge', 'earthquake\r'), +(18263, '2009-03-26 17:35:14', -5.72, -81.338, 10, 5.8, 'mwc', 'usp000gvet', 'near the coast of northern Peru', 'earthquake\r'), +(18264, '2009-03-26 19:20:00', 27.415, 126.702, 159.5, 5.9, 'mwb', 'usp000gvex', 'northwest of the Ryukyu Islands, Japan', 'earthquake\r'), +(18265, '2009-03-28 17:59:32', -2.952, 139.543, 93, 6, 'mwc', 'usp000gvh2', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18266, '2009-03-30 07:13:03', 56.2165, -152.3473, 13, 5.9, 'mw', 'ak00943b2pqt', 'Kodiak Island region, Alaska', 'earthquake\r'), +(18267, '2009-03-30 07:13:07', 56.546, -152.743, 21, 6, 'mwc', 'usp000gvj8', 'Kodiak Island region, Alaska', 'earthquake\r'), +(18268, '2009-03-30 12:07:28', 51.535, -178.258, 31, 5.7, 'mwc', 'usp000gvjk', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18269, '2009-03-30 12:11:55', 51.526, -178.267, 31, 5.8, 'mwc', 'usp000gvjn', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18270, '2009-03-31 15:29:32', 18.313, 145.716, 188.5, 5.5, 'mwc', 'usp000gvm7', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(18271, '2009-04-01 03:54:59', -3.522, 144.102, 10, 6.4, 'mwc', 'usp000gvmx', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(18272, '2009-04-01 06:29:40', -5.963, 101.907, 35, 5.6, 'mwc', 'usp000gvn2', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(18273, '2009-04-03 13:37:59', -8.01, 130.229, 35, 5.6, 'mwc', 'usp000gvqb', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(18274, '2009-04-03 17:54:50', -27.842, -66.593, 174.2, 5.7, 'mwc', 'usp000gvqj', 'Catamarca, Argentina', 'earthquake\r'), +(18275, '2009-04-04 05:31:55', 5.149, 127.201, 48, 6.3, 'mwc', 'usp000gvqy', 'Philippine Islands region', 'earthquake\r'), +(18276, '2009-04-04 07:19:42', -62.599, 155.117, 10, 5.9, 'mwb', 'usp000gvr3', 'Balleny Islands region', 'earthquake\r'), +(18277, '2009-04-04 11:07:13', -22.515, -174.656, 35, 5.5, 'mwc', 'usp000gvrh', 'Tonga region', 'earthquake\r'), +(18278, '2009-04-04 18:39:17', -55.976, -27.727, 87.4, 5.5, 'mwc', 'usp000gvrt', 'South Sandwich Islands region', 'earthquake\r'), +(18279, '2009-04-05 09:36:26', 32.007, 131.417, 26, 5.8, 'mwc', 'usp000gvsp', 'Kyushu, Japan', 'earthquake\r'), +(18280, '2009-04-05 12:56:15', -5.259, 68.554, 10, 5.6, 'mwc', 'usp000gvsw', 'Chagos Archipelago region', 'earthquake\r'), +(18281, '2009-04-06 01:32:39', 42.334, 13.334, 8.8, 6.3, 'mwc', 'usp000gvtu', 'central Italy', 'earthquake\r'), +(18282, '2009-04-06 12:16:09', -22.384, -174.938, 35, 5.6, 'mwc', 'usp000gvuh', 'Tonga region', 'earthquake\r'), +(18283, '2009-04-07 04:23:33', 46.049, 151.548, 31, 6.9, 'mwc', 'usp000gvv4', 'Kuril Islands', 'earthquake\r'), +(18284, '2009-04-07 17:47:37', 42.275, 13.464, 15.1, 5.5, 'mwc', 'usp000gvvw', 'central Italy', 'earthquake\r'), +(18285, '2009-04-08 06:26:55', -58.096, -6.263, 10, 5.6, 'mwc', 'usp000gvx1', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(18286, '2009-04-13 13:36:46', -6.822, 125.093, 554.2, 5.6, 'mwc', 'usp000gw3c', 'Banda Sea', 'earthquake\r'), +(18287, '2009-04-14 03:04:27', 48.837, 154.883, 43.5, 5.5, 'mwc', 'usp000gw41', 'Kuril Islands', 'earthquake\r'), +(18288, '2009-04-14 23:29:33', -16.308, -177.732, 10, 5.9, 'mwc', 'usp000gw57', 'Fiji region', 'earthquake\r'), +(18289, '2009-04-15 10:20:05', 12.348, 58.071, 10, 5.7, 'mwc', 'usp000gw60', 'Owen Fracture Zone region', 'earthquake\r'), +(18290, '2009-04-15 17:47:28', -3.079, 100.424, 19, 5.7, 'mwc', 'usp000gw6a', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18291, '2009-04-15 20:01:35', -3.115, 100.471, 22, 6.3, 'mwc', 'usp000gw6c', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18292, '2009-04-16 00:43:21', -6.484, 154.151, 10, 5.8, 'mwc', 'usp000gw6j', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18293, '2009-04-16 14:57:06', -60.203, -26.858, 20, 6.7, 'mwc', 'usp000gw7m', 'South Sandwich Islands region', 'earthquake\r'), +(18294, '2009-04-16 19:55:25', -3.327, 100.317, 7.7, 5.5, 'mwc', 'usp000gw80', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18295, '2009-04-17 02:08:09', -19.584, -70.483, 25, 6.1, 'mwc', 'usp000gw8e', 'near the coast of Tarapaca, Chile', 'earthquake\r'), +(18296, '2009-04-17 14:51:59', 46.168, 151.704, 49.1, 5.7, 'mwc', 'usp000gw9j', 'Kuril Islands', 'earthquake\r'), +(18297, '2009-04-18 02:03:53', -28.915, -177.445, 65.3, 5.8, 'mwc', 'usp000gwaa', 'Kermadec Islands region', 'earthquake\r'), +(18298, '2009-04-18 17:49:40', -20.613, -178.482, 566.1, 5.7, 'mwb', 'usp000gwbc', 'Fiji region', 'earthquake\r'), +(18299, '2009-04-18 19:17:59', 46.015, 151.427, 35, 6.6, 'mwc', 'usp000gwbe', 'Kuril Islands', 'earthquake\r'), +(18300, '2009-04-19 05:23:26', 4.136, 126.678, 25, 6.1, 'mwc', 'usp000gwbr', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18301, '2009-04-20 12:21:22', -4.168, 129.729, 19.9, 5.6, 'mwc', 'usp000gwd9', 'Banda Sea', 'earthquake\r'), +(18302, '2009-04-20 20:02:27', -15.165, -173.724, 35, 5.6, 'mwc', 'usp000gwdn', 'Tonga', 'earthquake\r'), +(18303, '2009-04-21 00:53:13', -19.772, 169.939, 36.4, 5.8, 'mwc', 'usp000gwe2', 'Vanuatu', 'earthquake\r'), +(18304, '2009-04-21 05:26:12', 50.833, 155.009, 152, 6.2, 'mwb', 'usp000gwef', 'Kuril Islands', 'earthquake\r'), +(18305, '2009-04-21 05:33:22', -4.23, 129.664, 30.2, 5.7, 'mwc', 'usp000gweg', 'Banda Sea', 'earthquake\r'), +(18306, '2009-04-21 21:09:59', -10.796, 166.028, 35, 5.7, 'mwc', 'usp000gwfd', 'Santa Cruz Islands', 'earthquake\r'), +(18307, '2009-04-23 12:16:19', 4.416, 126.815, 51.5, 5.5, 'mwc', 'usp000gwgw', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18308, '2009-04-26 00:06:53', -30.3, -178.582, 131.7, 6.1, 'mwb', 'usp000gwka', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18309, '2009-04-27 16:46:29', 17.032, -99.446, 35, 5.8, 'mwc', 'usp000gwmq', 'Guerrero, Mexico', 'earthquake\r'), +(18310, '2009-04-28 19:54:35', 52.666, -35.028, 10, 5.6, 'mwc', 'usp000gwnj', 'Reykjanes Ridge', 'earthquake\r'), +(18311, '2009-05-01 06:03:06', -10.77, 162.219, 21, 5.9, 'mwb', 'usp000gwqh', 'Solomon Islands', 'earthquake\r'), +(18312, '2009-05-02 02:19:12', 54.531, -161.52, 9.4, 5.6, 'mwc', 'usp000gwrk', 'Alaska Peninsula', 'earthquake\r'), +(18313, '2009-05-03 16:21:45', 14.546, -91.143, 108, 6.3, 'mwc', 'usp000gwt5', 'Guatemala', 'earthquake\r'), +(18314, '2009-05-04 03:33:52', -3.541, 135.5, 56.8, 5.5, 'mwc', 'usp000gwtn', 'Papua, Indonesia', 'earthquake\r'), +(18315, '2009-05-04 09:10:21', 10.2, -67.01, 6.1, 5.5, 'mwb', 'usp000gwtx', 'Miranda, Venezuela', 'earthquake\r'), +(18316, '2009-05-07 22:28:53', -55.713, -124.577, 10, 5.5, 'mwc', 'usp000gwx7', 'southern East Pacific Rise', 'earthquake\r'), +(18317, '2009-05-10 01:16:07', 1.393, -85.169, 6, 6.1, 'mwc', 'usp000gwz5', 'off the coast of Ecuador', 'earthquake\r'), +(18318, '2009-05-12 01:26:27', -5.664, 149.543, 89, 6.1, 'mwc', 'usp000gx1k', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18319, '2009-05-12 03:30:32', 13.082, 145.412, 35, 5.5, 'mwc', 'usp000gx1q', 'Guam region', 'earthquake\r'), +(18320, '2009-05-12 12:38:31', -12.429, 65.138, 10, 5.8, 'mwc', 'usp000gx28', 'Mid-Indian Ridge', 'earthquake\r'), +(18321, '2009-05-13 08:54:54', 4.431, 126.931, 35, 5.7, 'mwc', 'usp000gx2w', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18322, '2009-05-13 21:31:18', -15.75, -173.49, 85, 5.8, 'mwc', 'usp000gx35', 'Tonga', 'earthquake\r'), +(18323, '2009-05-16 00:53:51', -31.553, -178.833, 43, 6.5, 'mwc', 'usp000gx5u', 'Kermadec Islands region', 'earthquake\r'), +(18324, '2009-05-16 18:22:30', 56.2256, -151.972, 10, 5.9, 'mw', 'ak009697xs3z', 'Kodiak Island region, Alaska', 'earthquake\r'), +(18325, '2009-05-17 06:23:04', -16.825, -173.491, 67, 5.6, 'mwc', 'usp000gx7v', 'Tonga', 'earthquake\r'), +(18326, '2009-05-17 19:24:20', 82.517, -8.628, 6, 5.5, 'mwc', 'usp000gx8e', 'north of Svalbard', 'earthquake\r'), +(18327, '2009-05-18 14:01:05', -15.658, -74.838, 22.7, 5.8, 'mwc', 'usp000gx9d', 'near the coast of southern Peru', 'earthquake\r'), +(18328, '2009-05-19 17:35:01', 25.291, 37.74, 5, 5.7, 'mwb', 'usp000gxam', 'western Saudi Arabia', 'earthquake\r'), +(18329, '2009-05-21 05:53:54', 7.894, 126.899, 14, 5.7, 'mwc', 'usp000gxc9', 'Mindanao, Philippines', 'earthquake\r'), +(18330, '2009-05-22 00:24:21', 13.875, -90.742, 69.1, 5.5, 'mwc', 'usp000gxd3', 'offshore Guatemala', 'earthquake\r'), +(18331, '2009-05-22 19:24:19', 18.114, -98.457, 62.3, 5.6, 'mwc', 'usp000gxdm', 'Puebla, Mexico', 'earthquake\r'), +(18332, '2009-05-23 02:59:28', -24.381, 178.846, 566.2, 5.5, 'mwb', 'usp000gxdx', 'south of the Fiji Islands', 'earthquake\r'), +(18333, '2009-05-24 00:58:02', -31.475, -177.683, 4, 6, 'mwb', 'usp000gxey', 'Kermadec Islands region', 'earthquake\r'), +(18334, '2009-05-24 06:49:23', -42.081, 88.349, 10, 5.6, 'mwc', 'usp000gxfc', 'southeast Indian Ridge', 'earthquake\r'), +(18335, '2009-05-24 09:57:11', -4.05, -103.969, 6, 5.6, 'mwc', 'usp000gxfp', 'central East Pacific Rise', 'earthquake\r'), +(18336, '2009-05-25 06:40:14', -62.316, 165.062, 10, 5.5, 'mwc', 'usp000gxgq', 'Balleny Islands region', 'earthquake\r'), +(18337, '2009-05-26 00:49:40', -21.011, -177.017, 35, 5.5, 'mwc', 'usp000gxhe', 'Fiji region', 'earthquake\r'), +(18338, '2009-05-28 08:24:47', 16.731, -86.217, 19, 7.3, 'mwc', 'usp000gxkj', 'offshore Honduras', 'earthquake\r'), +(18339, '2009-05-29 01:04:38', 18.374, -106.535, 11, 5.5, 'mwc', 'usp000gxme', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(18340, '2009-05-29 06:20:15', -17.026, 168.329, 13, 5.7, 'mwc', 'usp000gxmz', 'Vanuatu', 'earthquake\r'), +(18341, '2009-05-29 19:51:18', 5.927, 125.776, 160.1, 5.7, 'mwc', 'usp000gxnt', 'Mindanao, Philippines', 'earthquake\r'), +(18342, '2009-05-30 06:47:54', -60.424, -26.111, 10, 5.5, 'mwc', 'usp000gxph', 'South Sandwich Islands region', 'earthquake\r'), +(18343, '2009-06-02 02:17:04', -17.757, 167.949, 15, 6.3, 'mwc', 'usp000gxsf', 'Vanuatu', 'earthquake\r'), +(18344, '2009-06-02 02:26:53', -17.761, 167.857, 15, 5.7, 'mwc', 'usp000gxsh', 'Vanuatu', 'earthquake\r'), +(18345, '2009-06-02 02:55:15', -17.777, 167.885, 33.7, 5.5, 'mwc', 'usp000gxsm', 'Vanuatu', 'earthquake\r'), +(18346, '2009-06-02 06:27:03', -62.834, -158.432, 10, 5.5, 'mwc', 'usp000gxsw', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18347, '2009-06-03 18:54:38', -50.012, 120.592, 3, 5.7, 'mwb', 'usp000gxu7', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(18348, '2009-06-03 21:37:37', 19.553, -109.165, 6, 5.6, 'mwc', 'usp000gxuc', 'Revilla Gigedo Islands region', 'earthquake\r'), +(18349, '2009-06-04 17:10:04', -17.735, 167.762, 5.6, 5.6, 'mwc', 'usp000gxva', 'Vanuatu', 'earthquake\r'), +(18350, '2009-06-04 17:25:26', -45.833, 35.139, 16, 6, 'mwc', 'usp000gxvc', 'Prince Edward Islands region', 'earthquake\r'), +(18351, '2009-06-05 03:30:33', 41.824, 143.445, 29, 6.4, 'mwc', 'usp000gxvt', 'Hokkaido, Japan region', 'earthquake\r'), +(18352, '2009-06-05 13:39:10', -35.418, -104.398, 15, 5.7, 'mwc', 'usp000gxw3', 'southeast of Easter Island', 'earthquake\r'), +(18353, '2009-06-05 21:16:56', -17.429, 167.721, 7, 5.7, 'mwc', 'usp000gxwk', 'Vanuatu', 'earthquake\r'), +(18354, '2009-06-06 05:52:43', 35.483, 140.914, 34, 5.8, 'mwc', 'usp000gxx2', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18355, '2009-06-06 20:33:29', 23.864, -46.105, 14, 6, 'mwc', 'usp000gxy3', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(18356, '2009-06-07 12:46:30', -22.037, -179.583, 590, 5.5, 'mwb', 'usp000gxyv', 'south of the Fiji Islands', 'earthquake\r'), +(18357, '2009-06-08 04:33:19', -22.234, -179.613, 612.2, 5.5, 'mwb', 'usp000gxzg', 'south of the Fiji Islands', 'earthquake\r'), +(18358, '2009-06-09 05:11:05', -22.685, 171.469, 14, 5.5, 'mwc', 'usp000gy0j', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18359, '2009-06-09 22:42:39', -55.061, -126.655, 10, 5.6, 'mwc', 'usp000gy1d', 'southern East Pacific Rise', 'earthquake\r'), +(18360, '2009-06-10 23:13:21', -41.716, -83.995, 10, 5.7, 'mwb', 'usp000gy2f', 'West Chile Rise', 'earthquake\r'), +(18361, '2009-06-11 03:37:52', -24.195, -176.87, 105.7, 5.5, 'mwc', 'usp000gy2s', 'south of the Fiji Islands', 'earthquake\r'), +(18362, '2009-06-12 09:44:15', -17.611, 167.812, 15, 6, 'mwc', 'usp000gy48', 'Vanuatu', 'earthquake\r'), +(18363, '2009-06-14 03:36:00', -7.686, 117.2, 17, 5.5, 'mwc', 'usp000gy5w', 'Bali Sea', 'earthquake\r'), +(18364, '2009-06-14 05:58:43', 5.361, 126.438, 35, 6.1, 'mwc', 'usp000gy63', 'Mindanao, Philippines', 'earthquake\r'), +(18365, '2009-06-16 20:05:57', -54.366, 5.871, 10, 6.1, 'mwc', 'usp000gy9c', 'Bouvet Island region', 'earthquake\r'), +(18366, '2009-06-17 07:08:17', 51.606, -175.234, 31, 5.6, 'mwc', 'usp000gy9v', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18367, '2009-06-19 14:04:59', 35.358, 28.453, 28, 5.8, 'mwc', 'usp000gych', 'eastern Mediterranean Sea', 'earthquake\r'), +(18368, '2009-06-19 15:06:25', 14.076, 145.19, 113.5, 5.5, 'mwc', 'usp000gycn', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(18369, '2009-06-22 19:28:05', 61.939, -150.704, 64.6, 5.5, 'mwc', 'usp000gyfz', 'Southern Alaska', 'earthquake\r'), +(18370, '2009-06-22 19:55:24', 51.277, -178.201, 35, 5.7, 'mwc', 'usp000gyg7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18371, '2009-06-23 07:37:18', 38.85, 142.389, 37, 5.6, 'mwb', 'usp000gyhg', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18372, '2009-06-23 14:19:22', -5.157, 153.782, 64, 6.7, 'mwc', 'usp000gyhq', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(18373, '2009-06-27 15:45:49', -33.201, -15.935, 13, 5.6, 'mwb', 'usp000gyp3', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(18374, '2009-06-28 14:19:30', 1.381, 122.204, 36.7, 5.7, 'mwc', 'usp000gyq8', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(18375, '2009-07-01 09:30:10', 34.164, 25.471, 19, 6.4, 'mwc', 'usp000gytt', 'Crete, Greece', 'earthquake\r'), +(18376, '2009-07-01 21:10:44', 1.052, 125.963, 37, 5.8, 'mwc', 'usp000gyud', 'Molucca Sea', 'earthquake\r'), +(18377, '2009-07-03 11:00:15', 25.131, -109.754, 10, 6, 'mwc', 'usp000gyws', 'Gulf of California', 'earthquake\r'), +(18378, '2009-07-04 06:49:36', 9.59, -78.966, 38, 6.1, 'mwc', 'usp000gyxm', 'Panama', 'earthquake\r'), +(18379, '2009-07-06 14:37:22', 11.383, -86.496, 76.2, 5.5, 'mwc', 'usp000gyzj', 'near the coast of Nicaragua', 'earthquake\r'), +(18380, '2009-07-06 14:53:12', 50.435, 176.992, 22, 6.1, 'mwc', 'usp000gyzk', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18381, '2009-07-06 22:35:05', 24.874, 128.03, 7, 5.7, 'mwc', 'usp000gyzu', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(18382, '2009-07-07 16:31:41', -26.74, 67.478, 10, 5.7, 'mwc', 'usp000gz0p', 'Indian Ocean Triple Junction', 'earthquake\r'), +(18383, '2009-07-07 19:11:47', 75.351, -72.453, 19, 6.1, 'mwc', 'usp000gz0t', 'Baffin Bay', 'earthquake\r'), +(18384, '2009-07-08 19:23:38', -36.004, -102.686, 12, 6, 'mwc', 'usp000gz1t', 'southeast of Easter Island', 'earthquake\r'), +(18385, '2009-07-09 11:19:16', 25.632, 101.095, 7, 5.7, 'mwc', 'usp000gz2j', 'Yunnan, China', 'earthquake\r'), +(18386, '2009-07-09 20:53:19', 21.952, 144.722, 35, 5.5, 'mwc', 'usp000gz2v', 'Mariana Islands region', 'earthquake\r'), +(18387, '2009-07-12 06:12:47', -15.041, -70.445, 198.9, 6.1, 'mwb', 'usp000gz5d', 'southern Peru', 'earthquake\r'), +(18388, '2009-07-13 10:52:20', -9.139, 119.32, 65, 5.9, 'mwc', 'usp000gz6x', 'Sumba region, Indonesia', 'earthquake\r'), +(18389, '2009-07-13 18:05:01', 24.056, 122.201, 17, 6.3, 'mwc', 'usp000gz7c', 'Taiwan region', 'earthquake\r'), +(18390, '2009-07-14 18:38:09', -21.822, -67.087, 175.6, 5.7, 'mwc', 'usp000gz83', 'Potosi, Bolivia', 'earthquake\r'), +(18391, '2009-07-15 09:22:29', -45.762, 166.562, 12, 7.8, 'mwc', 'usp000gz8j', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(18392, '2009-07-15 09:41:54', -46.036, 165.937, 12, 5.7, 'mb', 'usp000gz8p', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(18393, '2009-07-15 20:10:43', -3.375, 150.506, 13.4, 6.1, 'mwc', 'usp000gz9k', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(18394, '2009-07-16 17:59:36', -17.534, 167.721, 10, 5.8, 'mwb', 'usp000gzb6', 'Vanuatu', 'earthquake\r'), +(18395, '2009-07-16 22:18:23', -46.196, 166.13, 30.4, 5.7, 'mwc', 'usp000gzbe', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(18396, '2009-07-16 23:52:04', 5.008, 126.511, 59.2, 5.6, 'mwc', 'usp000gzbh', 'Mindanao, Philippines', 'earthquake\r'), +(18397, '2009-07-17 03:20:29', -21.773, -175.075, 19.1, 5.7, 'mwc', 'usp000gzbv', 'Tonga', 'earthquake\r'), +(18398, '2009-07-20 15:19:48', 2.301, 126.94, 35, 5.5, 'mwc', 'usp000gzfv', 'Molucca Sea', 'earthquake\r'), +(18399, '2009-07-24 03:11:57', 31.158, 85.902, 13.4, 5.8, 'mwc', 'usp000gzjs', 'western Xizang', 'earthquake\r'), +(18400, '2009-07-25 01:42:24', -6.492, 154.973, 32, 5.9, 'mwc', 'usp000gzkn', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18401, '2009-07-25 01:43:41', 59.2961, -143.6646, 10.2, 5.6, 'mw', 'ak0099gpk89q', 'Gulf of Alaska', 'earthquake\r'), +(18402, '2009-07-25 19:03:21', -29.774, -177.693, 35, 5.6, 'mwb', 'usp000gzmg', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18403, '2009-07-26 23:01:31', -17.755, 168.089, 25, 5.8, 'mwc', 'usp000gzpq', 'Vanuatu', 'earthquake\r'), +(18404, '2009-07-26 23:10:24', -4.811, 102.895, 40, 5.7, 'mwc', 'usp000gzpr', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18405, '2009-07-28 08:43:45', -5.497, 101.705, 16, 5.6, 'mwc', 'usp000gzrh', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(18406, '2009-07-29 14:52:08', 22.572, 143.263, 140.1, 5.5, 'mwc', 'usp000gzsp', 'Volcano Islands, Japan region', 'earthquake\r'), +(18407, '2009-07-29 21:33:06', -5.133, 152.629, 43.4, 5.5, 'mwc', 'usp000gzst', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18408, '2009-07-30 20:05:36', -20.849, -174.256, 14, 5.8, 'mwc', 'usp000gzts', 'Tonga', 'earthquake\r'), +(18409, '2009-07-31 10:09:46', -56.504, -143.181, 10, 5.7, 'mwb', 'usp000gzuy', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18410, '2009-08-01 13:33:30', -56.234, -124.296, 10, 6.1, 'mwc', 'usp000gzvz', 'southern East Pacific Rise', 'earthquake\r'), +(18411, '2009-08-02 08:54:33', -0.447, 132.908, 20, 6.1, 'mwc', 'usp000gzwu', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18412, '2009-08-03 17:55:23', 28.904, -112.997, 10, 5.5, 'mb', 'usp000gzya', 'Gulf of California', 'earthquake\r'), +(18413, '2009-08-03 17:59:56', 29.039, -112.903, 10, 6.9, 'mwc', 'usp000gzyb', 'Sonora, Mexico', 'earthquake\r'), +(18414, '2009-08-03 18:40:50', 29.31, -113.728, 10, 6.2, 'mwc', 'usp000gzyf', 'Baja California, Mexico', 'earthquake\r'), +(18415, '2009-08-05 00:17:59', 24.233, 125.095, 25, 6.1, 'mwc', 'usp000gzzq', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(18416, '2009-08-05 08:31:40', -45.554, 166.356, 10, 6.1, 'mwc', 'usp000h004', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(18417, '2009-08-05 09:13:12', 29.615, -113.789, 10, 5.8, 'mwc', 'usp000h005', 'Baja California, Mexico', 'earthquake\r'), +(18418, '2009-08-07 17:34:15', -16.148, -177.756, 10, 5.6, 'mwc', 'usp000h02k', 'Fiji region', 'earthquake\r'), +(18419, '2009-08-08 21:53:05', -22.66, 179.112, 619.6, 5.5, 'mwc', 'usp000h041', 'south of the Fiji Islands', 'earthquake\r'), +(18420, '2009-08-09 07:09:00', -4.62, 153.187, 49, 5.5, 'mwb', 'usp000h04c', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(18421, '2009-08-09 10:55:55', 33.167, 137.944, 292, 7.1, 'mwc', 'usp000h04j', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(18422, '2009-08-10 04:06:31', -11.612, 166.09, 35, 6.6, 'mwc', 'usp000h054', 'Santa Cruz Islands', 'earthquake\r'), +(18423, '2009-08-10 17:46:24', -3.131, 143.198, 10, 5.7, 'mwc', 'usp000h05t', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(18424, '2009-08-10 19:55:39', 14.099, 92.902, 24, 7.5, 'mwc', 'usp000h05x', 'Andaman Islands, India region', 'earthquake\r'), +(18425, '2009-08-10 20:07:09', 34.743, 138.264, 40.4, 6.2, 'mwr', 'usp000h05y', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(18426, '2009-08-11 21:43:48', 24.323, 94.793, 99, 5.5, 'mwb', 'usp000h07g', 'Myanmar-India border region', 'earthquake\r'), +(18427, '2009-08-12 14:50:14', -57.66, -25.25, 28, 5.5, 'mwb', 'usp000h08m', 'South Sandwich Islands region', 'earthquake\r'), +(18428, '2009-08-12 18:00:53', -27.893, -66.672, 173.5, 5.5, 'mwc', 'usp000h08r', 'Catamarca, Argentina', 'earthquake\r'), +(18429, '2009-08-12 20:04:25', 6.04, 126.376, 95.7, 5.7, 'mwb', 'usp000h08u', 'Mindanao, Philippines', 'earthquake\r'), +(18430, '2009-08-12 22:48:51', 32.821, 140.395, 53, 6.6, 'mwc', 'usp000h093', 'Izu Islands, Japan region', 'earthquake\r'), +(18431, '2009-08-13 03:46:53', -26.76, -114.261, 10, 5.5, 'mwc', 'usp000h09f', 'Easter Island region', 'earthquake\r'), +(18432, '2009-08-13 09:21:36', 14.052, 92.821, 35, 5.9, 'mwc', 'usp000h09t', 'Andaman Islands, India region', 'earthquake\r'), +(18433, '2009-08-13 09:37:35', 7.948, -85.633, 10, 5.8, 'mwc', 'usp000h09u', 'off the coast of Costa Rica', 'earthquake\r'), +(18434, '2009-08-13 11:17:01', -21.662, -174.565, 10, 5.6, 'mwc', 'usp000h09w', 'Tonga', 'earthquake\r'), +(18435, '2009-08-14 08:19:58', -13.912, 166.682, 27, 5.8, 'mwc', 'usp000h0bq', 'Vanuatu', 'earthquake\r'), +(18436, '2009-08-15 13:22:43', 18.183, -100.366, 56.9, 5.5, 'mwc', 'usp000h0ds', 'Guerrero, Mexico', 'earthquake\r'), +(18437, '2009-08-15 23:30:19', -19.826, -178.239, 608.4, 5.6, 'mwb', 'usp000h0eg', 'Fiji region', 'earthquake\r'), +(18438, '2009-08-16 07:38:22', -1.479, 99.49, 20, 6.7, 'mwc', 'usp000h0ew', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18439, '2009-08-16 12:49:00', -1.448, 99.433, 21, 5.8, 'mwc', 'usp000h0fn', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18440, '2009-08-16 22:03:09', -17.936, -179.399, 626.5, 5.5, 'mwb', 'usp000h0gf', 'Fiji region', 'earthquake\r'), +(18441, '2009-08-17 00:05:49', 23.501, 123.499, 20, 6.7, 'mwc', 'usp000h0gm', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(18442, '2009-08-17 10:10:57', 23.426, 123.516, 15, 6.1, 'mwc', 'usp000h0h9', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(18443, '2009-08-17 10:15:05', 23.418, 123.711, 10, 5.7, 'mwc', 'usp000h0ha', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(18444, '2009-08-18 17:50:34', -0.911, 97.95, 10, 5.9, 'mwb', 'usp000h0m1', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(18445, '2009-08-18 17:59:14', -6.633, 154.568, 35, 5.6, 'mwc', 'usp000h0m3', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18446, '2009-08-18 21:20:48', -26.064, -178.391, 269.8, 6.3, 'mwc', 'usp000h0m7', 'south of the Fiji Islands', 'earthquake\r'), +(18447, '2009-08-19 02:55:08', -1.366, 99.371, 10, 5.5, 'mwc', 'usp000h0mr', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18448, '2009-08-20 06:35:04', 72.2, 0.944, 6, 6, 'mwc', 'usp000h0nu', 'Norwegian Sea', 'earthquake\r'), +(18449, '2009-08-21 11:15:39', -22.539, 171.239, 10, 5.7, 'mwb', 'usp000h0q4', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18450, '2009-08-23 11:44:31', 2.483, 127.077, 35, 5.5, 'mwc', 'usp000h0sj', 'Molucca Sea', 'earthquake\r'), +(18451, '2009-08-27 20:10:33', 45.502, 153.73, 16.1, 5.5, 'mwb', 'usp000h0y1', 'east of the Kuril Islands', 'earthquake\r'), +(18452, '2009-08-28 01:51:20', -7.146, 123.427, 642.4, 6.9, 'mwc', 'usp000h0y7', 'Banda Sea', 'earthquake\r'), +(18453, '2009-08-28 01:52:07', 37.696, 95.718, 13, 6.3, 'mwc', 'usp000h0y8', 'northern Qinghai, China', 'earthquake\r'), +(18454, '2009-08-28 02:14:56', 37.646, 95.709, 4, 5.6, 'mb', 'usp000h0ya', 'northern Qinghai, China', 'earthquake\r'), +(18455, '2009-08-28 02:16:08', 37.679, 95.767, 16.4, 5.6, 'mb', 'usp000h0yb', 'northern Qinghai, China', 'earthquake\r'), +(18456, '2009-08-30 14:51:33', -15.223, -172.571, 11, 6.6, 'mwc', 'usp000h121', 'Samoa Islands region', 'earthquake\r'), +(18457, '2009-08-31 10:15:30', 37.606, 95.831, 6, 5.8, 'mwc', 'usp000h134', 'northern Qinghai, China', 'earthquake\r'), +(18458, '2009-09-02 07:55:01', -7.782, 107.297, 46, 7, 'mwc', 'usp000h152', 'Java, Indonesia', 'earthquake\r'), +(18459, '2009-09-02 08:02:21', -7.817, 107.393, 51.8, 5.5, 'mb', 'usp000h153', 'Java, Indonesia', 'earthquake\r'), +(18460, '2009-09-02 18:00:09', -29.395, -178.956, 257, 6.2, 'mwb', 'usp000h15r', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18461, '2009-09-03 13:26:18', 31.14, 130.014, 163, 6.2, 'mwc', 'usp000h16f', 'Kyushu, Japan', 'earthquake\r'), +(18462, '2009-09-03 19:51:07', 24.332, 94.669, 95, 5.9, 'mwc', 'usp000h16n', 'Myanmar-India border region', 'earthquake\r'), +(18463, '2009-09-05 03:58:39', -15.121, -70.248, 210.2, 5.8, 'mwc', 'usp000h18a', 'southern Peru', 'earthquake\r'), +(18464, '2009-09-06 21:49:42', 41.483, 20.388, 3, 5.5, 'mwc', 'usp000h19n', 'Albania', 'earthquake\r'), +(18465, '2009-09-07 16:12:23', -10.198, 110.628, 23, 6.2, 'mwc', 'usp000h1af', 'south of Java, Indonesia', 'earthquake\r'), +(18466, '2009-09-07 22:41:37', 42.66, 43.443, 15, 6, 'mwc', 'usp000h1ar', 'Georgia (Sak\'art\'velo)', 'earthquake\r'), +(18467, '2009-09-08 18:51:23', 1.118, 120.897, 22.5, 5.8, 'mwc', 'usp000h1bv', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(18468, '2009-09-09 08:06:33', 2.408, 126.012, 106.9, 5.7, 'mwc', 'usp000h1c9', 'Molucca Sea', 'earthquake\r'), +(18469, '2009-09-10 02:46:50', 48.317, 154.192, 36, 6, 'mwc', 'usp000h1cv', 'Kuril Islands', 'earthquake\r'), +(18470, '2009-09-10 19:46:04', -29.926, -111.824, 10, 5.5, 'mwc', 'usp000h1dc', 'Easter Island region', 'earthquake\r'), +(18471, '2010-07-02 06:04:03', -13.643, 166.485, 29, 6.3, 'mwc', 'usp000het5', 'Vanuatu', 'earthquake\r'), +(18472, '2009-09-11 08:49:12', 48.294, 154.23, 35, 5.6, 'mwc', 'usp000h1ee', 'Kuril Islands', 'earthquake\r'), +(18473, '2009-09-12 20:06:25', 10.709, -67.927, 14, 6.4, 'mwc', 'usp000h1fu', 'offshore Carabobo, Venezuela', 'earthquake\r'), +(18474, '2009-09-17 23:21:39', -29.144, -112.267, 10, 6.2, 'mwc', 'usp000h1m3', 'Easter Island region', 'earthquake\r'), +(18475, '2009-09-18 06:23:53', 12.616, 120.429, 12, 5.9, 'mwb', 'usp000h1mh', 'Mindoro, Philippines', 'earthquake\r'), +(18476, '2009-09-18 11:53:48', 6.513, 124.715, 10, 5.7, 'mwc', 'usp000h1mu', 'Mindanao, Philippines', 'earthquake\r'), +(18477, '2009-09-18 18:34:22', 1.755, 127.189, 92.7, 5.8, 'mwc', 'usp000h1n0', 'Halmahera, Indonesia', 'earthquake\r'), +(18478, '2009-09-18 18:46:08', 19.269, -108.481, 10, 5.6, 'mwb', 'usp000h1n1', 'Revilla Gigedo Islands region', 'earthquake\r'), +(18479, '2009-09-18 23:06:58', -9.138, 115.593, 79, 5.7, 'mwc', 'usp000h1n7', 'south of Bali, Indonesia', 'earthquake\r'), +(18480, '2009-09-21 08:30:14', 71.037, -7.67, 10, 5.6, 'mwc', 'usp000h1r2', 'Jan Mayen Island region', 'earthquake\r'), +(18481, '2009-09-21 08:53:06', 27.332, 91.437, 14, 6.1, 'mwb', 'usp000h1r4', 'Bhutan', 'earthquake\r'), +(18482, '2009-09-21 19:38:42', 20.404, 94.793, 84.2, 5.7, 'mwc', 'usp000h1rn', 'Myanmar', 'earthquake\r'), +(18483, '2009-09-22 04:38:12', -3.775, 141.958, 58.8, 5.6, 'mwc', 'usp000h1rt', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(18484, '2009-09-22 22:58:31', -6.13, 154.706, 82.4, 5.6, 'mwc', 'usp000h1sr', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18485, '2009-09-23 02:59:31', -52.963, 159.911, 10, 6, 'mwc', 'usp000h1sx', 'Macquarie Island region', 'earthquake\r'), +(18486, '2009-09-24 07:16:20', 18.829, -107.339, 13, 6.4, 'mwc', 'usp000h1tv', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(18487, '2009-09-25 09:06:13', -6.372, 130.217, 122.7, 5.6, 'mwc', 'usp000h1ut', 'Banda Sea', 'earthquake\r'), +(18488, '2009-09-28 19:22:57', 27.927, 127.821, 9, 5.8, 'mwb', 'usp000h1xt', 'Ryukyu Islands, Japan', 'earthquake\r'), +(18489, '2009-09-29 17:48:11', -15.489, -172.095, 18, 8.1, 'mwc', 'usp000h1ys', 'Samoa Islands region', 'earthquake\r'), +(18490, '2009-09-29 17:56:06', -15.355, -173.159, 10, 6, 'mb', 'usp000h1yt', 'Tonga', 'earthquake\r'), +(18491, '2009-09-29 17:57:27', -15.817, -173.126, 10, 5.6, 'mb', 'usp000h1yu', 'Tonga', 'earthquake\r'), +(18492, '2009-09-29 18:08:22', -15.557, -172.015, 10, 5.6, 'mb', 'usp000h1z1', 'Samoa Islands region', 'earthquake\r'), +(18493, '2009-09-29 18:19:36', -15.941, -171.661, 10, 5.6, 'mb', 'usp000h1z7', 'Samoa Islands region', 'earthquake\r'), +(18494, '2009-09-29 18:21:42', -16.206, -172.976, 10, 5.8, 'mb', 'usp000h1z9', 'Samoa Islands region', 'earthquake\r'), +(18495, '2009-09-29 18:22:13', -16.125, -173.263, 10, 5.7, 'mb', 'usp000h1za', 'Tonga', 'earthquake\r'), +(18496, '2009-09-29 18:40:10', -15.358, -173.239, 2.3, 5.5, 'mb', 'usp000h1zg', 'Tonga', 'earthquake\r'), +(18497, '2009-09-29 23:11:51', -15.606, -173.372, 10, 5.5, 'mb', 'usp000h21b', 'Tonga', 'earthquake\r'), +(18498, '2009-09-29 23:45:03', -15.832, -172.551, 10, 6, 'mb', 'usp000h21j', 'Samoa Islands region', 'earthquake\r'), +(18499, '2009-09-30 01:39:41', 4.919, 126.711, 57, 5.5, 'mb', 'usp000h221', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18500, '2009-09-30 10:16:09', -0.72, 99.867, 81, 7.6, 'mwc', 'usp000h237', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18501, '2009-09-30 17:20:40', -23.031, 169.561, 36.2, 5.5, 'mb', 'usp000h23s', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18502, '2009-09-30 19:03:17', -15.551, -69.293, 255.4, 5.9, 'mwc', 'usp000h23y', 'La Paz, Bolivia', 'earthquake\r'), +(18503, '2009-10-01 01:52:27', -2.482, 101.524, 9, 6.6, 'mwc', 'usp000h24c', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18504, '2009-10-01 06:13:33', -15.387, -173.252, 14, 5.8, 'mwc', 'usp000h24w', 'Tonga', 'earthquake\r'), +(18505, '2009-10-01 10:51:07', -17.215, -172.782, 10, 5.5, 'mwc', 'usp000h25j', 'Tonga region', 'earthquake\r'), +(18506, '2009-10-01 20:55:43', -12.25, 166.511, 80.8, 5.5, 'mwc', 'usp000h26s', 'Santa Cruz Islands', 'earthquake\r'), +(18507, '2009-10-02 01:07:39', -16.335, -173.471, 8, 6.1, 'mwc', 'usp000h271', 'Tonga', 'earthquake\r'), +(18508, '2009-10-02 01:09:27', -16.246, -173.468, 10, 5.5, 'mb', 'usp000h272', 'Tonga', 'earthquake\r'), +(18509, '2009-10-02 15:47:09', -17.017, 174.505, 10, 6, 'mwc', 'usp000h28m', 'Fiji region', 'earthquake\r'), +(18510, '2009-10-03 07:16:59', -16.911, -172.965, 10, 5.5, 'mwc', 'usp000h2ab', 'Samoa Islands region', 'earthquake\r'), +(18511, '2009-10-03 17:36:06', 23.63, 121.452, 28, 6.1, 'mww', 'usp000h2b0', 'Taiwan', 'earthquake\r'), +(18512, '2009-10-04 03:36:01', -0.468, 132.974, 46.4, 5.5, 'mwc', 'usp000h2bn', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18513, '2009-10-04 09:10:32', -16.231, -173.24, 23, 5.5, 'mwc', 'usp000h2by', 'Tonga', 'earthquake\r'), +(18514, '2009-10-04 10:58:00', 6.74, 123.378, 620, 6.6, 'mwc', 'usp000h2c1', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(18515, '2009-10-04 11:04:08', 6.683, 123.529, 640, 5.6, 'mb', 'usp000h2c2', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(18516, '2009-10-04 17:09:53', -16.352, -173.255, 10, 5.5, 'mwc', 'usp000h2cq', 'Tonga', 'earthquake\r'), +(18517, '2009-10-06 01:59:39', -4.533, -104.912, 10, 5.7, 'mwc', 'usp000h2ea', 'central East Pacific Rise', 'earthquake\r'), +(18518, '2009-10-06 17:22:51', 18.796, -107.527, 10, 5.5, 'mwc', 'usp000h2et', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(18519, '2009-10-07 05:38:37', 52.157, 178.052, 138.4, 5.7, 'mwc', 'usp000h2fk', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18520, '2009-10-07 20:52:13', 81.572, 119.533, 8, 5.8, 'mwc', 'usp000h2g5', 'east of Severnaya Zemlya', 'earthquake\r'), +(18521, '2009-10-07 21:41:13', 4.079, 122.371, 574, 6.8, 'mwc', 'usp000h2g6', 'Celebes Sea', 'earthquake\r'), +(18522, '2009-10-07 22:03:14', -13.006, 166.51, 45, 7.7, 'mww', 'usp000h2g9', 'Vanuatu', 'earthquake\r'), +(18523, '2009-10-07 22:18:26', -12.622, 166.352, 35, 5.8, 'mb', 'usp000h2gc', 'Santa Cruz Islands', 'earthquake\r'), +(18524, '2009-10-07 22:18:51', -12.517, 166.382, 35, 7.8, 'mwc', 'usp000h2gd', 'Santa Cruz Islands', 'earthquake\r'), +(18525, '2009-10-07 22:26:39', -12.097, 166.641, 35, 5.6, 'mb', 'usp000h2ge', 'Santa Cruz Islands', 'earthquake\r'), +(18526, '2009-10-07 22:29:19', -11.507, 166.03, 35, 5.5, 'mb', 'usp000h2gf', 'Santa Cruz Islands', 'earthquake\r'), +(18527, '2009-10-07 22:50:16', -12.39, 166.086, 21, 6.8, 'mwc', 'usp000h2gj', 'Santa Cruz Islands', 'earthquake\r'), +(18528, '2009-10-07 23:13:48', -13.093, 166.497, 31.1, 7.4, 'mwc', 'usp000h2gr', 'Vanuatu', 'earthquake\r'), +(18529, '2009-10-07 23:23:28', -12.564, 165.957, 35.6, 5.5, 'mb', 'usp000h2gt', 'Santa Cruz Islands', 'earthquake\r'), +(18530, '2009-10-07 23:48:53', -13.538, 166.399, 34.3, 5.7, 'mb', 'usp000h2h1', 'Vanuatu', 'earthquake\r'), +(18531, '2009-10-07 23:54:16', -13.235, 166.356, 35, 5.8, 'mb', 'usp000h2h2', 'Vanuatu', 'earthquake\r'), +(18532, '2009-10-08 01:59:20', -11.898, 165.96, 35, 5.9, 'mb', 'usp000h2hu', 'Santa Cruz Islands', 'earthquake\r'), +(18533, '2009-10-08 02:12:39', -11.66, 166.177, 35, 5.8, 'mb', 'usp000h2hw', 'Santa Cruz Islands', 'earthquake\r'), +(18534, '2009-10-08 08:28:48', -13.298, 165.91, 35, 6.8, 'mwc', 'usp000h2js', 'Vanuatu', 'earthquake\r'), +(18535, '2009-10-08 08:34:37', -12.237, 166.489, 35, 6, 'mb', 'usp000h2jt', 'Santa Cruz Islands', 'earthquake\r'), +(18536, '2009-10-08 10:11:07', -11.263, 165.819, 44.7, 6.1, 'mwc', 'usp000h2jy', 'Santa Cruz Islands', 'earthquake\r'), +(18537, '2009-10-08 21:16:14', -12.912, 166.314, 35, 6, 'mwc', 'usp000h2m8', 'Santa Cruz Islands', 'earthquake\r'), +(18538, '2009-10-08 23:35:44', -12.4, 166.696, 35, 5.7, 'mwb', 'usp000h2mh', 'Santa Cruz Islands', 'earthquake\r'), +(18539, '2009-10-09 07:33:28', -13.232, 166.282, 35, 5.6, 'mwc', 'usp000h2na', 'Vanuatu', 'earthquake\r'), +(18540, '2009-10-09 09:14:42', -11.715, 165.978, 35, 5.6, 'mwc', 'usp000h2ne', 'Santa Cruz Islands', 'earthquake\r'), +(18541, '2009-10-09 13:12:32', -13.357, 166.503, 35, 5.6, 'mwc', 'usp000h2nn', 'Vanuatu', 'earthquake\r'), +(18542, '2009-10-09 22:49:54', -9.027, 157.959, 10, 5.6, 'mwb', 'usp000h2p8', 'Solomon Islands', 'earthquake\r'), +(18543, '2009-10-10 14:25:16', -14.117, 166.691, 35, 5.8, 'mwc', 'usp000h2pv', 'Vanuatu', 'earthquake\r'), +(18544, '2009-10-10 15:26:20', -24.941, -70.684, 20.2, 5.6, 'mwc', 'usp000h2q2', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(18545, '2009-10-10 19:41:24', -15.66, -173.063, 13, 5.9, 'mwc', 'usp000h2qf', 'Tonga', 'earthquake\r'), +(18546, '2009-10-11 03:12:13', -22, 170.248, 10, 6, 'mwc', 'usp000h2qx', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18547, '2009-10-11 04:47:51', -13.003, 166.116, 44.8, 5.7, 'mwc', 'usp000h2r2', 'Vanuatu', 'earthquake\r'), +(18548, '2009-10-12 03:15:47', -17.099, 66.688, 10, 6.2, 'mwc', 'usp000h2sy', 'Mauritius - Reunion region', 'earthquake\r'), +(18549, '2009-10-12 09:37:21', -12.414, 166.498, 42, 6.2, 'mwc', 'usp000h2t6', 'Santa Cruz Islands', 'earthquake\r'), +(18550, '2009-10-12 12:44:39', -11.682, 166.348, 42, 5.5, 'mwb', 'usp000h2te', 'Santa Cruz Islands', 'earthquake\r'), +(18551, '2009-10-12 20:59:38', -14.075, 166.253, 35, 5.7, 'mwb', 'usp000h2ts', 'Vanuatu', 'earthquake\r'), +(18552, '2009-10-13 05:37:24', 52.754, -166.997, 24, 6.5, 'mwc', 'usp000h2u7', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18553, '2009-10-13 10:15:13', 44.578, 149.129, 40, 5.7, 'mwc', 'usp000h2vq', 'Kuril Islands', 'earthquake\r'), +(18554, '2009-10-13 11:38:05', 2.93, 128.232, 32, 6, 'mwc', 'usp000h2w0', 'Halmahera, Indonesia', 'earthquake\r'), +(18555, '2009-10-13 20:21:53', 52.604, -167.118, 14, 6.4, 'mwc', 'usp000h2wq', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18556, '2009-10-14 18:00:22', -14.91, -174.823, 10, 6.3, 'mwc', 'usp000h2yb', 'Samoa Islands region', 'earthquake\r'), +(18557, '2009-10-15 00:13:33', 52.853, -166.75, 20, 5.5, 'mwc', 'usp000h2yn', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18558, '2009-10-15 03:34:28', 1.111, -85.322, 10, 5.5, 'mwc', 'usp000h2za', 'off the coast of Ecuador', 'earthquake\r'), +(18559, '2009-10-15 12:11:16', -3.058, 139.539, 105.7, 6, 'mwc', 'usp000h30d', 'Papua, Indonesia', 'earthquake\r'), +(18560, '2009-10-15 17:48:22', 3.272, -103.823, 10, 6, 'mwc', 'usp000h30q', 'Galapagos Triple Junction region', 'earthquake\r'), +(18561, '2009-10-15 18:33:37', -3.615, 123.16, 17.1, 5.7, 'mwc', 'usp000h30u', 'Sulawesi, Indonesia', 'earthquake\r'), +(18562, '2009-10-16 09:52:51', -6.534, 105.223, 38, 6.1, 'mwc', 'usp000h325', 'Sunda Strait, Indonesia', 'earthquake\r'), +(18563, '2009-10-17 10:45:27', -16.365, -171.987, 10, 5.7, 'mwc', 'usp000h33j', 'Samoa Islands region', 'earthquake\r'), +(18564, '2009-10-17 13:18:40', -13.015, 166.417, 35, 5.6, 'mwc', 'usp000h33n', 'Vanuatu', 'earthquake\r'), +(18565, '2009-10-18 08:23:26', -3.651, 123.203, 20.9, 5.6, 'mwb', 'usp000h34f', 'Sulawesi, Indonesia', 'earthquake\r'), +(18566, '2009-10-18 08:26:15', -3.629, 123.247, 22.3, 5.5, 'mwc', 'usp000h34g', 'Sulawesi, Indonesia', 'earthquake\r'), +(18567, '2009-10-18 23:50:11', 13.704, 120.655, 155.6, 5.7, 'mwc', 'usp000h35d', 'Mindoro, Philippines', 'earthquake\r'), +(18568, '2009-10-19 07:41:38', -15.437, -172.976, 10, 5.8, 'mwc', 'usp000h35r', 'Samoa Islands region', 'earthquake\r'), +(18569, '2009-10-19 22:49:38', -15.36, -172.264, 18, 6, 'mwc', 'usp000h36d', 'Samoa Islands region', 'earthquake\r'), +(18570, '2009-10-22 00:51:39', 6.729, -82.579, 18, 6, 'mwc', 'usp000h38g', 'south of Panama', 'earthquake\r'), +(18571, '2009-10-22 19:51:28', 36.517, 70.95, 185.9, 6.2, 'mwb', 'usp000h39a', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(18572, '2009-10-23 11:15:25', -0.844, 134.133, 15, 5.8, 'mwc', 'usp000h3aj', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18573, '2009-10-23 15:14:13', -12.196, 166.047, 31.1, 6, 'mwc', 'usp000h3at', 'Santa Cruz Islands', 'earthquake\r'), +(18574, '2009-10-24 14:40:44', -6.133, 130.385, 130, 6.9, 'mwc', 'usp000h3c5', 'Banda Sea', 'earthquake\r'), +(18575, '2009-10-24 20:54:51', -9.896, 118.793, 35, 5.6, 'mwc', 'usp000h3cc', 'Sumbawa region, Indonesia', 'earthquake\r'), +(18576, '2009-10-25 07:53:52', -23.091, -179.205, 417.9, 6, 'mwc', 'usp000h3cv', 'south of the Fiji Islands', 'earthquake\r'), +(18577, '2009-10-25 17:47:49', 29.566, 63.879, 125.3, 5.6, 'mwb', 'usp000h3da', 'western Afghanistan', 'earthquake\r'), +(18578, '2009-10-27 00:04:46', -59.955, -65.163, 10, 6, 'mwc', 'usp000h3er', 'Drake Passage', 'earthquake\r'), +(18579, '2009-10-28 23:56:40', -15.794, -173.388, 10, 5.5, 'mwc', 'usp000h3h9', 'Tonga', 'earthquake\r'), +(18580, '2009-10-29 10:52:56', 18.911, -95.538, 16.4, 5.7, 'mwc', 'usp000h3hu', 'offshore Veracruz, Mexico', 'earthquake\r'), +(18581, '2009-10-29 17:44:32', 36.391, 70.722, 210, 6.2, 'mwc', 'usp000h3j7', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(18582, '2009-10-30 07:03:39', 29.218, 129.782, 34, 6.8, 'mwc', 'usp000h3jp', 'Ryukyu Islands, Japan', 'earthquake\r'), +(18583, '2009-10-31 19:09:52', -11.376, 166.376, 133.9, 5.9, 'mwc', 'usp000h3m9', 'Santa Cruz Islands', 'earthquake\r'), +(18584, '2009-11-01 21:28:59', -15.505, -173.753, 105, 5.8, 'mwc', 'usp000h3na', 'Tonga', 'earthquake\r'), +(18585, '2009-11-02 10:47:13', -24.121, -175.173, 9, 6.2, 'mwb', 'usp000h3nu', 'south of Tonga', 'earthquake\r'), +(18586, '2009-11-03 05:25:08', 37.504, 20.491, 10, 5.8, 'mwc', 'usp000h3pp', 'Ionian Sea', 'earthquake\r'), +(18587, '2009-11-04 06:21:47', 7.089, 126.575, 116, 5.5, 'mwb', 'usp000h3qu', 'Mindanao, Philippines', 'earthquake\r'), +(18588, '2009-11-04 18:41:43', 36.155, -33.878, 2, 5.9, 'mwc', 'usp000h3r6', 'Azores Islands region', 'earthquake\r'), +(18589, '2009-11-05 07:12:32', 12.108, 45.907, 10, 5.6, 'mwc', 'usp000h3rz', 'near the coast of Yemen', 'earthquake\r'), +(18590, '2009-11-05 09:32:57', 23.731, 120.744, 18, 5.6, 'mwb', 'usp000h3s7', 'Taiwan', 'earthquake\r'), +(18591, '2009-11-05 09:43:21', -52.292, 160.703, 10, 6, 'mwc', 'usp000h3s9', 'Macquarie Island region', 'earthquake\r'), +(18592, '2009-11-06 08:49:52', -23.436, -64.465, 5, 5.5, 'mwb', 'usp000h3t7', 'Salta, Argentina', 'earthquake\r'), +(18593, '2009-11-07 20:08:46', 29.49, 86.008, 5.7, 5.5, 'mwc', 'usp000h3uf', 'western Xizang', 'earthquake\r'), +(18594, '2009-11-08 15:46:09', -16.008, 167.993, 179.4, 5.5, 'mwb', 'usp000h3v6', 'Vanuatu', 'earthquake\r'), +(18595, '2009-11-08 19:41:43', -8.207, 118.631, 18, 6.6, 'mwc', 'usp000h3vc', 'Sumbawa region, Indonesia', 'earthquake\r'), +(18596, '2009-11-08 20:35:21', 6.7, 60.263, 10, 5.6, 'mwc', 'usp000h3vf', 'Carlsberg Ridge', 'earthquake\r'), +(18597, '2009-11-09 00:21:39', -43.462, 39.613, 10, 5.5, 'mwc', 'usp000h3w0', 'Prince Edward Islands region', 'earthquake\r'), +(18598, '2009-11-09 10:44:55', -17.239, 178.331, 595, 7.3, 'mwc', 'usp000h3wn', 'Fiji', 'earthquake\r'), +(18599, '2009-11-09 16:02:41', -4.466, 144.31, 139.7, 5.7, 'mwc', 'usp000h3wz', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(18600, '2009-11-10 02:48:47', 8.082, 91.899, 23, 6, 'mwc', 'usp000h3xe', 'Nicobar Islands, India region', 'earthquake\r'), +(18601, '2009-11-11 13:48:19', 9.358, 125.531, 23.6, 5.7, 'mwb', 'usp000h3ys', 'Mindanao, Philippines', 'earthquake\r'), +(18602, '2009-11-12 02:13:38', -20.979, -178.662, 570.6, 5.8, 'mwc', 'usp000h3z2', 'Fiji region', 'earthquake\r'), +(18603, '2009-11-13 03:05:57', -19.394, -70.321, 27, 6.5, 'mwc', 'usp000h401', 'near the coast of Tarapaca, Chile', 'earthquake\r'), +(18604, '2009-11-13 07:27:13', -17.917, -64.095, 608, 5.8, 'mwc', 'usp000h408', 'Santa Cruz, Bolivia', 'earthquake\r'), +(18605, '2009-11-14 09:50:46', -12.201, 166.245, 19.1, 5.6, 'mwc', 'usp000h41f', 'Santa Cruz Islands', 'earthquake\r'), +(18606, '2009-11-14 19:44:30', -22.965, -66.641, 220.4, 6.2, 'mwc', 'usp000h41w', 'Jujuy, Argentina', 'earthquake\r'), +(18607, '2009-11-17 15:30:47', 52.123, -131.395, 17, 6.6, 'mwc', 'usp000h44s', 'Haida Gwaii, Canada', 'earthquake\r'), +(18608, '2009-11-17 15:37:42', 52.102, -131.572, 10, 5.8, 'mwc', 'usp000h44t', 'Haida Gwaii, Canada', 'earthquake\r'), +(18609, '2009-11-18 01:42:48', -53.965, 6.484, 10, 5.5, 'mwc', 'usp000h45f', 'Bouvet Island region', 'earthquake\r'), +(18610, '2009-11-20 19:31:26', -0.18, -18.002, 5, 5.5, 'mwc', 'usp000h48r', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(18611, '2009-11-22 07:48:21', -17.794, -178.425, 522.6, 6.4, 'mwb', 'usp000h4ab', 'Fiji region', 'earthquake\r'), +(18612, '2009-11-22 22:07:48', -39.634, -74.967, 7, 5.9, 'mwc', 'usp000h4b2', 'off the coast of Los Lagos, Chile', 'earthquake\r'), +(18613, '2009-11-22 22:47:27', -31.569, 179.467, 435.7, 6.2, 'mwc', 'usp000h4b3', 'Kermadec Islands region', 'earthquake\r'), +(18614, '2009-11-23 06:08:40', 18.083, -105.597, 34.8, 5.6, 'mwc', 'usp000h4be', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(18615, '2009-11-23 18:36:34', -12.616, 166.251, 35, 5.7, 'mwc', 'usp000h4bu', 'Santa Cruz Islands', 'earthquake\r'), +(18616, '2009-11-24 12:47:16', -20.708, -174.035, 18, 6.8, 'mwc', 'usp000h4cs', 'Tonga', 'earthquake\r'), +(18617, '2009-11-24 13:04:23', -20.693, -174.01, 10, 5.6, 'mb', 'usp000h4cu', 'Tonga', 'earthquake\r'), +(18618, '2009-11-26 19:08:11', 13.514, -89.907, 56.8, 5.9, 'mwb', 'usp000h4fa', 'offshore El Salvador', 'earthquake\r'), +(18619, '2009-11-28 06:04:22', -10.403, 118.885, 15, 6, 'mwc', 'usp000h4gy', 'south of Sumbawa, Indonesia', 'earthquake\r'), +(18620, '2009-11-28 09:21:18', -29.216, -177.018, 28, 6, 'mwc', 'usp000h4ha', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18621, '2009-11-28 18:10:21', 5.326, 126.288, 38.8, 6.1, 'mwc', 'usp000h4hk', 'Mindanao, Philippines', 'earthquake\r'), +(18622, '2009-11-29 12:29:38', 0.415, 126.083, 68.6, 5.5, 'mwc', 'usp000h4jx', 'Molucca Sea', 'earthquake\r'), +(18623, '2009-11-29 20:09:09', 5.345, 126.254, 35, 5.7, 'mwc', 'usp000h4k9', 'Mindanao, Philippines', 'earthquake\r'), +(18624, '2009-12-01 19:42:59', -17.077, 167.643, 40.3, 5.6, 'mwc', 'usp000h4n9', 'Vanuatu', 'earthquake\r'), +(18625, '2009-12-02 20:27:12', 12.189, 125.552, 14, 5.5, 'mwc', 'usp000h4p8', 'Samar, Philippines', 'earthquake\r'), +(18626, '2009-12-03 06:12:32', -56.476, -122.321, 10, 6, 'mwc', 'usp000h4pt', 'southern East Pacific Rise', 'earthquake\r'), +(18627, '2009-12-06 17:36:36', -10.126, 33.87, 9, 5.8, 'mwb', 'usp000h4ta', 'Malawi', 'earthquake\r'), +(18628, '2009-12-08 03:08:57', -9.948, 33.878, 8, 5.9, 'mwc', 'usp000h4v7', 'Malawi', 'earthquake\r'), +(18629, '2009-12-09 07:48:14', -54.709, -135.814, 10, 5.6, 'mwb', 'usp000h4we', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18630, '2009-12-09 09:46:03', -22.15, 170.963, 45, 6.4, 'mwc', 'usp000h4wh', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18631, '2009-12-09 16:00:43', -0.642, -21.072, 10, 6.4, 'mwc', 'usp000h4wq', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(18632, '2009-12-09 21:29:03', 2.759, 95.91, 21, 6, 'mwc', 'usp000h4ww', 'Simeulue, Indonesia', 'earthquake\r'), +(18633, '2009-12-10 02:30:53', 53.417, 152.756, 656.2, 6.3, 'mwc', 'usp000h4x2', 'Sea of Okhotsk', 'earthquake\r'), +(18634, '2009-12-11 12:33:39', -21.056, -174.448, 10, 5.6, 'mwc', 'usp000h4yp', 'Tonga', 'earthquake\r'), +(18635, '2009-12-12 02:27:04', -9.942, 33.911, 10, 5.5, 'mwc', 'usp000h4z6', 'Malawi', 'earthquake\r'), +(18636, '2009-12-12 18:38:45', 48.827, 156.19, 10, 5.6, 'mwb', 'usp000h4zu', 'east of the Kuril Islands', 'earthquake\r'), +(18637, '2009-12-14 03:05:24', -10.028, 123.661, 45.8, 5.5, 'mwb', 'usp000h514', 'Timor region, Indonesia', 'earthquake\r'), +(18638, '2009-12-14 08:54:02', -5.958, 154.444, 39, 6, 'mwc', 'usp000h51c', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18639, '2009-12-16 03:40:24', -55.488, -26.898, 10.9, 5.5, 'mwc', 'usp000h52z', 'South Sandwich Islands region', 'earthquake\r'), +(18640, '2009-12-16 12:36:39', -31.59, -177.84, 10, 5.5, 'mwb', 'usp000h53c', 'Kermadec Islands region', 'earthquake\r'), +(18641, '2009-12-17 01:37:48', 36.463, -9.9, 19.8, 5.6, 'mwc', 'usp000h543', 'west of Gibraltar', 'earthquake\r'), +(18642, '2009-12-17 14:55:36', 42.447, -30.565, 4, 5.5, 'mwc', 'usp000h54f', 'Azores Islands region', 'earthquake\r'), +(18643, '2009-12-17 20:01:22', 51.398, 179.963, 35, 5.8, 'mwc', 'usp000h54k', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18644, '2009-12-18 07:33:00', -17.73, 65.867, 10, 5.8, 'mwc', 'usp000h555', 'Mauritius - Reunion region', 'earthquake\r'), +(18645, '2009-12-19 13:02:16', 23.796, 121.605, 43, 6.4, 'mwc', 'usp000h56g', 'Taiwan', 'earthquake\r'), +(18646, '2009-12-19 13:43:57', 2.675, 96.062, 43.9, 5.5, 'mb', 'usp000h56h', 'Simeulue, Indonesia', 'earthquake\r'), +(18647, '2009-12-19 23:19:16', -10.108, 33.818, 6, 6, 'mwc', 'usp000h56x', 'Malawi', 'earthquake\r'), +(18648, '2009-12-23 01:11:58', -1.434, 99.393, 19, 6, 'mwc', 'usp000h599', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18649, '2009-12-23 05:42:02', -6.813, 125.676, 527.7, 5.7, 'mwc', 'usp000h59k', 'Banda Sea', 'earthquake\r'), +(18650, '2009-12-24 00:23:31', 42.126, 135.008, 395, 5.7, 'mw', 'iscgem17576175', 'Sea of Japan', 'earthquake\r'), +(18651, '2009-12-24 00:23:32', 42.245, 134.719, 392, 6.3, 'mwc', 'usp000h5a9', 'Primor\'\'ye, Russia', 'earthquake\r'), +(18652, '2009-12-24 14:01:59', -15.766, -73.978, 59.1, 5.6, 'mwc', 'usp000h5aq', 'southern Peru', 'earthquake\r'), +(18653, '2009-12-25 22:04:27', -15.963, -173.059, 47, 5.6, 'mwb', 'usp000h5c5', 'Tonga', 'earthquake\r'), +(18654, '2009-12-26 05:09:28', 6.482, 126.369, 59.8, 5.6, 'mwc', 'usp000h5ck', 'Mindanao, Philippines', 'earthquake\r'), +(18655, '2009-12-26 08:57:28', -5.53, 131.205, 85, 6.1, 'mwc', 'usp000h5cu', 'Banda Sea', 'earthquake\r'), +(18656, '2009-12-26 21:23:27', -17.299, -176.941, 17, 5.6, 'mwc', 'usp000h5d4', 'Fiji region', 'earthquake\r'), +(18657, '2009-12-27 13:19:07', -3.102, 139.653, 7.4, 5.7, 'mwc', 'usp000h5dk', 'Papua, Indonesia', 'earthquake\r'), +(18658, '2009-12-29 09:01:55', 24.357, 94.807, 124.8, 5.6, 'mwb', 'usp000h5f4', 'Myanmar-India border region', 'earthquake\r'), +(18659, '2009-12-30 11:17:50', 6.52, 126.341, 34, 5.5, 'mwc', 'usp000h5gd', 'Mindanao, Philippines', 'earthquake\r'), +(18660, '2009-12-30 18:48:57', 32.464, -115.1891667, 5.971, 5.8, 'mw', 'ci14565620', '12km N of Delta, B.C., MX', 'earthquake\r'), +(18661, '2009-12-31 06:26:10', -2.008, 137.452, 19, 5.6, 'mwb', 'usp000h5hw', 'Papua, Indonesia', 'earthquake\r'), +(18662, '2009-12-31 09:23:24', -59.401, -150.975, 10, 6, 'mwc', 'usp000h5j2', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18663, '2009-12-31 09:29:45', -59.395, -151.034, 10, 5.6, 'mwc', 'usp000h5j3', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18664, '2009-12-31 09:57:30', 27.319, 91.51, 10, 5.5, 'mb', 'usp000h5j5', 'Bhutan', 'earthquake\r'), +(18665, '2010-01-02 08:45:33', 12.424, 141.949, 8, 6.1, 'mwb', 'usp000h5m6', 'Mariana Islands region', 'earthquake\r'), +(18666, '2010-01-03 04:11:39', -5.297, 145.859, 34, 5.8, 'mwc', 'usp000h5mt', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(18667, '2010-01-03 20:39:13', -8.802, -77.718, 116.8, 5.7, 'mwb', 'usp000h5na', 'central Peru', 'earthquake\r'), +(18668, '2010-01-03 21:48:03', -8.726, 157.487, 10, 6.6, 'mwc', 'usp000h5nd', 'Solomon Islands', 'earthquake\r'), +(18669, '2010-01-03 22:36:26', -8.783, 157.354, 10, 7.1, 'mwc', 'usp000h5np', 'Solomon Islands', 'earthquake\r'), +(18670, '2010-01-04 04:17:51', -8.917, 157.606, 30.2, 5.6, 'mwc', 'usp000h5pg', 'Solomon Islands', 'earthquake\r'), +(18671, '2010-01-04 11:28:20', -8.375, 157.087, 15, 5.8, 'mwc', 'usp000h5q5', 'Solomon Islands', 'earthquake\r'), +(18672, '2010-01-05 04:55:39', -58.173, -14.695, 13, 6.8, 'mwc', 'usp000h5ra', 'east of the South Sandwich Islands', 'earthquake\r'), +(18673, '2010-01-05 12:15:32', -9.019, 157.551, 15.4, 6.8, 'mwc', 'usp000h5rn', 'Solomon Islands', 'earthquake\r'), +(18674, '2010-01-05 13:11:43', -9.05, 157.892, 35, 6, 'mwc', 'usp000h5rx', 'Solomon Islands', 'earthquake\r'), +(18675, '2010-01-05 13:13:02', -8.89, 158.032, 23.4, 5.7, 'mb', 'usp000h5ry', 'Solomon Islands', 'earthquake\r'), +(18676, '2010-01-06 09:48:46', -49.789, 164.192, 10, 5.7, 'mwb', 'usp000h5sy', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(18677, '2010-01-06 16:38:36', -41.605, -16.568, 10, 5.6, 'mwc', 'usp000h5t4', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(18678, '2010-01-06 17:27:55', -4.405, 151.746, 199.6, 5.6, 'mwc', 'usp000h5t7', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18679, '2010-01-07 08:29:06', -53.516, 159.28, 10, 5.6, 'mwc', 'usp000h5tt', 'Macquarie Island region', 'earthquake\r'), +(18680, '2010-01-09 05:51:30', -9.131, 157.626, 12, 6.2, 'mwc', 'usp000h5vu', 'Solomon Islands', 'earthquake\r'), +(18681, '2010-01-10 00:27:39', 40.652, -124.6925, 28.737, 6.5, 'mw', 'nc71338066', 'offshore Northern California', 'earthquake\r'), +(18682, '2010-01-12 10:58:14', -5.417, 133.731, 35, 5.5, 'mwb', 'usp000h5zw', 'Kepulauan Kai, Indonesia', 'earthquake\r'), +(18683, '2010-01-12 21:53:10', 18.443, -72.571, 13, 7, 'mwc', 'usp000h60h', 'Haiti region', 'earthquake\r'), +(18684, '2010-01-12 22:00:41', 18.387, -72.784, 10, 6, 'mwc', 'usp000h60j', 'Haiti region', 'earthquake\r'), +(18685, '2010-01-12 22:12:05', 18.452, -72.513, 10, 5.7, 'mb', 'usp000h60n', 'Haiti region', 'earthquake\r'), +(18686, '2010-01-13 01:32:44', 18.42, -72.861, 10, 5.6, 'mwc', 'usp000h61b', 'Haiti region', 'earthquake\r'), +(18687, '2010-01-13 01:36:31', 18.404, -72.826, 10, 5.6, 'mwc', 'usp000h61c', 'Haiti region', 'earthquake\r'), +(18688, '2010-01-13 05:02:58', 18.367, -72.903, 10, 5.8, 'mwc', 'usp000h61z', 'Haiti region', 'earthquake\r'), +(18689, '2010-01-13 16:21:23', -15.656, -174.799, 10, 5.5, 'mwc', 'usp000h62t', 'Tonga', 'earthquake\r'), +(18690, '2011-08-24 23:06:17', -18.155, 167.727, 13, 6.2, 'mww', 'usp000j6zp', 'Vanuatu', 'earthquake\r'), +(18691, '2010-01-13 17:18:08', -0.687, 133.33, 10, 5.8, 'mwc', 'usp000h62w', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18692, '2010-01-14 14:03:41', 11.51, 142.082, 37, 5.8, 'mwc', 'usp000h63w', 'south of the Mariana Islands', 'earthquake\r'), +(18693, '2010-01-14 16:22:35', -11.964, 166.264, 35, 5.5, 'mwc', 'usp000h641', 'Santa Cruz Islands', 'earthquake\r'), +(18694, '2010-01-15 10:14:03', -31.728, -177.612, 10, 5.9, 'mwc', 'usp000h655', 'Kermadec Islands region', 'earthquake\r'), +(18695, '2010-01-15 11:08:38', 26.746, 126.285, 139.1, 5.7, 'mwc', 'usp000h659', 'Ryukyu Islands, Japan', 'earthquake\r'), +(18696, '2010-01-15 18:00:47', 10.454, -63.475, 8.1, 5.6, 'mwc', 'usp000h65y', 'Sucre, Venezuela', 'earthquake\r'), +(18697, '2010-01-16 20:08:17', 51.711, 177.706, 50, 5.5, 'mwc', 'usp000h677', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18698, '2010-01-17 06:04:37', 37.938, 143.599, 7, 5.6, 'mwb', 'usp000h67y', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(18699, '2010-01-17 09:46:40', -6.122, 152.587, 10, 5.7, 'mwc', 'usp000h684', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18700, '2010-01-17 12:00:01', -57.664, -65.879, 5, 6.3, 'mwc', 'usp000h68a', 'Drake Passage', 'earthquake\r'), +(18701, '2010-01-18 01:02:17', 46.482, 153.262, 7, 5.6, 'mwc', 'usp000h693', 'Kuril Islands', 'earthquake\r'), +(18702, '2010-01-18 15:40:26', 13.728, -90.132, 54.7, 5.9, 'mwc', 'usp000h69z', 'offshore El Salvador', 'earthquake\r'), +(18703, '2010-01-18 15:56:09', 38.404, 21.961, 0.8, 5.5, 'mwc', 'usp000h6a0', 'Greece', 'earthquake\r'), +(18704, '2010-01-18 16:09:15', -12.484, 166.293, 10, 5.7, 'mwb', 'usp000h6a2', 'Santa Cruz Islands', 'earthquake\r'), +(18705, '2010-01-19 00:17:49', -8.997, 158.071, 39.1, 5.6, 'mwc', 'usp000h6ay', 'Solomon Islands', 'earthquake\r'), +(18706, '2010-01-19 14:23:39', 19.004, -80.804, 10, 5.9, 'mwc', 'usp000h6bt', 'Cayman Islands region', 'earthquake\r'), +(18707, '2010-01-20 11:03:43', 18.423, -72.823, 10.5, 5.9, 'mwc', 'usp000h6d2', 'Haiti region', 'earthquake\r'), +(18708, '2010-01-21 02:02:04', 13.551, 125.46, 15, 5.5, 'mwb', 'usp000h6e0', 'Philippine Islands region', 'earthquake\r'), +(18709, '2010-01-21 08:03:23', 8.268, -110.357, 12, 5.6, 'mwb', 'usp000h6eg', 'east central Pacific Ocean', 'earthquake\r'), +(18710, '2010-01-24 05:38:27', -8.205, 129.029, 19, 5.5, 'mwc', 'usp000h6j3', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(18711, '2010-01-24 14:19:00', -9.18, 157.756, 10, 5.5, 'mwb', 'usp000h6jk', 'Solomon Islands', 'earthquake\r'), +(18712, '2010-01-24 18:15:09', -18.513, 167.897, 15.1, 5.6, 'mwb', 'usp000h6ju', 'Vanuatu', 'earthquake\r'), +(18713, '2010-01-25 07:15:09', 30.964, 130.888, 38.2, 5.5, 'mwb', 'usp000h6kk', 'Kyushu, Japan', 'earthquake\r'), +(18714, '2010-01-25 21:38:55', -18.599, -173.696, 35, 5.6, 'mwc', 'usp000h6mc', 'Tonga', 'earthquake\r'), +(18715, '2010-01-25 22:52:47', -8.498, -74.466, 146.7, 5.9, 'mwb', 'usp000h6md', 'central Peru', 'earthquake\r'), +(18716, '2010-01-27 17:42:45', -14.1, -14.554, 10, 5.8, 'mwc', 'usp000h6ph', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(18717, '2010-01-27 18:49:34', 13.639, 125.486, 29.1, 5.9, 'mwc', 'usp000h6pm', 'Philippine Islands region', 'earthquake\r'), +(18718, '2010-01-28 08:04:14', -23.357, -66.712, 208.4, 5.9, 'mwb', 'usp000h6q8', 'Jujuy, Argentina', 'earthquake\r'), +(18719, '2010-01-29 09:19:54', -18.948, 169.665, 10, 5.8, 'mwc', 'usp000h6rp', 'Vanuatu', 'earthquake\r'), +(18720, '2010-01-29 13:16:26', 1.634, -90.281, 10, 5.5, 'mwc', 'usp000h6rx', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(18721, '2010-01-29 20:47:53', 1.585, -90.602, 10, 5.6, 'mwc', 'usp000h6s6', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(18722, '2010-01-30 19:21:27', -57.638, -141.462, 10, 5.6, 'mwc', 'usp000h6sx', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18723, '2010-02-01 22:28:17', -6.112, 154.463, 32, 6.2, 'mwc', 'usp000h6v7', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18724, '2010-02-04 17:48:09', -19.434, -173.857, 10, 5.6, 'mwc', 'usp000h6ye', 'Tonga', 'earthquake\r'), +(18725, '2010-02-04 20:20:22', 40.4123333, -124.9613333, 23.048, 5.88, 'mw', 'nc71348851', '61km WSW of Ferndale, California', 'earthquake\r'), +(18726, '2010-02-05 06:59:06', -47.911, 99.593, 1, 6.2, 'mwc', 'usp000h6z1', 'Southeast Indian Ridge', 'earthquake\r'), +(18727, '2010-02-06 04:44:58', 46.836, 152.731, 30, 6, 'mwc', 'usp000h705', 'Kuril Islands', 'earthquake\r'), +(18728, '2010-02-06 20:31:59', -16.004, -172.737, 10, 5.5, 'mwc', 'usp000h70x', 'Samoa Islands region', 'earthquake\r'), +(18729, '2010-02-07 06:10:00', 23.488, 123.615, 21, 6.3, 'mwc', 'usp000h71c', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(18730, '2010-02-07 17:09:47', -23.225, -66.564, 238.9, 5.6, 'mwc', 'usp000h721', 'Jujuy, Argentina', 'earthquake\r'), +(18731, '2010-02-07 22:28:21', -23.319, -179.877, 544, 5.9, 'mwc', 'usp000h72b', 'south of the Fiji Islands', 'earthquake\r'), +(18732, '2010-02-07 23:22:55', -23.335, -179.877, 549.5, 5.6, 'mwc', 'usp000h72f', 'south of the Fiji Islands', 'earthquake\r'), +(18733, '2010-02-09 00:47:41', 15.893, -96.861, 39.8, 5.7, 'mwc', 'usp000h73d', 'Oaxaca, Mexico', 'earthquake\r'), +(18734, '2010-02-09 01:03:44', -15.053, -173.492, 10, 6.1, 'mwc', 'usp000h73e', 'Tonga', 'earthquake\r'), +(18735, '2010-02-10 07:18:29', -7.048, 154.855, 10, 5.5, 'mwb', 'usp000h74t', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18736, '2010-02-11 11:51:54', -40.593, -16.769, 10, 5.5, 'mwc', 'usp000h766', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(18737, '2010-02-11 18:43:10', -9.905, 113.845, 51, 5.8, 'mwc', 'usp000h76j', 'south of Java, Indonesia', 'earthquake\r'), +(18738, '2010-02-11 21:56:32', 34, 25.393, 14, 5.5, 'mwc', 'usp000h76q', 'Crete, Greece', 'earthquake\r'), +(18739, '2010-02-12 12:03:39', -33.622, -68.789, 148.4, 5.8, 'mwc', 'usp000h77d', 'Mendoza, Argentina', 'earthquake\r'), +(18740, '2010-02-13 02:34:29', -21.902, -174.767, 11, 6.1, 'mwb', 'usp000h785', 'Tonga', 'earthquake\r'), +(18741, '2010-02-15 21:51:48', -7.217, 128.723, 126, 6.2, 'mwc', 'usp000h7bg', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(18742, '2010-02-17 19:38:06', -29.756, -177.836, 45, 5.9, 'mwb', 'usp000h7dc', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(18743, '2010-02-18 01:13:20', 42.587, 130.703, 577.7, 6.9, 'mwb', 'usp000h7dn', 'China-Russia-North Korea border region', 'earthquake\r'), +(18744, '2010-02-19 11:13:20', -21.84, -175.115, 10, 5.8, 'mwc', 'usp000h7f9', 'Tonga', 'earthquake\r'), +(18745, '2010-02-20 13:35:51', -13.507, 166.806, 35, 5.5, 'mwc', 'usp000h7gr', 'Vanuatu', 'earthquake\r'), +(18746, '2010-02-22 05:08:49', -21.511, -173.778, 33, 5.7, 'mwc', 'usp000h7j7', 'Tonga', 'earthquake\r'), +(18747, '2010-02-22 07:00:51', -23.626, -176.036, 15, 6, 'mwc', 'usp000h7j9', 'south of the Fiji Islands', 'earthquake\r'), +(18748, '2010-02-22 07:24:46', -23.738, -175.917, 35, 5.6, 'mwc', 'usp000h7jb', 'Tonga region', 'earthquake\r'), +(18749, '2010-02-22 08:42:40', -23.66, -175.915, 35, 5.5, 'mwc', 'usp000h7je', 'Tonga region', 'earthquake\r'), +(18750, '2010-02-23 15:16:00', 15.967, -91.26, 10, 5.6, 'mwc', 'usp000h7mb', 'Guatemala', 'earthquake\r'), +(18751, '2010-02-25 03:15:03', 11.176, -86.126, 24.9, 5.7, 'mwc', 'usp000h7np', 'near the coast of Nicaragua', 'earthquake\r'), +(18752, '2010-02-26 00:11:50', -55.758, -4.758, 6, 5.6, 'mwc', 'usp000h7pq', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(18753, '2010-02-26 01:07:58', 23.784, 122.816, 37.2, 5.5, 'mwc', 'usp000h7pt', 'Taiwan region', 'earthquake\r'), +(18754, '2010-02-26 08:37:00', 6.484, 126.802, 92, 5.7, 'mwc', 'usp000h7q6', 'Mindanao, Philippines', 'earthquake\r'), +(18755, '2010-02-26 20:31:27', 25.93, 128.425, 25, 7, 'mwc', 'usp000h7qu', 'Ryukyu Islands, Japan', 'earthquake\r'), +(18756, '2010-02-27 06:34:12', -36.122, -72.898, 22.9, 8.8, 'mww', 'official20100227063411530_30', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18757, '2010-02-27 06:34:16', -54.027, -133.64, 10, 5.6, 'mb', 'usp000h7rg', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18758, '2010-02-27 06:47:24', -33.655, -72.033, 35, 5.6, 'mb', 'usp000h7rh', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18759, '2010-02-27 06:51:18', -31.663, -69.141, 39.8, 6, 'mb', 'usp000h7rj', 'San Juan, Argentina', 'earthquake\r'), +(18760, '2010-02-27 06:52:34', -34.867, -72.614, 35, 6.2, 'mb', 'usp000h7rk', 'offshore Maule, Chile', 'earthquake\r'), +(18761, '2010-02-27 06:56:26', -34.35, -72.197, 34.8, 5.6, 'mb', 'usp000h7rn', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(18762, '2010-02-27 07:05:06', -33.912, -72.107, 35, 5.8, 'mb', 'usp000h7rs', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(18763, '2010-02-27 07:12:28', -33.878, -71.943, 35, 6, 'mb', 'usp000h7ru', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18764, '2010-02-27 07:23:16', -36.924, -73.594, 35, 5.6, 'mb', 'usp000h7s1', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18765, '2010-02-27 07:33:31', -38.032, -73.393, 35, 5.6, 'mb', 'usp000h7s5', 'Bio-Bio, Chile', 'earthquake\r'), +(18766, '2010-02-27 07:34:31', -33.821, -72.132, 35, 5.5, 'mb', 'usp000h7s7', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18767, '2010-02-27 07:37:18', -36.869, -72.673, 35, 6, 'mb', 'usp000h7s9', 'Bio-Bio, Chile', 'earthquake\r'), +(18768, '2010-02-27 07:40:47', -35.133, -72.176, 32.7, 5.5, 'mb', 'usp000h7sa', 'Maule, Chile', 'earthquake\r'), +(18769, '2010-02-27 08:01:23', -37.773, -75.048, 35, 7.4, 'mwc', 'usp000h7sq', 'off the coast of Bio-Bio, Chile', 'earthquake\r'), +(18770, '2010-02-27 08:13:15', -33.304, -71.579, 35, 5.6, 'mb', 'usp000h7ss', 'Valparaiso, Chile', 'earthquake\r'), +(18771, '2010-02-27 08:25:30', -34.749, -72.427, 35, 6.1, 'mb', 'usp000h7sx', 'offshore Maule, Chile', 'earthquake\r'), +(18772, '2010-02-27 08:31:04', -34.872, -72.433, 35, 5.7, 'mb', 'usp000h7t0', 'offshore Maule, Chile', 'earthquake\r'), +(18773, '2010-02-27 08:31:59', -33.027, -72.439, 35, 5.5, 'mb', 'usp000h7t2', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18774, '2010-02-27 08:48:06', -38.495, -75.326, 35, 5.6, 'mb', 'usp000h7t8', 'off the coast of Araucania, Chile', 'earthquake\r'), +(18775, '2010-02-27 09:00:17', -33.443, -71.525, 35, 5.6, 'mb', 'usp000h7tf', 'Valparaiso, Chile', 'earthquake\r'), +(18776, '2010-02-27 09:59:20', -38.16, -73.652, 35, 5.8, 'mb', 'usp000h7u5', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18777, '2010-02-27 10:10:15', -33.717, -72.163, 35, 5.6, 'mb', 'usp000h7u9', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18778, '2010-02-27 10:30:10', -37.878, -73.545, 20, 6, 'mw', 'iscgem600697919', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18779, '2010-02-27 10:30:36', -33.281, -71.955, 35, 6, 'mb', 'usp000h7uf', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18780, '2010-02-27 10:38:35', -38.191, -73.694, 35, 5.9, 'mb', 'usp000h7uh', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18781, '2010-02-27 12:03:28', -34.373, -73.965, 35, 5.5, 'mb', 'usp000h7vb', 'off the coast of Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(18782, '2010-02-27 15:44:51', -36.129, -73.257, 35, 5.5, 'mb', 'usp000h7ya', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18783, '2010-02-27 15:45:37', -24.872, -65.602, 10, 6.3, 'mwc', 'usp000h7yb', 'Salta, Argentina', 'earthquake\r'), +(18784, '2010-02-27 16:27:57', -37.78, -73.348, 35, 5.5, 'mb', 'usp000h7ys', 'Bio-Bio, Chile', 'earthquake\r'), +(18785, '2010-02-27 17:11:49', -33.99, -71.805, 35, 5.5, 'mb', 'usp000h7z5', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18786, '2010-02-27 17:24:31', -36.354, -73.208, 19, 6.1, 'mwb', 'usp000h7z8', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18787, '2010-02-27 17:43:37', -36.521, -73.051, 38.4, 5.5, 'mb', 'usp000h7ze', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18788, '2010-02-27 18:15:23', -37.516, -73.55, 24.7, 5.6, 'mb', 'usp000h7zr', 'Bio-Bio, Chile', 'earthquake\r'), +(18789, '2010-02-27 18:23:11', -37.581, -73.699, 35, 5.7, 'ms', 'usp000h7zt', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18790, '2010-02-27 19:00:07', -33.422, -71.828, 31.1, 6.2, 'mwc', 'usp000h7zx', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18791, '2010-02-27 19:54:29', 10.84, -43.406, 10, 5.8, 'mwc', 'usp000h808', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(18792, '2010-02-27 23:02:02', -37.695, -72.832, 45.2, 5.9, 'mwb', 'usp000h81s', 'Araucania, Chile', 'earthquake\r'), +(18793, '2010-02-27 23:12:35', -34.7, -71.827, 35, 6, 'mb', 'usp000h81v', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18794, '2010-02-27 23:21:13', 35.94, 70.074, 99.7, 5.7, 'mwc', 'usp000h81x', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(18795, '2010-02-28 01:08:23', -34.163, -71.952, 31.9, 5.9, 'mwb', 'usp000h82j', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18796, '2010-02-28 08:17:44', 34.832, 141.468, 10, 5.6, 'mwb', 'usp000h85w', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(18797, '2010-02-28 11:25:36', -34.903, -71.617, 46, 6.2, 'mwb', 'usp000h86y', 'Maule, Chile', 'earthquake\r'), +(18798, '2010-02-28 19:48:35', -38.099, -73.68, 18, 5.9, 'mwb', 'usp000h89r', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18799, '2010-03-01 02:44:42', -35.039, -72.487, 22.9, 5.7, 'mwb', 'usp000h8be', 'offshore Maule, Chile', 'earthquake\r'), +(18800, '2010-03-02 02:51:21', 18.182, 122.399, 17, 5.8, 'mwc', 'usp000h8fk', 'Luzon, Philippines', 'earthquake\r'), +(18801, '2010-03-02 04:28:45', -36.675, -73.301, 35, 5.5, 'mwc', 'usp000h8fw', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18802, '2010-03-02 19:12:56', -34.267, -72.171, 40.5, 5.6, 'mwc', 'usp000h8j5', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(18803, '2010-03-03 17:44:25', -36.61, -73.36, 20, 6.1, 'mwc', 'usp000h8mn', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18804, '2010-03-03 19:58:30', -33.412, -71.868, 38.8, 5.8, 'mwc', 'usp000h8mx', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18805, '2010-03-04 00:18:51', 22.918, 120.795, 21, 6.3, 'mwc', 'usp000h8nd', 'Taiwan', 'earthquake\r'), +(18806, '2010-03-04 01:59:49', -33.216, -72.125, 24.2, 6, 'mwc', 'usp000h8nh', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18807, '2010-03-04 14:02:28', -13.571, 167.227, 176, 6.5, 'mwb', 'usp000h8pu', 'Vanuatu', 'earthquake\r'), +(18808, '2010-03-04 22:39:27', -22.227, -68.328, 114, 6.3, 'mwb', 'usp000h8qr', 'Antofagasta, Chile', 'earthquake\r'), +(18809, '2010-03-05 09:19:36', -36.631, -73.223, 29.9, 6.1, 'mwc', 'usp000h8rk', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18810, '2010-03-05 11:47:07', -36.665, -73.374, 18, 6.6, 'mwb', 'usp000h8rt', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18811, '2010-03-05 16:07:01', -3.762, 100.991, 26, 6.8, 'mwc', 'usp000h8s3', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(18812, '2010-03-06 12:10:57', -13.141, 166.687, 96.3, 5.5, 'mwc', 'usp000h8u4', 'Vanuatu', 'earthquake\r'), +(18813, '2010-03-06 13:31:13', 44.174, 147.647, 52.9, 5.7, 'mwc', 'usp000h8u8', 'Kuril Islands', 'earthquake\r'), +(18814, '2010-03-07 07:05:25', -16.236, -115.296, 18, 6.3, 'mwc', 'usp000h8vq', 'southern East Pacific Rise', 'earthquake\r'), +(18815, '2010-03-07 15:59:45', -37.99, -73.3, 26.8, 5.9, 'mwc', 'usp000h8wc', 'Bio-Bio, Chile', 'earthquake\r'), +(18816, '2010-03-08 02:32:35', 38.864, 39.986, 12, 6.1, 'mwc', 'usp000h8x1', 'eastern Turkey', 'earthquake\r'), +(18817, '2010-03-08 07:47:42', 38.709, 40.051, 10, 5.6, 'mwc', 'usp000h8xh', 'eastern Turkey', 'earthquake\r'), +(18818, '2010-03-08 09:47:09', 19.348, 144.743, 427, 6.1, 'mwb', 'usp000h8xu', 'Maug Islands region, Northern Mariana Islands', 'earthquake\r'), +(18819, '2010-03-08 17:03:17', -25.712, -66.617, 10, 5.8, 'mwc', 'usp000h8yu', 'Salta, Argentina', 'earthquake\r'), +(18820, '2010-03-09 14:06:52', 51.489, -173.531, 35, 5.8, 'mwc', 'usp000h90k', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18821, '2010-03-10 12:20:59', -33.562, -72.298, 35, 5.6, 'mwc', 'usp000h92q', 'offshore Valparaiso, Chile', 'earthquake\r'), +(18822, '2010-03-11 06:22:18', -57.285, -27.931, 307.6, 5.6, 'mwc', 'usp000h93z', 'South Sandwich Islands region', 'earthquake\r'), +(18823, '2010-03-11 14:39:44', -34.29, -71.891, 11, 6.9, 'mwc', 'usp000h94t', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18824, '2010-03-11 14:55:28', -34.326, -71.799, 18, 7, 'mwc', 'usp000h94v', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18825, '2010-03-11 14:58:15', -34.614, -71.99, 35, 5.6, 'mb', 'usp000h94w', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18826, '2010-03-11 15:06:02', -34.47, -72.004, 31.5, 6, 'mb', 'usp000h94x', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18827, '2010-03-11 20:11:20', -34.381, -71.979, 8, 5.6, 'mwc', 'usp000h95z', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18828, '2010-03-12 16:50:02', -34.233, -71.917, 7, 5.8, 'mwb', 'usp000h98u', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18829, '2010-03-12 23:19:55', 23.062, 94.623, 102.1, 5.5, 'mwb', 'usp000h99d', 'Myanmar', 'earthquake\r'), +(18830, '2010-03-13 02:53:15', 2.192, 133.02, 10, 5.9, 'mwc', 'usp000h99t', 'Palau region', 'earthquake\r'), +(18831, '2010-03-13 10:34:43', -37.551, -73.465, 35, 5.8, 'mwc', 'usp000h9ae', 'Bio-Bio, Chile', 'earthquake\r'), +(18832, '2010-03-13 12:46:26', 37.594, 141.299, 76.7, 5.6, 'mwb', 'usp000h9ap', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18833, '2010-03-13 14:59:01', 1.323, 97.171, 19, 5.8, 'mwc', 'usp000h9as', 'Nias region, Indonesia', 'earthquake\r'), +(18834, '2010-03-14 00:57:45', -1.692, 128.135, 53, 6.4, 'mwb', 'usp000h9br', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(18835, '2010-03-14 08:08:04', 37.745, 141.59, 32, 6.5, 'mwc', 'usp000h9cg', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18836, '2010-03-14 13:52:23', -38.502, -73.653, 23.2, 5.5, 'mwc', 'usp000h9cx', 'offshore Araucania, Chile', 'earthquake\r'), +(18837, '2010-03-14 20:04:55', -38.526, -73.534, 13, 5.6, 'mwb', 'usp000h9dd', 'offshore Araucania, Chile', 'earthquake\r'), +(18838, '2010-03-14 20:33:14', -2.746, 83.703, 28, 5.8, 'mwc', 'usp000h9dj', 'South Indian Ocean', 'earthquake\r'), +(18839, '2010-03-14 22:33:21', -58.417, -23.567, 40, 5.6, 'mwc', 'usp000h9dp', 'South Sandwich Islands region', 'earthquake\r'), +(18840, '2010-03-15 11:08:29', -35.802, -73.158, 14, 6.2, 'mwc', 'usp000h9eg', 'offshore Maule, Chile', 'earthquake\r'), +(18841, '2010-03-16 02:21:58', -36.217, -73.257, 18, 6.7, 'mwc', 'usp000h9fs', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18842, '2010-03-16 03:04:40', -36.405, -73.074, 42.3, 5.9, 'mwc', 'usp000h9fv', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18843, '2010-03-16 09:44:16', 52.139, 142.204, 9, 5.8, 'mwc', 'usp000h9gd', 'Sakhalin, Russia', 'earthquake\r'), +(18844, '2010-03-18 06:28:50', -48.733, 164.672, 10, 5.6, 'mwc', 'usp000h9m5', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(18845, '2010-03-18 09:14:06', -23.318, -177.177, 158, 5.6, 'mwb', 'usp000h9mk', 'south of the Fiji Islands', 'earthquake\r'), +(18846, '2010-03-19 08:54:44', -35.541, -73.475, 14.4, 5.5, 'mwc', 'usp000h9p8', 'offshore Maule, Chile', 'earthquake\r'), +(18847, '2010-03-20 14:00:50', -3.361, 152.245, 414.6, 6.6, 'mwc', 'usp000h9ra', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(18848, '2010-03-20 18:08:09', 19.674, -75.331, 14.6, 5.6, 'mwb', 'usp000h9rp', 'Cuba region', 'earthquake\r'), +(18849, '2010-03-21 18:31:04', -36.344, -73.164, 36.2, 5.5, 'mwb', 'usp000h9tf', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18850, '2010-03-22 19:58:13', 18.451, 120.742, 32, 5.9, 'mwb', 'usp000h9vc', 'Luzon, Philippines', 'earthquake\r'), +(18851, '2010-03-24 02:06:11', 32.509, 92.708, 7, 5.7, 'mwc', 'usp000h9x3', 'Xizang-Qinghai border region', 'earthquake\r'), +(18852, '2010-03-25 05:29:25', 13.827, 120.071, 16, 6, 'mwc', 'usp000h9yk', 'Mindoro, Philippines', 'earthquake\r'), +(18853, '2010-03-26 10:39:03', -6.326, 130.284, 124.2, 5.7, 'mwc', 'usp000ha05', 'Banda Sea', 'earthquake\r'), +(18854, '2010-03-26 14:52:07', -27.953, -70.821, 42, 6.3, 'mwb', 'usp000ha0a', 'Atacama, Chile', 'earthquake\r'), +(18855, '2010-03-28 20:01:06', -55.139, -128.373, 10, 5.7, 'mwc', 'usp000ha33', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18856, '2010-03-28 21:38:28', -35.387, -73.385, 29.9, 6, 'mwb', 'usp000ha3d', 'offshore Maule, Chile', 'earthquake\r'), +(18857, '2010-03-28 21:43:14', -35.406, -72.897, 21.5, 5.6, 'mwc', 'usp000ha3f', 'offshore Maule, Chile', 'earthquake\r'), +(18858, '2010-03-30 01:02:51', 43.308, 138.379, 8, 5.7, 'mwc', 'usp000ha4n', 'eastern Sea of Japan', 'earthquake\r'), +(18859, '2010-03-30 16:54:47', 13.667, 92.831, 34, 6.6, 'mwc', 'usp000ha59', 'Andaman Islands, India region', 'earthquake\r'), +(18860, '2010-04-01 15:46:51', -61.203, 153.875, 10, 5.6, 'mwb', 'usp000ha75', 'Balleny Islands region', 'earthquake\r'), +(18861, '2010-04-02 22:58:08', -36.227, -72.878, 24, 6, 'mwc', 'usp000ha96', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18862, '2010-04-04 20:28:05', -17.194, -177.059, 29.9, 5.6, 'mwc', 'usp000habn', 'Fiji region', 'earthquake\r'), +(18863, '2010-04-04 22:40:42', 32.2861667, -115.2953333, 9.987, 7.2, 'mw', 'ci14607652', '12km SW of Delta, B.C., MX', 'earthquake\r'), +(18864, '2010-04-04 22:50:17', 32.0986667, -115.0481667, 10.011, 5.7, 'mw', 'ci31957759', '12km SSW of Estacion Coahuila, B.C., MX', 'earthquake\r'), +(18865, '2010-04-05 10:05:45', -0.183, 125.009, 25, 6.2, 'mww', 'usp000hahs', 'Molucca Sea', 'earthquake\r'), +(18866, '2010-04-05 22:36:57', -19.86, -68.842, 94.2, 5.8, 'mwc', 'usp000hana', 'Tarapaca, Chile', 'earthquake\r'), +(18867, '2010-04-06 22:15:02', 2.383, 97.048, 31, 7.8, 'mwc', 'usp000hat0', 'northern Sumatra, Indonesia', 'earthquake\r'), +(18868, '2010-04-07 14:33:02', -3.76, 141.943, 23, 6, 'mwc', 'usp000havw', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(18869, '2010-04-09 22:23:03', -28.559, -68.124, 117.7, 5.8, 'mwb', 'usp000hb2t', 'La Rioja, Argentina', 'earthquake\r'), +(18870, '2010-04-10 06:30:00', -41.081, -89.894, 7, 5.8, 'mwc', 'usp000hb3k', 'southeast of Easter Island', 'earthquake\r'), +(18871, '2010-04-10 15:06:34', -25.68, -70.667, 49.5, 5.5, 'mwb', 'usp000hb4h', 'Antofagasta, Chile', 'earthquake\r'), +(18872, '2010-04-10 16:54:24', -20.114, -176.223, 273.2, 6, 'mwb', 'usp000hb4q', 'Fiji region', 'earthquake\r'), +(18873, '2010-04-11 02:19:07', -12.973, 166.523, 10, 5.8, 'mwc', 'usp000hb5h', 'Santa Cruz Islands', 'earthquake\r'), +(18874, '2010-04-11 09:40:26', -10.878, 161.116, 21, 6.9, 'mwc', 'usp000hb6a', 'Solomon Islands', 'earthquake\r'), +(18875, '2010-04-11 22:08:13', 36.965, -3.542, 609.8, 6.3, 'mwc', 'usp000hb7n', 'Strait of Gibraltar', 'earthquake\r'), +(18876, '2010-04-12 10:23:12', -56.919, 147.516, 10, 5.7, 'mwc', 'usp000hb8p', 'west of Macquarie Island', 'earthquake\r'), +(18877, '2010-04-13 20:27:01', -56.331, -27.311, 100.2, 5.5, 'mwc', 'usp000hbba', 'South Sandwich Islands region', 'earthquake\r'), +(18878, '2010-04-13 23:49:38', 33.165, 96.548, 17, 6.9, 'mwc', 'usp000hbbt', 'southern Qinghai, China', 'earthquake\r'), +(18879, '2010-04-14 01:25:16', 33.195, 96.449, 7.6, 6.1, 'mwc', 'usp000hbc2', 'southern Qinghai, China', 'earthquake\r'), +(18880, '2010-04-15 20:52:31', -13.451, -112.167, 10, 5.6, 'mwc', 'usp000hbf4', 'central East Pacific Rise', 'earthquake\r'), +(18881, '2010-04-16 01:45:16', 54.485, -161.039, 34.3, 5.7, 'mwc', 'usp000hbfk', 'Alaska Peninsula', 'earthquake\r'), +(18882, '2010-04-16 22:41:34', -37.46, -73.732, 6, 5.7, 'mwb', 'usp000hbgx', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18883, '2010-04-16 23:15:36', -37.42, -73.669, 24, 5.7, 'mwc', 'usp000hbh2', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18884, '2010-04-17 20:52:42', 11.678, -86.813, 33, 5.5, 'mwc', 'usp000hbjk', 'near the coast of Nicaragua', 'earthquake\r'), +(18885, '2010-04-17 23:15:22', -6.669, 147.291, 53, 6.2, 'mwc', 'usp000hbjw', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(18886, '2010-04-18 01:49:39', -37.159, -73.753, 29.9, 5.6, 'mwc', 'usp000hbk2', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18887, '2010-04-18 13:30:58', 14.514, -91.987, 63.8, 5.6, 'mwb', 'usp000hbm3', 'Guatemala', 'earthquake\r'), +(18888, '2010-04-18 20:28:50', 35.633, 67.658, 13, 5.6, 'mwc', 'usp000hbmk', 'central Afghanistan', 'earthquake\r'), +(18889, '2010-04-21 17:20:29', -15.271, -173.219, 35, 6.1, 'mwc', 'usp000hbre', 'Tonga', 'earthquake\r'), +(18890, '2010-04-23 10:03:06', -37.529, -72.969, 32, 6, 'mwc', 'usp000hbtp', 'Bio-Bio, Chile', 'earthquake\r'), +(18891, '2010-04-24 07:41:00', -1.912, 128.122, 27, 6, 'mwc', 'usp000hbug', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(18892, '2010-04-25 21:09:45', -55.606, -27.73, 7, 5.6, 'mwb', 'usp000hbwg', 'South Sandwich Islands region', 'earthquake\r'), +(18893, '2010-04-26 02:59:52', 22.18, 123.623, 22, 6.5, 'mwc', 'usp000hbws', 'southeast of Taiwan', 'earthquake\r'), +(18894, '2010-04-27 17:17:09', -50.175, 114.702, 10, 5.6, 'mwc', 'usp000hbzc', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(18895, '2010-04-29 23:48:08', -51.021, 139.394, 24.2, 5.8, 'mwc', 'usp000hc3a', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(18896, '2010-04-30 23:11:43', 60.473, -177.877, 12, 6.5, 'mwc', 'usp000hc4u', 'Bering Sea', 'earthquake\r'), +(18897, '2010-04-30 23:16:29', 60.478, -177.65, 14.9, 6.3, 'mwc', 'usp000hc4v', 'Bering Sea', 'earthquake\r'), +(18898, '2010-05-02 14:52:40', -34.228, -71.877, 13, 5.9, 'mwb', 'usp000hc7j', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(18899, '2010-05-03 10:27:45', 29.645, 140.951, 84, 6.1, 'mwc', 'usp000hc8w', 'Izu Islands, Japan region', 'earthquake\r'), +(18900, '2010-05-03 14:04:19', 52.612, -163.691, 7.8, 5.5, 'mwb', 'usp000hc92', 'south of Alaska', 'earthquake\r'), +(18901, '2010-05-03 23:09:45', -38.072, -73.454, 19, 6.3, 'mwc', 'usp000hc9m', 'Bio-Bio, Chile', 'earthquake\r'), +(18902, '2010-05-05 09:38:23', -35.949, -103.058, 10, 5.9, 'mwc', 'usp000hcbj', 'southeast of Easter Island', 'earthquake\r'), +(18903, '2010-05-05 16:29:03', -4.054, 101.096, 27, 6.5, 'mwc', 'usp000hcbx', 'southern Sumatra, Indonesia', 'earthquake\r'), +(18904, '2010-05-05 17:09:08', -6.245, 154.854, 57.6, 5.7, 'mwc', 'usp000hcc1', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18905, '2010-05-06 02:42:48', -18.058, -70.547, 37, 6.2, 'mwc', 'usp000hccn', 'near the coast of Tarapaca, Chile', 'earthquake\r'), +(18906, '2010-05-06 11:35:30', -55.725, -127.942, 10, 5.8, 'mwc', 'usp000hcde', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18907, '2010-05-07 07:39:30', 3.559, 127.982, 140, 5.6, 'mwb', 'usp000hced', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(18908, '2010-05-07 17:46:14', 44.362, -129.467, 10, 5.5, 'mwb', 'usp000hcf0', 'off the coast of Oregon', 'earthquake\r'), +(18909, '2010-05-08 03:22:10', -8.085, 118.259, 12, 5.9, 'mwc', 'usp000hcfv', 'Sumbawa region, Indonesia', 'earthquake\r'), +(18910, '2010-05-08 05:39:28', -0.732, 122.485, 20, 5.7, 'mwc', 'usp000hcg2', 'Sulawesi, Indonesia', 'earthquake\r'), +(18911, '2010-05-09 05:59:42', 3.748, 96.018, 38, 7.2, 'mwc', 'usp000hchk', 'northern Sumatra, Indonesia', 'earthquake\r'), +(18912, '2010-05-15 15:18:13', -23.59, -176.646, 79.8, 5.7, 'mwb', 'usp000hcst', 'south of the Fiji Islands', 'earthquake\r'), +(18913, '2010-05-16 00:33:06', 0.511, 124.657, 123, 5.8, 'mwb', 'usp000hct7', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(18914, '2010-05-16 05:16:10', 18.4, -67.07, 113, 5.8, 'mwc', 'usp000hctm', 'Puerto Rico', 'earthquake\r'), +(18915, '2010-05-19 04:15:43', -5.083, -77.541, 132, 6, 'mwb', 'usp000hcxh', 'northern Peru', 'earthquake\r'), +(18916, '2010-05-19 10:30:10', -54.8, -135.252, 10, 6, 'mwc', 'usp000hcxv', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18917, '2010-05-19 10:51:03', -54.843, -135.398, 10, 6, 'mwc', 'usp000hcxy', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18918, '2010-05-20 00:44:59', -56.87, -143.132, 10, 5.6, 'mwc', 'usp000hcyh', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18919, '2010-05-20 08:06:29', -39.063, -92.159, 10, 5.9, 'mwb', 'usp000hcyw', 'southeast of Easter Island', 'earthquake\r'), +(18920, '2010-05-20 22:16:31', 9.247, -84.302, 21, 5.9, 'mwc', 'usp000hczt', 'Costa Rica', 'earthquake\r'), +(18921, '2010-05-22 06:15:17', -56.236, -139.157, 15, 5.7, 'mwb', 'usp000hd18', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(18922, '2010-05-23 22:46:52', -13.928, -74.352, 101.4, 6.1, 'mwc', 'usp000hd3r', 'central Peru', 'earthquake\r'), +(18923, '2010-05-24 16:18:29', -8.087, -71.558, 581.2, 6.5, 'mwc', 'usp000hd4k', 'Acre, Brazil', 'earthquake\r'), +(18924, '2010-05-25 09:19:32', -65.425, 179.875, 10, 5.5, 'mwc', 'usp000hd5b', 'Balleny Islands region', 'earthquake\r'), +(18925, '2010-05-25 10:09:06', 35.336, -35.924, 10, 6.3, 'mwc', 'usp000hd5e', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(18926, '2010-05-26 08:53:08', 25.773, 129.944, 10, 6.5, 'mwc', 'usp000hd6j', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(18927, '2010-05-27 17:14:47', -13.698, 166.643, 31, 7.2, 'mwc', 'usp000hd84', 'Vanuatu', 'earthquake\r'), +(18928, '2010-05-27 17:24:23', -13.884, 166.73, 35, 5.6, 'mb', 'usp000hd86', 'Vanuatu', 'earthquake\r'), +(18929, '2010-05-27 20:48:00', -13.658, 166.745, 35, 6.1, 'mwc', 'usp000hd8v', 'Vanuatu', 'earthquake\r'), +(18930, '2010-05-28 04:25:59', -14.048, 166.606, 34, 5.8, 'mwc', 'usp000hd9c', 'Vanuatu', 'earthquake\r'), +(18931, '2010-05-29 02:29:49', 33.165, 96.07, 7, 5.8, 'mwc', 'usp000hdaw', 'southern Qinghai, China', 'earthquake\r'), +(18932, '2010-05-31 10:16:00', 6.948, 124.025, 20, 6, 'mwc', 'usp000hddw', 'Mindanao, Philippines', 'earthquake\r'), +(18933, '2010-05-31 19:51:46', 11.132, 93.471, 112, 6.5, 'mwc', 'usp000hde8', 'Andaman Islands, India region', 'earthquake\r'), +(18934, '2010-06-01 03:26:16', 9.331, -84.206, 18, 6, 'mwc', 'usp000hdem', 'Costa Rica', 'earthquake\r'), +(18935, '2010-06-01 16:05:30', -36.819, -73.505, 14.6, 5.6, 'mwb', 'usp000hdf9', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(18936, '2010-06-01 16:47:32', -17.876, 169.103, 40.4, 5.7, 'mwc', 'usp000hdfd', 'Vanuatu', 'earthquake\r'), +(18937, '2010-06-02 01:49:04', -57.369, -26.446, 127.4, 5.9, 'mwb', 'usp000hdfx', 'South Sandwich Islands region', 'earthquake\r'), +(18938, '2010-06-02 09:28:53', -6.159, 149.413, 34, 5.9, 'mwc', 'usp000hdg9', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18939, '2010-06-02 18:51:07', -13.731, 166.594, 35, 5.6, 'mwc', 'usp000hdgp', 'Vanuatu', 'earthquake\r'), +(18940, '2010-06-03 04:32:43', 70.712, -14.384, 10, 5.6, 'mwc', 'usp000hdgx', 'Jan Mayen Island region', 'earthquake\r'), +(18941, '2010-06-03 05:35:45', 33.335, 96.15, 24.2, 5.5, 'mwc', 'usp000hdh0', 'southern Qinghai, China', 'earthquake\r'), +(18942, '2010-06-05 05:22:03', 43.426, 146.773, 58, 5.5, 'mwc', 'usp000hdm1', 'Kuril Islands', 'earthquake\r'), +(18943, '2010-06-09 23:23:17', -18.597, 169.485, 12, 6, 'mwb', 'usp000hdsf', 'Vanuatu', 'earthquake\r'), +(18944, '2010-06-10 02:13:17', 7.363, 126.905, 15, 5.6, 'mwb', 'usp000hdsq', 'Mindanao, Philippines', 'earthquake\r'), +(18945, '2010-06-11 12:40:20', -37.314, 51.95, 10, 5.8, 'mwb', 'usp000hduj', 'South Indian Ocean', 'earthquake\r'), +(18946, '2010-06-11 16:37:48', 26.688, 142.503, 7, 5.7, 'mwb', 'usp000hdut', 'Bonin Islands, Japan region', 'earthquake\r'), +(18947, '2010-06-11 16:58:36', 26.712, 142.688, 10, 5.5, 'mwc', 'usp000hduu', 'Bonin Islands, Japan region', 'earthquake\r'), +(18948, '2010-06-12 19:26:50', 7.881, 91.936, 35, 7.5, 'mwc', 'usp000hdwb', 'Nicobar Islands, India region', 'earthquake\r'), +(18949, '2010-06-13 03:32:57', 37.372, 141.625, 27, 5.9, 'mwc', 'usp000hdx3', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18950, '2010-06-15 04:26:58', 32.705, -115.9113333, 8.756, 5.72, 'mw', 'ci14745580', '8km ESE of Ocotillo, CA', 'earthquake\r'), +(18951, '2010-06-16 02:47:26', -10.26, 161.433, 42.8, 5.6, 'mwb', 'usp000he3a', 'Solomon Islands', 'earthquake\r'), +(18952, '2010-06-16 03:06:02', -2.386, 136.635, 13, 6.2, 'mwb', 'usp000he3d', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18953, '2010-06-16 03:16:28', -2.174, 136.543, 18, 7, 'mwc', 'usp000he3f', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18954, '2010-06-16 03:58:08', -2.329, 136.484, 10.5, 6.6, 'mwc', 'usp000he3n', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(18955, '2010-06-17 13:06:47', -33.168, 179.719, 170.4, 6, 'mwb', 'usp000he6x', 'south of the Kermadec Islands', 'earthquake\r'), +(18956, '2010-06-18 02:23:06', 44.448, 148.689, 28, 6.2, 'mwc', 'usp000he7r', 'Kuril Islands', 'earthquake\r'), +(18957, '2010-06-18 23:09:31', 13.197, 93.087, 20, 5.9, 'mwc', 'usp000he8q', 'Andaman Islands, India region', 'earthquake\r'), +(18958, '2010-06-20 21:08:52', -36.129, -100.176, 23.2, 5.6, 'mwc', 'usp000heay', 'southeast of Easter Island', 'earthquake\r'), +(18959, '2010-06-22 22:16:21', -19.201, -177.553, 562.5, 5.8, 'mwb', 'usp000hed6', 'Fiji region', 'earthquake\r'), +(18960, '2010-06-24 04:08:35', 7.696, 91.958, 20.5, 5.5, 'mwb', 'usp000heey', 'Nicobar Islands, India region', 'earthquake\r'), +(18961, '2010-06-24 05:32:27', -5.514, 151.161, 40, 6.1, 'mwb', 'usp000hef3', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18962, '2010-06-26 05:30:19', -10.627, 161.447, 35, 6.7, 'mwc', 'usp000hej3', 'Solomon Islands', 'earthquake\r'), +(18963, '2010-06-26 09:50:43', -8.07, 108.089, 68, 5.9, 'mwc', 'usp000hejb', 'Java, Indonesia', 'earthquake\r'), +(18964, '2010-06-28 00:59:47', -37.91, -75.038, 28.2, 5.6, 'mwc', 'usp000hemk', 'off the coast of Bio-Bio, Chile', 'earthquake\r'), +(18965, '2010-06-28 12:07:25', 30.672, 141.593, 7, 5.8, 'mwc', 'usp000hen8', 'Izu Islands, Japan region', 'earthquake\r'), +(18966, '2010-06-28 18:19:08', -8.947, 160.863, 35, 5.8, 'mwc', 'usp000henr', 'Solomon Islands', 'earthquake\r'), +(18967, '2010-06-29 01:40:01', -37.836, -73.278, 17, 5.5, 'mwc', 'usp000hep7', 'Bio-Bio, Chile', 'earthquake\r'), +(18968, '2010-06-29 11:48:19', 48.273, 154.276, 43.3, 5.5, 'mwc', 'usp000hepk', 'Kuril Islands', 'earthquake\r'), +(18969, '2010-06-30 04:31:02', -23.307, 179.116, 581.4, 6.4, 'mwb', 'usp000heqb', 'south of the Fiji Islands', 'earthquake\r'), +(18970, '2010-06-30 07:22:28', 16.396, -97.782, 20, 6.3, 'mwc', 'usp000heqj', 'Oaxaca, Mexico', 'earthquake\r'), +(18971, '2010-07-01 16:57:49', -5.171, 129.385, 36.3, 5.8, 'mwc', 'usp000hesf', 'Banda Sea', 'earthquake\r'), +(18972, '2010-07-04 06:57:45', -8.469, -80.471, 28.7, 5.7, 'mwc', 'usp000hevz', 'off the coast of northern Peru', 'earthquake\r'), +(18973, '2010-07-04 21:55:52', 39.697, 142.369, 27, 6.3, 'mwc', 'usp000heww', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(18974, '2010-07-07 06:50:41', -6.169, 154.424, 35, 5.9, 'mwc', 'usp000hezn', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(18975, '2010-07-08 12:48:22', -24.007, -179.788, 510.7, 5.8, 'mwc', 'usp000hf19', 'south of the Fiji Islands', 'earthquake\r'), +(18976, '2010-07-10 05:39:43', 14.006, 145.026, 136, 5.6, 'mwc', 'usp000hf3f', 'Rota region, Northern Mariana Islands', 'earthquake\r'), +(18977, '2010-07-10 11:43:33', 11.143, 145.999, 13, 6.3, 'mwc', 'usp000hf3t', 'south of the Mariana Islands', 'earthquake\r'), +(18978, '2010-07-10 12:54:20', -7.863, 158.709, 47.2, 5.7, 'mwc', 'usp000hf3w', 'Solomon Islands', 'earthquake\r'), +(18979, '2010-07-12 00:11:21', -22.146, -68.216, 115, 6.3, 'mwb', 'usp000hf5z', 'Antofagasta, Chile', 'earthquake\r'), +(18980, '2010-07-13 23:56:31', -2.433, 138.795, 31.1, 5.7, 'mwc', 'usp000hf8g', 'Papua, Indonesia', 'earthquake\r'), +(18981, '2010-07-14 08:32:21', -38.067, -73.31, 22, 6.6, 'mwc', 'usp000hf8z', 'Bio-Bio, Chile', 'earthquake\r'), +(18982, '2010-07-14 11:01:27', 51.811, -176.113, 50.6, 5.6, 'mwc', 'usp000hf99', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18983, '2010-07-14 15:05:50', -38.224, -73.23, 35, 5.8, 'mwc', 'usp000hf9k', 'Bio-Bio, Chile', 'earthquake\r'), +(18984, '2010-07-17 06:07:44', -24.715, -69.817, 55, 5.5, 'mwb', 'usp000hfcn', 'Antofagasta, Chile', 'earthquake\r'), +(18985, '2010-07-17 16:20:02', -15.661, -175.223, 10, 5.6, 'mwc', 'usp000hfd1', 'Tonga', 'earthquake\r'), +(18986, '2010-07-18 05:56:45', 52.876, -169.848, 14, 6.7, 'mwc', 'usp000hfdm', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18987, '2010-07-18 13:04:09', -5.966, 150.428, 28, 6.9, 'mwc', 'usp000hfka', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18988, '2010-07-18 13:34:59', -5.931, 150.59, 35, 7.3, 'mwc', 'usp000hfku', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18989, '2010-07-18 19:48:05', 52.815, -169.719, 10, 6, 'mwb', 'usp000hfq4', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18990, '2010-07-19 08:20:30', 52.655, -169.333, 10, 5.7, 'mwc', 'usp000hfuq', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18991, '2010-07-19 08:23:14', 52.717, -169.561, 10, 5.5, 'mwc', 'usp000hfus', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(18992, '2010-07-20 17:19:50', -29.031, -13.096, 10, 5.8, 'mwc', 'usp000hg6s', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(18993, '2010-07-20 19:18:20', -5.902, 150.712, 24, 6.3, 'mwc', 'usp000hg73', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18994, '2010-07-20 19:38:10', 27.022, 53.861, 10, 5.8, 'mwc', 'usp000hg74', 'southern Iran', 'earthquake\r'), +(18995, '2010-07-20 20:31:09', -6.015, 150.696, 35, 5.6, 'mwc', 'usp000hg7d', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(18996, '2010-07-20 21:06:39', -22.775, 171.759, 42.5, 5.5, 'mwc', 'usp000hg7k', 'southeast of the Loyalty Islands', 'earthquake\r'), +(18997, '2010-07-21 09:16:04', 3.039, 128.222, 100, 6.1, 'mwc', 'usp000hgaq', 'north of Halmahera, Indonesia', 'earthquake\r'), +(18998, '2010-07-22 05:03:56', -15.132, 168.162, 6, 6.1, 'mwc', 'usp000hgeq', 'Vanuatu', 'earthquake\r'), +(18999, '2010-07-23 22:08:11', 6.718, 123.409, 607.1, 7.3, 'mwc', 'usp000hgmd', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(19000, '2010-07-23 22:19:35', 6.684, 123.571, 605.3, 5.5, 'mb', 'usp000hgme', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(19001, '2010-07-23 22:51:12', 6.497, 123.48, 578, 7.6, 'mwc', 'usp000hgmh', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(19002, '2010-07-23 22:57:41', 6.545, 123.431, 611.5, 5.8, 'mb', 'usp000hgmj', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(19003, '2010-07-23 22:59:49', 7.319, 123.765, 601.7, 5.8, 'mb', 'usp000hgmk', 'Mindanao, Philippines', 'earthquake\r'), +(19004, '2010-07-23 23:15:10', 6.776, 123.259, 640.6, 7.5, 'mwc', 'usp000hgmq', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(19005, '2010-07-24 05:35:01', 6.218, 123.519, 553, 6.6, 'mwc', 'usp000hgnj', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(19006, '2010-07-25 03:39:17', -15.069, -173.548, 7, 5.9, 'mwc', 'usp000hgrb', 'Tonga', 'earthquake\r'), +(19007, '2010-07-25 12:57:01', 49.703, 154.637, 130, 5.6, 'mwb', 'usp000hgsn', 'Kuril Islands', 'earthquake\r'), +(19008, '2010-07-26 17:08:50', -3.832, 141.4, 35, 5.6, 'mwc', 'usp000hgvb', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(19009, '2010-07-26 17:31:31', -24.053, -66.825, 193.2, 5.6, 'mwb', 'usp000hgvd', 'Jujuy, Argentina', 'earthquake\r'), +(19010, '2010-07-27 16:54:13', -7.318, 126.393, 377.7, 5.5, 'mwc', 'usp000hgx5', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(19011, '2010-07-28 11:31:46', 52.667, -169.408, 10, 5.6, 'mwc', 'usp000hgyx', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19012, '2010-07-29 07:31:56', 6.548, 123.222, 618, 6.6, 'mwc', 'usp000hh3f', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(19013, '2010-07-30 03:56:14', 52.498, 159.843, 23, 6.3, 'mwc', 'usp000hh4n', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(19014, '2010-07-30 04:37:20', -61.348, 154.209, 10, 5.5, 'mwc', 'usp000hh4v', 'Balleny Islands region', 'earthquake\r'), +(19015, '2010-07-30 11:39:55', 2.094, 126.583, 50.7, 5.5, 'mwc', 'usp000hh5e', 'Molucca Sea', 'earthquake\r'), +(19016, '2010-07-30 13:50:13', 35.221, 59.317, 19, 5.5, 'mwc', 'usp000hh5v', 'northeastern Iran', 'earthquake\r'), +(19017, '2010-07-31 11:36:57', -0.763, -16.025, 10, 5.5, 'mwc', 'usp000hh7q', 'north of Ascension Island', 'earthquake\r'), +(19018, '2010-08-02 03:30:03', 7.103, -34.206, 10, 5.8, 'mwb', 'usp000hhbp', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(19019, '2010-08-03 12:08:26', 1.239, 126.213, 41, 6.3, 'mwc', 'usp000hhe9', 'Molucca Sea', 'earthquake\r'), +(19020, '2010-08-03 22:30:24', -22.562, 171.502, 16, 5.6, 'mwc', 'usp000hhf1', 'southeast of the Loyalty Islands', 'earthquake\r'), +(19021, '2010-08-04 04:46:20', -26.916, -177.245, 19, 6, 'mwc', 'usp000hhfd', 'south of the Fiji Islands', 'earthquake\r'), +(19022, '2010-08-04 07:15:34', -5.486, 146.822, 220, 6.5, 'mwc', 'usp000hhfk', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(19023, '2010-08-04 10:07:12', -21.842, -175.039, 35, 5.5, 'mwc', 'usp000hhfu', 'Tonga', 'earthquake\r'), +(19024, '2010-08-04 12:58:24', 51.423, -178.649, 27, 6.4, 'mwc', 'usp000hhg7', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19025, '2010-08-04 22:01:44', -5.746, 150.765, 44, 7, 'mww', 'usp000hhhx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19026, '2010-08-04 23:48:02', 45.98, 153.175, 27.8, 6, 'mwc', 'usp000hhj5', 'east of the Kuril Islands', 'earthquake\r'), +(19027, '2010-08-05 06:01:47', -37.443, -73.281, 18, 5.9, 'mwc', 'usp000hhjy', 'Bio-Bio, Chile', 'earthquake\r'), +(19028, '2010-08-06 05:03:59', -21.763, -179.451, 595.3, 5.5, 'mwc', 'usp000hhn3', 'Fiji region', 'earthquake\r'), +(19029, '2010-08-08 12:04:29', 51.343, -178.571, 28, 5.5, 'mwc', 'usp000hhrx', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19030, '2010-08-10 05:23:45', -17.541, 168.069, 25, 7.3, 'mwc', 'usp000hhuc', 'Vanuatu', 'earthquake\r'), +(19031, '2010-08-10 05:50:38', 39.406, 143.148, 22.4, 5.9, 'mwr', 'usp000hhue', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19032, '2010-08-10 23:18:32', -14.46, 167.345, 191.6, 5.9, 'mwc', 'usp000hhx6', 'Vanuatu', 'earthquake\r'), +(19033, '2010-08-11 03:35:19', -17.403, 167.814, 35, 5.9, 'mwc', 'usp000hhxk', 'Vanuatu', 'earthquake\r'), +(19034, '2010-08-11 20:20:11', -17.988, 167.781, 27.8, 5.5, 'mwc', 'usp000hhz5', 'Vanuatu', 'earthquake\r'), +(19035, '2010-08-12 08:56:01', -17.423, 167.798, 35, 5.5, 'mwc', 'usp000hhzx', 'Vanuatu', 'earthquake\r'), +(19036, '2010-08-12 11:54:16', -1.266, -77.306, 206.7, 7.1, 'mwc', 'usp000hj05', 'Ecuador', 'earthquake\r'), +(19037, '2010-08-13 07:58:49', 36.877, -32.874, 10, 5.5, 'mwc', 'usp000hj1u', 'Azores Islands region', 'earthquake\r'), +(19038, '2010-08-13 21:19:34', 12.487, 141.474, 16, 6.9, 'mwc', 'usp000hj2j', 'Mariana Islands region', 'earthquake\r'), +(19039, '2010-08-14 01:08:34', -3.09, 139.77, 2, 5.6, 'mwc', 'usp000hj31', 'Papua, Indonesia', 'earthquake\r'), +(19040, '2010-08-14 07:30:17', 12.348, 141.487, 10, 6.2, 'mwc', 'usp000hj3z', 'Mariana Islands region', 'earthquake\r'), +(19041, '2010-08-14 07:31:02', 12.412, 141.634, 10, 5.7, 'mb', 'usp000hj40', 'Mariana Islands region', 'earthquake\r'), +(19042, '2010-08-14 14:44:33', 12.307, 141.461, 10, 5.6, 'mwc', 'usp000hj5g', 'Mariana Islands region', 'earthquake\r'), +(19043, '2010-08-14 16:35:44', 12.303, 141.566, 10, 5.6, 'mwc', 'usp000hj5p', 'Mariana Islands region', 'earthquake\r'), +(19044, '2010-08-14 23:01:04', 12.273, 141.429, 13, 6.6, 'mwc', 'usp000hj6r', 'Mariana Islands region', 'earthquake\r'), +(19045, '2010-08-15 02:10:38', 53.557, 160.121, 40.3, 5.5, 'mwc', 'usp000hj75', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(19046, '2010-08-15 02:51:20', -22.043, -179.742, 595.9, 5.5, 'mwc', 'usp000hj78', 'south of the Fiji Islands', 'earthquake\r'), +(19047, '2010-08-15 15:09:29', -5.692, 148.342, 174.7, 6.3, 'mwb', 'usp000hj8s', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19048, '2010-08-16 03:30:53', -17.759, 65.647, 9.8, 6.3, 'mwc', 'usp000hj9t', 'Mauritius - Reunion region', 'earthquake\r'), +(19049, '2010-08-16 19:35:49', -20.799, -178.826, 603.2, 6.2, 'mwb', 'usp000hjaf', 'Fiji region', 'earthquake\r'), +(19050, '2010-08-18 16:28:15', 12.234, 141.514, 10, 6.3, 'mwc', 'usp000hjda', 'Mariana Islands region', 'earthquake\r'), +(19051, '2010-08-19 22:13:03', 14.03, -91.121, 67.7, 5.5, 'mwc', 'usp000hjfs', 'Guatemala', 'earthquake\r'), +(19052, '2010-08-20 17:56:14', -6.57, 154.246, 19, 6.1, 'mwc', 'usp000hjh9', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(19053, '2010-08-21 05:42:53', 2.221, 96.717, 24, 5.9, 'mwb', 'usp000hjj7', 'Simeulue, Indonesia', 'earthquake\r'), +(19054, '2010-08-22 09:33:07', 19.441, 147.374, 26, 5.6, 'mwc', 'usp000hjm2', 'Mariana Islands region', 'earthquake\r'), +(19055, '2010-08-22 10:22:58', 37.24, 19.95, 24, 5.5, 'mwc', 'usp000hjm4', 'Ionian Sea', 'earthquake\r'), +(19056, '2010-08-23 01:08:09', 12.805, 143.558, 116, 5.5, 'mwb', 'usp000hjmy', 'Guam region', 'earthquake\r'), +(19057, '2010-08-24 02:11:59', 18.795, -107.193, 10, 6.2, 'mwc', 'usp000hjp2', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(19058, '2010-08-27 19:23:50', 35.49, 54.47, 7, 5.8, 'mwc', 'usp000hjuq', 'northern Iran', 'earthquake\r'), +(19059, '2010-08-28 18:46:30', 18.72, -107.097, 53.3, 5.5, 'mwc', 'usp000hjvq', 'off the coast of Jalisco, Mexico', 'earthquake\r'), +(19060, '2010-08-29 06:37:49', -55.8, -26.991, 35, 5.5, 'mwc', 'usp000hjwf', 'South Sandwich Islands region', 'earthquake\r'), +(19061, '2010-09-03 02:29:11', -6.133, 149.961, 50.9, 5.5, 'mwc', 'usp000hk2x', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19062, '2010-09-03 04:19:14', -13.941, 65.93, 10, 5.7, 'mwc', 'usp000hk37', 'Mid-Indian Ridge', 'earthquake\r'), +(19063, '2010-09-03 11:16:07', 51.451, -175.87, 23.5, 6.5, 'mwc', 'usp000hk3k', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19064, '2010-09-03 16:35:48', -43.522, 171.83, 12, 7, 'mwc', 'usp000hk46', 'South Island of New Zealand', 'earthquake\r'), +(19065, '2010-09-03 17:06:51', -3.65, 101.961, 73.2, 5.6, 'mb', 'usp000hk4e', 'southern Sumatra, Indonesia', 'earthquake\r'), +(19066, '2010-09-04 03:14:35', -2.475, 138.47, 43.5, 5.5, 'mwc', 'usp000hk69', 'Papua, Indonesia', 'earthquake\r'), +(19067, '2010-09-04 08:52:04', -17.368, -173.999, 69, 6.1, 'mwb', 'usp000hk6w', 'Tonga', 'earthquake\r'), +(19068, '2010-09-04 11:51:59', -59.075, -25.494, 35, 5.5, 'mwc', 'usp000hk79', 'South Sandwich Islands region', 'earthquake\r'), +(19069, '2010-09-05 23:48:27', -23.825, 179.975, 534.5, 5.6, 'mwc', 'usp000hkaf', 'south of the Fiji Islands', 'earthquake\r'), +(19070, '2010-09-06 07:24:35', -18.314, -175.205, 221.7, 5.5, 'mwb', 'usp000hkb0', 'Tonga', 'earthquake\r'), +(19071, '2010-09-06 13:46:26', -10.965, 162.173, 25.5, 5.7, 'mwc', 'usp000hkbh', 'Solomon Islands', 'earthquake\r'), +(19072, '2010-09-07 00:57:22', -6.917, 103.461, 8, 5.5, 'mwc', 'usp000hkc4', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(19073, '2010-09-07 12:48:57', -14.396, -176.243, 10, 5.5, 'mwc', 'usp000hkd6', 'Fiji region', 'earthquake\r'), +(19074, '2010-09-07 16:13:32', -15.879, -179.306, 9, 6.3, 'mwc', 'usp000hkdh', 'Fiji region', 'earthquake\r'), +(19075, '2010-09-07 19:54:28', -53.136, -118.171, 10, 5.5, 'mwc', 'usp000hkdu', 'southern East Pacific Rise', 'earthquake\r'), +(19076, '2010-09-08 08:01:18', -20.581, 169.928, 10, 5.6, 'mwc', 'usp000hkes', 'Vanuatu', 'earthquake\r'), +(19077, '2010-09-08 11:37:32', -20.671, 169.818, 10, 6.3, 'mwc', 'usp000hkew', 'Vanuatu', 'earthquake\r'), +(19078, '2010-09-08 17:39:40', 44.588, 149.724, 10, 5.5, 'mwc', 'usp000hkfb', 'Kuril Islands', 'earthquake\r'), +(19079, '2010-09-09 07:28:02', -37.034, -73.412, 16, 6.2, 'mwb', 'usp000hkg9', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19080, '2010-09-11 07:12:32', -1.068, 129.24, 14, 5.8, 'mwc', 'usp000hkjn', 'Papua region, Indonesia', 'earthquake\r'), +(19081, '2010-09-11 11:43:09', 7.788, 94.057, 10, 5.8, 'mwc', 'usp000hkk2', 'Nicobar Islands, India region', 'earthquake\r'), +(19082, '2010-09-13 05:47:47', 41.497, 141.986, 45, 5.8, 'mwb', 'usp000hknj', 'Hokkaido, Japan region', 'earthquake\r'), +(19083, '2010-09-13 07:15:50', -14.612, -70.777, 179.8, 5.9, 'mwb', 'usp000hknm', 'southern Peru', 'earthquake\r'), +(19084, '2010-09-14 23:32:02', 21.487, -105.93, 16.1, 5.6, 'mwb', 'usp000hkqt', 'offshore Nayarit, Mexico', 'earthquake\r'), +(19085, '2010-09-16 01:54:40', -16.031, -173.96, 84, 5.8, 'mwb', 'usp000hkt4', 'Tonga', 'earthquake\r'), +(19086, '2010-09-17 19:21:15', 36.443, 70.774, 220.1, 6.3, 'mwb', 'usp000hkv7', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(19087, '2010-09-22 08:00:14', -13.39, -76.073, 50, 5.7, 'mwb', 'usp000hm20', 'near the coast of central Peru', 'earthquake\r'), +(19088, '2010-09-23 05:28:36', 52.233, 179.754, 167.8, 5.6, 'mwc', 'usp000hm39', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19089, '2010-09-23 12:53:09', -5.826, 151.544, 35, 5.6, 'mwc', 'usp000hm3j', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19090, '2010-09-24 19:01:32', -7.809, -74.373, 150.3, 5.5, 'mwb', 'usp000hm4h', 'northern Peru', 'earthquake\r'), +(19091, '2010-09-25 12:06:00', 62.854, -149.512, 83.8, 5.5, 'mwc', 'usp000hm5p', 'Central Alaska', 'earthquake\r'), +(19092, '2010-09-26 11:08:44', -5.573, 146.462, 95, 5.6, 'mwb', 'usp000hm79', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(19093, '2010-09-26 12:12:42', -5.314, 133.917, 30, 6, 'mwc', 'usp000hm7a', 'Kepulauan Kai, Indonesia', 'earthquake\r'), +(19094, '2010-09-26 18:27:58', 52.438, 179.732, 225.8, 5.8, 'mwb', 'usp000hm7n', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19095, '2010-09-27 00:08:46', 57.688, -32.762, 11.6, 5.5, 'mwb', 'usp000hm7x', 'Reykjanes Ridge', 'earthquake\r'), +(19096, '2010-09-27 11:22:45', 29.637, 51.666, 20, 5.9, 'mwc', 'usp000hm8k', 'southern Iran', 'earthquake\r'), +(19097, '2010-09-29 08:00:01', 37.257, 139.883, 33.3, 5.5, 'mwb', 'usp000hmb0', 'eastern Honshu, Japan', 'earthquake\r'), +(19098, '2010-09-29 17:10:51', -4.909, 133.712, 10, 6.2, 'mb', 'usp000hmbp', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(19099, '2010-09-29 17:11:26', -4.963, 133.76, 26, 7, 'mwc', 'usp000hmbq', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(19100, '2010-09-30 00:26:10', -36.249, -74.256, 20.2, 5.8, 'mwb', 'usp000hmcc', 'off the coast of Bio-Bio, Chile', 'earthquake\r'), +(19101, '2010-09-30 02:11:04', -4.949, 133.846, 16.1, 5.5, 'mwc', 'usp000hmcj', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(19102, '2010-09-30 03:45:02', -0.307, 133.498, 13, 5.6, 'mwc', 'usp000hmcp', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(19103, '2010-09-30 09:00:24', 19.706, 121.472, 15, 5.8, 'mwc', 'usp000hmd8', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(19104, '2010-10-02 11:29:05', -6.559, 128.751, 239.6, 5.5, 'mwb', 'usp000hmg5', 'Banda Sea', 'earthquake\r'), +(19105, '2010-10-03 04:30:15', -47.287, 100.249, 10, 5.5, 'mwc', 'usp000hmh9', 'southeast Indian Ridge', 'earthquake\r'), +(19106, '2010-10-04 01:38:29', 19.354, 122.157, 30.4, 5.5, 'mwb', 'usp000hmjv', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(19107, '2010-10-04 13:28:39', 24.27, 125.154, 32, 6.3, 'mwb', 'usp000hmkj', 'southwestern Ryukyu Islands, Japan', 'earthquake\r'), +(19108, '2010-10-06 19:43:38', -17.818, -173.989, 85.8, 5.7, 'mwb', 'usp000hmpq', 'Tonga', 'earthquake\r'), +(19109, '2010-10-08 03:26:14', 51.374, -175.361, 19, 6.4, 'mwc', 'usp000hmrb', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19110, '2010-10-08 03:49:11', 51.287, -175.18, 27.7, 6, 'mwc', 'usp000hmrk', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19111, '2010-10-08 04:19:15', 51.334, -175.203, 6.5, 5.7, 'mwc', 'usp000hms5', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19112, '2010-10-08 05:43:08', 2.831, 128.217, 120, 6.2, 'mwc', 'usp000hmsx', 'Halmahera, Indonesia', 'earthquake\r'), +(19113, '2010-10-09 01:54:05', 10.211, -84.293, 91, 5.8, 'mwb', 'usp000hmvg', 'Costa Rica', 'earthquake\r'), +(19114, '2010-10-10 06:08:15', 51.44, -175.248, 33, 5.5, 'mwc', 'usp000hmxq', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19115, '2010-10-12 10:21:36', -4.915, 133.71, 13, 5.9, 'mwc', 'usp000hn0t', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(19116, '2010-10-12 12:01:08', -20.457, -174.205, 10, 5.9, 'mb', 'usp000hn0y', 'Tonga', 'earthquake\r'), +(19117, '2010-10-12 12:02:56', -20.425, -174.065, 12, 5.9, 'mwb', 'usp000hn0z', 'Tonga', 'earthquake\r'), +(19118, '2010-10-14 13:58:56', 42.311, 142.871, 59, 5.6, 'mwc', 'usp000hn3m', 'Hokkaido, Japan region', 'earthquake\r'), +(19119, '2010-10-16 13:27:46', -20.46, -173.916, 7.4, 5.6, 'mwb', 'usp000hn5w', 'Tonga', 'earthquake\r'), +(19120, '2010-10-16 15:44:30', -7.366, 125.699, 7, 5.9, 'mwb', 'usp000hn60', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(19121, '2010-10-16 20:08:30', -20.414, -173.846, 8, 5.9, 'mwb', 'usp000hn66', 'Tonga', 'earthquake\r'), +(19122, '2010-10-20 04:09:43', 24.54, -109.098, 10, 5.9, 'mwc', 'usp000hnak', 'Gulf of California', 'earthquake\r'), +(19123, '2010-10-20 04:15:35', 24.466, -109.144, 10, 5.9, 'mwb', 'usp000hnam', 'Gulf of California', 'earthquake\r'), +(19124, '2010-10-20 06:58:14', 24.471, -109.026, 10, 5.8, 'mwc', 'usp000hnax', 'Gulf of California', 'earthquake\r'), +(19125, '2010-10-21 02:49:56', -34.737, -73.726, 8, 5.9, 'mwc', 'usp000hnbu', 'off the coast of Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(19126, '2010-10-21 11:00:33', -6.125, 150.869, 42.5, 5.5, 'mwc', 'usp000hnc5', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19127, '2010-10-21 17:53:14', 24.696, -109.156, 13, 6.7, 'mwc', 'usp000hncm', 'Gulf of California', 'earthquake\r'), +(19128, '2010-10-22 19:31:38', -20.878, -68.372, 132.2, 5.8, 'mwb', 'usp000hne0', 'Potosi, Bolivia', 'earthquake\r'), +(19129, '2010-10-23 01:38:14', -29.593, -71.112, 44, 5.6, 'mwc', 'usp000hnea', 'Coquimbo, Chile', 'earthquake\r'), +(19130, '2010-10-23 03:09:15', -56.7, -141.952, 10, 5.8, 'mwc', 'usp000hnef', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19131, '2010-10-23 05:58:28', -37.743, -73.362, 15, 5.5, 'mwb', 'usp000hnek', 'Bio-Bio, Chile', 'earthquake\r'), +(19132, '2010-10-25 12:05:29', -0.071, 125.059, 37, 5.8, 'mwc', 'usp000hnhx', 'Molucca Sea', 'earthquake\r'), +(19133, '2010-10-25 14:42:22', -3.487, 100.082, 20.1, 7.8, 'mwc', 'usp000hnj4', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(19134, '2010-10-25 19:37:31', -2.958, 100.372, 26, 6.3, 'mwc', 'usp000hnjs', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(19135, '2010-10-25 19:39:27', -2.963, 100.504, 31.8, 5.7, 'mb', 'usp000hnjt', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(19136, '2010-10-25 22:59:53', -3.301, 100.463, 19, 5.9, 'mwc', 'usp000hnk6', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(19137, '2010-10-26 02:08:29', -41.494, -85.758, 10, 5.6, 'mwc', 'usp000hnkg', 'West Chile Rise', 'earthquake\r'), +(19138, '2010-10-28 02:22:25', 23.084, -108.454, 10, 5.6, 'mwc', 'usp000hnpe', 'Gulf of California', 'earthquake\r'), +(19139, '2010-10-28 03:17:25', -5.51, 153.744, 33, 5.8, 'mwc', 'usp000hnpg', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(19140, '2010-10-30 15:18:33', -56.586, -142.292, 10, 6.4, 'mwc', 'usp000hntb', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19141, '2010-10-31 16:38:49', -6.385, 150.161, 10, 5.8, 'mwc', 'usp000hnum', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19142, '2010-11-01 05:16:34', -6.37, 150.22, 8.7, 5.5, 'mwb', 'usp000hnvd', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19143, '2010-11-01 23:16:47', 16.738, -93.793, 167.4, 5.6, 'mwc', 'usp000hnwa', 'Chiapas, Mexico', 'earthquake\r'), +(19144, '2010-11-02 06:39:55', -5.355, 151.556, 35, 5.8, 'mwc', 'usp000hnwk', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19145, '2010-11-02 18:10:15', 47.092, 146.747, 369.4, 5.5, 'mwc', 'usp000hnx8', 'northwest of the Kuril Islands', 'earthquake\r'), +(19146, '2010-11-02 23:08:07', -19.19, 168.56, 42.2, 5.5, 'mwb', 'usp000hnxu', 'Vanuatu', 'earthquake\r'), +(19147, '2010-11-03 00:56:55', 43.76, 20.73, 0.9, 5.5, 'mwc', 'usp000hny4', 'Serbia', 'earthquake\r'), +(19148, '2010-11-03 11:18:16', -4.617, 134.071, 10, 6, 'mwc', 'usp000hnyy', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(19149, '2010-11-03 23:34:42', -20.466, -174.28, 18, 6.1, 'mwc', 'usp000hnzg', 'Tonga', 'earthquake\r'), +(19150, '2010-11-04 01:05:47', 51.236, -176.5, 45.3, 5.5, 'mwc', 'usp000hnzp', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19151, '2010-11-05 16:40:37', 12.736, 123.054, 10, 5.8, 'mwc', 'usp000hp57', 'Masbate region, Philippines', 'earthquake\r'), +(19152, '2010-11-07 19:26:49', 24.383, 141.588, 113, 5.6, 'mwb', 'usp000hp8q', 'Volcano Islands, Japan region', 'earthquake\r'), +(19153, '2010-11-10 04:05:24', -45.464, 96.394, 10, 6.5, 'mwc', 'usp000hpc0', 'southeast Indian Ridge', 'earthquake\r'), +(19154, '2010-11-10 10:30:16', 14.923, 119.868, 21, 5.5, 'mwc', 'usp000hpc9', 'Luzon, Philippines', 'earthquake\r'), +(19155, '2010-11-10 23:48:39', 5.946, -82.571, 19.1, 5.7, 'mwc', 'usp000hpcw', 'south of Panama', 'earthquake\r'), +(19156, '2010-11-11 20:29:58', -6.276, 154.74, 36, 5.6, 'mwc', 'usp000hpe5', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(19157, '2010-11-12 02:14:46', -6.553, 130.035, 168.7, 5.5, 'mwb', 'usp000hpee', 'Banda Sea', 'earthquake\r'), +(19158, '2010-11-12 19:01:30', -35.958, -102.21, 10, 5.8, 'mwb', 'usp000hpfw', 'southeast of Easter Island', 'earthquake\r'), +(19159, '2010-11-14 06:32:28', 11.984, 43.963, 10, 5.5, 'mwb', 'usp000hpj1', 'Djibouti region', 'earthquake\r'), +(19160, '2010-11-14 17:02:48', 11.865, 43.716, 10, 5.5, 'mwc', 'usp000hpmm', 'Djibouti region', 'earthquake\r'), +(19161, '2010-11-16 01:39:43', -1.99, 139.017, 13, 5.9, 'mwb', 'usp000hpqk', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(19162, '2010-11-16 18:44:38', -3.005, 68.125, 10, 5.5, 'mwc', 'usp000hprw', 'Chagos Archipelago region', 'earthquake\r'), +(19163, '2010-11-17 15:53:32', -7.797, 129.446, 23, 5.9, 'mwc', 'usp000hpt2', 'Kepulauan Babar, Indonesia', 'earthquake\r'), +(19164, '2010-11-19 21:55:16', 1.181, 100.119, 213.3, 5.7, 'mwb', 'usp000hpvg', 'northern Sumatra, Indonesia', 'earthquake\r'), +(19165, '2010-11-21 04:36:31', -54.967, -131.479, 10, 6, 'mwc', 'usp000hpx8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19166, '2010-11-21 12:31:45', 23.827, 121.658, 47, 5.6, 'mwb', 'usp000hpxr', 'Taiwan', 'earthquake\r'), +(19167, '2010-11-22 16:18:43', -33.625, -178.918, 10, 5.9, 'mwb', 'usp000hpz7', 'south of the Kermadec Islands', 'earthquake\r'), +(19168, '2010-11-23 09:01:07', -5.959, 148.966, 68, 6.1, 'mwc', 'usp000hq00', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19169, '2010-11-26 12:33:42', 28.063, 52.564, 9, 5.5, 'mwc', 'usp000hq53', 'southern Iran', 'earthquake\r'), +(19170, '2010-11-26 17:36:12', -3.369, 131.014, 14, 5.8, 'mwb', 'usp000hq5d', 'Ceram Sea, Indonesia', 'earthquake\r'), +(19171, '2010-11-27 02:44:53', 10.293, -43.128, 10, 5.7, 'mwc', 'usp000hq6a', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(19172, '2010-11-27 18:11:14', 3.862, 128.071, 58.7, 5.7, 'mwb', 'usp000hq7a', 'north of Halmahera, Indonesia', 'earthquake\r'), +(19173, '2010-11-30 03:24:40', 28.349, 139.187, 470, 6.8, 'mwc', 'usp000hqaw', 'Bonin Islands, Japan region', 'earthquake\r'), +(19174, '2010-11-30 08:42:23', 52.215, -169.506, 18, 5.5, 'mwc', 'usp000hqb3', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19175, '2010-11-30 17:54:48', 48.922, 154.918, 35, 5.7, 'mwc', 'usp000hqbw', 'Kuril Islands', 'earthquake\r'), +(19176, '2010-12-01 00:50:22', 2.689, 99.041, 160.1, 5.6, 'mwc', 'usp000hqcd', 'northern Sumatra, Indonesia', 'earthquake\r'), +(19177, '2010-12-01 16:01:27', -15.888, -178.956, 15.2, 6.1, 'mwc', 'usp000hqd4', 'Fiji region', 'earthquake\r'), +(19178, '2010-12-02 03:12:10', -6.001, 149.977, 33, 6.6, 'mwb', 'usp000hqdx', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19179, '2010-12-05 21:44:36', -36.231, -100.826, 12.7, 5.9, 'mwb', 'usp000hqjh', 'southeast of Easter Island', 'earthquake\r'), +(19180, '2010-12-06 07:30:33', 40.904, 142.967, 22, 5.7, 'mwb', 'usp000hqjz', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19181, '2010-12-07 04:27:22', -57.932, -7.474, 10, 5.9, 'mwc', 'usp000hqm1', 'east of the South Sandwich Islands', 'earthquake\r'), +(19182, '2010-12-07 05:31:04', -58.019, -7.503, 10, 5.7, 'mwc', 'usp000hqm2', 'east of the South Sandwich Islands', 'earthquake\r'), +(19183, '2010-12-07 18:17:40', 54.356, 169.128, 13, 5.8, 'mwb', 'usp000hqmn', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(19184, '2010-12-08 05:24:35', -56.412, -25.741, 29.4, 6.3, 'mwc', 'usp000hqnd', 'South Sandwich Islands region', 'earthquake\r'), +(19185, '2010-12-08 06:47:16', 7.481, 126.505, 53.1, 5.9, 'mwc', 'usp000hqnh', 'Mindanao, Philippines', 'earthquake\r'), +(19186, '2010-12-08 08:21:34', 39.358, 72.86, 10, 5.5, 'mwc', 'usp000hqnn', 'Kyrgyzstan', 'earthquake\r'), +(19187, '2010-12-08 15:31:06', -6.686, 129.898, 171.9, 5.5, 'mwb', 'usp000hqpa', 'Banda Sea', 'earthquake\r'), +(19188, '2010-12-10 17:48:22', 23.863, -45.733, 10, 5.5, 'mwc', 'usp000hqrv', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(19189, '2010-12-11 13:43:21', -21.811, -179.353, 601.2, 5.6, 'mwb', 'usp000hqt3', 'Fiji region', 'earthquake\r'), +(19190, '2010-12-12 17:50:37', -28.098, -177.106, 35, 5.6, 'mwc', 'usp000hqv3', 'Kermadec Islands region', 'earthquake\r'), +(19191, '2010-12-13 01:14:42', -6.534, 155.647, 135.8, 6.2, 'mwc', 'usp000hqvf', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(19192, '2010-12-13 09:18:32', -6.259, 104.008, 42.8, 5.7, 'mwc', 'usp000hqvw', 'Sunda Strait, Indonesia', 'earthquake\r'), +(19193, '2010-12-15 11:29:31', -7.268, 128.786, 134.9, 6, 'mwc', 'usp000hqyf', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(19194, '2010-12-17 13:22:45', -6.48, 129.996, 154.9, 5.5, 'mwc', 'usp000hr19', 'Banda Sea', 'earthquake\r'), +(19195, '2010-12-18 05:06:22', 10.409, 126.156, 14, 5.6, 'mwc', 'usp000hr2z', 'Philippine Islands region', 'earthquake\r'), +(19196, '2010-12-18 22:24:18', -14.131, -173.306, 30.7, 5.9, 'mwc', 'usp000hr45', 'Samoa Islands region', 'earthquake\r'), +(19197, '2010-12-20 15:15:09', 10.171, -103.977, 10, 5.9, 'mwc', 'usp000hr7a', 'northern East Pacific Rise', 'earthquake\r'), +(19198, '2010-12-20 17:21:26', 12.995, -88.64, 72.3, 5.7, 'mwb', 'usp000hr7g', 'offshore El Salvador', 'earthquake\r'), +(19199, '2010-12-20 18:41:59', 28.412, 59.18, 12, 6.7, 'mwc', 'usp000hr7k', 'southeastern Iran', 'earthquake\r'), +(19200, '2010-12-21 03:59:38', -8.7, 111.197, 54.6, 5.6, 'mwb', 'usp000hr88', 'Java, Indonesia', 'earthquake\r'), +(19201, '2010-12-21 14:07:48', 2.715, 95.893, 21, 5.8, 'mwb', 'usp000hr94', 'Simeulue, Indonesia', 'earthquake\r'), +(19202, '2010-12-21 17:19:41', 26.901, 143.698, 14, 7.4, 'mwc', 'usp000hr97', 'Bonin Islands, Japan region', 'earthquake\r'), +(19203, '2010-12-21 17:40:48', 27.08, 143.215, 10, 5.5, 'mb', 'usp000hr9f', 'Bonin Islands, Japan region', 'earthquake\r'), +(19204, '2010-12-21 17:41:26', 27.081, 143.308, 7.6, 5.5, 'mb', 'usp000hr9g', 'Bonin Islands, Japan region', 'earthquake\r'), +(19205, '2010-12-21 20:18:43', 27.096, 143.236, 10, 5.6, 'ms', 'usp000hrb6', 'Bonin Islands, Japan region', 'earthquake\r'), +(19206, '2010-12-22 01:31:18', 26.669, 143.535, 10, 5.6, 'mwc', 'usp000hrdk', 'Bonin Islands, Japan region', 'earthquake\r'), +(19207, '2010-12-22 21:49:40', 26.81, 143.595, 18, 6.4, 'mwc', 'usp000hrky', 'Bonin Islands, Japan region', 'earthquake\r'), +(19208, '2010-12-23 14:00:32', 53.127, 171.161, 18, 6.4, 'mwc', 'usp000hrpy', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19209, '2010-12-23 16:28:14', -19.908, 168.596, 39.3, 5.6, 'mb', 'usp000hrqj', 'Vanuatu', 'earthquake\r'), +(19210, '2010-12-23 16:28:15', -7.999, 119.951, 206.8, 5.5, 'mwc', 'usp000hrqk', 'Flores Sea', 'earthquake\r'), +(19211, '2010-12-24 05:48:53', -63.592, -167.354, 4, 5.9, 'mwb', 'usp000hrsd', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19212, '2010-12-25 13:16:37', -19.702, 167.947, 16, 7.3, 'mwc', 'usp000hrw0', 'Vanuatu region', 'earthquake\r'), +(19213, '2010-12-25 13:59:02', -19.307, 168.002, 10, 5.5, 'mb', 'usp000hrw5', 'Vanuatu', 'earthquake\r'), +(19214, '2010-12-25 19:42:24', 51.115, -176.162, 10, 5.6, 'mwb', 'usp000hrxu', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19215, '2010-12-26 02:13:38', -19.616, 168.284, 13, 6, 'mwb', 'usp000hrzt', 'Vanuatu', 'earthquake\r'), +(19216, '2010-12-26 19:38:21', -19.636, 168.261, 10, 5.5, 'mwc', 'usp000hs2h', 'Vanuatu', 'earthquake\r'), +(19217, '2010-12-27 17:02:33', -50.811, 139.375, 10, 5.6, 'mwc', 'usp000hs4q', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(19218, '2010-12-27 19:40:13', -19.311, 167.96, 10, 5.5, 'mwc', 'usp000hs50', 'Vanuatu region', 'earthquake\r'), +(19219, '2010-12-28 08:34:18', -23.407, -179.802, 551, 6.3, 'mwc', 'usp000hs6h', 'south of the Fiji Islands', 'earthquake\r'), +(19220, '2010-12-29 06:54:20', -19.661, 168.14, 16, 6.4, 'mwc', 'usp000hs82', 'Vanuatu', 'earthquake\r'), +(19221, '2010-12-29 07:02:17', -19.701, 168.123, 10, 5.5, 'mb', 'usp000hs83', 'Vanuatu', 'earthquake\r'), +(19222, '2010-12-30 12:02:42', 51.626, 177.378, 56.8, 5.5, 'mwc', 'usp000hsa4', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19223, '2010-12-30 14:36:55', -10.819, 165.376, 10, 5.6, 'mwb', 'usp000hsaa', 'Santa Cruz Islands', 'earthquake\r'), +(19224, '2010-12-31 16:30:55', 0.663, -26.045, 10, 5.5, 'mwc', 'usp000hsc9', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(19225, '2011-01-01 09:56:58', -26.803, -63.136, 576.8, 7, 'mww', 'usp000hsdc', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(19226, '2011-01-02 15:19:31', -4.458, 101.428, 21.6, 5.7, 'mwb', 'usp000hsfe', 'southern Sumatra, Indonesia', 'earthquake\r'), +(19227, '2011-01-02 20:20:18', -38.355, -73.326, 24, 7.2, 'mww', 'usp000hsfq', 'Araucania, Chile', 'earthquake\r'), +(19228, '2011-01-03 16:43:29', -59.791, 149.897, 10, 5.6, 'mwc', 'usp000hshp', 'west of Macquarie Island', 'earthquake\r'), +(19229, '2011-01-05 00:57:32', 31.545, 142.177, 21.4, 5.6, 'mwc', 'usp000hskf', 'Izu Islands, Japan region', 'earthquake\r'), +(19230, '2011-01-05 06:46:15', -22.26, 171.631, 112.2, 6.1, 'mww', 'usp000hskt', 'southeast of the Loyalty Islands', 'earthquake\r'), +(19231, '2011-01-07 01:19:17', 20.114, -45.617, 10, 5.5, 'mwc', 'usp000hspc', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(19232, '2011-01-07 03:09:59', 4.243, 90.414, 17, 5.5, 'mwc', 'usp000hspg', 'off the west coast of northern Sumatra', 'earthquake\r'), +(19233, '2011-01-08 04:10:57', -0.026, 124.913, 56.7, 5.6, 'mwc', 'usp000hsqz', 'Molucca Sea', 'earthquake\r'), +(19234, '2011-01-09 10:03:44', -19.155, 168.312, 22, 6.5, 'mww', 'usp000hst4', 'Vanuatu', 'earthquake\r'), +(19235, '2011-01-09 13:00:14', -19.336, 168.435, 10, 5.7, 'mwc', 'usp000hstp', 'Vanuatu', 'earthquake\r'), +(19236, '2011-01-09 14:54:43', -19.296, 168.407, 10, 5.5, 'mwb', 'usp000hstv', 'Vanuatu', 'earthquake\r'), +(19237, '2011-01-09 17:21:52', -19.201, 168.155, 18, 6.1, 'mww', 'usp000hsua', 'Vanuatu', 'earthquake\r'), +(19238, '2011-01-09 18:21:07', -19.297, 168.009, 10, 5.5, 'mwc', 'usp000hsuc', 'Vanuatu', 'earthquake\r'), +(19239, '2011-01-10 02:11:09', -19.553, -176.032, 228.9, 5.6, 'mwc', 'usp000hsuy', 'Fiji region', 'earthquake\r'), +(19240, '2011-01-10 06:02:52', -35.594, -73.064, 24.4, 5.9, 'mwc', 'usp000hsv8', 'offshore Maule, Chile', 'earthquake\r'), +(19241, '2011-01-10 10:24:21', 23.083, 143.166, 86.6, 5.6, 'mwb', 'usp000hsvn', 'Volcano Islands, Japan region', 'earthquake\r'), +(19242, '2011-01-11 09:16:10', -13.265, 167.208, 221.8, 5.5, 'mwb', 'usp000hsx6', 'Vanuatu', 'earthquake\r'), +(19243, '2011-01-12 21:32:54', 26.973, 139.882, 512, 6.4, 'mww', 'usp000hszr', 'Bonin Islands, Japan region', 'earthquake\r'), +(19244, '2011-01-13 12:04:56', -36.92, 179.46, 35, 5.5, 'mwc', 'usp000ht0x', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(19245, '2011-01-13 16:16:42', -20.628, 168.471, 9, 7, 'mww', 'usp000ht15', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(19246, '2011-01-13 16:43:08', -20.606, 168.399, 10, 5.9, 'mwc', 'usp000ht1b', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(19247, '2011-01-15 06:09:10', -14.589, 167.285, 198.5, 5.8, 'mwc', 'usp000ht50', 'Vanuatu', 'earthquake\r'), +(19248, '2011-01-15 11:23:53', 2.491, 96.28, 17, 5.7, 'mwb', 'usp000ht5g', 'Simeulue, Indonesia', 'earthquake\r'), +(19249, '2011-01-15 12:56:27', -5.65, 130.252, 198.8, 5.7, 'mwb', 'usp000ht5t', 'Banda Sea', 'earthquake\r'), +(19250, '2011-01-17 19:20:57', -5.03, 102.647, 36, 6, 'mww', 'usp000ht9g', 'southern Sumatra, Indonesia', 'earthquake\r'), +(19251, '2011-01-18 11:33:45', 2.632, 96.404, 21, 5.9, 'mww', 'usp000htap', 'Simeulue, Indonesia', 'earthquake\r'), +(19252, '2011-01-18 20:23:23', 28.777, 63.951, 68, 7.2, 'mww', 'usp000htb4', 'southwestern Pakistan', 'earthquake\r'), +(19253, '2011-01-22 07:38:57', 2.903, 95.516, 24, 5.6, 'mwb', 'usp000htg5', 'Simeulue, Indonesia', 'earthquake\r'), +(19254, '2011-01-23 19:15:43', -20.335, -176.292, 236.1, 5.9, 'mwb', 'usp000htjh', 'Fiji region', 'earthquake\r'), +(19255, '2011-01-24 01:02:02', -19.204, -173.51, 16.2, 5.7, 'mwb', 'usp000htjz', 'Tonga', 'earthquake\r'), +(19256, '2011-01-24 02:45:32', 38.413, 72.791, 110, 6, 'mww', 'usp000htk2', 'Tajikistan', 'earthquake\r'), +(19257, '2011-01-26 15:42:30', 2.205, 96.829, 23, 6.1, 'mww', 'usp000htp9', 'Simeulue, Indonesia', 'earthquake\r'), +(19258, '2011-01-26 17:03:30', -11.013, 166.303, 148.5, 5.7, 'mwc', 'usp000htpb', 'Santa Cruz Islands', 'earthquake\r'), +(19259, '2011-01-27 00:59:38', -15.562, -173.117, 16, 5.6, 'mwc', 'usp000htpm', 'Tonga', 'earthquake\r'), +(19260, '2011-01-27 04:00:37', -11.656, 166.356, 82.9, 5.5, 'mwc', 'usp000htps', 'Santa Cruz Islands', 'earthquake\r'), +(19261, '2011-01-27 08:38:28', 28.195, 59.015, 10, 6.2, 'mww', 'usp000htpz', 'southeastern Iran', 'earthquake\r'), +(19262, '2011-01-27 15:02:46', -38.502, 175.996, 158.1, 5.6, 'mwb', 'usp000htqf', 'North Island of New Zealand', 'earthquake\r'), +(19263, '2011-01-29 06:55:28', 70.931, -6.657, 15, 6.2, 'mwc', 'usp000htt3', 'Jan Mayen Island region', 'earthquake\r'), +(19264, '2011-01-29 11:58:18', -62.964, -164.221, 10, 5.5, 'mwb', 'usp000htta', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19265, '2011-01-29 12:39:00', 21.613, 142.956, 321.2, 5.5, 'mwb', 'usp000httd', 'Mariana Islands region', 'earthquake\r'), +(19266, '2011-01-31 06:03:27', -22.009, -175.622, 76, 6, 'mww', 'usp000htwe', 'Tonga region', 'earthquake\r'), +(19267, '2011-02-01 13:39:47', 10.622, 94.109, 21.8, 5.6, 'mwb', 'usp000htye', 'Andaman Islands, India region', 'earthquake\r'), +(19268, '2011-02-02 00:38:18', 54.974, -160.465, 35, 5.9, 'mww', 'usp000htz3', 'Alaska Peninsula', 'earthquake\r'), +(19269, '2011-02-03 20:25:16', -15.511, -173.068, 10, 5.9, 'mww', 'usp000hu1f', 'Tonga', 'earthquake\r'), +(19270, '2011-02-04 13:53:46', 24.618, 94.68, 85, 6.2, 'mww', 'usp000hu2t', 'Myanmar-India border region', 'earthquake\r'), +(19271, '2011-02-04 14:20:55', -14.188, 166.459, 10, 5.9, 'mwc', 'usp000hu2w', 'Vanuatu', 'earthquake\r'), +(19272, '2011-02-05 16:11:40', -37.621, -73.448, 28.9, 5.8, 'mww', 'usp000hu4k', 'Bio-Bio, Chile', 'earthquake\r'), +(19273, '2011-02-06 11:21:16', -8.283, 104.067, 7, 5.6, 'mwb', 'usp000hu5n', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(19274, '2011-02-07 19:53:43', -7.154, 155.184, 415, 6.4, 'mww', 'usp000hu76', 'Solomon Islands', 'earthquake\r'), +(19275, '2011-02-10 14:39:28', 4.195, 122.974, 523.2, 6.5, 'mww', 'usp000huab', 'Celebes Sea', 'earthquake\r'), +(19276, '2011-02-10 14:41:59', 4.077, 123.039, 525, 6.6, 'mwb', 'usp000huac', 'Celebes Sea', 'earthquake\r'), +(19277, '2011-02-11 20:05:31', -36.422, -72.96, 26, 6.9, 'mww', 'usp000huc2', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19278, '2011-02-11 23:39:21', -37.196, -73.198, 15, 5.9, 'mwb', 'usp000hucn', 'Bio-Bio, Chile', 'earthquake\r'), +(19279, '2011-02-12 01:17:01', -37.027, -72.954, 16, 6.1, 'mwb', 'usp000hucz', 'Bio-Bio, Chile', 'earthquake\r'), +(19280, '2011-02-12 02:53:15', 0.079, -17.018, 10, 5.7, 'mwc', 'usp000huda', 'north of Ascension Island', 'earthquake\r'), +(19281, '2011-02-12 03:03:04', -31.241, -177.809, 10, 5.6, 'mwc', 'usp000hudb', 'Kermadec Islands region', 'earthquake\r'), +(19282, '2011-02-12 11:55:25', 1.993, 126.833, 35, 5.6, 'mwb', 'usp000hudw', 'Molucca Sea', 'earthquake\r'), +(19283, '2011-02-12 17:57:56', -20.879, -175.672, 85, 6.1, 'mww', 'usp000huea', 'Tonga', 'earthquake\r'), +(19284, '2011-02-13 08:51:34', -36.565, -73.178, 20.7, 5.8, 'mwb', 'usp000huet', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19285, '2011-02-13 10:35:07', -36.649, -73.176, 17, 6, 'mwc', 'usp000huey', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19286, '2011-02-13 13:44:36', -36.557, -73.275, 18.9, 5.5, 'mwb', 'usp000huf9', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19287, '2011-02-14 03:40:10', -35.38, -72.834, 21, 6.7, 'mww', 'usp000hugg', 'offshore Maule, Chile', 'earthquake\r'), +(19288, '2011-02-15 13:33:53', -2.497, 121.483, 16.2, 6.1, 'mww', 'usp000huje', 'Sulawesi, Indonesia', 'earthquake\r'), +(19289, '2011-02-15 19:01:03', 38.321, 143.162, 26.2, 5.5, 'mwb', 'usp000hujs', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19290, '2011-02-17 20:51:05', -14.165, 166.471, 22.3, 5.6, 'mww', 'usp000hunm', 'Vanuatu', 'earthquake\r'), +(19291, '2011-02-18 04:23:19', -4.614, 153.157, 57.7, 5.5, 'mwb', 'usp000hup7', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(19292, '2011-02-20 21:43:24', 55.918, 162.117, 33, 6.1, 'mww', 'usp000hutu', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(19293, '2011-02-21 06:58:36', -27.149, -64.688, 12.7, 5.6, 'mwb', 'usp000huuj', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(19294, '2011-02-21 10:57:52', -26.142, 178.394, 558.1, 6.5, 'mww', 'usp000huus', 'south of the Fiji Islands', 'earthquake\r'), +(19295, '2011-02-21 12:26:32', -10.281, 161.415, 69.8, 5.5, 'mwc', 'usp000huv2', 'Solomon Islands', 'earthquake\r'), +(19296, '2011-02-21 23:51:42', -43.583, 172.68, 5.9, 6.1, 'mww', 'usp000huvq', 'South Island of New Zealand', 'earthquake\r'), +(19297, '2011-02-22 00:04:19', -43.59, 172.65, 5.9, 5.5, 'mwr', 'usp000huvt', 'South Island of New Zealand', 'earthquake\r'), +(19298, '2011-02-22 01:50:30', -43.598, 172.621, 6.6, 5.6, 'mwr', 'usp000huw3', 'South Island of New Zealand', 'earthquake\r'), +(19299, '2011-02-22 14:09:51', 22.11, 143.842, 112.8, 5.5, 'mwb', 'usp000huxr', 'Volcano Islands, Japan region', 'earthquake\r'), +(19300, '2011-02-23 03:01:36', 12.388, -87.815, 41, 5.7, 'mwb', 'usp000huyp', 'near the coast of Nicaragua', 'earthquake\r'), +(19301, '2011-02-24 03:01:17', -17.811, -174.434, 122.5, 5.6, 'mwb', 'usp000hv0h', 'Tonga', 'earthquake\r'), +(19302, '2011-02-25 13:07:27', 17.843, -95.007, 122.7, 5.9, 'mww', 'usp000hv2c', 'Veracruz, Mexico', 'earthquake\r'), +(19303, '2011-02-26 02:10:24', -10.622, 164.899, 49.2, 5.9, 'mwb', 'usp000hv31', 'Santa Cruz Islands region', 'earthquake\r'), +(19304, '2011-02-28 01:29:25', -37.36, -73.695, 31.5, 5.8, 'mwb', 'usp000hv5c', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19305, '2011-02-28 07:49:07', 34.98, 25.42, 53, 5.7, 'mwc', 'usp000hv5x', 'Crete, Greece', 'earthquake\r'), +(19306, '2011-02-28 11:04:16', -59.233, -17.012, 10, 5.6, 'mwc', 'usp000hv6a', 'east of the South Sandwich Islands', 'earthquake\r'), +(19307, '2011-02-28 23:42:17', -29.474, -112.061, 9.8, 5.5, 'mwc', 'usp000hv6t', 'Easter Island region', 'earthquake\r'), +(19308, '2011-03-01 00:53:46', -29.701, -111.981, 10, 6, 'mww', 'usp000hv6u', 'Easter Island region', 'earthquake\r'), +(19309, '2011-03-02 18:50:49', 8.596, -76.855, 44.2, 5.7, 'mww', 'usp000hv8x', 'near the north coast of Colombia', 'earthquake\r'), +(19310, '2011-03-03 15:12:01', 9.457, 125.935, 49.7, 5.5, 'mwc', 'usp000hv9z', 'Mindanao, Philippines', 'earthquake\r'), +(19311, '2011-03-04 04:07:49', -8.933, 157.236, 10, 5.6, 'mww', 'usp000hvar', 'Solomon Islands', 'earthquake\r'), +(19312, '2011-03-06 12:32:00', -18.021, -69.362, 118, 6.3, 'mww', 'usp000hvef', 'Tarapaca, Chile', 'earthquake\r'), +(19313, '2011-03-06 14:32:36', -56.422, -27.063, 87.7, 6.5, 'mww', 'usp000hveq', 'South Sandwich Islands region', 'earthquake\r'), +(19314, '2011-03-07 00:09:36', -10.349, 160.766, 22, 6.3, 'mww', 'usp000hvf6', 'Solomon Islands', 'earthquake\r'), +(19315, '2011-03-09 02:45:20', 38.435, 142.842, 32, 7.3, 'mww', 'usp000hvhj', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19316, '2011-03-09 02:57:17', 38.361, 142.91, 23.2, 5.7, 'mb', 'usp000hvhm', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19317, '2011-03-09 02:58:14', 38.246, 143.102, 35, 5.7, 'mb', 'usp000hvhn', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19318, '2011-03-09 04:37:05', 38.665, 142.991, 37.8, 5.6, 'mb', 'usp000hvj2', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19319, '2011-03-09 18:16:16', 38.315, 142.434, 22, 6, 'mww', 'usp000hvk6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19320, '2011-03-09 18:44:39', 38.503, 143.166, 23.8, 5.9, 'mww', 'usp000hvk9', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19321, '2011-03-09 21:22:18', 38.345, 142.648, 23, 6, 'mwc', 'usp000hvkg', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19322, '2011-03-09 21:24:02', 38.296, 142.808, 15, 6.5, 'mwc', 'usp000hvkh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19323, '2011-03-09 21:24:50', -5.985, 149.777, 29, 6.4, 'mww', 'usp000hvkj', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19324, '2011-03-10 04:58:14', 24.727, 97.957, 10, 5.5, 'mwc', 'usp000hvm3', 'Myanmar-China border region', 'earthquake\r'), +(19325, '2011-03-10 08:08:21', 38.603, 143.27, 17.4, 5.6, 'mwb', 'usp000hvme', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19326, '2011-03-10 17:08:37', -6.873, 116.72, 510.6, 6.5, 'mww', 'usp000hvn3', 'Bali Sea', 'earthquake\r'), +(19327, '2011-03-11 00:14:48', -53.21, -117.837, 10, 5.7, 'mwc', 'usp000hvng', 'southern East Pacific Rise', 'earthquake\r'), +(19328, '2011-03-11 05:46:24', 38.297, 142.373, 29, 9.1, 'mww', 'official20110311054624120_30', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19329, '2011-03-11 05:54:32', 37.712, 141.184, 32.3, 6.3, 'mb', 'usp000hvnv', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19330, '2011-03-11 05:55:45', 37.359, 143.351, 35, 6.4, 'mb', 'usp000hvnw', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19331, '2011-03-11 05:58:07', 37.623, 142.155, 50.7, 6.3, 'mb', 'usp000hvnx', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19332, '2011-03-11 05:59:32', 37.054, 141.763, 8.4, 5.9, 'mb', 'usp000hvny', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19333, '2011-03-11 06:00:39', 38.095, 142.492, 40.6, 6.2, 'mb', 'usp000hvnz', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19334, '2011-03-11 06:03:55', 36.469, 141.84, 22.6, 5.9, 'mb', 'usp000hvp0', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19335, '2011-03-11 06:05:02', 36.375, 141.777, 34.2, 5.8, 'mb', 'usp000hvp2', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19336, '2011-03-11 06:06:13', 39.003, 142.29, 42.7, 6.3, 'mb', 'usp000hvp3', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19337, '2011-03-11 06:07:21', 36.419, 141.876, 32.3, 6.4, 'mb', 'usp000hvp4', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19338, '2011-03-11 06:08:30', 38.969, 143.37, 2.8, 6.7, 'mb', 'usp000hvp5', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19339, '2011-03-11 06:11:16', 36.109, 141.696, 26.6, 5.9, 'mb', 'usp000hvp6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19340, '2011-03-11 06:12:36', 37.788, 144.233, 25.4, 6.2, 'mb', 'usp000hvp7', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19341, '2011-03-11 06:13:01', 37.211, 141.601, 40.1, 6.2, 'mb', 'usp000hvp8', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19342, '2011-03-11 06:15:23', 37.93, 143.802, 35, 6.3, 'mb', 'usp000hvp9', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19343, '2011-03-11 06:15:40', 36.281, 141.111, 42.6, 7.9, 'mwc', 'usp000hvpa', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19344, '2011-03-11 06:18:50', 36.023, 142.269, 16, 6.6, 'mb', 'usp000hvpc', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19345, '2011-03-11 06:20:04', 36.004, 142.067, 49.3, 6.5, 'mb', 'usp000hvpd', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19346, '2011-03-11 06:21:33', 38.29, 142.813, 51.7, 6.2, 'mb', 'usp000hvpe', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19347, '2011-03-11 06:23:09', 39.03, 142.284, 56.3, 6.2, 'mb', 'usp000hvpf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19348, '2011-03-11 06:25:50', 38.058, 144.59, 18.6, 7.7, 'mwc', 'usp000hvpg', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19349, '2011-03-11 06:29:16', 37.812, 144.233, 40.6, 6.1, 'mb', 'usp000hvph', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19350, '2011-03-11 06:33:06', 36.625, 141.867, 39.1, 5.9, 'mb', 'usp000hvpj', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19351, '2011-03-11 06:35:21', 35.806, 141.1, 10.3, 5.8, 'mb', 'usp000hvpm', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19352, '2011-03-11 06:37:06', 37.465, 142.404, 52.4, 5.6, 'mb', 'usp000hvpn', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19353, '2011-03-11 06:38:11', 36.094, 141.665, 47.2, 5.8, 'mb', 'usp000hvpp', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19354, '2011-03-11 06:39:39', 37.04, 142.463, 40.1, 5.5, 'mb', 'usp000hvpq', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19355, '2011-03-11 06:41:01', 39.599, 141.576, 35, 5.8, 'mb', 'usp000hvpr', 'eastern Honshu, Japan', 'earthquake\r'), +(19356, '2011-03-11 06:46:31', 37.956, 143.248, 30.6, 5.9, 'mb', 'usp000hvpv', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19357, '2011-03-11 06:48:46', 37.961, 142.724, 11.7, 6.2, 'mb', 'usp000hvpx', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19358, '2011-03-11 06:49:17', 37.337, 144.237, 47.3, 6.1, 'mb', 'usp000hvpy', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19359, '2011-03-11 06:49:58', 40.668, 141.605, 44.9, 5.8, 'mb', 'usp000hvpz', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19360, '2011-03-11 06:52:29', 38.061, 143.016, 33.6, 5.5, 'mb', 'usp000hvq0', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19361, '2011-03-11 06:55:34', 37.562, 142.855, 39.8, 5.9, 'mb', 'usp000hvq2', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19362, '2011-03-11 06:57:17', 35.712, 140.875, 47.5, 6, 'mb', 'usp000hvq3', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19363, '2011-03-11 06:59:00', 37.357, 144.725, 35.9, 6.3, 'mb', 'usp000hvq4', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19364, '2011-03-11 07:01:12', 36.628, 143.755, 36.1, 5.7, 'mb', 'usp000hvq5', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19365, '2011-03-11 07:02:57', 39.693, 142.529, 41.6, 5.8, 'mb', 'usp000hvq6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19366, '2011-03-11 07:03:00', 37.924, 142.802, 19.1, 5.6, 'mb', 'usp000hvq7', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19367, '2011-03-11 07:04:16', 38.964, 142.398, 23.7, 5.8, 'mb', 'usp000hvq8', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19368, '2011-03-11 07:05:21', 38.442, 143.6, 15.4, 5.7, 'mb', 'usp000hvq9', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19369, '2011-03-11 07:06:46', 37.778, 142.98, 21.5, 5.6, 'mb', 'usp000hvqa', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19370, '2011-03-11 07:09:12', 36.714, 141.874, 28.2, 5.7, 'mb', 'usp000hvqb', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19371, '2011-03-11 07:09:58', 36.718, 141.856, 35, 5.6, 'mb', 'usp000hvqc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19372, '2011-03-11 07:11:00', 37.879, 142.681, 33.7, 5.8, 'mb', 'usp000hvqd', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19373, '2011-03-11 07:13:48', 36.103, 142.358, 35, 5.9, 'mb', 'usp000hvqe', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19374, '2011-03-11 07:14:59', 36.586, 141.823, 24.7, 6.3, 'mb', 'usp000hvqf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19375, '2011-03-11 07:17:43', 37.006, 142.406, 6.3, 5.8, 'mb', 'usp000hvqg', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19376, '2011-03-11 07:23:17', 37.454, 142.097, 19.6, 5.9, 'mb', 'usp000hvqh', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19377, '2011-03-11 07:25:36', 37.934, 144.529, 39.5, 6.1, 'mb', 'usp000hvqj', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19378, '2011-03-11 07:28:12', 36.823, 141.824, 28.4, 6.1, 'mb', 'usp000hvqk', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19379, '2011-03-11 07:29:02', 39.031, 142.349, 45.4, 6.3, 'mb', 'usp000hvqm', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19380, '2011-03-11 07:30:18', 37.442, 141.195, 49.2, 6, 'mb', 'usp000hvqn', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19381, '2011-03-11 07:33:34', 36.323, 142.71, 35, 5.7, 'mb', 'usp000hvqp', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19382, '2011-03-11 07:35:52', 36.943, 142.309, 21.9, 5.7, 'mb', 'usp000hvqq', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19383, '2011-08-25 10:39:58', -13.598, 166.996, 158.6, 5.9, 'mww', 'usp000j70p', 'Vanuatu', 'earthquake\r'), +(19384, '2011-03-11 07:38:28', 39.204, 142.793, 38.5, 5.8, 'mb', 'usp000hvqs', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19385, '2011-03-11 07:42:56', 36.403, 141.892, 35, 5.7, 'mb', 'usp000hvqu', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19386, '2011-03-11 07:44:28', 36.195, 141.813, 13.8, 5.8, 'mb', 'usp000hvqv', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19387, '2011-03-11 07:54:45', 37.743, 141.573, 50.8, 5.7, 'mb', 'usp000hvr2', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19388, '2011-03-11 07:56:15', 37.106, 142.226, 38, 5.6, 'mb', 'usp000hvr3', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19389, '2011-03-11 07:59:49', 37.012, 142.78, 0.7, 5.7, 'mb', 'usp000hvr4', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19390, '2011-03-11 08:01:57', 36.936, 142.7, 19.3, 5.9, 'mb', 'usp000hvr6', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19391, '2011-03-11 08:04:59', 37.593, 142.208, 48.9, 5.7, 'mb', 'usp000hvr7', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19392, '2011-03-11 08:10:29', 36.287, 140.852, 19.5, 5.6, 'mb', 'usp000hvr9', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19393, '2011-03-11 08:12:07', 36.569, 141.486, 39.6, 6.2, 'mb', 'usp000hvra', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19394, '2011-03-11 08:15:42', 37.047, 144.541, 41, 6.1, 'mb', 'usp000hvrb', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19395, '2011-03-11 08:19:24', 36.166, 141.562, 6.8, 6.5, 'mb', 'usp000hvrd', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19396, '2011-03-11 08:26:37', 37.367, 143.017, 17, 6.1, 'mb', 'usp000hvre', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19397, '2011-03-11 08:27:52', 38.017, 142.657, 42.8, 6, 'mb', 'usp000hvrf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19398, '2011-03-11 08:31:09', 37.469, 141.176, 37.3, 6, 'mb', 'usp000hvrg', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19399, '2011-03-11 08:33:01', 39.14, 142.967, 27.6, 6, 'mb', 'usp000hvrh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19400, '2011-03-11 08:35:22', 36.033, 140.984, 19.7, 5.6, 'mb', 'usp000hvrj', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19401, '2011-03-11 08:39:13', 37.64, 142.771, 46.2, 5.5, 'mb', 'usp000hvrm', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19402, '2011-03-11 08:40:56', 37.447, 140.984, 39.5, 5.9, 'mb', 'usp000hvrn', 'eastern Honshu, Japan', 'earthquake\r'), +(19403, '2011-03-11 08:44:00', 36.122, 140.966, 47.3, 5.6, 'mb', 'usp000hvrp', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19404, '2011-03-11 08:46:46', 37.416, 142.451, 25.8, 5.6, 'mb', 'usp000hvrq', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19405, '2011-03-11 08:52:23', 36.77, 141.924, 17, 5.5, 'mb', 'usp000hvru', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19406, '2011-03-11 09:09:15', 37.683, 143.311, 39.2, 5.5, 'mb', 'usp000hvs6', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19407, '2011-03-11 09:37:05', 35.912, 141.601, 5.8, 5.5, 'mb', 'usp000hvst', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19408, '2011-03-11 10:10:34', 39.185, 142.76, 26.5, 6, 'mb', 'usp000hvtb', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19409, '2011-03-11 10:22:03', 36.665, 142.521, 10, 5.7, 'mb', 'usp000hvtj', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19410, '2011-03-11 10:28:43', 39.397, 143.592, 20, 5.9, 'mb', 'usp000hvtp', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19411, '2011-03-11 10:45:45', 38.417, 143.752, 33.3, 5.6, 'mb', 'usp000hvty', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19412, '2011-03-11 11:00:52', 37.737, 141.496, 41.8, 5.6, 'mb', 'usp000hvu6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19413, '2011-03-11 11:10:58', 35.535, 141.842, 35, 5.5, 'mb', 'usp000hvuc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19414, '2011-03-11 11:13:13', 36.38, 141.778, 25.9, 5.5, 'mb', 'usp000hvud', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19415, '2011-03-11 11:16:50', 36.628, 141.809, 36.6, 5.5, 'mb', 'usp000hvuf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19416, '2011-03-11 11:21:03', 35.684, 140.933, 35, 5.7, 'mb', 'usp000hvug', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19417, '2011-03-11 11:21:30', 37.547, 143.073, 35, 5.8, 'mb', 'usp000hvuh', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19418, '2011-03-11 11:32:15', 36.238, 142.396, 35, 5.7, 'mb', 'usp000hvuq', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19419, '2011-03-11 11:32:27', 39.065, 143.166, 36.3, 5.8, 'mb', 'usp000hvur', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19420, '2011-03-11 11:36:41', 39.241, 142.463, 25.7, 6.6, 'ms', 'usp000hvuu', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19421, '2011-03-11 11:44:28', 36.695, 142.244, 35, 5.7, 'mb', 'usp000hvuw', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19422, '2011-03-11 11:46:43', 36.004, 141.171, 17.7, 5.8, 'mb', 'usp000hvux', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19423, '2011-03-11 11:56:13', 36.267, 141.527, 23.1, 5.5, 'mb', 'usp000hvv2', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19424, '2011-03-11 11:58:54', 35.752, 142.08, 35, 5.6, 'mb', 'usp000hvv5', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19425, '2011-03-11 12:12:55', 38.055, 142.548, 35, 5.9, 'mb', 'usp000hvvd', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19426, '2011-03-11 12:15:45', 39.084, 142.264, 50.2, 5.8, 'mb', 'usp000hvvf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19427, '2011-03-11 12:49:03', 36.147, 141.602, 35, 5.6, 'mb', 'usp000hvvw', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19428, '2011-03-11 12:56:05', 37.795, 141.96, 35, 5.5, 'mb', 'usp000hvw0', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19429, '2011-03-11 13:16:52', 36.371, 141.743, 57.7, 5.6, 'mb', 'usp000hvw7', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19430, '2011-03-11 13:18:17', 37.575, 142.827, 35, 5.5, 'mb', 'usp000hvw8', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19431, '2011-03-11 13:34:31', 36.162, 141.84, 4.7, 5.5, 'mb', 'usp000hvwj', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19432, '2011-03-11 13:43:10', 38.989, 144.126, 25.3, 5.7, 'mb', 'usp000hvwn', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19433, '2011-03-11 14:00:39', 36.123, 140.761, 51.3, 5.5, 'mb', 'usp000hvwz', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19434, '2011-03-11 14:27:57', 37.112, 144.036, 20.7, 5.5, 'mb', 'usp000hvxc', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19435, '2011-03-11 14:56:12', 35.96, 141.403, 10.2, 5.8, 'mb', 'usp000hvxs', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19436, '2011-03-11 15:07:40', 36.332, 141.54, 15.1, 5.5, 'mb', 'usp000hvxx', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19437, '2011-03-11 15:13:15', 35.994, 141.808, 21, 6.3, 'mwb', 'usp000hvy0', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19438, '2011-03-11 15:19:38', 36.247, 141.856, 35, 5.5, 'mb', 'usp000hvy1', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19439, '2011-03-11 15:20:08', 36.398, 141.864, 52.8, 6, 'mb', 'usp000hvy2', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19440, '2011-03-11 15:22:27', 35.637, 141.548, 35, 5.5, 'mb', 'usp000hvy3', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19441, '2011-03-11 16:11:30', 39.464, 143.465, 35, 5.5, 'mb', 'usp000hvyt', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19442, '2011-03-11 17:16:56', 36.999, 144.159, 9.3, 5.6, 'ms', 'usp000hvzq', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19443, '2011-03-11 17:17:24', 35.331, 141.391, 1.7, 5.5, 'mb', 'usp000hvzr', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19444, '2011-03-11 18:11:25', 37.197, 142.096, 15.6, 5.7, 'mb', 'usp000hw0m', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19445, '2011-03-11 18:17:07', 36.22, 141.628, 39.5, 5.8, 'mb', 'usp000hw0q', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19446, '2011-03-11 18:59:17', 37.014, 138.376, 9.3, 6.2, 'mwb', 'usp000hw18', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(19447, '2011-03-11 19:02:59', 39.342, 142.872, 27.1, 6, 'mwb', 'usp000hw19', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19448, '2011-03-11 19:08:39', 36.264, 140.884, 9.1, 5.5, 'mb', 'usp000hw1a', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19449, '2011-03-11 19:24:25', 35.685, 140.658, 2.2, 5.5, 'mb', 'usp000hw1j', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19450, '2011-03-11 19:31:56', 36.943, 138.3, 12.4, 5.7, 'ms', 'usp000hw1n', 'eastern Honshu, Japan', 'earthquake\r'), +(19451, '2011-03-11 19:46:51', 40.483, 139.055, 10, 6.2, 'mwc', 'usp000hw1y', 'near the west coast of Honshu, Japan', 'earthquake\r'), +(19452, '2011-03-11 20:11:24', 39.005, 142.633, 17.4, 6.1, 'mwc', 'usp000hw29', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19453, '2011-03-11 20:23:41', 35.814, 141.605, 8.1, 5.7, 'ms', 'usp000hw2f', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19454, '2011-03-11 20:36:10', 37.829, 142.828, 25.8, 5.5, 'mb', 'usp000hw2n', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19455, '2011-03-11 22:51:20', 37.834, 144.827, 39.3, 5.7, 'mb', 'usp000hw4x', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19456, '2011-03-12 00:45:09', 36.112, 141.768, 20, 5.5, 'mb', 'usp000hw6s', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19457, '2011-03-12 01:19:07', -16.724, -173.205, 14, 5.8, 'mwb', 'usp000hw79', 'Tonga', 'earthquake\r'), +(19458, '2011-03-12 01:34:10', 38.751, 142.831, 22.3, 5.8, 'mwc', 'usp000hw7h', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19459, '2011-03-12 01:46:21', 37.328, 141.754, 32.2, 5.5, 'mb', 'usp000hw7q', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19460, '2011-03-12 01:47:15', 37.594, 142.648, 20, 6.5, 'mww', 'usp000hw7r', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19461, '2011-03-12 02:47:34', 37.6, 143.61, 14.6, 5.9, 'mwc', 'usp000hw8g', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19462, '2011-03-12 03:01:47', 39.549, 142.598, 19.9, 5.8, 'mb', 'usp000hw8q', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19463, '2011-03-12 03:11:58', 35.952, 141.344, 16.7, 5.9, 'mwc', 'usp000hw8u', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19464, '2011-03-12 04:04:50', -3.016, 139.1, 59.4, 5.5, 'mb', 'usp000hw9h', 'Papua, Indonesia', 'earthquake\r'), +(19465, '2011-03-12 04:52:57', 40.082, 143.202, 25.5, 5.7, 'mwc', 'usp000hwa0', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19466, '2011-03-12 06:18:45', 39.171, 142.33, 53.7, 5.5, 'mwc', 'usp000hwb0', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19467, '2011-03-12 09:51:35', -3.84, 151.453, 10, 5.6, 'mwc', 'usp000hwds', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(19468, '2011-03-12 10:53:31', 39.049, 142.279, 27, 5.7, 'mwb', 'usp000hwec', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19469, '2011-03-12 12:53:52', 37.734, 143.506, 34.1, 5.9, 'mwc', 'usp000hwfp', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19470, '2011-03-12 13:15:42', 37.249, 141.159, 38, 6.1, 'mww', 'usp000hwfv', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19471, '2011-03-12 13:26:00', 25.209, -109.82, 12.6, 5.6, 'mwc', 'usp000hwfy', 'Gulf of California', 'earthquake\r'), +(19472, '2011-03-12 14:03:31', 38.791, 142.549, 35, 5.6, 'mwc', 'usp000hwgb', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19473, '2011-03-12 14:43:11', 39.465, 142.405, 35, 5.8, 'mwc', 'usp000hwgq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19474, '2011-03-12 17:19:24', 36.517, 142.482, 10, 5.8, 'mwb', 'usp000hwj3', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19475, '2011-03-12 22:12:46', 37.681, 141.889, 16, 5.8, 'mww', 'usp000hwmq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19476, '2011-03-12 23:24:49', 38.047, 141.72, 15, 6.1, 'mwb', 'usp000hwnq', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19477, '2011-03-13 01:26:04', 35.723, 141.637, 8, 6.1, 'mww', 'usp000hwq6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19478, '2011-03-13 02:23:35', 36.344, 142.344, 10.1, 5.8, 'mwc', 'usp000hwqp', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19479, '2011-03-13 07:56:43', 39.642, 143.181, 13, 5.7, 'mwb', 'usp000hwtg', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19480, '2011-03-13 09:52:31', 38.849, 141.858, 33, 5.6, 'mwb', 'usp000hwup', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19481, '2011-03-13 11:37:30', 37.348, 142.394, 17, 5.7, 'mww', 'usp000hwv9', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19482, '2011-03-13 17:55:22', 35.152, 141.1, 9.6, 5.6, 'mwb', 'usp000hwyc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19483, '2011-03-14 01:02:39', 36.408, 140.894, 11, 5.5, 'mwb', 'usp000hx1e', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19484, '2011-03-14 06:12:36', 37.785, 142.456, 14, 6, 'mww', 'usp000hx38', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19485, '2011-03-14 17:59:41', 37.206, 142.245, 20.3, 5.6, 'mwb', 'usp000hx7a', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19486, '2011-03-15 09:49:53', 37.367, 142.301, 8, 5.8, 'mww', 'usp000hxbc', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19487, '2011-03-15 11:46:21', 40.419, 142.959, 35.3, 5.5, 'mwc', 'usp000hxbx', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19488, '2011-03-15 13:27:57', 37.576, 142.237, 28, 6, 'mww', 'usp000hxc6', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19489, '2011-03-15 13:31:46', 35.272, 138.582, 9, 6, 'mww', 'usp000hxc7', 'eastern Honshu, Japan', 'earthquake\r'), +(19490, '2011-03-15 15:23:54', 40.335, 143.288, 18, 6.1, 'mwc', 'usp000hxcu', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19491, '2011-03-15 20:30:00', 35.209, 140.994, 19.4, 5.7, 'mww', 'usp000hxdx', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19492, '2011-03-16 03:52:03', 35.747, 140.71, 10, 5.7, 'mww', 'usp000hxf1', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19493, '2011-03-16 06:29:03', 39.887, 142.019, 36, 5.7, 'mww', 'usp000hxfe', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19494, '2011-03-16 22:36:16', -32.564, -71.726, 32.7, 5.5, 'mwc', 'usp000hxk6', 'offshore Valparaiso, Chile', 'earthquake\r'), +(19495, '2011-03-17 02:48:00', -17.275, 167.826, 17, 6.2, 'mww', 'usp000hxm2', 'Vanuatu', 'earthquake\r'), +(19496, '2011-03-17 04:13:57', 40.136, 142.168, 29, 6.2, 'mww', 'usp000hxmc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19497, '2011-03-17 06:12:42', 37.709, 143.443, 16.5, 5.6, 'mwc', 'usp000hxmm', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19498, '2011-03-17 08:03:01', -17.266, 167.899, 10, 5.8, 'mww', 'usp000hxn0', 'Vanuatu', 'earthquake\r'), +(19499, '2011-03-17 12:32:05', 35.496, 140.763, 35.8, 5.5, 'mwb', 'usp000hxnv', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19500, '2011-03-17 12:54:53', 36.757, 141.202, 29, 5.8, 'mww', 'usp000hxny', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19501, '2011-03-17 18:55:37', 37.125, 142.335, 26, 5.5, 'mwb', 'usp000hxqa', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19502, '2011-03-18 03:23:54', 37.759, 143.488, 6.4, 5.5, 'mwc', 'usp000hxs4', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19503, '2011-03-18 23:33:01', 39.161, 142.23, 41.6, 5.5, 'mwb', 'usp000hxv2', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19504, '2011-03-19 01:22:45', 39.696, 142.904, 15, 5.9, 'mww', 'usp000hxvj', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19505, '2011-03-19 09:56:48', 36.796, 140.268, 6, 5.7, 'mww', 'usp000hxx5', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19506, '2011-03-20 05:55:31', 37.724, 141.363, 57.1, 5.6, 'mwc', 'usp000hy0r', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19507, '2011-03-20 08:26:10', 18.994, 121.246, 27, 6, 'mww', 'usp000hy18', 'Luzon, Philippines', 'earthquake\r'), +(19508, '2011-03-20 12:03:47', 39.35, 141.824, 42, 5.8, 'mww', 'usp000hy1v', 'eastern Honshu, Japan', 'earthquake\r'), +(19509, '2011-03-20 15:20:28', -31.129, -179.823, 321, 5.7, 'mwc', 'usp000hy2c', 'Kermadec Islands region', 'earthquake\r'), +(19510, '2011-03-21 09:49:02', 36.491, 70.927, 190.2, 5.8, 'mww', 'usp000hy55', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(19511, '2011-03-21 10:36:50', 13.915, 120.566, 101.8, 5.5, 'mwb', 'usp000hy57', 'Mindoro, Philippines', 'earthquake\r'), +(19512, '2011-03-22 03:38:36', 35.205, 140.997, 20, 5.7, 'mww', 'usp000hy7j', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19513, '2011-03-22 07:18:45', 37.244, 144.003, 11, 6.4, 'mww', 'usp000hy7y', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19514, '2011-03-22 09:19:06', 37.325, 141.791, 31, 6.1, 'mww', 'usp000hy8c', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19515, '2011-03-22 09:44:29', 39.851, 143.437, 13, 6.4, 'mww', 'usp000hy8e', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19516, '2011-03-22 11:21:39', 39.733, 143.113, 30.9, 5.6, 'mwc', 'usp000hy8u', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19517, '2011-03-22 12:01:22', 36.866, 143.188, 10, 5.6, 'mwc', 'usp000hy8w', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19518, '2011-03-22 12:04:09', 36.289, 141.404, 45, 5.7, 'mwc', 'usp000hy8x', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19519, '2011-03-22 13:31:28', -33.096, -15.977, 5, 5.8, 'mww', 'usp000hy9a', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(19520, '2011-03-22 13:50:52', 35.795, 141.549, 20, 5.9, 'mww', 'usp000hy9e', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19521, '2011-03-22 15:03:47', 35.787, 141.567, 19, 5.6, 'mwc', 'usp000hy9m', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19522, '2011-03-22 22:12:32', 37.065, 140.638, 18, 5.5, 'mwb', 'usp000hyb1', 'eastern Honshu, Japan', 'earthquake\r'), +(19523, '2011-03-22 22:13:57', 37.014, 140.679, 40.7, 5.5, 'mb', 'usp000hyb2', 'eastern Honshu, Japan', 'earthquake\r'), +(19524, '2011-03-22 22:35:01', 37.111, 140.58, 37.5, 5.5, 'mb', 'usp000hyb4', 'eastern Honshu, Japan', 'earthquake\r'), +(19525, '2011-03-24 08:21:00', 39.079, 142.084, 27, 5.8, 'mww', 'usp000hyfh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19526, '2011-03-24 13:55:12', 20.687, 99.822, 8, 6.9, 'mww', 'usp000hyfx', 'Myanmar', 'earthquake\r'), +(19527, '2011-03-24 15:54:35', 20.65, 99.77, 10, 5.7, 'mwc', 'usp000hyg5', 'Myanmar', 'earthquake\r'), +(19528, '2011-03-25 11:36:24', 38.772, 141.88, 39, 6.2, 'mww', 'usp000hyjm', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19529, '2011-03-26 22:49:41', -15.848, -179.405, 6, 6, 'mww', 'usp000hypf', 'Fiji region', 'earthquake\r'), +(19530, '2011-03-27 06:20:56', 14.374, -92.347, 35, 5.6, 'mww', 'usp000hyqk', 'offshore Chiapas, Mexico', 'earthquake\r'), +(19531, '2011-03-27 22:23:59', 38.415, 142.011, 19, 6.2, 'mww', 'usp000hyrs', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19532, '2011-03-29 10:54:33', 37.401, 142.29, 15, 6.1, 'mww', 'usp000hyv2', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19533, '2011-03-29 16:35:49', 39.591, 143.455, 25.3, 5.5, 'mwb', 'usp000hyvs', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19534, '2011-03-30 05:29:53', 36.143, 142.464, 11, 5.7, 'mww', 'usp000hyx0', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19535, '2011-03-31 00:11:58', -16.541, -177.517, 15.5, 6.3, 'mww', 'usp000hyyr', 'Fiji region', 'earthquake\r'), +(19536, '2011-03-31 07:15:30', 38.922, 141.821, 42, 6, 'mww', 'usp000hyzj', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19537, '2011-04-01 11:57:54', 39.323, 141.95, 41, 5.9, 'mww', 'usp000hz2b', 'eastern Honshu, Japan', 'earthquake\r'), +(19538, '2011-04-01 13:29:11', 35.662, 26.56, 59.9, 6, 'mww', 'usp000hz2h', 'Crete, Greece', 'earthquake\r'), +(19539, '2011-04-01 17:03:46', 40.282, 143.209, 20.5, 5.5, 'mwb', 'usp000hz30', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19540, '2011-04-02 06:05:01', -5.574, 153.964, 55, 5.5, 'mwb', 'usp000hz47', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(19541, '2011-04-02 10:59:40', -19.543, -69.014, 110, 5.9, 'mww', 'usp000hz4k', 'Tarapaca, Chile', 'earthquake\r'), +(19542, '2011-04-03 14:07:09', -17.642, -178.585, 551.7, 6.4, 'mww', 'usp000hz6z', 'Fiji region', 'earthquake\r'), +(19543, '2011-04-03 20:06:40', -9.848, 107.693, 14, 6.7, 'mww', 'usp000hz7h', 'south of Java, Indonesia', 'earthquake\r'), +(19544, '2011-04-05 04:10:07', -17.662, -178.595, 552.4, 5.8, 'mwb', 'usp000hza0', 'Fiji region', 'earthquake\r'), +(19545, '2011-04-05 11:14:15', 3.029, 126.94, 20, 5.9, 'mww', 'usp000hzb1', 'Kepulauan Talaud, Indonesia', 'earthquake\r'), +(19546, '2011-04-06 14:01:43', 1.612, 97.086, 20, 6, 'mww', 'usp000hzd7', 'Nias region, Indonesia', 'earthquake\r'), +(19547, '2011-04-07 13:11:22', 17.208, -94.338, 166.2, 6.6, 'mww', 'usp000hzf3', 'Veracruz, Mexico', 'earthquake\r'), +(19548, '2011-04-07 14:32:43', 38.276, 141.588, 42, 7.1, 'mww', 'usp000hzf6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19549, '2011-04-07 20:41:51', 17.107, -85.078, 7, 5.8, 'mww', 'usp000hzfv', 'north of Honduras', 'earthquake\r'), +(19550, '2011-04-09 12:57:48', 29.999, 131.78, 11, 5.9, 'mww', 'usp000hzky', 'southeast of the Ryukyu Islands, Japan', 'earthquake\r'), +(19551, '2011-04-11 08:16:13', 37.001, 140.401, 11, 6.6, 'mww', 'usp000hzq8', 'eastern Honshu, Japan', 'earthquake\r'), +(19552, '2011-04-11 08:16:51', 37.791, 140.812, 10, 5.8, 'mb', 'usp000hzq9', 'eastern Honshu, Japan', 'earthquake\r'), +(19553, '2011-04-11 11:42:35', 36.98, 140.356, 10, 5.5, 'mwr', 'usp000hzrb', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19554, '2011-04-11 22:26:20', 36.809, 138.284, 17.1, 5.5, 'mwc', 'usp000hzsf', 'eastern Honshu, Japan', 'earthquake\r'), +(19555, '2011-04-11 23:08:17', 35.417, 140.575, 15, 6.2, 'mww', 'usp000hzsk', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19556, '2011-04-12 05:07:42', 37.107, 140.368, 11, 5.9, 'mww', 'usp000hzt4', 'eastern Honshu, Japan', 'earthquake\r'), +(19557, '2011-04-12 19:37:48', 39.368, 141.895, 45, 5.6, 'mww', 'usp000hztx', 'eastern Honshu, Japan', 'earthquake\r'), +(19558, '2011-04-13 19:57:25', 39.583, 143.34, 22, 6, 'mww', 'usp000hzw1', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19559, '2011-04-13 20:32:21', 39.619, 143.191, 18.5, 5.5, 'mwc', 'usp000hzw7', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19560, '2011-04-14 05:45:17', -33.049, -178.526, 18.6, 5.5, 'mwb', 'usp000hzxg', 'south of the Kermadec Islands', 'earthquake\r'), +(19561, '2011-04-14 06:08:47', 35.56, 141.881, 10, 5.7, 'mww', 'usp000hzxk', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19562, '2011-04-14 20:50:15', 11.237, -86.337, 22, 5.7, 'mww', 'usp000hzym', 'near the coast of Nicaragua', 'earthquake\r'), +(19563, '2011-04-15 02:06:28', -15.281, -173.238, 17, 5.8, 'mww', 'usp000hzze', 'Tonga', 'earthquake\r'), +(19564, '2011-04-15 21:46:23', -18.691, -175.363, 216.3, 5.7, 'mww', 'usp000j01j', 'Tonga', 'earthquake\r'), +(19565, '2011-04-16 01:11:10', 25.435, 123.897, 131, 5.7, 'mww', 'usp000j01w', 'northeast of Taiwan', 'earthquake\r'), +(19566, '2011-04-16 02:19:31', 36.378, 139.653, 77, 5.8, 'mww', 'usp000j020', 'eastern Honshu, Japan', 'earthquake\r'), +(19567, '2011-04-16 20:36:46', 36.878, 143.917, 15.1, 5.5, 'mwb', 'usp000j034', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19568, '2011-04-17 01:58:49', -27.596, -63.201, 556.7, 5.7, 'mww', 'usp000j03s', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(19569, '2011-04-18 13:03:03', -34.336, 179.874, 86, 6.6, 'mww', 'usp000j06q', 'south of the Kermadec Islands', 'earthquake\r'), +(19570, '2011-04-21 00:39:03', 40.341, 143.549, 10, 5.7, 'mww', 'usp000j0b7', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19571, '2011-04-21 01:54:42', 40.306, 143.628, 11, 5.8, 'mww', 'usp000j0b9', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19572, '2011-04-21 13:37:03', 35.579, 140.305, 43, 6.2, 'mww', 'usp000j0c3', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19573, '2011-04-21 16:11:18', 37.553, 141.219, 55.6, 5.6, 'mww', 'usp000j0cf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19574, '2011-04-22 05:12:48', -37.905, -73.903, 19.2, 5.6, 'mwb', 'usp000j0d8', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19575, '2011-04-22 17:14:51', -22.805, -174.592, 22.3, 5.5, 'mwc', 'usp000j0dz', 'Tonga region', 'earthquake\r'), +(19576, '2011-04-23 04:16:55', -10.375, 161.2, 79, 6.8, 'mww', 'usp000j0eh', 'Solomon Islands', 'earthquake\r'), +(19577, '2011-04-23 10:12:47', 39.097, 142.87, 31, 5.9, 'mww', 'usp000j0ew', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19578, '2011-08-25 14:23:45', -18.275, 167.615, 35, 5.5, 'mwc', 'usp000j70v', 'Vanuatu', 'earthquake\r'), +(19579, '2011-04-24 21:09:33', -35.704, -16.994, 10, 5.6, 'mww', 'usp000j0h6', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(19580, '2011-04-24 22:44:16', -35.42, -16.958, 10, 5.6, 'mww', 'usp000j0ha', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(19581, '2011-04-24 23:07:51', -4.586, 122.771, 8, 6.1, 'mww', 'usp000j0hc', 'Sulawesi, Indonesia', 'earthquake\r'), +(19582, '2011-04-26 06:39:37', -8.081, 108.477, 95.4, 5.6, 'mww', 'usp000j0m1', 'Java, Indonesia', 'earthquake\r'), +(19583, '2011-04-26 10:43:08', -13.384, -111.298, 10, 5.5, 'mwc', 'usp000j0me', 'central East Pacific Rise', 'earthquake\r'), +(19584, '2011-04-26 11:07:27', 16.851, -99.471, 11, 5.5, 'mwb', 'usp000j0mf', 'Guerrero, Mexico', 'earthquake\r'), +(19585, '2011-04-28 07:42:35', -9.973, 160.492, 11, 5.7, 'mww', 'usp000j0q8', 'Solomon Islands', 'earthquake\r'), +(19586, '2011-04-28 09:27:47', 37.455, 141.653, 38, 5.5, 'mww', 'usp000j0qd', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19587, '2011-04-28 13:07:44', 10.129, -103.614, 10, 5.8, 'mww', 'usp000j0qk', 'northern East Pacific Rise', 'earthquake\r'), +(19588, '2011-04-30 05:45:35', -3.262, 148.625, 8, 5.7, 'mww', 'usp000j0t2', 'Bismarck Sea', 'earthquake\r'), +(19589, '2011-04-30 08:19:17', 6.854, -82.33, 12, 6.1, 'mww', 'usp000j0tf', 'south of Panama', 'earthquake\r'), +(19590, '2011-05-01 16:12:41', -6.947, 155.86, 46, 5.8, 'mww', 'usp000j0vd', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(19591, '2011-05-02 13:20:57', -15.483, -174.343, 10, 5.5, 'mwc', 'usp000j0ws', 'Tonga', 'earthquake\r'), +(19592, '2011-05-04 16:13:29', -20.396, -178.548, 583.6, 5.5, 'mww', 'usp000j0zx', 'Fiji region', 'earthquake\r'), +(19593, '2011-05-04 17:38:38', -4.893, 101.848, 26, 5.6, 'mww', 'usp000j104', 'southern Sumatra, Indonesia', 'earthquake\r'), +(19594, '2011-05-05 13:24:08', 16.784, -98.618, 24, 5.7, 'mww', 'usp000j11a', 'Guerrero, Mexico', 'earthquake\r'), +(19595, '2011-05-05 14:13:02', 55.094, -160.538, 39, 5.7, 'mww', 'usp000j11b', 'Alaska Peninsula', 'earthquake\r'), +(19596, '2011-05-05 14:58:19', 38.17, 144.032, 11, 6, 'mww', 'usp000j11c', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19597, '2011-05-05 16:15:25', -25.192, -177.552, 184.7, 5.6, 'mwc', 'usp000j11r', 'south of the Fiji Islands', 'earthquake\r'), +(19598, '2011-05-05 16:57:37', 55.019, -160.688, 36, 5.8, 'mww', 'usp000j11v', 'Alaska Peninsula', 'earthquake\r'), +(19599, '2011-05-05 23:21:22', 26.124, 128.398, 10, 5.5, 'mww', 'usp000j12q', 'Ryukyu Islands, Japan', 'earthquake\r'), +(19600, '2011-05-06 06:46:23', -0.065, 122.948, 82, 5.5, 'mww', 'usp000j13b', 'Sulawesi, Indonesia', 'earthquake\r'), +(19601, '2011-05-07 20:52:21', 40.239, 142.243, 35, 5.7, 'mwb', 'usp000j167', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19602, '2011-05-09 18:54:44', -56.65, 147.411, 9, 5.9, 'mww', 'usp000j190', 'west of Macquarie Island', 'earthquake\r'), +(19603, '2011-05-09 19:13:26', 5.343, 126.415, 28.8, 5.7, 'mwc', 'usp000j192', 'Mindanao, Philippines', 'earthquake\r'), +(19604, '2011-05-09 20:15:54', 37.739, 143.536, 11, 5.6, 'mwc', 'usp000j194', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19605, '2011-05-10 08:55:09', -20.244, 168.226, 11, 6.8, 'mww', 'usp000j1a8', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(19606, '2011-05-10 10:24:17', -20.272, 168.397, 10, 5.9, 'mwc', 'usp000j1av', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(19607, '2011-05-10 10:44:07', -20.311, 168.451, 10, 5.5, 'mb', 'usp000j1b2', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(19608, '2011-05-10 15:05:22', -4.742, -105.594, 10, 5.5, 'mwc', 'usp000j1by', 'central East Pacific Rise', 'earthquake\r'), +(19609, '2011-05-10 15:26:05', 43.292, 130.938, 544.6, 5.7, 'mwc', 'usp000j1c2', 'Jilin-Heilongjiang border region, China', 'earthquake\r'), +(19610, '2011-05-10 16:45:45', -4.702, -105.515, 10, 5.5, 'mwc', 'usp000j1c6', 'central East Pacific Rise', 'earthquake\r'), +(19611, '2011-05-11 08:19:33', -20.298, 168.349, 10, 5.6, 'mww', 'usp000j1dq', 'Loyalty Islands, New Caledonia', 'earthquake\r'), +(19612, '2011-05-13 01:04:37', 12.434, 143.987, 5.8, 5.5, 'mww', 'usp000j1gr', 'Guam region', 'earthquake\r'), +(19613, '2011-05-13 03:36:50', -59.438, -151.353, 10, 5.7, 'mwc', 'usp000j1h0', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19614, '2011-05-13 22:47:54', 9.954, -84.313, 72.8, 5.9, 'mww', 'usp000j1jg', 'Costa Rica', 'earthquake\r'), +(19615, '2011-05-13 23:35:53', 37.396, 141.341, 35, 6.1, 'mww', 'usp000j1jk', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19616, '2011-05-14 21:07:22', 36.409, 70.748, 207.3, 5.9, 'mww', 'usp000j1kw', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(19617, '2011-05-15 13:08:13', 0.569, -25.647, 10, 6.1, 'mww', 'usp000j1n3', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(19618, '2011-05-15 18:37:10', -6.104, 154.414, 40, 6.4, 'mww', 'usp000j1nf', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(19619, '2011-05-15 23:25:06', -6.861, 155.061, 35, 5.5, 'mww', 'usp000j1nr', 'Bougainville region, Papua New Guinea', 'earthquake\r'), +(19620, '2011-05-17 00:14:58', -9.203, 112.585, 28, 5.7, 'mww', 'usp000j1q5', 'south of Java, Indonesia', 'earthquake\r'), +(19621, '2011-05-17 10:35:27', -15.645, -175.221, 10, 5.7, 'mww', 'usp000j1qt', 'Tonga', 'earthquake\r'), +(19622, '2011-05-18 17:42:36', 55.521, 163.846, 14.2, 5.5, 'mww', 'usp000j1sz', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(19623, '2011-05-18 18:51:27', -6.628, 147.893, 52.9, 5.5, 'mwc', 'usp000j1t2', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(19624, '2011-05-19 20:15:23', 39.149, 29.103, 7, 5.8, 'mww', 'usp000j1up', 'western Turkey', 'earthquake\r'), +(19625, '2011-05-20 00:46:17', 35.761, 140.843, 29, 5.8, 'mww', 'usp000j1v8', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19626, '2011-05-20 19:43:16', -7.192, 146.909, 7, 5.7, 'mww', 'usp000j1wj', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(19627, '2011-05-21 00:16:26', -56.074, -27.11, 48, 5.9, 'mww', 'usp000j1x2', 'South Sandwich Islands region', 'earthquake\r'), +(19628, '2011-05-21 21:17:02', -30.822, -178.17, 34, 5.9, 'mww', 'usp000j1z7', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(19629, '2011-05-21 22:06:26', 35.597, 140.492, 37, 5.6, 'mww', 'usp000j1zc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19630, '2011-05-22 14:46:12', 37.601, 143.488, 28.6, 5.6, 'mwb', 'usp000j21q', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19631, '2011-05-22 16:42:24', 13.595, 120.754, 148.6, 5.7, 'mww', 'usp000j220', 'Mindoro, Philippines', 'earthquake\r'), +(19632, '2011-05-24 03:40:51', 39.709, 143.247, 16, 5.8, 'mww', 'usp000j24b', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19633, '2011-05-24 17:43:24', 52.596, -173.256, 137.6, 5.5, 'mww', 'usp000j256', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19634, '2011-05-28 17:07:41', -5.704, 103.493, 32, 5.7, 'mww', 'usp000j2c3', 'southern Sumatra, Indonesia', 'earthquake\r'), +(19635, '2011-05-28 18:35:53', -27.466, -178.531, 307.4, 5.5, 'mwc', 'usp000j2c6', 'Kermadec Islands region', 'earthquake\r'), +(19636, '2011-05-28 18:37:34', -27.261, -178.523, 306.6, 5.5, 'mwc', 'usp000j2c7', 'Kermadec Islands region', 'earthquake\r'), +(19637, '2011-05-29 18:24:01', -7.715, 101.757, 13, 5.9, 'mww', 'usp000j2dy', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(19638, '2011-06-01 12:55:22', -37.578, -73.691, 21, 6.3, 'mww', 'usp000j2hv', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19639, '2011-06-03 00:05:01', 37.285, 143.907, 14, 6.1, 'mww', 'usp000j2kz', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19640, '2011-06-03 07:27:12', 9.635, 92.459, 45, 5.5, 'mww', 'usp000j2mw', 'Nicobar Islands, India region', 'earthquake\r'), +(19641, '2011-06-03 16:00:15', 37.067, 140.912, 17, 5.5, 'mww', 'usp000j2nd', 'eastern Honshu, Japan', 'earthquake\r'), +(19642, '2011-06-05 11:51:12', -55.843, 146.62, 3, 6.4, 'mww', 'usp000j2rm', 'west of Macquarie Island', 'earthquake\r'), +(19643, '2011-06-05 16:35:04', -15.115, -177.886, 12.6, 5.9, 'mww', 'usp000j2ru', 'Fiji region', 'earthquake\r'), +(19644, '2011-06-07 05:18:32', -44.176, -16.039, 10, 5.6, 'mwc', 'usp000j2tq', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(19645, '2011-06-08 03:06:23', -17.083, -69.518, 145.7, 5.9, 'mww', 'usp000j2v6', 'Peru-Bolivia border region', 'earthquake\r'), +(19646, '2011-06-08 15:40:15', -4.571, 149.936, 511.4, 5.5, 'mwc', 'usp000j2vr', 'Bismarck Sea', 'earthquake\r'), +(19647, '2011-06-09 20:16:28', -30.42, -178.055, 30.7, 5.6, 'mww', 'usp000j2xb', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(19648, '2011-06-12 20:32:40', 13.414, 41.735, 10, 5.6, 'mww', 'usp000j32u', 'Eritrea - Ethiopia region', 'earthquake\r'), +(19649, '2011-06-13 02:20:49', -43.564, 172.743, 6.1, 5.9, 'mww', 'usp000j33b', 'South Island of New Zealand', 'earthquake\r'), +(19650, '2011-06-13 14:31:23', 2.515, 126.457, 61.1, 6.3, 'mww', 'usp000j348', 'Molucca Sea', 'earthquake\r'), +(19651, '2011-06-14 00:08:32', 1.831, 99.225, 17, 5.5, 'mww', 'usp000j34t', 'northern Sumatra, Indonesia', 'earthquake\r'), +(19652, '2011-06-14 03:01:30', 1.844, 99.109, 22, 5.6, 'mww', 'usp000j34v', 'northern Sumatra, Indonesia', 'earthquake\r'), +(19653, '2011-06-14 13:06:52', 37.727, 143.512, 14, 5.7, 'mww', 'usp000j35c', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19654, '2011-06-15 01:05:31', 27.784, 57.766, 34, 5.5, 'mwc', 'usp000j366', 'southern Iran', 'earthquake\r'), +(19655, '2011-06-16 00:03:36', -5.928, 151.04, 16, 6.4, 'mww', 'usp000j37m', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19656, '2011-06-17 09:16:13', 13.303, 41.732, 10, 5.6, 'mwb', 'usp000j3ap', 'Eritrea - Ethiopia region', 'earthquake\r'), +(19657, '2011-06-18 11:31:06', 37.664, 141.664, 20, 5.7, 'mww', 'usp000j3ce', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19658, '2011-06-18 17:30:20', 14.021, -91.64, 32, 5.5, 'mww', 'usp000j3cw', 'offshore Guatemala', 'earthquake\r'), +(19659, '2011-06-19 00:20:04', -5.963, -80.976, 10, 5.5, 'mwb', 'usp000j3dg', 'near the coast of northern Peru', 'earthquake\r'), +(19660, '2011-06-19 11:05:30', -54.889, -129.493, 10, 5.5, 'mwc', 'usp000j3e5', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19661, '2011-06-20 16:36:01', -21.701, -68.228, 128, 6.4, 'mww', 'usp000j3fk', 'Antofagasta, Chile', 'earthquake\r'), +(19662, '2011-06-20 18:13:21', -13.287, 167.214, 207.1, 5.7, 'mwc', 'usp000j3fq', 'Vanuatu', 'earthquake\r'), +(19663, '2011-06-21 02:04:16', -11.479, 165.551, 14, 6, 'mww', 'usp000j3gd', 'Santa Cruz Islands', 'earthquake\r'), +(19664, '2011-06-22 14:28:59', 40.046, 142.777, 42.7, 5.7, 'mwc', 'usp000j3jt', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19665, '2011-06-22 21:50:52', 39.955, 142.205, 33, 6.7, 'mww', 'usp000j3k6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19666, '2011-06-24 03:09:39', 52.05, -171.836, 52, 7.3, 'mww', 'usp000j3mq', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19667, '2011-06-24 06:33:08', -10.925, 165.931, 72.1, 6.1, 'mwc', 'usp000j3n9', 'Santa Cruz Islands', 'earthquake\r'), +(19668, '2011-06-24 17:39:27', 42.049, 142.553, 58.1, 5.5, 'mwb', 'usp000j3pk', 'Hokkaido, Japan region', 'earthquake\r'), +(19669, '2011-06-25 21:16:55', -24.512, 179.37, 527.9, 5.6, 'mww', 'usp000j3rz', 'south of the Fiji Islands', 'earthquake\r'), +(19670, '2011-06-26 09:19:48', 18.863, 146.279, 99.4, 5.5, 'mwb', 'usp000j3sf', 'Pagan region, Northern Mariana Islands', 'earthquake\r'), +(19671, '2011-06-26 12:16:39', -2.384, 136.631, 17, 6.3, 'mww', 'usp000j3sp', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(19672, '2011-06-26 12:19:17', -2.412, 136.657, 18.8, 5.6, 'mb', 'usp000j3sq', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(19673, '2011-06-27 00:30:30', -17.112, -173.692, 35, 5.5, 'mwb', 'usp000j3tq', 'Tonga', 'earthquake\r'), +(19674, '2011-06-27 16:47:14', -8.926, 122.471, 119.7, 5.5, 'mww', 'usp000j3ug', 'Flores region, Indonesia', 'earthquake\r'), +(19675, '2011-06-27 23:27:34', 52.003, -171.762, 29, 5.8, 'mww', 'usp000j3uw', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19676, '2011-06-28 06:48:33', 52.087, -171.702, 30, 5.8, 'mww', 'usp000j3vq', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19677, '2011-06-29 05:36:46', -33.906, -72.341, 19.7, 5.5, 'mwc', 'usp000j3xp', 'offshore Libertador O\'\'Higgins, Chile', 'earthquake\r'), +(19678, '2011-06-30 04:30:54', -23.483, -175.913, 35, 5.6, 'mww', 'usp000j3zb', 'Tonga region', 'earthquake\r'), +(19679, '2011-06-30 09:09:18', -23.535, -175.849, 35, 5.7, 'mww', 'usp000j3zh', 'Tonga region', 'earthquake\r'), +(19680, '2011-06-30 09:47:09', -23.566, -175.884, 35, 5.5, 'mwc', 'usp000j3zk', 'Tonga region', 'earthquake\r'), +(19681, '2011-07-01 13:18:48', 13.091, 146.577, 22, 5.6, 'mww', 'usp000j410', 'Mariana Islands region', 'earthquake\r'), +(19682, '2011-07-01 16:25:49', -6.626, 147.85, 35, 5.6, 'mww', 'usp000j417', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(19683, '2011-07-03 06:34:37', 12.326, -87.62, 36, 5.7, 'mww', 'usp000j430', 'near the coast of Nicaragua', 'earthquake\r'), +(19684, '2011-07-05 03:36:25', -38.674, 175.75, 152.3, 5.5, 'mwc', 'usp000j460', 'North Island of New Zealand', 'earthquake\r'), +(19685, '2011-07-05 19:02:39', -14.811, -176.025, 24.8, 5.7, 'mwc', 'usp000j46y', 'Fiji region', 'earthquake\r'), +(19686, '2011-07-06 15:14:59', 36.372, 141.618, 10, 5.7, 'mww', 'usp000j48b', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19687, '2011-07-06 19:03:18', -29.539, -176.34, 17, 7.6, 'mww', 'usp000j48h', 'Kermadec Islands region', 'earthquake\r'), +(19688, '2011-07-06 20:35:39', -29.565, -176.249, 10, 5.6, 'mb', 'usp000j48u', 'Kermadec Islands region', 'earthquake\r'), +(19689, '2011-07-07 04:40:15', -29.889, -176.338, 12, 5.5, 'mwc', 'usp000j49z', 'Kermadec Islands region', 'earthquake\r'), +(19690, '2011-07-07 09:10:50', -28.978, -176.711, 10, 5.7, 'mwc', 'usp000j4a9', 'Kermadec Islands region', 'earthquake\r'), +(19691, '2011-07-07 09:30:00', -29.153, -176.942, 30.8, 5.8, 'mwc', 'usp000j4ac', 'Kermadec Islands region', 'earthquake\r'), +(19692, '2011-07-07 18:35:41', 37.125, 140.869, 35, 5.5, 'mww', 'usp000j4b1', 'eastern Honshu, Japan', 'earthquake\r'), +(19693, '2011-07-08 05:53:04', 0.961, -26.419, 10, 5.6, 'mwc', 'usp000j4ch', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(19694, '2011-07-09 05:51:39', -4.137, 129.396, 21, 5.5, 'mwb', 'usp000j4e6', 'Banda Sea', 'earthquake\r'), +(19695, '2011-07-09 06:53:47', -21.206, -174.538, 16, 5.9, 'mww', 'usp000j4e9', 'Tonga', 'earthquake\r'), +(19696, '2011-07-09 07:08:19', -21.16, -174.638, 10, 5.6, 'mwc', 'usp000j4ea', 'Tonga', 'earthquake\r'), +(19697, '2011-07-09 13:54:24', -29.39, -177.12, 19, 5.9, 'mww', 'usp000j4ew', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(19698, '2011-07-09 15:02:27', -29.337, -177.051, 14, 6, 'mww', 'usp000j4f4', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(19699, '2011-07-09 19:35:19', -29.436, -177.007, 15.2, 6, 'mww', 'usp000j4fs', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(19700, '2011-07-10 00:57:11', 38.034, 143.264, 23, 7, 'mww', 'usp000j4gp', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19701, '2011-07-10 18:47:16', -15.418, -176.083, 10, 5.7, 'mwc', 'usp000j4js', 'Fiji region', 'earthquake\r'), +(19702, '2011-07-11 07:15:44', -29.487, -176.579, 11, 5.9, 'mww', 'usp000j4m9', 'Kermadec Islands region', 'earthquake\r'), +(19703, '2011-07-11 08:53:58', -4.061, 121.694, 35, 5.5, 'mwc', 'usp000j4mf', 'Sulawesi, Indonesia', 'earthquake\r'), +(19704, '2011-07-11 10:48:33', -22.68, -174.746, 21.1, 5.6, 'mww', 'usp000j4mp', 'Tonga region', 'earthquake\r'), +(19705, '2011-07-11 15:51:24', -49.928, -114.076, 10, 5.7, 'mwc', 'usp000j4nm', 'southern East Pacific Rise', 'earthquake\r'), +(19706, '2011-07-11 20:47:04', 9.509, 122.175, 19, 6.4, 'mww', 'usp000j4p4', 'Negros, Philippines', 'earthquake\r'), +(19707, '2011-07-12 20:11:01', 10.648, -85.2, 10, 5.5, 'mwc', 'usp000j4s9', 'Costa Rica', 'earthquake\r'), +(19708, '2011-07-12 21:06:14', -6.055, 130.492, 131.4, 5.6, 'mww', 'usp000j4sj', 'Banda Sea', 'earthquake\r'), +(19709, '2011-07-14 08:52:32', -38.237, -93.772, 10, 5.5, 'mwc', 'usp000j4ve', 'West Chile Rise', 'earthquake\r'), +(19710, '2011-07-15 12:01:12', 36.128, 139.85, 88.7, 5.5, 'mwc', 'usp000j4yw', 'eastern Honshu, Japan', 'earthquake\r'), +(19711, '2011-07-15 13:26:03', -60.762, -23.523, 10, 6.1, 'mww', 'usp000j4yz', 'South Sandwich Islands region', 'earthquake\r'), +(19712, '2011-07-16 00:26:13', -33.819, -71.832, 20, 6, 'mww', 'usp000j4zz', 'offshore Valparaiso, Chile', 'earthquake\r'), +(19713, '2011-07-16 07:03:33', -22.434, -174.999, 6, 5.8, 'mww', 'usp000j50h', 'Tonga region', 'earthquake\r'), +(19714, '2011-07-16 17:06:39', -7.089, 127.585, 249, 5.9, 'mww', 'usp000j51b', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(19715, '2011-07-16 18:09:41', -18.867, 169.364, 246.4, 5.6, 'mwb', 'usp000j51d', 'Vanuatu', 'earthquake\r'), +(19716, '2011-07-16 19:59:13', 54.787, -161.29, 36, 6.1, 'mww', 'usp000j51f', 'Alaska Peninsula', 'earthquake\r'), +(19717, '2011-07-18 18:15:25', 52.801, 152.944, 494, 5.5, 'mwc', 'usp000j54a', 'northwest of the Kuril Islands', 'earthquake\r'), +(19718, '2011-07-18 22:38:39', 51.28, 178.944, 19, 5.8, 'mww', 'usp000j54n', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19719, '2011-07-19 07:15:56', -23.72, 179.03, 566.2, 5.5, 'mwc', 'usp000j554', 'south of the Fiji Islands', 'earthquake\r'), +(19720, '2011-07-19 19:35:43', 40.081, 71.41, 20, 6.1, 'mww', 'usp000j560', 'Kyrgyzstan', 'earthquake\r'), +(19721, '2011-07-20 22:04:59', -10.34, 162.01, 21, 6, 'mww', 'usp000j57s', 'Solomon Islands', 'earthquake\r'), +(19722, '2011-07-21 23:01:43', -62.496, 164.452, 10, 6, 'mww', 'usp000j59g', 'Balleny Islands region', 'earthquake\r'), +(19723, '2011-07-22 06:56:41', -20.325, -178.595, 612.1, 5.9, 'mww', 'usp000j5ab', 'Fiji region', 'earthquake\r'), +(19724, '2011-07-23 02:56:51', -29.335, -69.705, 103.4, 5.5, 'mwb', 'usp000j5bv', 'San Juan, Argentina', 'earthquake\r'), +(19725, '2011-07-23 04:34:24', 38.898, 141.815, 41, 6.3, 'mww', 'usp000j5by', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19726, '2011-07-23 06:28:35', 54.695, -161.148, 22.8, 5.7, 'mwc', 'usp000j5c4', 'Alaska Peninsula', 'earthquake\r'), +(19727, '2011-07-23 16:34:42', 13.107, 145.253, 14, 5.5, 'mwb', 'usp000j5cn', 'Guam region', 'earthquake\r'), +(19728, '2011-07-24 18:51:25', 37.73, 141.39, 40, 6.3, 'mww', 'usp000j5ed', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19729, '2011-07-25 00:50:48', -3.182, 150.611, 10, 6.3, 'mww', 'usp000j5eq', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(19730, '2011-07-25 11:54:54', 35.273, 140.933, 46, 5.6, 'mwc', 'usp000j5fr', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19731, '2011-07-25 17:15:41', 14.947, 120.043, 35, 5.9, 'mww', 'usp000j5g5', 'Luzon, Philippines', 'earthquake\r'), +(19732, '2011-07-26 06:17:37', 52.99, 159.794, 33, 5.6, 'mww', 'usp000j5h3', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(19733, '2011-07-26 14:26:23', -9.23, 67.113, 10, 5.8, 'mww', 'usp000j5hj', 'Mid-Indian Ridge', 'earthquake\r'), +(19734, '2011-07-26 17:44:20', 25.101, -109.525, 12, 6, 'mww', 'usp000j5hr', 'Gulf of California', 'earthquake\r'), +(19735, '2011-07-27 23:00:30', 10.799, -43.391, 6, 5.9, 'mww', 'usp000j5kb', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(19736, '2011-07-28 09:01:39', 40.344, 143.236, 30.9, 5.6, 'mww', 'usp000j5kv', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19737, '2011-07-28 19:50:20', -35.77, -73.116, 35, 5.7, 'mww', 'usp000j5mp', 'offshore Maule, Chile', 'earthquake\r'), +(19738, '2011-07-29 07:42:23', -23.801, 179.751, 532, 6.7, 'mww', 'usp000j5nv', 'south of the Fiji Islands', 'earthquake\r'), +(19739, '2011-07-30 17:48:52', 12.899, 143.234, 122.4, 5.5, 'mww', 'usp000j5rj', 'Guam region', 'earthquake\r'), +(19740, '2011-07-30 18:53:51', 36.942, 140.955, 38, 6.3, 'mww', 'usp000j5rk', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19741, '2011-07-31 14:34:47', -17.016, 171.579, 10, 6.1, 'mww', 'usp000j5sk', 'Vanuatu region', 'earthquake\r'), +(19742, '2011-07-31 17:35:58', 41.795, 142.826, 32.4, 5.5, 'mb', 'usp000j5sr', 'Hokkaido, Japan region', 'earthquake\r'), +(19743, '2011-07-31 23:38:57', -3.518, 144.828, 10, 6.6, 'mww', 'usp000j5t4', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(19744, '2011-08-01 13:44:47', 39.837, 142.083, 40, 5.7, 'mww', 'usp000j5u4', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19745, '2011-08-01 14:58:09', 34.631, 138.433, 13, 5.9, 'mww', 'usp000j5ua', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(19746, '2011-08-01 18:20:05', 51.792, -171.267, 41.2, 5.6, 'mwc', 'usp000j5uf', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19747, '2011-08-02 19:18:47', -23.983, 179.007, 528.9, 5.7, 'mww', 'usp000j5vm', 'south of the Fiji Islands', 'earthquake\r'), +(19748, '2011-08-03 22:39:23', -5.045, 148.161, 10, 5.7, 'mww', 'usp000j5xn', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19749, '2011-08-04 00:16:07', -2.837, 101.09, 35, 5.8, 'mww', 'usp000j5xu', 'southern Sumatra, Indonesia', 'earthquake\r'), +(19750, '2011-08-04 13:51:35', 48.833, 154.769, 36, 6.1, 'mww', 'usp000j5yv', 'Kuril Islands', 'earthquake\r'), +(19751, '2011-08-05 16:08:46', -29.989, -176.728, 10, 5.7, 'mwc', 'usp000j60t', 'Kermadec Islands region', 'earthquake\r'), +(19752, '2011-08-06 13:22:34', -35.884, -73.334, 31.9, 5.5, 'mwc', 'usp000j62j', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19753, '2011-08-07 06:22:34', -11.791, 168.308, 403.4, 5.6, 'mww', 'usp000j64a', 'Santa Cruz Islands region', 'earthquake\r'), +(19754, '2011-08-08 23:53:23', -11.11, 162.339, 23.2, 5.6, 'mwc', 'usp000j66n', 'Solomon Islands', 'earthquake\r'), +(19755, '2011-08-10 00:53:25', 27.723, 65.082, 37, 5.7, 'mww', 'usp000j68j', 'Pakistan', 'earthquake\r'), +(19756, '2011-08-10 23:45:43', -7.04, -12.618, 10, 6, 'mww', 'usp000j69g', 'Ascension Island region', 'earthquake\r'), +(19757, '2011-08-11 01:13:41', -24.799, 179.919, 496.8, 5.7, 'mwc', 'usp000j69k', 'south of the Fiji Islands', 'earthquake\r'), +(19758, '2011-08-11 10:06:29', 39.955, 77.028, 10, 5.6, 'mww', 'usp000j6a4', 'southern Xinjiang, China', 'earthquake\r'), +(19759, '2011-08-11 18:22:05', 37.034, 140.893, 44, 5.8, 'mww', 'usp000j6at', 'eastern Honshu, Japan', 'earthquake\r'), +(19760, '2011-08-12 03:15:09', -21.805, -177.021, 218.8, 5.5, 'mww', 'usp000j6bj', 'Fiji region', 'earthquake\r'), +(19761, '2011-08-13 07:14:48', -30.551, -177.932, 10, 5.5, 'mwc', 'usp000j6dd', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(19762, '2011-08-13 07:33:06', 14.394, -94.674, 6, 5.8, 'mww', 'usp000j6de', 'off the coast of Chiapas, Mexico', 'earthquake\r'), +(19763, '2011-08-14 01:29:39', -1.337, -14.653, 10, 5.6, 'mwb', 'usp000j6en', 'north of Ascension Island', 'earthquake\r'), +(19764, '2011-08-15 02:53:19', -1.814, -76.908, 177.2, 5.7, 'mww', 'usp000j6fy', 'Ecuador', 'earthquake\r'), +(19765, '2011-08-16 11:03:56', -2.323, 128.011, 26, 6.1, 'mww', 'usp000j6hz', 'Ceram Sea, Indonesia', 'earthquake\r'), +(19766, '2011-08-16 17:33:08', -5.557, 147.144, 186.4, 5.6, 'mwb', 'usp000j6jb', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(19767, '2011-08-16 20:24:04', -57.229, -25.452, 44.3, 5.7, 'mww', 'usp000j6jg', 'South Sandwich Islands region', 'earthquake\r'), +(19768, '2011-08-17 11:44:08', 36.765, 143.77, 9, 6.1, 'mww', 'usp000j6kt', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19769, '2011-08-19 03:54:27', -16.522, -177.004, 407.9, 6.2, 'mww', 'usp000j6nt', 'Fiji region', 'earthquake\r'), +(19770, '2011-08-19 05:36:33', 37.671, 141.652, 47, 6.2, 'mww', 'usp000j6nx', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19771, '2011-08-20 01:25:00', -22.504, -174.944, 10, 5.6, 'mwc', 'usp000j6py', 'Tonga region', 'earthquake\r'), +(19772, '2011-08-20 10:27:17', -15.878, -179.451, 10, 5.5, 'mwc', 'usp000j6qq', 'Fiji region', 'earthquake\r'), +(19773, '2011-08-20 16:55:03', -18.365, 168.143, 32, 7.2, 'mww', 'usp000j6r4', 'Vanuatu', 'earthquake\r'), +(19774, '2011-08-20 17:13:06', -18.308, 168.156, 35, 6.5, 'mwc', 'usp000j6rb', 'Vanuatu', 'earthquake\r'), +(19775, '2011-08-20 18:19:24', -18.311, 168.218, 28, 7.1, 'mww', 'usp000j6rj', 'Vanuatu', 'earthquake\r'), +(19776, '2011-08-21 00:23:40', -18.24, 167.867, 35, 5.6, 'mwb', 'usp000j6sg', 'Vanuatu', 'earthquake\r'), +(19777, '2011-08-21 02:09:16', -18.6, 168.165, 35.2, 5.5, 'mwc', 'usp000j6sp', 'Vanuatu', 'earthquake\r'), +(19778, '2011-08-21 12:38:54', -56.428, -27.494, 130.4, 5.6, 'mwc', 'usp000j6th', 'South Sandwich Islands region', 'earthquake\r'), +(19779, '2011-08-21 13:04:08', -5.57, 151.024, 40, 5.8, 'mww', 'usp000j6tk', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19780, '2011-08-22 06:04:54', -17.428, 167.268, 10, 5.7, 'mww', 'usp000j6uu', 'Vanuatu', 'earthquake\r'), +(19781, '2011-08-22 09:38:37', -29.026, -176.676, 10, 5.7, 'mwc', 'usp000j6v0', 'Kermadec Islands region', 'earthquake\r'), +(19782, '2011-08-22 11:23:35', 36.083, 141.688, 12, 5.9, 'mww', 'usp000j6v4', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19783, '2011-08-22 20:12:21', -6.282, 104.054, 29, 6.1, 'mww', 'usp000j6vx', 'Sunda Strait, Indonesia', 'earthquake\r'), +(19784, '2011-08-23 17:51:04', 37.9096667, -77.9363333, 6, 5.8, 'mw', 'se609212', '14km SSE of Louisa, Virginia', 'earthquake\r'), +(19785, '2011-08-24 17:46:12', -7.641, -74.525, 147, 7, 'mww', 'usp000j6z8', 'northern Peru', 'earthquake\r'), +(19786, '2011-08-27 20:31:53', -24.593, 179.924, 508.7, 5.7, 'mwc', 'usp000j74y', 'south of the Fiji Islands', 'earthquake\r'), +(19787, '2011-08-28 10:10:19', -24.535, -115.945, 10, 5.6, 'mwc', 'usp000j75u', 'southern East Pacific Rise', 'earthquake\r'), +(19788, '2011-08-29 18:57:39', -16.35, 167.941, 202.3, 5.6, 'mwc', 'usp000j77t', 'Vanuatu', 'earthquake\r'), +(19789, '2011-08-30 06:57:42', -6.362, 126.752, 469.8, 6.9, 'mww', 'usp000j78h', 'Banda Sea', 'earthquake\r'), +(19790, '2011-08-31 10:46:49', -5.907, 153.278, 35.9, 5.6, 'mww', 'usp000j7ag', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(19791, '2011-08-31 12:17:27', 43.589, -28.902, 10, 5.5, 'mww', 'usp000j7ak', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(19792, '2011-09-01 06:14:39', -12.36, 166.656, 41, 6, 'mww', 'usp000j7bw', 'Santa Cruz Islands', 'earthquake\r'), +(19793, '2011-09-02 10:55:54', 52.171, -171.708, 32, 6.9, 'mww', 'usp000j7dc', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19794, '2011-09-02 13:47:10', -28.398, -63.029, 578.9, 6.7, 'mww', 'usp000j7ee', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(19795, '2011-09-03 01:06:54', -12.781, 166.79, 85, 5.8, 'mww', 'usp000j7gb', 'Santa Cruz Islands', 'earthquake\r'), +(19796, '2011-09-03 04:48:57', -56.451, -26.847, 84, 6.4, 'mww', 'usp000j7gq', 'South Sandwich Islands region', 'earthquake\r'), +(19797, '2011-09-03 16:20:41', -38.435, -74.907, 12, 5.8, 'mww', 'usp000j7hr', 'off the coast of Araucania, Chile', 'earthquake\r'), +(19798, '2011-09-03 22:55:41', -20.671, 169.716, 185.1, 7, 'mww', 'usp000j7jb', 'Vanuatu', 'earthquake\r'), +(19799, '2011-09-04 21:44:18', -19.18, 168.705, 37, 5.8, 'mww', 'usp000j7m3', 'Vanuatu', 'earthquake\r'), +(19800, '2011-09-05 09:52:01', -15.295, -173.621, 37, 6.2, 'mww', 'usp000j7n5', 'Tonga', 'earthquake\r'), +(19801, '2011-09-05 11:21:37', 6.564, -82.358, 24.7, 5.8, 'mww', 'usp000j7n7', 'south of Panama', 'earthquake\r'), +(19802, '2011-09-05 17:55:11', 2.965, 97.893, 91, 6.7, 'mww', 'usp000j7nn', 'northern Sumatra, Indonesia', 'earthquake\r'), +(19803, '2011-09-07 07:55:33', -27.771, -178.461, 252.1, 5.5, 'mwc', 'usp000j7r6', 'Kermadec Islands region', 'earthquake\r'), +(19804, '2011-09-09 19:26:01', -49.586, 164.007, 10, 5.9, 'mww', 'usp000j7uq', 'Auckland Islands, New Zealand region', 'earthquake\r'), +(19805, '2011-09-09 19:41:34', 49.535, -126.893, 22, 6.4, 'mww', 'usp000j7ur', 'Vancouver Island, Canada region', 'earthquake\r'), +(19806, '2011-09-11 23:37:35', -18.188, 167.734, 29, 5.8, 'mww', 'usp000j7xs', 'Vanuatu', 'earthquake\r'), +(19807, '2011-09-12 22:44:28', -3.626, 144.178, 14, 5.9, 'mww', 'usp000j7zc', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(19808, '2011-09-13 04:49:35', 5.617, -77.471, 10, 5.7, 'mwb', 'usp000j7zs', 'near the west coast of Colombia', 'earthquake\r'), +(19809, '2011-09-14 07:03:51', -32.696, -71.797, 37, 5.8, 'mww', 'usp000j816', 'offshore Valparaiso, Chile', 'earthquake\r'), +(19810, '2011-09-14 13:36:34', -35.111, -178.991, 13, 5.7, 'mwc', 'usp000j81k', 'east of the North Island of New Zealand', 'earthquake\r'), +(19811, '2011-09-14 18:10:09', 53.107, 172.984, 15, 6, 'mww', 'usp000j81y', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19812, '2011-09-15 07:53:19', -35.366, -179.039, 10, 6.1, 'mww', 'usp000j82j', 'east of the North Island of New Zealand', 'earthquake\r'), +(19813, '2011-09-15 08:00:10', 36.256, 141.338, 28, 6.1, 'mww', 'usp000j82k', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19814, '2011-09-15 11:59:53', -14.956, -177.957, 378.4, 5.5, 'mww', 'usp000j82z', 'Fiji region', 'earthquake\r'), +(19815, '2011-09-15 19:31:04', -21.611, -179.528, 644.6, 7.3, 'mww', 'usp000j83e', 'Fiji region', 'earthquake\r'), +(19816, '2011-09-16 18:23:25', -20.679, 169.79, 106.4, 5.5, 'mww', 'usp000j84w', 'Vanuatu', 'earthquake\r'), +(19817, '2011-09-16 19:26:40', 40.273, 142.779, 30, 6.7, 'mwc', 'usp000j84y', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19818, '2011-09-16 20:11:16', 40.235, 143.24, 35, 5.7, 'mwc', 'usp000j853', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19819, '2011-09-16 21:08:05', 40.239, 143.008, 18, 5.9, 'mww', 'usp000j85a', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19820, '2011-09-16 21:36:39', 40.077, 143.15, 40.7, 5.8, 'mwc', 'usp000j85c', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19821, '2011-09-16 22:40:47', 40.242, 143.145, 37.7, 5.7, 'mwc', 'usp000j85n', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19822, '2011-09-17 07:34:28', 40.265, 142.657, 30, 5.7, 'mwc', 'usp000j86f', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19823, '2011-09-18 07:04:18', 39.845, 143.052, 10, 5.6, 'mww', 'usp000j885', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(19824, '2011-09-18 12:40:52', 27.73, 88.155, 50, 6.9, 'mww', 'usp000j88b', 'Sikkim, India', 'earthquake\r'), +(19825, '2011-09-19 08:14:15', 52.037, -171.982, 31, 5.6, 'mww', 'usp000j89k', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19826, '2011-09-19 18:33:56', 14.186, -90.238, 9, 5.6, 'mwr', 'usp000j89y', 'Guatemala', 'earthquake\r'), +(19827, '2011-09-20 02:40:23', -4.532, -105.207, 10, 5.7, 'mwc', 'usp000j8ac', 'central East Pacific Rise', 'earthquake\r'), +(19828, '2011-09-22 03:22:36', 39.785, 38.842, 5, 5.5, 'mwb', 'usp000j8cv', 'eastern Turkey', 'earthquake\r'), +(19829, '2011-09-22 23:07:04', -15.437, -175.311, 10, 6.4, 'mww', 'usp000j8e3', 'Tonga', 'earthquake\r'), +(19830, '2011-09-23 19:02:48', -9.051, -109.44, 10, 5.9, 'mww', 'usp000j8fp', 'central East Pacific Rise', 'earthquake\r'), +(19831, '2011-09-28 22:40:13', -37.952, -73.853, 10, 5.6, 'mwb', 'usp000j8pz', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19832, '2011-10-01 10:54:30', -48.978, 164.542, 10, 5.6, 'mwb', 'usp000j8ta', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(19833, '2011-10-04 01:37:29', 26.768, 140.429, 455.9, 5.6, 'mww', 'usp000j8wa', 'Bonin Islands, Japan region', 'earthquake\r'), +(19834, '2011-10-06 00:39:33', 57.89, -32.492, 10, 5.5, 'mww', 'usp000j8zd', 'Reykjanes Ridge', 'earthquake\r'), +(19835, '2011-10-06 07:37:01', 9.7, 138.245, 20, 5.8, 'mww', 'usp000j8zy', 'State of Yap, Federated States of Micronesia', 'earthquake\r'), +(19836, '2011-10-06 11:12:30', -24.178, -64.219, 15, 5.9, 'mww', 'usp000j907', 'Jujuy, Argentina', 'earthquake\r'), +(19837, '2011-10-07 06:30:20', -22.212, 171.222, 118.6, 5.6, 'mwc', 'usp000j91b', 'southeast of the Loyalty Islands', 'earthquake\r'), +(19838, '2011-10-07 08:58:29', -32.514, -179.038, 36, 6.1, 'mww', 'usp000j91e', 'south of the Kermadec Islands', 'earthquake\r'), +(19839, '2011-10-08 05:38:55', -4.694, 134.137, 10.1, 5.7, 'mww', 'usp000j92x', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(19840, '2011-10-08 08:53:12', -20.602, -173.222, 6, 5.9, 'mww', 'usp000j933', 'Tonga', 'earthquake\r'), +(19841, '2011-10-09 18:01:48', -50.076, -115.958, 10, 5.5, 'mwc', 'usp000j94w', 'southern East Pacific Rise', 'earthquake\r'), +(19842, '2011-10-10 02:45:58', 37.547, 141.257, 46, 5.6, 'mww', 'usp000j95h', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19843, '2011-10-10 05:18:11', -25.459, -116.219, 10, 5.5, 'mwc', 'usp000j95q', 'southern East Pacific Rise', 'earthquake\r'), +(19844, '2011-10-11 13:05:49', -2.247, 138.838, 27.2, 5.7, 'mww', 'usp000j97s', 'Papua, Indonesia', 'earthquake\r'), +(19845, '2011-10-13 03:16:30', -9.35, 114.587, 39, 6.1, 'mww', 'usp000j99g', 'south of Bali, Indonesia', 'earthquake\r'), +(19846, '2011-10-13 04:14:01', 43.462, -127.135, 20.6, 5.6, 'mwc', 'usp000j99k', 'off the coast of Oregon', 'earthquake\r'), +(19847, '2011-10-14 03:35:15', -6.57, 147.881, 37, 6.5, 'mww', 'usp000j9as', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(19848, '2011-10-14 06:10:15', 54.08, 123.722, 12, 6, 'mww', 'usp000j9aw', 'Amurskaya Oblast\'\', Russia', 'earthquake\r'), +(19849, '2011-10-15 22:24:49', -25.788, -177.455, 147.7, 5.5, 'mwc', 'usp000j9d0', 'south of the Fiji Islands', 'earthquake\r'), +(19850, '2011-10-18 05:05:06', -5.785, 151.037, 26, 6.1, 'mww', 'usp000j9ge', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19851, '2011-10-21 08:02:38', 43.892, 142.479, 187, 6.1, 'mww', 'usp000j9mz', 'Hokkaido, Japan region', 'earthquake\r'), +(19852, '2011-10-21 17:57:16', -28.993, -176.238, 33, 7.4, 'mww', 'usp000j9nm', 'Kermadec Islands region', 'earthquake\r'), +(19853, '2011-10-23 10:41:23', 38.721, 43.508, 18, 7.1, 'mww', 'usp000j9rr', 'eastern Turkey', 'earthquake\r'), +(19854, '2011-10-23 10:48:17', 38.751, 43.595, 9, 5.6, 'mb', 'usp000j9rs', 'eastern Turkey', 'earthquake\r'), +(19855, '2011-10-23 10:56:49', 38.814, 43.446, 5, 5.6, 'mb', 'usp000j9rv', 'eastern Turkey', 'earthquake\r'), +(19856, '2011-10-23 11:32:41', 38.809, 43.3, 5, 5.7, 'mb', 'usp000j9s2', 'eastern Turkey', 'earthquake\r'), +(19857, '2011-10-23 20:45:35', 38.634, 43.077, 5, 5.9, 'mww', 'usp000j9t8', 'eastern Turkey', 'earthquake\r'), +(19858, '2011-10-25 03:24:50', 52.159, -171.826, 38, 5.7, 'mww', 'usp000j9vk', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19859, '2011-10-25 14:55:08', 38.811, 43.623, 14, 5.6, 'mww', 'usp000j9w5', 'eastern Turkey', 'earthquake\r'), +(19860, '2011-10-27 00:15:25', -17.941, -179.531, 602.9, 6, 'mww', 'usp000j9yn', 'Fiji region', 'earthquake\r'), +(19861, '2011-10-28 18:54:34', -14.438, -75.966, 24, 6.9, 'mww', 'usp000ja1p', 'near the coast of central Peru', 'earthquake\r'), +(19862, '2011-10-28 19:01:02', -14.379, -75.998, 22.3, 5.6, 'mb', 'usp000ja1q', 'near the coast of central Peru', 'earthquake\r'), +(19863, '2011-10-28 23:46:02', -14.512, -75.844, 10, 5.6, 'mwc', 'usp000ja21', 'near the coast of central Peru', 'earthquake\r'), +(19864, '2011-10-30 03:23:46', 25.372, 122.866, 224.2, 5.7, 'mwb', 'usp000ja40', 'Taiwan region', 'earthquake\r'), +(19865, '2011-10-30 11:52:27', -3.249, 101.345, 36, 5.6, 'mwb', 'usp000ja4q', 'southern Sumatra, Indonesia', 'earthquake\r'), +(19866, '2011-10-30 18:53:43', -25.741, -70.959, 47.1, 5.7, 'mwb', 'usp000ja4z', 'near the coast of Antofagasta, Chile', 'earthquake\r'), +(19867, '2011-10-31 04:45:44', -23.346, -114.963, 10, 5.5, 'mwc', 'usp000ja5b', 'Easter Island region', 'earthquake\r'), +(19868, '2011-10-31 07:16:22', 52.366, 177.932, 159, 5.8, 'mww', 'usp000ja5j', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19869, '2011-11-01 00:21:28', 43.648, 82.437, 28, 5.6, 'mww', 'usp000ja68', 'northern Xinjiang, China', 'earthquake\r'), +(19870, '2011-11-01 12:32:00', 19.831, -109.205, 10, 6.3, 'mww', 'usp000ja6t', 'Revilla Gigedo Islands region', 'earthquake\r'), +(19871, '2011-11-02 14:59:28', -55.294, -128.843, 10, 6.1, 'mww', 'usp000ja8d', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19872, '2011-11-04 15:43:43', -15.094, 167.384, 134.1, 5.8, 'mww', 'usp000jaay', 'Vanuatu', 'earthquake\r'), +(19873, '2011-11-05 01:49:19', -18.241, 168.304, 34, 5.9, 'mww', 'usp000jabr', 'Vanuatu', 'earthquake\r'), +(19874, '2011-11-05 07:13:58', -23.468, -70.199, 33, 5.7, 'mww', 'usp000jac1', 'Antofagasta, Chile', 'earthquake\r'), +(19875, '2011-11-06 03:53:10', 35.532, -96.765, 5.2, 5.7, 'mww', 'usp000jadn', 'Oklahoma', 'earthquake\r'), +(19876, '2011-11-06 08:08:13', 54.12, -162.549, 23.2, 5.7, 'mww', 'usp000jae5', 'Alaska Peninsula', 'earthquake\r'), +(19877, '2011-11-07 11:59:31', 36.502, 71.102, 212.1, 5.6, 'mwb', 'usp000jah3', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(19878, '2011-11-07 16:51:25', -63.245, 170.735, 5.5, 5.8, 'mww', 'usp000jahe', 'Balleny Islands region', 'earthquake\r'), +(19879, '2011-11-07 22:35:26', 11.56, -85.861, 177, 6, 'mww', 'usp000jaj2', 'Nicaragua', 'earthquake\r'), +(19880, '2011-11-08 02:59:09', 27.324, 125.621, 224.9, 6.9, 'mww', 'usp000jajd', 'northeast of Taiwan', 'earthquake\r'), +(19881, '2011-11-09 19:23:33', 38.429, 43.229, 5, 5.6, 'mww', 'usp000jamz', 'eastern Turkey', 'earthquake\r'), +(19882, '2011-11-09 21:52:20', 10.542, 146.095, 10.5, 5.7, 'mww', 'usp000jan7', 'south of the Mariana Islands', 'earthquake\r'), +(19883, '2011-11-11 10:41:37', -55.981, -124.439, 10, 6, 'mww', 'usp000japr', 'southern East Pacific Rise', 'earthquake\r'), +(19884, '2011-11-11 15:02:20', -17.708, -173.095, 10, 5.6, 'mwb', 'usp000japx', 'Tonga', 'earthquake\r'), +(19885, '2011-11-11 22:50:41', -55.707, -124.327, 10, 5.6, 'mwc', 'usp000jaq9', 'southern East Pacific Rise', 'earthquake\r'), +(19886, '2011-11-14 04:05:11', -0.949, 126.91, 17, 6.3, 'mww', 'usp000jav0', 'Molucca Sea', 'earthquake\r'), +(19887, '2011-11-15 07:56:02', -7.482, 127.849, 166, 5.5, 'mww', 'usp000jawe', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(19888, '2011-11-15 10:43:52', -0.095, 121.914, 276.2, 5.7, 'mww', 'usp000jawp', 'Sulawesi, Indonesia', 'earthquake\r'), +(19889, '2011-11-15 23:42:29', -5.28, 140.311, 12, 5.7, 'mww', 'usp000jax4', 'Papua, Indonesia', 'earthquake\r'), +(19890, '2011-11-17 01:57:06', -1.702, -81.546, 26.6, 6, 'mww', 'usp000jayv', 'off the coast of Ecuador', 'earthquake\r'), +(19891, '2011-11-17 06:52:41', 8.415, -103.158, 10, 5.6, 'mwc', 'usp000jaz3', 'northern East Pacific Rise', 'earthquake\r'), +(19892, '2011-11-17 13:30:59', 13.973, -91.718, 34, 5.8, 'mww', 'usp000jazh', 'offshore Guatemala', 'earthquake\r'), +(19893, '2011-11-18 04:34:03', -37.423, 179.989, 33, 5.6, 'mww', 'usp000jb0z', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(19894, '2011-11-18 06:00:54', 33.704, -38.495, 10, 5.7, 'mwc', 'usp000jb14', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(19895, '2011-11-18 07:51:25', -37.806, 179.418, 12, 5.8, 'mww', 'usp000jb1j', 'off the east coast of the North Island of New Zealand', 'earthquake\r'), +(19896, '2011-11-19 18:06:24', 53.134, -174.135, 214.9, 5.5, 'mww', 'usp000jb46', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(19897, '2011-11-20 16:31:39', -2.952, 142.138, 10, 5.7, 'mwb', 'usp000jb5z', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(19898, '2011-11-21 03:15:42', 24.96, 95.232, 107, 5.7, 'mww', 'usp000jb6k', 'Myanmar', 'earthquake\r'), +(19899, '2011-11-22 18:48:16', -15.364, -65.09, 549.9, 6.6, 'mww', 'usp000jb98', 'Beni, Bolivia', 'earthquake\r'), +(19900, '2011-11-23 12:17:51', 34.285, 25.083, 10, 5.5, 'mwc', 'usp000jba2', 'Crete, Greece', 'earthquake\r'), +(19901, '2011-11-23 19:24:31', 37.365, 141.368, 34, 6.1, 'mww', 'usp000jbaf', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19902, '2011-11-24 10:25:34', 41.898, 142.639, 38, 6.2, 'mww', 'usp000jbb8', 'Hokkaido, Japan region', 'earthquake\r'), +(19903, '2011-11-28 09:13:11', -7.019, 116.983, 616.5, 5.8, 'mww', 'usp000jbh2', 'Bali Sea', 'earthquake\r'), +(19904, '2011-11-28 12:26:45', -5.48, 153.733, 25, 6.1, 'mww', 'usp000jbhn', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(19905, '2011-11-29 00:30:29', -1.602, -15.45, 10, 5.9, 'mww', 'usp000jbjx', 'north of Ascension Island', 'earthquake\r'), +(19906, '2011-11-30 00:27:07', 15.455, 118.999, 9, 6, 'mww', 'usp000jbmj', 'Philippine Islands region', 'earthquake\r'), +(19907, '2011-11-30 14:57:45', -22.17, -176.73, 171.8, 5.6, 'mwc', 'usp000jbna', 'south of the Fiji Islands', 'earthquake\r'), +(19908, '2011-11-30 19:42:33', 7.805, 93.843, 6, 5.6, 'mww', 'usp000jbnk', 'Nicobar Islands, India region', 'earthquake\r'), +(19909, '2011-12-01 22:53:37', -0.626, 121.974, 10, 5.5, 'mwc', 'usp000jbpz', 'Sulawesi, Indonesia', 'earthquake\r'), +(19910, '2011-12-02 00:22:53', -34.002, 58.078, 15, 5.6, 'mwb', 'usp000jbq1', 'South Indian Ocean', 'earthquake\r'), +(19911, '2011-12-02 05:19:27', 0.121, 120.499, 75, 5.5, 'mwb', 'usp000jbqd', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(19912, '2011-12-03 09:27:11', 17.95, -59.8, 10, 5.6, 'mww', 'usp000jbs6', 'east of Barbuda, Leeward Islands', 'earthquake\r'), +(19913, '2011-12-05 19:28:37', -4.759, 133.637, 19.2, 5.7, 'mwc', 'usp000jbvg', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(19914, '2011-12-07 13:38:28', -1.439, 126.514, 28.5, 5.8, 'mww', 'usp000jbxe', 'Kepulauan Sula, Indonesia', 'earthquake\r'), +(19915, '2011-12-07 22:23:10', -27.899, -70.918, 20, 6.1, 'mww', 'usp000jby0', 'Atacama, Chile', 'earthquake\r'), +(19916, '2011-12-09 19:42:57', 47.009, 144.551, 392.2, 5.7, 'mww', 'usp000jc0a', 'Sea of Okhotsk', 'earthquake\r'), +(19917, '2011-12-11 01:47:26', 17.986, -99.789, 59, 6.5, 'mww', 'usp000jc1y', 'Guerrero, Mexico', 'earthquake\r'), +(19918, '2011-12-11 05:30:58', -24.083, 178.554, 555.5, 5.7, 'mwc', 'usp000jc2a', 'south of the Fiji Islands', 'earthquake\r'), +(19919, '2011-12-11 09:54:55', -56.009, -28.184, 116, 6.2, 'mww', 'usp000jc2q', 'South Sandwich Islands region', 'earthquake\r'), +(19920, '2011-12-13 07:52:12', 0.041, 123.03, 161, 6, 'mww', 'usp000jc4z', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(19921, '2011-12-14 00:48:10', -15.382, -174.826, 10, 5.8, 'mwc', 'usp000jc5u', 'Tonga', 'earthquake\r'), +(19922, '2011-12-14 05:04:59', -7.551, 146.809, 135, 7.1, 'mww', 'usp000jc5z', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(19923, '2011-12-14 11:07:01', -56.533, -143.727, 10, 5.5, 'mwc', 'usp000jc68', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19924, '2011-12-15 10:10:07', -32.718, -179.099, 32, 6, 'mww', 'usp000jc7p', 'south of the Kermadec Islands', 'earthquake\r'), +(19925, '2011-12-15 15:12:48', 31.717, 141.631, 34.8, 5.6, 'mwb', 'usp000jc80', 'Izu Islands, Japan region', 'earthquake\r'), +(19926, '2011-12-16 12:54:25', -45.766, -76.056, 10, 5.8, 'mww', 'usp000jc8u', 'off the coast of Aisen, Chile', 'earthquake\r'), +(19927, '2011-12-19 01:23:24', -1.265, 119.638, 10, 5.7, 'mww', 'usp000jccs', 'Sulawesi, Indonesia', 'earthquake\r'), +(19928, '2011-12-19 05:32:16', -29.074, -176.863, 10, 5.7, 'mww', 'usp000jccy', 'Kermadec Islands region', 'earthquake\r'), +(19929, '2011-12-21 13:37:15', -33.17, -179.017, 10, 5.5, 'mwb', 'usp000jcfc', 'south of the Kermadec Islands', 'earthquake\r'), +(19930, '2011-12-23 00:58:38', -43.49, 172.8, 9.7, 5.8, 'mww', 'usp000jch0', 'South Island of New Zealand', 'earthquake\r'), +(19931, '2011-12-23 02:18:04', -43.53, 172.743, 6.9, 5.9, 'mww', 'usp000jch9', 'South Island of New Zealand', 'earthquake\r'), +(19932, '2011-12-23 19:12:34', -52.12, 27.958, 10, 5.9, 'mww', 'usp000jcjp', 'south of Africa', 'earthquake\r'), +(19933, '2011-12-26 04:48:09', -16.198, -173.862, 90, 6, 'mww', 'usp000jcna', 'Tonga', 'earthquake\r'), +(19934, '2011-12-26 16:12:33', -19.168, 168.704, 44.6, 5.5, 'mww', 'usp000jcnx', 'Vanuatu', 'earthquake\r'), +(19935, '2011-12-27 15:21:57', 51.842, 95.911, 15, 6.6, 'mww', 'usp000jcq2', 'southwestern Siberia, Russia', 'earthquake\r'), +(19936, '2011-12-31 00:19:18', -56.958, -142.457, 10, 5.7, 'mww', 'usp000jcvb', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(19937, '2012-01-01 05:27:56', 31.456, 138.072, 365.3, 6.8, 'mww', 'usp000jcws', 'Izu Islands, Japan region', 'earthquake\r'), +(19938, '2012-01-05 01:13:40', -17.691, -173.543, 35, 5.6, 'mwc', 'usp000jd26', 'Tonga', 'earthquake\r'), +(19939, '2012-01-05 09:35:32', 18.325, -70.361, 39.8, 5.5, 'mww', 'usp000jd2q', 'Dominican Republic', 'earthquake\r'), +(19940, '2012-01-06 18:54:39', -6.341, -107.312, 10, 5.5, 'mwc', 'usp000jd4t', 'central East Pacific Rise', 'earthquake\r'), +(19941, '2012-01-07 18:38:08', -28.613, -176.935, 10, 5.7, 'mww', 'usp000jd6d', 'Kermadec Islands region', 'earthquake\r'), +(19942, '2012-01-09 04:07:15', -10.617, 165.16, 28, 6.4, 'mww', 'usp000jd8k', 'Santa Cruz Islands', 'earthquake\r'), +(19943, '2012-01-10 18:36:59', 2.433, 93.21, 19, 7.2, 'mww', 'usp000jdar', 'off the west coast of northern Sumatra', 'earthquake\r'), +(19944, '2012-01-12 03:20:50', 36.994, 141.071, 16, 5.5, 'mww', 'usp000jdcr', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19945, '2012-01-12 14:11:08', -52.113, 28.152, 10, 5.5, 'mwc', 'usp000jdd9', 'south of Africa', 'earthquake\r'), +(19946, '2012-01-13 16:02:23', -60.548, -27.073, 10, 5.6, 'mwc', 'usp000jdeq', 'South Sandwich Islands region', 'earthquake\r'), +(19947, '2012-01-14 16:36:21', 19.202, 121.156, 17, 5.8, 'mww', 'usp000jdgg', 'Babuyan Islands region, Philippines', 'earthquake\r'), +(19948, '2012-01-15 13:40:20', -60.948, -56.113, 8, 6.6, 'mww', 'usp000jdhq', 'South Shetland Islands', 'earthquake\r'), +(19949, '2012-01-15 14:21:31', -60.882, -55.965, 10, 6, 'mwc', 'usp000jdhs', 'South Shetland Islands', 'earthquake\r'), +(19950, '2012-01-16 03:59:45', -60.752, -56.095, 10, 5.6, 'mwb', 'usp000jdjm', 'South Shetland Islands', 'earthquake\r'), +(19951, '2012-01-17 12:55:35', 11.177, 125.837, 20, 5.7, 'mww', 'usp000jdm6', 'Samar, Philippines', 'earthquake\r'), +(19952, '2012-01-17 23:21:35', -31.655, -71.499, 32.9, 5.6, 'mww', 'usp000jdmm', 'Coquimbo, Chile', 'earthquake\r'), +(19953, '2012-01-18 12:50:21', -0.877, 126.829, 19.1, 5.8, 'mww', 'usp000jdn4', 'Molucca Sea', 'earthquake\r'), +(19954, '2012-01-19 05:58:39', -10.966, 165.57, 12, 5.7, 'mww', 'usp000jdpd', 'Santa Cruz Islands', 'earthquake\r'), +(19955, '2012-01-19 06:48:49', -46.686, 165.778, 20, 5.9, 'mww', 'usp000jdpg', 'off the west coast of the South Island of New Zealand', 'earthquake\r'), +(19956, '2012-01-20 20:32:53', -8.406, 119.701, 126.3, 5.7, 'mww', 'usp000jds3', 'Flores region, Indonesia', 'earthquake\r'), +(19957, '2012-01-21 18:47:12', 14.873, -93.005, 45, 6.2, 'mww', 'usp000jdt7', 'offshore Chiapas, Mexico', 'earthquake\r'), +(19958, '2012-01-22 05:53:42', -56.759, -25.147, 13, 6, 'mww', 'usp000jdty', 'South Sandwich Islands region', 'earthquake\r'), +(19959, '2012-01-22 06:00:05', -56.655, -24.899, 10, 5.5, 'mwc', 'usp000jdu0', 'South Sandwich Islands region', 'earthquake\r'), +(19960, '2012-01-23 16:04:53', -36.409, -73.03, 20, 6.1, 'mww', 'usp000jdvv', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19961, '2012-01-24 00:52:05', -24.977, 178.52, 580.3, 6.3, 'mww', 'usp000jdwh', 'south of the Fiji Islands', 'earthquake\r'), +(19962, '2012-01-24 16:31:08', -56.336, -27.723, 7.6, 5.5, 'mww', 'usp000jdxc', 'South Sandwich Islands region', 'earthquake\r'), +(19963, '2012-01-28 00:22:19', 40.177, 142.211, 55.3, 5.6, 'mww', 'usp000je28', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19964, '2012-01-28 04:43:41', -36.793, -110.517, 10, 5.6, 'mww', 'usp000je2e', 'southern East Pacific Rise', 'earthquake\r'), +(19965, '2012-01-28 17:42:52', -29.43, -177.386, 21, 5.9, 'mww', 'usp000je36', 'Kermadec Islands, New Zealand', 'earthquake\r'), +(19966, '2012-01-30 05:11:01', -14.168, -75.635, 43, 6.4, 'mww', 'usp000je5n', 'near the coast of central Peru', 'earthquake\r'), +(19967, '2012-02-02 06:46:30', -6.563, 149.774, 51.3, 5.6, 'mwc', 'usp000je9w', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19968, '2012-02-02 09:32:17', -6.586, 149.718, 38.6, 5.6, 'mwc', 'usp000jea6', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(19969, '2012-02-02 13:34:41', -17.827, 167.133, 23, 7.1, 'mww', 'usp000jeag', 'Vanuatu', 'earthquake\r'), +(19970, '2012-02-02 17:27:07', -17.954, 167.179, 20.6, 5.5, 'mb', 'usp000jebj', 'Vanuatu', 'earthquake\r'), +(19971, '2012-02-03 03:46:21', -17.378, 167.277, 8, 6.1, 'mww', 'usp000jed1', 'Vanuatu', 'earthquake\r'), +(19972, '2012-02-03 04:33:09', -17.463, 167.187, 25.2, 5.7, 'mwc', 'usp000jeda', 'Vanuatu', 'earthquake\r'), +(19973, '2012-02-04 07:40:13', -20.536, -174.035, 8, 5.8, 'mwb', 'usp000jef9', 'Tonga', 'earthquake\r'), +(19974, '2012-02-04 13:09:23', 11.872, 125.754, 12, 5.6, 'mwb', 'usp000jefn', 'Samar, Philippines', 'earthquake\r'), +(19975, '2012-02-04 20:05:32', 48.887, -127.906, 14.6, 5.6, 'mww', 'usp000jege', 'Vancouver Island, Canada region', 'earthquake\r'), +(19976, '2012-02-04 21:50:51', 13.046, 57.561, 10, 5.5, 'mwc', 'usp000jegm', 'Owen Fracture Zone region', 'earthquake\r'), +(19977, '2012-02-05 00:15:39', -18.894, 168.917, 145, 6.1, 'mww', 'usp000jegv', 'Vanuatu', 'earthquake\r'), +(19978, '2012-02-05 16:40:39', -17.948, 167.226, 8, 6.1, 'mww', 'usp000jehw', 'Vanuatu', 'earthquake\r'), +(19979, '2012-02-06 03:49:13', 9.999, 123.206, 11, 6.7, 'mww', 'usp000jejw', 'Negros - Cebu region, Philippines', 'earthquake\r'), +(19980, '2012-02-06 04:20:00', 10.092, 123.227, 10, 5.6, 'mwc', 'usp000jek2', 'Negros - Cebu region, Philippines', 'earthquake\r'), +(19981, '2012-02-06 10:10:20', 9.885, 123.095, 9, 6, 'mww', 'usp000jek9', 'Negros - Cebu region, Philippines', 'earthquake\r'), +(19982, '2012-02-06 11:33:37', 9.821, 123.08, 15, 5.8, 'mww', 'usp000jekd', 'Negros - Cebu region, Philippines', 'earthquake\r'), +(19983, '2012-02-09 08:49:25', -56.383, -25.816, 10, 5.5, 'mwc', 'usp000jeqr', 'South Sandwich Islands region', 'earthquake\r'), +(19984, '2012-02-09 18:52:48', -58.312, 157.837, 10, 5.9, 'mww', 'usp000jere', 'Macquarie Island region', 'earthquake\r'), +(19985, '2012-02-10 01:47:34', -17.968, -178.549, 582.3, 5.9, 'mww', 'usp000jers', 'Fiji region', 'earthquake\r'), +(19986, '2012-02-10 05:34:05', -0.324, 132.691, 15, 5.7, 'mww', 'usp000jes4', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(19987, '2012-02-11 02:58:17', -37.456, -73.884, 20.2, 5.6, 'mwb', 'usp000jetb', 'offshore Bio-Bio, Chile', 'earthquake\r'), +(19988, '2012-02-11 07:06:48', -0.978, 126.853, 19, 5.5, 'mwb', 'usp000jetn', 'Molucca Sea', 'earthquake\r'), +(19989, '2012-02-13 10:55:09', 9.183, -84.121, 16, 5.9, 'mww', 'usp000jew6', 'Costa Rica', 'earthquake\r'), +(19990, '2012-02-13 21:07:03', 41.1431667, -123.7903333, 27.358, 5.6, 'mw', 'nc71734741', 'Northern California', 'earthquake\r'), +(19991, '2012-02-14 03:27:51', 36.193, 141.402, 30.2, 5.5, 'mwc', 'usp000jex0', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19992, '2012-02-14 06:22:01', 36.214, 141.386, 28, 5.8, 'mww', 'usp000jex9', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(19993, '2012-02-14 08:19:55', -10.39, 161.102, 51, 6.4, 'mww', 'usp000jexf', 'Solomon Islands', 'earthquake\r'), +(19994, '2012-02-15 03:31:21', 43.625, -127.518, 11, 5.8, 'mww', 'usp000jeyq', 'off the coast of Oregon', 'earthquake\r'), +(19995, '2012-02-16 02:20:29', -17.839, 65.405, 10, 5.8, 'mww', 'usp000jf01', 'Mauritius - Reunion region', 'earthquake\r'), +(19996, '2012-02-20 19:09:36', 14.276, -92.779, 10, 5.6, 'mwc', 'usp000jf5k', 'offshore Chiapas, Mexico', 'earthquake\r'), +(19997, '2012-02-23 05:08:13', -17.699, -13.193, 10, 5.5, 'mwc', 'usp000jf8t', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(19998, '2012-02-26 02:35:01', 22.661, 120.891, 28, 5.9, 'mww', 'usp000jfd0', 'Taiwan', 'earthquake\r'), +(19999, '2012-02-26 02:46:21', -24.477, -177.5, 10, 5.5, 'mwc', 'usp000jfd2', 'south of the Fiji Islands', 'earthquake\r'), +(20000, '2012-02-26 05:21:25', -24.495, -177.238, 10, 6, 'mww', 'usp000jfdd', 'south of the Fiji Islands', 'earthquake\r'), +(20001, '2012-02-26 05:24:59', -32.495, -177.73, 39, 5.6, 'mb', 'usp000jfde', 'south of the Kermadec Islands', 'earthquake\r'), +(20002, '2012-02-26 06:17:20', 51.708, 95.991, 12, 6.7, 'mww', 'usp000jfdj', 'southwestern Siberia, Russia', 'earthquake\r'), +(20003, '2012-02-28 15:07:35', 28.2, 139.391, 504.2, 5.6, 'mwb', 'usp000jfhy', 'Bonin Islands, Japan region', 'earthquake\r'), +(20004, '2012-02-29 14:32:48', 35.2, 141.001, 26.2, 5.6, 'mwb', 'usp000jfkt', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20005, '2012-03-03 12:19:55', -22.141, 170.34, 14, 6.6, 'mww', 'usp000jfqx', 'southeast of the Loyalty Islands', 'earthquake\r'), +(20006, '2012-03-04 09:44:15', 2.687, -84.34, 9, 5.5, 'mwb', 'usp000jfs8', 'off the coast of Central America', 'earthquake\r'), +(20007, '2012-03-04 12:49:02', -21.529, 169.769, 14, 5.7, 'mww', 'usp000jfse', 'southeast of the Loyalty Islands', 'earthquake\r'), +(20008, '2012-03-05 07:46:10', -28.246, -63.294, 553.9, 6.1, 'mww', 'usp000jftj', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(20009, '2012-03-05 23:06:31', 12.354, 123.7, 37.3, 5.6, 'mwc', 'usp000jfum', 'Masbate region, Philippines', 'earthquake\r'), +(20010, '2012-03-07 12:00:46', -2.814, 138.888, 53.8, 5.6, 'mww', 'usp000jfwh', 'Papua, Indonesia', 'earthquake\r'), +(20011, '2012-03-08 22:50:08', 39.383, 81.307, 38, 5.9, 'mwc', 'usp000jfyz', 'southern Xinjiang, China', 'earthquake\r'), +(20012, '2012-03-09 07:09:51', -19.125, 169.613, 16, 6.7, 'mww', 'usp000jfzj', 'Vanuatu', 'earthquake\r'), +(20013, '2012-03-10 14:10:40', 54.9057, -157.3206, 43.9, 5.5, 'mw', 'ak0123800l9g', 'south of Alaska', 'earthquake\r'), +(20014, '2012-03-12 06:06:41', 36.741, 73.152, 11, 5.6, 'mww', 'usp000jg4d', 'northwestern Kashmir', 'earthquake\r'), +(20015, '2012-03-12 12:32:46', 45.239, 147.609, 110.4, 5.5, 'mww', 'usp000jg4u', 'Kuril Islands', 'earthquake\r'), +(20016, '2012-03-13 23:06:44', 14.959, -93.026, 49, 5.5, 'mwb', 'usp000jg6k', 'offshore Chiapas, Mexico', 'earthquake\r'), +(20017, '2012-03-14 09:08:35', 40.887, 144.944, 12, 6.9, 'mww', 'usp000jg7e', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20018, '2012-03-14 10:49:25', 40.781, 144.761, 10, 6.1, 'mwc', 'usp000jg7p', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20019, '2012-03-14 10:57:40', 40.755, 144.806, 12, 5.6, 'mb', 'usp000jg7t', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20020, '2012-03-14 12:05:05', 35.687, 140.695, 10, 6, 'mwc', 'usp000jg80', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20021, '2012-03-14 21:13:08', -5.595, 151.042, 28, 6.2, 'mww', 'usp000jg91', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(20022, '2012-03-15 19:20:18', 35.802, 139.279, 103.8, 5.5, 'mwc', 'usp000jgaf', 'near the south coast of Honshu, Japan', 'earthquake\r'), +(20023, '2012-03-16 07:58:03', 10.037, 125.633, 18, 5.8, 'mww', 'usp000jgb6', 'Leyte, Philippines', 'earthquake\r'), +(20024, '2012-03-17 17:00:57', 3.823, 63.404, 10, 5.5, 'mwb', 'usp000jgd9', 'Carlsberg Ridge', 'earthquake\r'), +(20025, '2012-03-17 19:50:21', -34.905, -107.644, 11.8, 5.8, 'mww', 'usp000jgdf', 'southern East Pacific Rise', 'earthquake\r'), +(20026, '2012-03-19 23:46:35', -14.621, -175.702, 27.9, 5.9, 'mwc', 'usp000jgge', 'Samoa Islands region', 'earthquake\r'), +(20027, '2012-03-20 17:56:19', -3.812, 140.266, 66, 6.1, 'mww', 'usp000jghh', 'Papua, Indonesia', 'earthquake\r'), +(20028, '2012-03-20 18:02:47', 16.493, -98.231, 20, 7.4, 'mww', 'usp000jghj', 'Oaxaca, Mexico', 'earthquake\r'), +(20029, '2012-03-21 22:15:06', -6.242, 145.955, 118, 6.6, 'mww', 'usp000jgm3', 'New Guinea, Papua New Guinea', 'earthquake\r'), +(20030, '2012-03-24 22:18:38', -54.367, -136.157, 10, 5.5, 'mwc', 'usp000jgr0', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20031, '2012-03-25 01:05:35', -54.576, -135.923, 10, 5.7, 'mwc', 'usp000jgr5', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20032, '2012-03-25 22:37:06', -35.2, -72.217, 40.7, 7.1, 'mww', 'usp000jgsw', 'Maule, Chile', 'earthquake\r'), +(20033, '2012-03-26 16:58:11', -30.04, 60.653, 10, 5.6, 'mwb', 'usp000jgu5', 'Southwest Indian Ridge', 'earthquake\r'), +(20034, '2012-03-26 17:48:42', 9.995, -104.228, 10, 5.5, 'mwc', 'usp000jgu9', 'northern East Pacific Rise', 'earthquake\r'), +(20035, '2012-03-26 18:12:53', 10.071, -104.16, 10, 6, 'mwb', 'usp000jguf', 'northern East Pacific Rise', 'earthquake\r'), +(20036, '2012-03-27 11:00:45', 39.859, 142.017, 15, 6.1, 'mwc', 'usp000jgv9', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20037, '2012-03-28 08:25:51', -57.331, -140.014, 10, 5.5, 'mwb', 'usp000jgwn', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20038, '2012-04-01 14:04:25', 37.116, 140.957, 48, 5.7, 'mwb', 'usp000jh3k', 'eastern Honshu, Japan', 'earthquake\r'), +(20039, '2012-04-01 21:44:04', -4.516, 153.427, 117.9, 5.7, 'mwb', 'usp000jh3y', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(20040, '2012-04-02 17:36:42', 16.395, -98.316, 9, 6, 'mww', 'usp000jh52', 'Oaxaca, Mexico', 'earthquake\r'), +(20041, '2012-04-06 16:15:58', -4.551, 153.457, 108.5, 6.1, 'mww', 'usp000jhb2', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(20042, '2012-04-06 19:24:14', -3.345, 100.426, 13.6, 5.5, 'mwb', 'usp000jhbb', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(20043, '2012-04-10 05:09:08', -1.261, -13.972, 10, 5.8, 'mww', 'usp000jhfk', 'north of Ascension Island', 'earthquake\r'), +(20044, '2012-04-11 08:38:37', 2.327, 93.063, 20, 8.6, 'mw', 'official20120411083836720_20', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20045, '2012-04-11 08:55:47', 1.271, 91.748, 10, 5.8, 'mb', 'usp000jhh3', 'North Indian Ocean', 'earthquake\r'), +(20046, '2012-04-11 09:00:10', 51.364, -176.097, 20.8, 5.5, 'mb', 'usp000jhh4', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(20047, '2012-04-11 09:01:07', 2.199, 89.441, 10, 5.9, 'mb', 'usp000jhh6', 'North Indian Ocean', 'earthquake\r'), +(20048, '2012-04-11 09:27:57', 1.254, 91.735, 10, 6, 'mb', 'usp000jhhg', 'North Indian Ocean', 'earthquake\r'), +(20049, '2012-04-11 10:43:11', 0.802, 92.463, 25.1, 8.2, 'mwc', 'usp000jhjb', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20050, '2012-04-11 11:53:36', 2.913, 89.544, 10, 5.7, 'mb', 'usp000jhju', 'North Indian Ocean', 'earthquake\r'), +(20051, '2012-04-11 13:58:05', 1.495, 90.854, 5, 5.5, 'mb', 'usp000jhkf', 'North Indian Ocean', 'earthquake\r'), +(20052, '2012-04-11 19:04:20', 1.19, 92.092, 14.5, 5.5, 'mb', 'usp000jhnk', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20053, '2012-04-11 22:41:46', 43.584, -127.638, 8, 6, 'mwc', 'usp000jhpg', 'off the coast of Oregon', 'earthquake\r'), +(20054, '2012-04-11 22:55:10', 18.229, -102.689, 20, 6.5, 'mwb', 'usp000jhpj', 'Michoacan, Mexico', 'earthquake\r'), +(20055, '2012-04-11 23:56:33', 1.841, 89.685, 10, 5.8, 'mwc', 'usp000jhpt', 'North Indian Ocean', 'earthquake\r'), +(20056, '2012-04-12 07:06:01', 28.837, -113.027, 9, 6, 'mwb', 'usp000jhr3', 'Baja California, Mexico', 'earthquake\r'), +(20057, '2012-04-12 07:15:49', 28.696, -113.104, 13, 7, 'mww', 'usp000jhr6', 'Baja California, Mexico', 'earthquake\r'), +(20058, '2012-04-12 14:50:53', 37.513, 141.468, 25.1, 5.5, 'mwc', 'usp000jhs9', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20059, '2012-04-13 10:10:01', 36.988, 141.152, 11, 5.7, 'mww', 'usp000jhus', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20060, '2012-04-14 10:56:19', -57.679, -65.308, 15, 6.2, 'mww', 'usp000jhy7', 'Drake Passage', 'earthquake\r'), +(20061, '2012-04-14 15:13:14', 49.38, 155.651, 90.3, 5.6, 'mwb', 'usp000jhym', 'Kuril Islands', 'earthquake\r'), +(20062, '2012-04-14 19:26:43', -6.81, 105.457, 62.7, 5.8, 'mww', 'usp000jhz5', 'Sunda Strait, Indonesia', 'earthquake\r'), +(20063, '2012-04-14 22:05:26', -18.972, 168.741, 11, 6.2, 'mww', 'usp000jhzj', 'Vanuatu', 'earthquake\r'), +(20064, '2012-04-15 05:57:40', 2.581, 90.269, 25, 6.2, 'mww', 'usp000jj0a', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20065, '2012-04-16 02:17:50', -2.64, 121.855, 13, 5.8, 'mww', 'usp000jj1m', 'Sulawesi, Indonesia', 'earthquake\r'), +(20066, '2012-04-16 11:23:43', 36.632, 21.475, 29, 5.8, 'mww', 'usp000jj2g', 'southern Greece', 'earthquake\r'), +(20067, '2012-04-17 03:50:16', -32.625, -71.365, 29, 6.7, 'mww', 'usp000jj3u', 'Valparaiso, Chile', 'earthquake\r'), +(20068, '2012-04-17 07:13:49', -5.462, 147.117, 198, 6.8, 'mww', 'usp000jj41', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(20069, '2012-04-17 08:51:25', -31.894, -177.236, 10, 5.6, 'mb', 'usp000jj47', 'Kermadec Islands region', 'earthquake\r'), +(20070, '2012-04-17 19:03:56', -59.016, -16.612, 12, 6.2, 'mww', 'usp000jj50', 'east of the South Sandwich Islands', 'earthquake\r'), +(20071, '2012-04-18 05:37:56', 28.689, 138.772, 493.8, 5.5, 'mwb', 'usp000jj5u', 'Bonin Islands, Japan region', 'earthquake\r'), +(20072, '2012-04-20 22:19:47', 3.256, 93.853, 24.6, 5.7, 'mww', 'usp000jjae', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20073, '2012-04-20 22:28:59', 3.269, 93.821, 21.9, 5.9, 'mwc', 'usp000jjag', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20074, '2012-04-20 23:14:31', 2.158, 93.36, 28, 5.8, 'mww', 'usp000jjak', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20075, '2012-04-21 01:16:53', -1.617, 134.276, 16, 6.7, 'mww', 'usp000jjaq', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(20076, '2012-04-21 01:19:28', -35.229, -16.181, 10, 5.7, 'mwc', 'usp000jjar', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(20077, '2012-04-21 01:25:13', -1.635, 134.197, 17.4, 6, 'mwc', 'usp000jjat', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(20078, '2012-04-22 13:11:20', -52.867, 140.29, 12.2, 5.6, 'mwc', 'usp000jjdr', 'west of Macquarie Island', 'earthquake\r'), +(20079, '2012-04-23 17:36:21', -28.556, -177.412, 114, 6, 'mww', 'usp000jjfr', 'Kermadec Islands region', 'earthquake\r'), +(20080, '2012-04-23 21:21:45', 0.374, 125.293, 48, 5.7, 'mww', 'usp000jjg0', 'Molucca Sea', 'earthquake\r'), +(20081, '2012-04-23 22:40:22', 48.397, 154.739, 31, 5.6, 'mww', 'usp000jjg2', 'Kuril Islands', 'earthquake\r'), +(20082, '2012-04-24 09:50:58', 5.649, 61.511, 10, 5.6, 'mwc', 'usp000jjgt', 'Carlsberg Ridge', 'earthquake\r'), +(20083, '2012-04-24 14:57:10', 8.868, 93.949, 14.1, 5.5, 'mwb', 'usp000jjh8', 'Nicobar Islands, India region', 'earthquake\r'), +(20084, '2012-04-24 15:15:38', -24.228, -175.95, 10, 5.6, 'mwb', 'usp000jjhe', 'south of Tonga', 'earthquake\r'), +(20085, '2012-04-24 20:22:10', 35.622, 140.472, 54.3, 5.5, 'mwb', 'usp000jjhz', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20086, '2012-04-25 07:42:23', 9.011, 93.945, 9, 5.7, 'mww', 'usp000jjjm', 'Nicobar Islands, India region', 'earthquake\r'), +(20087, '2012-04-26 19:21:43', 2.696, 94.459, 7.9, 5.6, 'mwb', 'usp000jjmy', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20088, '2012-04-28 10:08:08', -18.685, -174.705, 134.7, 6.6, 'mww', 'usp000jjqf', 'Tonga', 'earthquake\r'), +(20089, '2012-04-28 19:21:03', -5.328, 152.11, 35, 5.6, 'mww', 'usp000jjr0', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(20090, '2012-04-29 08:09:04', 2.704, 94.509, 14.1, 5.7, 'mww', 'usp000jjs1', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20091, '2012-04-29 10:28:52', 35.596, 140.349, 44, 5.8, 'mww', 'usp000jjs6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20092, '2012-04-29 15:02:18', 39.745, 142.037, 10, 5.6, 'mwb', 'usp000jjsh', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20093, '2012-04-30 07:39:46', -29.868, -71.46, 37, 5.6, 'mww', 'usp000jjt6', 'offshore Coquimbo, Chile', 'earthquake\r'), +(20094, '2012-04-30 08:00:10', 1.757, 89.598, 10, 5.7, 'mww', 'usp000jjt7', 'North Indian Ocean', 'earthquake\r'), +(20095, '2012-04-30 18:11:44', -5.689, 128.511, 356.1, 5.5, 'mwb', 'usp000jjtu', 'Banda Sea', 'earthquake\r'), +(20096, '2012-05-01 15:44:38', 21.951, -108.44, 11.4, 5.5, 'mwc', 'usp000jjv8', 'off the coast of Baja California Sur, Mexico', 'earthquake\r'), +(20097, '2012-05-01 16:37:59', 18.251, -101.085, 51.1, 5.7, 'mww', 'usp000jjva', 'Guerrero, Mexico', 'earthquake\r'), +(20098, '2012-05-01 22:43:33', 14.376, -92.897, 14, 6, 'mww', 'usp000jjvz', 'offshore Chiapas, Mexico', 'earthquake\r'), +(20099, '2012-05-02 12:17:59', -54.565, 143.836, 10, 5.8, 'mww', 'usp000jjx0', 'west of Macquarie Island', 'earthquake\r'), +(20100, '2012-05-02 17:06:06', -35.883, -102.728, 10, 5.5, 'mwc', 'usp000jjx9', 'southeast of Easter Island', 'earthquake\r'), +(20101, '2012-05-05 20:23:31', -21.477, -174.227, 8.5, 5.7, 'mwb', 'usp000jk1x', 'Tonga', 'earthquake\r'), +(20102, '2012-05-06 12:40:59', -13.82, -75.801, 54.4, 5.6, 'mwc', 'usp000jk3b', 'central Peru', 'earthquake\r'), +(20103, '2012-05-07 04:40:28', 41.549, 46.789, 11, 5.6, 'mww', 'usp000jk44', 'Azerbaijan', 'earthquake\r'), +(20104, '2012-05-09 04:35:00', 6.232, 127.45, 39, 5.5, 'mb', 'usp000jk6x', 'Philippine Islands region', 'earthquake\r'), +(20105, '2012-05-09 14:49:51', -0.966, -13.6, 12, 5.5, 'mww', 'usp000jk7g', 'north of Ascension Island', 'earthquake\r'), +(20106, '2012-05-10 02:13:56', -28.73, -112.587, 10, 5.9, 'mww', 'usp000jk8a', 'Easter Island region', 'earthquake\r'), +(20107, '2012-05-12 23:28:44', 38.612, 70.354, 10, 5.7, 'mww', 'usp000jkc4', 'Tajikistan', 'earthquake\r'), +(20108, '2012-05-14 10:00:40', -17.678, -69.591, 105.9, 6.2, 'mww', 'usp000jkdy', 'Tarapaca, Chile', 'earthquake\r'), +(20109, '2012-05-16 00:59:32', -5.504, 149.711, 136.6, 5.7, 'mww', 'usp000jkft', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(20110, '2012-05-18 02:00:39', -44.806, -80.159, 10, 6.3, 'mww', 'usp000jkj5', 'off the coast of Aisen, Chile', 'earthquake\r'), +(20111, '2012-05-19 08:35:11', -25.729, -70.562, 28, 5.8, 'mww', 'usp000jkkz', 'Antofagasta, Chile', 'earthquake\r'), +(20112, '2012-05-19 19:05:19', 39.665, 143.311, 10, 5.9, 'mwb', 'usp000jkmk', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20113, '2012-05-20 02:03:52', 44.89, 11.23, 6.3, 6, 'mww', 'usp000jkn8', 'northern Italy', 'earthquake\r'), +(20114, '2012-05-20 07:19:55', 39.548, 143.248, 11, 5.6, 'mb', 'usp000jknw', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20115, '2012-05-20 07:20:37', 39.646, 143.164, 11, 6.3, 'mww', 'usp000jknx', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20116, '2012-05-22 00:00:33', 42.645, 22.968, 10, 5.6, 'mww', 'usp000jkrw', 'Bulgaria', 'earthquake\r'), +(20117, '2012-05-23 15:02:25', 41.335, 142.082, 46, 5.9, 'mww', 'usp000jku0', 'Hokkaido, Japan region', 'earthquake\r'), +(20118, '2012-05-23 22:59:53', -50.42, 139.516, 10, 6, 'mww', 'usp000jkuj', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(20119, '2012-05-23 23:19:18', -50.352, 139.536, 6.6, 5.9, 'mwc', 'usp000jkup', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(20120, '2012-05-24 22:47:47', 72.96, 5.683, 10, 6.1, 'mww', 'usp000jkw6', 'Norwegian Sea', 'earthquake\r'), +(20121, '2012-05-26 21:48:10', 26.91, 140.055, 487.4, 6, 'mwc', 'usp000jkyu', 'Bonin Islands, Japan region', 'earthquake\r'), +(20122, '2012-05-28 05:07:23', -28.043, -63.094, 586.9, 6.7, 'mww', 'usp000jm15', 'Santiago Del Estero, Argentina', 'earthquake\r'), +(20123, '2012-05-28 21:47:09', -19.962, -175.976, 210.7, 5.9, 'mww', 'usp000jm27', 'Tonga', 'earthquake\r'), +(20124, '2012-05-29 02:40:53', 54.368, 168.925, 10.3, 5.6, 'mww', 'usp000jm2d', 'Komandorskiye Ostrova, Russia region', 'earthquake\r'), +(20125, '2012-05-29 03:33:25', -22.13, -179.61, 602, 5.8, 'mww', 'usp000jm2e', 'south of the Fiji Islands', 'earthquake\r'), +(20126, '2012-05-29 07:00:03', 44.851, 11.086, 10.2, 5.8, 'mww', 'usp000jm2n', 'northern Italy', 'earthquake\r'), +(20127, '2012-05-29 10:55:57', 44.888, 11.008, 6.8, 5.5, 'mww', 'usp000jm2z', 'northern Italy', 'earthquake\r'), +(20128, '2012-05-31 23:01:03', -0.902, 133.181, 53.2, 5.6, 'mwc', 'usp000jm6c', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(20129, '2012-06-01 05:07:02', -77.08, -148.864, 12, 5.5, 'mwb', 'usp000jm6p', 'Antarctica', 'earthquake\r'), +(20130, '2012-06-01 06:56:20', -0.72, 133.269, 25, 5.8, 'mww', 'usp000jm6s', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(20131, '2012-06-02 07:52:54', -22.059, -63.555, 527, 5.9, 'mww', 'usp000jm7x', 'Salta, Argentina', 'earthquake\r'), +(20132, '2012-06-03 11:14:48', -16.235, 67.21, 10, 5.5, 'mwc', 'usp000jm95', 'Mid-Indian Ridge', 'earthquake\r'), +(20133, '2012-06-04 00:45:15', 5.305, -82.629, 7, 6.3, 'mww', 'usp000jma4', 'south of Panama', 'earthquake\r'), +(20134, '2012-06-04 03:15:25', 5.508, -82.563, 7, 6.3, 'mww', 'usp000jma5', 'south of Panama', 'earthquake\r'), +(20135, '2012-06-04 11:18:13', -7.692, 106.371, 50, 5.9, 'mww', 'usp000jmap', 'Java, Indonesia', 'earthquake\r'), +(20136, '2012-06-04 14:18:52', -15.279, -177.919, 10, 5.7, 'mww', 'usp000jmaw', 'Fiji region', 'earthquake\r'), +(20137, '2012-06-05 19:31:34', 34.943, 141.132, 15, 6.1, 'mww', 'usp000jmcv', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20138, '2012-06-06 01:08:36', 22.357, 121.428, 24.3, 5.5, 'mwb', 'usp000jmdc', 'Taiwan region', 'earthquake\r'), +(20139, '2012-06-07 04:05:05', -36.074, -70.57, 8, 6, 'mww', 'usp000jmf2', 'Maule, Chile', 'earthquake\r'), +(20140, '2012-06-07 09:01:51', -20.192, -176.34, 266, 5.8, 'mww', 'usp000jmfd', 'Fiji region', 'earthquake\r'), +(20141, '2012-06-07 16:03:19', -15.877, -72.413, 110, 6.1, 'mww', 'usp000jmfp', 'southern Peru', 'earthquake\r'), +(20142, '2012-06-09 21:00:18', 24.572, 122.248, 70, 5.9, 'mww', 'usp000jmjm', 'Taiwan region', 'earthquake\r'), +(20143, '2012-06-10 12:44:17', 36.42, 28.88, 35, 6, 'mww', 'usp000jmkj', 'Dodecanese Islands, Greece', 'earthquake\r'), +(20144, '2012-06-11 05:29:12', 36.023, 69.351, 16, 5.7, 'mww', 'usp000jmmc', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(20145, '2012-06-12 05:59:39', -5.677, 105.494, 163.9, 5.5, 'mb', 'usp000jmnp', 'Sunda Strait, Indonesia', 'earthquake\r'), +(20146, '2012-06-13 07:06:45', -55.796, -28.394, 86.1, 5.5, 'mb', 'usp000jmpy', 'South Sandwich Islands region', 'earthquake\r'), +(20147, '2012-06-14 20:17:25', 1.293, 126.828, 61.4, 5.5, 'mww', 'usp000jms3', 'Molucca Sea', 'earthquake\r'), +(20148, '2012-06-15 01:14:08', 5.719, 126.354, 41.4, 5.7, 'mww', 'usp000jmsf', 'Mindanao, Philippines', 'earthquake\r'), +(20149, '2012-06-16 22:18:47', 15.593, 119.563, 28, 5.9, 'mww', 'usp000jmv2', 'Luzon, Philippines', 'earthquake\r'), +(20150, '2012-06-17 03:43:10', -8.511, 160.356, 50.8, 5.7, 'mww', 'usp000jmvf', 'Solomon Islands', 'earthquake\r'), +(20151, '2012-06-17 20:32:21', 38.919, 141.831, 36, 6.3, 'mww', 'usp000jmwc', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20152, '2012-06-19 15:56:33', 53.351, 171.619, 14, 6, 'mww', 'usp000jmz8', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(20153, '2012-06-19 20:56:41', 53.351, 171.701, 11.9, 5.6, 'mww', 'usp000jmzp', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(20154, '2012-06-21 22:34:37', -17.963, -178.186, 542.8, 5.5, 'mwb', 'usp000jn25', 'Fiji region', 'earthquake\r'), +(20155, '2012-06-22 02:20:07', -32.935, -178.65, 13.6, 5.5, 'mwb', 'usp000jn2m', 'south of the Kermadec Islands', 'earthquake\r'), +(20156, '2012-06-22 04:31:17', -54.36, 158.79, 14, 5.7, 'mww', 'usp000jn2y', 'Macquarie Island region', 'earthquake\r'), +(20157, '2012-06-23 04:34:53', 3.009, 97.896, 95, 6.1, 'mww', 'usp000jn41', 'northern Sumatra, Indonesia', 'earthquake\r'), +(20158, '2012-06-23 21:27:30', 2.628, 90.509, 16.5, 5.5, 'mww', 'usp000jn5a', 'off the west coast of northern Sumatra', 'earthquake\r'), +(20159, '2012-06-24 03:15:01', 57.601, 163.195, 10, 6, 'mww', 'usp000jn5s', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(20160, '2012-06-24 07:59:35', 27.767, 100.781, 10, 5.5, 'mww', 'usp000jn65', 'Sichuan-Yunnan border region, China', 'earthquake\r'), +(20161, '2012-06-27 06:31:00', 13.834, -89.967, 132.6, 5.7, 'mww', 'usp000jn9s', 'El Salvador', 'earthquake\r'), +(20162, '2012-06-27 20:39:16', -15.222, -173.268, 10, 5.5, 'mwc', 'usp000jnam', 'Tonga', 'earthquake\r'), +(20163, '2012-06-29 15:31:47', -24.747, -9.663, 10, 5.8, 'mww', 'usp000jncm', 'South Atlantic Ocean', 'earthquake\r'), +(20164, '2012-06-29 21:07:34', 43.433, 84.7, 18, 6.3, 'mww', 'usp000jncx', 'northern Xinjiang, China', 'earthquake\r'), +(20165, '2012-06-30 16:24:37', -22.088, 170.992, 92.1, 5.5, 'mwc', 'usp000jne5', 'southeast of the Loyalty Islands', 'earthquake\r'), +(20166, '2012-07-01 04:13:52', 25.592, 94.696, 58, 5.6, 'mwb', 'usp000jnev', 'Myanmar-India border region', 'earthquake\r'), +(20167, '2012-07-02 23:31:38', -14.423, -75.598, 39.7, 5.7, 'mww', 'usp000jnh9', 'near the coast of central Peru', 'earthquake\r'), +(20168, '2012-07-03 03:49:33', -10.82, 163.331, 92, 5.5, 'mww', 'usp000jnhn', 'Solomon Islands', 'earthquake\r'), +(20169, '2012-07-03 10:36:16', -40.023, 173.756, 229.8, 6.3, 'mww', 'usp000jnj4', 'Cook Strait, New Zealand', 'earthquake\r'), +(20170, '2012-07-06 02:28:22', -14.657, 167.34, 160.1, 6.3, 'mww', 'usp000jnnv', 'Vanuatu', 'earthquake\r'), +(20171, '2012-07-07 03:35:29', -4.651, 153.296, 35, 5.7, 'mww', 'usp000jnpr', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(20172, '2012-07-08 11:33:03', 45.497, 151.288, 20, 6, 'mww', 'usp000jnrw', 'Kuril Islands', 'earthquake\r'), +(20173, '2012-07-09 13:55:01', 35.604, 28.919, 55.8, 5.6, 'mww', 'usp000jnt4', 'eastern Mediterranean Sea', 'earthquake\r'), +(20174, '2012-07-09 19:25:07', 29.381, 130.099, 39.2, 5.6, 'mww', 'usp000jntb', 'Ryukyu Islands, Japan', 'earthquake\r'), +(20175, '2012-07-11 02:31:17', 45.401, 151.424, 10, 5.7, 'mww', 'usp000jnv4', 'Kuril Islands', 'earthquake\r'), +(20176, '2012-07-11 11:12:40', -26.051, -177.362, 89.5, 5.7, 'mww', 'usp000jnvq', 'south of the Fiji Islands', 'earthquake\r'), +(20177, '2012-07-12 12:51:59', 45.452, 151.665, 12, 5.8, 'mww', 'usp000jnxe', 'Kuril Islands', 'earthquake\r'), +(20178, '2012-07-12 14:00:34', 36.527, 70.906, 198, 5.7, 'mww', 'usp000jnxg', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(20179, '2012-07-12 15:40:13', -2.885, 129.321, 10.4, 5.5, 'mwc', 'usp000jnxq', 'Seram, Indonesia', 'earthquake\r'), +(20180, '2012-07-16 03:08:32', 55.777, 161.234, 85.9, 5.5, 'mwb', 'usp000jp26', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(20181, '2012-07-16 16:33:10', -1.296, 137.053, 13.1, 5.6, 'mww', 'usp000jp2p', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(20182, '2012-07-18 04:25:26', -55.661, -128.893, 10, 5.9, 'mww', 'usp000jp54', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20183, '2012-07-18 08:09:46', -20.872, -178.508, 536.9, 5.9, 'mww', 'usp000jp5c', 'Fiji region', 'earthquake\r'), +(20184, '2012-07-19 07:36:35', 37.248, 71.375, 98.4, 5.6, 'mww', 'usp000jp6g', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(20185, '2012-07-20 06:10:25', 49.407, 155.907, 19, 6, 'mww', 'usp000jp79', 'Kuril Islands', 'earthquake\r'), +(20186, '2012-07-20 06:32:56', 49.354, 156.132, 10, 5.8, 'mww', 'usp000jp7b', 'Kuril Islands', 'earthquake\r'), +(20187, '2012-07-20 14:03:14', -21.222, -179.287, 625.3, 5.6, 'mwb', 'usp000jp7r', 'Fiji region', 'earthquake\r'), +(20188, '2012-07-21 04:54:06', -37.713, -179.968, 11.8, 5.6, 'mwb', 'usp000jp8m', 'east of the North Island of New Zealand', 'earthquake\r'), +(20189, '2012-07-21 06:11:58', -19.19, 173.789, 10, 5.9, 'mww', 'usp000jp8s', 'Vanuatu region', 'earthquake\r'), +(20190, '2012-07-22 07:02:14', -4.872, 149.532, 20.3, 5.6, 'mww', 'usp000jpa9', 'Bismarck Sea', 'earthquake\r'), +(20191, '2012-07-25 00:27:45', 2.707, 96.045, 22, 6.4, 'mww', 'usp000jpe1', 'Simeulue, Indonesia', 'earthquake\r'), +(20192, '2012-07-25 11:20:27', -9.694, 159.727, 20, 6.4, 'mww', 'usp000jpeh', 'Solomon Islands', 'earthquake\r'), +(20193, '2012-07-26 05:33:33', -17.592, 66.391, 20, 6.7, 'mww', 'usp000jpfh', 'Mauritius - Reunion region', 'earthquake\r'), +(20194, '2012-07-26 10:20:05', -21.015, -174.491, 10, 5.5, 'mwb', 'usp000jpfr', 'Tonga', 'earthquake\r'), +(20195, '2012-07-26 10:48:22', -21.103, 169.509, 32.8, 5.6, 'mwc', 'usp000jpfw', 'southeast of the Loyalty Islands', 'earthquake\r'), +(20196, '2012-07-28 20:03:57', -4.651, 153.173, 41, 6.5, 'mww', 'usp000jpjk', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(20197, '2012-07-29 02:21:13', 22.935, 94.299, 75.3, 5.7, 'mwb', 'usp000jpkd', 'Myanmar', 'earthquake\r'), +(20198, '2012-07-29 09:20:55', 47.379, 139.073, 502.3, 5.6, 'mww', 'usp000jpkv', 'Primor\'\'ye, Russia', 'earthquake\r'), +(20199, '2012-07-29 12:22:12', 14.191, -92.294, 18, 5.9, 'mww', 'usp000jpm2', 'offshore Guatemala', 'earthquake\r'), +(20200, '2012-08-02 07:37:45', -6.944, 131.121, 65, 5.5, 'mwb', 'usp000jps6', 'Kepulauan Tanimbar, Indonesia', 'earthquake\r'), +(20201, '2012-08-02 09:38:31', -8.414, -74.259, 144.6, 6.1, 'mww', 'usp000jps8', 'central Peru', 'earthquake\r'), +(20202, '2012-08-02 09:56:42', -4.654, 153.275, 46, 6.1, 'mww', 'usp000jpsa', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(20203, '2012-08-03 07:22:31', -16.919, -176.916, 20, 5.5, 'mwb', 'usp000jptt', 'Fiji region', 'earthquake\r'), +(20204, '2012-08-05 13:55:10', -21.15, -178.358, 484.3, 5.8, 'mww', 'usp000jpxe', 'Fiji region', 'earthquake\r'), +(20205, '2012-08-08 10:57:44', -16.02, 178.062, 13, 5.9, 'mww', 'usp000jq1s', 'Fiji', 'earthquake\r'), +(20206, '2012-08-09 02:34:41', 19.946, -109.332, 10, 5.6, 'mww', 'usp000jq2q', 'Revilla Gigedo Islands region', 'earthquake\r'), +(20207, '2012-08-10 18:37:43', 52.633, -167.421, 13, 6.2, 'mww', 'usp000jq4r', 'Fox Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(20208, '2012-08-11 12:23:18', 38.329, 46.826, 11, 6.4, 'mww', 'usp000jq5p', 'northwestern Iran', 'earthquake\r'), +(20209, '2012-08-11 12:34:36', 38.389, 46.745, 12, 6.2, 'mww', 'usp000jq5r', 'northwestern Iran', 'earthquake\r'), +(20210, '2012-08-12 10:47:06', 35.661, 82.518, 13, 6.2, 'mww', 'usp000jq7p', 'Xinjiang-Xizang border region', 'earthquake\r'), +(20211, '2012-08-12 18:31:25', -63.004, -157.718, 10, 5.5, 'mwc', 'usp000jq81', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20212, '2012-08-14 02:59:38', 49.8, 145.064, 583.2, 7.7, 'mww', 'usp000jq9h', 'Sea of Okhotsk', 'earthquake\r'), +(20213, '2012-08-15 23:45:52', 13.148, -89.215, 56, 5.5, 'mwb', 'usp000jqc7', 'offshore El Salvador', 'earthquake\r'), +(20214, '2012-08-16 12:08:21', 7.335, -36.768, 10, 5.6, 'mwc', 'usp000jqcr', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(20215, '2012-08-16 13:24:44', -36.429, -98.905, 10, 5.8, 'mww', 'usp000jqcu', 'southeast of Easter Island', 'earthquake\r'), +(20216, '2012-08-17 21:27:54', 8.348, -103.003, 10, 5.5, 'mwc', 'usp000jqee', 'northern East Pacific Rise', 'earthquake\r'), +(20217, '2012-08-18 09:41:52', -1.315, 120.096, 10, 6.3, 'mww', 'usp000jqf3', 'Sulawesi, Indonesia', 'earthquake\r'), +(20218, '2012-08-18 10:23:32', -13.504, 172.379, 31.4, 5.7, 'mwc', 'usp000jqf4', 'Vanuatu region', 'earthquake\r'), +(20219, '2012-08-18 15:31:40', 2.645, 128.697, 10, 5.8, 'mww', 'usp000jqfc', 'Halmahera, Indonesia', 'earthquake\r'), +(20220, '2012-08-18 17:45:02', -15.598, -173.042, 15, 5.7, 'mww', 'usp000jqfj', 'Tonga', 'earthquake\r'), +(20221, '2012-08-19 08:07:36', 47.789, -128.619, 10, 5.6, 'mww', 'usp000jqge', 'off the coast of Washington', 'earthquake\r'), +(20222, '2012-08-19 22:41:50', -4.766, 144.57, 73, 6.2, 'mww', 'usp000jqha', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(20223, '2012-08-21 17:39:38', -0.172, 92.056, 15.1, 5.6, 'mwb', 'usp000jqkg', 'southwest of Sumatra, Indonesia', 'earthquake\r'), +(20224, '2012-08-24 04:43:48', -27.311, -176.807, 16, 5.7, 'mww', 'usp000jqns', 'Kermadec Islands region', 'earthquake\r'), +(20225, '2012-08-24 07:03:11', -63.581, 171.324, 10, 5.5, 'mwc', 'usp000jqnv', 'Balleny Islands region', 'earthquake\r'), +(20226, '2012-08-24 10:01:54', -33.435, -179.533, 38, 5.6, 'mww', 'usp000jqp0', 'south of the Kermadec Islands', 'earthquake\r'), +(20227, '2012-08-25 14:16:17', 42.419, 142.913, 54.5, 5.9, 'mwb', 'usp000jqqj', 'Hokkaido, Japan region', 'earthquake\r'), +(20228, '2012-08-26 11:22:22', -65.478, -179.778, 10, 5.6, 'mwb', 'usp000jqrq', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20229, '2012-08-26 15:05:37', 2.19, 126.837, 91.1, 6.6, 'mww', 'usp000jqrz', 'Molucca Sea', 'earthquake\r'), +(20230, '2012-08-27 04:37:19', 12.139, -88.59, 28, 7.3, 'mww', 'usp000jqvm', 'off the coast of El Salvador', 'earthquake\r'), +(20231, '2012-08-27 05:38:04', 12.297, -88.612, 35, 5.5, 'mb', 'usp000jqw3', 'offshore El Salvador', 'earthquake\r'), +(20232, '2012-08-28 06:08:16', 12.458, -88.654, 35, 5.5, 'mww', 'usp000jqz0', 'offshore El Salvador', 'earthquake\r'), +(20233, '2012-08-29 19:05:11', 38.425, 141.814, 47.4, 5.5, 'mwb', 'usp000jr29', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20234, '2012-08-30 12:18:43', -50.143, 114.08, 10, 5.6, 'mwc', 'usp000jr4w', 'western Indian-Antarctic Ridge', 'earthquake\r'), +(20235, '2012-08-30 13:43:25', 71.441, -10.605, 14, 6.8, 'mww', 'usp000jr55', 'Jan Mayen Island region', 'earthquake\r'), +(20236, '2012-08-31 12:47:33', 10.811, 126.638, 28, 7.6, 'mww', 'usp000jr83', 'Philippine Islands region', 'earthquake\r'), +(20237, '2012-08-31 23:37:58', 10.388, 126.719, 40.3, 5.6, 'mwc', 'usp000jrbm', 'Philippine Islands region', 'earthquake\r'), +(20238, '2012-09-01 18:01:48', 16.229, -92.773, 256.7, 5.5, 'mwb', 'usp000jrer', 'Chiapas, Mexico', 'earthquake\r'), +(20239, '2012-09-03 06:49:50', 6.61, 123.875, 12, 5.8, 'mww', 'usp000jrjh', 'Moro Gulf, Mindanao, Philippines', 'earthquake\r'), +(20240, '2012-09-03 18:23:05', -10.708, 113.931, 14, 6.1, 'mww', 'usp000jrkr', 'south of Java, Indonesia', 'earthquake\r'), +(20241, '2012-09-03 19:44:22', 7.905, 125.044, 10, 5.7, 'mwc', 'usp000jrky', 'Mindanao, Philippines', 'earthquake\r'), +(20242, '2012-09-05 13:09:10', -12.476, 166.513, 27, 6, 'mww', 'usp000jrsq', 'Santa Cruz Islands', 'earthquake\r'), +(20243, '2012-09-05 14:42:08', 10.085, -85.315, 35, 7.6, 'mww', 'usp000jrsw', 'Costa Rica', 'earthquake\r'), +(20244, '2012-09-06 06:46:34', -3.661, 140.252, 41.6, 5.6, 'mwc', 'usp000jruj', 'Papua, Indonesia', 'earthquake\r'), +(20245, '2012-09-06 23:33:06', -4.6, -105.891, 10, 5.7, 'mwb', 'usp000jrwf', 'central East Pacific Rise', 'earthquake\r'), +(20246, '2012-09-07 03:19:43', 27.575, 103.983, 10, 5.5, 'mww', 'usp000jrwu', 'Sichuan-Yunnan-Guizhou region, China', 'earthquake\r'), +(20247, '2012-09-08 06:54:19', 21.527, 145.923, 5, 5.7, 'mwb', 'usp000jrza', 'Mariana Islands region', 'earthquake\r'), +(20248, '2012-09-08 10:51:44', -3.177, 135.109, 21, 6.1, 'mww', 'usp000jrzt', 'Papua, Indonesia', 'earthquake\r'), +(20249, '2012-09-08 20:29:31', 10.082, -85.323, 35, 5.7, 'mww', 'usp000js0m', 'Costa Rica', 'earthquake\r'), +(20250, '2012-09-09 05:39:37', 49.247, 155.75, 31, 5.9, 'mww', 'usp000js1a', 'Kuril Islands', 'earthquake\r'), +(20251, '2012-09-09 19:23:51', 52.78, 175.01, 115.8, 5.5, 'mwb', 'usp000js21', 'Rat Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(20252, '2012-09-11 01:28:19', 45.335, 151.111, 14, 5.6, 'mww', 'usp000js4e', 'Kuril Islands', 'earthquake\r'), +(20253, '2012-09-11 16:36:50', 11.838, 143.218, 8, 5.9, 'mww', 'usp000js5k', 'south of the Mariana Islands', 'earthquake\r'), +(20254, '2012-09-12 03:27:46', 34.783, 24.11, 32.4, 5.5, 'mww', 'usp000js6n', 'Crete, Greece', 'earthquake\r'), +(20255, '2012-09-13 01:54:53', -18.627, 175.845, 10, 5.5, 'mwc', 'usp000js8a', 'Fiji region', 'earthquake\r'), +(20256, '2012-09-14 04:51:47', -3.319, 100.594, 19, 6.2, 'mww', 'usp000jsa4', 'Kepulauan Mentawai region, Indonesia', 'earthquake\r'), +(20257, '2012-09-14 07:18:38', -39.676, -16.01, 10, 5.5, 'mwc', 'usp000jsad', 'southern Mid-Atlantic Ridge', 'earthquake\r'), +(20258, '2012-09-15 16:32:22', -10.732, 113.865, 10, 5.7, 'mww', 'usp000jscb', 'south of Java, Indonesia', 'earthquake\r'), +(20259, '2012-09-17 20:07:54', -5.687, 150.119, 85, 5.5, 'mwb', 'usp000jsgh', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(20260, '2012-09-20 21:03:42', -20.757, -178.513, 570.4, 5.7, 'mww', 'usp000jsmu', 'Fiji region', 'earthquake\r'), +(20261, '2012-09-22 06:58:26', -20.896, -174.194, 11, 5.5, 'mww', 'usp000jsq5', 'Tonga', 'earthquake\r'), +(20262, '2012-09-24 10:31:23', -21.212, -174.292, 10, 5.5, 'mwb', 'usp000jsvz', 'Tonga', 'earthquake\r'), +(20263, '2012-09-25 03:06:54', -15.517, -173.901, 121.7, 5.6, 'mww', 'usp000jsxq', 'Tonga', 'earthquake\r'), +(20264, '2012-09-25 23:45:25', 24.666, -110.173, 10, 6.3, 'mww', 'usp000jsz4', 'Baja California Sur, Mexico', 'earthquake\r'), +(20265, '2012-09-26 23:39:55', 51.592, -178.295, 16, 6.4, 'mww', 'usp000jt0h', 'Andreanof Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(20266, '2012-09-27 23:53:49', -8.838, 157.456, 10, 5.8, 'mww', 'usp000jt4n', 'Solomon Islands', 'earthquake\r'), +(20267, '2012-09-29 07:11:13', 16.304, -98.393, 12, 5.5, 'mwb', 'usp000jt7t', 'Oaxaca, Mexico', 'earthquake\r'), +(20268, '2012-09-30 16:31:36', 1.929, -76.362, 170, 7.3, 'mww', 'usp000jta1', 'Colombia', 'earthquake\r'), +(20269, '2012-10-01 22:21:46', 39.808, 143.099, 15, 6.1, 'mww', 'usp000jtc6', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20270, '2012-10-02 19:41:29', -64.969, 177.83, 18.3, 5.5, 'mwb', 'usp000jteb', 'Balleny Islands region', 'earthquake\r'), +(20271, '2012-10-03 13:32:35', -0.429, 97.672, 9, 5.7, 'mwb', 'usp000jtfv', 'Kepulauan Batu, Indonesia', 'earthquake\r'), +(20272, '2012-10-05 00:19:57', 17.479, -46.457, 10, 5.7, 'mwb', 'usp000jtj4', 'northern Mid-Atlantic Ridge', 'earthquake\r'), +(20273, '2012-10-05 18:22:57', 13.028, -91.504, 41.4, 5.5, 'mwb', 'usp000jtm0', 'near the coast of Guatemala', 'earthquake\r'), +(20274, '2012-10-05 20:02:11', 23.582, -108.512, 10, 5.5, 'mwc', 'usp000jtm4', 'Gulf of California', 'earthquake\r'), +(20275, '2012-10-07 03:14:24', 18.543, 120.939, 40.4, 5.6, 'mwb', 'usp000jtny', 'Luzon, Philippines', 'earthquake\r'), +(20276, '2012-10-08 01:50:26', -21.725, -68.165, 122, 5.7, 'mww', 'usp000jtqd', 'Antofagasta, Chile', 'earthquake\r'), +(20277, '2012-10-08 06:26:23', 25.127, -109.574, 14, 5.9, 'mww', 'usp000jtqn', 'Gulf of California', 'earthquake\r'), +(20278, '2012-10-08 11:43:31', -4.472, 129.129, 10, 6.1, 'mww', 'usp000jtqw', 'Banda Sea', 'earthquake\r'), +(20279, '2012-10-09 07:49:52', -2.72, 139.224, 20, 5.6, 'mwc', 'usp000jts9', 'near the north coast of Papua, Indonesia', 'earthquake\r'), +(20280, '2012-10-09 12:32:10', -60.326, 153.699, 10, 6.6, 'mww', 'usp000jtsk', 'west of Macquarie Island', 'earthquake\r'), +(20281, '2012-10-11 17:22:10', -32.865, -70.31, 81.8, 5.5, 'mww', 'usp000jtvk', 'Valparaiso, Chile', 'earthquake\r'), +(20282, '2012-10-12 00:31:28', -4.892, 134.03, 13, 6.6, 'mww', 'usp000jtvw', 'near the south coast of Papua, Indonesia', 'earthquake\r'), +(20283, '2012-10-14 04:58:05', -7.145, 156.048, 37, 5.8, 'mww', 'usp000jtyn', 'Solomon Islands', 'earthquake\r'), +(20284, '2012-10-14 09:41:59', 48.308, 154.428, 35, 5.7, 'mww', 'usp000jtz0', 'Kuril Islands', 'earthquake\r'), +(20285, '2012-10-14 10:13:39', 41.825, 46.405, 10, 5.5, 'mwc', 'usp000jtz4', 'Azerbaijan', 'earthquake\r'), +(20286, '2012-10-14 10:41:23', 14.684, -92.289, 68.8, 5.5, 'mwr', 'usp000jtz6', 'Chiapas, Mexico', 'earthquake\r'), +(20287, '2012-10-15 01:19:03', 51.9, 159.379, 21, 5.6, 'mww', 'usp000ju03', 'off the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(20288, '2012-10-15 17:52:21', 14.062, -91.01, 82.3, 5.5, 'mwb', 'usp000ju15', 'Guatemala', 'earthquake\r'), +(20289, '2012-10-16 12:41:26', 49.618, 156.438, 81, 5.6, 'mww', 'usp000ju1y', 'Kuril Islands', 'earthquake\r'), +(20290, '2012-10-16 23:42:56', -38.639, 176.167, 110.5, 5.6, 'mww', 'usp000ju2g', 'North Island of New Zealand', 'earthquake\r'), +(20291, '2012-10-17 04:42:30', 4.232, 124.52, 326, 6, 'mww', 'usp000ju30', 'Celebes Sea', 'earthquake\r'), +(20292, '2012-10-18 01:27:16', -54.217, 144.006, 7.5, 5.9, 'mww', 'usp000ju3z', 'west of Macquarie Island', 'earthquake\r'), +(20293, '2012-10-19 10:13:55', -9.289, 67.057, 10, 5.6, 'mwc', 'usp000ju5t', 'Mid-Indian Ridge', 'earthquake\r'), +(20294, '2012-10-19 15:34:10', -30.809, -176.8, 35, 5.5, 'mb', 'usp000ju62', 'Kermadec Islands region', 'earthquake\r'), +(20295, '2012-10-20 23:00:32', -13.552, 166.564, 36, 6.2, 'mww', 'usp000ju7q', 'Vanuatu', 'earthquake\r'), +(20296, '2012-10-21 01:25:23', 66.309, -18.666, 10, 5.5, 'mww', 'usp000ju82', 'Iceland region', 'earthquake\r'), +(20297, '2012-10-23 08:53:38', 29.057, 139.251, 436, 5.9, 'mww', 'usp000jubp', 'Izu Islands, Japan region', 'earthquake\r'), +(20298, '2012-10-23 09:33:20', -57.512, 148.206, 10, 5.6, 'mwb', 'usp000jubq', 'west of Macquarie Island', 'earthquake\r'), +(20299, '2012-10-23 09:39:31', -22.312, 171.691, 123.1, 5.8, 'mww', 'usp000jubr', 'southeast of the Loyalty Islands', 'earthquake\r'), +(20300, '2012-10-24 00:45:33', 10.086, -85.298, 17, 6.5, 'mww', 'usp000jucg', 'Costa Rica', 'earthquake\r'), +(20301, '2012-10-25 10:32:28', 38.306, 141.699, 55.7, 5.6, 'mww', 'usp000jue6', 'near the east coast of Honshu, Japan', 'earthquake\r'), +(20302, '2012-10-28 03:04:09', 52.788, -132.101, 14, 7.8, 'mww', 'usp000juhz', 'Haida Gwaii, Canada', 'earthquake\r'), +(20303, '2012-10-28 03:52:20', 52.576, -131.962, 10, 5.5, 'mwr', 'usp000juj7', 'Haida Gwaii, Canada', 'earthquake\r'), +(20304, '2012-10-28 18:54:21', 52.674, -132.602, 9, 6.3, 'mww', 'usp000junu', 'Haida Gwaii, Canada', 'earthquake\r'), +(20305, '2012-10-28 19:09:54', 52.294, -132.082, 10, 5.6, 'mwr', 'usp000junz', 'Haida Gwaii, Canada', 'earthquake\r'), +(20306, '2012-10-29 06:28:33', -8.185, 123.465, 10, 5.5, 'mwc', 'usp000juq5', 'Flores region, Indonesia', 'earthquake\r'), +(20307, '2012-10-29 15:29:50', -0.142, 125.185, 35, 5.7, 'mww', 'usp000juqw', 'Molucca Sea', 'earthquake\r'), +(20308, '2012-10-30 02:49:02', 52.365, -131.902, 9, 6.2, 'mww', 'usp000jus5', 'Haida Gwaii, Canada', 'earthquake\r'), +(20309, '2012-11-01 14:12:02', -6.762, 107.529, 142.1, 5.7, 'mww', 'usp000juw5', 'Java, Indonesia', 'earthquake\r'), +(20310, '2012-11-02 01:52:03', 55.887, 162.799, 9.1, 5.5, 'mwb', 'usp000juwz', 'near the east coast of the Kamchatka Peninsula, Russia', 'earthquake\r'), +(20311, '2012-11-02 18:17:33', 9.219, 126.161, 37, 6.1, 'mww', 'usp000juy1', 'Mindanao, Philippines', 'earthquake\r'), +(20312, '2012-11-03 12:58:12', 7.048, -34.073, 10, 5.6, 'mww', 'usp000juz9', 'central Mid-Atlantic Ridge', 'earthquake\r'), +(20313, '2012-11-05 04:30:27', 37.791, 143.61, 19.1, 5.6, 'mww', 'usp000jv20', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20314, '2012-11-06 01:36:22', 1.374, 122.2, 25, 5.7, 'mww', 'usp000jv34', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(20315, '2012-11-06 01:42:26', 1.357, 122.167, 35, 5.6, 'mww', 'usp000jv36', 'Minahasa, Sulawesi, Indonesia', 'earthquake\r'), +(20316, '2012-11-06 06:17:28', 9.963, 57.203, 10, 5.6, 'mww', 'usp000jv3c', 'Carlsberg Ridge', 'earthquake\r'), +(20317, '2012-11-06 11:09:32', -35.465, -104.8, 10, 5.5, 'mwb', 'usp000jv3q', 'southeast of Easter Island', 'earthquake\r'), +(20318, '2012-11-07 16:35:47', 13.988, -91.895, 24, 7.4, 'mww', 'usp000jv5f', 'offshore Guatemala', 'earthquake\r'), +(20319, '2012-11-07 22:42:48', 13.849, -92.156, 35, 5.7, 'mwc', 'usp000jv65', 'offshore Guatemala', 'earthquake\r'), +(20320, '2012-11-07 23:42:19', -8.652, 148.034, 118.4, 5.6, 'mwc', 'usp000jv6a', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(20321, '2012-11-08 02:01:51', 49.231, -128.477, 13.7, 6.1, 'mww', 'usp000jv6k', 'Vancouver Island, Canada region', 'earthquake\r'), +(20322, '2012-11-10 14:57:51', -8.866, -75.071, 129, 6, 'mww', 'usp000jvb0', 'central Peru', 'earthquake\r'), +(20323, '2012-11-11 01:12:39', 23.005, 95.885, 13.7, 6.8, 'mww', 'usp000jvbq', 'Myanmar', 'earthquake\r'), +(20324, '2012-11-11 10:54:41', 22.72, 95.832, 6, 5.8, 'mww', 'usp000jvcs', 'Myanmar', 'earthquake\r'), +(20325, '2012-11-11 18:19:45', 23.132, 95.866, 28.4, 5.5, 'mww', 'usp000jvd9', 'Myanmar', 'earthquake\r'), +(20326, '2012-11-11 22:14:59', 14.129, -92.164, 20, 6.5, 'mww', 'usp000jvdf', 'offshore Guatemala', 'earthquake\r'), +(20327, '2012-11-12 20:42:15', 57.792, -142.855, 9, 6.3, 'mww', 'usp000jvfa', 'Gulf of Alaska', 'earthquake\r'), +(20328, '2012-11-13 04:31:27', -45.761, -77.053, 9, 6.1, 'mww', 'usp000jvgu', 'off the coast of Aisen, Chile', 'earthquake\r'), +(20329, '2012-11-13 23:23:48', -21.043, -175.934, 24.4, 5.6, 'mwc', 'usp000jvjb', 'Tonga', 'earthquake\r'), +(20330, '2012-11-14 05:21:42', 9.982, 122.472, 40.9, 5.7, 'mww', 'usp000jvjx', 'Negros, Philippines', 'earthquake\r'), +(20331, '2012-11-14 19:02:06', -29.118, -71.19, 63, 6.1, 'mww', 'usp000jvkn', 'Coquimbo, Chile', 'earthquake\r'), +(20332, '2012-11-14 23:41:56', -5.86, 151.341, 35, 5.6, 'mww', 'usp000jvkw', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(20333, '2012-11-15 08:21:48', -3.109, 148.27, 10, 5.9, 'mww', 'usp000jvmj', 'Bismarck Sea', 'earthquake\r'), +(20334, '2012-11-15 09:20:22', 18.346, -100.382, 53, 6.1, 'mww', 'usp000jvmk', 'Guerrero, Mexico', 'earthquake\r'), +(20335, '2012-11-15 11:22:22', 52.496, 173.351, 28.1, 5.5, 'mwb', 'usp000jvmr', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(20336, '2012-11-16 06:24:42', -53.955, -134.758, 10, 5.6, 'mwc', 'usp000jvp2', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20337, '2012-11-16 18:12:40', 49.28, 155.425, 29, 6.5, 'mww', 'usp000jvpf', 'Kuril Islands', 'earthquake\r'), +(20338, '2012-11-17 02:51:23', -14.99, 167.46, 123.2, 5.6, 'mww', 'usp000jvpw', 'Vanuatu', 'earthquake\r'), +(20339, '2012-11-17 05:12:57', -18.381, -172.32, 10, 5.9, 'mww', 'usp000jvq1', 'Tonga region', 'earthquake\r'), +(20340, '2012-11-19 09:44:34', -5.705, 151.602, 13, 6, 'mww', 'usp000jvtm', 'New Britain region, Papua New Guinea', 'earthquake\r'), +(20341, '2012-11-21 21:36:23', -33.939, -71.868, 18, 5.9, 'mww', 'usp000jvxm', 'Libertador General Bernardo O\'\'Higgins, Chile', 'earthquake\r'), +(20342, '2012-11-22 13:07:10', -22.742, -63.571, 516.6, 5.9, 'mww', 'usp000jvy8', 'Salta, Argentina', 'earthquake\r'), +(20343, '2012-11-27 02:59:07', -2.952, 129.219, 11.2, 5.7, 'mww', 'usp000jw4d', 'Seram, Indonesia', 'earthquake\r'), +(20344, '2012-11-28 03:09:49', -4.522, -76.101, 118.3, 5.6, 'mww', 'usp000jw5y', 'northern Peru', 'earthquake\r'), +(20345, '2012-11-28 08:56:16', -5.398, 131.134, 50.3, 5.6, 'mww', 'usp000jw6g', 'Banda Sea', 'earthquake\r'), +(20346, '2012-11-29 07:09:12', -6.588, -81.07, 10, 5.5, 'mwb', 'usp000jw7j', 'near the coast of northern Peru', 'earthquake\r'), +(20347, '2012-11-29 11:10:22', -3.423, 145.562, 10, 5.9, 'mww', 'usp000jw7s', 'near the north coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(20348, '2012-11-29 19:32:32', 13.757, -92.113, 10, 5.5, 'mwb', 'usp000jw85', 'offshore Guatemala', 'earthquake\r'), +(20349, '2012-11-30 11:20:38', -18.824, -175.595, 200.2, 5.7, 'mwb', 'usp000jw97', 'Tonga', 'earthquake\r'), +(20350, '2012-12-02 00:54:23', -16.975, 167.645, 32, 6.1, 'mww', 'usp000jwax', 'Vanuatu', 'earthquake\r'), +(20351, '2012-12-03 09:27:37', -54.672, -136.244, 10, 5.6, 'mwc', 'usp000jwcx', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20352, '2012-12-04 01:42:48', 61.24, -150.7682, 63.7, 5.8, 'mw', 'ak012fko16th', 'Southern Alaska', 'earthquake\r'), +(20353, '2012-12-05 17:08:14', 33.506, 59.571, 14.4, 5.8, 'mww', 'usp000jwga', 'eastern Iran', 'earthquake\r'), +(20354, '2012-12-06 00:43:24', 10.974, 126.638, 30.6, 5.5, 'mwc', 'usp000jwgq', 'Philippine Islands region', 'earthquake\r'), +(20355, '2012-12-07 08:18:23', 37.89, 143.949, 31, 7.3, 'mww', 'usp000jwjn', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20356, '2012-12-07 08:31:15', 37.914, 143.764, 32, 6.2, 'mww', 'usp000jwjp', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20357, '2012-12-07 08:48:13', 37.828, 143.607, 20.2, 5.5, 'mb', 'usp000jwjv', 'off the east coast of Honshu, Japan', 'earthquake\r'), +(20358, '2012-12-07 18:19:06', -38.428, 176.067, 163, 6.3, 'mww', 'usp000jwmk', 'North Island of New Zealand', 'earthquake\r'), +(20359, '2012-12-07 19:50:23', -7.661, 146.954, 139.8, 5.7, 'mwc', 'usp000jwmw', 'eastern New Guinea region, Papua New Guinea', 'earthquake\r'), +(20360, '2012-12-08 16:35:17', -7.211, 143.973, 10, 5.6, 'mww', 'usp000jwpn', 'near the south coast of New Guinea, Papua New Guinea', 'earthquake\r'), +(20361, '2012-12-09 21:45:35', 6.703, 126.166, 63.2, 5.6, 'mwb', 'usp000jws0', 'Mindanao, Philippines', 'earthquake\r'), +(20362, '2012-12-10 16:53:09', -6.533, 129.825, 155, 7.1, 'mww', 'usp000jwt8', 'Banda Sea', 'earthquake\r'), +(20363, '2012-12-11 06:18:27', 0.533, 126.231, 30, 6, 'mww', 'usp000jwu3', 'Molucca Sea', 'earthquake\r'), +(20364, '2012-12-13 23:03:39', 80.804, 121.383, 10, 5.5, 'mww', 'usp000jwxk', 'east of Severnaya Zemlya', 'earthquake\r'), +(20365, '2012-12-14 10:36:02', 31.095, -119.66, 13, 6.3, 'mww', 'usp000jwyb', 'off the west coast of Baja California', 'earthquake\r'), +(20366, '2012-12-14 16:52:38', -15.307, -178.186, 10, 5.8, 'mwc', 'usp000jwym', 'Fiji region', 'earthquake\r'), +(20367, '2012-12-15 04:49:30', 52.291, 174.011, 26, 6, 'mww', 'usp000jwza', 'Near Islands, Aleutian Islands, Alaska', 'earthquake\r'), +(20368, '2012-12-15 19:30:02', -4.632, 153.016, 52, 6.1, 'mww', 'usp000jx05', 'New Ireland region, Papua New Guinea', 'earthquake\r'), +(20369, '2012-12-17 00:28:59', 49.785, 155.837, 68, 5.6, 'mww', 'usp000jx21', 'Kuril Islands', 'earthquake\r'), +(20370, '2012-12-17 09:16:31', -0.649, 123.807, 44.2, 6.1, 'mww', 'usp000jx2e', 'Sulawesi, Indonesia', 'earthquake\r'), +(20371, '2012-12-17 17:41:32', -4.178, -104.495, 10, 5.9, 'mww', 'usp000jx2v', 'central East Pacific Rise', 'earthquake\r'), +(20372, '2012-12-17 17:46:47', -4.028, -104.177, 10, 5.7, 'mwb', 'usp000jx2w', 'central East Pacific Rise', 'earthquake\r'), +(20373, '2012-12-21 22:28:09', -14.344, 167.286, 200.7, 6.7, 'mww', 'usp000jx85', 'Vanuatu', 'earthquake\r'), +(20374, '2012-12-22 16:41:46', 22.443, 94.782, 134.4, 5.5, 'mww', 'usp000jx9b', 'Myanmar', 'earthquake\r'), +(20375, '2012-12-23 13:31:41', 42.42, 41.075, 15.2, 5.7, 'mww', 'usp000jxaj', 'Black Sea, offshore Georgia', 'earthquake\r'), +(20376, '2012-12-26 23:01:57', -56.186, -144.483, 10, 5.5, 'mwb', 'usp000jxep', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20377, '2012-12-27 00:37:09', -35.783, -73.255, 14.2, 5.9, 'mww', 'usp000jxet', 'offshore Maule, Chile', 'earthquake\r'), +(20378, '2012-12-28 17:32:18', -0.145, 122.918, 112.1, 5.5, 'mww', 'usp000jxhm', 'Sulawesi, Indonesia', 'earthquake\r'), +(20379, '2012-12-29 07:59:41', -3.563, 148.899, 4, 5.7, 'mww', 'usp000jxja', 'Bismarck Sea', 'earthquake\r'), +(20380, '2012-12-29 17:50:53', 35.711, 70.599, 117.4, 5.5, 'mww', 'usp000jxjw', 'Hindu Kush region, Afghanistan', 'earthquake\r'), +(20381, '2013-01-03 00:02:17', -1.564, 127.386, 26.3, 5.6, 'mwb', 'usp000jxrn', 'Kepulauan Obi, Indonesia', 'earthquake\r'), +(20382, '2013-01-05 08:58:19', 55.393, -134.652, 10, 7.5, 'mww', 'usp000jxum', 'Southeastern Alaska', 'earthquake\r'), +(20383, '2013-01-08 14:16:09', 39.656, 25.54, 12.8, 5.7, 'mww', 'usp000jy2b', 'Aegean Sea', 'earthquake\r'), +(20384, '2013-01-08 21:26:56', -34.601, 179.18, 10, 5.7, 'mww', 'usp000jy2w', 'south of the Kermadec Islands', 'earthquake\r'), +(20385, '2013-01-09 01:41:53', 25.329, 95.048, 93, 5.8, 'mww', 'usp000jy3c', 'Myanmar', 'earthquake\r'), +(20386, '2013-01-09 21:46:03', -57.05, -141.465, 10, 5.6, 'mww', 'usp000jy5b', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20387, '2013-01-10 13:47:04', 4.72, 95.095, 38, 5.7, 'mww', 'usp000jy6c', 'northern Sumatra, Indonesia', 'earthquake\r'), +(20388, '2013-01-13 16:28:26', 25.891, -110.103, 10, 5.7, 'mww', 'usp000jyce', 'Gulf of California', 'earthquake\r'), +(20389, '2013-01-14 14:55:52', 55.163, -134.548, 4, 5.5, 'mww', 'usp000jydt', 'Southeastern Alaska', 'earthquake\r'), +(20390, '2013-01-15 16:09:37', -62.571, -161.432, 10, 6.1, 'mww', 'usp000jyev', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20391, '2013-01-20 10:48:48', 64.84, 146.503, 12, 5.5, 'mwb', 'usb000erse', '160km ENE of Ust\'\'-Nera, Russia', 'earthquake\r'), +(20392, '2013-01-20 23:32:22', 53.873, -35.127, 10, 5.5, 'mwc', 'usp000jyn6', 'Reykjanes Ridge', 'earthquake\r'), +(20393, '2013-01-21 19:48:59', 30.33, 57.467, 10, 5.5, 'mwb', 'usb000esbm', '39km ENE of Kerman, Iran', 'earthquake\r'), +(20394, '2013-01-21 22:22:53', 4.927, 95.907, 12, 6.1, 'mww', 'usb000esgn', '47km SSW of Sigli, Indonesia', 'earthquake\r'), +(20395, '2013-01-27 09:59:29', -16.117, -173.235, 19, 5.7, 'mww', 'usc000ewcv', '58km ESE of Hihifo, Tonga', 'earthquake\r'), +(20396, '2013-01-28 16:38:54', 42.605, 79.708, 15, 6.1, 'mww', 'usc000ewqq', '60km SE of Kegen, Kazakhstan', 'earthquake\r'), +(20397, '2013-01-30 20:15:43', -28.094, -70.653, 45, 6.8, 'mww', 'usc000eyp3', '56km NNE of Vallenar, Chile', 'earthquake\r'), +(20398, '2013-01-30 23:03:44', -10.634, 166.372, 10, 6.1, 'mww', 'usc000eyur', '59km E of Lata, Solomon Islands', 'earthquake\r'), +(20399, '2013-01-31 03:33:44', -10.64, 166.367, 9, 6.1, 'mww', 'usc000ez0w', '60km E of Lata, Solomon Islands', 'earthquake\r'), +(20400, '2013-01-31 03:57:56', -10.682, 166.381, 10, 5.8, 'mwc', 'usc000ez11', '61km E of Lata, Solomon Islands', 'earthquake\r'), +(20401, '2013-01-31 04:31:30', -10.884, 165.438, 10, 5.5, 'mwc', 'usc000ez19', '51km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20402, '2013-01-31 05:18:09', -10.59, 166.361, 10, 5.5, 'mwc', 'usc000ez22', '60km ENE of Lata, Solomon Islands', 'earthquake\r'), +(20403, '2013-01-31 09:53:40', 55.435, -135.018, 13.4, 5.9, 'mww', 'usc000ez52', '101km W of Craig, Alaska', 'earthquake\r'), +(20404, '2013-02-01 02:17:28', -6.957, 147.676, 44.1, 5.8, 'mww', 'usc000ezhu', '41km SSW of Finschhafen, Papua New Guinea', 'earthquake\r'), +(20405, '2013-02-01 05:36:42', -11.104, 165.532, 15, 6, 'mww', 'usc000ezil', '53km SW of Lata, Solomon Islands', 'earthquake\r'), +(20406, '2013-02-01 22:16:34', -10.896, 165.379, 10, 6.3, 'mww', 'usc000ezv6', '53km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20407, '2013-02-01 22:18:33', -11.12, 165.378, 10, 6.4, 'mww', 'usc000ezw4', '66km SW of Lata, Solomon Islands', 'earthquake\r'), +(20408, '2013-02-02 04:16:18', -10.956, 165.357, 22.2, 5.8, 'mww', 'usc000ezyt', '58km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20409, '2013-02-02 14:17:35', 42.77, 143.092, 107, 6.9, 'mww', 'usc000f03a', '19km SSW of Obihiro, Japan', 'earthquake\r'), +(20410, '2013-02-02 18:31:37', 29.336, 141.992, 40.8, 5.5, 'mb', 'usc000f056', '251km N of Chichi-shima, Japan', 'earthquake\r'), +(20411, '2013-02-02 18:58:06', -10.887, 165.284, 6, 6, 'mwb', 'usc000f05y', '67km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20412, '2013-02-05 19:09:34', -62.31, 155.046, 10, 5.5, 'mwc', 'usp000jz0p', 'Balleny Islands region', 'earthquake\r'), +(20413, '2013-02-06 00:07:22', -10.864, 165.248, 11, 6, 'mww', 'usc000f1r5', '66km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20414, '2013-02-06 01:12:26', -10.799, 165.114, 24, 8, 'mww', 'usc000f1s0', '76km W of Lata, Solomon Islands', 'earthquake\r'), +(20415, '2013-02-06 01:16:39', -11.076, 164.771, 10, 5.9, 'mb', 'usp000jz0w', 'Santa Cruz Islands region', 'earthquake\r'), +(20416, '2013-02-06 01:22:12', -11.338, 165.898, 12.6, 5.6, 'mb', 'usc000f1st', '72km S of Lata, Solomon Islands', 'earthquake\r'), +(20417, '2013-02-06 01:23:20', -11.183, 164.882, 10, 7.1, 'mww', 'usc000f1se', '114km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20418, '2013-02-06 01:29:14', -10.765, 164.629, 10, 5.5, 'mb', 'usp000jz0y', 'Santa Cruz Islands region', 'earthquake\r'), +(20419, '2013-02-06 01:31:50', -11.293, 165.588, 23.1, 5.5, 'mb', 'usp000jz10', 'Santa Cruz Islands', 'earthquake\r'), +(20420, '2013-02-06 01:33:37', -10.975, 165.209, 10, 5.6, 'mb', 'usc000f1tb', '84km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20421, '2013-02-06 01:36:07', -11.809, 165.301, 10, 5.5, 'mb', 'usp000jz12', 'Santa Cruz Islands', 'earthquake\r'), +(20422, '2013-02-06 01:48:42', -11.635, 166.015, 10, 5.5, 'mb', 'usc000f1tm', '101km S of Lata, Solomon Islands', 'earthquake\r'), +(20423, '2013-02-06 01:54:15', -10.499, 165.588, 8.8, 7, 'mww', 'usc000f1ts', '27km NNW of Lata, Solomon Islands', 'earthquake\r'), +(20424, '2013-02-06 01:57:26', -11.483, 165.51, 10, 5.6, 'mb', 'usp000jz16', 'Santa Cruz Islands', 'earthquake\r'), +(20425, '2013-02-06 01:59:34', -11.112, 165.385, 10, 5.5, 'mb', 'usp000jz17', 'Santa Cruz Islands', 'earthquake\r'), +(20426, '2013-02-06 02:30:44', -10.802, 165.095, 10, 5.6, 'mb', 'usc000f1vd', '80km W of Lata, Solomon Islands', 'earthquake\r'), +(20427, '2013-02-06 02:58:20', -10.649, 165.058, 10, 5.5, 'mb', 'us2013lhd1', '82km W of Lata, Solomon Islands', 'earthquake\r'), +(20428, '2013-02-06 03:01:01', -11.05, 165.08, 12.5, 5.6, 'mb', 'usc000f1xk', '85km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20429, '2013-02-06 03:49:45', -10.898, 165.504, 10, 5.5, 'mb', 'usc000f1xv', '41km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20430, '2013-02-06 06:35:19', -10.791, 164.551, 10, 6.1, 'mwc', 'usc000f23y', '144km W of Lata, Solomon Islands', 'earthquake\r'), +(20431, '2013-02-06 06:53:20', -10.644, 164.953, 10.5, 5.9, 'mwc', 'usc000f246', '95km W of Lata, Solomon Islands', 'earthquake\r'), +(20432, '2013-02-06 10:20:34', -10.853, 165.268, 10, 5.9, 'mwb', 'usc000f299', '63km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20433, '2013-02-06 10:33:17', -10.642, 164.765, 10, 6, 'mwb', 'usc000f29g', '117km W of Lata, Solomon Islands', 'earthquake\r'), +(20434, '2013-02-06 11:03:46', -10.717, 165.182, 10, 5.8, 'mwc', 'usc000f2a4', '71km W of Lata, Solomon Islands', 'earthquake\r'), +(20435, '2013-02-06 11:53:55', -11.243, 165.728, 14, 6, 'mww', 'usc000f2ap', '59km S of Lata, Solomon Islands', 'earthquake\r'), +(20436, '2013-02-06 12:44:30', -11.587, 165.533, 10, 5.9, 'mwc', 'usc000f2bn', '101km SSW of Lata, Solomon Islands', 'earthquake\r'), +(20437, '2013-02-06 13:50:33', -10.639, 166.462, 10, 5.6, 'ms', 'usc000f2db', '69km E of Lata, Solomon Islands', 'earthquake\r'), +(20438, '2013-02-06 13:54:54', -10.808, 166.526, 13.7, 5.8, 'mwb', 'usc000f2d8', '76km E of Lata, Solomon Islands', 'earthquake\r'), +(20439, '2013-02-06 22:20:20', -11.099, 165.632, 24.5, 5.6, 'mwc', 'usc000f2pu', '45km SSW of Lata, Solomon Islands', 'earthquake\r'), +(20440, '2013-02-07 00:30:11', -11.658, 164.94, 8, 6, 'mww', 'usc000f2ul', '142km SW of Lata, Solomon Islands', 'earthquake\r'), +(20441, '2013-02-07 07:19:51', -15.805, -172.967, 18, 5.8, 'mww', 'usc000f31w', '76km ENE of Hihifo, Tonga', 'earthquake\r'), +(20442, '2013-02-07 08:03:41', -11.03, 164.778, 11, 5.8, 'mww', 'usc000f329', '125km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20443, '2013-02-07 18:59:16', -10.997, 165.655, 11, 6.7, 'mww', 'usc000f3fx', '36km SSW of Lata, Solomon Islands', 'earthquake\r'), +(20444, '2013-02-07 19:48:18', -10.85, 165.794, 10, 5.8, 'mwc', 'usc000f3hb', '14km SSW of Lata, Solomon Islands', 'earthquake\r'), +(20445, '2013-02-08 04:26:16', -11.007, 165.79, 14, 5.5, 'mwb', 'usc000f3r7', '35km S of Lata, Solomon Islands', 'earthquake\r'), +(20446, '2013-02-08 09:09:01', -10.914, 164.744, 6, 5.5, 'mwb', 'usc000f3vv', '121km W of Lata, Solomon Islands', 'earthquake\r'), +(20447, '2013-02-08 11:12:12', -10.838, 165.969, 12, 6.8, 'mww', 'usc000f3x8', '21km SSE of Lata, Solomon Islands', 'earthquake\r'), +(20448, '2013-02-08 15:00:12', -10.927, 165.891, 10, 5.8, 'mwc', 'usc000f40d', '29km S of Lata, Solomon Islands', 'earthquake\r'), +(20449, '2013-02-08 15:26:38', -10.928, 166.018, 21, 7.1, 'mww', 'usc000f40j', '31km SE of Lata, Solomon Islands', 'earthquake\r'), +(20450, '2013-02-08 17:59:54', -6.315, 154.737, 93, 5.7, 'mb', 'usc000f42i', '77km W of Panguna, Papua New Guinea', 'earthquake\r'), +(20451, '2013-02-08 18:07:47', -10.869, 166.631, 10, 5.7, 'mwc', 'usc000f42w', '77km ESE of Lata, Solomon Islands', 'earthquake\r'), +(20452, '2013-02-08 23:16:27', -11.024, 166.76, 10, 5.5, 'mwb', 'usc000f499', '103km ESE of Lata, Solomon Islands', 'earthquake\r'), +(20453, '2013-02-09 05:32:08', -10.886, 165.966, 9, 5.5, 'mwb', 'usc000f4e9', '23km SE of Lata, Solomon Islands', 'earthquake\r'), +(20454, '2013-02-09 14:16:08', 1.135, -77.393, 145, 6.9, 'mww', 'usc000f4ij', '2km N of Yacuanquer, Colombia', 'earthquake\r'), +(20455, '2013-02-09 21:02:23', -10.994, 165.741, 18, 6.6, 'mww', 'usc000f4n5', '25km S of Lata, Solomon Islands', 'earthquake\r'), +(20456, '2013-02-09 23:09:42', -10.921, 165.91, 10, 5.5, 'mwc', 'usc000f4qc', '22km SSE of Lata, Solomon Islands', 'earthquake\r'), +(20457, '2013-02-10 01:30:47', -11.012, 166.788, 10, 5.6, 'mwb', 'usc000f4rp', '108km ESE of Lata, Solomon Islands', 'earthquake\r'), +(20458, '2013-02-10 09:37:12', -18.608, -174.713, 122, 5.6, 'mwb', 'usc000f4ve', '77km W of Neiafu, Tonga', 'earthquake\r'), +(20459, '2013-02-10 18:39:32', -10.94, 165.461, 11, 6, 'mww', 'usc000f4zf', '48km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20460, '2013-02-11 09:40:20', -11.046, 166.8, 10, 5.7, 'mww', 'usc000f5fa', '105km ESE of Lata, Solomon Islands', 'earthquake\r'), +(20461, '2013-02-11 20:09:54', -11.004, 165.569, 10, 5.7, 'mww', 'usc000f5mb', '43km SW of Lata, Solomon Islands', 'earthquake\r'), +(20462, '2013-02-12 23:32:35', -10.898, 164.255, 9.2, 5.5, 'mww', 'usc000f6am', '173km W of Lata, Solomon Islands', 'earthquake\r'), +(20463, '2013-02-13 05:21:19', -2.975, 130.205, 35, 5.6, 'mb', 'usc000f6gj', '146km ENE of Amahai, Indonesia', 'earthquake\r'), +(20464, '2013-02-14 13:13:53', 67.631, 142.508, 11, 6.6, 'mww', 'usc000f76f', '135km WSW of Druzhina, Russia', 'earthquake\r'), +(20465, '2013-02-15 03:02:23', -19.731, -174.465, 74, 5.7, 'mww', 'usc000f7mi', '14km WNW of Pangai, Tonga', 'earthquake\r'), +(20466, '2013-02-16 04:37:36', 5.812, 125.748, 105, 6.1, 'mww', 'usc000f8be', '16km SE of Caburan, Philippines', 'earthquake\r'), +(20467, '2013-02-16 05:16:17', -36.514, 177.933, 207.1, 5.8, 'mww', 'usc000f8cd', '182km NNE of Whakatane, New Zealand', 'earthquake\r'), +(20468, '2013-02-17 19:18:52', -10.841, 165.673, 10, 5.5, 'mwb', 'usc000f91p', '22km SW of Lata, Solomon Islands', 'earthquake\r'), +(20469, '2013-02-17 19:23:45', -10.808, 165.555, 10, 5.7, 'mww', 'usc000f91t', '30km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20470, '2013-02-18 03:40:49', 5.541, -32.96, 10, 5.5, 'mww', 'usc000f9kb', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(20471, '2013-02-18 12:19:18', -30.774, -178.123, 35, 5.9, 'mww', 'usc000f9p5', '104km NE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20472, '2013-02-18 16:32:47', -30.744, -178.148, 50, 5.5, 'mww', 'usc000f9ra', '106km NE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20473, '2013-02-19 22:29:02', -17.46, -173.451, 47, 5.7, 'mww', 'usc000fad1', '144km NNE of Neiafu, Tonga', 'earthquake\r'), +(20474, '2013-02-20 00:09:18', -10.781, 166.902, 6, 5.6, 'mww', 'usc000faep', '117km E of Lata, Solomon Islands', 'earthquake\r'), +(20475, '2013-02-20 21:23:09', 18.552, -103.714, 18, 5.6, 'mww', 'us2013lwcv', '20km S of Coahuayana, Mexico', 'earthquake\r'), +(20476, '2013-02-22 12:01:58', -27.932, -63.097, 575.2, 6.1, 'mww', 'usc000fbl2', '23km ESE of Suncho Corral, Argentina', 'earthquake\r'), +(20477, '2013-02-23 08:59:09', -10.66, 165.304, 12, 5.9, 'mww', 'usc000fc4p', '58km W of Lata, Solomon Islands', 'earthquake\r'), +(20478, '2013-02-23 11:09:19', -8.467, 127.467, 20, 5.9, 'mww', 'usc000fc5f', '208km E of Dili, East Timor', 'earthquake\r'), +(20479, '2013-02-23 14:31:04', -11.689, 165.023, 10, 5.6, 'mww', 'usc000fc75', '140km SW of Lata, Solomon Islands', 'earthquake\r'), +(20480, '2013-02-24 20:54:04', -32.339, -178.051, 10, 5.5, 'mwb', 'usc000fckr', '114km SE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20481, '2013-02-25 07:23:56', 36.844, 139.245, 10, 5.8, 'mww', 'usc000fd56', '31km NNE of Numata, Japan', 'earthquake\r'), +(20482, '2013-02-26 19:57:56', -21.503, -179.388, 624.7, 5.7, 'mww', 'usc000fdn6', '109km SW of Ndoi Island, Fiji', 'earthquake\r'), +(20483, '2013-02-28 03:09:45', -17.721, 167.338, 18, 5.9, 'mww', 'usc000fe8q', '104km W of Port-Vila, Vanuatu', 'earthquake\r'), +(20484, '2013-02-28 14:05:50', 50.954, 157.283, 41, 6.9, 'mww', 'usc000febi', '84km SE of Ozernovskiy, Russia', 'earthquake\r'), +(20485, '2013-02-28 18:07:48', -10.892, 165.921, 39, 5.8, 'mww', 'usc000fee8', '26km SSE of Lata, Solomon Islands', 'earthquake\r'), +(20486, '2013-03-01 12:53:51', 50.895, 157.453, 33, 6.4, 'mww', 'usc000fewp', '93km SE of Ozernovskiy, Russia', 'earthquake\r'), +(20487, '2013-03-01 13:20:50', 50.958, 157.408, 29, 6.5, 'mww', 'usc000feww', '89km SE of Ozernovskiy, Russia', 'earthquake\r'), +(20488, '2013-03-03 03:25:21', -7.189, 145.901, 190.4, 5.6, 'mww', 'usc000ffei', '82km W of Bulolo, Papua New Guinea', 'earthquake\r'), +(20489, '2013-03-05 06:06:34', -5.214, 152.559, 22, 5.8, 'mww', 'usc000fga1', '102km SSW of Taron, Papua New Guinea', 'earthquake\r'), +(20490, '2013-03-06 09:15:59', -22.396, 171.055, 12, 5.5, 'mwb', 'usc000fgwh', '107km W of Ile Hunter, New Caledonia', 'earthquake\r'), +(20491, '2013-03-07 03:36:46', 24.31, 121.49, 15.2, 5.5, 'mww', 'usb000fgws', '36km NNW of Hualian, Taiwan', 'earthquake\r'), +(20492, '2013-03-07 20:55:53', -18.97, 169.377, 236.5, 5.5, 'mwb', 'usb000fh5e', '61km NNE of Isangel, Vanuatu', 'earthquake\r'), +(20493, '2013-03-09 14:56:29', 50.892, 157.218, 39, 5.8, 'mww', 'usb000fhxq', '85km ENE of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(20494, '2013-03-10 10:18:15', 12.811, -90.64, 8, 5.5, 'mww', 'usb000fi8j', '123km SW of Acajutla, El Salvador', 'earthquake\r'), +(20495, '2013-03-10 16:49:20', -5.299, 151.519, 60, 5.7, 'mww', 'usb000fic3', '133km SW of Kokopo, Papua New Guinea', 'earthquake\r'), +(20496, '2013-03-10 22:51:51', -6.598, 148.174, 28, 6.5, 'mww', 'usb000fij4', '32km E of Finschhafen, Papua New Guinea', 'earthquake\r'), +(20497, '2013-03-11 01:43:24', -6.662, 148.455, 14.2, 5.5, 'mwc', 'usb000filu', '65km E of Finschhafen, Papua New Guinea', 'earthquake\r'), +(20498, '2013-03-11 17:12:14', -11.531, 165.186, 10, 5.5, 'mww', 'usb000fiww', '116km SW of Lata, Solomon Islands', 'earthquake\r'), +(20499, '2013-03-13 03:07:04', -8.798, -131.921, 10, 5.5, 'mb', 'usp000jzrc', 'South Pacific Ocean', 'earthquake\r'), +(20500, '2013-03-13 03:12:52', 60.233, 163.4, 5, 5.8, 'mww', 'usb000fk1l', '53km WNW of Il\'\'pyrskiy, Russia', 'earthquake\r'), +(20501, '2013-03-15 23:37:31', 0.863, -85.229, 21.8, 5.5, 'mwb', 'usb000flq3', 'Off the coast of Ecuador', 'earthquake\r'), +(20502, '2013-03-19 03:28:59', -58.892, -24.331, 20, 5.9, 'mww', 'usb000fnl4', '121km E of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(20503, '2013-03-22 22:40:54', -28.044, -176.568, 11.7, 5.5, 'mwc', 'usb000frdz', '187km NE of Raoul Island, New Zealand', 'earthquake\r'), +(20504, '2013-03-24 04:18:34', 50.731, 160.159, 8, 5.9, 'mww', 'usb000frv8', '268km ESE of Ozernovskiy, Russia', 'earthquake\r'), +(20505, '2013-03-24 08:13:45', -20.757, 173.37, 10, 6.1, 'mww', 'usb000frwy', '167km NW of Ceva-i-Ra, Fiji', 'earthquake\r'), +(20506, '2013-03-25 23:02:13', 14.487, -90.463, 189, 6.2, 'mww', 'usb000fshy', '6km ENE of Santa Catarina Pinula, Guatemala', 'earthquake\r'), +(20507, '2013-03-26 13:04:48', 16.184, -98.152, 10, 5.5, 'mww', 'usb000fssd', '19km SW of Santiago Pinotepa Nacional, Mexico', 'earthquake\r'), +(20508, '2013-03-26 17:23:58', -9.353, 120.278, 68.7, 5.5, 'mwb', 'usb000fsz8', '16km NE of Tambulatana, Indonesia', 'earthquake\r'), +(20509, '2013-03-27 02:03:20', 23.828, 121.215, 19, 5.9, 'mww', 'usb000ftgc', '29km ESE of Buli, Taiwan', 'earthquake\r'), +(20510, '2013-03-28 03:34:25', -23.538, -175.427, 10, 5.5, 'mwc', 'usb000fub3', '257km SSW of `Ohonua, Tonga', 'earthquake\r'), +(20511, '2013-03-28 04:25:40', -28.069, -176.665, 15, 5.6, 'mwc', 'usp000jzyp', 'Kermadec Islands region', 'earthquake\r'), +(20512, '2013-03-30 01:50:40', 10.032, 126.247, 10, 5.5, 'mww', 'usb000fwb9', '17km E of San Isidro, Philippines', 'earthquake\r'), +(20513, '2013-03-31 17:08:08', -65.552, -177.804, 10, 5.6, 'mwb', 'usb000fx1s', '223km NNE of Scott Island Bank, Antarctica', 'earthquake\r'), +(20514, '2013-04-01 18:53:17', 39.526, 143.167, 14, 6, 'mww', 'usb000fxh7', '108km E of Miyako, Japan', 'earthquake\r'), +(20515, '2013-04-02 02:08:48', 39.506, 143.155, 16.8, 5.5, 'mww', 'usb000fxxk', '110km E of Miyako, Japan', 'earthquake\r'), +(20516, '2013-04-02 14:34:55', -40.445, 45.382, 9, 5.9, 'mww', 'usb000fy5i', 'Southwest Indian Ridge', 'earthquake\r'), +(20517, '2013-04-05 13:00:02', 42.736, 131.003, 563.3, 6.3, 'mww', 'usb000g0cq', '9km N of Zarubino, Russia', 'earthquake\r'), +(20518, '2013-04-05 22:31:45', -55.8, -124.27, 24.3, 5.5, 'mwc', 'usb000g1a2', 'Southern East Pacific Rise', 'earthquake\r'), +(20519, '2013-04-06 00:29:55', 42.726, 130.976, 562.8, 5.8, 'mww', 'usb000g128', '14km NW of Zarubino, Russia', 'earthquake\r'), +(20520, '2013-04-06 04:42:36', -3.517, 138.476, 66, 7, 'mww', 'usb000g13s', '240km E of Enarotali, Indonesia', 'earthquake\r'), +(20521, '2013-04-06 10:29:20', -55.633, -123.207, 9.9, 5.5, 'mwc', 'us2013nrbl', 'Southern East Pacific Rise', 'earthquake\r'), +(20522, '2013-04-09 11:52:50', 28.428, 51.593, 12, 6.4, 'mww', 'usb000g2y5', '89km SE of Bandar Bushehr, Iran', 'earthquake\r'), +(20523, '2013-04-10 20:20:27', 20.722, 122.064, 11.5, 5.8, 'mww', 'usb000g4ca', '29km E of Itbayat, Philippines', 'earthquake\r'), +(20524, '2013-04-11 03:47:03', 19.258, 95.623, 9.9, 5.5, 'mb', 'usb000g4nw', '51km ESE of Myaydo, Burma', 'earthquake\r'), +(20525, '2013-04-11 15:28:29', -17.34, 175.059, 21.4, 5.7, 'mww', 'usb000g4z6', '255km W of Nadi, Fiji', 'earthquake\r'), +(20526, '2013-04-12 20:33:18', 34.369, 134.828, 14, 5.8, 'mww', 'usb000g5yg', '6km WNW of Sumoto, Japan', 'earthquake\r'), +(20527, '2013-04-13 22:49:51', -19.141, 169.535, 280.2, 6, 'mww', 'usb000g6it', '53km NNE of Isangel, Vanuatu', 'earthquake\r'), +(20528, '2013-04-14 01:32:23', -6.475, 154.607, 31, 6.6, 'mww', 'usb000g6lc', '98km W of Panguna, Papua New Guinea', 'earthquake\r'), +(20529, '2013-04-16 10:00:23', -6.589, 154.434, 7, 5.7, 'mww', 'usb000g7w7', '125km WSW of Panguna, Papua New Guinea', 'earthquake\r'), +(20530, '2013-04-16 10:44:20', 28.033, 61.996, 80, 7.7, 'mww', 'usb000g7x7', '83km E of Khash, Iran', 'earthquake\r'), +(20531, '2013-04-16 22:55:27', -3.214, 142.542, 13, 6.6, 'mww', 'usb000g8my', '23km ESE of Aitape, Papua New Guinea', 'earthquake\r'), +(20532, '2013-04-17 03:15:52', 28.114, 62.354, 56.2, 5.6, 'mww', 'usb000g8rt', '112km E of Khash, Iran', 'earthquake\r'), +(20533, '2013-04-17 05:05:03', -2.768, 138.75, 50.4, 5.5, 'mwb', 'usb000g8ti', '209km W of Abepura, Indonesia', 'earthquake\r'), +(20534, '2013-04-17 08:57:34', 33.958, 139.352, 8.8, 5.6, 'mwb', 'usb000g9yi', '92km SSE of Shimoda, Japan', 'earthquake\r'), +(20535, '2013-04-17 12:03:32', 38.475, 141.63, 50.5, 5.9, 'mww', 'usb000g940', '15km ENE of Ishinomaki, Japan', 'earthquake\r'), +(20536, '2013-04-18 14:08:35', 24.924, 123.356, 10, 5.5, 'mwc', 'usb000gagm', '51km NE of Yonakuni, Japan', 'earthquake\r'), +(20537, '2013-04-18 21:26:36', -34.343, -109.213, 10, 5.5, 'mwc', 'us2013pda1', 'Southern East Pacific Rise', 'earthquake\r'), +(20538, '2013-04-19 03:05:53', 46.221, 150.788, 110, 7.2, 'mww', 'usb000gbf8', '251km ENE of Kuril\'\'sk, Russia', 'earthquake\r'), +(20539, '2013-04-19 17:51:41', -11.976, 121.632, 15.2, 5.8, 'mww', 'usb000gc0z', '225km SSE of Baing, Indonesia', 'earthquake\r'), +(20540, '2013-04-19 19:58:40', 49.965, 157.652, 15, 6.1, 'mww', 'usb000gc6m', '135km SE of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(20541, '2013-04-20 00:02:48', 30.308, 102.888, 14, 6.6, 'mww', 'usb000gcdd', '56km WSW of Linqiong, China', 'earthquake\r'), +(20542, '2013-04-20 03:42:02', -5.002, 152.111, 65.3, 5.7, 'mww', 'usb000gcgl', '73km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(20543, '2013-04-20 04:51:12', -6.292, 130.218, 108.1, 5.9, 'mww', 'usb000gcgu', '219km NNW of Saumlaki, Indonesia', 'earthquake\r'), +(20544, '2013-04-20 05:11:58', -54.78, 1.173, 11, 5.8, 'mww', 'usb000gch7', '148km WSW of Bouvet Island, Bouvet Island', 'earthquake\r'), +(20545, '2013-04-20 13:12:51', 50.099, 157.148, 18, 6.1, 'mww', 'usb000gcls', '97km SE of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(20546, '2013-04-21 03:22:16', 29.933, 138.887, 421.9, 6.1, 'mww', 'usb000gczl', 'Izu Islands, Japan region', 'earthquake\r'), +(20547, '2013-04-21 13:48:29', 51.663, -178.239, 44, 5.6, 'mww', 'usb000gd5d', '25km SSW of Tanaga Volcano, Alaska', 'earthquake\r'), +(20548, '2013-04-22 01:16:33', 18.081, -102.182, 30, 6, 'mww', 'usb000gda9', '20km NNW of La Union, Mexico', 'earthquake\r'), +(20549, '2013-04-22 04:36:37', 51.098, 179.392, 18, 5.5, 'mwb', 'usb000gdcd', '91km S of Semisopochnoi Island, Alaska', 'earthquake\r'), +(20550, '2013-04-23 23:14:41', -3.898, 152.127, 10, 6.5, 'mww', 'usb000gen8', '31km N of Rabaul, Papua New Guinea', 'earthquake\r'), +(20551, '2013-04-24 09:25:30', 34.526, 70.22, 63.8, 5.5, 'mww', 'usb000geu9', '15km S of Mehtar Lam, Afghanistan', 'earthquake\r'), +(20552, '2013-04-26 06:53:29', -28.681, -178.916, 351, 6.1, 'mww', 'us2013plai', '118km WNW of Raoul Island, New Zealand', 'earthquake\r'), +(20553, '2013-04-29 13:01:45', 35.702, 140.979, 35, 5.6, 'mww', 'usb000ghg0', '11km ESE of Hasaki, Japan', 'earthquake\r'), +(20554, '2013-04-30 06:25:23', 37.592, -24.913, 10, 5.9, 'mww', 'us2013pqaf', '29km ESE of Furnas, Portugal', 'earthquake\r'), +(20555, '2013-05-01 06:57:13', 33.061, 75.863, 15, 5.7, 'mww', 'usb000gjhz', '17km NE of Bhadarwah, India', 'earthquake\r'), +(20556, '2013-05-04 23:39:05', -54.58, -136.737, 10, 5.5, 'mwc', 'us2013puau', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20557, '2013-05-06 07:33:04', -21.375, -176.295, 9.9, 5.5, 'mwb', 'usc000gp4q', '97km W of Havelu, Tonga', 'earthquake\r'), +(20558, '2013-05-07 10:10:49', -19.622, 175.051, 11, 6, 'mww', 'usc000gpwn', '239km NNE of Ceva-i-Ra, Fiji', 'earthquake\r'), +(20559, '2013-05-10 19:56:04', -28.983, -13.229, 3.9, 5.7, 'mww', 'usc000gteu', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(20560, '2013-05-11 02:08:09', 26.56, 57.77, 15, 6.1, 'mww', 'usc000gtvs', '94km SE of Minab, Iran', 'earthquake\r'), +(20561, '2013-05-11 03:09:47', 26.548, 57.926, 8.9, 5.5, 'mwc', 'usc000gtwf', '107km SE of Minab, Iran', 'earthquake\r'), +(20562, '2013-05-11 20:46:58', -17.965, -175.107, 212.9, 6.4, 'mww', 'usc000gudx', '140km WNW of Neiafu, Tonga', 'earthquake\r'), +(20563, '2013-05-12 00:07:00', 26.404, 57.522, 17.6, 5.5, 'mwb', 'usc000guh1', '93km SSE of Minab, Iran', 'earthquake\r'), +(20564, '2013-05-12 07:29:59', 13.476, -91.376, 11, 5.8, 'mww', 'usc000gulu', '58km SW of Puerto San Jose, Guatemala', 'earthquake\r'), +(20565, '2013-05-12 10:54:49', 26.716, 57.765, 14, 5.5, 'mwb', 'usc000gup1', '83km SE of Minab, Iran', 'earthquake\r'), +(20566, '2013-05-12 23:05:28', 21.941, 143.744, 166.9, 5.5, 'mww', 'usc000gv1n', '196km NW of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(20567, '2013-05-14 00:32:26', 18.728, 145.288, 602.2, 6.8, 'mww', 'usc000gw27', '40km W of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(20568, '2013-05-14 19:18:17', 0.765, 92.399, 17, 5.6, 'mww', 'usc000gwpr', 'Off the west coast of northern Sumatra', 'earthquake\r'), +(20569, '2013-05-14 23:39:15', -15.69, -73.33, 105, 5.5, 'mww', 'usc000gx0q', '86km WSW of Orcopampa, Peru', 'earthquake\r'), +(20570, '2013-05-15 03:36:02', -4.56, 152.818, 58.7, 5.7, 'mww', 'usc000gx2d', '25km WSW of Taron, Papua New Guinea', 'earthquake\r'), +(20571, '2013-05-16 05:57:01', -57.511, -6.799, 10.1, 5.6, 'mww', 'usb000gwu2', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(20572, '2013-05-17 06:43:16', -11.066, 165.08, 7, 5.7, 'mww', 'usb000gxic', '90km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20573, '2013-05-18 04:05:43', -53.072, 22.073, 10, 5.6, 'mww', 'usb000gy4a', 'South of Africa', 'earthquake\r'), +(20574, '2013-05-18 05:48:00', 37.739, 141.471, 39, 6, 'mww', 'usb000gy67', '50km NE of Namie, Japan', 'earthquake\r'), +(20575, '2013-05-18 10:03:16', 26.606, 57.785, 15, 5.5, 'mwb', 'usb000gy8m', '92km SE of Minab, Iran', 'earthquake\r'), +(20576, '2013-05-19 18:44:11', 52.34, 160.065, 18, 6.1, 'mww', 'usb000gz3x', '140km SE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(20577, '2013-05-20 00:13:17', 52.254, 160.268, 35, 5.5, 'mwc', 'usb000gzdd', '137km SE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(20578, '2013-05-20 09:49:04', -44.866, -80.746, 10, 6.4, 'mww', 'usb000gzlm', 'Off the coast of Aisen, Chile', 'earthquake\r'), +(20579, '2013-05-21 01:55:08', 52.52, 160.362, 30, 6, 'mww', 'usb000h0eg', '139km ESE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(20580, '2013-05-21 03:05:51', 52.394, 160.294, 11.4, 5.9, 'mww', 'usb000h0fe', '137km ESE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(20581, '2013-05-21 03:08:17', 52.495, 160.142, 7.6, 5.7, 'mwb', 'usb000h0fh', '109km SE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(20582, '2013-05-21 04:59:35', 52.346, 160.063, 17.8, 5.7, 'mww', 'usb000h0hd', '122km SE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(20583, '2013-05-21 05:43:21', 52.281, 160.072, 30, 6.1, 'mww', 'usb000h0hw', '122km SE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(20584, '2013-05-21 14:51:20', 52.589, 160.636, 37.4, 5.5, 'mwb', 'usb000h0wg', '143km ESE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(20585, '2013-05-21 23:02:45', -13.787, -72.263, 92, 5.8, 'mww', 'usb000h1g2', '46km SW of Anta, Peru', 'earthquake\r'), +(20586, '2013-05-23 17:19:05', -23.009, -177.232, 173.7, 7.4, 'mww', 'usb000h3k3', '282km SW of Vaini, Tonga', 'earthquake\r'), +(20587, '2013-05-23 21:07:46', -20.578, -175.759, 150, 6.3, 'mww', 'usb000h40b', '86km NW of Nuku`alofa, Tonga', 'earthquake\r'), +(20588, '2013-05-24 01:10:01', -54.478, 158.939, 10, 5.6, 'mb', 'usb000h4aj', '3km N of Macquarie Island, Australia', 'earthquake\r'), +(20589, '2013-05-24 03:47:08', 40.1918333, -121.0595, 7.968, 5.69, 'mw', 'nc71996906', '10km WNW of Greenville, California', 'earthquake\r'), +(20590, '2013-05-24 05:44:49', 54.892, 153.221, 598.1, 8.3, 'mww', 'usb000h4jh', 'Sea of Okhotsk', 'earthquake\r'), +(20591, '2013-05-24 06:03:08', 53.026, 152.995, 514.3, 5.5, 'mb', 'usp000k0xw', 'Sea of Okhotsk', 'earthquake\r'), +(20592, '2013-05-24 11:10:49', -24.335, -174.922, 10, 5.9, 'ms', 'usb000h4zh', 'South of Tonga', 'earthquake\r'), +(20593, '2013-05-24 14:56:31', 52.235, 151.444, 624, 6.7, 'mwb', 'usb000h543', 'Sea of Okhotsk', 'earthquake\r'), +(20594, '2013-05-25 10:32:55', -7.51, 127.916, 100, 5.5, 'mwb', 'usb000h5zp', '283km ENE of Dili, East Timor', 'earthquake\r'), +(20595, '2013-05-26 06:08:16', 39.956, 67.314, 18, 5.7, 'mww', 'usb000h6in', '19km NNE of Bulung\'\'ur, Uzbekistan', 'earthquake\r'), +(20596, '2013-05-27 03:36:30', 14.553, 53.892, 10.3, 5.9, 'mww', 'usb000h6w1', '211km N of Tamrida, Yemen', 'earthquake\r'), +(20597, '2013-05-27 09:41:15', 9.416, -82.638, 9.2, 5.7, 'mww', 'usb000h700', '12km SSW of Guabito, Panama', 'earthquake\r'), +(20598, '2013-05-27 11:06:08', -54.222, -135.819, 10, 5.6, 'mwc', 'usb000h70p', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20599, '2013-06-01 01:34:15', -23.061, -177.185, 185.4, 5.5, 'mb', 'usb000hb56', '295km SW of Vaini, Tonga', 'earthquake\r'), +(20600, '2013-06-01 14:10:07', 7.275, 124.898, 10, 5.6, 'mww', 'usb000hbde', '11km NNE of Banawa, Philippines', 'earthquake\r'), +(20601, '2013-06-01 17:32:50', -7.034, 155.913, 56.1, 5.5, 'mwb', 'usb000hbha', '83km WSW of Chirovanga, Solomon Islands', 'earthquake\r'), +(20602, '2013-06-02 05:43:03', 23.789, 121.141, 17, 6.2, 'mww', 'usb000hbrt', '25km SE of Buli, Taiwan', 'earthquake\r'), +(20603, '2013-06-02 20:08:27', 7.282, 124.928, 10, 5.5, 'mwb', 'usb000hby6', '10km NNW of Linao, Philippines', 'earthquake\r'), +(20604, '2013-06-04 11:00:09', 45.379, 150.919, 23.6, 5.5, 'mwb', 'usb000hcvg', '239km E of Kuril\'\'sk, Russia', 'earthquake\r'), +(20605, '2013-06-05 04:47:26', -11.401, 166.299, 39, 6.1, 'mww', 'usb000hdx2', '91km SSE of Lata, Solomon Islands', 'earthquake\r'), +(20606, '2013-06-07 12:54:09', -23.888, 179.085, 546, 5.9, 'mww', 'usc000hi56', 'South of the Fiji Islands', 'earthquake\r'), +(20607, '2013-06-07 16:38:03', 24.098, 122.671, 33, 5.8, 'mww', 'usc000hib7', '62km SW of Yonakuni, Japan', 'earthquake\r'), +(20608, '2013-06-07 20:13:13', -43.754, -16.182, 7.2, 5.6, 'mww', 'usc000himm', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(20609, '2013-06-08 02:11:57', 10.644, 126.792, 29.2, 5.5, 'mb', 'usc000hixy', '101km NE of San Isidro, Philippines', 'earthquake\r'), +(20610, '2013-06-08 12:25:09', -22.588, -66.691, 215, 5.6, 'mww', 'usc000hj3r', '102km W of Abra Pampa, Argentina', 'earthquake\r'), +(20611, '2013-06-13 13:24:45', 26.533, 128.886, 20, 5.6, 'mww', 'usc000hpjj', '86km E of Nago, Japan', 'earthquake\r'), +(20612, '2013-06-13 16:47:23', -10.004, 107.236, 9, 6.7, 'mww', 'usc000hpsd', '177km ENE of Flying Fish Cove, Christmas Island', 'earthquake\r'), +(20613, '2013-06-15 11:20:36', -33.853, 179.402, 195, 6, 'mww', 'usc000hrgh', 'South of the Kermadec Islands', 'earthquake\r'), +(20614, '2013-06-15 16:11:03', 34.4, 25.02, 10, 6.2, 'mww', 'usc000hrl4', '61km S of Pirgos, Greece', 'earthquake\r'), +(20615, '2013-06-15 17:34:28', 11.763, -86.926, 30, 6.5, 'mww', 'usc000hrnr', '46km W of Masachapa, Nicaragua', 'earthquake\r'), +(20616, '2013-06-16 02:51:36', -56.28, -27.443, 91.2, 5.5, 'mwb', 'usc000hs0h', '54km NNW of Visokoi Island, ', 'earthquake\r'), +(20617, '2013-06-16 05:19:00', 18.155, -99.203, 52, 5.8, 'mww', 'usc000hs1m', '15km NW of Copalillo, Mexico', 'earthquake\r'), +(20618, '2013-06-16 13:31:35', -58.348, 158.158, 10, 5.7, 'mww', 'usc000hs67', 'Macquarie Island region', 'earthquake\r'), +(20619, '2013-06-16 21:39:06', 34.347, 25.159, 19, 6, 'mww', 'usc000hsdj', '81km S of Pirgos, Greece', 'earthquake\r'), +(20620, '2013-06-17 11:21:42', -36.525, 52.413, 9.3, 5.6, 'mwb', 'usc000hskz', 'Southwest Indian Ridge', 'earthquake\r'), +(20621, '2013-06-18 23:02:10', 54.263, 86.173, 9.9, 5.6, 'mb', 'usc000hul6', '3km W of Starobachaty, Russia', 'earthquake\r'), +(20622, '2013-06-19 06:52:38', -3.766, 151.4, 10, 5.5, 'mwc', 'usc000hutp', '102km WNW of Rabaul, Papua New Guinea', 'earthquake\r'), +(20623, '2013-06-24 08:01:39', -6.453, 148.684, 10, 5.7, 'mww', 'usc000hypt', '87km E of Finschhafen, Papua New Guinea', 'earthquake\r'), +(20624, '2013-06-24 09:55:45', -6.446, 148.576, 28.9, 5.7, 'mww', 'usc000hyr0', '83km E of Finschhafen, Papua New Guinea', 'earthquake\r'), +(20625, '2013-06-24 22:04:13', 10.701, -42.594, 10, 6.6, 'mww', 'usc000hzfk', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(20626, '2013-06-26 22:59:01', -0.141, 125.054, 32.7, 5.5, 'mww', 'usb000i0ye', '121km SE of Lolayan, Indonesia', 'earthquake\r'), +(20627, '2013-06-27 08:38:08', 1.114, 127.13, 120, 5.7, 'mww', 'usb000i181', '44km NW of Kota Ternate, Indonesia', 'earthquake\r'), +(20628, '2013-06-28 23:51:50', 24.09, 122.232, 15, 5.7, 'mww', 'usb000i34l', '62km E of Hualian, Taiwan', 'earthquake\r'), +(20629, '2013-07-02 07:37:03', 4.645, 96.665, 13, 6.1, 'mww', 'usb000i4re', '55km S of Bireun, Indonesia', 'earthquake\r'), +(20630, '2013-07-02 09:38:42', -15.727, -173.804, 47.2, 5.5, 'mwc', 'usb000i4rq', '17km NNW of Hihifo, Tonga', 'earthquake\r'), +(20631, '2013-07-02 13:55:38', 4.664, 96.65, 10, 5.5, 'mwb', 'usb000i4td', '60km S of Bireun, Indonesia', 'earthquake\r'), +(20632, '2013-07-02 18:39:43', -35.927, -102.964, 10.4, 5.5, 'mwb', 'usb000i52f', 'Southeast of Easter Island', 'earthquake\r'), +(20633, '2013-07-02 20:04:56', -23.851, -66.516, 198.9, 5.6, 'mww', 'usb000i576', '45km N of San Antonio de los Cobres, Argentina', 'earthquake\r'), +(20634, '2013-07-03 03:40:27', 51.618, -167.017, 5.1, 5.8, 'mww', 'usb000i5lc', '205km SE of Nikolski, Alaska', 'earthquake\r'), +(20635, '2013-07-03 19:21:46', 1.537, 30.894, 10.1, 5.7, 'mww', 'usb000i67t', '51km W of Kigorobya, Uganda', 'earthquake\r'), +(20636, '2013-07-04 17:15:55', -7.028, 155.726, 29, 6.1, 'mww', 'usb000i6rh', '81km SSE of Panguna, Papua New Guinea', 'earthquake\r'), +(20637, '2013-07-06 05:05:07', -3.269, 100.564, 21, 6, 'mww', 'usb000i7na', '157km SW of Sungaipenuh, Indonesia', 'earthquake\r'), +(20638, '2013-07-07 18:35:31', -3.917, 153.927, 385.5, 7.3, 'mww', 'usb000i89z', '115km ENE of Taron, Papua New Guinea', 'earthquake\r'), +(20639, '2013-07-07 20:17:59', 51.03, -179.908, 6.8, 5.6, 'mb', 'usb000i8es', '57km WSW of Amatignak Island, Alaska', 'earthquake\r'), +(20640, '2013-07-07 20:30:07', -6.029, 149.706, 56, 6.6, 'mww', 'usb000i8ey', '29km NE of Kandrian, Papua New Guinea', 'earthquake\r'), +(20641, '2013-07-08 02:13:41', -8.803, 113.002, 60, 5.7, 'mww', 'usb000i8n2', '46km SSE of Pujiharjo, Indonesia', 'earthquake\r'), +(20642, '2013-07-08 02:52:43', 13.29, -89.172, 55, 5.7, 'mww', 'usb000i8nx', '31km SSW of El Rosario, El Salvador', 'earthquake\r'), +(20643, '2013-07-08 15:30:28', 16.707, 40.831, 10.5, 5.5, 'mwb', 'usb000i8xl', '141km W of Farasan, Saudi Arabia', 'earthquake\r'), +(20644, '2013-07-09 17:04:15', -3.359, 100.458, 17.5, 5.6, 'mwb', 'usb000ia6p', '169km SW of Sungaipenuh, Indonesia', 'earthquake\r'), +(20645, '2013-07-10 14:25:40', -30.148, -177.466, 10.1, 5.5, 'mwc', 'usb000ib4c', '103km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(20646, '2013-07-10 14:32:13', -19.302, -69.248, 110, 5.6, 'mwb', 'usb000ib4l', '121km SSE of Putre, Chile', 'earthquake\r'), +(20647, '2013-07-10 14:44:02', -30.243, -177.535, 10.3, 5.6, 'mwb', 'usb000ib5c', '111km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(20648, '2013-07-15 13:59:05', -15.398, -173.09, 15, 5.8, 'mww', 'usb000ief4', '93km NE of Hihifo, Tonga', 'earthquake\r'), +(20649, '2013-07-15 14:03:40', -60.857, -25.07, 11, 7.3, 'mww', 'usb000ief9', '218km SSE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(20650, '2013-07-16 09:35:54', -6.288, 154.768, 40, 5.9, 'mww', 'usb000if30', '77km W of Panguna, Papua New Guinea', 'earthquake\r'), +(20651, '2013-07-16 19:41:54', -63.378, -62.543, 8.8, 5.7, 'mwb', 'usb000ifgq', '181km NNE of Palmer Station, Antarctica', 'earthquake\r'), +(20652, '2013-07-17 02:37:43', -15.657, -71.74, 7, 6, 'mww', 'usb000ifva', '18km W of Chivay, Peru', 'earthquake\r'), +(20653, '2013-07-18 21:06:39', -41.549, 174.408, 17.5, 5.5, 'mww', 'usb000ih9z', '34km E of Blenheim, New Zealand', 'earthquake\r'), +(20654, '2013-07-19 02:20:41', -16.757, 167.69, 25, 5.5, 'mwb', 'usb000ihl9', '76km SSE of Lakatoro, Vanuatu', 'earthquake\r'), +(20655, '2013-07-19 11:40:42', -30.473, -176.286, 21.8, 5.7, 'mww', 'usb000ihqd', '202km SE of Raoul Island, New Zealand', 'earthquake\r'), +(20656, '2013-07-19 16:39:19', 37.5, 141.625, 40, 5.5, 'mwb', 'usb000ihw9', '34km E of Namie, Japan', 'earthquake\r'), +(20657, '2013-07-20 19:17:10', -41.638, 174.386, 14, 5.9, 'mww', 'usb000iim7', '35km ESE of Blenheim, New Zealand', 'earthquake\r'), +(20658, '2013-07-21 05:09:31', -41.704, 174.337, 17, 6.5, 'mww', 'usb000iivv', '46km ESE of Blenheim, New Zealand', 'earthquake\r'), +(20659, '2013-07-21 23:45:57', 34.512, 104.262, 8, 5.9, 'mww', 'usb000ije3', '13km E of Chabu, China', 'earthquake\r'), +(20660, '2013-07-22 07:01:43', -46.049, 34.78, 10, 6.3, 'mww', 'usb000ijj6', '244km WNW of Marion Island, Prince Edward Islands', 'earthquake\r'), +(20661, '2013-07-24 03:32:34', -23.132, -177.222, 155.5, 5.9, 'mww', 'usb000ilce', '298km SW of Vaini, Tonga', 'earthquake\r'), +(20662, '2013-07-26 07:07:16', -15.379, 167.689, 124, 6.1, 'mww', 'usc000ipje', '58km ENE of Luganville, Vanuatu', 'earthquake\r'), +(20663, '2013-07-26 21:33:00', -57.915, -23.841, 13, 6.3, 'mww', 'usc000iq6f', '199km NE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(20664, '2013-07-29 08:12:27', -16.971, -177.057, 9.9, 5.5, 'mwc', 'usc000irjf', 'Fiji region', 'earthquake\r'), +(20665, '2013-08-01 20:01:43', -15.2443, -173.5006, 31.65, 6, 'mww', 'usb000itmf', '82km NNE of Hihifo, Tonga', 'earthquake\r'), +(20666, '2013-08-04 03:28:51', 38.2133, 141.8621, 56, 5.8, 'mww', 'usb000iv4w', '54km ESE of Ishinomaki, Japan', 'earthquake\r'), +(20667, '2013-08-04 13:22:28', 49.6614, -127.4286, 10, 5.5, 'mwb', 'usb000iv7t', '115km S of Port Hardy, Canada', 'earthquake\r'), +(20668, '2013-08-04 15:56:35', 46.9925, 145.2582, 375.01, 5.8, 'mww', 'usb000iv94', '190km E of Dolinsk, Russia', 'earthquake\r'), +(20669, '2013-08-06 05:57:43', 14.1526, -91.5958, 53.88, 5.6, 'mwb', 'usb000iw7z', '28km WSW of Pueblo Nuevo Tiquisate, Guatemala', 'earthquake\r'), +(20670, '2013-08-06 10:41:31', -22.5035, 173.8052, 10.04, 5.8, 'mww', 'usb000iwaz', '115km SW of Ceva-i-Ra, Fiji', 'earthquake\r'), +(20671, '2013-08-06 16:46:18', -16.8575, 167.3184, 10, 5.7, 'mww', 'usb000iwi8', '82km S of Lakatoro, Vanuatu', 'earthquake\r'), +(20672, '2013-08-06 17:21:56', -16.9065, 167.373, 13.54, 5.7, 'mww', 'usb000iwjv', '87km S of Lakatoro, Vanuatu', 'earthquake\r'), +(20673, '2013-08-11 21:23:41', 30.0464, 97.9565, 6, 5.7, 'mww', 'usb000j0t5', '40km N of Wangda, China', 'earthquake\r'), +(20674, '2013-08-12 00:53:44', -7.1354, 129.8088, 95, 6, 'mww', 'usb000j0vl', '189km WNW of Saumlaki, Indonesia', 'earthquake\r'), +(20675, '2013-08-12 04:16:48', -30.6285, -179.678, 340.6, 6.1, 'mww', 'usb000j0yl', '116km NW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20676, '2013-08-12 05:18:59', 10.4577, -86.9354, 22.31, 5.5, 'mwc', 'usb000j0zb', '141km W of Sardinal, Costa Rica', 'earthquake\r'), +(20677, '2013-08-12 09:49:32', -5.3962, -81.9268, 10, 6.2, 'mww', 'usb000j10u', '96km WSW of Paita, Peru', 'earthquake\r'), +(20678, '2013-08-12 18:03:33', -56.5243, -142.3211, 10, 5.7, 'mww', 'usb000j25k', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20679, '2013-08-13 15:43:15', 5.7732, -78.1999, 12, 6.7, 'mww', 'usb000j275', '101km WSW of Mutis, Colombia', 'earthquake\r'), +(20680, '2013-08-16 02:31:06', -41.734, 174.152, 8.2, 6.5, 'mww', 'usb000j4iz', '29km SE of Blenheim, New Zealand', 'earthquake\r'), +(20681, '2013-08-16 02:45:27', -41.764, 174.117, 5.8, 5.5, 'mwr', 'usb000j4j6', '30km SSE of Blenheim, New Zealand', 'earthquake\r'), +(20682, '2013-08-16 03:09:08', -41.742, 174.05, 8.5, 5.9, 'mww', 'usb000j4kk', '26km SSE of Blenheim, New Zealand', 'earthquake\r'), +(20683, '2013-08-16 05:31:16', -41.6688, 174.2623, 14.258, 5.9, 'mww', 'usb000j4n4', '30km ESE of Blenheim, New Zealand', 'earthquake\r'), +(20684, '2013-08-17 16:32:31', -34.8853, 54.0927, 10, 6.1, 'mww', 'usb000j5ki', 'Southwest Indian Ridge', 'earthquake\r'), +(20685, '2013-08-21 04:43:18', -22.2977, 171.6697, 92, 5.7, 'mww', 'usb000j7zm', '40km WNW of Ile Hunter, New Caledonia', 'earthquake\r'), +(20686, '2013-08-21 12:38:30', 16.8784, -99.498, 21, 6.2, 'mww', 'usb000j83t', '18km WNW of San Marcos, Mexico', 'earthquake\r'), +(20687, '2013-08-23 08:34:07', -22.2741, -68.5927, 111, 5.8, 'mww', 'usb000jaf4', '41km ENE of Calama, Chile', 'earthquake\r'), +(20688, '2013-08-24 08:40:28', -22.5179, -175.2417, 5, 5.8, 'mww', 'usb000jb6e', '134km SSW of `Ohonua, Tonga', 'earthquake\r'), +(20689, '2013-08-25 16:07:15', -33.4611, 57.0446, 4.73, 5.8, 'mww', 'usb000jbng', 'Southwest Indian Ridge', 'earthquake\r'), +(20690, '2013-08-28 02:54:41', -27.7829, 179.6335, 478, 6.2, 'mww', 'usb000jcfu', '292km NW of Raoul Island, New Zealand', 'earthquake\r'), +(20691, '2013-08-29 13:52:27', -19.3503, -179.136, 662.37, 5.7, 'mww', 'usb000jd4n', '150km NNW of Ndoi Island, Fiji', 'earthquake\r'), +(20692, '2013-08-30 02:11:02', -4.4412, 151.6112, 203, 5.8, 'mww', 'usb000jdln', '67km WSW of Rabaul, Papua New Guinea', 'earthquake\r'), +(20693, '2013-08-30 16:25:02', 51.537, -175.2297, 29, 7, 'mww', 'usb000jdt7', '101km SW of Atka, Alaska', 'earthquake\r'), +(20694, '2013-08-30 16:29:05', 51.4224, -175.1775, 7.3, 5.5, 'mb', 'usb000jfat', '109km SW of Atka, Alaska', 'earthquake\r'), +(20695, '2013-08-31 00:04:18', 28.2425, 99.3502, 8, 5.6, 'mww', 'usb000je5n', '1km WNW of Benzilan, China', 'earthquake\r'), +(20696, '2013-08-31 06:38:36', 51.2381, -174.9407, 18, 6, 'mww', 'usb000je9f', '118km SSW of Atka, Alaska', 'earthquake\r'), +(20697, '2013-08-31 06:43:54', 51.3674, -175.2847, 25.16, 5.5, 'mwc', 'usb000je9l', '110km ESE of Adak, Alaska', 'earthquake\r'), +(20698, '2013-09-01 11:52:30', -7.44, 128.2209, 112, 6.5, 'mww', 'usb000jelf', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(20699, '2013-09-01 19:50:40', -29.0334, -176.4039, 10.02, 5.7, 'mww', 'usb000jesh', '147km E of Raoul Island, New Zealand', 'earthquake\r'), +(20700, '2013-09-02 02:51:13', 42.1989, 133.6656, 445, 5.7, 'mww', 'usb000jey1', '75km SE of Vrangel\'\', Russia', 'earthquake\r'), +(20701, '2013-09-02 04:30:17', -6.6272, 155.1351, 35, 5.9, 'mww', 'usb000jez7', '51km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(20702, '2013-09-03 20:19:06', 51.244, -130.3971, 2.73, 6.1, 'mww', 'usb000jg6b', '187km WSW of Bella Bella, Canada', 'earthquake\r'), +(20703, '2013-09-03 22:29:31', 51.3277, -130.2195, 9.85, 5.5, 'mwr', 'usb000jgci', '172km WSW of Bella Bella, Canada', 'earthquake\r'), +(20704, '2013-09-04 00:18:23', 29.9377, 138.8325, 402, 6.5, 'mww', 'usb000jgfc', 'Izu Islands, Japan region', 'earthquake\r'), +(20705, '2013-09-04 00:23:11', 51.1832, -130.2245, 9.92, 6, 'mww', 'usb000jgfh', '182km SW of Bella Bella, Canada', 'earthquake\r'), +(20706, '2013-09-04 02:32:31', 51.5573, -174.7671, 20, 6.5, 'mww', 'usb000jgju', '81km SSW of Atka, Alaska', 'earthquake\r'), +(20707, '2013-09-04 04:16:30', 51.449, -174.717, 26.6, 5.8, 'mww', 'usb000jgrq', '90km SSW of Atka, Alaska', 'earthquake\r'), +(20708, '2013-09-04 06:16:50', 51.5733, -174.7888, 21, 5.7, 'mww', 'usb000jguu', '80km SSW of Atka, Alaska', 'earthquake\r'), +(20709, '2013-09-04 06:27:04', 51.573, -174.8537, 17, 6, 'mww', 'usb000jguz', '82km SSW of Atka, Alaska', 'earthquake\r'), +(20710, '2013-09-05 04:01:36', 15.1836, -45.232, 10, 6, 'mww', 'usb000ji6r', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(20711, '2013-09-05 05:43:40', 51.463, -174.583, 20, 5.6, 'mww', 'usb000ji7f', '85km SSW of Atka, Alaska', 'earthquake\r'), +(20712, '2013-09-05 12:29:15', 10.5988, -86.0997, 19, 5.9, 'mww', 'usb000jigi', '50km W of Sardinal, Costa Rica', 'earthquake\r'), +(20713, '2013-09-06 02:28:10', -47.0447, 33.4751, 10, 5.5, 'mwb', 'usb000jjek', 'Prince Edward Islands region', 'earthquake\r'), +(20714, '2013-09-06 11:33:54', 20.1721, 122.3193, 175.23, 5.9, 'mww', 'usb000jjmy', '44km ESE of Uyugan, Philippines', 'earthquake\r'), +(20715, '2013-09-07 00:13:30', 14.6056, -92.1207, 66, 6.4, 'mww', 'usb000jkmw', '7km SSE of Ciudad Tecun Uman, Guatemala', 'earthquake\r'), +(20716, '2013-09-09 21:41:33', 1.3814, 122.2235, 22.5, 5.6, 'mww', 'usb000jmsl', '77km ENE of Bunobogu, Indonesia', 'earthquake\r'), +(20717, '2013-09-11 12:44:13', -4.5472, -104.5783, 10.52, 6.1, 'mww', 'usc000jrid', 'Central East Pacific Rise', 'earthquake\r'), +(20718, '2013-09-14 15:42:46', 51.4389, -174.6365, 20, 5.9, 'mww', 'usc000jue6', '89km SSW of Atka, Alaska', 'earthquake\r'), +(20719, '2013-09-15 16:21:37', 51.5751, -174.716, 24.02, 6.1, 'mww', 'usc000juwv', '77km SSW of Atka, Alaska', 'earthquake\r'), +(20720, '2013-09-16 07:24:49', -55.8129, -124.156, 10, 5.5, 'mwc', 'usb000jy5l', 'Southern East Pacific Rise', 'earthquake\r'), +(20721, '2013-09-20 12:24:46', 22.9341, 95.9607, 4, 5.7, 'mww', 'usb000jwly', '48km NNE of Shwebo, Burma', 'earthquake\r'), +(20722, '2013-09-21 01:39:16', -7.3308, 120.0106, 549.92, 6.1, 'mww', 'usb000jx0m', '111km NNW of Nggilat, Indonesia', 'earthquake\r'), +(20723, '2013-09-21 16:48:59', -33.5102, -178.0226, 10, 5.8, 'mww', 'usb000jx63', '244km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20724, '2013-09-24 07:22:51', 7.3709, 59.5384, 4, 5.5, 'mwb', 'usb000jyhd', 'Carlsberg Ridge', 'earthquake\r'), +(20725, '2013-09-24 11:29:48', 26.951, 65.5009, 15, 7.7, 'mww', 'usb000jyiv', '61km NNE of Awaran, Pakistan', 'earthquake\r'), +(20726, '2013-09-24 11:36:28', 27.2085, 65.5674, 10.03, 5.8, 'mb', 'usb000jyj7', '89km NNE of Awaran, Pakistan', 'earthquake\r'), +(20727, '2013-09-24 13:01:39', 27.3125, 65.6201, 14.48, 5.6, 'mb', 'usb000jykm', '102km NNE of Awaran, Pakistan', 'earthquake\r'), +(20728, '2013-09-24 17:20:14', 27.131, 65.471, 10.52, 5.5, 'mb', 'usb000jyqj', '78km NNE of Awaran, Pakistan', 'earthquake\r'), +(20729, '2013-09-25 06:51:25', -49.9585, -113.7439, 10, 6.1, 'mww', 'usb000jz8j', 'Southern East Pacific Rise', 'earthquake\r'), +(20730, '2013-09-25 07:40:24', -50.0313, -113.9877, 10, 5.5, 'mwc', 'usb000jz9d', 'Southern East Pacific Rise', 'earthquake\r'), +(20731, '2013-09-25 16:42:43', -15.8385, -74.5112, 40, 7.1, 'mww', 'usb000jzma', '46km SSE of Acari, Peru', 'earthquake\r'), +(20732, '2013-09-26 06:46:04', 14.4361, -93.3857, 8.82, 5.5, 'mwb', 'usb000k036', '108km WSW of Puerto Madero, Mexico', 'earthquake\r'), +(20733, '2013-09-28 07:34:06', 27.1825, 65.5052, 12, 6.8, 'mww', 'usb000k1gb', '85km NNE of Awaran, Pakistan', 'earthquake\r'), +(20734, '2013-09-28 11:13:47', -16.5507, -173.8364, 58.94, 5.5, 'mwc', 'usb000k1il', '67km S of Hihifo, Tonga', 'earthquake\r'), +(20735, '2013-09-30 05:55:55', -30.9255, -178.3234, 41.54, 6.5, 'mww', 'usb000k2h2', '78km NE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20736, '2013-09-30 08:16:09', 49.4947, -28.5247, 10, 5.5, 'mwc', 'usb000k2it', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(20737, '2013-10-01 03:38:22', 53.1995, 152.7864, 573, 6.7, 'mww', 'usb000k3c1', 'Sea of Okhotsk', 'earthquake\r'), +(20738, '2013-10-02 01:06:37', 11.2277, 57.5902, 7.89, 5.7, 'mww', 'usb000k49t', 'Owen Fracture Zone region', 'earthquake\r'), +(20739, '2013-10-04 17:26:14', -38.6062, 78.3693, 12.72, 6.4, 'mww', 'usb000k6nk', '113km SE of Amsterdam Island, ', 'earthquake\r'), +(20740, '2013-10-06 16:38:09', 12.3115, 141.6905, 104, 6, 'mww', 'usb000k7q5', 'Mariana Islands region', 'earthquake\r'), +(20741, '2013-10-06 21:33:20', -36.7267, -97.4761, 10.28, 6.2, 'mww', 'usb000k7s0', 'West Chile Rise', 'earthquake\r'), +(20742, '2013-10-08 13:39:56', -58.8864, 149.0414, 10, 5.7, 'mww', 'usb000k8jm', 'West of Macquarie Island', 'earthquake\r'), +(20743, '2013-10-11 21:25:00', -30.6623, -178.4838, 151, 6.2, 'mww', 'usb000kbbm', '94km NNE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20744, '2013-10-12 02:10:27', 10.9048, -62.315, 63, 6, 'mww', 'usb000kbhi', '36km N of Gueiria, Venezuela', 'earthquake\r'), +(20745, '2013-10-12 13:11:53', 35.5142, 23.2523, 40, 6.6, 'mww', 'usb000kbn7', '31km W of Platanos, Greece', 'earthquake\r'), +(20746, '2013-10-12 14:30:10', 0.7452, 122.2107, 96.63, 5.5, 'mwc', 'usb000kbpa', '28km NNW of Tilamuta, Indonesia', 'earthquake\r'), +(20747, '2013-10-12 20:01:37', -36.7364, 78.7182, 4.41, 5.5, 'mwb', 'usb000kbz3', '161km NE of Amsterdam Island, ', 'earthquake\r'), +(20748, '2013-10-13 17:32:46', 3.9633, 95.8634, 46, 5.6, 'mwb', 'usb000kccu', '35km WSW of Meulaboh, Indonesia', 'earthquake\r'), +(20749, '2013-10-15 00:12:32', 9.8796, 124.1167, 19.04, 7.1, 'mww', 'usb000kdb4', '4km SE of Sagbayan, Philippines', 'earthquake\r'), +(20750, '2013-10-15 08:36:21', 9.8331, 124.261, 6.74, 5.6, 'mwb', 'usb000kdj3', '4km NW of Sierra Bullones, Philippines', 'earthquake\r'), +(20751, '2013-10-15 08:42:50', 9.7931, 123.6885, 16.01, 5.7, 'mww', 'usb000kdj6', '11km W of Loon, Philippines', 'earthquake\r'), +(20752, '2013-10-16 10:30:59', -6.4456, 154.931, 35, 6.8, 'mww', 'usb000kemb', '62km WSW of Panguna, Papua New Guinea', 'earthquake\r'), +(20753, '2013-10-19 17:54:55', 26.0913, -110.3209, 9.45, 6.6, 'mww', 'usb000khbc', '99km SW of Etchoropo, Mexico', 'earthquake\r'), +(20754, '2013-10-20 13:16:39', -56.5117, -25.6931, 10, 5.6, 'mwc', 'usb000khl5', '94km ENE of Visokoi Island, ', 'earthquake\r'), +(20755, '2013-10-21 04:01:54', -22.9456, -174.7121, 11.91, 5.5, 'mwb', 'usb000khrf', '180km S of `Ohonua, Tonga', 'earthquake\r'), +(20756, '2013-10-22 21:15:51', -6.3449, 154.9657, 50, 5.5, 'mww', 'usb000kimr', '57km W of Panguna, Papua New Guinea', 'earthquake\r'), +(20757, '2013-10-23 08:23:30', -23.0067, -177.1425, 160, 6, 'mwb', 'usb000kj1z', '283km SW of Vaini, Tonga', 'earthquake\r'), +(20758, '2013-10-24 00:25:46', -30.8285, -178.2171, 49.14, 5.5, 'mww', 'usc000km1j', '93km NE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20759, '2013-10-24 19:25:11', -58.153, -12.7964, 22.87, 6.7, 'mww', 'usc000kmfw', 'East of the South Sandwich Islands', 'earthquake\r'), +(20760, '2013-10-25 17:10:20', 37.1557, 144.6611, 35, 7.1, 'mww', 'usc000kn4n', 'Off the east coast of Honshu, Japan', 'earthquake\r'), +(20761, '2013-10-25 17:54:31', -19.3607, -173.728, 8.74, 5.7, 'mb', 'usc000kn6g', '81km NE of Pangai, Tonga', 'earthquake\r'), +(20762, '2013-10-25 21:27:35', 37.1057, 144.6715, 10, 5.5, 'mb', 'usc000kndd', 'Off the east coast of Honshu, Japan', 'earthquake\r'), +(20763, '2013-10-27 18:13:06', 37.0876, 144.5734, 20.16, 5.5, 'mwb', 'usc000kp6n', 'Off the east coast of Honshu, Japan', 'earthquake\r'), +(20764, '2013-10-29 10:37:56', -61.6949, 154.6743, 10, 5.9, 'mww', 'usc000kqkf', 'Balleny Islands region', 'earthquake\r'), +(20765, '2013-10-30 02:29:12', -35.439, -73.193, 39.2, 5.8, 'mww', 'usc000kr9e', '71km W of Constitucion, Chile', 'earthquake\r'), +(20766, '2013-10-30 02:51:47', -35.314, -73.395, 41.5, 6.2, 'mww', 'usc000kr9k', '88km W of Constitucion, Chile', 'earthquake\r'), +(20767, '2013-10-31 12:02:09', 23.5904, 121.4366, 10, 6.3, 'mww', 'usc000ksdy', '46km SSW of Hualian, Taiwan', 'earthquake\r'), +(20768, '2013-10-31 23:04:00', -30.2921, -71.5215, 27, 6.6, 'mww', 'usb000kqnc', '41km SSW of Coquimbo, Chile', 'earthquake\r'), +(20769, '2013-11-02 15:52:46', -23.6357, -112.5956, 9.98, 6, 'mww', 'usb000krjt', 'Easter Island region', 'earthquake\r'), +(20770, '2013-11-02 18:53:47', -19.1711, -172.6411, 10.05, 6.2, 'mww', 'usb000krlz', '152km ESE of Neiafu, Tonga', 'earthquake\r'), +(20771, '2013-11-02 19:05:57', -19.2068, -172.3982, 10, 5.7, 'mwc', 'usb000krm5', '177km ESE of Neiafu, Tonga', 'earthquake\r'), +(20772, '2013-11-03 02:42:54', -5.8583, 148.8538, 88.74, 5.8, 'mww', 'usb000krul', '86km WNW of Kandrian, Papua New Guinea', 'earthquake\r'), +(20773, '2013-11-03 10:08:55', -19.2137, -172.5332, 4, 5.6, 'mwb', 'usb000ks0p', '165km ESE of Neiafu, Tonga', 'earthquake\r'), +(20774, '2013-11-03 11:03:38', 4.6565, 123.3471, 532, 5.9, 'mww', 'usb000ks1g', '195km SSW of Palimbang, Philippines', 'earthquake\r'), +(20775, '2013-11-03 17:46:45', -57.8439, -25.714, 65.64, 5.5, 'mww', 'usb000ks54', '140km NNE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(20776, '2013-11-07 16:46:35', -22.324, 171.5445, 98, 5.7, 'mww', 'usb000ku2v', '52km W of Ile Hunter, New Caledonia', 'earthquake\r'), +(20777, '2013-11-08 09:51:02', -1.1873, 67.6827, 10, 5.5, 'mwb', 'usb000kukj', 'Carlsberg Ridge', 'earthquake\r'), +(20778, '2013-11-09 03:45:14', -12.0269, 167.1235, 10.91, 5.5, 'mwc', 'usb000kv0r', '202km SE of Lata, Solomon Islands', 'earthquake\r'), +(20779, '2013-11-09 14:53:27', -28.3173, -176.7731, 10, 5.5, 'mwb', 'usb000kv5k', '152km NE of Raoul Island, New Zealand', 'earthquake\r'), +(20780, '2013-11-09 22:37:50', 35.9187, 139.9684, 64.31, 5.6, 'mww', 'usb000kvca', '3km WSW of Moriya, Japan', 'earthquake\r'), +(20781, '2013-11-10 21:13:50', -54.9278, -130.5733, 10, 5.6, 'mwb', 'usb000kvke', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20782, '2013-11-12 07:03:51', 54.6859, 162.3024, 43, 6.4, 'mww', 'usb000kw1x', '172km S of Ust\'\'-Kamchatsk Staryy, Russia', 'earthquake\r'), +(20783, '2013-11-13 03:57:40', 51.5477, -178.9984, 20, 5.8, 'mww', 'usb000kwl1', '32km NNE of Amatignak Island, Alaska', 'earthquake\r'), +(20784, '2013-11-13 23:45:48', -60.2814, -47.1233, 11.07, 6.1, 'mww', 'usb000kxhr', 'Scotia Sea', 'earthquake\r'), +(20785, '2013-11-15 02:00:34', 41.4306, 142.177, 46, 5.5, 'mwb', 'usb000kypf', '81km ENE of Mutsu, Japan', 'earthquake\r'), +(20786, '2013-11-16 03:34:31', -60.2627, -47.0621, 9.97, 6.9, 'mww', 'usb000kznc', 'Scotia Sea', 'earthquake\r'), +(20787, '2013-11-16 09:35:46', -60.2942, -46.4266, 10.28, 5.5, 'mwb', 'usb000kzst', 'Scotia Sea', 'earthquake\r'), +(20788, '2013-11-16 10:26:43', 4.2077, 90.0652, 10.01, 5.7, 'mwb', 'usb000kztl', 'Off the west coast of northern Sumatra', 'earthquake\r'), +(20789, '2013-11-16 11:44:41', 35.6039, 140.1529, 59.4, 5.5, 'mwb', 'usb000kzuj', '2km E of Chiba-shi, Japan', 'earthquake\r'), +(20790, '2013-11-16 15:00:13', -60.3474, -46.3687, 10, 5.5, 'mwc', 'usb000kzwy', 'Scotia Sea', 'earthquake\r'), +(20791, '2013-11-17 09:04:56', -60.2738, -46.4011, 10, 7.7, 'mww', 'usb000l0gq', 'Scotia Sea', 'earthquake\r'), +(20792, '2013-11-17 09:11:02', -60.4778, -45.2114, 15.57, 5.8, 'mb', 'usb000l4fr', 'Scotia Sea', 'earthquake\r'), +(20793, '2013-11-17 12:11:36', -60.526, -44.3839, 10, 5.7, 'mb', 'usb000l0mf', 'Scotia Sea', 'earthquake\r'), +(20794, '2013-11-17 17:37:14', -10.329, -11.8343, 10, 5.5, 'mb', 'usb000l0w2', 'Ascension Island region', 'earthquake\r'), +(20795, '2013-11-18 19:10:45', 34.3343, 137.0475, 328, 5.6, 'mww', 'usb000l1hk', '24km SE of Toba, Japan', 'earthquake\r'), +(20796, '2013-11-19 13:32:51', 2.6403, 128.4339, 38, 6, 'mww', 'usb000l219', '111km NNE of Tobelo, Indonesia', 'earthquake\r'), +(20797, '2013-11-19 15:16:48', 8.9147, 138.5332, 10, 5.9, 'mww', 'usb000l22e', '79km SSE of Yap, Micronesia', 'earthquake\r'), +(20798, '2013-11-19 17:00:44', 18.4753, 145.2041, 511, 6, 'mww', 'usb000l25i', '58km WSW of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(20799, '2013-11-19 23:18:01', -63.2943, -164.9357, 10.13, 5.7, 'mwb', 'usb000l2j8', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20800, '2013-11-20 10:09:18', 12.3975, 95.1481, 10.26, 5.5, 'mwb', 'usb000l2rk', '273km ENE of Port Blair, India', 'earthquake\r'), +(20801, '2013-11-22 06:51:25', 34.4574, 45.4824, 6, 5.6, 'mwb', 'usb000l43r', '34km W of Sarpol-e Zahab, Iran', 'earthquake\r'), +(20802, '2013-11-22 17:20:58', 5.4216, 92.8184, 15.61, 5.5, 'mww', 'usb000l4ju', '277km W of Banda Aceh, Indonesia', 'earthquake\r'), +(20803, '2013-11-22 18:30:58', 34.3083, 45.6105, 14, 5.8, 'mww', 'usb000l4lf', '28km SW of Sarpol-e Zahab, Iran', 'earthquake\r'), +(20804, '2013-11-23 07:48:32', -17.1171, -176.5449, 371, 6.5, 'mww', 'usb000l51g', 'Fiji region', 'earthquake\r'), +(20805, '2013-11-25 05:56:50', 45.5613, 151.0047, 34, 6, 'mww', 'usb000l5z1', '247km E of Kuril\'\'sk, Russia', 'earthquake\r'), +(20806, '2013-11-25 06:27:09', -54.0272, -54.9796, 10.01, 5.6, 'mb', 'usb000l5zb', 'South Atlantic Ocean', 'earthquake\r'), +(20807, '2013-11-25 06:27:33', -53.9451, -55.0033, 11.78, 7, 'mww', 'usb000l5zn', 'Falkland Islands region', 'earthquake\r'), +(20808, '2013-11-25 07:21:18', -53.8708, -53.9107, 14.83, 6, 'mwc', 'usb000l633', 'South Atlantic Ocean', 'earthquake\r'), +(20809, '2013-11-25 20:06:56', -12.5993, -76.2025, 76.57, 5.5, 'mwb', 'usb000l6bt', '43km NNE of Quilmana, Peru', 'earthquake\r'), +(20810, '2013-11-26 14:30:28', -5.8261, 150.7634, 61.17, 5.5, 'mwb', 'usb000l6rl', '75km ESE of Kimbe, Papua New Guinea', 'earthquake\r'), +(20811, '2013-11-28 13:51:34', 29.32, 51.31, 8, 5.8, 'mwb', 'usb000l7nt', '10km ENE of Borazjan, Iran', 'earthquake\r'), +(20812, '2013-12-01 01:24:14', -7.0269, 128.3791, 9.87, 6.4, 'mww', 'usb000l8mb', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(20813, '2013-12-01 03:19:38', 41.6832, -126.8781, 10.09, 5.5, 'mww', 'usb000l8n7', '218km WSW of Gold Beach, Oregon', 'earthquake\r'), +(20814, '2013-12-01 06:29:58', 2.044, 96.8261, 20, 6, 'mww', 'usb000l8pb', '69km SE of Sinabang, Indonesia', 'earthquake\r'), +(20815, '2013-12-02 02:14:57', -21.2849, 170.3154, 110, 5.6, 'mww', 'usb000l90p', '217km NW of Ile Hunter, New Caledonia', 'earthquake\r'), +(20816, '2013-12-02 12:18:48', -53.3147, 25.4971, 10, 5.5, 'mwb', 'usb000l96n', 'South of Africa', 'earthquake\r'), +(20817, '2013-12-03 23:58:50', 6.6241, 126.1749, 30, 5.6, 'mwb', 'usb000layi', '7km E of Tibanbang, Philippines', 'earthquake\r'), +(20818, '2013-12-04 14:55:40', -25.4464, 178.253, 574, 5.7, 'mww', 'usb000lb85', 'South of the Fiji Islands', 'earthquake\r'), +(20819, '2013-12-08 17:24:54', 44.4438, 149.1667, 28, 6, 'mww', 'usb000lds9', '134km SE of Kuril\'\'sk, Russia', 'earthquake\r'), +(20820, '2013-12-13 04:45:11', 13.1334, -89.0898, 67.59, 5.6, 'mwb', 'usc000ljv7', '40km S of El Rosario, El Salvador', 'earthquake\r'), +(20821, '2013-12-14 04:06:15', 35.6544, 140.6546, 42, 5.5, 'mwb', 'usc000lkgy', '6km S of Asahi, Japan', 'earthquake\r'), +(20822, '2013-12-16 04:11:47', -58.6854, 149.3456, 6.67, 5.5, 'mwb', 'usc000llbc', 'West of Macquarie Island', 'earthquake\r'), +(20823, '2013-12-16 12:07:25', -46.0838, 165.9893, 11.37, 5.8, 'mww', 'usc000llfs', '153km WSW of Te Anau, New Zealand', 'earthquake\r'), +(20824, '2013-12-17 12:30:00', -25.509, -70.521, 71.5, 5.5, 'mww', 'usc000lm19', '12km SSW of Taltal, Chile', 'earthquake\r'), +(20825, '2013-12-17 17:02:02', -20.7074, -178.6609, 601.97, 5.7, 'mwb', 'usc000lm7a', '7km SSE of Ndoi Island, Fiji', 'earthquake\r'), +(20826, '2013-12-17 23:38:07', 20.7727, 146.7903, 9, 6.2, 'mww', 'usc000lmmc', '198km E of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(20827, '2013-12-19 21:34:13', -6.9084, 128.3228, 10.63, 5.7, 'mwb', 'usc000lnj6', 'Banda Sea', 'earthquake\r'), +(20828, '2013-12-21 01:34:14', 35.6065, 140.6497, 35.36, 5.5, 'mwb', 'usc000lpah', '12km S of Asahi, Japan', 'earthquake\r'), +(20829, '2013-12-21 06:38:29', -22.2795, 171.7306, 122, 5.5, 'mwb', 'usc000lpdm', '35km WNW of Ile Hunter, New Caledonia', 'earthquake\r'), +(20830, '2013-12-22 07:29:04', -46.4494, 96.133, 9.87, 5.5, 'mwb', 'usc000lpw9', 'Southeast Indian Ridge', 'earthquake\r'), +(20831, '2013-12-22 10:03:10', -46.4386, 96.0153, 10, 5.6, 'mwb', 'usc000lpxm', 'Southeast Indian Ridge', 'earthquake\r'), +(20832, '2013-12-23 06:57:29', 35.688, 142.1406, 8, 5.6, 'mwb', 'usc000lq71', '118km E of Hasaki, Japan', 'earthquake\r'), +(20833, '2013-12-23 09:12:27', 12.7711, 143.036, 92, 5.8, 'mww', 'usc000lq86', '185km WSW of Merizo Village, Guam', 'earthquake\r'), +(20834, '2013-12-28 06:43:37', -56.4333, -142.5413, 10, 5.6, 'mwb', 'usc000lt6s', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20835, '2013-12-28 15:21:04', 36.028, 31.31, 40.7, 5.9, 'mww', 'usc000ltax', '77km SSW of Avsallar, Turkey', 'earthquake\r'), +(20836, '2013-12-28 18:59:05', -1.3673, -15.1711, 10.23, 5.8, 'mww', 'usc000ltdl', 'North of Ascension Island', 'earthquake\r'), +(20837, '2013-12-28 19:06:17', -18.2012, -174.3201, 95.83, 5.9, 'mww', 'usc000ltdn', '61km NW of Neiafu, Tonga', 'earthquake\r'), +(20838, '2013-12-28 19:31:24', 20.7553, 146.6663, 11.82, 5.6, 'mwc', 'usc000lte5', '185km E of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(20839, '2013-12-29 12:49:17', -5.605, 153.9863, 24, 5.5, 'mww', 'usc000ltnq', '164km SE of Taron, Papua New Guinea', 'earthquake\r'), +(20840, '2013-12-29 15:37:38', 1.2996, 126.2455, 42.94, 5.7, 'mww', 'usc000ltqk', '119km E of Bitung, Indonesia', 'earthquake\r'), +(20841, '2013-12-31 20:01:07', 19.1181, 120.2719, 10.95, 5.7, 'mww', 'usc000luwe', '77km NNW of Burgos, Philippines', 'earthquake\r'), +(20842, '2014-01-01 16:03:29', -13.8633, 167.249, 187, 6.5, 'mww', 'usc000lvb5', '32km W of Sola, Vanuatu', 'earthquake\r'), +(20843, '2014-01-04 00:11:48', -20.687, -70.795, 26.1, 5.7, 'mww', 'usc000lwmk', '85km SW of Iquique, Chile', 'earthquake\r'), +(20844, '2014-01-04 05:23:00', 36.9704, 143.3822, 22, 5.5, 'mwb', 'usc000lwp7', '218km ESE of Namie, Japan', 'earthquake\r'), +(20845, '2014-01-05 03:36:41', 4.557, -76.644, 53.91, 5.5, 'mwb', 'usc000lx2l', '44km S of Novita, Colombia', 'earthquake\r'), +(20846, '2014-01-07 23:02:53', -4.5306, -106.0719, 10, 5.7, 'mwb', 'usc000lyi1', 'Central East Pacific Rise', 'earthquake\r'), +(20847, '2014-01-08 04:22:10', -20.7495, -70.633, 20, 5.7, 'mww', 'usc000lykc', '77km SW of Iquique, Chile', 'earthquake\r'), +(20848, '2014-01-09 06:39:33', -11.5917, 166.5235, 58.01, 5.8, 'mww', 'usc000lz8g', '122km SE of Lata, Solomon Islands', 'earthquake\r'), +(20849, '2014-01-10 02:22:56', -31.3131, -179.5728, 211, 5.6, 'mww', 'usc000lzsc', '65km WNW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20850, '2014-01-11 13:10:51', 14.6437, -92.0592, 78, 5.5, 'mwb', 'usc000m0xb', '8km SSW of Pajapita, Guatemala', 'earthquake\r'), +(20851, '2014-01-13 04:01:03', 19.0428, -66.8096, 20, 6.4, 'mww', 'usc000m1w9', '61km N of Hatillo, Puerto Rico', 'earthquake\r'), +(20852, '2014-01-16 07:33:10', 51.1701, -179.2252, 27, 5.5, 'mwb', 'usb000m225', '13km SW of Amatignak Island, Alaska', 'earthquake\r'), +(20853, '2014-01-20 02:52:44', -40.6595, 175.8144, 28, 6.1, 'mww', 'usb000m4i4', '35km NNE of Masterton, New Zealand', 'earthquake\r'), +(20854, '2014-01-21 01:29:07', -15.1443, -174.6812, 6.12, 6.1, 'mww', 'usb000m5ge', '133km NW of Hihifo, Tonga', 'earthquake\r'), +(20855, '2014-01-22 03:41:30', -15.1091, -174.6902, 11.34, 5.5, 'mwc', 'usb000m635', '137km NW of Hihifo, Tonga', 'earthquake\r'), +(20856, '2014-01-22 10:20:31', -20.4871, 172.5205, 10.03, 5.6, 'mwb', 'usb000m668', '217km NNE of Ile Hunter, New Caledonia', 'earthquake\r'), +(20857, '2014-01-23 00:52:15', -7.1045, 120.3147, 579, 5.5, 'mwb', 'usb000m6hr', '130km N of Lanos, Indonesia', 'earthquake\r'), +(20858, '2014-01-23 04:59:50', 13.3556, 146.1336, 7, 5.8, 'mww', 'usb000m6jc', '133km SE of Rota, Northern Mariana Islands', 'earthquake\r'), +(20859, '2014-01-23 05:24:00', 13.3936, 146.1758, 10, 5.7, 'mwc', 'usb000m6jk', '134km SE of Rota, Northern Mariana Islands', 'earthquake\r'), +(20860, '2014-01-25 05:14:19', -7.9855, 109.2653, 66, 6.1, 'mww', 'usb000m7wd', '38km SSE of Adipala, Indonesia', 'earthquake\r'), +(20861, '2014-01-26 13:55:42', 38.2082, 20.4528, 8, 6.1, 'mww', 'usb000m8ch', '1km ENE of Lixourion, Greece', 'earthquake\r'), +(20862, '2014-01-26 13:57:19', 38.2889, 20.5649, 10, 5.6, 'mb', 'usc000mn0r', '8km WNW of Sami, Greece', 'earthquake\r'), +(20863, '2014-01-27 16:42:38', -19.2592, -63.9189, 600.21, 5.6, 'mwb', 'usb000m8x1', '40km E of Padilla, Bolivia', 'earthquake\r'), +(20864, '2014-01-29 00:32:28', -9.5949, 161.2282, 41, 5.6, 'mwb', 'usc000mcj6', '108km SSE of Auki, Solomon Islands', 'earthquake\r'), +(20865, '2014-01-29 10:01:51', -18.5087, -69.3735, 120.03, 5.6, 'mww', 'usc000mcsn', '39km SSE of Putre, Chile', 'earthquake\r'), +(20866, '2014-02-01 03:58:44', -56.8269, -27.3391, 129.97, 6.1, 'mww', 'usc000mf4j', '16km SSW of Visokoi Island, ', 'earthquake\r'), +(20867, '2014-02-01 20:00:01', -11.4671, 166.2799, 45.95, 5.7, 'mww', 'usc000mfe4', '96km SSE of Lata, Solomon Islands', 'earthquake\r'), +(20868, '2014-02-02 09:26:38', -32.9076, -177.8806, 44.26, 6.5, 'mww', 'usc000mfm0', '189km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(20869, '2014-02-03 03:08:46', 38.2637, 20.3897, 5, 6, 'mww', 'usc000mfuh', '7km NNW of Lixourion, Greece', 'earthquake\r'), +(20870, '2014-02-03 04:26:00', -4.8976, 153.7404, 109, 5.6, 'mww', 'usc000mfvh', '91km ESE of Taron, Papua New Guinea', 'earthquake\r'), +(20871, '2014-02-03 22:36:37', -7.1916, 128.1716, 7.05, 5.8, 'mww', 'usc000mgma', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(20872, '2014-02-05 20:52:33', -61.3939, 154.4542, 10, 5.9, 'mww', 'usc000mij1', 'Balleny Islands region', 'earthquake\r'), +(20873, '2014-02-05 22:53:05', -20.3954, 169.2569, 48.18, 5.5, 'mwb', 'usc000miql', '93km S of Isangel, Vanuatu', 'earthquake\r'), +(20874, '2014-02-06 05:47:02', -11.5493, 166.4025, 50.23, 5.5, 'mwb', 'usc000miyu', '111km SE of Lata, Solomon Islands', 'earthquake\r'), +(20875, '2014-02-07 08:40:14', -15.0691, 167.3721, 122, 6.5, 'mww', 'usc000mjye', '34km E of Port-Olry, Vanuatu', 'earthquake\r'), +(20876, '2014-02-08 19:50:36', -60.4256, -45.1914, 23.93, 5.7, 'mww', 'usc000ml4s', 'Scotia Sea', 'earthquake\r'), +(20877, '2014-02-09 14:56:39', -5.9651, 154.435, 41.8, 6, 'mww', 'usc000mlk4', '122km WNW of Panguna, Papua New Guinea', 'earthquake\r'), +(20878, '2014-02-10 18:06:18', -8.2076, 124.5284, 18.6, 5.5, 'mwb', 'usc000mmb5', '107km NNW of Atambua, Indonesia', 'earthquake\r'), +(20879, '2014-02-12 09:19:49', 35.9053, 82.5864, 10, 6.9, 'mww', 'usc000mnvj', '272km ESE of Hotan, China', 'earthquake\r'), +(20880, '2014-02-12 09:24:43', 35.8221, 82.4667, 10, 5.7, 'mb', 'usc000mz3i', '268km ESE of Hotan, China', 'earthquake\r'), +(20881, '2014-02-12 11:43:10', -22.354, -68.813, 99.9, 5.6, 'mww', 'usc000mnzc', '17km NE of Calama, Chile', 'earthquake\r'), +(20882, '2014-02-12 19:22:53', -20.6254, 169.8532, 12.34, 5.6, 'mww', 'usc000mp97', '133km SSE of Isangel, Vanuatu', 'earthquake\r'), +(20883, '2014-02-14 07:44:15', -22.9553, -114.3303, 12, 5.6, 'mww', 'usc000mqd1', 'Easter Island region', 'earthquake\r'), +(20884, '2014-02-17 05:55:59', 18.5285, 120.4305, 20.23, 5.5, 'mww', 'usc000mruf', '16km WNW of Davila, Philippines', 'earthquake\r'), +(20885, '2014-02-18 08:14:43', -34.7981, -179.4181, 27.01, 5.6, 'mwc', 'usc000msj8', 'South of the Kermadec Islands', 'earthquake\r'), +(20886, '2014-02-18 09:27:13', 14.6682, -58.9272, 14.83, 6.5, 'mww', 'usc000mskt', '172km NNE of Bathsheba, Barbados', 'earthquake\r'), +(20887, '2014-02-18 10:12:16', -4.9229, 153.7758, 112.21, 5.8, 'mwc', 'usc000mslg', '96km ESE of Taron, Papua New Guinea', 'earthquake\r'), +(20888, '2014-02-18 23:35:58', -14.1648, -75.5997, 57.04, 5.9, 'mww', 'usc000mt6q', '12km ENE of Santiago, Peru', 'earthquake\r'), +(20889, '2014-02-22 22:39:32', -60.2444, -47.2746, 10, 5.5, 'mwb', 'usc000mwta', 'Scotia Sea', 'earthquake\r'), +(20890, '2014-02-24 23:26:55', 4.1306, 62.8765, 4, 5.6, 'mww', 'usc000mxls', 'Carlsberg Ridge', 'earthquake\r'), +(20891, '2014-02-24 23:32:48', 4.1326, 62.6332, 10, 5.6, 'mwb', 'usc000mxn0', 'Carlsberg Ridge', 'earthquake\r'), +(20892, '2014-02-24 23:47:06', 4.0592, 62.5996, 10, 5.5, 'mwc', 'usc000mxmh', 'Carlsberg Ridge', 'earthquake\r'), +(20893, '2014-02-24 23:59:46', 4.2246, 62.5227, 10, 5.5, 'mwc', 'usc000mxmu', 'Carlsberg Ridge', 'earthquake\r'), +(20894, '2014-02-26 21:13:40', 53.6047, -171.821, 265, 6.1, 'mww', 'usc000myqq', '129km NNW of Amukta Island, Alaska', 'earthquake\r'), +(20895, '2014-03-02 09:37:55', 12.5559, -87.6879, 60, 6.2, 'mww', 'usb000mzef', '33km SW of Jiquilillo, Nicaragua', 'earthquake\r'), +(20896, '2014-03-02 19:38:56', -6.2859, 154.8444, 45, 5.8, 'mww', 'usb000mzlz', '70km W of Panguna, Papua New Guinea', 'earthquake\r'), +(20897, '2014-03-02 20:11:23', 27.4312, 127.3674, 119, 6.5, 'mww', 'usb000mzmn', '111km NNW of Nago, Japan', 'earthquake\r'), +(20898, '2014-03-02 22:17:14', 14.1833, -93.1535, 18.47, 6, 'mww', 'usb000mzqn', '98km SW of Puerto Madero, Mexico', 'earthquake\r'), +(20899, '2014-03-04 10:51:16', -33.6046, -71.957, 20, 5.7, 'mww', 'usb000n0mp', '31km W of San Antonio, Chile', 'earthquake\r'), +(20900, '2014-03-05 09:56:58', -14.7378, 169.8234, 638, 6.3, 'mww', 'usb000n1ex', '262km ESE of Sola, Vanuatu', 'earthquake\r'), +(20901, '2014-03-05 17:34:20', -14.7947, 167.2548, 109.6, 5.6, 'mwb', 'usb000n1mk', '35km NE of Port-Olry, Vanuatu', 'earthquake\r'), +(20902, '2014-03-05 22:27:06', -5.7523, 154.1211, 33, 5.6, 'mww', 'usc000n3qp', '163km WNW of Panguna, Papua New Guinea', 'earthquake\r'), +(20903, '2014-03-07 10:04:53', -28.152, -176.6437, 27, 5.7, 'mww', 'usc000n4rt', '174km NE of Raoul Island, New Zealand', 'earthquake\r'), +(20904, '2014-03-09 20:29:53', 1.6575, -79.3537, 6, 5.6, 'mww', 'usc000n62j', '61km WSW of Tumaco, Colombia', 'earthquake\r'), +(20905, '2014-03-10 00:38:15', 16.0414, -98.3358, 8.41, 5.8, 'mww', 'usc000n65q', '45km SW of Santiago Pinotepa Nacional, Mexico', 'earthquake\r'), +(20906, '2014-03-10 05:18:13', 40.8286667, -125.1338333, 16.441, 6.8, 'mw', 'nc72182046', '78km WNW of Ferndale, California', 'earthquake\r'), +(20907, '2014-03-10 17:33:29', -5.4804, 147.9554, 260, 5.9, 'mww', 'usc000n6px', '124km N of Finschhafen, Papua New Guinea', 'earthquake\r'), +(20908, '2014-03-11 02:44:06', -60.8623, -19.9775, 10, 6.4, 'mww', 'usc000n7bm', 'East of the South Sandwich Islands', 'earthquake\r'), +(20909, '2014-03-11 22:03:10', -3.0856, 148.5531, 7, 6.1, 'mww', 'usc000n8ez', '184km SE of Lorengau, Papua New Guinea', 'earthquake\r'), +(20910, '2014-03-12 19:25:42', -23.5928, -175.0857, 14.88, 5.6, 'mww', 'usc000n9h2', '250km S of `Ohonua, Tonga', 'earthquake\r'), +(20911, '2014-03-13 17:06:51', 33.6842, 131.8249, 79, 6.3, 'mww', 'usc000nabv', '15km NNE of Kunisaki-shi, Japan', 'earthquake\r'), +(20912, '2014-03-13 19:11:35', 41.9039, -126.8982, 10, 5.5, 'mww', 'usc000nah5', '212km WSW of Gold Beach, Oregon', 'earthquake\r'), +(20913, '2014-03-14 13:38:06', 7.7631, 94.3128, 10, 5.5, 'mww', 'usc000nb99', '112km ESE of Mohean, India', 'earthquake\r'), +(20914, '2014-03-14 20:32:10', -53.5105, 25.2378, 11.29, 5.5, 'mwb', 'usc000nbsx', 'South of Africa', 'earthquake\r'), +(20915, '2014-03-15 08:59:22', -14.0848, -76.3113, 20, 6.1, 'mww', 'usc000ncbl', '24km S of Paracas, Peru', 'earthquake\r'), +(20916, '2014-03-15 23:51:33', -5.5745, -80.9709, 29, 6.3, 'mww', 'usc000nd0c', '16km W of Sechura, Peru', 'earthquake\r'), +(20917, '2014-03-16 21:16:30', -19.9807, -70.7022, 20, 6.7, 'mww', 'usc000ndnj', '64km WNW of Iquique, Chile', 'earthquake\r'), +(20918, '2014-03-17 05:11:35', -20.0168, -70.8837, 21, 6.4, 'mww', 'usc000ndw9', '80km WNW of Iquique, Chile', 'earthquake\r'), +(20919, '2014-03-17 13:24:49', -53.1677, -32.3157, 5.96, 5.8, 'mwb', 'usc000ne4m', 'South Georgia Island region', 'earthquake\r'), +(20920, '2014-03-18 21:26:45', -19.9262, -70.7961, 3.32, 5.8, 'mww', 'usc000ng3t', '75km WNW of Iquique, Chile', 'earthquake\r'), +(20921, '2014-03-19 00:34:16', -5.298, 152.9064, 20, 5.8, 'mww', 'usc000ngbm', '92km S of Taron, Papua New Guinea', 'earthquake\r'), +(20922, '2014-03-19 12:19:26', 24.109, 122.2613, 20, 5.8, 'mww', 'usc000ngte', '68km ENE of Hualian, Taiwan', 'earthquake\r'), +(20923, '2014-03-19 16:00:23', -27.8839, -177.1289, 30.73, 5.8, 'mww', 'usc000ngya', '170km NNE of Raoul Island, New Zealand', 'earthquake\r'), +(20924, '2014-03-19 20:17:44', -60.731, -25.3287, 10, 5.5, 'mww', 'usc000nhe7', '200km SSE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(20925, '2014-03-20 18:44:15', -5.251, 152.7899, 26.15, 5.6, 'mww', 'usc000nitp', '90km SSW of Taron, Papua New Guinea', 'earthquake\r'), +(20926, '2014-03-20 21:15:11', -5.1882, 152.8343, 27, 5.8, 'mww', 'usc000nj7v', '82km SSW of Taron, Papua New Guinea', 'earthquake\r'), +(20927, '2014-03-21 13:41:09', 7.7448, 94.3342, 21.54, 6.4, 'mww', 'usc000njrq', '114km ESE of Mohean, India', 'earthquake\r'), +(20928, '2014-03-21 14:11:14', 7.5417, 94.2698, 10, 5.5, 'mb', 'usc000njsg', '115km ESE of Mohean, India', 'earthquake\r'), +(20929, '2014-03-22 12:59:59', -19.7625, -70.874, 20, 6.2, 'mww', 'usc000nl0m', '91km WNW of Iquique, Chile', 'earthquake\r'), +(20930, '2014-03-22 13:29:58', -19.7163, -70.9515, 17, 5.6, 'mww', 'usc000nl19', '101km WNW of Iquique, Chile', 'earthquake\r'), +(20931, '2014-03-23 04:31:02', -20.6741, -178.8113, 606.87, 5.9, 'mwb', 'usc000nlq5', '11km WSW of Ndoi Island, Fiji', 'earthquake\r'), +(20932, '2014-03-23 18:20:02', -19.6899, -70.8538, 21, 6.3, 'mww', 'usc000nm96', '94km NW of Iquique, Chile', 'earthquake\r'), +(20933, '2014-03-24 11:26:39', -19.8239, -70.7651, 22, 5.7, 'mww', 'usc000nmvq', '78km NW of Iquique, Chile', 'earthquake\r'), +(20934, '2014-03-24 11:40:43', -19.8288, -70.8824, 15.19, 5.6, 'mww', 'usc000nmwm', '88km WNW of Iquique, Chile', 'earthquake\r'), +(20935, '2014-03-24 15:45:31', -19.5932, -70.8207, 17.05, 5.7, 'mww', 'usc000nn3h', '99km NW of Iquique, Chile', 'earthquake\r'), +(20936, '2014-03-26 03:29:36', -26.1692, 179.2877, 495, 6.3, 'mww', 'usc000nqnq', 'South of the Fiji Islands', 'earthquake\r'), +(20937, '2014-03-26 08:49:42', 28.19, 131.5108, 10, 5.5, 'mww', 'usc000nqxt', '199km E of Naze, Japan', 'earthquake\r'), +(20938, '2014-03-27 03:49:43', -12.0989, 166.5894, 98, 6, 'mww', 'usc000nsgk', '173km SSE of Lata, Solomon Islands', 'earthquake\r'), +(20939, '2014-03-27 23:50:52', -29.1646, -68.7459, 10, 5.7, 'mww', 'usc000nu2x', '69km SW of Vinchina, Argentina', 'earthquake\r'), +(20940, '2014-03-28 14:36:08', 11.6487, -86.5532, 46, 5.6, 'mww', 'usc000numx', '15km SSW of Masachapa, Nicaragua', 'earthquake\r'), +(20941, '2014-03-28 14:37:13', -17.0544, -176.7788, 10, 5.5, 'mww', 'usc000nunk', 'Fiji region', 'earthquake\r'), +(20942, '2014-03-29 07:46:50', -0.848, -21.9196, 12, 5.9, 'mww', 'usc000nvs8', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(20943, '2014-03-31 12:53:06', -19.511, -69.174, 114.5, 5.6, 'mww', 'usc000nxi1', '128km NE of Iquique, Chile', 'earthquake\r'), +(20944, '2014-03-31 13:40:58', -8.3029, 146.9838, 4, 5.6, 'mww', 'usc000nxit', '104km NW of Kokoda, Papua New Guinea', 'earthquake\r'), +(20945, '2014-04-01 23:46:47', -19.6097, -70.7691, 25, 8.2, 'mww', 'usc000nzvd', '94km NW of Iquique, Chile', 'earthquake\r'), +(20946, '2014-04-01 23:57:59', -19.8927, -70.9455, 28.42, 6.9, 'mww', 'usc000nzwm', '91km WNW of Iquique, Chile', 'earthquake\r'), +(20947, '2014-04-01 23:59:58', -19.4928, -70.166, 21.61, 5.8, 'mb', 'usb000pmkl', '80km N of Iquique, Chile', 'earthquake\r'), +(20948, '2014-04-02 00:03:14', -19.7831, -70.719, 20.72, 5.7, 'mb', 'usc000nzx8', '77km NW of Iquique, Chile', 'earthquake\r'), +(20949, '2014-04-02 00:04:51', -19.548, -70.7269, 10, 5.6, 'mb', 'usb000pmm0', '96km NW of Iquique, Chile', 'earthquake\r'), +(20950, '2014-04-02 00:06:44', -19.7029, -70.9445, 10, 5.6, 'mb', 'usc000nzwg', '101km NW of Iquique, Chile', 'earthquake\r'), +(20951, '2014-04-02 04:46:19', -20.0759, -70.8325, 16.53, 5.5, 'mwr', 'usc000p08t', '73km WNW of Iquique, Chile', 'earthquake\r'), +(20952, '2014-04-02 16:13:27', 7.94, -82.34, 25, 6, 'mww', 'usc000p11f', '48km SSE of Pedregal, Panama', 'earthquake\r'), +(20953, '2014-04-02 23:22:48', 39.1648, 141.8049, 58.06, 5.5, 'mwb', 'usc000p20r', '12km NE of Ofunato, Japan', 'earthquake\r'), +(20954, '2014-04-03 01:58:31', -20.3113, -70.5756, 24.07, 6.5, 'mww', 'usc000p26f', '46km WSW of Iquique, Chile', 'earthquake\r'), +(20955, '2014-04-03 02:43:13', -20.5709, -70.4931, 22.4, 7.7, 'mww', 'usc000p27i', '53km SW of Iquique, Chile', 'earthquake\r'), +(20956, '2014-04-03 02:56:05', -20.7468, -70.531, 10, 5.5, 'mb', 'usc000p27s', '70km SW of Iquique, Chile', 'earthquake\r'), +(20957, '2014-04-03 03:11:14', -20.6403, -70.7332, 10, 5.5, 'mb', 'usc000p28l', '77km SW of Iquique, Chile', 'earthquake\r'), +(20958, '2014-04-03 05:26:16', -20.7969, -70.5865, 25, 6.4, 'mww', 'usc000p2cs', '78km SW of Iquique, Chile', 'earthquake\r'), +(20959, '2014-04-03 09:30:25', -5.2416, 102.2802, 44.12, 5.7, 'mwb', 'usc000p2la', '159km S of Bengkulu, Indonesia', 'earthquake\r'), +(20960, '2014-04-04 01:37:51', -20.6426, -70.654, 13.71, 6.3, 'mww', 'usc000p4a9', '70km SW of Iquique, Chile', 'earthquake\r'), +(20961, '2014-04-04 11:40:32', -10.5365, 161.7027, 57, 6, 'mww', 'usc000p4ty', '25km WSW of Kirakira, Solomon Islands', 'earthquake\r'), +(20962, '2014-04-04 20:08:07', 37.2833, 23.8711, 107, 5.6, 'mww', 'usc000p5r9', '36km ESE of Ydra, Greece', 'earthquake\r'), +(20963, '2014-04-05 02:22:39', -32.7997, -71.5803, 40.18, 5.6, 'mwb', 'usc000p66r', '25km N of Vina del Mar, Chile', 'earthquake\r'), +(20964, '2014-04-07 13:43:21', -20.1273, -70.8513, 8, 5.7, 'mww', 'usc000p8us', '74km W of Iquique, Chile', 'earthquake\r'), +(20965, '2014-04-08 10:14:32', -20.5124, -70.9226, 6, 5.6, 'mww', 'usc000palw', '87km WSW of Iquique, Chile', 'earthquake\r'), +(20966, '2014-04-09 08:28:48', -49.854, -114.2804, 10, 5.6, 'mwc', 'usb000qllq', 'Southern East Pacific Rise', 'earthquake\r'), +(20967, '2014-04-10 22:27:08', -19.2441, -173.371, 4, 5.8, 'mwb', 'usc000pfd3', '92km SE of Neiafu, Tonga', 'earthquake\r'), +(20968, '2014-04-10 23:27:46', 12.4029, -86.3783, 13, 6.1, 'mww', 'usd0003cqx', '16km SW of Valle San Francisco, Nicaragua', 'earthquake\r'), +(20969, '2014-04-11 00:01:45', -20.659, -70.6472, 13.77, 6.2, 'mww', 'usc000pfgr', '72km SW of Iquique, Chile', 'earthquake\r'), +(20970, '2014-04-11 07:07:23', -6.5858, 155.0485, 60.53, 7.1, 'mww', 'usc000pft9', '56km WSW of Panguna, Papua New Guinea', 'earthquake\r'), +(20971, '2014-04-11 08:16:46', -6.7878, 154.9502, 20, 6.5, 'mww', 'usc000pfuy', '78km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(20972, '2014-04-11 12:55:18', -6.8795, 154.9753, 9.64, 5.7, 'mwc', 'usc000pg0h', '83km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(20973, '2014-04-11 14:33:43', -6.7203, 154.9626, 20.07, 5.7, 'mww', 'usc000pg3s', '73km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(20974, '2014-04-11 20:29:13', 11.642, -85.8779, 135, 6.6, 'mww', 'usc000pgsi', '15km N of Belen, Nicaragua', 'earthquake\r'), +(20975, '2014-04-12 05:24:23', -7.1033, 155.238, 20, 6.1, 'mww', 'usc000phaj', '91km SSW of Panguna, Papua New Guinea', 'earthquake\r'), +(20976, '2014-04-12 15:59:28', -7.1799, 155.0491, 10, 5.8, 'mww', 'usc000phmh', '106km SSW of Panguna, Papua New Guinea', 'earthquake\r'), +(20977, '2014-04-12 20:14:39', -11.2701, 162.1481, 22.56, 7.6, 'mww', 'usc000phx5', '93km SSE of Kirakira, Solomon Islands', 'earthquake\r'), +(20978, '2014-04-12 20:24:47', -11.3677, 162.237, 31.69, 5.8, 'mb', 'usc000phyt', '106km SSE of Kirakira, Solomon Islands', 'earthquake\r'), +(20979, '2014-04-13 10:05:39', -11.2753, 161.9895, 12.45, 5.6, 'mwc', 'usc000pimf', '91km S of Kirakira, Solomon Islands', 'earthquake\r'), +(20980, '2014-04-13 10:09:49', -11.2941, 161.9782, 4, 5.7, 'mwb', 'usc000pimj', '93km S of Kirakira, Solomon Islands', 'earthquake\r'), +(20981, '2014-04-13 12:11:30', -20.5664, -70.747, 13.37, 5.5, 'mww', 'usc000pipx', '73km WSW of Iquique, Chile', 'earthquake\r'), +(20982, '2014-04-13 12:36:19', -11.4633, 162.0511, 39, 7.4, 'mww', 'usc000piqj', '112km S of Kirakira, Solomon Islands', 'earthquake\r'), +(20983, '2014-04-13 12:46:40', -11.4721, 162.3912, 10, 5.7, 'mb', 'usc000piqp', '123km SSE of Kirakira, Solomon Islands', 'earthquake\r'), +(20984, '2014-04-13 13:12:18', -11.21, 161.9284, 10, 5.6, 'mb', 'usc000pis3', '83km S of Kirakira, Solomon Islands', 'earthquake\r'), +(20985, '2014-04-13 13:25:00', -11.1284, 162.052, 10, 6.6, 'mww', 'usc000pish', '75km S of Kirakira, Solomon Islands', 'earthquake\r'), +(20986, '2014-04-14 06:29:48', -11.2397, 161.8756, 20, 5.8, 'mwb', 'usc000pjm1', '87km S of Kirakira, Solomon Islands', 'earthquake\r'), +(20987, '2014-04-14 07:40:41', -11.3052, 161.8184, 5, 5.6, 'mwb', 'usc000pjp0', '94km S of Kirakira, Solomon Islands', 'earthquake\r'), +(20988, '2014-04-15 03:57:01', -53.4967, 8.722, 11.18, 6.8, 'mww', 'usb000pkxl', 'Bouvet Island region', 'earthquake\r'), +(20989, '2014-04-15 13:31:33', -36.0868, -101.2428, 10, 5.6, 'mwb', 'usb000pl8s', 'Southeast of Easter Island', 'earthquake\r'), +(20990, '2014-04-17 04:38:18', 4.5162, 122.9351, 572.92, 5.8, 'mwb', 'usb000pngz', '203km SE of Tabiauan, Philippines', 'earthquake\r'), +(20991, '2014-04-17 13:10:05', -55.0442, -129.5313, 10.43, 5.6, 'mww', 'usb000ppk1', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(20992, '2014-04-17 15:06:51', -62.8705, 155.7431, 20.56, 6.2, 'mww', 'usb000pnw2', 'Balleny Islands region', 'earthquake\r'), +(20993, '2014-04-18 04:13:12', -11.1387, 164.8139, 10, 6.1, 'mww', 'usb000pptc', '120km WSW of Lata, Solomon Islands', 'earthquake\r'), +(20994, '2014-04-18 14:27:25', 17.397, -100.9723, 24, 7.2, 'mww', 'usb000pq41', '33km ESE of Petatlan, Mexico', 'earthquake\r'), +(20995, '2014-04-18 18:44:18', 67.7185, -162.6679, 23.4, 5.6, 'ml', 'ak11232962', '20km NE of Noatak, Alaska', 'earthquake\r'), +(20996, '2014-04-18 19:05:05', -62.7789, 155.5194, 9.59, 5.8, 'mwc', 'usb000pqfe', 'Balleny Islands region', 'earthquake\r'), +(20997, '2014-04-19 01:04:04', -6.6558, 155.0869, 29, 6.6, 'mww', 'usb000pqwe', '57km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(20998, '2014-04-19 13:28:01', -6.7547, 155.0241, 43.37, 7.5, 'mww', 'usb000pr89', '70km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(20999, '2014-04-19 13:31:55', -7.0167, 154.7155, 35, 5.8, 'mb', 'usb000ql65', '115km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(21000, '2014-04-19 13:47:47', -6.9524, 154.8133, 35, 5.6, 'mb', 'usb000pr8t', '102km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(21001, '2014-04-19 20:54:42', -20.0283, -70.9196, 10, 5.8, 'mww', 'usb000prk0', '83km WNW of Iquique, Chile', 'earthquake\r'), +(21002, '2014-04-19 23:06:17', -6.9778, 155.0116, 40.63, 5.5, 'mwc', 'usb000prps', '89km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(21003, '2014-04-20 00:15:58', -7.1646, 155.3351, 20, 6.2, 'mww', 'usb000prqv', '95km S of Panguna, Papua New Guinea', 'earthquake\r'), +(21004, '2014-04-20 01:54:12', -26.5546, -115.0222, 10, 5.9, 'mwc', 'usb000prru', 'Southern East Pacific Rise', 'earthquake\r'), +(21005, '2014-04-20 04:17:32', -6.832, 154.546, 11, 5.8, 'mww', 'usb000prti', '118km WSW of Panguna, Papua New Guinea', 'earthquake\r'), +(21006, '2014-04-21 09:04:22', -6.2237, 154.4348, 27, 5.6, 'mww', 'usb000psg4', '116km W of Panguna, Papua New Guinea', 'earthquake\r'), +(21007, '2014-04-21 21:59:02', -6.6311, 154.7467, 13.93, 5.6, 'mwb', 'usb000pt65', '88km WSW of Panguna, Papua New Guinea', 'earthquake\r'), +(21008, '2014-04-24 03:10:10', 49.6388, -127.7316, 10, 6.5, 'mww', 'usb000px6r', '120km S of Port Hardy, Canada', 'earthquake\r'), +(21009, '2014-04-24 19:51:59', -24.0058, -176.6671, 63.11, 5.9, 'mww', 'usb000py4w', 'South of the Fiji Islands', 'earthquake\r'), +(21010, '2014-04-26 02:33:35', -56.3998, -143.7774, 10, 5.7, 'mwc', 'usb000q0wi', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21011, '2014-04-26 06:02:21', -20.752, -174.7068, 45, 6.1, 'mww', 'usb000q0ag', '66km NE of Nuku`alofa, Tonga', 'earthquake\r'), +(21012, '2014-04-30 15:52:41', -1.1669, -13.4579, 10, 5.7, 'mwb', 'usb000q5dt', 'North of Ascension Island', 'earthquake\r'), +(21013, '2014-05-01 06:36:36', -21.4542, 170.3546, 106, 6.6, 'mww', 'usb000q66s', '204km WNW of Ile Hunter, New Caledonia', 'earthquake\r'), +(21014, '2014-05-01 14:35:37', 1.9623, 97.9671, 37, 5.9, 'mww', 'usb000q6ba', '76km WSW of Onan Ganjang, Indonesia', 'earthquake\r'), +(21015, '2014-05-02 07:46:04', -18.6007, -175.3952, 13, 5.6, 'mwb', 'usb000q6w3', '149km W of Neiafu, Tonga', 'earthquake\r'), +(21016, '2014-05-02 08:43:37', -3.8148, 127.4008, 46.58, 5.7, 'mww', 'usb000q6wt', '70km SSE of Namlea, Indonesia', 'earthquake\r'), +(21017, '2014-05-02 09:15:21', 37.852, 144.2342, 15.97, 5.6, 'mww', 'usb000q6x6', '258km SE of Kamaishi, Japan', 'earthquake\r'), +(21018, '2014-05-03 08:57:12', 67.6302, -162.2066, 0.9, 5.5, 'mb', 'ak11248623', '32km ENE of Noatak, Alaska', 'earthquake\r'), +(21019, '2014-05-03 10:57:14', 22.276, 144.0124, 89.55, 5.6, 'mww', 'usb000q81w', '213km NNW of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(21020, '2014-05-04 09:15:53', -24.6108, 179.0856, 527, 6.6, 'mww', 'usb000q98a', 'South of the Fiji Islands', 'earthquake\r'), +(21021, '2014-05-04 09:25:16', -25.8072, 178.2401, 634.21, 6.3, 'mww', 'usb000q98e', 'South of the Fiji Islands', 'earthquake\r'), +(21022, '2014-05-04 20:18:25', 34.9118, 139.4186, 153, 6, 'mww', 'usb000q9sv', '31km E of Ito, Japan', 'earthquake\r'), +(21023, '2014-05-05 11:08:43', 19.6557, 99.6696, 6, 6.1, 'mww', 'usb000qack', '13km NNW of Phan, Thailand', 'earthquake\r'), +(21024, '2014-05-06 20:52:28', -36.1703, -97.054, 16.83, 6.3, 'mww', 'usb000qcg4', 'West Chile Rise', 'earthquake\r'), +(21025, '2014-05-07 04:20:34', -6.9599, 154.9011, 10, 6, 'mww', 'usb000qcqe', '96km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(21026, '2014-05-08 17:00:15', 17.2349, -100.7461, 17.09, 6.4, 'mww', 'usb000qea2', '6km WSW of Tecpan de Galeana, Mexico', 'earthquake\r'), +(21027, '2014-05-09 10:32:22', -18.9616, -175.5359, 192.3, 5.9, 'mww', 'usb000qfct', '155km NW of Pangai, Tonga', 'earthquake\r'), +(21028, '2014-05-10 07:36:01', 17.2192, -100.8122, 23, 6, 'mww', 'usb000qgt2', '14km WSW of Tecpan de Galeana, Mexico', 'earthquake\r'), +(21029, '2014-05-10 14:16:09', 60.0035, -152.1323, 91.1, 5.6, 'ml', 'ak11257368', '30km NNW of Anchor Point, Alaska', 'earthquake\r'), +(21030, '2014-05-11 01:10:16', -3.4336, 146.1109, 10, 5.9, 'mww', 'usb000qhf5', '201km N of Madang, Papua New Guinea', 'earthquake\r'), +(21031, '2014-05-11 12:35:17', -47.8539, 99.689, 10, 5.8, 'mww', 'usb000qhnh', 'Southeast Indian Ridge', 'earthquake\r'), +(21032, '2014-05-11 20:42:30', -13.8826, 167.2398, 189.08, 5.6, 'mww', 'usb000qi18', '33km W of Sola, Vanuatu', 'earthquake\r'), +(21033, '2014-05-12 18:38:37', -49.9403, -114.7995, 10.47, 6.5, 'mww', 'usb000qjhh', 'Southern East Pacific Rise', 'earthquake\r'), +(21034, '2014-05-13 06:35:24', 7.2096, -82.3045, 10, 6.5, 'mww', 'usb000qk64', '110km SE of Punta de Burica, Panama', 'earthquake\r'), +(21035, '2014-05-14 03:38:21', -22.7239, -66.4407, 213.12, 5.6, 'mww', 'usb000qlti', '76km W of Abra Pampa, Argentina', 'earthquake\r'), +(21036, '2014-05-14 20:56:13', 6.4507, 144.9238, 10, 6.1, 'mww', 'usb000qn2z', '103km SSE of Ifalik, Micronesia', 'earthquake\r'), +(21037, '2014-05-15 08:16:34', 6.4264, 144.9363, 11, 6.3, 'mww', 'usb000qngw', '106km SSE of Ifalik, Micronesia', 'earthquake\r'), +(21038, '2014-05-15 10:16:42', 9.3832, 122.0604, 15.46, 6.3, 'mww', 'usb000qniy', '51km WSW of Alim, Philippines', 'earthquake\r'), +(21039, '2014-05-16 00:40:16', -22.5327, 172.9979, 9, 5.5, 'mww', 'usb000qqbk', '98km E of Ile Hunter, New Caledonia', 'earthquake\r'), +(21040, '2014-05-16 11:01:40', 17.0863, -60.3648, 5.34, 5.9, 'mww', 'usb000qqlq', '115km NE of Grande Anse, Guadeloupe', 'earthquake\r'), +(21041, '2014-05-16 17:08:32', -23.4456, -68.5388, 104.95, 5.5, 'mww', 'usb000qrc9', '67km SSW of San Pedro de Atacama, Chile', 'earthquake\r'), +(21042, '2014-05-17 09:11:05', -19.9874, -70.8968, 5.62, 5.6, 'mww', 'usb000qsby', '82km WNW of Iquique, Chile', 'earthquake\r'), +(21043, '2014-05-17 12:13:28', -54.2473, -146.6847, 5, 5.7, 'mww', 'usb000qsfc', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21044, '2014-05-17 21:28:17', -56.2451, -27.534, 90, 5.5, 'mwb', 'usb000qsz7', '54km NNW of Visokoi Island, ', 'earthquake\r'), +(21045, '2014-05-18 00:58:28', -14.6681, -175.53, 10, 5.7, 'mwc', 'usb000qt4i', '168km SSE of Mata-Utu, Wallis and Futuna', 'earthquake\r'), +(21046, '2014-05-18 01:02:33', 4.2485, 92.7574, 35, 6, 'mww', 'usb000qt4l', 'Off the west coast of northern Sumatra', 'earthquake\r'), +(21047, '2014-05-18 04:19:18', -21.3041, 169.8451, 62.04, 5.6, 'mwb', 'usb000qt7u', '203km SSE of Isangel, Vanuatu', 'earthquake\r'), +(21048, '2014-05-18 06:38:40', -14.8047, -175.9032, 10, 5.6, 'mwc', 'usb000qt9y', '171km S of Mata-Utu, Wallis and Futuna', 'earthquake\r'), +(21049, '2014-05-18 10:59:22', 3.1506, 93.8608, 4.78, 5.5, 'mwb', 'usb000qteu', '274km WSW of Meulaboh, Indonesia', 'earthquake\r'), +(21050, '2014-05-18 23:47:04', -4.4173, -105.9421, 10, 5.8, 'mww', 'usb000qu45', 'Central East Pacific Rise', 'earthquake\r'), +(21051, '2014-05-19 01:53:54', -4.7721, -105.5478, 10, 5.5, 'mwb', 'usb000qu81', 'Central East Pacific Rise', 'earthquake\r'), +(21052, '2014-05-19 22:47:13', -57.0334, -25.1486, 10, 5.7, 'mww', 'usb000qvt4', '130km ESE of Visokoi Island, ', 'earthquake\r'), +(21053, '2014-05-21 00:21:13', 23.7553, 121.5005, 13, 5.6, 'mww', 'usb000qxnd', '26km SSW of Hualian, Taiwan', 'earthquake\r'), +(21054, '2014-05-21 10:06:16', 17.121, -95.0729, 120.3, 5.8, 'mww', 'usb000qxx2', '3km SSW of Palomares, Mexico', 'earthquake\r'), +(21055, '2014-05-21 16:21:54', 18.2012, 88.0376, 47.23, 6, 'mww', 'usb000qy82', '276km SE of Konarka, India', 'earthquake\r'), +(21056, '2014-05-22 08:37:57', -55.3968, -28.2771, 7, 5.5, 'mwb', 'usb000qzb9', '159km NNW of Visokoi Island, ', 'earthquake\r'), +(21057, '2014-05-23 20:49:22', 24.9737, 97.8437, 8, 5.8, 'mww', 'usb000r1y6', '27km NNW of Pingyuan, China', 'earthquake\r'), +(21058, '2014-05-23 21:20:07', 18.9494, 145.0446, 558.07, 5.7, 'mww', 'usb000r209', '68km WNW of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(21059, '2014-05-23 23:41:49', 45.0099, -27.8369, 10, 5.5, 'mwc', 'usb000r26g', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(21060, '2014-05-24 08:24:48', 16.526, -98.141, 17, 5.7, 'mww', 'usb000r2gj', '10km S of San Juan Cacahuatepec, Mexico', 'earthquake\r'), +(21061, '2014-05-24 09:25:02', 40.2893, 25.3889, 6.43, 6.9, 'mww', 'usb000r2hc', '22km SSW of Kamariotissa, Greece', 'earthquake\r'), +(21062, '2014-05-24 11:49:26', 0.6863, -26.3229, 10, 5.9, 'mwc', 'usb000r2j9', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(21063, '2014-05-28 21:15:07', 18.045, -68.3509, 90, 5.8, 'Ml', 'pr14148004', '45km SE of Boca de Yuma, Dominican Republic', 'earthquake\r'), +(21064, '2014-05-30 01:20:15', 24.9997, 97.845, 10, 5.9, 'mww', 'usc000r8xg', '29km NNW of Pingyuan, China', 'earthquake\r'), +(21065, '2014-05-30 11:33:10', -55.3059, -128.5812, 11.29, 5.5, 'mwc', 'usc000r91r', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21066, '2014-05-30 15:26:14', 9.3864, 126.4726, 14.53, 5.7, 'mww', 'usc000r948', '33km ENE of Burgos, Philippines', 'earthquake\r'), +(21067, '2014-05-30 15:32:27', -21.302, -69.999, 59.6, 5.6, 'mww', 'usc000r94c', '89km NNE of Tocopilla, Chile', 'earthquake\r'), +(21068, '2014-05-31 11:53:46', 18.7876, -107.469, 5, 6.2, 'mww', 'usc000r9g2', '265km WSW of Tomatlan, Mexico', 'earthquake\r'), +(21069, '2014-06-01 10:07:13', 2.017, 89.7759, 20, 5.7, 'mww', 'usc000r9t0', 'North Indian Ocean', 'earthquake\r'), +(21070, '2014-06-03 04:39:58', -54.966, -129.6226, 13.14, 5.6, 'mwc', 'usc000rabr', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21071, '2014-06-04 11:58:59', 59.0268, -136.7479, 12, 5.7, 'mww', 'usc000rauc', '77km WSW of Haines, Alaska', 'earthquake\r'), +(21072, '2014-06-05 17:22:05', -29.1504, -112.4834, 10, 5.9, 'mww', 'usc000rbe3', 'Easter Island region', 'earthquake\r'), +(21073, '2014-06-06 23:06:52', -14.8641, -175.0007, 15.33, 5.5, 'mwc', 'usc000rccx', '180km NW of Hihifo, Tonga', 'earthquake\r'), +(21074, '2014-06-07 04:43:32', 67.7245, -162.3749, 18.6, 5.5, 'ml', 'ak11285090', '36km NE of Noatak, Alaska', 'earthquake\r'), +(21075, '2014-06-07 06:05:30', 40.3731, 51.5739, 30.51, 5.5, 'mwc', 'usc000rcf1', '105km E of Artyom, Azerbaijan', 'earthquake\r'), +(21076, '2014-06-07 13:11:36', 50.6829, 157.0663, 41.06, 5.5, 'mww', 'usc000rche', '66km E of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(21077, '2014-06-13 19:30:30', -46.0293, -13.8844, 6.42, 5.8, 'mww', 'usc000rf9i', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(21078, '2014-06-14 03:58:42', 36.4544, 70.7174, 200, 5.6, 'mww', 'usc000rff2', '46km SSW of Jarm, Afghanistan', 'earthquake\r'), +(21079, '2014-06-14 11:11:00', -10.1229, 91.0921, 4, 6.5, 'mww', 'usc000rfh2', 'South Indian Ocean', 'earthquake\r'), +(21080, '2014-06-14 17:31:42', 39.4384, 140.9876, 92, 5.5, 'mww', 'usc000rfj5', '12km WNW of Hanamaki, Japan', 'earthquake\r'), +(21081, '2014-06-15 18:19:15', 36.6041, 141.7237, 15.87, 5.5, 'mww', 'usc000rfu7', '89km ESE of Iwaki, Japan', 'earthquake\r'), +(21082, '2014-06-15 20:14:51', 37.0961, 141.1141, 45, 5.6, 'mww', 'usc000rfv0', '21km ENE of Iwaki, Japan', 'earthquake\r'), +(21083, '2014-06-16 06:39:32', 1.6444, -79.2557, 14.97, 5.7, 'mww', 'usc000rfye', '51km WSW of Tumaco, Colombia', 'earthquake\r'), +(21084, '2014-06-16 12:01:08', 67.6973, -162.6119, 24.2, 5.7, 'ml', 'ak11292524', '33km ENE of Noatak, Alaska', 'earthquake\r'), +(21085, '2014-06-19 09:38:36', -19.9749, -70.9451, 11.3, 5.7, 'mww', 'usb000rgrw', '88km WNW of Iquique, Chile', 'earthquake\r'), +(21086, '2014-06-19 10:17:56', -13.5585, 166.8278, 36, 6.2, 'mww', 'usb000rgsn', '85km WNW of Sola, Vanuatu', 'earthquake\r'), +(21087, '2014-06-19 19:54:05', -19.841, -70.8701, 10.6, 5.8, 'mww', 'usb000rh54', '86km WNW of Iquique, Chile', 'earthquake\r'), +(21088, '2014-06-20 19:53:32', -19.8027, -70.9223, 12.75, 5.6, 'mww', 'usc000rj14', '93km WNW of Iquique, Chile', 'earthquake\r'), +(21089, '2014-06-20 20:22:27', -19.8101, -71.0037, 12.25, 5.8, 'mww', 'usc000rj2s', '100km WNW of Iquique, Chile', 'earthquake\r'), +(21090, '2014-06-23 19:19:16', -29.9772, -177.7247, 20, 6.9, 'mww', 'usc000rkg5', '80km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(21091, '2014-06-23 19:21:46', -29.9379, -177.5159, 10, 6.5, 'mwc', 'usc000rkga', '83km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(21092, '2014-06-23 20:06:21', -29.9414, -177.6073, 26.59, 6.7, 'mwc', 'usc000rkhj', '79km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(21093, '2014-06-23 20:53:10', 51.8486, 178.7352, 109, 7.9, 'mww', 'usc000rki5', '19km SE of Little Sitkin Island, Alaska', 'earthquake\r'), +(21094, '2014-06-23 21:00:01', 51.8246, 178.4767, 105.92, 5.7, 'mb', 'usc000rm6k', '13km S of Little Sitkin Island, Alaska', 'earthquake\r'), +(21095, '2014-06-23 21:08:54', -30.1701, -177.1876, 10, 5.6, 'mb', 'usc000rkij', '121km SE of Raoul Island, New Zealand', 'earthquake\r'), +(21096, '2014-06-23 21:11:41', 51.9558, 178.4563, 102.85, 6, 'mb', 'usc000rkii', '3km WNW of Little Sitkin Island, Alaska', 'earthquake\r'), +(21097, '2014-06-23 21:30:46', 51.9357, 178.4288, 101.88, 6, 'mb', 'usc000rkjv', '5km WSW of Little Sitkin Island, Alaska', 'earthquake\r'), +(21098, '2014-06-23 22:15:49', -30.1522, -177.5733, 10, 5.6, 'mb', 'usc000rkmt', '103km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(21099, '2014-06-23 22:20:04', -29.9669, -177.2485, 10.66, 5.9, 'mb', 'usc000rkn2', '100km SE of Raoul Island, New Zealand', 'earthquake\r'), +(21100, '2014-06-23 22:29:52', 51.9593, 178.5844, 106.6, 6, 'mb', 'usc000rknc', '5km ENE of Little Sitkin Island, Alaska', 'earthquake\r'), +(21101, '2014-06-24 00:52:28', 51.9091, 178.4438, 100.3, 5.8, 'mb', 'usc000rksk', '6km SW of Little Sitkin Island, Alaska', 'earthquake\r'), +(21102, '2014-06-24 03:15:35', 52.2045, 176.6981, 4, 6.3, 'mwb', 'usc000rkvn', '55km ESE of Buldir Island, Alaska', 'earthquake\r'), +(21103, '2014-06-24 08:12:31', 52.2488, 176.4606, 11, 5.7, 'mwb', 'usc000rkzn', '38km ESE of Buldir Island, Alaska', 'earthquake\r'), +(21104, '2014-06-29 05:56:32', 24.3877, 142.6278, 48, 6.2, 'mww', 'usc000rnfx', '138km ESE of Iwo Jima, Japan', 'earthquake\r'), +(21105, '2014-06-29 07:52:55', -55.4703, -28.3669, 8, 6.9, 'mww', 'usc000rngj', '154km NNW of Visokoi Island, ', 'earthquake\r'), +(21106, '2014-06-29 14:20:37', -55.4067, -28.106, 10, 5.8, 'mwb', 'usc000rnju', '154km NNW of Visokoi Island, ', 'earthquake\r'), +(21107, '2014-06-29 14:32:49', -55.3584, -28.1075, 10, 6, 'mwb', 'usc000rnjw', '159km NNW of Visokoi Island, ', 'earthquake\r'), +(21108, '2014-06-29 15:52:23', -14.7798, -175.2589, 9, 6.4, 'mww', 'usc000rnk7', '193km SSE of Mata-Utu, Wallis and Futuna', 'earthquake\r'), +(21109, '2014-06-29 17:15:09', -14.9831, -175.5096, 18, 6.7, 'mww', 'usc000rnku', '201km SSE of Mata-Utu, Wallis and Futuna', 'earthquake\r'), +(21110, '2014-06-29 18:24:32', -15.3533, -175.6595, 10, 5.9, 'mww', 'usc000rnlc', '215km WNW of Hihifo, Tonga', 'earthquake\r'), +(21111, '2014-06-30 01:46:23', 0.0541, -17.3427, 10, 5.6, 'mww', 'usb000rz1n', 'North of Ascension Island', 'earthquake\r'), +(21112, '2014-06-30 19:55:32', 28.3404, 138.8441, 511, 6.2, 'mww', 'usc000rnx0', 'Bonin Islands, Japan region', 'earthquake\r'), +(21113, '2014-07-01 05:42:34', -56.62, -141.7836, 10, 5.6, 'mwc', 'usb000rvum', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21114, '2014-07-02 05:53:29', -62.3014, 155.1868, 10, 6, 'mww', 'usc000rpfu', 'Balleny Islands region', 'earthquake\r'), +(21115, '2014-07-03 02:56:38', 55.2568, 166.9008, 7.61, 5.7, 'mww', 'usc000rpu4', '58km E of Nikol\'\'skoye, Russia', 'earthquake\r'), +(21116, '2014-07-03 12:05:22', 55.2557, 166.8841, 6, 5.8, 'mww', 'usc000rpw8', '57km E of Nikol\'\'skoye, Russia', 'earthquake\r'), +(21117, '2014-07-03 19:06:49', 52.1253, 178.4648, 116.13, 5.7, 'mww', 'usc000rqae', '19km N of Little Sitkin Island, Alaska', 'earthquake\r'), +(21118, '2014-07-03 19:50:07', -30.4601, -176.4451, 35, 6.3, 'mww', 'usc000rqbg', '193km SE of Raoul Island, New Zealand', 'earthquake\r'), +(21119, '2014-07-04 13:12:18', -7.0168, 155.9036, 38.82, 5.5, 'mww', 'usc000rqgl', '83km WSW of Chirovanga, Solomon Islands', 'earthquake\r'), +(21120, '2014-07-04 15:00:28', -6.2304, 152.8075, 20, 6.5, 'mww', 'usc000rqgz', '196km S of Taron, Papua New Guinea', 'earthquake\r'), +(21121, '2014-07-04 22:42:05', 39.648, 142.0802, 50.31, 5.7, 'mww', 'usc000rqix', '11km E of Miyako, Japan', 'earthquake\r'), +(21122, '2014-07-05 09:39:28', 1.9335, 96.9388, 20, 6, 'mww', 'usc000rqs7', '86km SE of Sinabang, Indonesia', 'earthquake\r'), +(21123, '2014-07-06 22:11:30', -21.1445, 173.9522, 8, 5.8, 'mww', 'usc000rr1y', '93km NW of Ceva-i-Ra, Fiji', 'earthquake\r'), +(21124, '2014-07-07 11:23:55', 14.724, -92.4614, 53, 6.9, 'mww', 'usc000rr6a', '4km W of Puerto Madero, Mexico', 'earthquake\r'), +(21125, '2014-07-08 09:05:23', 42.6676, 141.3472, 10, 5.5, 'mwb', 'usc000rrl0', '13km N of Shiraoi, Japan', 'earthquake\r'), +(21126, '2014-07-08 12:56:26', -17.6864, 168.3982, 110.24, 6.2, 'mww', 'usc000rrmg', '9km ENE of Port-Vila, Vanuatu', 'earthquake\r'), +(21127, '2014-07-09 17:58:12', -62.1149, 164.919, 10, 5.8, 'mww', 'usb000rrb8', 'Balleny Islands region', 'earthquake\r'), +(21128, '2014-07-11 19:22:01', 37.0052, 142.4525, 20, 6.5, 'mww', 'usb000rs50', '139km E of Iwaki, Japan', 'earthquake\r'), +(21129, '2014-07-12 17:49:17', -55.4163, -27.9709, 6, 5.6, 'mww', 'usb000rsej', '150km NNW of Visokoi Island, ', 'earthquake\r'), +(21130, '2014-07-12 18:20:38', -55.3411, -27.9186, 10, 5.6, 'mww', 'usb000rsf0', '157km NNW of Visokoi Island, ', 'earthquake\r'), +(21131, '2014-07-13 20:00:37', -4.0484, 151.2699, 10, 5.8, 'mww', 'usb000rsns', '101km W of Rabaul, Papua New Guinea', 'earthquake\r'), +(21132, '2014-07-13 20:54:15', -20.2585, -70.3475, 33.12, 5.5, 'mww', 'usb000rsnz', '21km W of Iquique, Chile', 'earthquake\r'), +(21133, '2014-07-14 05:05:03', -8.8188, 111.2529, 52.51, 5.5, 'mww', 'usb000rsqi', '63km SSW of Ngulung Wetan, Indonesia', 'earthquake\r'), +(21134, '2014-07-14 07:59:57', 5.7144, 126.4776, 20, 6.3, 'mww', 'usb000rsr5', '78km SSE of Pondaguitan, Philippines', 'earthquake\r'), +(21135, '2014-07-15 09:44:59', -4.1115, 151.3872, 10, 5.8, 'mww', 'usb000rt2u', '87km W of Rabaul, Papua New Guinea', 'earthquake\r'), +(21136, '2014-07-15 10:30:30', -4.1972, 151.3845, 10, 5.7, 'mww', 'usb000rt3b', '87km W of Rabaul, Papua New Guinea', 'earthquake\r'), +(21137, '2014-07-15 16:39:02', -4.1785, 151.3765, 10, 5.6, 'mww', 'usb000rt5g', '88km W of Rabaul, Papua New Guinea', 'earthquake\r'), +(21138, '2014-07-17 11:49:33', 60.3491, -140.3333, 10, 6, 'mb', 'ak11328120', '90km NNW of Yakutat, Alaska', 'earthquake\r'), +(21139, '2014-07-19 12:27:10', -15.8239, -174.4517, 227.27, 6.2, 'mww', 'usb000rujq', '76km W of Hihifo, Tonga', 'earthquake\r'), +(21140, '2014-07-19 14:14:02', 11.7448, 57.6382, 10, 6, 'mww', 'usb000ruks', 'Owen Fracture Zone region', 'earthquake\r'), +(21141, '2014-07-20 18:32:48', 44.6419, 148.7838, 61, 6.2, 'mww', 'usb000ruu6', '96km SE of Kuril\'\'sk, Russia', 'earthquake\r'), +(21142, '2014-07-21 14:54:41', -19.8015, -178.4001, 615.42, 6.9, 'mww', 'usb000ruzk', '99km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(21143, '2014-07-23 21:39:08', -20.2267, -68.6776, 118.73, 5.6, 'mww', 'usb000rwqe', '153km E of Iquique, Chile', 'earthquake\r'), +(21144, '2014-07-25 10:54:50', 58.3062, -136.9601, 10, 6.1, 'mww', 'usb000rx5i', '72km W of Gustavus, Alaska', 'earthquake\r'), +(21145, '2014-07-26 11:13:48', -60.0379, -18.6749, 10, 5.8, 'mwc', 'usb000rxjy', 'East of the South Sandwich Islands', 'earthquake\r'), +(21146, '2014-07-27 01:28:37', 23.724, -45.5809, 10, 6, 'mww', 'usb000rxni', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(21147, '2014-07-28 03:36:46', 7.5014, 136.769, 5, 5.6, 'mww', 'usb000rxuc', '131km SW of Ngulu, Micronesia', 'earthquake\r'), +(21148, '2014-07-28 23:00:48', -6.9216, 143.873, 10, 5.6, 'mww', 'usb000ry5u', '71km S of Ialibu, Papua New Guinea', 'earthquake\r'), +(21149, '2014-07-29 10:46:15', 17.6818, -95.6533, 107, 6.3, 'mww', 'usb000ry8m', '24km SE of Playa Vicente, Mexico', 'earthquake\r'), +(21150, '2014-07-29 13:27:40', -3.422, 146.769, 9.77, 6, 'mww', 'usb000ry9u', '164km SSW of Lorengau, Papua New Guinea', 'earthquake\r'), +(21151, '2014-07-29 22:04:44', 35.3766, -36.2607, 10, 5.5, 'mwb', 'usb000ryg1', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(21152, '2014-07-30 16:00:58', -7.1633, 154.8448, 10, 5.9, 'mww', 'usb000rykv', '117km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(21153, '2014-07-31 13:41:01', 12.4337, 95.2033, 10, 5.8, 'mww', 'usb000ryuh', '280km ENE of Port Blair, India', 'earthquake\r'), +(21154, '2014-08-01 04:11:17', 36.8561, 3.181, 10, 5.5, 'mww', 'usb000rz1p', '11km N of Bordj el Kiffan, Algeria', 'earthquake\r'), +(21155, '2014-08-02 10:33:26', -9.1421, 67.337, 10, 5.5, 'mwb', 'usb000rzg0', 'Mid-Indian Ridge', 'earthquake\r'), +(21156, '2014-08-02 14:02:19', -55.4278, -28.3088, 7.24, 5.6, 'mwb', 'usb000rzgn', '157km NNW of Visokoi Island, ', 'earthquake\r'), +(21157, '2014-08-03 00:22:04', 0.8295, 146.1688, 13, 6.9, 'mww', 'usb000rzki', 'Federated States of Micronesia region', 'earthquake\r'), +(21158, '2014-08-03 00:26:42', 0.9871, 146.2597, 14.87, 5.7, 'mb', 'usb000rzkl', 'Federated States of Micronesia region', 'earthquake\r'), +(21159, '2014-08-03 04:06:04', 28.0487, 128.0642, 10, 5.7, 'mww', 'usb000rzlc', '143km WSW of Naze, Japan', 'earthquake\r'), +(21160, '2014-08-03 08:30:14', 27.1891, 103.4086, 12, 6.2, 'mww', 'usb000rzmg', '11km W of Wenping, China', 'earthquake\r'), +(21161, '2014-08-06 11:45:23', -7.2741, 128.0364, 10, 6.2, 'mww', 'usb000s0r6', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(21162, '2014-08-10 03:43:17', 41.1585, 142.1309, 41, 6.1, 'mww', 'usb000s1nc', '78km E of Mutsu, Japan', 'earthquake\r'), +(21163, '2014-08-10 13:33:21', 5.8688, 127.1348, 78, 5.6, 'mwb', 'usb000s1pi', '119km ESE of Pondaguitan, Philippines', 'earthquake\r'), +(21164, '2014-08-10 18:46:18', 27.6814, -111.6319, 10, 5.5, 'mww', 'usb000s1qs', '76km ENE of Santa Rosalia, Mexico', 'earthquake\r'), +(21165, '2014-08-11 10:07:33', -29.9735, -176.0965, 10, 5.5, 'mwc', 'usb000s1tp', '191km ESE of Raoul Island, New Zealand', 'earthquake\r'), +(21166, '2014-08-11 13:32:20', -41.3326, -84.9562, 10, 5.5, 'mww', 'usb000s1vq', 'West Chile Rise', 'earthquake\r'), +(21167, '2014-08-13 00:30:47', 13.9091, 144.9757, 98, 5.6, 'mww', 'usb000s29m', '36km SW of Rota, Northern Mariana Islands', 'earthquake\r'), +(21168, '2014-08-13 05:54:38', -3.4459, 145.4342, 30.29, 5.6, 'mww', 'usb000s2b1', '166km ENE of Angoram, Papua New Guinea', 'earthquake\r'), +(21169, '2014-08-18 02:32:05', 32.703, 47.695, 10.2, 6.2, 'mww', 'usb000s3np', '40km E of Dehloran, Iran', 'earthquake\r'), +(21170, '2014-08-18 05:25:51', 32.72, 47.69, 12, 5.6, 'mwb', 'usb000s3ph', '39km E of Dehloran, Iran', 'earthquake\r'), +(21171, '2014-08-18 18:08:23', 32.5827, 47.7037, 5, 6, 'mww', 'usb000s3t7', '42km ESE of Dehloran, Iran', 'earthquake\r'), +(21172, '2014-08-20 10:14:16', 32.636, 47.736, 17.7, 5.6, 'mwb', 'usb000s4if', '44km E of Dehloran, Iran', 'earthquake\r'), +(21173, '2014-08-20 20:12:38', 52.5074, 175.3783, 5.19, 5.5, 'mwb', 'usb000s4pb', '40km WNW of Buldir Island, Alaska', 'earthquake\r'), +(21174, '2014-08-20 23:18:20', -59.1064, -17.1165, 10, 5.5, 'mwb', 'usb000s4rb', 'East of the South Sandwich Islands', 'earthquake\r'), +(21175, '2014-08-21 02:11:31', -5.2854, 150.6889, 8, 5.9, 'mww', 'usb000s4s2', '67km ENE of Kimbe, Papua New Guinea', 'earthquake\r'), +(21176, '2014-08-22 14:29:50', -6.5859, 146.8182, 10, 5.5, 'mwc', 'usb000s5dr', '23km NW of Lae, Papua New Guinea', 'earthquake\r'), +(21177, '2014-08-23 04:45:33', -20.1745, -69.0385, 100, 5.6, 'mww', 'usb000s5lt', '115km E of Iquique, Chile', 'earthquake\r'), +(21178, '2014-08-23 22:32:23', -32.6953, -71.4416, 32, 6.4, 'mww', 'usb000s5rc', '23km WNW of Hacienda La Calera, Chile', 'earthquake\r'), +(21179, '2014-08-24 10:20:44', 38.2151667, -122.3123333, 11.12, 6.02, 'mw', 'nc72282711', 'South Napa', 'earthquake\r'), +(21180, '2014-08-24 20:21:24', -55.323, -28.5152, 10.5, 5.5, 'mb', 'usb000s5w9', '173km NNW of Visokoi Island, ', 'earthquake\r'), +(21181, '2014-08-24 23:21:46', -14.598, -73.5714, 101, 6.8, 'mww', 'usb000s5x1', '43km ENE of Tambo, Peru', 'earthquake\r'), +(21182, '2014-08-25 14:31:37', -16.126, -73.1133, 62, 5.5, 'mww', 'usb000s60y', '69km NW of Camana, Peru', 'earthquake\r'), +(21183, '2014-08-27 16:31:14', -15.5674, -177.8307, 10, 5.6, 'mwb', 'usc000s7ew', '144km SSE of Sigave, Wallis and Futuna', 'earthquake\r'), +(21184, '2014-08-27 23:11:34', -15.0455, 167.3911, 115.25, 5.9, 'mww', 'usc000s7i5', '36km E of Port-Olry, Vanuatu', 'earthquake\r'), +(21185, '2014-08-28 19:14:36', 32.0864, 132.0682, 20, 5.8, 'mww', 'usc000s7q8', '53km E of Takanabe, Japan', 'earthquake\r'), +(21186, '2014-08-29 03:45:08', 36.685, 23.706, 80, 5.8, 'mww', 'usc000s7wh', '59km E of Gefyra, Greece', 'earthquake\r'), +(21187, '2014-08-29 21:16:45', -41.8341, 84.8674, 10, 5.5, 'mwb', 'usc000s88k', 'Southeast Indian Ridge', 'earthquake\r'), +(21188, '2014-09-01 11:41:10', 64.681, -17.495, 0, 5.5, 'mww', 'usc000s8ny', '115km SSE of Akureyri, Iceland', 'earthquake\r'), +(21189, '2014-09-03 07:43:31', -15.0604, -173.3796, 6, 5.8, 'mww', 'usc000s97b', '106km NNE of Hihifo, Tonga', 'earthquake\r'), +(21190, '2014-09-03 08:13:28', -15.0246, -173.5213, 10, 5.5, 'mwc', 'usc000s97i', '105km NNE of Hihifo, Tonga', 'earthquake\r'), +(21191, '2014-09-03 11:34:41', -14.8901, -173.0278, 10, 5.7, 'mww', 'usc000s98u', '140km NNE of Hihifo, Tonga', 'earthquake\r'), +(21192, '2014-09-03 20:33:59', -26.6424, -114.7393, 10, 5.9, 'mww', 'usc000s9q5', 'Easter Island region', 'earthquake\r'), +(21193, '2014-09-04 05:33:50', -21.3869, -173.3232, 35, 6, 'mww', 'usc000s9v5', '168km E of `Ohonua, Tonga', 'earthquake\r'), +(21194, '2014-09-05 19:36:31', -26.708, -114.2499, 14, 5.8, 'mww', 'usb000s9jn', 'Easter Island region', 'earthquake\r'), +(21195, '2014-09-06 06:53:12', -26.6478, -114.5, 7, 6.1, 'mww', 'usb000s9vv', 'Easter Island region', 'earthquake\r'), +(21196, '2014-09-06 07:48:34', -26.7652, -114.4718, 10, 5.9, 'mww', 'usb000s9wc', 'Easter Island region', 'earthquake\r'), +(21197, '2014-09-06 19:22:59', 18.7529, -107.0488, 17, 6.2, 'mww', 'usb000sa0z', '229km SW of Tomatlan, Mexico', 'earthquake\r'), +(21198, '2014-09-07 07:08:00', 64.5442, -17.395, 4.98, 5.5, 'mww', 'usb000sa3x', '110km WNW of Hofn, Iceland', 'earthquake\r'), +(21199, '2014-09-10 02:46:06', -0.2422, 125.104, 35, 6.2, 'mww', 'usb000say6', '132km SE of Modayag, Indonesia', 'earthquake\r'), +(21200, '2014-09-10 05:16:53', -0.1835, 125.1251, 30, 5.9, 'mww', 'usb000sayt', '128km SE of Modayag, Indonesia', 'earthquake\r'), +(21201, '2014-09-10 05:19:24', -0.2002, 125.0922, 40.82, 5.6, 'mb', 'usb000sayv', '127km SE of Modayag, Indonesia', 'earthquake\r'), +(21202, '2014-09-15 08:05:02', 64.5728, -17.3974, 10, 5.5, 'mww', 'usb000scfz', '111km WNW of Hofn, Iceland', 'earthquake\r'), +(21203, '2014-09-16 02:35:18', -6.308, 151.7171, 28.07, 5.5, 'mww', 'usb000scuj', '193km ESE of Kimbe, Papua New Guinea', 'earthquake\r'), +(21204, '2014-09-16 03:28:30', 36.0873, 139.8502, 49.94, 5.5, 'mww', 'usb000scur', '4km ESE of Sakai, Japan', 'earthquake\r'), +(21205, '2014-09-17 06:14:45', 13.7641, 144.4294, 130, 6.7, 'mww', 'usb000sdcr', '43km NW of Piti Village, Guam', 'earthquake\r'), +(21206, '2014-09-18 04:17:53', 50.5415, 150.1349, 500, 5.5, 'mwb', 'usb000sdtr', '201km NNE of Vostok, Russia', 'earthquake\r'), +(21207, '2014-09-20 18:27:14', -0.7667, 134.3003, 11.84, 5.5, 'mb', 'usb000seiy', '26km ENE of Manokwari, Indonesia', 'earthquake\r'), +(21208, '2014-09-21 17:32:05', 27.9401, 139.597, 491.15, 5.5, 'mww', 'usb000sesb', '275km WNW of Chichi-shima, Japan', 'earthquake\r'), +(21209, '2014-09-22 16:01:42', -56.0228, -27.7792, 109.33, 5.7, 'mww', 'usb000seya', '83km NNW of Visokoi Island, ', 'earthquake\r'), +(21210, '2014-09-23 15:24:01', -5.3952, 151.7372, 57.23, 5.5, 'mwc', 'usb000sf9a', '129km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21211, '2014-09-24 11:16:15', -23.8009, -66.6321, 224, 6.2, 'mww', 'usb000sfj5', '56km NW of San Antonio de los Cobres, Argentina', 'earthquake\r'), +(21212, '2014-09-25 09:13:50', -9.4618, 156.4122, 4, 6.1, 'mww', 'usb000sftz', '157km SSW of Gizo, Solomon Islands', 'earthquake\r'), +(21213, '2014-09-25 17:51:17', 61.9449, -151.8159, 108.9, 6.2, 'ml', 'ak11401855', '96km WNW of Willow, Alaska', 'earthquake\r'), +(21214, '2014-09-26 04:21:24', 12.5193, 95.2254, 20.22, 5.5, 'mwc', 'usb000sg5e', '285km ENE of Port Blair, India', 'earthquake\r'), +(21215, '2014-09-28 06:23:36', -19.1319, -176.3434, 10, 5.7, 'mwc', 'usb000sgu3', '221km WNW of Pangai, Tonga', 'earthquake\r'), +(21216, '2014-09-29 13:43:02', 64.5075, -17.315, 10, 5.6, 'mww', 'usb000sh06', '105km WNW of Hofn, Iceland', 'earthquake\r'), +(21217, '2014-09-30 16:45:56', 1.6025, 67.7354, 10, 5.5, 'mwb', 'usb000shed', 'Carlsberg Ridge', 'earthquake\r'), +(21218, '2014-09-30 22:34:27', -17.8303, -178.5952, 572.19, 5.5, 'mwb', 'usb000shif', '265km SE of Lambasa, Fiji', 'earthquake\r'), +(21219, '2014-10-01 03:38:52', -6.0706, 149.5329, 42, 6, 'mww', 'usb000shl2', '16km N of Kandrian, Papua New Guinea', 'earthquake\r'), +(21220, '2014-10-02 12:57:06', 52.3188, 158.0527, 143, 5.7, 'mww', 'usb000si49', '71km S of Paratunka, Russia', 'earthquake\r'), +(21221, '2014-10-03 00:57:31', 40.1565, 142.7657, 30, 5.5, 'mww', 'usb000sicw', '90km NE of Miyako, Japan', 'earthquake\r'), +(21222, '2014-10-03 08:05:44', 11.3267, 122.1187, 19.45, 5.5, 'mwb', 'usb000sif9', '7km E of San Francisco, Philippines', 'earthquake\r'), +(21223, '2014-10-04 19:16:36', 17.418, -94.822, 145.8, 5.6, 'mww', 'usb000sitc', '22km E of Jesus Carranza, Mexico', 'earthquake\r'), +(21224, '2014-10-05 07:24:43', -49.7979, 125.7688, 10, 5.5, 'mww', 'usb000siwy', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(21225, '2014-10-06 14:04:06', 15.4121, 147.2265, 4, 5.7, 'mww', 'usb000sj6k', '159km E of Saipan, Northern Mariana Islands', 'earthquake\r'), +(21226, '2014-10-07 10:22:31', 64.5298, -17.1994, 4, 5.5, 'mww', 'usb000sjhk', '100km WNW of Hofn, Iceland', 'earthquake\r'), +(21227, '2014-10-07 13:49:40', 23.3834, 100.4702, 8.51, 6.1, 'mww', 'usb000sjim', '23km WSW of Weiyuan, China', 'earthquake\r'), +(21228, '2014-10-08 02:40:53', 23.8441, -108.3311, 10, 6.1, 'mww', 'usb000sjt0', '111km WSW of El Dorado, Mexico', 'earthquake\r'), +(21229, '2014-10-08 03:04:08', 30.3137, -41.8857, 10, 5.6, 'mwc', 'usb000sjt5', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(21230, '2014-10-09 02:14:31', -32.1082, -110.8112, 16.54, 7, 'mww', 'usb000sk6k', 'Southern East Pacific Rise', 'earthquake\r'), +(21231, '2014-10-09 02:32:05', -32.0953, -110.8647, 10, 6.6, 'mww', 'usb000sk6q', 'Southern East Pacific Rise', 'earthquake\r'), +(21232, '2014-10-09 08:14:24', -32.6135, -111.656, 10, 5.7, 'mwc', 'usb000sk7e', 'Southern East Pacific Rise', 'earthquake\r'), +(21233, '2014-10-09 21:00:00', -31.9909, -111.1953, 10, 5.7, 'mww', 'usb000skff', 'Easter Island region', 'earthquake\r'), +(21234, '2014-10-10 04:07:51', -32.1648, -110.836, 10, 5.6, 'mww', 'usb000skjd', 'Southern East Pacific Rise', 'earthquake\r'), +(21235, '2014-10-11 02:35:47', 41.0272, 143.1649, 22, 6.1, 'mww', 'usb000skys', '152km ENE of Hachinohe, Japan', 'earthquake\r'), +(21236, '2014-10-11 16:46:02', 16.025, -95.649, 10, 5.5, 'mww', 'usb000sl3m', '45km ENE of Santa Maria Xadani, Mexico', 'earthquake\r'), +(21237, '2014-10-12 05:40:44', 57.282, -33.2667, 10, 5.6, 'mww', 'usb000sl82', 'Reykjanes Ridge', 'earthquake\r'), +(21238, '2014-10-13 05:13:44', -46.2066, 165.9628, 20, 5.8, 'mww', 'usb000slgy', '159km W of Riverton, New Zealand', 'earthquake\r'), +(21239, '2014-10-14 03:51:34', 12.5262, -88.1225, 40, 7.3, 'mww', 'usb000slwn', '74km S of Intipuca, El Salvador', 'earthquake\r'), +(21240, '2014-10-14 04:12:27', -34.8164, 179.864, 14.21, 5.7, 'mb', 'usb000slwz', 'South of the Kermadec Islands', 'earthquake\r'), +(21241, '2014-10-15 11:16:34', 64.4814, -18.0043, 10, 5.5, 'mww', 'usb000smcv', '128km NNE of Vik, Iceland', 'earthquake\r'), +(21242, '2014-10-15 13:35:53', 32.5273, 47.8065, 10, 5.7, 'mww', 'usb000smff', '53km ESE of Dehloran, Iran', 'earthquake\r'), +(21243, '2014-10-15 23:53:02', 31.7863, 140.5047, 60, 5.5, 'mww', 'usb000smn6', '158km SSE of Hachijo-jima, Japan', 'earthquake\r'), +(21244, '2014-10-19 19:38:38', -3.3258, 150.8427, 10, 5.8, 'mww', 'usb000sp1f', '83km S of Kavieng, Papua New Guinea', 'earthquake\r'), +(21245, '2014-10-20 07:58:52', -61.9473, 161.3242, 10, 5.7, 'mwb', 'usb000sp4a', 'Balleny Islands region', 'earthquake\r'), +(21246, '2014-10-20 19:33:22', 0.6623, -77.8895, 10, 5.6, 'mwb', 'usb000sp80', '7km NE of El Angel, Ecuador', 'earthquake\r'), +(21247, '2014-10-21 23:01:18', -63.4595, 169.6619, 10, 5.6, 'mwb', 'usb000spms', 'Balleny Islands region', 'earthquake\r'), +(21248, '2014-10-22 00:15:17', 27.4158, 128.5533, 43, 5.8, 'mww', 'usb000spn6', '108km NNE of Nago, Japan', 'earthquake\r'), +(21249, '2014-10-26 10:45:32', -10.5571, -74.0836, 125, 5.7, 'mww', 'usb000sqqu', '97km NE of Satipo, Peru', 'earthquake\r'), +(21250, '2014-10-27 08:34:21', 9.7575, 126.7514, 46.09, 5.5, 'mwc', 'usb000squk', '65km E of General Luna, Philippines', 'earthquake\r'), +(21251, '2014-10-28 03:15:38', -15.2954, -174.6752, 8, 6, 'mww', 'usb000sr1a', '122km NW of Hihifo, Tonga', 'earthquake\r'), +(21252, '2014-10-30 12:11:36', -6.9881, 117.5894, 535, 5.7, 'mww', 'usb000srnq', '128km N of Labuhankananga, Indonesia', 'earthquake\r'), +(21253, '2014-11-01 10:05:44', -31.9202, -111.107, 10, 5.8, 'mww', 'usc000stbk', 'Easter Island region', 'earthquake\r'), +(21254, '2014-11-01 10:59:55', -31.852, -111.2436, 10, 6, 'mww', 'usc000stbw', 'Easter Island region', 'earthquake\r'), +(21255, '2014-11-01 18:57:22', -19.6903, -177.7587, 434, 7.1, 'mww', 'usc000stdc', '144km NE of Ndoi Island, Fiji', 'earthquake\r'), +(21256, '2014-11-02 17:17:04', -61.2203, 154.2778, 10, 6, 'mww', 'usc000stig', 'Balleny Islands region', 'earthquake\r'), +(21257, '2014-11-03 08:23:54', 4.6657, -32.6801, 10, 5.5, 'mww', 'usc000stlj', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(21258, '2014-11-03 08:48:30', -41.7317, 79.9602, 10, 6.3, 'mww', 'usc000stlt', 'Mid-Indian Ridge', 'earthquake\r'), +(21259, '2014-11-07 00:20:47', 4.78, 95.0654, 39, 5.5, 'mww', 'usc000sv89', '90km SSW of Banda Aceh, Indonesia', 'earthquake\r'), +(21260, '2014-11-07 03:33:55', -5.9873, 148.2315, 53.19, 6.6, 'mww', 'usc000sv94', '79km NNE of Finschhafen, Papua New Guinea', 'earthquake\r'), +(21261, '2014-11-10 10:04:21', -22.773, 171.4529, 7, 5.9, 'mww', 'usc000svzi', '74km SW of Ile Hunter, New Caledonia', 'earthquake\r'), +(21262, '2014-11-10 11:38:59', -21.631, -68.725, 111.3, 5.6, 'mww', 'usc000svzn', '95km NNE of Calama, Chile', 'earthquake\r'), +(21263, '2014-11-10 21:38:01', -30.0426, -177.8549, 29, 5.7, 'mww', 'usc000sw4e', '86km S of Raoul Island, New Zealand', 'earthquake\r'), +(21264, '2014-11-12 11:16:47', 1.1343, -85.3828, 10, 5.5, 'mwb', 'usc000swj4', 'Off the coast of Ecuador', 'earthquake\r'), +(21265, '2014-11-13 10:24:18', -15.2155, 173.0845, 10, 6, 'mww', 'usc000swwj', 'Fiji region', 'earthquake\r'), +(21266, '2014-11-13 12:21:06', -18.4981, 169.1149, 211, 5.5, 'mwb', 'usc000swx1', '117km N of Isangel, Vanuatu', 'earthquake\r'), +(21267, '2014-11-15 02:31:42', 1.8929, 126.5217, 45, 7.1, 'mww', 'usc000sxh8', '154km NW of Kota Ternate, Indonesia', 'earthquake\r'), +(21268, '2014-11-15 02:35:00', 1.6728, 126.2983, 44.94, 5.9, 'mb', 'usb000t0pj', '126km ENE of Bitung, Indonesia', 'earthquake\r'), +(21269, '2014-11-15 03:08:05', -0.1448, 123.8891, 90.28, 5.9, 'mww', 'usc000sxhm', '59km S of Molibagu, Indonesia', 'earthquake\r'), +(21270, '2014-11-15 09:47:58', 1.7859, 126.5628, 35, 5.5, 'mww', 'usc000sxkt', '142km NW of Kota Ternate, Indonesia', 'earthquake\r'), +(21271, '2014-11-16 22:33:20', -37.6478, 179.6621, 22, 6.7, 'mww', 'usc000sxye', '183km NE of Gisborne, New Zealand', 'earthquake\r'), +(21272, '2014-11-17 01:05:58', -9.5484, 155.1391, 10, 5.8, 'mww', 'usc000sy0a', '246km SW of Gizo, Solomon Islands', 'earthquake\r'), +(21273, '2014-11-17 11:27:07', -36.0008, -102.1971, 19.08, 5.5, 'mwc', 'usc000sy39', 'Southeast of Easter Island', 'earthquake\r'), +(21274, '2014-11-17 16:52:47', -46.3484, 33.8037, 10, 6.1, 'mww', 'usc000sy62', 'Prince Edward Islands region', 'earthquake\r'), +(21275, '2014-11-18 03:25:37', 7.484, 94.359, 6.61, 5.6, 'mww', 'usc000syca', '126km ESE of Mohean, India', 'earthquake\r'), +(21276, '2014-11-18 04:47:17', 1.8693, 126.4751, 30, 5.8, 'mww', 'usc000sycq', '151km ENE of Bitung, Indonesia', 'earthquake\r'), +(21277, '2014-11-20 01:51:42', 37.3226, 141.6082, 32, 5.6, 'mww', 'usb000sy4s', '56km ESE of Namie, Japan', 'earthquake\r'), +(21278, '2014-11-20 18:14:38', 23.5081, 93.5148, 49, 5.6, 'mwb', 'usb000sybr', '43km ENE of Khawhai, India', 'earthquake\r'), +(21279, '2014-11-21 03:29:11', 20.6545, 120.0724, 4, 5.8, 'mww', 'usb000syg3', '164km SSW of Hengchun, Taiwan', 'earthquake\r'), +(21280, '2014-11-21 10:10:20', 2.2999, 127.0562, 35, 6.5, 'mww', 'usb000syhz', '123km WNW of Tobelo, Indonesia', 'earthquake\r'), +(21281, '2014-11-22 08:55:27', 30.3398, 101.7374, 9, 5.9, 'mww', 'usb000syy0', '38km NNW of Kangding, China', 'earthquake\r'), +(21282, '2014-11-22 13:08:18', 36.6408, 137.8875, 9, 6.2, 'mww', 'usb000syza', '15km N of Omachi, Japan', 'earthquake\r'), +(21283, '2014-11-22 19:14:16', 45.8977, 27.1505, 32, 5.6, 'mww', 'usb000sz38', '5km E of Panciu, Romania', 'earthquake\r'), +(21284, '2014-11-24 21:02:19', -5.9626, 154.9618, 170, 5.6, 'mww', 'usb000sznl', '69km WNW of Arawa, Papua New Guinea', 'earthquake\r'), +(21285, '2014-11-25 15:19:08', 30.1884, 101.7618, 9, 5.6, 'mwb', 'usb000szw2', '24km NW of Kangding, China', 'earthquake\r'), +(21286, '2014-11-26 14:33:44', 1.9604, 126.5751, 39, 6.8, 'mww', 'usb000t08w', '157km NW of Kota Ternate, Indonesia', 'earthquake\r'), +(21287, '2014-11-26 14:49:50', 1.8122, 126.4582, 30.39, 5.6, 'mb', 'usb000t098', '147km ENE of Bitung, Indonesia', 'earthquake\r'), +(21288, '2014-11-29 13:05:09', 5.7314, 61.381, 10, 5.6, 'mww', 'usb000t15u', 'Carlsberg Ridge', 'earthquake\r'), +(21289, '2014-11-29 19:40:11', 2.3835, 127.0084, 37, 5.8, 'mww', 'usb000t18g', '132km WNW of Tobelo, Indonesia', 'earthquake\r'), +(21290, '2014-12-01 13:04:24', -48.8526, 164.4453, 21, 5.7, 'mww', 'usb000t1j2', '240km NNW of Auckland Island, New Zealand', 'earthquake\r'), +(21291, '2014-12-02 05:11:31', 6.1572, 123.1261, 614, 6.6, 'mww', 'usb000t20t', '106km WSW of Sangay, Philippines', 'earthquake\r'), +(21292, '2014-12-03 00:27:04', -2.9324, 122.423, 10, 5.5, 'mwb', 'usb000t2cn', '110km NNE of Unaaha, Indonesia', 'earthquake\r'), +(21293, '2014-12-05 18:43:46', 23.3363, 100.4736, 11, 5.6, 'mww', 'usc000t440', '25km SW of Weiyuan, China', 'earthquake\r'), +(21294, '2014-12-06 10:20:02', 23.3577, 100.533, 10, 5.6, 'mww', 'usc000t48q', '19km SW of Weiyuan, China', 'earthquake\r'), +(21295, '2014-12-06 17:21:49', 7.9824, -82.7339, 15, 6, 'mww', 'usc000t49v', '15km ESE of Punta de Burica, Panama', 'earthquake\r'), +(21296, '2014-12-06 22:05:11', -6.11, 130.4829, 116, 6, 'mww', 'usc000t4bd', '223km NNW of Saumlaki, Indonesia', 'earthquake\r'), +(21297, '2014-12-07 01:22:02', -6.5108, 154.4603, 23, 6.6, 'mww', 'usc000t4cz', '115km W of Panguna, Papua New Guinea', 'earthquake\r'), +(21298, '2014-12-07 03:30:02', -6.4606, 154.2587, 10, 5.6, 'mwc', 'usc000t4dj', '136km W of Panguna, Papua New Guinea', 'earthquake\r'), +(21299, '2014-12-07 12:11:31', 13.7465, -91.3822, 28, 5.9, 'mww', 'usc000t4ep', '50km S of Nueva Concepcion, Guatemala', 'earthquake\r'), +(21300, '2014-12-07 21:16:36', 13.6717, -91.4731, 32, 6.1, 'mww', 'usc000t4gc', '61km SSW of Nueva Concepcion, Guatemala', 'earthquake\r'), +(21301, '2014-12-08 08:54:53', 7.9401, -82.6865, 20, 6.6, 'mww', 'usc000t4iq', '22km ESE of Punta de Burica, Panama', 'earthquake\r'), +(21302, '2014-12-08 09:52:04', 50.3161, 158.0836, 47.13, 5.6, 'mb', 'usc000t4ix', '144km ESE of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(21303, '2014-12-09 03:09:23', 1.5378, 126.232, 40.71, 5.7, 'mww', 'usc000t4qz', '117km E of Bitung, Indonesia', 'earthquake\r'), +(21304, '2014-12-10 21:03:39', 25.5403, 122.4503, 256, 6.1, 'mww', 'usc000t5bu', '84km ENE of Keelung, Taiwan', 'earthquake\r'), +(21305, '2014-12-11 13:53:29', -56.7511, -25.4248, 10, 5.5, 'mwb', 'usc000t5jn', '108km E of Visokoi Island, ', 'earthquake\r'), +(21306, '2014-12-12 20:22:35', -18.9043, -176.4443, 316.37, 5.8, 'mww', 'usc000t652', '241km WNW of Pangai, Tonga', 'earthquake\r'), +(21307, '2014-12-17 06:10:06', -3.8295, 100.1432, 10, 5.9, 'mww', 'usc000t7kd', '235km W of Bengkulu, Indonesia', 'earthquake\r'), +(21308, '2014-12-18 20:10:53', -56.6279, -25.3698, 10, 5.5, 'mww', 'usc000t7za', '112km E of Visokoi Island, ', 'earthquake\r'), +(21309, '2014-12-19 19:49:30', 16.1951, -61.8091, 118.07, 5.6, 'mww', 'usc000t8gv', '4km SSW of Pointe-Noire, Guadeloupe', 'earthquake\r'), +(21310, '2014-12-20 09:29:57', 37.4017, 141.5534, 31.31, 5.9, 'mww', 'usc000t8p4', '49km E of Namie, Japan', 'earthquake\r'), +(21311, '2014-12-21 11:34:14', 2.0892, 126.6483, 41, 6.3, 'mww', 'usc000t8vq', '156km WNW of Tobelo, Indonesia', 'earthquake\r'), +(21312, '2014-12-22 07:19:41', -54.1054, -146.0942, 14, 5.8, 'mww', 'usc000t91m', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21313, '2014-12-24 01:19:39', -56.3004, 147.2567, 10, 5.5, 'mwb', 'usc000t9l4', 'West of Macquarie Island', 'earthquake\r'), +(21314, '2014-12-24 01:58:02', -56.3945, 147.336, 4, 5.9, 'mwb', 'usc000t9lm', 'West of Macquarie Island', 'earthquake\r'), +(21315, '2014-12-26 23:52:15', 6.5189, -82.3463, 10, 5.9, 'mww', 'usc000ta5d', '177km SSE of Punta de Burica, Panama', 'earthquake\r'), +(21316, '2014-12-27 18:53:47', -17.9261, -179.49, 621.76, 5.5, 'mwb', 'usc000taa1', '205km SE of Lambasa, Fiji', 'earthquake\r'), +(21317, '2014-12-29 09:29:37', 8.6341, 121.5213, 8, 6.1, 'mww', 'usc000taik', '109km SSE of Cagayancillo, Philippines', 'earthquake\r'), +(21318, '2014-12-29 17:41:49', -56.659, -24.8509, 19.03, 5.6, 'mww', 'usc000takc', '144km E of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21319, '2014-12-30 21:17:24', -20.3263, -178.5639, 599.28, 6, 'mww', 'usc000tauh', '38km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(21320, '2014-12-31 01:37:34', -4.4378, 144.002, 123, 5.8, 'mww', 'usc000tawd', '42km S of Angoram, Papua New Guinea', 'earthquake\r'), +(21321, '2014-12-31 09:26:22', 13.7483, 120.6673, 110, 5.5, 'mwb', 'usc000taxu', '10km SSE of Calatagan, Philippines', 'earthquake\r'), +(21322, '2015-01-02 08:21:56', 6.5739, 60.3653, 10, 5.5, 'mwc', 'usc000tb8r', 'Carlsberg Ridge', 'earthquake\r'), +(21323, '2015-01-05 17:48:42', -43.0546, 171.2364, 8.06, 5.6, 'mww', 'usc000tbve', '43km SSE of Hokitika, New Zealand', 'earthquake\r'), +(21324, '2015-01-06 22:09:13', 55.2049, 163.2446, 10, 5.6, 'mwb', 'usc000tc8q', '123km SSE of Ust\'\'-Kamchatsk Staryy, Russia', 'earthquake\r'), +(21325, '2015-01-07 05:07:08', 5.9045, -82.6576, 8, 6.5, 'mww', 'usc000tcba', '236km S of Punta de Burica, Panama', 'earthquake\r'), +(21326, '2015-01-08 14:56:31', -61.6118, 161.3346, 10, 5.7, 'mwb', 'usc000td4a', 'Balleny Islands region', 'earthquake\r'), +(21327, '2015-01-10 02:05:46', -5.655, 68.3613, 10, 5.6, 'mww', 'usc000teeh', 'Chagos Archipelago region', 'earthquake\r'), +(21328, '2015-01-10 17:55:03', -21.6328, -68.5339, 108.78, 5.5, 'mww', 'usc000teil', '101km NNE of Calama, Chile', 'earthquake\r'), +(21329, '2015-01-10 19:32:00', 14.7709, 120.2456, 59, 5.9, 'mww', 'usc000tejf', '5km NW of Mabayo, Philippines', 'earthquake\r'), +(21330, '2015-01-12 07:57:27', 15.4767, -93.3808, 75, 5.5, 'mww', 'usc000tes3', '29km SSW of Pijijiapan, Mexico', 'earthquake\r'), +(21331, '2015-01-12 20:25:14', -5.587, 133.9223, 20.91, 5.6, 'mww', 'usc000tewz', '38km WNW of Dobo, Indonesia', 'earthquake\r'), +(21332, '2015-01-17 18:41:43', -22.237, -63.1461, 557.17, 5.6, 'mww', 'usc000tgsw', '59km ESE of Yacuiba, Bolivia', 'earthquake\r'), +(21333, '2015-01-17 23:39:52', -5.7726, 131.8634, 56.76, 5.5, 'mww', 'usc000tgvb', '98km W of Tual, Indonesia', 'earthquake\r'), +(21334, '2015-01-18 04:47:38', 51.9238, 179.578, 102, 5.5, 'mww', 'usc000tgw6', '3km SSW of Semisopochnoi Island, Alaska', 'earthquake\r'), +(21335, '2015-01-18 23:13:37', -35.4555, -105.7571, 8.32, 5.7, 'mww', 'usc000th1c', 'Southern East Pacific Rise', 'earthquake\r'), +(21336, '2015-01-19 17:19:46', 4.6079, 119.7571, 11, 5.5, 'mww', 'usc000th7m', '23km SSW of Manuk Mangkaw, Philippines', 'earthquake\r'), +(21337, '2015-01-20 06:59:52', 14.9801, -91.4588, 154, 5.5, 'mww', 'usc000the9', '3km NNW of San Francisco El Alto, Guatemala', 'earthquake\r'), +(21338, '2015-01-21 20:08:34', -5.6549, 146.3279, 49, 5.7, 'mww', 'usc000thwt', '75km SE of Madang, Papua New Guinea', 'earthquake\r'), +(21339, '2015-01-23 03:47:27', -17.0309, 168.52, 219.96, 6.8, 'mww', 'usc000tihy', '80km NNE of Port-Vila, Vanuatu', 'earthquake\r'), +(21340, '2015-01-26 17:44:53', -54.6751, -136.7703, 10, 5.6, 'mwc', 'usc000tlak', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21341, '2015-01-27 00:53:19', 1.3368, 97.2402, 12.58, 5.7, 'mww', 'usb000tii2', '158km SE of Sinabang, Indonesia', 'earthquake\r'), +(21342, '2015-01-28 02:43:19', -20.9665, -178.3032, 484.12, 6.2, 'mww', 'usb000tism', '54km SE of Ndoi Island, Fiji', 'earthquake\r'), +(21343, '2015-01-28 21:08:54', 40.3178333, -124.6066667, 16.881, 5.72, 'mw', 'nc72387946', '40km SW of Ferndale, California', 'earthquake\r'), +(21344, '2015-01-29 03:49:35', -19.2852, -174.171, 39.77, 5.6, 'mwb', 'usc000tjzj', '60km NNE of Pangai, Tonga', 'earthquake\r'), +(21345, '2015-01-30 17:57:56', -21.2452, 170.158, 7.08, 6, 'mww', 'usc000tker', '209km SSE of Isangel, Vanuatu', 'earthquake\r'), +(21346, '2015-01-31 12:29:31', 15.241, 147.1244, 5, 5.5, 'mww', 'usc000tkkw', '147km E of Saipan, Northern Mariana Islands', 'earthquake\r'), +(21347, '2015-02-01 11:41:46', -12.3801, 166.7543, 176.66, 5.5, 'mwb', 'usc000tkqd', '187km NNW of Sola, Vanuatu', 'earthquake\r'), +(21348, '2015-02-01 13:34:03', -21.2735, 170.2648, 7.64, 5.7, 'mww', 'usc000tkqs', '217km SSE of Isangel, Vanuatu', 'earthquake\r'), +(21349, '2015-02-01 20:02:21', -49.3181, -8.1198, 10, 5.6, 'mwc', 'usc000tksd', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(21350, '2015-02-02 08:25:49', -1.539, 145.2141, 14, 5.9, 'mww', 'usc000tkwl', '235km WNW of Lorengau, Papua New Guinea', 'earthquake\r'), +(21351, '2015-02-02 10:49:49', -32.7183, -67.1231, 172, 6.3, 'mww', 'usc000tkwv', '91km NW of La Punta, Argentina', 'earthquake\r'), +(21352, '2015-02-03 07:16:54', 52.2224, -168.6035, 14, 5.5, 'mww', 'usc000tl6w', '81km SSE of Nikolski, Alaska', 'earthquake\r'), +(21353, '2015-02-04 08:20:44', -25.7381, -175.8779, 19, 5.5, 'mwb', 'usc000tlgc', 'South of Tonga', 'earthquake\r'), +(21354, '2015-02-05 04:40:51', 5.222, -82.6217, 3.95, 5.7, 'mww', 'usc000tlun', 'South of Panama', 'earthquake\r'), +(21355, '2015-02-08 15:09:09', -2.4318, 119.3699, 37.28, 5.6, 'mwb', 'usc000tn7f', '13km WNW of Kalumpang, Indonesia', 'earthquake\r'), +(21356, '2015-02-11 13:01:16', -23.5605, -66.7204, 202.49, 5.5, 'mww', 'usc000tnz0', '83km NNW of San Antonio de los Cobres, Argentina', 'earthquake\r'), +(21357, '2015-02-11 18:57:22', -23.1125, -66.688, 223, 6.7, 'mww', 'usc000tp1s', '102km W of El Aguilar, Argentina', 'earthquake\r'), +(21358, '2015-02-11 21:29:25', -65.5984, -179.601, 10, 5.8, 'mwb', 'usb000tnde', '202km N of Scott Island Bank, Antarctica', 'earthquake\r'), +(21359, '2015-02-12 15:51:00', 19.3552, -105.7405, 41.67, 5.5, 'mwb', 'usb000tnlk', '82km SW of Tomatlan, Mexico', 'earthquake\r'), +(21360, '2015-02-13 18:59:12', 52.6487, -31.9016, 16.68, 7.1, 'mww', 'usb000tp5q', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(21361, '2015-02-13 20:06:32', 22.6374, 121.427, 30, 6.2, 'mww', 'usb000tp6y', '31km ESE of Taitung City, Taiwan', 'earthquake\r'), +(21362, '2015-02-16 22:00:54', -55.52, -28.2591, 13, 6.2, 'mww', 'usb000tpuw', '146km NNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21363, '2015-02-16 23:06:28', 39.8558, 142.8808, 23, 6.7, 'mww', 'usb000tpvj', '83km ENE of Miyako, Japan', 'earthquake\r'), +(21364, '2015-02-17 04:46:39', 40.1095, 141.8914, 47, 5.5, 'mwb', 'usb000tpy8', '51km ESE of Ichinohe, Japan', 'earthquake\r'), +(21365, '2015-02-17 16:33:21', 39.5696, 143.5829, 10, 5.5, 'mww', 'usb000tq2a', '140km E of Miyako, Japan', 'earthquake\r'), +(21366, '2015-02-18 00:48:29', 8.3227, -103.159, 5, 5.5, 'mwb', 'usb000tq6v', 'Northern East Pacific Rise', 'earthquake\r'), +(21367, '2015-02-18 01:16:18', 8.285, -103.0536, 10, 5.5, 'mwc', 'usb000tq7i', 'Northern East Pacific Rise', 'earthquake\r'), +(21368, '2015-02-18 09:32:27', -10.7598, 164.1216, 10, 6.1, 'mww', 'usb000tq9f', '187km W of Lata, Solomon Islands', 'earthquake\r'), +(21369, '2015-02-19 10:24:04', -53.4419, 159.3522, 10, 5.5, 'mwb', 'us10000dg7', '118km NNE of Macquarie Island, Australia', 'earthquake\r'), +(21370, '2015-02-19 13:18:33', -16.4311, 168.1483, 10, 6.4, 'mww', 'usc000trf9', '85km ESE of Lakatoro, Vanuatu', 'earthquake\r'), +(21371, '2015-02-20 04:25:23', 39.8244, 143.5871, 10, 6.2, 'mww', 'usc000trsc', '141km E of Miyako, Japan', 'earthquake\r'), +(21372, '2015-02-21 10:13:53', 39.8185, 143.4861, 7, 6, 'mww', 'usc000ts49', '133km E of Miyako, Japan', 'earthquake\r'), +(21373, '2015-02-22 12:56:24', 2.7299, -76.5012, 149, 5.5, 'mww', 'usc000tsa5', '7km SSW of Caldono, Colombia', 'earthquake\r'), +(21374, '2015-02-22 14:23:13', 18.6766, -106.848, 5, 6.2, 'mww', 'usc000tsak', '218km SW of Tomatlan, Mexico', 'earthquake\r'), +(21375, '2015-02-24 02:28:54', 39.6546, 143.1982, 20, 5.8, 'mww', 'usc000tski', '106km E of Miyako, Japan', 'earthquake\r'), +(21376, '2015-02-25 01:31:42', 6.0816, 119.8398, 9, 5.7, 'mww', 'usc000tszg', '81km WSW of Pandan Niog, Philippines', 'earthquake\r'), +(21377, '2015-02-25 07:01:01', 31.0659, 141.8201, 9, 5.9, 'mww', 'usc000tt0x', '293km SE of Hachijo-jima, Japan', 'earthquake\r'), +(21378, '2015-02-27 13:45:05', -7.2968, 122.5348, 552.06, 7, 'mww', 'usc000ttkd', '130km N of Nebe, Indonesia', 'earthquake\r'), +(21379, '2015-02-27 16:24:51', 16.9041, 145.8303, 20.09, 5.7, 'mww', 'usc000ttnw', '62km NNE of Anatahan, Northern Mariana Islands', 'earthquake\r'), +(21380, '2015-03-01 03:32:34', 0.0241, 124.4702, 62, 5.6, 'mwb', 'usc000tu4z', '67km SE of Molibagu, Indonesia', 'earthquake\r'), +(21381, '2015-03-01 08:30:03', 13.4392, -90.9992, 20, 5.5, 'mww', 'usc000tu5z', '57km SSW of Puerto San Jose, Guatemala', 'earthquake\r'), +(21382, '2015-03-02 02:50:48', -59.561, -150.6522, 13, 5.5, 'mwb', 'usc000tuyv', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21383, '2015-03-03 10:37:30', -0.7789, 98.7161, 28, 6.1, 'mww', 'usc000tumx', '48km NW of Sikabaluan, Indonesia', 'earthquake\r'), +(21384, '2015-03-06 08:22:19', -41.3157, 80.6046, 10, 6, 'mww', 'usc000tvgw', 'Mid-Indian Ridge', 'earthquake\r'), +(21385, '2015-03-07 13:18:24', 50.5075, -173.29, 10, 5.6, 'mww', 'usc000twdd', '198km SSE of Atka, Alaska', 'earthquake\r'), +(21386, '2015-03-07 22:18:58', -6.5331, 151.7342, 22, 5.6, 'mww', 'usc000twg0', '207km ESE of Kimbe, Papua New Guinea', 'earthquake\r'), +(21387, '2015-03-09 02:48:46', 6.5308, -82.6541, 11, 5.8, 'mww', 'usc000twp2', '167km S of Punta de Burica, Panama', 'earthquake\r'), +(21388, '2015-03-10 20:55:44', 6.7757, -72.9875, 155, 6.2, 'mww', 'us10001ldx', '9km NNE of Aratoca, Colombia', 'earthquake\r'), +(21389, '2015-03-15 02:17:08', -22.2789, -176.3784, 112, 5.5, 'mwb', 'us10001mgf', '170km SW of Vaini, Tonga', 'earthquake\r'), +(21390, '2015-03-15 04:47:20', 18.7532, 146.4233, 46, 5.8, 'mww', 'us10001mh6', '79km E of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(21391, '2015-03-15 23:17:17', -0.5409, 122.3067, 31, 6.1, 'mww', 'us10001mm0', '70km NW of Luwuk, Indonesia', 'earthquake\r'), +(21392, '2015-03-16 03:00:06', -4.0737, 152.0288, 196, 5.9, 'mww', 'us10001mp3', '20km NW of Rabaul, Papua New Guinea', 'earthquake\r'), +(21393, '2015-03-17 20:16:19', -17.8236, -178.5653, 555.93, 5.5, 'mww', 'us10001n7n', '268km SE of Lambasa, Fiji', 'earthquake\r'), +(21394, '2015-03-17 22:12:29', 1.6686, 126.5217, 44, 6.2, 'mww', 'us10001nab', '135km NW of Kota Ternate, Indonesia', 'earthquake\r'), +(21395, '2015-03-18 18:27:30', -36.1167, -73.5219, 13, 6.2, 'mww', 'us10001nj1', '75km NNW of Talcahuano, Chile', 'earthquake\r'), +(21396, '2015-03-20 15:42:52', -4.7852, 154.8778, 23.96, 5.6, 'mww', 'us10001p6f', '173km NNW of Arawa, Papua New Guinea', 'earthquake\r'), +(21397, '2015-03-22 05:56:22', 13.2251, 145.7186, 10, 5.5, 'mwc', 'us10001pj6', '95km ESE of Yigo Mayor\'\'s Office, Guam', 'earthquake\r'), +(21398, '2015-03-23 04:51:38', -18.3534, -69.1663, 130, 6.4, 'mww', 'us10001ppx', '45km ESE of Putre, Chile', 'earthquake\r'), +(21399, '2015-03-23 10:13:51', 23.7235, 121.75, 35, 5.5, 'mww', 'us10001ps8', '31km SSE of Hualian, Taiwan', 'earthquake\r'), +(21400, '2015-03-27 21:59:39', -1.2012, -77.5836, 195.03, 5.5, 'mww', 'us10001rcr', '35km SE of Tena, Ecuador', 'earthquake\r'), +(21401, '2015-03-28 16:36:54', -22.2167, -68.6175, 112, 5.6, 'mww', 'us10001rig', '42km NE of Calama, Chile', 'earthquake\r'), +(21402, '2015-03-28 19:16:33', -18.2822, 176.7927, 8, 5.5, 'mwb', 'us10001rk3', '84km SW of Nadi, Fiji', 'earthquake\r'), +(21403, '2015-03-28 22:28:51', 0.4002, 121.9895, 118, 5.9, 'mww', 'us10001rmk', '42km WSW of Tilamuta, Indonesia', 'earthquake\r'), +(21404, '2015-03-29 07:50:54', 1.6535, 126.4846, 45.05, 5.6, 'mww', 'us10001rqx', '137km NW of Kota Ternate, Indonesia', 'earthquake\r'), +(21405, '2015-03-29 23:48:31', -4.7294, 152.5623, 41, 7.5, 'mww', 'us10001rvu', '53km SE of Kokopo, Papua New Guinea', 'earthquake\r'), +(21406, '2015-03-30 00:15:31', -5.2049, 152.6038, 42.05, 5.7, 'mb', 'us10001rvz', '94km SSW of Taron, Papua New Guinea', 'earthquake\r'), +(21407, '2015-03-30 07:56:53', -15.4296, -173.049, 10, 6, 'mww', 'us10001ryk', '94km NE of Hihifo, Tonga', 'earthquake\r'), +(21408, '2015-03-30 08:18:01', -15.392, -172.9409, 14.54, 6.4, 'mww', 'us10001ryq', '106km NE of Hihifo, Tonga', 'earthquake\r'), +(21409, '2015-03-30 08:48:25', -15.4994, -173.0293, 11, 6.5, 'mww', 'us10001ryu', '91km ENE of Hihifo, Tonga', 'earthquake\r'), +(21410, '2015-03-30 10:34:53', -39.2859, 78.0903, 10, 5.9, 'mwb', 'us10001s0c', '168km SSE of Amsterdam Island, France', 'earthquake\r'), +(21411, '2015-03-30 18:02:11', -15.4261, -172.8635, 9.64, 5.8, 'mww', 'us10001s3e', '111km ENE of Hihifo, Tonga', 'earthquake\r'), +(21412, '2015-03-31 12:10:41', -10.959, 162.4863, 26, 5.6, 'mww', 'us10001sbc', '83km SE of Kirakira, Solomon Islands', 'earthquake\r'), +(21413, '2015-03-31 12:15:22', -4.915, 152.4751, 35, 5.7, 'mwc', 'us10001sbg', '66km SSE of Kokopo, Papua New Guinea', 'earthquake\r'), +(21414, '2015-03-31 12:18:24', -4.8946, 152.49, 39, 6, 'mww', 'us10001sbf', '65km SSE of Kokopo, Papua New Guinea', 'earthquake\r'), +(21415, '2015-04-01 11:06:36', -16.0213, -172.8346, 10, 5.5, 'mwc', 'us10001sqq', '98km E of Hihifo, Tonga', 'earthquake\r'), +(21416, '2015-04-02 04:10:10', -17.8607, -178.5831, 560, 5.9, 'mww', 'us10001t0z', '268km SE of Lambasa, Fiji', 'earthquake\r'), +(21417, '2015-04-03 12:32:39', -23.0158, -176.3463, 59.21, 5.5, 'mwc', 'us10001tjy', '233km SSW of Vaini, Tonga', 'earthquake\r'), +(21418, '2015-04-03 21:17:55', -6.2934, 147.7519, 30, 5.9, 'mww', 'us10001tqi', '36km NNW of Finschhafen, Papua New Guinea', 'earthquake\r'), +(21419, '2015-04-05 20:51:40', -5.5476, 152.7221, 8, 5.5, 'mwb', 'us10001u5v', '124km SSW of Taron, Papua New Guinea', 'earthquake\r'), +(21420, '2015-04-07 00:46:22', -15.1676, -173.2247, 30, 6.3, 'mww', 'us10001v8k', '103km NNE of Hihifo, Tonga', 'earthquake\r'), +(21421, '2015-04-10 16:23:04', -13.7935, 65.858, 10, 5.7, 'mww', 'us200025ml', 'Mid-Indian Ridge', 'earthquake\r'), +(21422, '2015-04-11 05:00:42', 2.1173, 126.6945, 50, 5.5, 'mwb', 'us200025t9', '152km WNW of Tobelo, Indonesia', 'earthquake\r'), +(21423, '2015-04-14 08:13:55', -15.1965, -173.3499, 8, 5.6, 'mwb', 'us200026cn', '93km NNE of Hihifo, Tonga', 'earthquake\r'), +(21424, '2015-04-16 18:07:44', 35.1891, 26.8235, 20, 6, 'mww', 'us2000272b', '49km SW of Karpathos, Greece', 'earthquake\r'), +(21425, '2015-04-17 15:52:51', -15.8815, -178.6005, 10, 6.5, 'mww', 'us200027c2', '181km SSW of Sigave, Wallis and Futuna', 'earthquake\r'), +(21426, '2015-04-20 01:42:58', 24.2026, 122.3158, 29, 6.4, 'mww', 'us200027ps', '64km SE of Su\'\'ao, Taiwan', 'earthquake\r'), +(21427, '2015-04-20 09:05:34', -5.6841, 102.4776, 27, 5.7, 'mwb', 'us200027rc', '159km WSW of Kuripan, Indonesia', 'earthquake\r'), +(21428, '2015-04-20 11:45:13', 24.0851, 122.453, 29, 6, 'mww', 'us200027rt', '69km SW of Yonakuni, Japan', 'earthquake\r'), +(21429, '2015-04-20 12:00:00', 24.0471, 122.4532, 29, 6.1, 'mww', 'us200027ru', '72km SW of Yonakuni, Japan', 'earthquake\r'), +(21430, '2015-04-22 22:57:16', -12.039, 166.432, 72, 6.2, 'mww', 'us200028gt', '160km SSE of Lata, Solomon Islands', 'earthquake\r'), +(21431, '2015-04-24 03:36:42', -42.0602, 173.0066, 48, 6.1, 'mww', 'us200028qc', '67km NW of Kaikoura, New Zealand', 'earthquake\r'), +(21432, '2015-04-24 13:56:15', 51.6148, -130.7714, 8, 6.2, 'mww', 'us200028ue', '192km WSW of Bella Bella, Canada', 'earthquake\r'), +(21433, '2015-04-25 06:11:26', 28.2305, 84.7314, 8.22, 7.8, 'mww', 'us20002926', '36km E of Khudi, Nepal', 'earthquake\r'), +(21434, '2015-04-25 06:15:23', 27.6285, 85.5398, 10, 6.1, 'mb', 'us20002bi4', '1km E of Banepa, Nepal', 'earthquake\r'), +(21435, '2015-04-25 06:18:11', 27.6857, 86.0213, 10, 5.6, 'mb', 'us20002bi0', '30km SSE of Kodari, Nepal', 'earthquake\r'), +(21436, '2015-04-25 06:45:21', 28.2244, 84.8216, 10, 6.6, 'mww', 'us2000292y', '44km E of Lamjung, Nepal', 'earthquake\r'), +(21437, '2015-04-25 06:56:34', 27.8822, 85.7505, 10, 5.5, 'mb', 'us20002934', '20km WSW of Kodari, Nepal', 'earthquake\r'), +(21438, '2015-04-25 09:17:02', 28.3902, 87.3173, 10, 5.7, 'mb', 'us2000294g', '35km SE of Xegar, China', 'earthquake\r'), +(21439, '2015-04-26 07:09:11', 27.7711, 86.0173, 22.91, 6.7, 'mww', 'us200029bt', '21km SSE of Kodari, Nepal', 'earthquake\r'), +(21440, '2015-04-26 23:35:30', -8.3237, -79.8322, 22, 5.6, 'mww', 'us200029gw', '76km WSW of Santiago de Cao, Peru', 'earthquake\r'), +(21441, '2015-04-28 16:39:39', -20.8865, -178.6329, 581, 6.1, 'mww', 'us200029x8', '27km SSE of Ndoi Island, Fiji', 'earthquake\r'), +(21442, '2015-04-28 18:56:53', 17.1089, -95.0355, 111, 5.5, 'mww', 'us200029ys', '5km SE of Palomares, Mexico', 'earthquake\r'), +(21443, '2015-04-30 10:19:08', -60.3933, -26.9077, 10, 5.8, 'mwb', 'us20002ag2', '153km S of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(21444, '2015-04-30 10:45:03', -5.375, 151.7706, 31, 6.7, 'mww', 'us20002ag9', '125km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21445, '2015-05-01 08:06:03', -5.2005, 151.7773, 44, 6.8, 'mww', 'us20002am6', '108km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21446, '2015-05-01 08:06:52', -5.4912, 151.8715, 35, 6, 'mb', 'us20002dhx', '133km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21447, '2015-05-02 16:50:43', 31.5293, 140.213, 10, 5.7, 'mwc', 'us20002avl', '176km SSE of Hachijo-jima, Japan', 'earthquake\r'), +(21448, '2015-05-03 22:32:39', -5.6314, 151.6757, 24, 6, 'mww', 'us20002b1r', '155km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21449, '2015-05-03 22:35:08', -5.5228, 151.8552, 35, 5.5, 'mb', 'us20002b1x', '137km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21450, '2015-05-03 23:40:57', -5.5385, 151.9265, 35, 5.9, 'mww', 'us20002b2k', '136km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21451, '2015-05-04 02:29:11', -44.5226, 168.8833, 10, 5.6, 'mww', 'us20002b38', '28km NW of Wanaka, New Zealand', 'earthquake\r'), +(21452, '2015-05-04 12:24:08', -61.4428, 154.2683, 14, 5.7, 'mwb', 'us20002b6b', 'Balleny Islands region', 'earthquake\r'), +(21453, '2015-05-05 01:44:06', -5.4624, 151.8751, 55, 7.5, 'mww', 'us20002bnf', '130km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21454, '2015-05-05 01:54:00', -5.3494, 152.0278, 35, 5.8, 'mb', 'us20002bng', '113km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21455, '2015-05-05 01:58:17', -5.4716, 152.1638, 35, 5.6, 'mb', 'us20002bp4', '124km S of Kokopo, Papua New Guinea', 'earthquake\r'), +(21456, '2015-05-05 08:16:58', -5.5289, 152.2351, 45.61, 5.8, 'mwc', 'us20002br8', '130km S of Kokopo, Papua New Guinea', 'earthquake\r'), +(21457, '2015-05-05 20:53:21', -15.3785, 67.2078, 10, 5.5, 'mwc', 'us20002c13', 'Mid-Indian Ridge', 'earthquake\r'), +(21458, '2015-05-07 07:10:20', -7.2175, 154.5567, 10, 7.1, 'mww', 'us20002das', '143km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(21459, '2015-05-08 03:12:22', 1.5404, 97.9026, 36, 5.7, 'mww', 'us20002dp5', '100km WSW of Sibolga, Indonesia', 'earthquake\r'), +(21460, '2015-05-08 07:52:06', -6.1204, 149.8228, 35, 5.9, 'mww', 'us20002dqa', '32km ENE of Kandrian, Papua New Guinea', 'earthquake\r'), +(21461, '2015-05-10 00:50:19', 14.8388, -94.0135, 9, 5.6, 'mww', 'us20002e4x', '124km SSW of Tres Picos, Mexico', 'earthquake\r'), +(21462, '2015-05-10 21:25:46', 31.2373, 142.0157, 6, 6, 'mww', 'us20002e96', '292km SE of Hachijo-jima, Japan', 'earthquake\r'), +(21463, '2015-05-12 07:05:20', 27.8087, 86.0655, 15, 7.3, 'mww', 'us20002ejl', '19km SE of Kodari, Nepal', 'earthquake\r'), +(21464, '2015-05-12 07:17:21', 27.7141, 86.2177, 13.01, 5.5, 'mb', 'us20002ek0', '32km SSW of Camgyai, China', 'earthquake\r'), +(21465, '2015-05-12 07:36:54', 27.625, 86.1617, 15, 6.3, 'mww', 'us20002ek5', '33km NNE of Ramechhap, Nepal', 'earthquake\r'), +(21466, '2015-05-12 21:12:59', 38.9056, 142.0317, 35, 6.8, 'mww', 'us20002et4', '32km SE of Ofunato, Japan', 'earthquake\r'), +(21467, '2015-05-15 20:26:57', -2.542, 102.2191, 151, 6, 'mww', 'us100029k5', '105km ESE of Sungaipenuh, Indonesia', 'earthquake\r'), +(21468, '2015-05-16 11:34:10', 27.5603, 86.0734, 7, 5.5, 'mww', 'us100029rn', '26km N of Ramechhap, Nepal', 'earthquake\r'), +(21469, '2015-05-17 08:52:37', -12.0807, 165.8102, 9, 5.6, 'mwb', 'us100029xn', '150km S of Lata, Solomon Islands', 'earthquake\r'), +(21470, '2015-05-18 04:02:47', -41.5553, 80.3254, 9, 5.7, 'mww', 'us10002a3x', 'Mid-Indian Ridge', 'earthquake\r'), +(21471, '2015-05-18 17:04:54', -7.148, 154.4418, 10, 5.7, 'mww', 'us10002a8f', '147km SW of Panguna, Papua New Guinea', 'earthquake\r'), +(21472, '2015-05-19 13:54:56', -18.6153, 168.5853, 50, 5.8, 'mww', 'us10002aip', '101km SSE of Port-Vila, Vanuatu', 'earthquake\r'), +(21473, '2015-05-19 15:25:21', -54.3312, -132.1618, 7.2, 6.7, 'mww', 'us10002aj3', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21474, '2015-05-20 00:30:55', -19.3021, -175.5247, 203, 6, 'mww', 'us10002anx', '135km WNW of Pangai, Tonga', 'earthquake\r'), +(21475, '2015-05-20 22:48:53', -10.8759, 164.1694, 11, 6.8, 'mww', 'us10002b03', '182km W of Lata, Solomon Islands', 'earthquake\r'), +(21476, '2015-05-21 19:32:58', -9.8042, 160.3336, 5, 5.7, 'mww', 'us10002b8f', '58km SE of Honiara, Solomon Islands', 'earthquake\r'), +(21477, '2015-05-22 21:45:19', -11.0559, 163.6959, 11.19, 6.9, 'mww', 'us10002bnk', '205km ESE of Kirakira, Solomon Islands', 'earthquake\r'), +(21478, '2015-05-22 23:59:34', -11.1093, 163.2154, 10, 6.8, 'mww', 'us10002bpw', '159km ESE of Kirakira, Solomon Islands', 'earthquake\r'), +(21479, '2015-05-23 19:28:17', -4.7846, 152.5914, 31.84, 5.9, 'mww', 'us10002buu', '60km SE of Kokopo, Papua New Guinea', 'earthquake\r'), +(21480, '2015-05-24 04:53:24', -16.855, -14.1708, 10, 6.3, 'mww', 'us10002bvx', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(21481, '2015-05-24 14:39:00', -19.3933, -175.9627, 10, 6.2, 'mww', 'us10002bx8', '175km WNW of Pangai, Tonga', 'earthquake\r'), +(21482, '2015-05-24 21:06:41', -59.653, -26.4546, 34, 5.8, 'mww', 'us10002byb', '69km S of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(21483, '2015-05-26 10:32:03', -22.057, -68.5076, 124, 5.6, 'mww', 'us10002c5j', '63km NE of Calama, Chile', 'earthquake\r'), +(21484, '2015-05-26 16:42:33', -0.3277, 135.7341, 15, 5.8, 'mww', 'us10002c8s', '193km ENE of Manokwari, Indonesia', 'earthquake\r'), +(21485, '2015-05-26 23:41:41', -58.7355, -25.2138, 35, 5.7, 'mwc', 'us10002ccf', '82km ENE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(21486, '2015-05-29 07:00:09', 56.594, -156.43, 72.6, 6.7, 'ms', 'ak11610140', '99km NNW of Chirikof Island, Alaska', 'earthquake\r'), +(21487, '2015-05-29 08:40:13', -47.3578, 99.9237, 10, 5.9, 'mwc', 'us20002ka2', 'Southeast Indian Ridge', 'earthquake\r'), +(21488, '2015-05-30 11:23:02', 27.8386, 140.4931, 664, 7.8, 'mww', 'us20002ki3', '189km WNW of Chichi-shima, Japan', 'earthquake\r'), +(21489, '2015-05-30 17:18:35', -15.7216, -173.3817, 10, 6, 'mwc', 'us20002kp6', '46km ENE of Hihifo, Tonga', 'earthquake\r'), +(21490, '2015-05-30 18:49:07', 30.7856, 142.9722, 6.05, 6.2, 'mww', 'us20002kpm', 'Izu Islands, Japan region', 'earthquake\r'), +(21491, '2015-06-01 06:52:41', 44.4584, -129.8114, 10, 5.8, 'mww', 'us20002kxa', 'Off the coast of Oregon', 'earthquake\r'), +(21492, '2015-06-01 20:11:31', 44.4971, -129.9582, 10, 5.9, 'mww', 'us20002l3n', 'Off the coast of Oregon', 'earthquake\r'), +(21493, '2015-06-04 23:15:44', 5.9867, 116.5409, 10, 6, 'mww', 'us20002m5s', '14km WNW of Ranau, Malaysia', 'earthquake\r'), +(21494, '2015-06-05 14:54:01', -37.1708, 78.1817, 10, 5.6, 'mww', 'us20002mbq', '94km NE of Amsterdam Island, France', 'earthquake\r'), +(21495, '2015-06-08 06:01:08', 41.5615, 142.0308, 42, 6.1, 'mww', 'us20002mvq', '74km ENE of Mutsu, Japan', 'earthquake\r'), +(21496, '2015-06-09 00:16:45', -56.032, -143.8281, 10, 5.6, 'mwc', 'us20002nem', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21497, '2015-06-10 08:33:04', 39.6795, 143.319, 30.96, 5.8, 'mww', 'us20002nj8', '117km E of Miyako, Japan', 'earthquake\r'), +(21498, '2015-06-10 13:52:10', -22.4, -68.4323, 124, 6, 'mww', 'us20002nkt', '52km E of Calama, Chile', 'earthquake\r'), +(21499, '2015-06-11 04:45:30', 39.672, 143.331, 10.49, 5.7, 'mww', 'us20002nwl', '118km E of Miyako, Japan', 'earthquake\r'), +(21500, '2015-06-11 04:51:24', 39.608, 143.3457, 5.72, 5.7, 'mww', 'us20002nwm', '119km E of Miyako, Japan', 'earthquake\r'), +(21501, '2015-06-12 11:07:08', -15.6758, -173.0098, 48, 6, 'mww', 'us20002pak', '84km ENE of Hihifo, Tonga', 'earthquake\r'), +(21502, '2015-06-13 03:17:24', -24.5961, -176.159, 22, 5.5, 'mww', 'us20002pky', 'South of the Fiji Islands', 'earthquake\r'), +(21503, '2015-06-15 17:40:54', -9.742, 125.2517, 20, 5.8, 'mww', 'us20002pyz', '71km ESE of Leof, Indonesia', 'earthquake\r'), +(21504, '2015-06-15 21:04:25', 4.1537, 125.8447, 136, 5.7, 'mww', 'us20002q2b', '144km SSE of Sarangani, Philippines', 'earthquake\r'), +(21505, '2015-06-16 06:17:01', -20.3944, -179.0024, 656, 5.9, 'mww', 'us20002q6u', '42km NW of Ndoi Island, Fiji', 'earthquake\r'), +(21506, '2015-06-17 12:51:33', -35.3639, -17.1605, 10, 7, 'mww', 'us20002qn7', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(21507, '2015-06-20 02:10:07', -36.3601, -73.812, 11, 6.4, 'mww', 'us10002ke8', '73km WNW of Talcahuano, Chile', 'earthquake\r'), +(21508, '2015-06-20 05:22:18', -36.3656, -73.7481, 4.58, 5.5, 'mww', 'us10002kfc', '68km NW of Talcahuano, Chile', 'earthquake\r'), +(21509, '2015-06-20 05:32:09', -59.6293, -26.5027, 50.11, 5.7, 'mww', 'us10002kfg', '66km S of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(21510, '2015-06-20 23:39:10', -23.5295, -177.0845, 151, 5.9, 'mww', 'us10002kld', 'South of the Fiji Islands', 'earthquake\r'), +(21511, '2015-06-21 21:28:16', -20.4307, -178.3276, 562.61, 6, 'mww', 'us10002kra', '45km ENE of Ndoi Island, Fiji', 'earthquake\r'), +(21512, '2015-06-23 08:59:56', -19.5686, -175.0399, 138, 5.5, 'mwb', 'us10002l2m', '76km WNW of Pangai, Tonga', 'earthquake\r'), +(21513, '2015-06-23 12:18:30', 27.7375, 139.7254, 460, 6.5, 'mww', 'us10002l37', '256km WNW of Chichi-shima, Japan', 'earthquake\r'), +(21514, '2015-06-23 12:19:29', 27.707, 139.7745, 462.13, 5.5, 'mb', 'us20002w0y', '251km WNW of Chichi-shima, Japan', 'earthquake\r'), +(21515, '2015-06-23 12:22:20', 27.6475, 140.0686, 470.67, 5.6, 'mb', 'us20002w0x', '221km WNW of Chichi-shima, Japan', 'earthquake\r'), +(21516, '2015-06-24 22:32:21', 61.6644, -151.962, 114.2, 5.7, 'ms', 'ak11632992', '102km W of Willow, Alaska', 'earthquake\r'), +(21517, '2015-06-25 18:45:57', -32.0722, -178.3241, 10, 6, 'mww', 'us10002lne', '89km SE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21518, '2015-06-27 15:34:04', 29.0402, 34.6672, 22, 5.5, 'mwb', 'us10002m3f', '0km SSE of Nuwaybi`a, Egypt', 'earthquake\r'), +(21519, '2015-06-29 09:09:16', -16.0251, -74.2558, 28, 5.8, 'mww', 'us10002mb3', '76km SSE of Acari, Peru', 'earthquake\r'), +(21520, '2015-06-29 22:07:49', 36.6802, 71.3004, 191, 5.5, 'mwb', 'us10002mft', '20km W of Ashkasham, Afghanistan', 'earthquake\r'), +(21521, '2015-06-30 03:39:29', -5.4513, 151.5457, 43, 6, 'mww', 'us10002mhg', '145km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21522, '2015-07-01 14:30:22', -52.2069, 159.5935, 10, 5.7, 'mww', 'usd0005u42', '256km N of Macquarie Island, Australia', 'earthquake\r'), +(21523, '2015-07-01 19:35:21', -10.9911, 162.5558, 12, 6, 'mww', 'us10002mw0', '91km SE of Kirakira, Solomon Islands', 'earthquake\r'), +(21524, '2015-07-03 01:07:47', 37.4593, 78.1542, 20, 6.4, 'mww', 'us10002n4w', '97km SE of Yilkiqi, China', 'earthquake\r'), +(21525, '2015-07-03 03:16:36', 11.4234, 95.032, 8.71, 5.5, 'mww', 'us10002n5q', '250km E of Port Blair, India', 'earthquake\r'), +(21526, '2015-07-03 06:43:22', 10.1691, 125.8907, 32, 6.1, 'mww', 'us10002n6s', '23km NW of Santa Monica, Philippines', 'earthquake\r'), +(21527, '2015-07-06 03:50:58', -56.6001, -142.1098, 10, 5.6, 'mwc', 'us20002zt7', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21528, '2015-07-06 12:24:09', -20.7139, -174.5001, 44, 5.8, 'mww', 'us10002nmx', '83km NE of `Ohonua, Tonga', 'earthquake\r'), +(21529, '2015-07-07 05:10:28', 43.9097, 147.9748, 49, 6.3, 'mww', 'us20002vm7', '101km E of Shikotan, Russia', 'earthquake\r'), +(21530, '2015-07-07 05:35:15', -35.4246, -179.6208, 10, 5.6, 'mww', 'us20002vmc', 'East of the North Island of New Zealand', 'earthquake\r'), +(21531, '2015-07-07 06:21:02', -35.4058, -179.7237, 10, 5.6, 'mww', 'us20002vuf', 'East of the North Island of New Zealand', 'earthquake\r'), +(21532, '2015-07-07 07:01:43', -13.329, -111.6323, 10, 5.9, 'mww', 'us20002vn3', 'Central East Pacific Rise', 'earthquake\r'), +(21533, '2015-07-07 16:08:04', -13.3864, -111.3022, 10, 5.7, 'mww', 'us20002vrz', 'Central East Pacific Rise', 'earthquake\r'), +(21534, '2015-07-07 20:03:19', -22.9379, -177.1329, 169.64, 5.8, 'mww', 'us20002vuq', '277km SW of Vaini, Tonga', 'earthquake\r'), +(21535, '2015-07-09 13:25:54', 13.2949, -90.244, 45.68, 5.6, 'mww', 'us20002w9y', '55km SW of Acajutla, El Salvador', 'earthquake\r'), +(21536, '2015-07-09 18:32:51', 40.3631, 141.4646, 81, 5.5, 'mww', 'us20002wd2', '15km S of Hachinohe, Japan', 'earthquake\r'), +(21537, '2015-07-10 04:12:43', -9.307, 158.403, 12, 6.7, 'mww', 'us20002whh', '155km SSW of Dadali, Solomon Islands', 'earthquake\r'), +(21538, '2015-07-12 04:37:31', 2.9918, 128.1869, 115, 5.5, 'mwb', 'us20002wvt', '141km N of Tobelo, Indonesia', 'earthquake\r'), +(21539, '2015-07-12 17:52:06', 33.0229, 131.7493, 53, 5.5, 'mww', 'us20002wz9', '10km SSW of Usuki, Japan', 'earthquake\r'), +(21540, '2015-07-16 11:01:46', 13.8769, -58.4736, 7.07, 5.7, 'mww', 'us20002xw5', '134km ENE of Bathsheba, Barbados', 'earthquake\r'), +(21541, '2015-07-16 15:16:34', 13.8672, -58.5479, 20, 6.5, 'mww', 'us20002xx1', '127km NE of Bathsheba, Barbados', 'earthquake\r'), +(21542, '2015-07-17 18:49:54', -18.1214, -178.1887, 536.1, 5.8, 'mww', 'us20002y6h', '285km N of Ndoi Island, Fiji', 'earthquake\r'), +(21543, '2015-07-18 02:27:34', -10.4012, 165.1409, 11, 7, 'mww', 'us20002yaw', '83km WNW of Lata, Solomon Islands', 'earthquake\r'), +(21544, '2015-07-20 11:08:19', -35.5251, -105.0838, 14, 5.7, 'mwb', 'us20002ynd', 'Southern East Pacific Rise', 'earthquake\r'), +(21545, '2015-07-23 03:56:53', -0.6942, -21.1776, 8.55, 5.5, 'mwb', 'us20002zfa', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(21546, '2015-07-24 21:44:39', -8.2477, 108.9163, 48, 5.5, 'mwb', 'us20002zzg', '61km SSW of Karangbadar Kidul, Indonesia', 'earthquake\r'), +(21547, '2015-07-26 07:05:10', -9.2585, 112.6695, 52, 5.9, 'mww', 'us2000306u', '94km S of Krajan Tambakrejo, Indonesia', 'earthquake\r'), +(21548, '2015-07-26 22:42:13', -18.024, -174.0685, 7.3, 5.8, 'mwb', 'us2000308l', '69km N of Neiafu, Tonga', 'earthquake\r'), +(21549, '2015-07-27 04:49:46', 52.376, -169.4458, 29, 6.9, 'mww', 'us200030aq', '73km SSW of Nikolski, Alaska', 'earthquake\r'), +(21550, '2015-07-27 04:51:23', 52.7811, -169.5781, 31.9, 5.9, 'mb', 'us100032bk', '50km WSW of Nikolski, Alaska', 'earthquake\r'), +(21551, '2015-07-27 04:55:46', 52.208, -169.4223, 27.84, 5.7, 'mb', 'us200030ar', '89km SSW of Nikolski, Alaska', 'earthquake\r'), +(21552, '2015-07-27 07:40:31', 52.2572, -169.3458, 35, 5.9, 'mwc', 'us200030bu', '82km SSW of Nikolski, Alaska', 'earthquake\r'), +(21553, '2015-07-27 07:40:51', 52.3581, -169.0816, 35, 5.5, 'mb', 'us100032ca', '66km SSW of Nikolski, Alaska', 'earthquake\r'), +(21554, '2015-07-27 07:41:05', 52.4977, -169.7473, 35, 5.6, 'mb', 'us100032cb', '66km ESE of Yunaska Island, Alaska', 'earthquake\r'), +(21555, '2015-07-27 07:43:31', 52.2564, -169.3455, 39.58, 5.7, 'mb', 'us200030bx', '82km SSW of Nikolski, Alaska', 'earthquake\r'), +(21556, '2015-07-27 21:41:22', -2.6286, 138.5277, 48, 7, 'mww', 'us200030kn', '228km W of Abepura, Indonesia', 'earthquake\r'), +(21557, '2015-07-29 00:10:25', 8.2309, -77.3152, 12, 5.9, 'mww', 'us2000314h', '30km S of Acandi, Colombia', 'earthquake\r'), +(21558, '2015-07-29 02:35:59', 59.8935, -153.1961, 119.3, 6.3, 'ms', 'ak11661615', '70km SSW of Redoubt Volcano, Alaska', 'earthquake\r'), +(21559, '2015-07-29 23:41:40', -25.3727, 154.2281, 9, 5.5, 'mww', 'us10002w8v', '128km ENE of Rainbow Beach, Australia', 'earthquake\r'), +(21560, '2015-07-30 07:42:25', -27.0321, -176.0466, 10, 5.6, 'mwb', 'us10002wa2', 'Kermadec Islands region', 'earthquake\r'), +(21561, '2015-07-30 18:51:06', -56.9716, -140.9507, 9.11, 5.7, 'mww', 'us10002wvs', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21562, '2015-08-03 14:01:53', -16.4701, -174.3557, 176, 5.7, 'mww', 'us10002xg5', '86km SW of Hihifo, Tonga', 'earthquake\r'), +(21563, '2015-08-05 09:13:24', 16.1408, -93.664, 100.85, 5.7, 'mww', 'us10002y1z', '11km NE of Tonala, Mexico', 'earthquake\r'), +(21564, '2015-08-06 23:59:46', -26.4576, -178.2511, 269, 6, 'mww', 'us10002zz0', 'South of the Fiji Islands', 'earthquake\r'), +(21565, '2015-08-07 01:25:03', -2.1412, 28.8973, 11, 5.8, 'mww', 'us10002zzn', '37km N of Cyangugu, Rwanda', 'earthquake\r'), +(21566, '2015-08-07 01:28:37', -2.0913, 28.9515, 10, 5.5, 'mwc', 'us10002zzr', '43km N of Cyangugu, Rwanda', 'earthquake\r'), +(21567, '2015-08-07 12:18:49', 1.0861, -85.2083, 10, 5.6, 'mww', 'us1000303s', 'Off the coast of Ecuador', 'earthquake\r'), +(21568, '2015-08-07 13:48:32', 1.0467, -85.2705, 6.87, 5.6, 'mww', 'us1000304a', 'Off the coast of Ecuador', 'earthquake\r'), +(21569, '2015-08-07 14:22:14', -18.0441, -174.141, 28.49, 5.7, 'mwc', 'us1000304i', '69km NNW of Neiafu, Tonga', 'earthquake\r'), +(21570, '2015-08-09 04:46:21', -27.4539, -176.2457, 10, 5.8, 'mww', 'us100030i6', '258km NE of Raoul Island, New Zealand', 'earthquake\r'), +(21571, '2015-08-10 04:12:16', -9.3438, 158.0525, 22, 6.6, 'mww', 'us100030pg', '179km SW of Dadali, Solomon Islands', 'earthquake\r'), +(21572, '2015-08-10 04:24:31', -9.2998, 157.9543, 10, 5.9, 'mwc', 'us100030pk', '180km SE of Gizo, Solomon Islands', 'earthquake\r'), +(21573, '2015-08-10 07:43:37', -19.6389, -174.8533, 46.28, 5.6, 'mwc', 'us100030q4', '55km WNW of Pangai, Tonga', 'earthquake\r'), +(21574, '2015-08-10 10:05:26', 36.5326, 71.2147, 224, 5.9, 'mww', 'us100030qs', '33km WSW of Ashkasham, Afghanistan', 'earthquake\r'), +(21575, '2015-08-10 19:19:32', -27.0812, -176.2405, 6.73, 5.5, 'mwc', 'us100030vh', '291km NE of Raoul Island, New Zealand', 'earthquake\r'), +(21576, '2015-08-11 13:35:49', -27.0523, -176.2728, 10, 5.7, 'mwb', 'us10003137', '292km NNE of Raoul Island, New Zealand', 'earthquake\r'), +(21577, '2015-08-12 00:14:40', -31.6968, -71.6227, 30, 5.5, 'mww', 'us100031b7', '43km W of Illapel, Chile', 'earthquake\r'), +(21578, '2015-08-12 18:19:16', -9.3286, 157.8422, 4.18, 5.6, 'mww', 'us100031lu', '174km SE of Gizo, Solomon Islands', 'earthquake\r'), +(21579, '2015-08-12 18:49:24', -9.3293, 157.8772, 6.43, 6.5, 'mww', 'us100031me', '177km SE of Gizo, Solomon Islands', 'earthquake\r'), +(21580, '2015-08-13 10:39:54', -37.0152, 78.0623, 10, 6, 'mww', 'us100031wx', '102km NNE of Amsterdam Island, France', 'earthquake\r'), +(21581, '2015-08-13 11:28:15', -36.8531, 78.3516, 10, 5.6, 'mwc', 'us100031xf', '131km NE of Amsterdam Island, France', 'earthquake\r'), +(21582, '2015-08-13 14:04:58', -3.9835, 152.8909, 135, 5.6, 'mww', 'us100031xu', '55km NNW of Taron, Papua New Guinea', 'earthquake\r'), +(21583, '2015-08-13 14:08:00', 23.9689, 122.4897, 17.32, 5.6, 'mww', 'us100031xw', '75km SW of Yonakuni, Japan', 'earthquake\r'), +(21584, '2015-08-14 13:28:01', -27.315, -176.0525, 11.19, 5.7, 'mww', 'us1000329u', '282km NE of Raoul Island, New Zealand', 'earthquake\r'), +(21585, '2015-08-14 18:03:03', 21.1039, -45.8517, 10, 5.5, 'mww', 'us100032bg', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(21586, '2015-08-15 07:47:07', -10.8968, 163.8226, 8, 6.4, 'mww', 'us100032k6', '213km ESE of Kirakira, Solomon Islands', 'earthquake\r'), +(21587, '2015-08-15 20:16:21', 51.6744, -175.1577, 32, 5.7, 'mww', 'us100032m5', '87km SW of Atka, Alaska', 'earthquake\r'), +(21588, '2015-08-17 14:42:33', 21.952, 146.6278, 10, 5.7, 'mww', 'us100032we', '238km NE of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(21589, '2015-08-17 16:16:59', 13.7124, 51.7823, 10, 5.7, 'mww', 'us100032x1', '175km NNW of Kilmia, Yemen', 'earthquake\r'), +(21590, '2015-08-20 11:00:10', 0.4854, 126.5894, 46.14, 5.8, 'mww', 'us100033n1', '92km WSW of Kota Ternate, Indonesia', 'earthquake\r'), +(21591, '2015-08-20 13:29:09', -8.0603, 149.553, 52.4, 5.5, 'mww', 'us100033nw', '162km ENE of Popondetta, Papua New Guinea', 'earthquake\r'), +(21592, '2015-08-23 23:10:04', -29.7191, -71.2958, 31.11, 5.7, 'mww', 'us100034du', '21km N of La Serena, Chile', 'earthquake\r'), +(21593, '2015-08-24 09:41:27', -30.6502, -178.7298, 228, 6, 'mww', 'us100034fl', '88km N of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21594, '2015-08-26 13:51:36', -57.4999, -25.8754, 32, 5.8, 'mww', 'us10003508', '119km SE of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21595, '2015-09-01 15:24:09', 31.2841, 141.7062, 10, 5.6, 'mb', 'us20003fe2', '268km SE of Hachijo-jima, Japan', 'earthquake\r'), +(21596, '2015-09-01 15:25:10', 31.1806, 141.6, 8, 6, 'mww', 'us20003feg', '270km SE of Hachijo-jima, Japan', 'earthquake\r'), +(21597, '2015-09-02 01:18:29', 4.4132, 124.6314, 296, 5.7, 'mww', 'us20003fkb', '143km SW of Sarangani, Philippines', 'earthquake\r'), +(21598, '2015-09-03 13:24:01', 2.0551, 126.6816, 53, 5.5, 'mww', 'us20003fyy', '152km WNW of Tobelo, Indonesia', 'earthquake\r'), +(21599, '2015-09-05 07:00:01', 51.371, -174.3382, 20, 5.5, 'mww', 'us20003glc', '92km S of Atka, Alaska', 'earthquake\r'), +(21600, '2015-09-05 13:16:09', 49.3613, 155.6819, 38, 5.8, 'mww', 'us20003gpv', '149km SSW of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(21601, '2015-09-07 08:46:09', -24.2427, 179.1278, 535, 6, 'mww', 'us20003h2i', 'South of the Fiji Islands', 'earthquake\r'), +(21602, '2015-09-07 09:13:57', -32.8199, -177.8599, 17, 6.3, 'mww', 'us20003h2m', '182km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21603, '2015-09-07 14:06:28', -32.8265, -178.198, 10, 5.9, 'mww', 'us20003h3x', '168km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21604, '2015-09-08 06:48:33', -33.0304, -178.5336, 10, 5.8, 'mww', 'us20003h78', '180km S of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21605, '2015-09-08 08:03:54', 14.337, -94.137, 5, 5.7, 'mww', 'us20003h7g', '179km SSW of Pijijiapan, Mexico', 'earthquake\r'), +(21606, '2015-09-08 08:19:54', -33.1147, -178.2046, 12.77, 5.5, 'mww', 'us20003h7j', '197km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21607, '2015-09-09 07:05:44', -49.5321, -116.3317, 10, 5.9, 'mwb', 'us20003hme', 'Southern East Pacific Rise', 'earthquake\r'), +(21608, '2015-09-10 10:26:45', 52.0985, -169.5349, 20, 6, 'mww', 'us20003hq5', '98km SE of Yunaska Island, Alaska', 'earthquake\r'), +(21609, '2015-09-11 21:19:19', -5.9797, 146.6564, 26, 5.5, 'mww', 'us20003iv3', '89km NNW of Lae, Papua New Guinea', 'earthquake\r'), +(21610, '2015-09-12 20:32:27', -32.6066, -178.0287, 8, 5.9, 'mww', 'us20003j2v', '153km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21611, '2015-09-12 22:16:08', -6.1236, 147.3658, 27, 5.5, 'mww', 'us20003j36', '76km NW of Finschhafen, Papua New Guinea', 'earthquake\r'), +(21612, '2015-09-13 07:57:33', 24.8094, -109.5138, 10, 5.6, 'mww', 'us20003j4t', '99km SSW of Topolobampo, Mexico', 'earthquake\r'), +(21613, '2015-09-13 08:14:09', 24.913, -109.6226, 10, 6.7, 'mww', 'us20003j4u', '95km SW of Topolobampo, Mexico', 'earthquake\r'), +(21614, '2015-09-16 07:40:59', 1.8841, 126.4288, 41.55, 6.3, 'mww', 'us20003jwc', '146km ENE of Bitung, Indonesia', 'earthquake\r'), +(21615, '2015-09-16 14:03:22', -6.0114, 151.4768, 6, 6.1, 'mww', 'us20003jyz', '156km ESE of Kimbe, Papua New Guinea', 'earthquake\r'), +(21616, '2015-09-16 22:54:33', -31.5729, -71.6744, 22.44, 8.3, 'mww', 'us20003k7a', '48km W of Illapel, Chile', 'earthquake\r'), +(21617, '2015-09-16 22:59:15', -31.618, -71.745, 26.7, 6.4, 'mb', 'us20003k8b', '55km W of Illapel, Chile', 'earthquake\r'), +(21618, '2015-09-16 23:03:57', -31.7502, -71.7425, 19.1, 6.1, 'mwr', 'us20003k7m', '56km WSW of Illapel, Chile', 'earthquake\r'), +(21619, '2015-09-16 23:09:07', -31.1055, -71.405, 37.8, 5.6, 'mb', 'us20003kdq', '59km SSW of Ovalle, Chile', 'earthquake\r'), +(21620, '2015-09-16 23:09:26', -31.5743, -71.6717, 35, 5.7, 'mb', 'us10003itv', '48km W of Illapel, Chile', 'earthquake\r'), +(21621, '2015-09-16 23:16:09', -31.6, -71.9189, 35, 6.1, 'mb', 'us20003k83', '71km W of Illapel, Chile', 'earthquake\r'), +(21622, '2015-09-16 23:18:42', -31.5622, -71.4262, 28.41, 7, 'mww', 'us20003k7w', '25km WNW of Illapel, Chile', 'earthquake\r'), +(21623, '2015-09-16 23:23:26', -31.1674, -71.772, 32.1, 5.7, 'mb', 'us20003m3n', '77km NW of Illapel, Chile', 'earthquake\r'), +(21624, '2015-09-16 23:28:23', -30.7179, -71.8037, 20.71, 5.5, 'mb', 'us10003it9', '59km WSW of Ovalle, Chile', 'earthquake\r'), +(21625, '2015-09-16 23:38:02', -31.7842, -72.0222, 12.46, 5.9, 'mb', 'us20003k89', '82km WSW of Illapel, Chile', 'earthquake\r'), +(21626, '2015-09-17 01:33:03', -31.7363, -72.0265, 9.29, 5.8, 'mwr', 'us20003kc5', '82km W of Illapel, Chile', 'earthquake\r'), +(21627, '2015-09-17 01:41:06', -31.1043, -71.6504, 42.32, 6.4, 'mww', 'us20003kcn', '70km SW of Ovalle, Chile', 'earthquake\r'), +(21628, '2015-09-17 02:59:29', -30.9669, -71.5398, 35, 5.5, 'mwr', 'us20003ke3', '52km SW of Ovalle, Chile', 'earthquake\r'), +(21629, '2015-09-17 03:55:15', -31.4244, -71.6876, 27, 6.5, 'mww', 'us20003kfj', '54km WNW of Illapel, Chile', 'earthquake\r'), +(21630, '2015-09-17 04:02:10', -31.2244, -71.926, 15.97, 5.7, 'mwr', 'us20003kft', '85km WNW of Illapel, Chile', 'earthquake\r'), +(21631, '2015-09-17 04:10:28', -31.5173, -71.804, 23, 6.7, 'mww', 'us20003kfv', '61km WNW of Illapel, Chile', 'earthquake\r'), +(21632, '2015-09-17 04:26:39', -31.4167, -71.98, 17.62, 5.5, 'mwr', 'us20003kgi', '80km WNW of Illapel, Chile', 'earthquake\r'), +(21633, '2015-09-17 05:44:40', -31.8011, -72.1309, 10, 5.5, 'mwr', 'us20003khn', '93km WSW of Illapel, Chile', 'earthquake\r'), +(21634, '2015-09-17 08:58:45', 53.2985, 159.7085, 68.09, 5.5, 'mb', 'us20003kjd', '76km ENE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(21635, '2015-09-17 12:14:35', -32.9149, -71.6064, 10, 5.9, 'mww', 'us20003kkw', '13km NNW of Vina del Mar, Chile', 'earthquake\r'), +(21636, '2015-09-17 13:32:26', -32.1432, -72.3779, 10, 5.9, 'mww', 'us20003kl4', '113km WNW of La Ligua, Chile', 'earthquake\r'), +(21637, '2015-09-17 14:19:16', -30.9102, -71.9829, 10, 5.7, 'mwr', 'us20003kld', '82km WSW of Ovalle, Chile', 'earthquake\r'), +(21638, '2015-09-17 20:40:32', -29.9614, -71.8851, 5.69, 5.5, 'mwr', 'us20003kwk', '52km W of Coquimbo, Chile', 'earthquake\r'), +(21639, '2015-09-18 08:18:18', -32.2292, -72.3678, 6, 5.6, 'mww', 'us20003l55', '109km WNW of La Ligua, Chile', 'earthquake\r'), +(21640, '2015-09-18 09:10:45', -32.3681, -72.2292, 8, 6.2, 'mww', 'us20003l5d', '93km NW of Valparaiso, Chile', 'earthquake\r'), +(21641, '2015-09-18 15:59:43', 15.2767, -45.9886, 10, 6, 'mww', 'us20003lc6', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(21642, '2015-09-19 05:06:48', -29.6411, -72.077, 6, 6.1, 'mww', 'us20003lql', '78km WNW of Coquimbo, Chile', 'earthquake\r'), +(21643, '2015-09-19 09:07:10', -31.0999, -71.5902, 28, 5.7, 'mww', 'us20003lsq', '66km SSW of Ovalle, Chile', 'earthquake\r'), +(21644, '2015-09-19 12:52:21', -32.3335, -72.0629, 18, 6.2, 'mww', 'us20003luw', '79km W of La Ligua, Chile', 'earthquake\r'), +(21645, '2015-09-19 13:08:58', -30.5256, -72.1984, 10, 5.6, 'mww', 'us20003lv1', '96km W of Ovalle, Chile', 'earthquake\r'), +(21646, '2015-09-21 05:39:35', -31.5757, -71.7431, 30, 6.1, 'mww', 'us20003mcj', '55km W of Illapel, Chile', 'earthquake\r'), +(21647, '2015-09-21 17:40:00', -31.7275, -71.3792, 35, 6.6, 'mww', 'us20003mi0', '22km WSW of Illapel, Chile', 'earthquake\r'), +(21648, '2015-09-21 18:36:54', -31.0458, -71.82, 26.95, 5.5, 'mww', 'us20003mis', '77km SW of Ovalle, Chile', 'earthquake\r'), +(21649, '2015-09-21 19:56:09', -31.7819, -71.6407, 28.36, 5.6, 'mww', 'us20003mjn', '48km WSW of Illapel, Chile', 'earthquake\r'), +(21650, '2015-09-22 07:13:01', -31.4441, -71.2653, 58, 6, 'mww', 'us20003msd', '22km NNW of Illapel, Chile', 'earthquake\r'), +(21651, '2015-09-24 13:48:58', 50.7832, -130.2084, 10, 5.7, 'mww', 'us20003nmz', '197km W of Port Hardy, Canada', 'earthquake\r'), +(21652, '2015-09-24 15:53:28', -0.6212, 131.2622, 18, 6.6, 'mww', 'us20003nqr', '29km N of Sorong, Indonesia', 'earthquake\r'), +(21653, '2015-09-24 15:56:56', -10.1917, 160.5201, 25.54, 5.8, 'mww', 'us20003nr6', '104km SE of Honiara, Solomon Islands', 'earthquake\r'), +(21654, '2015-09-26 02:51:19', -30.8148, -71.3217, 46, 6.3, 'mww', 'us20003p9y', '26km SSW of Ovalle, Chile', 'earthquake\r'), +(21655, '2015-09-26 17:23:27', 5.2649, 123.7966, 516, 5.5, 'mwb', 'us20003pci', '112km SSW of Malisbeng, Philippines', 'earthquake\r'), +(21656, '2015-09-26 18:17:25', -6.278, 151.6661, 2.93, 5.5, 'mb', 'us20003pcw', '186km ESE of Kimbe, Papua New Guinea', 'earthquake\r'), +(21657, '2015-09-26 21:40:35', -57.0947, -142.4382, 10, 5.9, 'mwb', 'us20003pdw', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21658, '2015-09-27 02:56:14', -7.1772, 129.6047, 107, 5.5, 'mww', 'us20003pf6', '207km WNW of Saumlaki, Indonesia', 'earthquake\r'), +(21659, '2015-09-28 15:28:06', -23.8028, -66.6126, 219, 5.9, 'mww', 'us20003pnw', '54km NNW of San Antonio de los Cobres, Argentina', 'earthquake\r'), +(21660, '2015-09-30 16:06:52', -56.1948, -27.7153, 101, 5.7, 'mww', 'us10003j3j', '64km NNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21661, '2015-10-03 06:03:42', -37.4557, -73.6761, 14.53, 5.8, 'mww', 'us10003jyn', '18km N of Lebu, Chile', 'earthquake\r'), +(21662, '2015-10-03 06:26:56', -30.301, -71.551, 38, 5.9, 'mww', 'us10003jyt', '43km SSW of Coquimbo, Chile', 'earthquake\r'), +(21663, '2015-10-04 03:49:49', -30.3105, -72.1018, 5.89, 5.5, 'mww', 'us10003k53', '83km WSW of Coquimbo, Chile', 'earthquake\r'), +(21664, '2015-10-05 16:33:27', -30.3035, -71.5318, 34, 5.9, 'mww', 'us10003kg9', '42km SSW of Coquimbo, Chile', 'earthquake\r'), +(21665, '2015-10-05 17:35:55', 51.9487, -179.2558, 90.82, 5.7, 'mww', 'us10003kgq', '77km N of Amatignak Island, Alaska', 'earthquake\r'), +(21666, '2015-10-09 18:27:37', -31.7323, -71.7325, 35, 5.5, 'mww', 'us10003mjs', '54km WSW of Illapel, Chile', 'earthquake\r'), +(21667, '2015-10-10 08:56:05', -60.7167, -20.8492, 10, 5.5, 'mww', 'us10003mns', 'East of the South Sandwich Islands', 'earthquake\r'), +(21668, '2015-10-11 00:58:27', -54.4856, -135.708, 10, 6.1, 'mww', 'us10003mrv', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21669, '2015-10-12 03:15:19', -31.1849, -71.8227, 21, 5.6, 'mww', 'us10003mxa', '79km NW of Illapel, Chile', 'earthquake\r'), +(21670, '2015-10-12 08:05:02', -40.5837, 176.2884, 22, 5.6, 'mww', 'us10003mxv', '35km N of Castlepoint, New Zealand', 'earthquake\r'), +(21671, '2015-10-14 05:43:08', 48.8595, 156.2259, 12, 6, 'mww', 'us10003nib', '202km S of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(21672, '2015-10-16 06:38:26', 55.5962, 159.2114, 285, 5.6, 'mww', 'us10003p25', '49km SE of Esso, Russia', 'earthquake\r'), +(21673, '2015-10-17 11:33:09', -25.4674, -64.4839, 17, 5.8, 'mww', 'us10003pc9', '19km ESE of El Galpon, Argentina', 'earthquake\r'), +(21674, '2015-10-17 17:52:20', -42.6607, -82.4526, 10.13, 5.6, 'mww', 'us10003pdi', 'West Chile Rise', 'earthquake\r'), +(21675, '2015-10-18 16:18:36', -16.2018, -173.2608, 12, 6, 'mww', 'us10003pie', '59km ESE of Hihifo, Tonga', 'earthquake\r'), +(21676, '2015-10-19 13:50:42', 13.8654, 120.6172, 106, 5.8, 'mww', 'us10003pnb', '2km W of Balitoc, Philippines', 'earthquake\r'), +(21677, '2015-10-20 09:29:09', 27.0743, 140.2123, 304, 5.7, 'mww', 'us10003pv2', '198km W of Chichi-shima, Japan', 'earthquake\r'), +(21678, '2015-10-20 20:33:12', -57.4332, -65.8872, 9.08, 5.6, 'mww', 'us10003pzw', 'Drake Passage', 'earthquake\r'), +(21679, '2015-10-20 21:52:03', -14.8595, 167.3028, 135, 7.1, 'mww', 'us10003q0q', '34km NE of Port-Olry, Vanuatu', 'earthquake\r'), +(21680, '2015-10-23 00:27:40', 29.6377, 70.326, 11, 5.6, 'mww', 'us10003qv5', '10km NNW of Dajal, Pakistan', 'earthquake\r'), +(21681, '2015-10-23 01:40:06', -54.2258, 6.1653, 11, 6.2, 'mww', 'us10003qvc', '183km E of Bouvet Island, Bouvet Island', 'earthquake\r'), +(21682, '2015-10-23 04:04:18', -45.8146, 37.1711, 10, 6, 'mww', 'us10003qvh', '129km NNW of Marion Island, Prince Edward Islands', 'earthquake\r'), +(21683, '2015-10-23 22:03:23', -2.1661, 138.2666, 8, 5.8, 'mww', 'us10003r43', '262km WNW of Abepura, Indonesia', 'earthquake\r'), +(21684, '2015-10-24 17:31:19', -30.2199, -179.3319, 313.68, 5.5, 'mwb', 'us10003r6y', '140km NNW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21685, '2015-10-25 14:58:58', -29.3334, -177.7961, 10, 5.8, 'mww', 'us10003rbc', '12km SE of Raoul Island, New Zealand', 'earthquake\r'), +(21686, '2015-10-26 09:09:32', 36.459, 70.6847, 206.94, 5.9, 'mb', 'us100042n2', '46km SSW of Jarm, Afghanistan', 'earthquake\r'), +(21687, '2015-10-26 09:09:43', 36.5244, 70.3676, 231, 7.5, 'mww', 'us10003re5', '45km E of Farkhar, Afghanistan', 'earthquake\r'), +(21688, '2015-10-28 20:46:40', -10.9788, 166.3796, 141, 5.8, 'mww', 'us200040b8', '66km ESE of Lata, Solomon Islands', 'earthquake\r'), +(21689, '2015-11-01 15:16:17', -23.2468, -68.4169, 111, 5.8, 'mww', 'us2000416s', '41km SSW of San Pedro de Atacama, Chile', 'earthquake\r'), +(21690, '2015-11-01 21:09:41', 22.7548, 121.6561, 7, 5.5, 'mww', 'us2000417s', '52km E of Taitung City, Taiwan', 'earthquake\r'), +(21691, '2015-11-02 08:15:34', 51.5815, -173.3339, 13, 5.8, 'mww', 'us200041a0', '90km SE of Atka, Alaska', 'earthquake\r'), +(21692, '2015-11-03 21:25:02', -8.2825, 124.9069, 10.27, 5.7, 'mww', 'us200041rk', '79km WNW of Dili, East Timor', 'earthquake\r'), +(21693, '2015-11-04 03:44:15', -8.3381, 124.8754, 20, 6.5, 'mww', 'us200041ty', '80km WNW of Dili, East Timor', 'earthquake\r'), +(21694, '2015-11-04 05:52:28', -3.5489, 149.7071, 10, 5.6, 'mww', 'us200041ul', '162km SW of Kavieng, Papua New Guinea', 'earthquake\r'), +(21695, '2015-11-05 16:32:39', -3.7259, 150.9036, 10, 5.5, 'mww', 'us10003uwk', '127km S of Kavieng, Papua New Guinea', 'earthquake\r'), +(21696, '2015-11-07 07:04:31', -29.4642, -72.3015, 13, 6.2, 'mww', 'us10003vgi', '107km WNW of Coquimbo, Chile', 'earthquake\r'), +(21697, '2015-11-07 07:31:44', -30.8796, -71.4519, 46, 6.8, 'mww', 'us10003vgt', '39km SW of Ovalle, Chile', 'earthquake\r'), +(21698, '2015-11-07 10:53:44', -30.7227, -71.3904, 42, 5.7, 'mww', 'us10003vij', '22km SW of Ovalle, Chile', 'earthquake\r'), +(21699, '2015-11-07 19:40:14', 16.4895, 119.8464, 37, 5.5, 'mww', 'us10003vl4', '11km NW of Binabalian Ricor, Philippines', 'earthquake\r'), +(21700, '2015-11-08 08:13:37', -17.3194, -69.4287, 159.86, 5.7, 'mww', 'us10003vp7', '65km E of Chuquitira, Peru', 'earthquake\r'), +(21701, '2015-11-08 09:34:57', 0.7863, 98.8905, 69, 5.7, 'mww', 'us10003vph', '76km SSW of Padangsidempuan, Indonesia', 'earthquake\r'), +(21702, '2015-11-08 10:42:02', 6.8782, 94.5455, 8, 5.5, 'mww', 'us10003vpz', '138km NW of Sabang, Indonesia', 'earthquake\r'), +(21703, '2015-11-08 10:46:17', 51.5002, -172.9113, 16, 5.6, 'mww', 'us10003vq1', '117km SE of Atka, Alaska', 'earthquake\r'), +(21704, '2015-11-08 11:33:15', 51.5345, -172.9785, 20, 5.7, 'mww', 'us10003vq9', '111km SE of Atka, Alaska', 'earthquake\r'), +(21705, '2015-11-08 16:47:02', 6.8431, 94.648, 10, 6.6, 'mww', 'us10003vry', '128km NW of Sabang, Indonesia', 'earthquake\r'), +(21706, '2015-11-08 19:14:47', 6.984, 94.534, 10, 5.6, 'mwc', 'us10003vsp', '148km NW of Sabang, Indonesia', 'earthquake\r'), +(21707, '2015-11-09 08:12:46', 6.4078, 94.8019, 10, 5.5, 'mww', 'us10003vxc', '80km NW of Sabang, Indonesia', 'earthquake\r'), +(21708, '2015-11-09 16:03:46', 51.6394, -173.0746, 15, 6.5, 'mww', 'us10003vyx', '99km SE of Atka, Alaska', 'earthquake\r'), +(21709, '2015-11-11 00:26:58', 6.2386, 147.6443, 13, 5.6, 'mww', 'us10003x8b', '143km SSE of Satawal, Micronesia', 'earthquake\r'), +(21710, '2015-11-11 01:54:39', -29.5067, -72.0068, 12, 6.9, 'mww', 'us10003x8t', '81km NW of Coquimbo, Chile', 'earthquake\r'), +(21711, '2015-11-11 02:46:20', -29.5097, -72.0585, 10, 6.9, 'mww', 'us10003x9g', '84km NW of Coquimbo, Chile', 'earthquake\r'), +(21712, '2015-11-11 06:26:34', -9.1387, -108.6442, 10, 5.6, 'mwb', 'us10003xaf', 'Central East Pacific Rise', 'earthquake\r'), +(21713, '2015-11-11 11:45:24', -8.9416, 110.2187, 83.02, 5.5, 'mww', 'us10003xd3', '109km S of Bambanglipuro, Indonesia', 'earthquake\r'), +(21714, '2015-11-11 23:36:19', -7.2493, 128.93, 126, 5.8, 'mww', 'us10003xni', '274km WNW of Saumlaki, Indonesia', 'earthquake\r'), +(21715, '2015-11-13 06:04:17', -29.8492, -64.4985, 27, 5.6, 'mww', 'us10003xzv', '40km N of Quilino, Argentina', 'earthquake\r'), +(21716, '2015-11-13 20:51:31', 31.0009, 128.8729, 12, 6.7, 'mww', 'us10003y71', '140km WSW of Makurazaki, Japan', 'earthquake\r'), +(21717, '2015-11-14 19:20:21', 31.4417, 128.8428, 10, 5.7, 'mww', 'us10003ydz', '138km S of Fukue, Japan', 'earthquake\r'), +(21718, '2015-11-16 00:39:34', 17.8398, -81.8219, 6.71, 5.8, 'mww', 'us10003yjy', '167km SSW of George Town, Cayman Islands', 'earthquake\r'), +(21719, '2015-11-16 16:49:14', 48.3334, 154.2439, 34, 5.9, 'mww', 'us10003yr1', '294km SSW of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(21720, '2015-11-17 07:10:07', 38.67, 20.6, 11, 6.5, 'mww', 'us10003ywp', '10km WSW of Nidri, Greece', 'earthquake\r'), +(21721, '2015-11-17 17:29:36', 40.3762, 73.2038, 18, 5.6, 'mww', 'us10003yzt', '21km WNW of Gul\'\'cha, Kyrgyzstan', 'earthquake\r'), +(21722, '2015-11-18 18:31:05', -8.8994, 158.4217, 12.59, 6.8, 'mww', 'us10003zcp', '115km SW of Dadali, Solomon Islands', 'earthquake\r'), +(21723, '2015-11-20 05:31:52', 26.3565, 142.6429, 14, 5.8, 'mww', 'us10003zrf', '91km SSE of Chichi-shima, Japan', 'earthquake\r'), +(21724, '2015-11-21 09:06:13', -7.1484, 129.9375, 82, 6.1, 'mww', 'us1000402t', '176km WNW of Saumlaki, Indonesia', 'earthquake\r'), +(21725, '2015-11-21 23:05:31', -30.5754, -71.7676, 27, 5.8, 'mww', 'us10004077', '54km W of Ovalle, Chile', 'earthquake\r'), +(21726, '2015-11-22 18:16:05', 36.4344, 71.4233, 102, 5.7, 'mww', 'us100040ct', '29km SSW of Ashkasham, Afghanistan', 'earthquake\r'), +(21727, '2015-11-23 20:41:22', 16.9762, -98.9116, 34, 5.6, 'mww', 'us100040iy', '25km NW of San Luis Acatlan, Mexico', 'earthquake\r'), +(21728, '2015-11-24 13:21:36', 18.7787, 145.2659, 586.88, 6, 'mww', 'us100040q8', '42km W of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(21729, '2015-11-24 20:45:02', -0.0981, -17.834, 10, 5.5, 'mwb', 'us100040uv', 'North of Ascension Island', 'earthquake\r'), +(21730, '2015-11-24 22:45:39', -10.5372, -70.9437, 606.21, 7.6, 'mww', 'us100040ww', '173km WNW of Iberia, Peru', 'earthquake\r'), +(21731, '2015-11-24 22:50:54', -10.0598, -71.0184, 620.56, 7.6, 'mww', 'us100040x6', '211km S of Tarauaca, Brazil', 'earthquake\r'), +(21732, '2015-11-25 18:57:42', 1.4305, 126.2904, 33.16, 5.7, 'mww', 'us100041ay', '123km E of Bitung, Indonesia', 'earthquake\r'), +(21733, '2015-11-26 05:45:18', -9.1825, -71.2574, 602.75, 6.7, 'mww', 'us100041f1', '125km SSW of Tarauaca, Brazil', 'earthquake\r'), +(21734, '2015-11-27 11:46:27', 13.0906, -88.9476, 52, 5.6, 'mww', 'us100041q5', '45km S of El Rosario, El Salvador', 'earthquake\r'), +(21735, '2015-11-27 21:00:23', -24.828, -70.6009, 34, 6.2, 'mww', 'us100041t7', '64km N of Taltal, Chile', 'earthquake\r'), +(21736, '2015-11-28 02:51:08', 43.3856, 146.4353, 69, 5.6, 'mww', 'us100041u7', '51km SSW of Shikotan, Russia', 'earthquake\r'), +(21737, '2015-11-28 05:44:40', -30.3688, -72.151, 10, 5.6, 'mww', 'us100041ui', '90km WSW of Coquimbo, Chile', 'earthquake\r'), +(21738, '2015-11-29 18:52:49', -23.5597, -64.6521, 11, 5.8, 'mww', 'us1000421x', '20km WNW of Yuto, Argentina', 'earthquake\r'), +(21739, '2015-11-29 18:56:22', -23.4779, -64.5862, 10, 5.5, 'mb', 'us100042zp', '21km NNW of Yuto, Argentina', 'earthquake\r'), +(21740, '2015-11-30 20:19:05', -8.791, 67.6967, 10, 5.5, 'mwb', 'us1000429g', 'Mid-Indian Ridge', 'earthquake\r'), +(21741, '2015-12-01 17:08:25', -14.8839, -176.5573, 10, 5.8, 'mww', 'us100042gv', '182km SSW of Mata-Utu, Wallis and Futuna', 'earthquake\r'), +(21742, '2015-12-04 22:25:00', -47.6165, 85.0913, 35, 7.1, 'mww', 'us100043z2', 'Southeast Indian Ridge', 'earthquake\r'), +(21743, '2015-12-06 17:09:29', -18.1602, -178.694, 547, 5.6, 'mww', 'us100044gf', '275km N of Ndoi Island, Fiji', 'earthquake\r'), +(21744, '2015-12-07 07:50:06', 38.2107, 72.7797, 22, 7.2, 'mww', 'us100044k6', '104km W of Murghob, Tajikistan', 'earthquake\r'), +(21745, '2015-12-07 07:51:11', -31.3985, -71.2624, 49.53, 5.5, 'mwr', 'us100044k5', '27km NNW of Illapel, Chile', 'earthquake\r'), +(21746, '2015-12-07 08:30:57', 41.7307, 74.6053, 21.53, 5.5, 'mb', 'us100044km', '23km SSE of Chayek, Kyrgyzstan', 'earthquake\r'), +(21747, '2015-12-07 22:53:35', 14.2197, -90.8905, 84, 5.7, 'mww', 'us100044xh', '4km WNW of Masagua, Guatemala', 'earthquake\r'), +(21748, '2015-12-08 12:56:07', -30.8096, -71.7519, 25, 5.6, 'mww', 'us1000454p', '57km WSW of Ovalle, Chile', 'earthquake\r'), +(21749, '2015-12-09 10:21:49', -4.1064, 129.5079, 21, 6.9, 'mww', 'us20004ft7', '107km SE of Amahai, Indonesia', 'earthquake\r'), +(21750, '2015-12-09 12:58:02', -16.7374, 175.2475, 10, 6.1, 'mww', 'us20004fuz', '255km WNW of Lautoka, Fiji', 'earthquake\r'), +(21751, '2015-12-10 00:09:33', -35.8838, -73.2763, 10, 5.5, 'mww', 'us20004g1p', '86km NNW of Tome, Chile', 'earthquake\r'), +(21752, '2015-12-10 12:05:15', -58.88, -23.9062, 10, 5.7, 'mww', 'us20004g40', '151km E of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(21753, '2015-12-12 23:32:55', -41.1083, -90.0703, 10, 5.5, 'mwb', 'us20004gtz', 'Southeast of Easter Island', 'earthquake\r'), +(21754, '2015-12-17 19:49:53', 15.8015, -93.633, 85, 6.6, 'mww', 'us100047zq', '12km SW of Tres Picos, Mexico', 'earthquake\r'), +(21755, '2015-12-19 02:10:53', -18.3819, 169.3857, 10, 6, 'mww', 'us1000489i', '129km N of Isangel, Vanuatu', 'earthquake\r'), +(21756, '2015-12-19 15:03:36', -8.3684, 107.0225, 27, 5.7, 'mww', 'us100048d4', '100km SSW of Cigarogol, Indonesia', 'earthquake\r'), +(21757, '2015-12-19 19:25:06', -30.6053, -71.3057, 48.34, 5.8, 'mww', 'us100048du', '10km W of Ovalle, Chile', 'earthquake\r'), +(21758, '2015-12-20 18:47:37', 3.6455, 117.6359, 14, 6.1, 'mww', 'us100048hc', '38km N of Tarakan, Indonesia', 'earthquake\r'), +(21759, '2015-12-21 15:44:05', -4.4354, 151.9782, 162, 5.7, 'mwb', 'us100048lk', '32km WSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(21760, '2015-12-23 16:55:09', -54.1759, -1.4943, 10, 5.8, 'mww', 'us1000493b', 'Bouvet Island region', 'earthquake\r'), +(21761, '2015-12-24 19:44:03', -55.755, -123.1158, 12.28, 6.2, 'mww', 'us100049ce', 'Southern East Pacific Rise', 'earthquake\r'), +(21762, '2015-12-24 23:10:58', -7.2182, 128.9775, 119, 5.8, 'mww', 'us100049dq', '270km WNW of Saumlaki, Indonesia', 'earthquake\r'), +(21763, '2015-12-25 17:58:05', -40.7281, -86.4356, 10, 5.8, 'mww', 'us100049hf', 'West Chile Rise', 'earthquake\r'), +(21764, '2015-12-25 19:14:47', 36.4935, 71.1263, 206, 6.3, 'mww', 'us100049i1', '42km WSW of Ashkasham, Afghanistan', 'earthquake\r'), +(21765, '2015-12-28 06:55:30', 14.6571, -61.3454, 150, 5.6, 'mww', 'us10004a1v', '20km WSW of Saint-Pierre, Martinique', 'earthquake\r'), +(21766, '2015-12-29 01:51:42', -6.2452, 154.7595, 30, 5.8, 'mww', 'us10004a6n', '80km W of Panguna, Papua New Guinea', 'earthquake\r'), +(21767, '2015-12-31 10:56:58', 11.1535, -86.6205, 20, 5.8, 'mww', 'us10004akg', '71km S of Masachapa, Nicaragua', 'earthquake\r'), +(21768, '2016-01-01 02:00:40', -50.5575, 139.4489, 10, 6.3, 'mww', 'us10004ant', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(21769, '2016-01-01 15:02:17', -28.6278, -177.281, 34, 5.8, 'mww', 'us10004aqy', '93km NE of Raoul Island, New Zealand', 'earthquake\r'), +(21770, '2016-01-02 04:22:20', 44.8069, 129.9406, 585.47, 5.8, 'mww', 'us10004atb', '19km ENE of Chaihe, China', 'earthquake\r'), +(21771, '2016-01-03 23:05:22', 24.8036, 93.6505, 55, 6.7, 'mww', 'us10004b2n', '30km W of Imphal, India', 'earthquake\r'), +(21772, '2016-01-05 02:21:11', 30.6132, 132.7337, 4.71, 5.8, 'mww', 'us10004ben', '166km E of Nishinoomote, Japan', 'earthquake\r'), +(21773, '2016-01-05 09:34:15', -54.2906, -136.2603, 10, 6, 'mww', 'us10004bgk', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21774, '2016-01-05 21:59:50', 22.0669, 143.6108, 158, 5.7, 'mww', 'us10004bm0', '215km NW of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(21775, '2016-01-08 01:12:01', -30.664, -71.6383, 24.03, 5.7, 'mww', 'us10004c96', '42km W of Ovalle, Chile', 'earthquake\r'), +(21776, '2016-01-10 12:12:02', -57.6576, -147.9486, 4, 5.6, 'mwb', 'us10004dam', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21777, '2016-01-11 16:38:06', 3.8965, 126.8621, 13, 6.5, 'mww', 'us10004dj5', '227km SE of Sarangani, Philippines', 'earthquake\r'), +(21778, '2016-01-11 17:08:04', 44.4761, 141.0867, 238.81, 6.2, 'mww', 'us10004djn', '74km NW of Rumoi, Japan', 'earthquake\r'), +(21779, '2016-01-12 09:45:11', -31.3385, 58.1916, 10, 5.9, 'mww', 'us10004dqh', 'Southwest Indian Ridge', 'earthquake\r'), +(21780, '2016-01-12 20:05:00', 36.5979, 70.9503, 239, 5.7, 'mww', 'us10004dtm', '31km SSE of Jarm, Afghanistan', 'earthquake\r'), +(21781, '2016-01-13 05:56:02', -15.1703, -174.875, 263, 5.9, 'mww', 'us10004dxr', '148km NW of Hihifo, Tonga', 'earthquake\r'), +(21782, '2016-01-14 03:25:28', -19.7597, -63.3288, 582.56, 6.1, 'mww', 'us10004ebw', '12km WNW of Charagua, Bolivia', 'earthquake\r'), +(21783, '2016-01-14 03:25:34', 41.9723, 142.781, 46, 6.7, 'mww', 'us10004ebx', '52km SE of Shizunai, Japan', 'earthquake\r'), +(21784, '2016-01-14 11:04:19', -15.6408, -177.1557, 10, 5.6, 'mwb', 'us10004efn', '183km SE of Sigave, Wallis and Futuna', 'earthquake\r'), +(21785, '2016-01-14 12:15:29', -53.2602, 159.7523, 10, 5.5, 'mww', 'us10004egq', '146km NNE of Macquarie Island, Australia', 'earthquake\r'), +(21786, '2016-01-14 13:14:49', 9.6862, 126.3095, 35, 5.6, 'mww', 'us10004ehj', '19km ESE of General Luna, Philippines', 'earthquake\r'), +(21787, '2016-01-16 23:22:29', -3.8727, 127.2292, 4.11, 5.6, 'mww', 'us10004f44', '69km SSE of Namlea, Indonesia', 'earthquake\r'), +(21788, '2016-01-18 18:24:18', -21.4088, 176.1244, 7.05, 5.8, 'mww', 'us10004feg', '164km ENE of Ceva-i-Ra, Fiji', 'earthquake\r'), +(21789, '2016-01-19 02:13:27', 22.8626, 121.3206, 27.1, 5.6, 'mww', 'us10004fhj', '21km ENE of Taitung City, Taiwan', 'earthquake\r'), +(21790, '2016-01-20 17:13:14', 37.6709, 101.6409, 9, 5.9, 'mww', 'us10004fv5', '70km ESE of Hongtu, China', 'earthquake\r'), +(21791, '2016-01-21 08:26:22', -30.8839, -178.5829, 123.09, 5.5, 'mwc', 'us10004g0a', '67km NNE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21792, '2016-01-21 18:06:58', 18.8239, -106.9337, 10, 6.6, 'mww', 'us10004g4l', '215km SW of Tomatlan, Mexico', 'earthquake\r'), +(21793, '2016-01-22 16:34:35', -13.7207, 172.06, 44.13, 5.6, 'mww', 'us10004gep', 'Vanuatu region', 'earthquake\r'), +(21794, '2016-01-24 10:30:30', 59.6363, -153.4051, 129, 7.1, 'mww', 'us10004gqp', '86km E of Old Iliamna, Alaska', 'earthquake\r'), +(21795, '2016-01-25 00:00:11', -19.5324, -173.3833, 53, 5.7, 'mww', 'us10004gx7', '105km ENE of Pangai, Tonga', 'earthquake\r'), +(21796, '2016-01-25 04:22:03', 35.6493, -3.6818, 12, 6.3, 'mww', 'us10004gy9', '50km NNE of Al Hoceima, Morocco', 'earthquake\r'), +(21797, '2016-01-25 09:17:50', 3.2058, 128.392, 42.65, 5.5, 'mww', 'us10004h1a', '168km NNE of Tobelo, Indonesia', 'earthquake\r'), +(21798, '2016-01-26 03:10:21', -5.2952, 153.2454, 26, 6.1, 'mww', 'us20004uks', '94km SSE of Taron, Papua New Guinea', 'earthquake\r'), +(21799, '2016-01-26 20:03:47', -5.3105, 153.2532, 35, 5.5, 'mww', 'us20004uu1', '96km SSE of Taron, Papua New Guinea', 'earthquake\r'), +(21800, '2016-01-27 15:11:18', 1.0248, -28.1447, 10, 5.7, 'mww', 'us20004v38', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(21801, '2016-01-30 03:25:12', 53.9776, 158.5463, 177, 7.2, 'mww', 'us20004vvx', '88km N of Yelizovo, Russia', 'earthquake\r'), +(21802, '2016-01-30 12:02:48', -3.1401, 146.9814, 13, 5.5, 'mwb', 'us20004w14', '127km SSW of Lorengau, Papua New Guinea', 'earthquake\r'), +(21803, '2016-01-31 02:50:06', -2.8659, 147.1385, 10, 5.7, 'mww', 'us20004w3k', '94km S of Lorengau, Papua New Guinea', 'earthquake\r'), +(21804, '2016-01-31 17:39:00', -63.263, 169.1485, 10, 6.1, 'mww', 'us20004w6c', 'Balleny Islands region', 'earthquake\r'), +(21805, '2016-02-01 19:00:46', -30.7539, -179.9504, 391, 6.2, 'mww', 'us20004wck', '125km NW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21806, '2016-02-02 14:19:23', 25.5745, 123.4476, 196, 5.7, 'mww', 'us20004wk0', '130km NNE of Yonakuni, Japan', 'earthquake\r'), +(21807, '2016-02-05 19:57:27', 22.9375, 120.6014, 23, 6.4, 'mww', 'us20004y6h', '25km SE of Yujing, Taiwan', 'earthquake\r'), +(21808, '2016-02-06 01:39:19', -16.9899, 174.9389, 10, 5.7, 'mww', 'us20004y98', '277km WNW of Lautoka, Fiji', 'earthquake\r'), +(21809, '2016-02-07 02:03:40', -15.2216, -173.3951, 51, 5.8, 'mww', 'us20004yh2', '89km NNE of Hihifo, Tonga', 'earthquake\r'), +(21810, '2016-02-08 16:19:13', -6.6207, 154.7421, 29, 6.4, 'mww', 'us20004yr0', '88km WSW of Panguna, Papua New Guinea', 'earthquake\r'), +(21811, '2016-02-10 00:33:05', -30.5723, -71.5838, 29, 6.3, 'mww', 'us20004z5b', '36km W of Ovalle, Chile', 'earthquake\r'), +(21812, '2016-02-12 10:02:24', -9.6338, 119.4013, 28, 6.3, 'mww', 'us20004zp9', '0km W of Komerda, Indonesia', 'earthquake\r'), +(21813, '2016-02-14 00:13:44', -43.4798, 172.7715, 7.63, 5.8, 'mww', 'us20005019', '12km ENE of Christchurch, New Zealand', 'earthquake\r'), +(21814, '2016-02-14 18:09:26', 30.2966, 138.8823, 410, 5.7, 'mww', 'us2000505t', 'Izu Islands, Japan region', 'earthquake\r'), +(21815, '2016-02-15 15:02:33', -20.9981, -175.4788, 10, 6, 'mww', 'us200050a6', '32km WNW of Nuku`alofa, Tonga', 'earthquake\r'), +(21816, '2016-02-15 19:28:05', -49.0481, 164.4987, 10, 5.9, 'mww', 'us200050ei', '219km NNW of Auckland Island, New Zealand', 'earthquake\r'), +(21817, '2016-02-16 10:46:30', -16.4442, -73.6045, 29, 5.7, 'mww', 'us200050iw', '97km WNW of Camana, Peru', 'earthquake\r'), +(21818, '2016-02-16 23:48:36', -55.7841, -125.1659, 13, 6.1, 'mww', 'us200050pj', 'Southern East Pacific Rise', 'earthquake\r'), +(21819, '2016-02-17 17:26:02', 0.8597, 129.0605, 9, 6, 'mww', 'us200050wc', '151km SE of Tobelo, Indonesia', 'earthquake\r'), +(21820, '2016-02-18 01:07:12', -56.2549, -27.5661, 99, 5.6, 'mww', 'us10004qp2', '54km NNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21821, '2016-02-20 15:51:23', -21.9559, -179.4072, 582.65, 5.8, 'mww', 'us10004rdp', '162km SSW of Ndoi Island, Fiji', 'earthquake\r'), +(21822, '2016-02-21 01:26:02', 4.6999, -32.6275, 10, 5.5, 'mwc', 'us10004rga', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(21823, '2016-02-21 21:26:42', 24.5533, 142.4073, 21, 5.6, 'mww', 'us10004rkg', '111km ESE of Iwo Jima, Japan', 'earthquake\r'), +(21824, '2016-02-22 06:36:59', -30.4242, -72.2967, 12, 6, 'mww', 'us10004rn7', '105km WSW of Coquimbo, Chile', 'earthquake\r'), +(21825, '2016-02-23 18:08:47', -63.0433, 145.002, 10, 5.8, 'mww', 'us10004s4c', 'South of Australia', 'earthquake\r'), +(21826, '2016-02-26 01:49:37', -62.2092, 155.2569, 10, 5.7, 'mwb', 'us10004ssu', 'Balleny Islands region', 'earthquake\r'), +(21827, '2016-02-27 21:29:44', -51.7897, 139.5956, 10, 6.1, 'mww', 'us10004t7g', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(21828, '2016-02-28 09:06:26', 5.2757, 125.3322, 175.44, 5.5, 'mww', 'us10004taw', '20km SW of Sarangani, Philippines', 'earthquake\r'), +(21829, '2016-03-01 09:26:45', -32.9373, -178.3856, 10, 5.6, 'mww', 'us10004tsd', '173km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21830, '2016-03-02 12:49:48', -4.9521, 94.3299, 24, 7.8, 'mww', 'us10004u1y', 'Southwest of Sumatra, Indonesia', 'earthquake\r'), +(21831, '2016-03-03 00:10:50', -4.794, 94.4101, 10, 5.6, 'mww', 'us10004u8f', 'Southwest of Sumatra, Indonesia', 'earthquake\r'), +(21832, '2016-03-03 08:36:33', -9.7645, 125.316, 29.5, 5.6, 'mb', 'us10004ua7', '78km ESE of Leof, Indonesia', 'earthquake\r'), +(21833, '2016-03-03 21:47:50', -3.3298, 148.8245, 10, 5.9, 'mwc', 'us10004uik', '225km SE of Lorengau, Papua New Guinea', 'earthquake\r'), +(21834, '2016-03-03 21:58:00', -3.0988, 148.8388, 10, 5.6, 'mwc', 'us10004uj0', '211km SE of Lorengau, Papua New Guinea', 'earthquake\r'), +(21835, '2016-03-05 18:45:30', -32.9625, -178.2218, 10, 5.5, 'mb', 'us10004uy6', '181km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(21836, '2016-03-08 05:36:28', -15.1081, -173.4281, 33, 5.9, 'mww', 'us10004vz7', '99km NNE of Hihifo, Tonga', 'earthquake\r'), +(21837, '2016-03-12 13:23:38', 51.4497, -173.9725, 12.71, 5.6, 'mww', 'us10004x0f', '84km S of Atka, Alaska', 'earthquake\r'), +(21838, '2016-03-12 18:06:45', 51.5648, -173.9423, 19, 6.3, 'mww', 'us10004x1w', '72km SSE of Atka, Alaska', 'earthquake\r'), +(21839, '2016-03-14 07:03:18', 29.8888, 128.9567, 210.5, 5.5, 'mww', 'us10004xbb', '176km NNW of Naze, Japan', 'earthquake\r'), +(21840, '2016-03-14 07:26:41', -56.4283, -27.0089, 84, 5.6, 'mww', 'us10004xbl', '32km NNE of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21841, '2016-03-14 23:25:40', -52.6136, 18.7984, 10, 5.6, 'mww', 'us10004xmh', 'Southwest of Africa', 'earthquake\r'), +(21842, '2016-03-16 13:09:53', 4.725, 125.1481, 10, 5.5, 'mww', 'us20005a5n', '82km SSW of Sarangani, Philippines', 'earthquake\r'), +(21843, '2016-03-18 00:31:26', -4.5473, 153.0955, 34.94, 5.6, 'mww', 'us20005amh', '11km SE of Taron, Papua New Guinea', 'earthquake\r'), +(21844, '2016-03-18 12:49:13', -12.5112, 166.6214, 29, 5.5, 'mww', 'us20005aqk', '182km NNW of Sola, Vanuatu', 'earthquake\r'), +(21845, '2016-03-18 16:11:00', 38.0233, 72.4114, 10, 5.6, 'mww', 'us20005ate', '92km ESE of Vanj, Tajikistan', 'earthquake\r'), +(21846, '2016-03-18 22:46:57', 49.673, -129.8485, 10, 5.5, 'mww', 'us20005awl', '207km WSW of Port Hardy, Canada', 'earthquake\r'), +(21847, '2016-03-19 01:35:12', 51.5145, -174.1423, 17, 6, 'mww', 'us20005axu', '75km S of Atka, Alaska', 'earthquake\r'), +(21848, '2016-03-19 08:51:25', -5.5662, 129.4922, 269.8, 5.7, 'mww', 'us20005az4', '239km SSE of Saparua, Indonesia', 'earthquake\r'), +(21849, '2016-03-19 10:24:45', 11.8676, -88.7677, 10, 5.6, 'mww', 'us20005azr', '158km S of Puerto El Triunfo, El Salvador', 'earthquake\r'), +(21850, '2016-03-19 11:26:33', 17.996, -60.7019, 26, 6, 'mww', 'us20005azy', '124km ENE of Codrington, Barbuda', 'earthquake\r'), +(21851, '2016-03-20 22:50:20', 54.294, 162.8129, 30, 6.4, 'mww', 'us20005bbh', '216km S of Ust\'\'-Kamchatsk Staryy, Russia', 'earthquake\r'), +(21852, '2016-03-21 14:48:51', 27.7676, 66.0962, 10, 5.6, 'mwb', 'us20005bft', '54km W of Khuzdar, Pakistan', 'earthquake\r'), +(21853, '2016-03-26 03:24:24', -2.6503, 68.0253, 10, 5.6, 'mww', 'us20005cjh', 'Carlsberg Ridge', 'earthquake\r'), +(21854, '2016-03-27 18:01:31', 52.175, -168.6554, 16, 5.8, 'mww', 'us20005cr4', '86km S of Nikolski, Alaska', 'earthquake\r'), +(21855, '2016-03-28 00:12:55', 30.2073, -114.3078, 10, 5.5, 'mww', 'us20005ct5', '102km SSE of San Felipe, Mexico', 'earthquake\r'), +(21856, '2016-03-28 17:14:55', 52.29, -168.6929, 11.24, 5.5, 'mww', 'us20005cx1', '73km S of Nikolski, Alaska', 'earthquake\r'), +(21857, '2016-03-28 19:07:09', -56.2536, -27.6408, 29.71, 5.5, 'mwc', 'us20005cxt', '56km NNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21858, '2016-03-29 09:18:11', 2.3874, 126.1019, 55, 5.5, 'mww', 'us20005d4l', '146km NE of Bitung, Indonesia', 'earthquake\r'), +(21859, '2016-04-01 02:39:08', 33.3807, 136.3901, 14, 5.9, 'mww', 'us20005du0', '54km SE of Shingu, Japan', 'earthquake\r'), +(21860, '2016-04-01 19:24:55', -3.3585, 144.887, 6, 6.2, 'mww', 'us20005e01', '119km NE of Angoram, Papua New Guinea', 'earthquake\r'), +(21861, '2016-04-02 05:50:00', 57.008, -157.9321, 11.4, 5.9, 'ml', 'ak13226799', '98km NNE of Chignik Lake, Alaska', 'earthquake\r'), +(21862, '2016-04-03 08:23:52', -14.3235, 166.8551, 26, 6.9, 'mww', 'us20005e8t', '83km NNW of Port-Olry, Vanuatu', 'earthquake\r'), +(21863, '2016-04-05 08:29:21', 4.2073, 126.6515, 35, 5.9, 'mww', 'us20005fjj', '186km SE of Sarangani, Philippines', 'earthquake\r'), +(21864, '2016-04-06 06:54:53', -14.1516, 166.7012, 35, 5.8, 'mww', 'us20005fsh', '96km WSW of Sola, Vanuatu', 'earthquake\r'), +(21865, '2016-04-06 06:58:48', -14.0683, 166.6245, 24, 6.7, 'mww', 'us20005fsi', '102km WSW of Sola, Vanuatu', 'earthquake\r'), +(21866, '2016-04-06 07:57:38', -14.2026, 166.6391, 35, 5.9, 'mww', 'us20005ft6', '103km NNW of Port-Olry, Vanuatu', 'earthquake\r'), +(21867, '2016-04-06 14:45:30', -8.2036, 107.3857, 29, 6.1, 'mww', 'us20005fv5', '71km SSW of Bunisari, Indonesia', 'earthquake\r'), +(21868, '2016-04-06 20:35:15', -6.0292, 130.4296, 118, 5.5, 'mww', 'us20005fx0', '233km NNW of Saumlaki, Indonesia', 'earthquake\r'), +(21869, '2016-04-07 03:32:54', -13.9805, 166.5943, 27.59, 6.7, 'mww', 'us20005fzn', '103km W of Sola, Vanuatu', 'earthquake\r'), +(21870, '2016-04-10 02:14:35', -4.1489, 102.211, 41, 5.7, 'mww', 'us20005gqv', '39km S of Bengkulu, Indonesia', 'earthquake\r'), +(21871, '2016-04-10 07:11:22', 16.0557, -96.2563, 25, 5.5, 'mww', 'us20005gs0', '24km NW of Santa Maria Xadani, Mexico', 'earthquake\r'), +(21872, '2016-04-10 10:28:59', 36.4725, 71.1311, 212, 6.6, 'mww', 'us20005gsg', '42km WSW of Ashkasham, Afghanistan', 'earthquake\r'), +(21873, '2016-04-10 19:34:03', 51.1243, 179.5394, 19, 5.6, 'mww', 'us20005guh', '92km S of Semisopochnoi Island, Alaska', 'earthquake\r'), +(21874, '2016-04-11 20:10:36', 51.8545, 176.6748, 23, 5.6, 'mww', 'us20005h2l', '69km WSW of Kiska Volcano, Alaska', 'earthquake\r'), +(21875, '2016-04-12 03:22:48', -3.7568, -103.9367, 10, 5.8, 'mwb', 'us20005haz', 'Central East Pacific Rise', 'earthquake\r'), +(21876, '2016-04-12 12:07:56', -55.2497, 146.1742, 9, 5.5, 'mwb', 'us20005hdp', 'West of Macquarie Island', 'earthquake\r'), +(21877, '2016-04-13 13:55:18', 23.0944, 94.8654, 136, 6.9, 'mww', 'us20005hqz', '75km SE of Mawlaik, Burma', 'earthquake\r'), +(21878, '2016-04-13 18:21:53', 7.7917, 122.0231, 17, 6, 'mww', 'us20005hux', '15km NW of Siocon, Philippines', 'earthquake\r'), +(21879, '2016-04-14 03:06:09', 53.77, 160.8036, 32, 5.8, 'mww', 'us20005hxx', '164km ENE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(21880, '2016-04-14 12:17:05', -14.4907, 166.5026, 7.47, 5.9, 'mww', 'us20005hzl', '85km NW of Port-Olry, Vanuatu', 'earthquake\r'), +(21881, '2016-04-14 12:26:36', 32.788, 130.7042, 9, 6.2, 'mww', 'us20005hzn', '3km W of Kumamoto-shi, Japan', 'earthquake\r'), +(21882, '2016-04-14 15:03:47', 32.6973, 130.7204, 8, 6, 'mww', 'us20005i1a', '5km ENE of Uto, Japan', 'earthquake\r'), +(21883, '2016-04-14 21:50:28', -14.5284, 166.4334, 16, 6.4, 'mww', 'us20005i6p', '87km NW of Port-Olry, Vanuatu', 'earthquake\r'), +(21884, '2016-04-14 23:15:08', -7.459, 128.1235, 136.78, 5.6, 'mww', 'us20005i7m', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(21885, '2016-04-15 04:50:11', 2.0125, 127.0004, 89.95, 5.6, 'mwc', 'us20005id2', '116km WNW of Tobelo, Indonesia', 'earthquake\r'), +(21886, '2016-04-15 14:11:26', 13.4008, -92.367, 22.41, 6.1, 'mww', 'us20005ih9', '110km SSW of Champerico, Guatemala', 'earthquake\r'), +(21887, '2016-04-15 16:25:06', 32.7906, 130.7543, 10, 7, 'mww', 'us20005iis', '1km E of Kumamoto-shi, Japan', 'earthquake\r'), +(21888, '2016-04-15 16:45:57', 32.9241, 130.8091, 10, 5.7, 'mww', 'us20005ija', '6km S of Kikuchi, Japan', 'earthquake\r'), +(21889, '2016-04-15 18:55:54', 33.0051, 131.1569, 13.22, 5.5, 'mwr', 'us20005inz', '23km W of Takedamachi, Japan', 'earthquake\r'), +(21890, '2016-04-16 07:34:21', -29.5755, -111.5741, 10, 5.5, 'mwc', 'us20005iyl', 'Easter Island region', 'earthquake\r'), +(21891, '2016-04-16 23:58:37', 0.3819, -79.9218, 20.59, 7.8, 'mww', 'us20005j32', '27km SSE of Muisne, Ecuador', 'earthquake\r'), +(21892, '2016-04-17 00:29:31', -0.2648, -80.4644, 15.49, 5.5, 'mb', 'us20005j3i', '37km N of Bahia de Caraquez, Ecuador', 'earthquake\r'), +(21893, '2016-04-17 07:14:01', -0.3852, -80.2013, 23.95, 5.8, 'mww', 'us20005j62', '33km NE of Bahia de Caraquez, Ecuador', 'earthquake\r'), +(21894, '2016-04-17 07:31:00', -23.4947, -174.2467, 10, 5.7, 'mww', 'us20005j67', '250km SSE of `Ohonua, Tonga', 'earthquake\r'), +(21895, '2016-04-17 09:23:41', -0.2344, -80.6943, 10, 5.6, 'mwb', 'us20005j6q', '50km NW of Bahia de Caraquez, Ecuador', 'earthquake\r'), +(21896, '2016-04-18 11:42:00', 33.0143, 131.0991, 10.46, 5.5, 'mww', 'us20005jgz', '26km E of Kikuchi, Japan', 'earthquake\r'), +(21897, '2016-04-18 13:06:11', -19.492, 169.0934, 76, 5.9, 'mww', 'us20005jhi', '19km WNW of Isangel, Vanuatu', 'earthquake\r'), +(21898, '2016-04-19 05:25:40', -55.7283, -27.2307, 14, 6.2, 'mww', 'us20005jqc', '108km N of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21899, '2016-04-19 22:22:25', 0.5783, -80.0247, 11, 5.6, 'mwb', 'us20005jyu', '2km SSE of Muisne, Ecuador', 'earthquake\r'), +(21900, '2016-04-20 08:33:47', 0.639, -80.2104, 14, 6.2, 'mww', 'us20005k37', '20km WNW of Muisne, Ecuador', 'earthquake\r'), +(21901, '2016-04-20 08:35:11', 0.7079, -80.0352, 10, 6, 'mwb', 'us20005kb6', '11km N of Muisne, Ecuador', 'earthquake\r'), +(21902, '2016-04-20 10:51:42', 13.2, -55.8867, 28, 5.6, 'mww', 'us20005k4s', 'North Atlantic Ocean', 'earthquake\r'), +(21903, '2016-04-20 12:19:44', 37.8013, 141.6216, 33.11, 5.9, 'mww', 'us20005k66', '65km ENE of Namie, Japan', 'earthquake\r'), +(21904, '2016-04-22 03:03:42', -0.2921, -80.5039, 10, 6, 'mww', 'us20005kqh', '35km NNW of Bahia de Caraquez, Ecuador', 'earthquake\r'), +(21905, '2016-04-22 03:20:13', -0.2814, -80.5039, 10.29, 5.9, 'mww', 'us20005kqp', '36km NNW of Bahia de Caraquez, Ecuador', 'earthquake\r'), +(21906, '2016-04-23 01:24:34', 0.6128, -80.2522, 10, 5.7, 'mww', 'us20005l3v', '24km W of Muisne, Ecuador', 'earthquake\r'), +(21907, '2016-04-24 08:38:00', -59.3074, -27.027, 10, 5.5, 'mww', 'us20005ldk', '42km SW of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(21908, '2016-04-24 22:24:36', -17.6976, -173.2031, 27.17, 5.7, 'mww', 'us20005lgm', '133km NE of Neiafu, Tonga', 'earthquake\r'), +(21909, '2016-04-25 07:07:09', 14.479, -93.1509, 16, 6, 'mww', 'us20005li9', '83km WSW of Puerto Madero, Mexico', 'earthquake\r'), +(21910, '2016-04-26 04:19:55', -4.5105, 140.1922, 107, 5.6, 'mww', 'us10005bki', '174km N of Tanahmerah, Indonesia', 'earthquake\r'), +(21911, '2016-04-27 12:51:19', 14.5178, -93.0882, 16, 6, 'mww', 'us10005bxb', '75km WSW of Puerto Madero, Mexico', 'earthquake\r'), +(21912, '2016-04-27 15:17:14', 24.2309, 121.8009, 13, 5.5, 'mww', 'us10005bxy', '34km NE of Hualian, Taiwan', 'earthquake\r'), +(21913, '2016-04-28 19:33:24', -16.0429, 167.3786, 24, 7, 'mww', 'us10005c88', '2km N of Norsup, Vanuatu', 'earthquake\r'), +(21914, '2016-04-29 01:33:39', 10.2752, -103.7363, 10, 6.6, 'mww', 'us10005cc4', 'Northern East Pacific Rise', 'earthquake\r'), +(21915, '2016-04-30 08:35:42', -16.3487, 167.2001, 2.99, 5.8, 'mww', 'us10005cpd', '34km SW of Lakatoro, Vanuatu', 'earthquake\r'), +(21916, '2016-05-02 04:21:25', -5.0262, 104.6271, 117, 5.7, 'mww', 'us10005cxc', '34km NNW of Pulaupanggung, Indonesia', 'earthquake\r'), +(21917, '2016-05-02 12:17:16', -6.0785, -107.1631, 15.03, 5.6, 'mwc', 'us10005d0b', 'Central East Pacific Rise', 'earthquake\r'), +(21918, '2016-05-03 00:00:52', 43.6954, 147.5063, 61, 5.7, 'mww', 'us10005d6s', '64km E of Shikotan, Russia', 'earthquake\r'), +(21919, '2016-05-03 02:34:59', -55.7642, -143.9055, 10, 5.5, 'mwb', 'us10005d7k', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21920, '2016-05-04 14:36:24', -14.855, 166.9341, 26, 5.7, 'mww', 'us10005dme', '24km NNW of Port-Olry, Vanuatu', 'earthquake\r'), +(21921, '2016-05-05 07:01:47', 13.7719, 51.7683, 10, 5.5, 'mwb', 'us10005dz1', '168km SSE of Sayhut, Yemen', 'earthquake\r'), +(21922, '2016-05-05 11:01:47', -8.9416, -108.2391, 10, 5.6, 'mwb', 'us10005dzs', 'Central East Pacific Rise', 'earthquake\r'), +(21923, '2016-05-07 00:18:37', 18.3754, -105.3371, 10, 5.6, 'mwb', 'us10005el7', '114km SW of San Patricio, Mexico', 'earthquake\r'), +(21924, '2016-05-08 07:34:01', 16.4107, -97.8416, 22, 5.8, 'mww', 'us10005ftw', '8km E of Pinotepa de Don Luis, Mexico', 'earthquake\r'), +(21925, '2016-05-09 01:33:34', -62.5795, 165.344, 10, 5.5, 'mwb', 'us10005g1a', 'Balleny Islands region', 'earthquake\r'), +(21926, '2016-05-12 03:17:15', 24.6953, 121.9839, 8, 5.8, 'mww', 'us10005gpt', '17km NE of Su\'\'ao, Taiwan', 'earthquake\r'), +(21927, '2016-05-12 04:29:56', 24.6833, 122.0531, 9, 5.7, 'mww', 'us10005gq4', '22km ENE of Su\'\'ao, Taiwan', 'earthquake\r'), +(21928, '2016-05-13 07:01:10', 30.659, 66.3878, 10, 5.5, 'mwb', 'us10005h1j', '27km WSW of Qila Abdullah, Pakistan', 'earthquake\r'), +(21929, '2016-05-13 12:57:27', -25.4822, 179.3397, 506.36, 5.6, 'mww', 'us10005h3z', 'South of the Fiji Islands', 'earthquake\r'), +(21930, '2016-05-14 18:21:06', 8.5599, -102.7916, 10, 5.8, 'mww', 'us10005hf5', 'Northern East Pacific Rise', 'earthquake\r'), +(21931, '2016-05-16 00:41:53', -22.517, 172.9882, 10, 5.8, 'mww', 'us10005hmu', '97km E of Ile Hunter, New Caledonia', 'earthquake\r'), +(21932, '2016-05-16 06:39:05', 8.5038, -103.1118, 10, 5.5, 'mwc', 'us10005hp6', 'Northern East Pacific Rise', 'earthquake\r'), +(21933, '2016-05-18 07:57:03', 0.4261, -79.7899, 16, 6.7, 'mww', 'us10005i5t', '33km SE of Muisne, Ecuador', 'earthquake\r'), +(21934, '2016-05-18 16:46:44', 0.4947, -79.616, 29.95, 6.9, 'mww', 'us10005i9n', '24km NW of Rosa Zarate, Ecuador', 'earthquake\r'), +(21935, '2016-05-20 18:14:05', -25.5655, 129.8841, 10, 6, 'mww', 'us10005iyk', 'Northern Territory, Australia', 'earthquake\r'), +(21936, '2016-05-21 06:06:42', 30.9561, 140.0808, 124.52, 5.5, 'mww', 'us10005j3l', '237km S of Hachijo-jima, Japan', 'earthquake\r'), +(21937, '2016-05-27 03:44:29', 26.9924, 130.1374, 10, 5.9, 'mww', 'us20005yd1', '165km SSE of Naze, Japan', 'earthquake\r'), +(21938, '2016-05-27 03:46:51', 27.6887, 128.5829, 10, 5.5, 'mb', 'us20005ydi', '116km SW of Naze, Japan', 'earthquake\r'), +(21939, '2016-05-27 04:08:44', -20.8101, -178.6481, 567.48, 6.4, 'mww', 'us20005yd7', '18km SSE of Ndoi Island, Fiji', 'earthquake\r'), +(21940, '2016-05-28 05:38:51', -21.9724, -178.2038, 405.69, 6.9, 'mww', 'us20005yqp', '155km SSE of Ndoi Island, Fiji', 'earthquake\r'), +(21941, '2016-05-28 09:47:00', -56.2409, -26.9353, 78, 7.2, 'mww', 'us20005ysu', '53km NNE of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(21942, '2016-05-30 07:14:19', -30.2689, -177.9791, 47, 5.7, 'mww', 'us20005z5g', '111km S of Raoul Island, New Zealand', 'earthquake\r'), +(21943, '2016-05-31 05:23:47', 25.5615, 122.5458, 246.4, 6.4, 'mww', 'us20005zay', '94km ENE of Keelung, Taiwan', 'earthquake\r'), +(21944, '2016-05-31 10:04:01', 47.5484, 154.3641, 18.37, 5.9, 'mww', 'us20005zc8', 'Kuril Islands', 'earthquake\r'), +(21945, '2016-05-31 20:51:22', 55.3979, -158.5143, 37.54, 5.7, 'mww', 'us20005zfx', '95km NE of Chernabura Island, Alaska', 'earthquake\r'), +(21946, '2016-06-01 15:37:23', -30.2228, -177.9545, 43.85, 5.5, 'mwc', 'us20005zmf', '106km S of Raoul Island, New Zealand', 'earthquake\r'), +(21947, '2016-06-01 22:56:01', -2.0967, 100.6654, 50, 6.6, 'mww', 'us20005zt1', '79km W of Sungaipenuh, Indonesia', 'earthquake\r'), +(21948, '2016-06-02 02:23:06', 18.0217, -105.8338, 10, 5.8, 'mww', 'us20005zv0', '178km SW of San Patricio, Mexico', 'earthquake\r'), +(21949, '2016-06-05 05:51:12', -29.3424, -71.8594, 28, 5.8, 'mww', 'us20006257', '84km NW of Coquimbo, Chile', 'earthquake\r'), +(21950, '2016-06-05 16:25:34', -4.587, 125.6264, 429.62, 6.3, 'mww', 'us2000626m', '133km SW of Leksula, Indonesia', 'earthquake\r'), +(21951, '2016-06-05 22:33:49', -17.6471, -172.6317, 10, 5.6, 'mww', 'us2000628p', '181km NE of Neiafu, Tonga', 'earthquake\r'), +(21952, '2016-06-06 02:35:32', -30.0235, -177.8359, 43.83, 6.1, 'mww', 'us2000629f', '84km S of Raoul Island, New Zealand', 'earthquake\r'), +(21953, '2016-06-06 13:16:02', -30.0433, -71.4636, 28.31, 5.5, 'mww', 'us200062bu', '15km SW of Coquimbo, Chile', 'earthquake\r'), +(21954, '2016-06-07 02:55:24', -45.1528, 166.8282, 39.65, 5.5, 'mww', 'us200062fz', '75km WNW of Te Anau, New Zealand', 'earthquake\r'), +(21955, '2016-06-07 10:51:38', 18.3637, -105.1731, 10, 6.3, 'mww', 'us200062i1', '106km SSW of San Patricio, Mexico', 'earthquake\r'), +(21956, '2016-06-07 10:58:00', 18.5036, -105.2031, 10, 5.5, 'mwc', 'us200062i7', '95km SW of San Patricio, Mexico', 'earthquake\r'), +(21957, '2016-06-07 19:15:15', 1.2789, 126.3712, 31, 6.3, 'mww', 'us200062l9', '123km WNW of Kota Ternate, Indonesia', 'earthquake\r'), +(21958, '2016-06-08 08:31:40', -4.061, -104.5531, 10, 5.9, 'mww', 'us200062qw', 'Central East Pacific Rise', 'earthquake\r'), +(21959, '2016-06-09 04:13:08', -11.2487, 116.2669, 19, 6.1, 'mww', 'us200062zs', '260km S of Kute, Indonesia', 'earthquake\r'), +(21960, '2016-06-10 03:25:23', 12.8318, -86.9633, 10, 6.1, 'mww', 'us200063cy', '22km E of Puerto Morazan, Nicaragua', 'earthquake\r'), +(21961, '2016-06-10 04:17:45', -8.6757, 160.559, 30.4, 6.2, 'mww', 'us200063dk', '18km WNW of Auki, Solomon Islands', 'earthquake\r'), +(21962, '2016-06-10 09:26:53', -7.4584, -13.6003, 10, 5.5, 'mww', 'us200063gd', '104km ENE of Georgetown, Saint Helena', 'earthquake\r'), +(21963, '2016-06-10 18:29:51', -16.4825, -177.2142, 10, 5.8, 'mww', 'us200063m8', '262km SSE of Sigave, Wallis and Futuna', 'earthquake\r'), +(21964, '2016-06-13 00:59:40', -4.4284, -104.8111, 10, 5.7, 'mww', 'us2000640t', 'Central East Pacific Rise', 'earthquake\r'), +(21965, '2016-06-13 04:21:44', 27.0107, 130.1996, 10, 5.6, 'mww', 'us2000641d', '166km SSE of Naze, Japan', 'earthquake\r'), +(21966, '2016-06-14 13:49:23', -18.7609, 168.8279, 111, 6.2, 'mww', 'us200064bb', '98km NNW of Isangel, Vanuatu', 'earthquake\r'), +(21967, '2016-06-14 15:01:57', 26.9601, 130.1941, 5.39, 5.6, 'mww', 'us200064bj', '170km SSE of Naze, Japan', 'earthquake\r'), +(21968, '2016-06-15 06:58:27', -62.3661, 166.5804, 10, 5.7, 'mww', 'us200064hq', 'Balleny Islands region', 'earthquake\r'), +(21969, '2016-06-16 13:46:24', -20.5822, 168.9219, 10, 5.7, 'mww', 'us200064rn', '119km SSW of Isangel, Vanuatu', 'earthquake\r'), +(21970, '2016-06-17 21:26:18', -11.6148, 166.37, 45.64, 5.7, 'mwb', 'us20006567', '115km SSE of Lata, Solomon Islands', 'earthquake\r'), +(21971, '2016-06-18 17:29:46', -24.1467, -67.1526, 186, 5.7, 'mww', 'us2000659j', '85km W of San Antonio de los Cobres, Argentina', 'earthquake\r'), +(21972, '2016-06-19 09:47:24', -20.2793, 169.0737, 13, 6.3, 'mww', 'us200065d1', '83km SSW of Isangel, Vanuatu', 'earthquake\r'), +(21973, '2016-06-19 18:20:50', 20.1726, 121.3782, 16, 5.6, 'mww', 'us200065ep', '54km WSW of Sabtang, Philippines', 'earthquake\r'), +(21974, '2016-06-20 03:50:55', -20.2072, 168.7595, 15, 6, 'mww', 'us200065g0', '90km SW of Isangel, Vanuatu', 'earthquake\r'), +(21975, '2016-06-21 16:26:34', 22.6582, -45.1402, 10, 6.1, 'mww', 'us200065s1', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(21976, '2016-06-21 17:12:07', -3.4199, 151.8796, 354, 6.3, 'mww', 'us200065sc', '67km WNW of Namatanai, Papua New Guinea', 'earthquake\r'), +(21977, '2016-06-23 03:05:39', -60.6729, -42.912, 10, 5.5, 'mww', 'us2000665g', 'Scotia Sea', 'earthquake\r'), +(21978, '2016-06-23 21:05:31', 23.694, 123.3704, 10, 5.8, 'mww', 'us200066bv', '93km SSE of Yonakuni, Japan', 'earthquake\r'), +(21979, '2016-06-24 21:29:19', -25.7705, -69.3417, 118.96, 5.5, 'mww', 'us200066n4', '96km NE of Diego de Almagro, Chile', 'earthquake\r'), +(21980, '2016-06-25 17:54:20', 53.9019, -35.3608, 10, 5.5, 'mww', 'us200066t7', 'Reykjanes Ridge', 'earthquake\r'), +(21981, '2016-06-26 11:17:11', 39.4793, 73.3388, 13, 6.4, 'mww', 'us200066x9', '28km SSE of Sary-Tash, Kyrgyzstan', 'earthquake\r'), +(21982, '2016-06-26 22:57:06', 36.9968, 142.2226, 12.82, 5.7, 'mww', 'us2000671z', '119km E of Iwaki, Japan', 'earthquake\r'), +(21983, '2016-06-27 20:50:35', 16.5502, -97.8332, 19, 5.7, 'mww', 'us200067az', '17km NNE of Pinotepa de Don Luis, Mexico', 'earthquake\r'), +(21984, '2016-06-28 21:38:04', 39.4745, 73.341, 13.59, 5.5, 'mww', 'us200067p3', '29km SSE of Sary-Tash, Kyrgyzstan', 'earthquake\r'), +(21985, '2016-06-28 22:46:47', -14.6436, 166.4585, 9, 5.8, 'mww', 'us200067r2', '77km NW of Port-Olry, Vanuatu', 'earthquake\r'), +(21986, '2016-06-30 11:30:33', -16.0558, 167.4701, 27, 6, 'mww', 'us10005yp3', '8km NE of Lakatoro, Vanuatu', 'earthquake\r'), +(21987, '2016-07-04 09:25:39', -10.6273, 164.9682, 44, 5.9, 'mww', 'us10005zsp', '95km W of Lata, Solomon Islands', 'earthquake\r'), +(21988, '2016-07-06 01:01:58', -56.7696, -142.0798, 10, 5.8, 'mww', 'us10006153', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(21989, '2016-07-08 04:28:43', -0.4071, -80.8075, 7.1, 5.5, 'mwb', 'us100061tj', '48km WNW of Bahia de Caraquez, Ecuador', 'earthquake\r'), +(21990, '2016-07-10 02:32:42', -35.8108, -103.2511, 10, 5.6, 'mwb', 'us100062b1', 'Southeast of Easter Island', 'earthquake\r'), +(21991, '2016-07-10 13:41:53', -15.0284, -172.8764, 8, 5.8, 'mww', 'us100062dw', '138km NE of Hihifo, Tonga', 'earthquake\r'), +(21992, '2016-07-10 13:44:41', -15.083, -173.2011, 8, 6, 'mww', 'us100062ea', '112km NNE of Hihifo, Tonga', 'earthquake\r'), +(21993, '2016-07-10 16:32:50', -14.6192, 167.3857, 164.84, 5.6, 'mww', 'us100062et', '59km NE of Port-Olry, Vanuatu', 'earthquake\r'), +(21994, '2016-07-11 02:01:10', 0.5874, -79.6358, 17, 5.9, 'mww', 'us100062hd', '33km NNW of Rosa Zarate, Ecuador', 'earthquake\r'), +(21995, '2016-07-11 02:11:05', 0.5812, -79.638, 21, 6.3, 'mww', 'us100062hg', '33km NW of Rosa Zarate, Ecuador', 'earthquake\r'), +(21996, '2016-07-12 08:48:44', -6.4391, 147.4614, 43.25, 5.6, 'mww', 'us100062vf', '48km WNW of Finschhafen, Papua New Guinea', 'earthquake\r'), +(21997, '2016-07-13 11:56:58', -28.0101, -176.4143, 10, 5.9, 'mww', 'us1000638j', '201km NE of Raoul Island, New Zealand', 'earthquake\r'), +(21998, '2016-07-13 12:11:13', -28.0052, -176.443, 12, 6.3, 'mww', 'us1000638m', '199km NE of Raoul Island, New Zealand', 'earthquake\r'), +(21999, '2016-07-13 12:18:33', -28.109, -176.5308, 10, 5.9, 'mwc', 'us1000638n', '185km NE of Raoul Island, New Zealand', 'earthquake\r'), +(22000, '2016-07-13 13:04:25', -27.9244, -176.5252, 10, 5.8, 'mww', 'us10006391', '200km NE of Raoul Island, New Zealand', 'earthquake\r'), +(22001, '2016-07-15 10:16:55', -28.176, -176.3523, 10, 5.6, 'mwb', 'us20006ewt', '193km NE of Raoul Island, New Zealand', 'earthquake\r'), +(22002, '2016-07-15 18:02:49', 35.2083, -35.2241, 16.01, 5.5, 'mwb', 'us20006f14', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(22003, '2016-07-19 05:18:40', -30.2523, -71.9722, 8.01, 5.8, 'mww', 'us20006fpn', '69km WSW of Coquimbo, Chile', 'earthquake\r'), +(22004, '2016-07-20 15:13:17', -18.9285, 169.0547, 167, 6.1, 'mww', 'us20006g6l', '72km NNW of Isangel, Vanuatu', 'earthquake\r'), +(22005, '2016-07-23 01:00:21', 47.6981, 146.9212, 408, 5.8, 'mww', 'us20006h0d', '199km SW of Vostok, Russia', 'earthquake\r'), +(22006, '2016-07-23 07:41:45', -6.7596, 101.2175, 9, 5.5, 'mww', 'us20006h25', 'Southwest of Sumatra, Indonesia', 'earthquake\r'), +(22007, '2016-07-23 08:51:59', 14.8899, -103.5251, 10, 5.5, 'mb', 'us20006h2e', 'Off the coast of Guerrero, Mexico', 'earthquake\r'), +(22008, '2016-07-23 09:59:01', 58.4734, -156.4568, 203.6, 5.6, 'ml', 'ak13792823', '26km SSE of King Salmon, Alaska', 'earthquake\r'), +(22009, '2016-07-23 20:09:24', -15.1308, -173.6725, 37, 5.9, 'mww', 'us20006h4k', '91km N of Hihifo, Tonga', 'earthquake\r'), +(22010, '2016-07-24 14:10:51', 0.915, -28.9702, 10, 5.7, 'mwb', 'us20006h9g', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22011, '2016-07-25 08:58:31', -49.4848, 126.2657, 10, 5.8, 'mww', 'us20006hdi', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(22012, '2016-07-25 09:00:28', -49.4245, 126.3706, 10, 5.5, 'mb', 'us100068c5', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(22013, '2016-07-25 17:26:50', -26.1067, -70.5111, 72, 6.1, 'mww', 'us20006hi2', '54km WNW of Diego de Almagro, Chile', 'earthquake\r'), +(22014, '2016-07-25 19:38:46', -2.969, 148.0345, 14, 6.4, 'mww', 'us20006hkb', '134km SE of Lorengau, Papua New Guinea', 'earthquake\r'), +(22015, '2016-07-26 05:49:19', -0.2711, -18.6431, 10, 5.9, 'mwb', 'us20006hnx', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22016, '2016-07-26 08:04:20', -16.036, 167.45, 31, 5.8, 'mww', 'us20006hpx', '7km ENE of Norsup, Vanuatu', 'earthquake\r'), +(22017, '2016-07-27 01:25:13', -44.4113, -79.0594, 10, 5.9, 'mww', 'us20006hzu', 'Off the coast of Aisen, Chile', 'earthquake\r'), +(22018, '2016-07-29 21:18:25', 18.5429, 145.5073, 196, 7.7, 'mww', 'us100068jg', '29km SW of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(22019, '2016-07-29 21:26:59', 18.7561, 145.4878, 187.78, 5.6, 'mb', 'us100069rr', '18km W of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(22020, '2016-07-30 13:19:08', -6.9459, 155.8087, 37, 5.6, 'mww', 'us100068rp', '78km SSE of Panguna, Papua New Guinea', 'earthquake\r'), +(22021, '2016-07-31 11:33:21', -56.2564, -27.5372, 99, 5.9, 'mww', 'us100068yv', '53km NNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22022, '2016-07-31 23:40:02', -8.1935, 117.8136, 21, 5.6, 'mww', 'us1000692a', '7km SE of Labuhankananga, Indonesia', 'earthquake\r'), +(22023, '2016-08-01 07:42:51', -23.9646, 82.5565, 10, 5.6, 'mww', 'us1000694i', 'South Indian Ocean', 'earthquake\r'), +(22024, '2016-08-02 07:32:29', -58.7496, -25.5494, 34, 5.6, 'mww', 'us100069ee', '64km ENE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(22025, '2016-08-04 14:15:13', -22.3343, -66.0078, 270, 6.2, 'mww', 'us10006a1d', '49km WSW of La Quiaca, Argentina', 'earthquake\r'), +(22026, '2016-08-04 16:24:34', 24.9447, 142.0141, 510, 6.3, 'mww', 'us10006a2k', '71km ENE of Iwo Jima, Japan', 'earthquake\r'), +(22027, '2016-08-05 12:34:15', -23.9235, 82.434, 10, 5.5, 'mww', 'us10006aaj', 'South Indian Ocean', 'earthquake\r'), +(22028, '2016-08-12 01:26:36', -22.4765, 173.1167, 16.37, 7.2, 'mww', 'us10006d5h', '110km E of Ile Hunter, New Caledonia', 'earthquake\r'), +(22029, '2016-08-12 03:29:33', -25.1758, -177.3433, 112.85, 6.1, 'mww', 'us10006d6d', 'South of the Fiji Islands', 'earthquake\r'), +(22030, '2016-08-14 04:09:48', -27.348, -176.2612, 10, 5.5, 'mb', 'us10006dpp', '266km NE of Raoul Island, New Zealand', 'earthquake\r'), +(22031, '2016-08-14 11:15:15', 50.4696, 142.2749, 11, 5.7, 'mww', 'us10006dr1', '48km S of Aleksandrovsk-Sakhalinskiy, Russia', 'earthquake\r'), +(22032, '2016-08-14 16:28:56', 51.5437, 179.5022, 65, 5.6, 'mww', 'us10006ds7', '45km S of Semisopochnoi Island, Alaska', 'earthquake\r'), +(22033, '2016-08-15 02:59:01', -15.6542, -72.0092, 20, 5.5, 'mwb', 'us10006du3', '39km N of Lluta, Peru', 'earthquake\r'), +(22034, '2016-08-15 07:04:41', 37.4115, 141.7203, 33, 5.6, 'mww', 'us10006dvd', '64km E of Namie, Japan', 'earthquake\r'), +(22035, '2016-08-18 04:30:09', -19.8352, 148.7233, 10, 5.7, 'mww', 'us10006em9', '55km ENE of Bowen, Australia', 'earthquake\r'), +(22036, '2016-08-18 18:09:44', -55.9035, -123.2414, 10, 6, 'mww', 'us10006esj', 'Southern East Pacific Rise', 'earthquake\r'), +(22037, '2016-08-18 18:49:44', -55.7274, -123.2773, 10, 5.5, 'mwc', 'us10006ew5', 'Southern East Pacific Rise', 'earthquake\r'), +(22038, '2016-08-19 07:32:23', -55.2852, -31.8766, 10, 7.4, 'mww', 'us10006exl', 'South Georgia Island region', 'earthquake\r'), +(22039, '2016-08-19 07:36:02', -55.335, -30.7714, 10, 5.7, 'mb', 'us10006gi2', '269km WNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22040, '2016-08-19 17:33:40', -55.215, -32.0659, 3.35, 5.8, 'mww', 'us10006f6x', 'South Georgia Island region', 'earthquake\r'), +(22041, '2016-08-19 20:37:16', -55.201, -32.1126, 6.79, 5.5, 'mwb', 'us10006f9k', 'South Georgia Island region', 'earthquake\r'), +(22042, '2016-08-20 03:13:45', -22.9455, 173.2749, 10, 5.5, 'mww', 'us10006fce', '139km ESE of Ile Hunter, New Caledonia', 'earthquake\r'), +(22043, '2016-08-20 09:01:26', 40.3942, 143.6796, 10, 6, 'mww', 'us10006fdp', '169km ENE of Miyako, Japan', 'earthquake\r'), +(22044, '2016-08-20 15:58:05', 40.3135, 143.7281, 11, 5.8, 'mww', 'us10006ffg', '169km ENE of Miyako, Japan', 'earthquake\r'), +(22045, '2016-08-21 03:45:24', -55.3133, -31.7508, 12, 6.1, 'mww', 'us10006fik', 'South Georgia Island region', 'earthquake\r'), +(22046, '2016-08-22 09:33:08', 29.8814, 139.1356, 391, 5.6, 'mww', 'us10006fq7', 'Izu Islands, Japan region', 'earthquake\r'), +(22047, '2016-08-23 19:39:45', -7.2872, 122.4345, 533, 6, 'mww', 'us10006g2n', '132km N of Nebe, Indonesia', 'earthquake\r'), +(22048, '2016-08-23 19:40:47', -7.2131, 122.5391, 520.29, 5.8, 'mb', 'us10006gj0', '139km N of Nebe, Indonesia', 'earthquake\r'), +(22049, '2016-08-24 01:36:33', 42.723, 13.1877, 4.44, 6.2, 'mww', 'us10006g7d', '10km SE of Norcia, Italy', 'earthquake\r'), +(22050, '2016-08-24 02:33:29', 42.8413, 13.1533, 3.25, 5.6, 'mww', 'us10006g7w', '7km NE of Norcia, Italy', 'earthquake\r'), +(22051, '2016-08-24 10:34:55', 20.9228, 94.569, 82, 6.8, 'mww', 'us10006gbf', '26km W of Chauk, Burma', 'earthquake\r'), +(22052, '2016-08-24 13:48:46', -2.9097, 100.1775, 19, 5.6, 'mww', 'us10006gf0', '162km SW of Sungaipenuh, Indonesia', 'earthquake\r'), +(22053, '2016-08-25 17:04:43', 30.6141, 137.8537, 456, 5.9, 'mww', 'us20006ty8', 'Izu Islands, Japan region', 'earthquake\r'), +(22054, '2016-08-28 07:23:52', -2.7862, 138.4275, 41.82, 5.5, 'mww', 'us20006urc', '240km W of Abepura, Indonesia', 'earthquake\r'), +(22055, '2016-08-29 04:29:58', -0.0456, -17.8255, 10, 7.1, 'mww', 'us20006uy6', 'North of Ascension Island', 'earthquake\r'), +(22056, '2016-08-31 03:11:34', -3.6849, 152.7915, 476, 6.8, 'mww', 'us10006iy0', '39km E of Namatanai, Papua New Guinea', 'earthquake\r'), +(22057, '2016-08-31 22:04:35', -37.132, 178.9278, 15.41, 5.8, 'mww', 'us10006j5q', '179km NE of Opotiki, New Zealand', 'earthquake\r'), +(22058, '2016-09-01 16:37:57', -37.3586, 179.1461, 19, 7, 'mww', 'us10006jbi', '175km NE of Gisborne, New Zealand', 'earthquake\r'), +(22059, '2016-09-01 16:47:15', -37.4395, 179.4941, 10.39, 5.5, 'mb', 'us10006jbt', '187km NE of Gisborne, New Zealand', 'earthquake\r'), +(22060, '2016-09-01 16:48:03', -37.2263, 179.093, 16.81, 5.5, 'mb', 'us10006jp4', '185km NNE of Gisborne, New Zealand', 'earthquake\r'), +(22061, '2016-09-01 17:01:08', -37.0174, 178.8907, 10, 5.7, 'mb', 'us10006jc0', '184km NE of Opotiki, New Zealand', 'earthquake\r'), +(22062, '2016-09-01 17:14:06', -37.0522, 178.9291, 13.73, 6.1, 'mww', 'us10006jd4', '185km NE of Opotiki, New Zealand', 'earthquake\r'), +(22063, '2016-09-01 17:36:00', -37.0274, 179.0179, 8.88, 5.5, 'mww', 'us10006jdx', '192km NE of Opotiki, New Zealand', 'earthquake\r'), +(22064, '2016-09-01 19:18:32', -37.2309, 178.6028, 10.47, 5.5, 'mb', 'us10006jf5', '150km NE of Opotiki, New Zealand', 'earthquake\r'), +(22065, '2016-09-01 20:04:17', 0.5533, 98.6145, 35, 5.5, 'mww', 'us10006jg1', '115km SW of Padangsidempuan, Indonesia', 'earthquake\r'), +(22066, '2016-09-01 20:06:10', -37.3176, 178.7148, 10, 5.5, 'mb', 'us10006jfz', '152km ENE of Opotiki, New Zealand', 'earthquake\r'), +(22067, '2016-09-02 01:57:51', -55.3295, -30.9179, 8, 5.5, 'mwb', 'us10006jj6', '277km WNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22068, '2016-09-02 11:23:06', -19.5002, -173.7059, 10, 5.5, 'mwb', 'us10006jmt', '75km ENE of Pangai, Tonga', 'earthquake\r'), +(22069, '2016-09-03 03:27:57', 40.3208333, -125.6876667, 28.57, 5.64, 'mw', 'nc72689331', '100km W of Ferndale, California', 'earthquake\r'), +(22070, '2016-09-03 12:02:44', 36.4251, -96.9291, 5.557, 5.8, 'mww', 'us10006jxs', '14km NW of Pawnee, Oklahoma', 'earthquake\r'), +(22071, '2016-09-03 14:04:48', 20.2816, 147.3955, 10, 5.5, 'mb', 'us10006jzi', '247km NE of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(22072, '2016-09-04 02:38:12', 8.3989, 125.8874, 16, 5.8, 'mww', 'us10006k8f', '7km SE of Causwagan, Philippines', 'earthquake\r'), +(22073, '2016-09-05 15:19:04', -37.127, 178.6986, 27, 5.9, 'mww', 'us10006klg', '163km NE of Opotiki, New Zealand', 'earthquake\r'), +(22074, '2016-09-05 22:54:04', 54.4153, 168.5415, 8, 6.1, 'mww', 'us10006kpq', '185km ESE of Nikol\'\'skoye, Russia', 'earthquake\r'), +(22075, '2016-09-06 04:13:31', -10.8889, 165.9801, 40.14, 5.6, 'mww', 'us10006mbt', '24km SE of Lata, Solomon Islands', 'earthquake\r'), +(22076, '2016-09-08 21:46:20', -54.6136, 158.7126, 10, 6.1, 'mww', 'us10006n6r', '21km SW of Macquarie Island, Australia', 'earthquake\r'), +(22077, '2016-09-09 00:03:45', -31.3775, -65.8254, 157.56, 5.6, 'mww', 'us10006n81', '70km W of Salsacate, Argentina', 'earthquake\r'), +(22078, '2016-09-10 10:08:20', -5.573, -76.9536, 121, 6.1, 'mww', 'us10006nkg', '52km N of Moyobamba, Peru', 'earthquake\r'), +(22079, '2016-09-10 12:27:33', -1.0355, 31.6181, 40, 5.9, 'mww', 'us10006nkx', '27km ENE of Nsunga, Tanzania', 'earthquake\r'), +(22080, '2016-09-12 06:51:53', -28.7552, -112.3053, 10, 5.8, 'mww', 'us10006nyk', 'Easter Island region', 'earthquake\r'), +(22081, '2016-09-14 01:58:32', 7.3736, -76.1686, 18, 6, 'mww', 'us10006pdp', '32km ENE of Mutata, Colombia', 'earthquake\r'), +(22082, '2016-09-14 07:25:00', -9.329, 159.1673, 14, 6, 'mww', 'us10006pfn', '86km W of Honiara, Solomon Islands', 'earthquake\r'), +(22083, '2016-09-15 05:57:24', 12.44, -86.6423, 10, 5.7, 'mww', 'us10006ppy', '11km NNE of La Paz Centro, Nicaragua', 'earthquake\r'), +(22084, '2016-09-16 18:38:05', -29.1551, 60.9158, 10, 5.5, 'mwb', 'us10006q7u', 'Southwest Indian Ridge', 'earthquake\r'), +(22085, '2016-09-17 01:20:18', -2.0829, 140.5718, 9, 6, 'mww', 'us10006qas', '51km NNW of Jayapura, Indonesia', 'earthquake\r'), +(22086, '2016-09-17 02:30:57', -4.4346, 102.7537, 59.05, 5.5, 'mb', 'us10006qbk', '73km SW of Pagaralam, Indonesia', 'earthquake\r'), +(22087, '2016-09-17 02:31:59', -16.0566, 167.4862, 31, 5.8, 'mww', 'us10006qbn', '9km NE of Lakatoro, Vanuatu', 'earthquake\r'), +(22088, '2016-09-18 07:17:37', -2.0354, 140.4805, 10, 5.8, 'mww', 'us10006qm4', '60km NNW of Jayapura, Indonesia', 'earthquake\r'), +(22089, '2016-09-20 16:21:17', 30.5017, 142.0478, 9, 6.1, 'mww', 'us10006r42', 'Izu Islands, Japan region', 'earthquake\r'), +(22090, '2016-09-22 16:07:27', -59.4722, -27.4883, 8, 5.5, 'mwb', 'us10006rp9', '73km SW of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(22091, '2016-09-22 20:06:12', -21.5525, 33.4112, 10, 5.6, 'mww', 'us10006rrf', '171km SSE of Chipinge, Zimbabwe', 'earthquake\r'), +(22092, '2016-09-23 00:14:35', 34.4619, 141.6368, 10, 6.2, 'mww', 'us10006rte', '143km ESE of Katsuura, Japan', 'earthquake\r'), +(22093, '2016-09-23 22:53:10', 6.5717, 126.4918, 65, 6.3, 'mww', 'us10006s4v', '36km SE of Tamisan, Philippines', 'earthquake\r'), +(22094, '2016-09-23 23:11:21', 45.7275, 26.6097, 92, 5.6, 'mww', 'us10006s5c', '8km W of Nereju, Romania', 'earthquake\r'), +(22095, '2016-09-24 04:02:16', -32.6081, -178.0078, 10, 5.6, 'mww', 'us10006s8f', '155km SSE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22096, '2016-09-24 11:04:30', -1.9534, 140.5974, 8, 5.9, 'mww', 'us10006say', '65km N of Jayapura, Indonesia', 'earthquake\r'), +(22097, '2016-09-24 11:09:44', -1.8499, 140.5604, 13.76, 5.7, 'mwc', 'us10006sb0', '77km NNW of Jayapura, Indonesia', 'earthquake\r'), +(22098, '2016-09-24 21:07:16', -18.1706, -174.984, 202, 6.4, 'mww', 'us10006scl', '118km WNW of Neiafu, Tonga', 'earthquake\r'), +(22099, '2016-09-24 21:28:42', -19.7819, -178.2443, 596.4, 6.9, 'mww', 'us10006scr', '107km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22100, '2016-09-25 04:28:40', -32.3987, -177.7666, 10, 5.6, 'mww', 'us10006shr', '151km SE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22101, '2016-09-26 05:19:58', 27.4646, 128.578, 38, 5.7, 'mww', 'us10006sp7', '114km NNE of Nago, Japan', 'earthquake\r'), +(22102, '2016-09-28 16:48:56', 12.4417, -86.5146, 7.56, 5.5, 'mww', 'us10006tk4', '20km NNE of Nagarote, Nicaragua', 'earthquake\r'), +(22103, '2016-09-29 00:21:10', -35.6012, -103.8967, 10, 5.5, 'mwc', 'us10006tpd', 'Southeast of Easter Island', 'earthquake\r'), +(22104, '2016-10-01 00:33:01', -23.6806, -174.9261, 10, 5.6, 'mww', 'us10006u90', '259km S of `Ohonua, Tonga', 'earthquake\r'), +(22105, '2016-10-04 14:00:47', 27.8519, 141.9442, 35, 5.7, 'mww', 'usd0007jx3', '89km NNW of Chichi-shima, Japan', 'earthquake\r'), +(22106, '2016-10-05 20:53:40', 7.1427, -34.3336, 10, 5.5, 'mwb', 'us20007c73', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22107, '2016-10-06 15:51:59', 22.6258, 121.436, 14, 5.8, 'mww', 'us20007ccf', '33km ESE of Taitung City, Taiwan', 'earthquake\r'), +(22108, '2016-10-06 20:57:09', -4.0427, -103.9169, 10, 5.6, 'mwb', 'us20007cfa', 'Central East Pacific Rise', 'earthquake\r'), +(22109, '2016-10-08 04:37:41', -36.0277, -101.0092, 10, 5.6, 'mwc', 'us20007crf', 'Southeast of Easter Island', 'earthquake\r'), +(22110, '2016-10-08 19:41:21', -37.1241, 178.64, 35, 5.8, 'mww', 'us20007cu1', '160km NE of Opotiki, New Zealand', 'earthquake\r'), +(22111, '2016-10-09 14:46:27', 1.7703, 127.449, 128, 5.8, 'mww', 'us20007cya', '62km W of Tobelo, Indonesia', 'earthquake\r'), +(22112, '2016-10-10 08:35:06', -15.372, -174.8198, 10, 5.6, 'mwb', 'us20007d25', '131km WNW of Hihifo, Tonga', 'earthquake\r'), +(22113, '2016-10-12 03:21:24', -5.4151, 153.5054, 11, 5.6, 'mww', 'us20007dbw', '117km SSE of Taron, Papua New Guinea', 'earthquake\r'), +(22114, '2016-10-13 20:40:51', -35.4987, -103.9926, 10, 5.5, 'mwb', 'us20007dxq', 'Southeast of Easter Island', 'earthquake\r'), +(22115, '2016-10-15 08:03:38', -4.2735, 150.3606, 442, 6.3, 'mww', 'us20007ebu', '143km N of Kimbe, Papua New Guinea', 'earthquake\r'), +(22116, '2016-10-15 20:14:50', 39.8063, 20.6463, 22, 5.5, 'mww', 'us20007eec', '12km NNW of Rodotopion, Greece', 'earthquake\r'), +(22117, '2016-10-17 06:14:58', -6.0033, 148.8871, 42, 6.8, 'mww', 'us20007ept', '77km WNW of Kandrian, Papua New Guinea', 'earthquake\r'), +(22118, '2016-10-17 07:14:51', 32.8959, 94.8768, 35, 5.9, 'mww', 'us20007eqh', '134km NE of Dartang, China', 'earthquake\r'), +(22119, '2016-10-18 16:36:42', -23.3265, -179.843, 540, 5.9, 'mww', 'us20007f3s', 'South of the Fiji Islands', 'earthquake\r'), +(22120, '2016-10-18 22:08:14', 15.223, -61.5065, 146, 5.6, 'mww', 'us20007f6l', '13km WSW of Pointe Michel, Dominica', 'earthquake\r'), +(22121, '2016-10-19 00:26:01', -4.8626, 108.1627, 614, 6.6, 'mww', 'us20007f7j', '161km NNE of Pamanukan, Indonesia', 'earthquake\r'), +(22122, '2016-10-20 00:09:27', 13.3118, -44.8777, 10, 5.6, 'mww', 'us20007fhv', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(22123, '2016-10-20 06:25:56', 22.2432, 143.7548, 104.46, 5.6, 'mww', 'us20007fj2', '222km NNW of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(22124, '2016-10-21 05:07:23', 35.3743, 133.8092, 5.63, 6.2, 'mww', 'us20007fta', '6km S of Kurayoshi, Japan', 'earthquake\r'), +(22125, '2016-10-23 20:25:27', 44.0505, 148.1035, 29, 5.9, 'mww', 'us20007g96', '114km ENE of Shikotan, Russia', 'earthquake\r'), +(22126, '2016-10-23 22:59:30', 18.9017, -104.5714, 12, 5.6, 'mww', 'us20007ga1', '31km WSW of Manzanillo, Mexico', 'earthquake\r'), +(22127, '2016-10-24 01:55:07', -35.9934, -102.634, 10, 5.5, 'mwb', 'us20007gb2', 'Southeast of Easter Island', 'earthquake\r'), +(22128, '2016-10-25 16:10:02', -15.3889, -174.8281, 10, 5.8, 'mww', 'us20007gmi', '131km WNW of Hihifo, Tonga', 'earthquake\r'), +(22129, '2016-10-26 05:19:50', -15.4371, -174.8622, 10, 6.1, 'mww', 'us20007gsh', '132km WNW of Hihifo, Tonga', 'earthquake\r'), +(22130, '2016-10-26 17:10:37', 42.858, 13.0528, 6, 5.5, 'mww', 'us20007guy', '8km NNW of Norcia, Italy', 'earthquake\r'), +(22131, '2016-10-26 19:18:08', 42.9564, 13.0666, 10, 6.1, 'mww', 'us1000725y', '3km NNW of Visso, Italy', 'earthquake\r'), +(22132, '2016-10-27 01:03:12', -1.5056, -15.5911, 10, 5.6, 'mww', 'us10007287', 'North of Ascension Island', 'earthquake\r'), +(22133, '2016-10-27 08:17:50', 1.3702, 125.758, 61, 5.8, 'mww', 'us100072ai', '64km E of Bitung, Indonesia', 'earthquake\r'), +(22134, '2016-10-27 11:53:17', 53.5855, -163.265, 13.89, 5.9, 'mww', 'us100072bs', '141km S of False Pass, Alaska', 'earthquake\r'), +(22135, '2016-10-27 20:32:56', -33.7771, -72.5321, 12.57, 6, 'mww', 'us100072gn', '86km WSW of San Antonio, Chile', 'earthquake\r'), +(22136, '2016-10-28 05:26:56', -4.6721, 153.2156, 45.15, 5.9, 'mww', 'us100072jv', '30km SE of Taron, Papua New Guinea', 'earthquake\r'), +(22137, '2016-10-28 20:02:50', 39.3881, 13.5205, 457.86, 5.8, 'mww', 'us100072su', '80km NNE of Ustica, Italy', 'earthquake\r'), +(22138, '2016-10-30 06:40:19', 42.8621, 13.0961, 8, 6.6, 'mww', 'us1000731j', '7km N of Norcia, Italy', 'earthquake\r'), +(22139, '2016-10-31 00:20:12', 3.4466, -74.4951, 33, 5.6, 'mww', 'us1000735j', '34km ENE of Colombia, Colombia', 'earthquake\r'), +(22140, '2016-11-01 19:03:30', -6.1039, 148.6588, 51.99, 6, 'mww', 'us100073jd', '99km W of Kandrian, Papua New Guinea', 'earthquake\r'), +(22141, '2016-11-04 16:20:44', -35.0945, -71.0457, 90, 6.3, 'mww', 'us1000744u', '21km SE of Curico, Chile', 'earthquake\r'), +(22142, '2016-11-07 21:31:28', -8.11, 104.8401, 33, 5.8, 'mww', 'us10007659', '168km SSW of Cicadas, Indonesia', 'earthquake\r'), +(22143, '2016-11-08 03:09:25', -58.1134, 148.1913, 10, 5.7, 'mww', 'us1000767e', 'West of Macquarie Island', 'earthquake\r'), +(22144, '2016-11-08 04:55:46', -36.5776, -73.5603, 20, 6, 'mww', 'us10007681', '42km WNW of Talcahuano, Chile', 'earthquake\r'), +(22145, '2016-11-09 14:51:00', -4.7403, 149.8713, 448.76, 5.9, 'mww', 'us100076hl', '94km NNW of Kimbe, Papua New Guinea', 'earthquake\r'), +(22146, '2016-11-10 12:24:10', -50.0472, 114.3817, 10, 5.7, 'mwb', 'us100076ma', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(22147, '2016-11-10 17:35:39', -20.4275, -178.223, 543.92, 5.6, 'mww', 'us100076pv', '55km ENE of Ndoi Island, Fiji', 'earthquake\r'), +(22148, '2016-11-11 21:43:00', 38.4973, 141.5658, 42.4, 6.1, 'mww', 'us1000770m', '24km ENE of Ishinomaki, Japan', 'earthquake\r'), +(22149, '2016-11-12 16:15:50', -24.966, 178.7853, 548, 5.9, 'mww', 'us1000774l', 'South of the Fiji Islands', 'earthquake\r'), +(22150, '2016-11-12 20:08:47', 6.1142, -82.5906, 10, 5.6, 'mwb', 'us1000775e', '214km S of Punta de Burica, Panama', 'earthquake\r'), +(22151, '2016-11-13 11:02:56', -42.7373, 173.054, 15.11, 7.8, 'mww', 'us1000778i', '54km NNE of Amberley, New Zealand', 'earthquake\r'), +(22152, '2016-11-13 11:12:39', -42.4063, 173.6606, 9.91, 5.7, 'mb', 'us10007798', '1km W of Kaikoura, New Zealand', 'earthquake\r'), +(22153, '2016-11-13 11:19:35', -42.2132, 173.4319, 10, 5.5, 'mb', 'us10007db8', '29km NW of Kaikoura, New Zealand', 'earthquake\r'), +(22154, '2016-11-13 11:32:07', -42.3205, 173.6694, 10, 6.5, 'mww', 'us10007795', '9km N of Kaikoura, New Zealand', 'earthquake\r'), +(22155, '2016-11-13 11:33:46', -42.0511, 174.3037, 10.06, 5.8, 'mb', 'us10007ddw', '64km NE of Kaikoura, New Zealand', 'earthquake\r'), +(22156, '2016-11-13 11:41:50', -41.6877, 174.2061, 14.59, 5.7, 'mb', 'us10007797', '28km SE of Blenheim, New Zealand', 'earthquake\r'), +(22157, '2016-11-13 11:52:45', -42.1762, 173.6227, 13.99, 6.1, 'mww', 'us1000779b', '26km N of Kaikoura, New Zealand', 'earthquake\r'), +(22158, '2016-11-13 13:31:26', -42.3093, 173.6961, 2.09, 6.2, 'mww', 'us100077aj', '10km N of Kaikoura, New Zealand', 'earthquake\r'), +(22159, '2016-11-13 14:01:02', -28.8647, -67.4565, 109.12, 5.7, 'mwr', 'us100077ap', '33km N of Chilecito, Argentina', 'earthquake\r'), +(22160, '2016-11-13 19:28:57', -42.3743, 173.9374, 10, 5.7, 'mww', 'us100077ef', '21km E of Kaikoura, New Zealand', 'earthquake\r'), +(22161, '2016-11-14 00:34:23', -42.6058, 173.2543, 9, 6.5, 'mww', 'us100077hw', '41km WSW of Kaikoura, New Zealand', 'earthquake\r'), +(22162, '2016-11-14 02:12:17', 51.0735, 178.8402, 34.26, 5.6, 'mww', 'us100077jc', '100km SSE of Little Sitkin Island, Alaska', 'earthquake\r'), +(22163, '2016-11-14 06:47:52', -42.3322, 173.9026, 12, 5.7, 'mww', 'us100077ky', '20km ENE of Kaikoura, New Zealand', 'earthquake\r'), +(22164, '2016-11-14 07:21:05', -41.7598, 174.2992, 17.21, 5.5, 'mww', 'us100077l5', '39km SE of Blenheim, New Zealand', 'earthquake\r'), +(22165, '2016-11-15 01:34:44', -41.7875, 174.3064, 10, 5.5, 'mww', 'us1000780y', '42km SE of Blenheim, New Zealand', 'earthquake\r'), +(22166, '2016-11-16 00:30:30', -20.2391, -173.0161, 20, 5.8, 'mww', 'us100078ll', '147km ESE of Pangai, Tonga', 'earthquake\r'), +(22167, '2016-11-16 15:10:11', -9.0027, 113.2445, 85, 5.7, 'mww', 'us100078vh', '74km S of Kepanjen, Indonesia', 'earthquake\r'), +(22168, '2016-11-17 16:56:44', -6.2582, 130.4786, 112.15, 5.5, 'mww', 'us100079g9', '208km NNW of Saumlaki, Indonesia', 'earthquake\r'), +(22169, '2016-11-18 20:54:47', -28.1398, -177.0201, 10, 5.6, 'mww', 'us10007a83', '151km NE of Raoul Island, New Zealand', 'earthquake\r'), +(22170, '2016-11-20 20:57:44', -31.6226, -68.6259, 108, 6.4, 'mww', 'us10007az5', '7km NNW of Pocito, Argentina', 'earthquake\r'), +(22171, '2016-11-21 08:31:38', -53.7502, 140.5246, 10, 5.5, 'mwb', 'us10007b3d', 'West of Macquarie Island', 'earthquake\r'), +(22172, '2016-11-21 20:59:49', 37.3931, 141.387, 9, 6.9, 'mww', 'us10007b88', '35km ESE of Namie, Japan', 'earthquake\r'), +(22173, '2016-11-22 00:19:43', -40.602, 177.0387, 9.08, 5.9, 'mww', 'us10007ba5', '76km ENE of Castlepoint, New Zealand', 'earthquake\r'), +(22174, '2016-11-22 05:13:35', -42.9302, 172.9958, 10, 5.5, 'mww', 'us10007bbx', '33km NE of Amberley, New Zealand', 'earthquake\r'), +(22175, '2016-11-23 09:59:57', 27.1773, 140.025, 481, 5.8, 'mww', 'us10007br5', '217km W of Chichi-shima, Japan', 'earthquake\r'), +(22176, '2016-11-23 21:23:37', 37.2143, 141.3209, 9, 5.9, 'mww', 'us10007bwb', '41km SE of Namie, Japan', 'earthquake\r'), +(22177, '2016-11-24 18:43:48', 11.9097, -88.8968, 10, 6.9, 'mww', 'us10007c4w', '156km SSW of Puerto El Triunfo, El Salvador', 'earthquake\r'), +(22178, '2016-11-24 22:31:02', 55.2049, 164.7541, 35, 5.5, 'mb', 'us10007c5y', '78km W of Nikol\'\'skoye, Russia', 'earthquake\r'), +(22179, '2016-11-25 07:26:24', 54.4632, 160.5536, 87.86, 5.6, 'mb', 'us10007c8b', '201km NE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(22180, '2016-11-25 14:24:31', 39.2732, 73.9776, 17, 6.6, 'mww', 'us10007ca5', '47km NE of Karakul, Tajikistan', 'earthquake\r'), +(22181, '2016-11-28 04:34:45', 43.3669, -127.0223, 29.85, 5.5, 'mww', 'us10007cvf', '214km W of Bandon, Oregon', 'earthquake\r'), +(22182, '2016-11-28 08:07:22', -41.8291, 88.4676, 10, 5.5, 'mwb', 'us10007cw9', 'Southeast Indian Ridge', 'earthquake\r'), +(22183, '2016-11-30 02:42:15', -6.9865, 131.8204, 24, 5.7, 'mww', 'us10007d73', '120km NNE of Saumlaki, Indonesia', 'earthquake\r'), +(22184, '2016-12-01 20:51:56', -35.2021, 54.0219, 10, 5.5, 'mwb', 'us10007e4n', 'South Indian Ocean', 'earthquake\r'), +(22185, '2016-12-01 22:40:27', -15.3122, -70.827, 12, 6.2, 'mww', 'us10007e55', '44km NE of Huarichancara, Peru', 'earthquake\r'), +(22186, '2016-12-03 09:23:35', 52.2532, 174.1698, 28.42, 5.9, 'mww', 'us10007ekb', '52km S of Shemya Island, Alaska', 'earthquake\r'), +(22187, '2016-12-03 14:11:12', -22.6371, -176.3381, 155, 5.5, 'mwb', 'us10007elg', '197km SW of Vaini, Tonga', 'earthquake\r'), +(22188, '2016-12-04 05:24:05', 4.5051, 127.8342, 139, 5.7, 'mww', 'us10007er7', '275km SE of Pondaguitan, Philippines', 'earthquake\r'), +(22189, '2016-12-05 01:13:05', -7.3158, 123.3802, 526, 6.3, 'mww', 'us10007ev8', '147km NNE of Palue, Indonesia', 'earthquake\r'), +(22190, '2016-12-06 21:42:21', 11.0316, -60.9005, 31.75, 5.9, 'mww', 'us10007ggp', '24km SW of Scarborough, Trinidad and Tobago', 'earthquake\r'), +(22191, '2016-12-06 22:03:33', 5.2834, 96.1678, 13, 6.5, 'mww', 'us10007ghm', '14km WNW of Reuleuet, Indonesia', 'earthquake\r'), +(22192, '2016-12-08 05:15:05', 43.8229, 86.3451, 17.55, 6, 'mww', 'us20007z2r', '58km SSE of Shihezi, China', 'earthquake\r'), +(22193, '2016-12-08 14:49:46', 40.4535, -126.1936, 8.45, 6.6, 'mww', 'us20007z6r', '164km W of Ferndale, California', 'earthquake\r'), +(22194, '2016-12-08 17:38:46', -10.6812, 161.3273, 40, 7.8, 'mww', 'us20007z80', '69km WSW of Kirakira, Solomon Islands', 'earthquake\r'), +(22195, '2016-12-08 17:46:24', -10.2234, 161.0792, 35, 5.7, 'mb', 'us200081as', '95km WNW of Kirakira, Solomon Islands', 'earthquake\r'), +(22196, '2016-12-08 21:48:34', -10.8691, 161.2302, 27.2, 5.5, 'mb', 'us20007zbi', '88km WSW of Kirakira, Solomon Islands', 'earthquake\r'), +(22197, '2016-12-08 21:56:08', -10.8416, 161.3137, 12.26, 6.5, 'mww', 'us20007zbn', '79km WSW of Kirakira, Solomon Islands', 'earthquake\r'), +(22198, '2016-12-08 21:58:10', -11.1563, 161.1851, 35, 5.5, 'mb', 'us200081bu', '111km SW of Kirakira, Solomon Islands', 'earthquake\r'), +(22199, '2016-12-09 19:10:07', -10.749, 161.1316, 19.73, 6.9, 'mww', 'us20007zlq', '92km WSW of Kirakira, Solomon Islands', 'earthquake\r'), +(22200, '2016-12-09 19:13:23', -11.0704, 161.4548, 39.04, 5.5, 'mb', 'us200081iw', '85km SW of Kirakira, Solomon Islands', 'earthquake\r'), +(22201, '2016-12-09 19:43:24', -10.9694, 161.3076, 18.38, 5.9, 'mww', 'us20007zm1', '87km SW of Kirakira, Solomon Islands', 'earthquake\r'), +(22202, '2016-12-09 21:38:23', -10.9552, 161.3591, 10, 5.8, 'mww', 'us20007zn7', '82km SW of Kirakira, Solomon Islands', 'earthquake\r'), +(22203, '2016-12-09 23:39:44', -10.3938, 161.329, 48.61, 5.5, 'mww', 'us20007zpc', '65km W of Kirakira, Solomon Islands', 'earthquake\r'), +(22204, '2016-12-10 02:38:23', -10.3419, 161.3258, 51.84, 5.6, 'mww', 'us20007zq4', '66km W of Kirakira, Solomon Islands', 'earthquake\r'), +(22205, '2016-12-10 02:45:40', -10.8829, 161.2789, 7.66, 5.8, 'mww', 'us20007zq6', '84km SW of Kirakira, Solomon Islands', 'earthquake\r'), +(22206, '2016-12-10 16:24:35', -5.6593, 154.4734, 142.58, 6, 'mww', 'us20007ztn', '132km WNW of Arawa, Papua New Guinea', 'earthquake\r'), +(22207, '2016-12-11 14:33:13', -9.1237, -109.8492, 10, 5.8, 'mww', 'us20007zz8', 'Central East Pacific Rise', 'earthquake\r'), +(22208, '2016-12-11 17:26:10', -10.964, 161.5723, 10, 5.5, 'mww', 'us20008002', '68km SW of Kirakira, Solomon Islands', 'earthquake\r'), +(22209, '2016-12-14 02:01:23', 21.2897, 144.4037, 22.37, 6, 'mww', 'us200080m3', '97km NNW of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(22210, '2016-12-14 21:14:56', 21.3697, 144.2175, 10, 5.5, 'mww', 'us200080td', '116km NW of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(22211, '2016-12-16 11:34:58', 14.0889, -90.8703, 70.61, 5.5, 'mww', 'us2000819r', '12km S of Masagua, Guatemala', 'earthquake\r'), +(22212, '2016-12-17 10:51:11', -4.5049, 153.5216, 94.54, 7.9, 'mww', 'us200081v8', '54km E of Taron, Papua New Guinea', 'earthquake\r'), +(22213, '2016-12-17 11:22:39', -4.4291, 153.5573, 82.26, 5.6, 'mb', 'us200081vz', '58km E of Taron, Papua New Guinea', 'earthquake\r'), +(22214, '2016-12-17 11:27:36', -5.6291, 154.0216, 8.43, 6.3, 'mww', 'us200081w0', '168km SE of Taron, Papua New Guinea', 'earthquake\r'), +(22215, '2016-12-18 05:46:25', -10.2342, 161.1989, 39, 5.9, 'mww', 'us2000825r', '82km WNW of Kirakira, Solomon Islands', 'earthquake\r'), +(22216, '2016-12-18 06:15:46', -34.9886, -107.8694, 10, 5.5, 'mwb', 'us2000826e', 'Southern East Pacific Rise', 'earthquake\r'), +(22217, '2016-12-18 06:39:43', -6.2997, 154.3512, 12, 5.9, 'mww', 'us2000826m', '125km W of Panguna, Papua New Guinea', 'earthquake\r'), +(22218, '2016-12-18 09:47:06', 8.3725, 137.6736, 19, 6.2, 'mww', 'us2000828l', '22km ESE of Ngulu, Micronesia', 'earthquake\r'), +(22219, '2016-12-18 12:49:51', -22.2783, 170.0636, 31.95, 5.5, 'mww', 'us2000829x', '205km W of Ile Hunter, New Caledonia', 'earthquake\r'), +(22220, '2016-12-18 13:30:11', -9.9738, -70.9698, 612, 6.4, 'mww', 'us200082an', '201km S of Tarauaca, Brazil', 'earthquake\r'), +(22221, '2016-12-20 04:21:29', -10.175, 161.2271, 20, 6.4, 'mww', 'us200082pp', '81km WNW of Kirakira, Solomon Islands', 'earthquake\r'), +(22222, '2016-12-20 06:14:42', -5.7973, 153.5714, 10, 5.6, 'mww', 'us200082q8', '158km SSE of Taron, Papua New Guinea', 'earthquake\r'), +(22223, '2016-12-20 10:04:39', 37.1442, 84.9583, 10, 5.6, 'mww', 'us200082s5', '120km SSW of Qiemo, China', 'earthquake\r'), +(22224, '2016-12-20 12:33:14', -10.1785, 160.9149, 10, 6, 'mww', 'us200082tk', '114km WNW of Kirakira, Solomon Islands', 'earthquake\r'), +(22225, '2016-12-20 20:07:53', -10.1549, 160.7816, 10.38, 5.5, 'mwb', 'us10007lix', '121km SE of Honiara, Solomon Islands', 'earthquake\r'), +(22226, '2016-12-21 00:17:15', -7.5082, 127.9206, 152, 6.7, 'mww', 'us10007lkw', '283km ENE of Dili, East Timor', 'earthquake\r'), +(22227, '2016-12-21 16:43:57', 21.5138, 145.4081, 8, 5.9, 'mww', 'us10007lqe', '120km NNE of Farallon de Pajaros, Northern Mariana Islands', 'earthquake\r'), +(22228, '2016-12-24 01:32:16', -5.2453, 153.5754, 35, 6, 'mww', 'us10007mf5', '105km SE of Taron, Papua New Guinea', 'earthquake\r'), +(22229, '2016-12-24 03:58:55', -5.146, 153.5166, 30, 5.8, 'mww', 'us10007mfp', '92km SE of Taron, Papua New Guinea', 'earthquake\r'), +(22230, '2016-12-25 14:22:27', -43.4064, -73.9413, 38, 7.6, 'mww', 'us10007mn3', '41km SW of Puerto Quellon, Chile', 'earthquake\r'), +(22231, '2016-12-25 14:32:13', -43.481, -74.4771, 14.93, 5.6, 'mb', 'us10007mnb', '80km WSW of Puerto Quellon, Chile', 'earthquake\r'), +(22232, '2016-12-27 23:20:56', 45.7144, 26.5283, 97, 5.6, 'mww', 'us10007n3r', '14km W of Nereju, Romania', 'earthquake\r'), +(22233, '2016-12-28 08:18:01', 38.3755, -118.8989, 11.3, 5.6, 'ml', 'nn00570709', '27km SW of Hawthorne, Nevada', 'earthquake\r'), +(22234, '2016-12-28 08:22:12', 38.3904, -118.8972, 12.2, 5.6, 'ml', 'nn00570710', '26km SW of Hawthorne, Nevada', 'earthquake\r'), +(22235, '2016-12-28 09:13:47', 38.3777, -118.8957, 8.8, 5.5, 'ml', 'nn00570744', '28km SW of Hawthorne, Nevada', 'earthquake\r'), +(22236, '2016-12-28 12:38:50', 36.8604, 140.4421, 7, 5.9, 'mww', 'us10007naf', '13km NE of Daigo, Japan', 'earthquake\r'), +(22237, '2016-12-29 22:30:19', -9.0279, 118.6639, 79, 6.3, 'mww', 'us10007nl0', '29km S of Tolotangga, Indonesia', 'earthquake\r'), +(22238, '2017-01-02 00:13:06', -36.0365, 51.9288, 10, 5.7, 'mwb', 'us10007p5d', 'Southwest Indian Ridge', 'earthquake\r'), +(22239, '2017-01-02 13:13:49', -4.895, -76.3675, 106, 5.9, 'mww', 'us10007p7n', '37km E of Barranca, Peru', 'earthquake\r'), +(22240, '2017-01-02 13:14:03', -23.2513, 179.2383, 551.62, 6.3, 'mww', 'us10007p7m', 'South of the Fiji Islands', 'earthquake\r'), +(22241, '2017-01-03 09:09:02', 24.0151, 92.0177, 32, 5.7, 'mww', 'us10007pfk', '20km ENE of Ambasa, India', 'earthquake\r'), +(22242, '2017-01-03 21:19:08', -43.3527, -74.5017, 10.26, 5.5, 'mww', 'us10007piy', '76km WSW of Puerto Quellon, Chile', 'earthquake\r'), +(22243, '2017-01-03 21:52:31', -19.3733, 176.0518, 12, 6.9, 'mww', 'us10007pj6', '226km SW of Nadi, Fiji', 'earthquake\r'), +(22244, '2017-01-03 21:55:38', -19.3977, 175.9532, 10, 5.7, 'mb', 'us10007pji', '234km SW of Nadi, Fiji', 'earthquake\r'), +(22245, '2017-01-03 22:40:13', -19.1207, 176.1875, 10, 6, 'mww', 'us10007pjt', '195km SW of Nadi, Fiji', 'earthquake\r'), +(22246, '2017-01-03 23:34:13', -18.9749, 176.2872, 19.36, 5.5, 'mb', 'us10007pka', '176km SW of Nadi, Fiji', 'earthquake\r'), +(22247, '2017-01-04 01:06:11', -17.8694, 167.1235, 22.1, 5.6, 'mww', 'us10007pkn', '127km W of Port-Vila, Vanuatu', 'earthquake\r'), +(22248, '2017-01-04 20:03:53', -18.7942, 176.2567, 7, 5.7, 'mww', 'us10007r5m', '164km SW of Nadi, Fiji', 'earthquake\r'), +(22249, '2017-01-06 06:30:36', -22.3176, -67.795, 172, 5.8, 'mww', 'us10007rkj', '79km NNE of San Pedro de Atacama, Chile', 'earthquake\r'), +(22250, '2017-01-08 08:52:08', -6.2269, 147.4769, 61, 5.9, 'mww', 'us10007ryv', '59km NW of Finschhafen, Papua New Guinea', 'earthquake\r'), +(22251, '2017-01-08 14:20:06', -54.327, -135.8585, 10, 5.6, 'mwb', 'us10007s8c', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22252, '2017-01-08 23:47:14', 74.3859, -92.4156, 31, 6, 'mww', 'us10007s20', '79km ESE of Resolute, Canada', 'earthquake\r'), +(22253, '2017-01-10 06:13:48', 4.4782, 122.6171, 627.17, 7.3, 'mww', 'us10007s9c', '189km SSE of Tabiauan, Philippines', 'earthquake\r'), +(22254, '2017-01-10 10:01:33', 14.6898, 144.34, 10, 5.7, 'mww', 'us10007sb5', '110km WNW of Rota, Northern Mariana Islands', 'earthquake\r'), +(22255, '2017-01-10 15:27:15', -10.1132, 161.0271, 26, 6.3, 'mww', 'us10007sd4', '104km WNW of Kirakira, Solomon Islands', 'earthquake\r'), +(22256, '2017-01-11 21:58:18', -22.821, -69.8033, 72, 5.8, 'mww', 'us10007sn1', '90km SSE of Tocopilla, Chile', 'earthquake\r'), +(22257, '2017-01-11 22:06:59', -20.16, 46.6469, 7.26, 5.5, 'mww', 'us10007snb', '41km SSW of Betafo, Madagascar', 'earthquake\r'), +(22258, '2017-01-12 13:29:06', -5.2669, 102.7235, 22.95, 5.5, 'mb', 'us10007sv2', '118km WSW of Kuripan, Indonesia', 'earthquake\r'), +(22259, '2017-01-13 16:39:25', 0.0303, 125.077, 42, 5.7, 'mww', 'us10007t3y', '107km SE of Modayag, Indonesia', 'earthquake\r'), +(22260, '2017-01-14 06:11:41', -18.6205, 176.2365, 3.92, 5.9, 'mww', 'us10007t8x', '154km SW of Nadi, Fiji', 'earthquake\r'), +(22261, '2017-01-14 10:34:50', -15.1123, -173.2682, 5.24, 5.5, 'mww', 'us10007t9m', '106km NNE of Hihifo, Tonga', 'earthquake\r'), +(22262, '2017-01-14 18:25:43', -18.6545, 176.0894, 4.39, 5.7, 'mww', 'us10007tas', '169km SW of Nadi, Fiji', 'earthquake\r'), +(22263, '2017-01-16 01:16:38', -13.642, 166.5223, 14.03, 5.8, 'mww', 'us10007tfe', '114km WNW of Sola, Vanuatu', 'earthquake\r'), +(22264, '2017-01-16 12:42:11', 3.3168, 98.4696, 6, 5.6, 'mww', 'us10007tii', '24km N of Kabanjahe, Indonesia', 'earthquake\r'), +(22265, '2017-01-16 20:47:39', -13.554, 166.4169, 14.89, 5.9, 'mww', 'us10007tjy', '127km WNW of Sola, Vanuatu', 'earthquake\r'), +(22266, '2017-01-17 09:08:02', 19.8529, -76.594, 11, 5.8, 'mww', 'us10007tmh', '44km S of Guisa, Cuba', 'earthquake\r'), +(22267, '2017-01-18 10:14:11', 42.6012, 13.2268, 7, 5.7, 'mww', 'us10007twj', '6km WSW of Amatrice, Italy', 'earthquake\r'), +(22268, '2017-01-18 10:25:25', 42.5855, 13.1904, 10, 5.6, 'mww', 'us10007twn', '8km NNW of Montereale, Italy', 'earthquake\r'), +(22269, '2017-01-19 23:04:21', -10.3506, 161.3355, 36, 6.5, 'mww', 'us10007u7n', '65km W of Kirakira, Solomon Islands', 'earthquake\r'), +(22270, '2017-01-21 05:16:32', 2.8266, 128.2084, 46.85, 5.6, 'mww', 'us10007ul1', '123km N of Tobelo, Indonesia', 'earthquake\r'), +(22271, '2017-01-22 04:30:23', -6.2464, 155.1718, 135, 7.9, 'mww', 'us10007uph', '35km WNW of Panguna, Papua New Guinea', 'earthquake\r'), +(22272, '2017-01-22 04:44:53', -6.7363, 153.6022, 10, 5.6, 'mb', 'us10007upq', '213km WSW of Panguna, Papua New Guinea', 'earthquake\r'), +(22273, '2017-01-24 09:38:31', 12.0891, 146.2566, 10, 5.5, 'mww', 'us10007v50', '209km SE of Inarajan Village, Guam', 'earthquake\r'), +(22274, '2017-01-29 14:59:52', -30.0938, -177.4531, 18, 5.9, 'mww', 'us10007w1e', '101km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(22275, '2017-01-30 23:35:24', -14.7735, 167.1577, 79, 5.9, 'mww', 'us10007wbk', '32km NNE of Port-Olry, Vanuatu', 'earthquake\r'), +(22276, '2017-01-31 14:22:39', 0.702, -79.6769, 10, 5.5, 'mww', 'us10007wew', '25km S of Propicia, Ecuador', 'earthquake\r'), +(22277, '2017-02-02 00:18:44', 12.1145, 141.027, 9, 5.6, 'mww', 'us20008fsm', '265km NNE of Fais, Micronesia', 'earthquake\r'), +(22278, '2017-02-03 19:54:23', 15.0701, -60.5254, 44, 5.8, 'mww', 'us20008hh9', '59km ENE of Sainte-Marie, Martinique', 'earthquake\r'), +(22279, '2017-02-06 13:02:45', 3.4493, -74.6715, 37.95, 5.5, 'mww', 'us20008hx7', '16km ENE of Colombia, Colombia', 'earthquake\r'), +(22280, '2017-02-07 22:03:56', 25.1912, 63.2644, 29.07, 6.3, 'mww', 'us20008ic7', '22km WSW of Pasni, Pakistan', 'earthquake\r'), +(22281, '2017-02-10 14:03:44', 9.9071, 125.4516, 15, 6.5, 'mww', 'us20008ixa', '10km N of Mabua, Philippines', 'earthquake\r'), +(22282, '2017-02-18 12:10:18', -23.8613, -66.6592, 222, 6.4, 'mww', 'us20008kn8', '52km NW of San Antonio de los Cobres, Argentina', 'earthquake\r'), +(22283, '2017-02-20 23:55:49', -14.9768, -176.3811, 6, 5.5, 'mww', 'us20008l0q', '188km S of Mata-Utu, Wallis and Futuna', 'earthquake\r'), +(22284, '2017-02-21 14:09:04', -19.2814, -63.9047, 595.98, 6.5, 'mww', 'us20008l41', '41km E of Padilla, Bolivia', 'earthquake\r'), +(22285, '2017-02-23 21:10:31', -21.2622, 174.3746, 10, 5.5, 'mww', 'us20008lv9', '58km NNW of Ceva-i-Ra, Fiji', 'earthquake\r'), +(22286, '2017-02-24 00:32:18', -8.4404, 30.0305, 30, 5.9, 'mww', 'us20008lww', '40km E of Kaputa, Zambia', 'earthquake\r'), +(22287, '2017-02-24 17:28:45', -23.2593, -178.8036, 414.5, 6.9, 'mww', 'us20008m3t', '289km S of Ndoi Island, Fiji', 'earthquake\r'), +(22288, '2017-02-24 23:46:45', -17.9647, -178.4384, 581.62, 5.9, 'mww', 'us20008man', '288km SE of Lambasa, Fiji', 'earthquake\r'), +(22289, '2017-02-26 06:44:23', -18.6143, 169.4041, 255, 5.5, 'mww', 'us20008mhb', '104km N of Isangel, Vanuatu', 'earthquake\r'), +(22290, '2017-02-28 07:49:03', 37.5666, 141.3347, 47, 5.7, 'mww', 'us20008mw4', '30km ENE of Namie, Japan', 'earthquake\r'), +(22291, '2017-02-28 17:35:40', -44.793, -80.8972, 10, 5.6, 'mww', 'us100085qu', 'Off the coast of Aisen, Chile', 'earthquake\r'), +(22292, '2017-03-01 02:48:36', -57.2925, -142.6219, 21.34, 5.5, 'mww', 'us100086wu', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22293, '2017-03-02 02:11:31', 59.5785, -152.6546, 78, 5.5, 'ml', 'ak15426300', '51km WSW of Anchor Point, Alaska', 'earthquake\r'), +(22294, '2017-03-02 11:07:27', 37.616, 38.4305, 10, 5.6, 'mww', 'us100086gw', '5km NW of Samsat, Turkey', 'earthquake\r'), +(22295, '2017-03-04 02:58:20', -7.3277, 155.748, 17, 6.1, 'mww', 'us100086x7', '115km SSE of Panguna, Papua New Guinea', 'earthquake\r'), +(22296, '2017-03-05 00:08:18', 9.8311, 125.4961, 10.51, 5.7, 'mww', 'us1000870s', '5km N of Surigao, Philippines', 'earthquake\r'), +(22297, '2017-03-05 12:22:16', -55.1821, -129.1773, 10, 5.6, 'mwb', 'us1000874a', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22298, '2017-03-05 22:47:54', -5.9945, 149.3619, 37, 6.3, 'mww', 'us1000876f', '32km NW of Kandrian, Papua New Guinea', 'earthquake\r'), +(22299, '2017-03-07 15:45:40', -6.2615, 102.1873, 10, 5.5, 'mww', 'us100087gx', '221km SW of Kuripan, Indonesia', 'earthquake\r'), +(22300, '2017-03-07 16:08:19', 41.5149, 141.9022, 56, 5.7, 'mww', 'us100087h5', '62km ENE of Mutsu, Japan', 'earthquake\r'), +(22301, '2017-03-07 23:38:23', -15.023, 168.1626, 8, 5.6, 'mww', 'us100087kn', '119km E of Port-Olry, Vanuatu', 'earthquake\r'), +(22302, '2017-03-09 11:14:26', -60.1501, 150.2994, 10, 5.9, 'mww', 'us100087wv', 'West of Macquarie Island', 'earthquake\r'), +(22303, '2017-03-11 17:10:39', -30.5181, -177.5201, 22, 5.6, 'mww', 'us100088f7', '143km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(22304, '2017-03-13 08:49:05', 14.3879, 145.2126, 99, 5.5, 'mww', 'us100088m4', '25km N of Rota, Northern Mariana Islands', 'earthquake\r'), +(22305, '2017-03-14 02:51:17', 6.1457, 92.3044, 10, 6, 'mww', 'us100088sf', '230km SSW of Mohean, India', 'earthquake\r'), +(22306, '2017-03-14 12:36:43', -21.0127, 170.068, 127, 5.6, 'mww', 'us100088vp', '182km SSE of Isangel, Vanuatu', 'earthquake\r'), +(22307, '2017-03-14 15:03:40', -15.6691, -177.1211, 10, 5.7, 'mww', 'us100088wf', '188km SE of Sigave, Wallis and Futuna', 'earthquake\r'), +(22308, '2017-03-15 22:19:40', 51.0789, 179.076, 19, 5.6, 'mww', 'us20008sd8', '103km SSW of Semisopochnoi Island, Alaska', 'earthquake\r'), +(22309, '2017-03-16 18:39:26', -11.539, 114.5737, 10, 5.5, 'mww', 'us20008siq', 'South of Bali, Indonesia', 'earthquake\r'), +(22310, '2017-03-19 15:43:26', -8.1364, 160.7536, 8.37, 6, 'mww', 'us20008t6m', '70km N of Auki, Solomon Islands', 'earthquake\r'), +(22311, '2017-03-21 23:10:25', -8.4915, 115.3233, 111.71, 5.6, 'mww', 'us20008tme', '1km SE of Banjar Mulung, Indonesia', 'earthquake\r'), +(22312, '2017-03-25 14:57:28', -3.0487, 136.8661, 33.97, 5.5, 'mww', 'us20008ulq', '111km NNE of Enarotali, Indonesia', 'earthquake\r'), +(22313, '2017-03-27 10:50:20', 52.7586, 172.2616, 20, 6.2, 'mww', 'us20008uzn', '63km W of Attu Station, Alaska', 'earthquake\r'), +(22314, '2017-03-29 04:09:24', 56.9401, 162.7861, 17, 6.6, 'mww', 'us20008vhl', '81km NNE of Ust\'\'-Kamchatsk Staryy, Russia', 'earthquake\r'), +(22315, '2017-03-29 15:15:23', 25.7127, -110.0237, 17, 5.7, 'mww', 'us20008vll', '78km WSW of Higuera de Zaragoza, Mexico', 'earthquake\r'), +(22316, '2017-03-31 11:21:01', 0.3086, 120.5802, 94, 5.5, 'mww', 'us10008dhp', '52km S of Tinabogan, Indonesia', 'earthquake\r'), +(22317, '2017-03-31 17:25:23', 52.6741, -32.3187, 10, 5.5, 'mww', 'us10008dm9', 'Reykjanes Ridge', 'earthquake\r'), +(22318, '2017-04-03 17:40:19', -22.6784, 25.1558, 29, 6.5, 'mww', 'us10008e3k', '132km WSW of Moijabana, Botswana', 'earthquake\r'), +(22319, '2017-04-04 13:53:19', -55.6164, -30.0013, 19.22, 5.6, 'mww', 'us10008eak', '211km WNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22320, '2017-04-04 22:08:41', 51.1865, -176.3772, 17, 5.6, 'mww', 'us10008ef7', '79km SSE of Adak, Alaska', 'earthquake\r'), +(22321, '2017-04-05 06:09:12', 35.7755, 60.4363, 13, 6.1, 'mww', 'us10008ei0', '61km NNW of Torbat-e Jam, Iran', 'earthquake\r'), +(22322, '2017-04-05 22:17:43', -19.0206, 169.5787, 253, 5.6, 'mww', 'us10008f2b', '67km NNE of Isangel, Vanuatu', 'earthquake\r'), +(22323, '2017-04-08 07:07:57', 13.7049, 120.9305, 10.22, 5.5, 'mww', 'us10008fsc', '3km S of Talaga, Philippines', 'earthquake\r'), +(22324, '2017-04-08 07:09:23', 13.7701, 120.9354, 14.26, 5.9, 'mww', 'us10008fsd', '1km NNW of Mabini, Philippines', 'earthquake\r'), +(22325, '2017-04-09 00:14:31', -52.1762, 139.6642, 10, 5.5, 'mww', 'us10008fye', 'West of Macquarie Island', 'earthquake\r'), +(22326, '2017-04-10 00:43:55', 13.0426, 125.3617, 10, 5.7, 'mww', 'us10008g4x', '54km NE of Cabodiongan, Philippines', 'earthquake\r'), +(22327, '2017-04-10 10:38:48', 5.6754, 127.2013, 13, 5.8, 'mww', 'us10008g7h', '136km SE of Pondaguitan, Philippines', 'earthquake\r'), +(22328, '2017-04-11 14:42:17', 5.7068, 127.0949, 12, 5.7, 'mww', 'us10008gkz', '124km SE of Pondaguitan, Philippines', 'earthquake\r'), +(22329, '2017-04-11 21:21:01', 7.6766, 124.8119, 8.28, 5.8, 'mww', 'us10008gsq', '8km N of Osias, Philippines', 'earthquake\r'), +(22330, '2017-04-12 20:01:06', 7.7228, 124.8623, 10, 5.5, 'mww', 'us10008h1u', '9km S of Adtugan, Philippines', 'earthquake\r'), +(22331, '2017-04-13 16:05:47', 5.7278, 127.3001, 10, 5.5, 'mww', 'us10008hb9', '142km ESE of Pondaguitan, Philippines', 'earthquake\r'), +(22332, '2017-04-13 17:05:56', -18.2279, -178.1683, 502.06, 5.8, 'mww', 'us10008hbv', '273km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22333, '2017-04-15 08:19:43', -23.2653, -67.7225, 155, 6.3, 'mww', 'us10008hu2', '63km SE of San Pedro de Atacama, Chile', 'earthquake\r'), +(22334, '2017-04-16 09:44:06', -7.3725, 83.1719, 10, 5.6, 'mww', 'us10008i34', 'South Indian Ocean', 'earthquake\r'), +(22335, '2017-04-17 02:21:31', -13.3911, 166.5962, 16, 5.7, 'mww', 'us10008i97', '116km WNW of Sola, Vanuatu', 'earthquake\r'), +(22336, '2017-04-17 05:23:15', 17.4498, -61.1423, 16, 5.6, 'mww', 'us10008iaa', '74km ESE of Codrington, Barbuda', 'earthquake\r'), +(22337, '2017-04-18 17:11:47', -18.0877, -178.369, 628, 6, 'mww', 'us10008iph', '285km N of Ndoi Island, Fiji', 'earthquake\r'), +(22338, '2017-04-18 17:49:56', -2.7118, -75.3035, 14, 5.9, 'mww', 'us10008iq5', '255km WNW of Iquitos, Peru', 'earthquake\r'), +(22339, '2017-04-20 22:04:15', -36.2891, -98.4279, 10, 5.5, 'mwb', 'us10008jej', 'Southeast of Easter Island', 'earthquake\r'), +(22340, '2017-04-20 22:59:25', -20.5417, -173.6017, 13, 5.6, 'mww', 'us10008jeq', '113km SE of Pangai, Tonga', 'earthquake\r'), +(22341, '2017-04-23 02:36:08', -33.0354, -72.0296, 21, 6, 'mww', 'us10008jvr', '37km W of Valparaiso, Chile', 'earthquake\r'), +(22342, '2017-04-23 19:40:11', -33.0147, -72.1154, 20, 5.6, 'mww', 'us10008k2i', '45km W of Valparaiso, Chile', 'earthquake\r'), +(22343, '2017-04-24 21:38:31', -33.0375, -72.0617, 28, 6.9, 'mww', 'us10008kce', '40km W of Valparaiso, Chile', 'earthquake\r'), +(22344, '2017-04-26 22:28:31', -54.8738, -130.2992, 10, 5.5, 'mwb', 'us10008l61', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22345, '2017-04-27 14:46:33', 51.2081, 178.6346, 19, 5.7, 'mww', 'us10008lai', '82km S of Little Sitkin Island, Alaska', 'earthquake\r'), +(22346, '2017-04-27 18:46:45', -16.5296, -173.6463, 59, 5.5, 'mww', 'us10008ld1', '65km S of Hihifo, Tonga', 'earthquake\r'), +(22347, '2017-04-28 15:30:06', -33.219, -71.9694, 22, 5.9, 'mww', 'us10008llg', '37km WSW of Valparaiso, Chile', 'earthquake\r'), +(22348, '2017-04-28 16:05:57', -33.1297, -71.7998, 27, 5.8, 'mww', 'us10008lm3', '18km WSW of Valparaiso, Chile', 'earthquake\r'), +(22349, '2017-04-28 20:23:17', 5.5043, 125.0658, 26, 6.9, 'mww', 'us10008ls4', '31km SW of Burias, Philippines', 'earthquake\r'), +(22350, '2017-04-29 10:02:13', -9.6687, 111.8495, 10, 5.5, 'mww', 'us10008lzr', '153km SSW of Tambakrejo, Indonesia', 'earthquake\r'), +(22351, '2017-04-29 12:32:34', 30.815, 131.4147, 31, 5.7, 'mww', 'us10008m0g', '40km ENE of Nishinoomote, Japan', 'earthquake\r'), +(22352, '2017-05-01 12:31:56', 59.8209, -136.7114, 10, 6.2, 'mww', 'us10008mel', '88km WNW of Skagway, Alaska', 'earthquake\r'), +(22353, '2017-05-01 14:18:15', 59.8295, -136.7042, 2.53, 6.3, 'mww', 'us10008mgu', '88km WNW of Skagway, Alaska', 'earthquake\r'), +(22354, '2017-05-01 14:20:24', 59.7772, -136.6292, 4.09, 5.6, 'mb', 'us10008rky', '82km WNW of Skagway, Alaska', 'earthquake\r'), +(22355, '2017-05-01 14:21:13', 59.7689, -136.6818, 10, 5.7, 'mb', 'us10008ptp', '84km WNW of Skagway, Alaska', 'earthquake\r'), +(22356, '2017-05-02 15:10:22', -11.7119, -13.9378, 10, 5.9, 'mww', 'us10008n0i', 'Ascension Island region', 'earthquake\r'), +(22357, '2017-05-03 04:47:13', 39.4939, 71.4438, 11, 6, 'mww', 'us10008npq', '29km NNW of Karakenja, Tajikistan', 'earthquake\r'), +(22358, '2017-05-05 05:09:36', 39.4789, 71.4223, 10, 5.8, 'mww', 'us10008pk9', '28km NNW of Karakenja, Tajikistan', 'earthquake\r'), +(22359, '2017-05-06 00:16:10', -60.827, -38.016, 12, 5.9, 'mww', 'us10008pz3', 'Scotia Sea', 'earthquake\r'), +(22360, '2017-05-08 15:31:27', 51.0251, -177.0116, 17, 5.7, 'mww', 'us10008qgx', '98km SSW of Adak, Alaska', 'earthquake\r'), +(22361, '2017-05-08 15:47:29', 51.045, -176.9868, 17, 5.9, 'mww', 'us10008qh7', '95km SSW of Adak, Alaska', 'earthquake\r'), +(22362, '2017-05-08 17:00:48', 51.7344, -178.5875, 13, 6.2, 'mww', 'us10008qhu', '34km WSW of Tanaga Volcano, Alaska', 'earthquake\r'), +(22363, '2017-05-09 01:54:15', 24.45, 126.3174, 10, 6, 'mww', 'us10008qnw', '111km ESE of Hirara, Japan', 'earthquake\r'), +(22364, '2017-05-09 08:59:03', 51.0331, -177.0439, 16, 5.5, 'mww', 'us10008qqm', '97km SSW of Adak, Alaska', 'earthquake\r'), +(22365, '2017-05-09 13:52:11', -14.5884, 167.3767, 169, 6.8, 'mww', 'us10008qsb', '62km NE of Port-Olry, Vanuatu', 'earthquake\r'), +(22366, '2017-05-10 07:59:57', 51.7607, -178.4805, 11, 5.8, 'mww', 'us10008r2h', '27km WSW of Tanaga Volcano, Alaska', 'earthquake\r'), +(22367, '2017-05-10 23:23:37', -56.414, -25.7432, 15, 6.5, 'mww', 'us10008rb6', '95km ENE of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22368, '2017-05-11 01:09:43', -56.3967, -25.7871, 10, 5.6, 'mww', 'us10008rd3', '93km ENE of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22369, '2017-05-11 15:41:12', -56.5845, -25.8438, 13, 5.7, 'mww', 'us10008rhi', '84km E of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22370, '2017-05-12 00:46:57', -27.6765, -176.5945, 40, 5.6, 'mww', 'us10008rri', '217km NE of Raoul Island, New Zealand', 'earthquake\r'), +(22371, '2017-05-12 10:41:27', 12.9187, -90.0611, 16, 6.2, 'mww', 'us10008rtu', '78km SSW of Acajutla, El Salvador', 'earthquake\r'), +(22372, '2017-05-13 18:01:00', 37.7693, 57.2058, 8, 5.6, 'mww', 'us10008s7b', '34km NNW of Bojnurd, Iran', 'earthquake\r'), +(22373, '2017-05-14 19:44:25', -20.8287, -68.711, 116, 5.7, 'mww', 'us10008sfd', '163km ESE of Iquique, Chile', 'earthquake\r'), +(22374, '2017-05-15 07:05:36', 27.2254, 130.0442, 10, 5.5, 'mww', 'us10008si3', '138km SSE of Naze, Japan', 'earthquake\r'), +(22375, '2017-05-15 13:22:39', -4.022, 152.4781, 10, 6.2, 'mww', 'us10008sjn', '39km ENE of Rabaul, Papua New Guinea', 'earthquake\r'), +(22376, '2017-05-20 01:06:14', 9.3818, 123.9537, 533, 6, 'mww', 'us10008tp0', '25km S of Alburquerque, Philippines', 'earthquake\r'), +(22377, '2017-05-20 06:02:14', 17.4893, -105.3228, 10, 5.7, 'mww', 'us10008tqj', '202km SSW of Manzanillo, Mexico', 'earthquake\r'), +(22378, '2017-05-20 17:58:46', 17.0514, -94.088, 144, 5.7, 'mww', 'us10008tuw', '52km NW of Cintalapa de Figueroa, Mexico', 'earthquake\r'), +(22379, '2017-05-22 11:00:58', 43.9238, 147.7194, 54, 5.5, 'mww', 'us10008u48', '81km E of Shikotan, Russia', 'earthquake\r'), +(22380, '2017-05-24 09:10:14', -2.7898, 122.118, 10, 5.7, 'mww', 'us10008usv', '115km E of Malili, Indonesia', 'earthquake\r'), +(22381, '2017-05-24 11:05:19', -10.0191, 161.9535, 52, 5.5, 'mww', 'us10008ut8', '48km N of Kirakira, Solomon Islands', 'earthquake\r'), +(22382, '2017-05-24 16:36:00', 52.322, -166.6659, 10, 5.9, 'mww', 'us10008uvv', '164km ESE of Nikolski, Alaska', 'earthquake\r'), +(22383, '2017-05-25 06:02:20', -22.3132, -176.3299, 127, 5.6, 'mww', 'us10008v90', '169km SW of Vaini, Tonga', 'earthquake\r'), +(22384, '2017-05-28 07:37:08', 53.6537, -160.9873, 16, 5.7, 'mww', 'us10008vvl', '156km SW of Chernabura Island, Alaska', 'earthquake\r'), +(22385, '2017-05-29 14:35:22', -1.2923, 120.4313, 12, 6.6, 'mww', 'us10008w1z', '28km WNW of Kasiguncu, Indonesia', 'earthquake\r'), +(22386, '2017-05-29 14:57:54', -37.3446, -71.6896, 81.14, 5.9, 'mww', 'us10008w2b', '60km ENE of Los Angeles, Chile', 'earthquake\r'), +(22387, '2017-05-30 11:29:52', -58.6284, -26.2419, 76, 5.7, 'mww', 'us10008wej', '47km NNE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(22388, '2017-05-31 06:29:32', 19.0797, 145.8362, 117.83, 5.5, 'mww', 'us10008wst', '38km NNE of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(22389, '2017-06-02 22:24:47', 54.0312, 170.9196, 5, 6.8, 'mww', 'us20009jd6', '200km NW of Attu Station, Alaska', 'earthquake\r'), +(22390, '2017-06-02 23:48:18', -4.7348, 145.1363, 192.85, 5.9, 'mww', 'us20009jdx', '91km NW of Madang, Papua New Guinea', 'earthquake\r'), +(22391, '2017-06-03 19:17:34', -62.5792, 155.834, 10, 5.9, 'mww', 'us20009kit', 'Balleny Islands region', 'earthquake\r'), +(22392, '2017-06-05 11:34:11', -4.072, -80.3583, 49, 5.6, 'mww', 'us20009kr6', '41km E of Papayal, Peru', 'earthquake\r'), +(22393, '2017-06-09 01:33:06', -16.8416, -177.7157, 10, 5.6, 'mww', 'us20009lfa', '285km S of Sigave, Wallis and Futuna', 'earthquake\r'), +(22394, '2017-06-10 05:42:15', -54.3039, -146.639, 10, 5.6, 'mww', 'us20009lpe', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22395, '2017-06-10 18:47:31', 14.3184, -93.0147, 10, 5.5, 'mww', 'us20009lsg', '77km SW of Puerto Madero, Mexico', 'earthquake\r'), +(22396, '2017-06-11 23:15:06', -8.3206, 106.259, 7, 5.7, 'mww', 'us20009lwc', '109km SSW of Cibungur, Indonesia', 'earthquake\r'), +(22397, '2017-06-12 02:43:27', -31.5003, -71.76, 27, 5.7, 'mww', 'us20009lwp', '58km WNW of Illapel, Chile', 'earthquake\r'), +(22398, '2017-06-12 12:28:39', 38.9296, 26.365, 12, 6.3, 'mww', 'us20009ly0', '5km S of Plomarion, Greece', 'earthquake\r'), +(22399, '2017-06-14 00:25:37', -18.3246, 168.728, 13.6, 5.8, 'mww', 'us20009m97', '78km SSE of Port-Vila, Vanuatu', 'earthquake\r'), +(22400, '2017-06-14 06:38:47', 14.1546, -93.2645, 10, 5.5, 'mww', 'us20009mbf', '110km SW of Puerto Madero, Mexico', 'earthquake\r'), +(22401, '2017-06-14 07:29:04', 14.9091, -92.0092, 93, 6.9, 'mww', 'us20009mbt', '2km SSW of San Pablo, Guatemala', 'earthquake\r'), +(22402, '2017-06-14 23:58:52', 15.3234, -97.1756, 14.03, 5.5, 'mww', 'us20009mji', '59km SSW of Puerto Escondido, Mexico', 'earthquake\r'), +(22403, '2017-06-15 00:26:18', -30.5156, -178.0563, 34, 6, 'mww', 'us20009mjp', '129km NE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22404, '2017-06-15 11:42:16', -55.428, -124.7575, 10, 5.8, 'mww', 'us20009msm', 'Southern East Pacific Rise', 'earthquake\r'), +(22405, '2017-06-16 19:37:25', -62.7405, -161.0921, 10, 5.7, 'mww', 'us20009n59', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22406, '2017-06-17 13:47:39', 11.3018, -86.6553, 40, 5.5, 'mww', 'us20009n9r', '55km SSW of Masachapa, Nicaragua', 'earthquake\r'), +(22407, '2017-06-17 22:26:02', -24.0927, 179.6041, 511, 6.1, 'mww', 'us20009nc2', 'South of the Fiji Islands', 'earthquake\r'), +(22408, '2017-06-19 09:15:45', -20.7488, -176.5421, 278, 5.9, 'mww', 'us20009nju', '144km WNW of Havelu, Tonga', 'earthquake\r'), +(22409, '2017-06-22 12:31:03', 13.7174, -90.9718, 38.12, 6.8, 'mww', 'us20009p1a', '28km SW of Puerto San Jose, Guatemala', 'earthquake\r'), +(22410, '2017-06-24 02:37:18', -19.45, 34.4882, 27, 5.6, 'mww', 'us20009pf9', '32km WNW of Dondo, Mozambique', 'earthquake\r'), +(22411, '2017-06-24 07:27:08', -41.2381, 80.6383, 10, 5.5, 'mww', 'us20009pgd', 'Mid-Indian Ridge', 'earthquake\r'), +(22412, '2017-06-24 16:09:14', -15.4141, -73.3855, 97, 5.7, 'mww', 'us20009ph9', '60km SE of Coracora, Peru', 'earthquake\r'), +(22413, '2017-06-25 03:01:59', -9.5404, 66.17, 10, 5.6, 'mww', 'us20009pjx', 'Mid-Indian Ridge', 'earthquake\r'), +(22414, '2017-06-25 17:42:24', -19.5519, -176.2265, 10, 6, 'mww', 'us20009pmr', '198km W of Pangai, Tonga', 'earthquake\r'), +(22415, '2017-06-27 00:14:37', -24.7909, -177.2158, 132, 5.5, 'mww', 'us20009psx', 'South of the Fiji Islands', 'earthquake\r'), +(22416, '2017-06-28 12:07:32', 43.798, 147.8746, 61, 5.5, 'mww', 'us20009q32', '92km E of Shikotan, Russia', 'earthquake\r'), +(22417, '2017-06-28 18:20:55', -30.3103, -177.6618, 19, 6, 'mww', 'us20009q4v', '117km S of Raoul Island, New Zealand', 'earthquake\r'), +(22418, '2017-06-29 07:03:11', -31.1253, 179.9257, 404.82, 6, 'mww', 'us1000954z', '116km WNW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22419, '2017-06-29 12:42:04', -4.574, 153.0341, 49, 5.5, 'mww', 'us1000959z', '11km S of Taron, Papua New Guinea', 'earthquake\r'), +(22420, '2017-06-30 01:34:58', 33.7413, -38.5445, 10, 5.9, 'mww', 'us100095ed', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(22421, '2017-06-30 22:29:45', -0.2849, -80.4927, 13, 6, 'mww', 'us100095nr', '35km NNW of Bahia de Caraquez, Ecuador', 'earthquake\r'), +(22422, '2017-07-02 09:58:51', -27.368, -176.4143, 16, 5.8, 'mww', 'us100095ut', '255km NE of Raoul Island, New Zealand', 'earthquake\r'), +(22423, '2017-07-02 12:40:08', -27.4381, -176.2176, 16, 5.5, 'mww', 'us100095v5', '261km NE of Raoul Island, New Zealand', 'earthquake\r'), +(22424, '2017-07-04 16:05:59', -35.5047, -73.3356, 13, 5.9, 'mww', 'us100096p0', '86km WSW of Constitucion, Chile', 'earthquake\r'), +(22425, '2017-07-06 06:30:17', 46.8811, -112.5753, 12.18, 5.8, 'mww', 'us10009757', '11km SE of Lincoln, Montana', 'earthquake\r'), +(22426, '2017-07-06 08:03:58', 11.1269, 124.6286, 9, 6.5, 'mww', 'us1000976a', '2km S of Lim-oo, Philippines', 'earthquake\r'), +(22427, '2017-07-07 03:42:52', -6.684, 147.7451, 36, 5.7, 'mww', 'us100097jz', '16km WSW of Finschhafen, Papua New Guinea', 'earthquake\r'), +(22428, '2017-07-08 07:27:38', -22.5532, 173.1002, 25.75, 5.7, 'mww', 'us10009846', '109km E of Ile Hunter, New Caledonia', 'earthquake\r'), +(22429, '2017-07-09 05:57:02', -56.0701, -27.5426, 60.89, 5.5, 'mww', 'us100098bt', '73km NNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22430, '2017-07-10 01:41:48', 10.9893, 124.784, 7.1, 5.8, 'mww', 'us100098gc', '5km NW of San Pedro, Philippines', 'earthquake\r'), +(22431, '2017-07-10 15:37:24', -36.1552, -100.6233, 10, 5.7, 'mww', 'us100098ju', 'Southeast of Easter Island', 'earthquake\r'), +(22432, '2017-07-11 07:00:01', -49.4837, 164.0157, 10, 6.6, 'mww', 'us100098qm', '204km NW of Auckland Island, New Zealand', 'earthquake\r'), +(22433, '2017-07-12 09:08:18', -35.3911, -73.265, 10, 5.6, 'mww', 'us1000991f', '77km W of Constitucion, Chile', 'earthquake\r'), +(22434, '2017-07-12 19:48:08', 40.8551, 131.6637, 545, 5.9, 'mww', 'us20009vsi', '179km ESE of Hoemul-li, North Korea', 'earthquake\r'), +(22435, '2017-07-13 03:36:09', -4.7787, 153.2109, 34, 6.4, 'mww', 'us20009vvi', '39km SSE of Taron, Papua New Guinea', 'earthquake\r'), +(22436, '2017-07-15 12:12:21', 0.4098, 121.9844, 113, 5.9, 'mww', 'us20009wjw', '42km WSW of Tilamuta, Indonesia', 'earthquake\r'), +(22437, '2017-07-16 17:06:43', -20.3797, -173.461, 15.5, 5.6, 'mww', 'us20009wsf', '112km SE of Pangai, Tonga', 'earthquake\r'), +(22438, '2017-07-17 01:20:32', -20.3736, -173.3744, 7, 5.7, 'mww', 'us20009wu6', '120km ESE of Pangai, Tonga', 'earthquake\r'), +(22439, '2017-07-17 11:05:09', 54.5802, 168.6484, 9, 6.3, 'mww', 'us20009wwj', '183km ESE of Nikol\'\'skoye, Russia', 'earthquake\r'), +(22440, '2017-07-17 23:34:14', 54.4434, 168.857, 10, 7.7, 'mww', 'us20009x42', '202km ESE of Nikol\'\'skoye, Russia', 'earthquake\r'), +(22441, '2017-07-18 02:05:20', -16.4161, -73.6357, 43.68, 6.4, 'mww', 'us20009x7r', '101km WNW of Camana, Peru', 'earthquake\r'), +(22442, '2017-07-18 13:04:08', -56.9706, -141.4099, 10, 5.7, 'mww', 'us20009y4v', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22443, '2017-07-19 12:16:24', -17.4154, 66.4836, 10, 6, 'mww', 'us20009xz4', 'Mauritius - Reunion region', 'earthquake\r'), +(22444, '2017-07-20 00:11:25', 37.417, 141.5859, 31, 5.8, 'mww', 'us20009yb7', '52km E of Namie, Japan', 'earthquake\r'), +(22445, '2017-07-20 22:31:11', 36.9293, 27.4139, 7, 6.6, 'mww', 'us20009ynd', '11km ENE of Kos, Greece', 'earthquake\r'), +(22446, '2017-07-21 08:59:07', -18.0537, 169.1726, 6.27, 5.5, 'mww', 'us20009yvq', '96km ESE of Port-Vila, Vanuatu', 'earthquake\r'), +(22447, '2017-07-23 07:55:56', 0.3096, 120.2036, 67, 5.5, 'mww', 'us20009zyk', '63km SW of Tinabogan, Indonesia', 'earthquake\r'), +(22448, '2017-07-23 15:35:41', 40.0387, 143.4878, 10, 5.6, 'mww', 'us2000a02t', '138km ENE of Miyako, Japan', 'earthquake\r'), +(22449, '2017-07-26 10:32:57', 26.8975, 130.1836, 12, 6, 'mww', 'us2000a18e', '176km SSE of Naze, Japan', 'earthquake\r'), +(22450, '2017-07-27 12:08:38', -3.5583, 126.0847, 15.58, 5.8, 'mww', 'us2000a1qs', '53km WNW of Leksula, Indonesia', 'earthquake\r'), +(22451, '2017-07-27 17:53:25', 13.396, -49.3259, 10, 6, 'mww', 'us2000a1uk', 'North Atlantic Ocean', 'earthquake\r'), +(22452, '2017-07-28 02:39:16', 54.3029, 169.3011, 10, 5.5, 'mww', 'us2000a21g', '235km ESE of Nikol\'\'skoye, Russia', 'earthquake\r'), +(22453, '2017-07-30 21:00:49', 46.1244, 151.0773, 86, 5.7, 'mww', 'us2000a2r4', '267km ENE of Kuril\'\'sk, Russia', 'earthquake\r'), +(22454, '2017-08-01 06:13:56', -28.545, -68.8943, 110, 5.6, 'mww', 'us2000a34a', '71km WNW of Vinchina, Argentina', 'earthquake\r'), +(22455, '2017-08-05 00:30:41', 6.1147, 125.415, 76, 5.8, 'mww', 'us2000a4zc', '6km NNE of Suyan, Philippines', 'earthquake\r'), +(22456, '2017-08-06 00:15:10', -10.2334, 161.4827, 70, 5.8, 'mww', 'us2000a59l', '53km WNW of Kirakira, Solomon Islands', 'earthquake\r'), +(22457, '2017-08-06 19:32:06', -47.2884, 99.8671, 10, 5.6, 'mww', 'us2000a5dp', 'Southeast Indian Ridge', 'earthquake\r'), +(22458, '2017-08-07 06:26:44', -5.4347, 151.5815, 31, 5.8, 'mww', 'us2000a5g1', '141km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(22459, '2017-08-07 12:02:51', -3.3805, 146.8642, 10, 5.5, 'mww', 'us2000a5hd', '156km SSW of Lorengau, Papua New Guinea', 'earthquake\r'), +(22460, '2017-08-07 12:12:12', -3.3488, 146.7884, 10, 5.7, 'mww', 'us2000a5hh', '156km SSW of Lorengau, Papua New Guinea', 'earthquake\r'), +(22461, '2017-08-08 13:19:50', 33.1926, 103.8552, 9, 6.5, 'mww', 'us2000a5x1', '36km WSW of Yongle, China', 'earthquake\r'), +(22462, '2017-08-08 23:27:53', 44.3023, 82.8317, 20, 6.3, 'mww', 'us2000a65e', '109km SSE of Dostyq, Kazakhstan', 'earthquake\r'), +(22463, '2017-08-09 05:40:39', 52.4023, -169.0496, 29, 5.5, 'mww', 'us2000a68x', '60km SSW of Nikolski, Alaska', 'earthquake\r'), +(22464, '2017-08-09 05:48:27', 52.4708, -169.1409, 29, 5.5, 'mww', 'us2000a690', '55km SSW of Nikolski, Alaska', 'earthquake\r'), +(22465, '2017-08-10 09:51:51', -25.0092, -13.6001, 10, 5.5, 'mww', 'us2000a6ul', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(22466, '2017-08-11 05:28:26', 14.0065, 120.7391, 172, 6.2, 'mww', 'us2000a77i', '1km SE of Tuy, Philippines', 'earthquake\r'), +(22467, '2017-08-11 21:45:09', -16.2986, -73.4744, 41, 5.6, 'mww', 'us2000a7gq', '89km WNW of Camana, Peru', 'earthquake\r'), +(22468, '2017-08-12 12:54:14', -30.2412, -72.1598, 9, 5.8, 'mww', 'us2000a7kk', '84km WSW of Coquimbo, Chile', 'earthquake\r'), +(22469, '2017-08-13 03:08:11', -3.7682, 101.6228, 31, 6.4, 'mww', 'us2000a7q2', '71km W of Bengkulu, Indonesia', 'earthquake\r'), +(22470, '2017-08-13 16:51:24', -10.7214, -74.5662, 32, 5.8, 'mww', 'us2000a7ta', '59km N of Satipo, Peru', 'earthquake\r'), +(22471, '2017-08-14 05:35:09', -54.9651, -129.7723, 10, 5.6, 'mww', 'us2000a7xx', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22472, '2017-08-15 06:01:45', -14.7973, -173.1163, 8, 5.7, 'mww', 'us2000a8bb', '137km SW of Gataivai, Samoa', 'earthquake\r'), +(22473, '2017-08-16 12:51:26', 28.6737, 127.9007, 198, 5.7, 'mww', 'us2000a8qf', '158km WNW of Naze, Japan', 'earthquake\r'), +(22474, '2017-08-18 02:59:26', -1.112, -13.6605, 35, 6.6, 'mww', 'us2000a98r', 'North of Ascension Island', 'earthquake\r'), +(22475, '2017-08-18 21:00:49', -6.2578, 128.0493, 13.7, 5.5, 'mww', 'us2000a9k7', '280km S of Amahusu, Indonesia', 'earthquake\r'), +(22476, '2017-08-19 02:00:53', -17.9609, -178.8406, 544, 6.4, 'mww', 'us2000a9n1', '254km SE of Lambasa, Fiji', 'earthquake\r'), +(22477, '2017-08-26 21:50:59', -47.2669, 160.03, 10, 5.5, 'mww', 'us2000ac49', 'North of Macquarie Island', 'earthquake\r'), +(22478, '2017-08-27 04:17:51', -1.4525, 148.08, 8, 6.3, 'mww', 'us2000ac7a', '109km NE of Lorengau, Papua New Guinea', 'earthquake\r'), +(22479, '2017-08-31 17:06:56', -1.159, 99.6881, 43.14, 6.3, 'mww', 'us2000adjh', '71km NE of Muara Siberut, Indonesia', 'earthquake\r'), +(22480, '2017-08-31 17:46:03', 58.4501, -153.6515, 62.9, 5.5, 'ml', 'ak16749110', '98km NW of Kodiak Station, Alaska', 'earthquake\r'), +(22481, '2017-09-01 11:07:37', 57.058, -34.0711, 10, 5.5, 'mww', 'us2000adtb', 'Reykjanes Ridge', 'earthquake\r'), +(22482, '2017-09-02 23:00:02', 14.0158, 146.5948, 11, 5.5, 'mww', 'us2000aek2', '148km SE of JP Tinian Town pre-WW2, Northern Mariana Islands', 'earthquake\r'), +(22483, '2017-09-03 03:30:02', 41.3324, 129.0297, 0, 6.3, 'mb', 'us2000aert', '21km ENE of Sungjibaegam, North Korea', 'nuclear explosion\r'), +(22484, '2017-09-04 08:07:35', -57.7387, -25.6131, 25, 6.1, 'mww', 'us2000afh9', '150km SE of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22485, '2017-09-05 02:50:01', -16.2437, 167.9781, 181.33, 5.5, 'mww', 'us2000aful', '61km ESE of Lakatoro, Vanuatu', 'earthquake\r'), +(22486, '2017-09-07 17:26:49', 27.7829, 139.8041, 451, 6.1, 'mww', 'us2000ahlq', '250km WNW of Chichi-shima, Japan', 'earthquake\r'), +(22487, '2017-09-08 04:49:19', 15.0222, -93.8993, 47.39, 8.2, 'mww', 'us2000ahv0', '101km SSW of Tres Picos, Mexico', 'earthquake\r'), +(22488, '2017-09-08 05:01:33', 15.1793, -94.2971, 36.25, 5.7, 'mb', 'us2000ahv7', '105km SSW of Paredon, Mexico', 'earthquake\r'), +(22489, '2017-09-09 04:54:52', 15.081, -94.0609, 29, 5.5, 'mww', 'us2000ailq', '103km SSW of Tres Picos, Mexico', 'earthquake\r'), +(22490, '2017-09-10 03:07:22', 15.3973, -94.5323, 29, 5.8, 'mww', 'us2000aj51', '93km S of San Francisco del Mar, Mexico', 'earthquake\r'), +(22491, '2017-09-10 08:44:25', 41.7813, 142.8932, 45, 5.5, 'mww', 'us2000aj8s', '75km SE of Shizunai, Japan', 'earthquake\r'), +(22492, '2017-09-10 21:40:21', 57.1322, -33.6523, 10, 5.7, 'mww', 'us2000ajpe', 'Reykjanes Ridge', 'earthquake\r'), +(22493, '2017-09-11 17:35:10', 23.9529, 142.3373, 35, 5.7, 'mww', 'us2000ak7u', '137km SE of Iwo Jima, Japan', 'earthquake\r'), +(22494, '2017-09-11 21:09:10', 14.9074, -94.0139, 27, 5.5, 'mww', 'us2000akcq', '118km SSW of Tres Picos, Mexico', 'earthquake\r'), +(22495, '2017-09-14 17:41:28', 18.6881, 145.7467, 166, 5.8, 'mww', 'us2000amk5', '12km SE of Agrihan, Northern Mariana Islands', 'earthquake\r'), +(22496, '2017-09-15 18:48:03', -55.4436, -28.3619, 9, 5.5, 'mww', 'us2000anjp', '157km NNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22497, '2017-09-16 14:18:56', 16.0895, -95.1384, 35, 5.6, 'mww', 'us2000ap3b', '10km SE of Salina Cruz, Mexico', 'earthquake\r'), +(22498, '2017-09-17 14:26:08', -6.3113, 148.8708, 18.92, 5.7, 'mww', 'us2000apif', '75km W of Kandrian, Papua New Guinea', 'earthquake\r'), +(22499, '2017-09-18 05:28:03', -18.5458, -12.6962, 10, 5.5, 'mww', 'us2000apru', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(22500, '2017-09-18 13:46:58', -31.8216, -72.1261, 17, 5.9, 'mww', 'us2000apwd', '93km WSW of Illapel, Chile', 'earthquake\r'), +(22501, '2017-09-18 14:19:13', 15.2577, -94.5666, 10, 5.6, 'mww', 'us2000apx5', '108km S of San Francisco del Mar, Mexico', 'earthquake\r'), +(22502, '2017-09-19 07:53:15', 15.105, -94.1434, 29.73, 5.5, 'mww', 'us2000aqji', '106km SSW of Paredon, Mexico', 'earthquake\r'), +(22503, '2017-09-19 18:14:38', 18.5499, -98.4887, 48, 7.1, 'mww', 'us2000ar20', '1km E of Ayutla, Mexico', 'earthquake\r'), +(22504, '2017-09-20 01:43:26', -50.7087, 162.6317, 8, 6.1, 'mww', 'us2000arel', '247km W of Auckland Island, New Zealand', 'earthquake\r'), +(22505, '2017-09-20 16:37:16', 37.9814, 144.6601, 11, 6.1, 'mww', 'us2000arxv', '280km ESE of Kamaishi, Japan', 'earthquake\r'), +(22506, '2017-09-20 20:09:50', -18.7854, 169.0946, 197, 6.4, 'mww', 'us2000as2f', '86km NNW of Isangel, Vanuatu', 'earthquake\r'), +(22507, '2017-09-20 22:13:36', -5.0845, 147.827, 10, 5.9, 'mww', 'us2000as5x', '167km N of Finschhafen, Papua New Guinea', 'earthquake\r'), +(22508, '2017-09-20 23:59:25', -6.1113, 113.024, 588, 5.7, 'mww', 'us2000as7r', '102km NNE of Kemeduran, Indonesia', 'earthquake\r'), +(22509, '2017-09-22 05:33:44', 23.5482, -108.831, 10, 5.6, 'mww', 'us2000at0m', '103km ENE of San Jose del Cabo, Mexico', 'earthquake\r'), +(22510, '2017-09-22 19:50:15', 40.4105, -126.8326, 12.68, 5.7, 'mww', 'us2000atbf', '218km W of Ferndale, California', 'earthquake\r'), +(22511, '2017-09-23 10:38:05', 15.4897, -94.4287, 53.84, 5.8, 'mww', 'us2000atis', '85km SW of Paredon, Mexico', 'earthquake\r'), +(22512, '2017-09-23 12:53:01', 16.6258, -95.0778, 10, 6.1, 'mww', 'us2000atjv', '5km NNE of San Jeronimo Ixtepec, Mexico', 'earthquake\r'), +(22513, '2017-09-23 20:47:07', 7.5618, 124.7428, 8.18, 5.7, 'mww', 'us2000atpb', '6km ESE of Matinao, Philippines', 'earthquake\r'), +(22514, '2017-09-24 10:06:11', 15.3135, -94.1702, 47.44, 5.8, 'mww', 'us2000atwe', '86km SSW of Paredon, Mexico', 'earthquake\r'), +(22515, '2017-09-25 20:29:24', -6.2318, 152.7215, 10, 5.9, 'mww', 'us2000aulg', '198km S of Taron, Papua New Guinea', 'earthquake\r'), +(22516, '2017-09-26 04:20:00', -23.5815, -176.8371, 96, 6.4, 'mww', 'us2000autd', 'South of the Fiji Islands', 'earthquake\r'), +(22517, '2017-09-26 20:22:12', 40.335, 142.3424, 37, 5.8, 'mww', 'us2000av31', '73km ESE of Hachinohe, Japan', 'earthquake\r'), +(22518, '2017-09-28 11:29:46', 28.7941, 140.5324, 10, 5.5, 'mww', 'us2000avvw', '251km NW of Chichi-shima, Japan', 'earthquake\r'), +(22519, '2017-09-30 23:15:29', 3.9397, 128.4983, 10, 5.6, 'mww', 'us2000axas', '250km NNE of Tobelo, Indonesia', 'earthquake\r'), +(22520, '2017-10-03 20:39:05', 13.4587, -49.3322, 10, 5.7, 'mww', 'us2000b0nr', 'North Atlantic Ocean', 'earthquake\r'), +(22521, '2017-10-05 08:11:37', -22.3793, -68.5172, 110.18, 5.5, 'mww', 'us2000b1c3', '43km ENE of Calama, Chile', 'earthquake\r'), +(22522, '2017-10-06 02:03:48', 0.9559, -25.5089, 10, 5.5, 'mww', 'us2000b1t0', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22523, '2017-10-06 07:59:33', 37.5033, 144.0201, 9, 6.2, 'mww', 'us2000b1v8', '259km ESE of Ishinomaki, Japan', 'earthquake\r'), +(22524, '2017-10-06 14:56:41', 37.0959, 141.0771, 44, 5.6, 'mww', 'us2000b20f', '17km ENE of Iwaki, Japan', 'earthquake\r'), +(22525, '2017-10-06 17:41:23', -35.3103, -15.5522, 10, 5.6, 'mww', 'us2000b25h', 'Tristan da Cunha region', 'earthquake\r'), +(22526, '2017-10-08 14:04:39', -18.9903, -175.5659, 10, 6.1, 'mww', 'us2000b2sv', '156km NW of Pangai, Tonga', 'earthquake\r'), +(22527, '2017-10-08 20:48:58', -61.7467, 154.5985, 10, 6.2, 'mww', 'us2000b2v1', 'Balleny Islands region', 'earthquake\r'), +(22528, '2017-10-08 22:34:33', 52.3909, 176.7691, 119, 6.5, 'mww', 'us2000b2vq', '57km E of Buldir Island, Alaska', 'earthquake\r'), +(22529, '2017-10-10 06:32:21', -18.5715, -69.7526, 85, 6.3, 'mww', 'us2000b3dm', '46km SSW of Putre, Chile', 'earthquake\r'), +(22530, '2017-10-10 18:53:28', -54.2632, 8.6086, 9, 6.7, 'mww', 'us1000apql', 'Bouvet Island region', 'earthquake\r'), +(22531, '2017-10-11 00:08:26', -54.2586, 8.3362, 10, 5.6, 'mww', 'us1000apzz', 'Bouvet Island region', 'earthquake\r'), +(22532, '2017-10-12 18:59:09', -30.9939, -65.6186, 165.65, 5.5, 'mww', 'us1000aqwn', '45km SSW of Serrezuela, Argentina', 'earthquake\r'), +(22533, '2017-10-14 00:20:58', 16.2276, -94.8656, 56, 5.5, 'mww', 'us1000arzf', '14km ENE of San Mateo del Mar, Mexico', 'earthquake\r'), +(22534, '2017-10-16 18:09:26', -23.8502, -175.8718, 14, 5.5, 'mww', 'us1000aswu', '294km SSW of `Ohonua, Tonga', 'earthquake\r'), +(22535, '2017-10-16 18:36:44', -23.7327, -175.6834, 10, 5.5, 'mww', 'us1000asxk', '276km SSW of `Ohonua, Tonga', 'earthquake\r'), +(22536, '2017-10-18 12:00:59', -20.5914, -173.8022, 10, 6.1, 'mww', 'us1000atnb', '104km SSE of Pangai, Tonga', 'earthquake\r'), +(22537, '2017-10-18 13:40:56', -0.2383, 122.9492, 92.61, 5.6, 'mb', 'us1000atq3', '74km SSW of Bilungala, Indonesia', 'earthquake\r'), +(22538, '2017-10-18 16:44:35', -5.562, 147.1812, 193, 5.6, 'mww', 'us1000atrw', '130km N of Lae, Papua New Guinea', 'earthquake\r'), +(22539, '2017-10-19 09:02:02', 28.3183, 131.2108, 14, 5.9, 'mww', 'us1000au13', '169km E of Naze, Japan', 'earthquake\r'), +(22540, '2017-10-23 08:32:33', -52.3439, 16.7811, 10, 5.8, 'mww', 'us1000avue', 'Southwest of Africa', 'earthquake\r'), +(22541, '2017-10-24 10:47:48', -7.2168, 123.0735, 553.81, 6.7, 'mww', 'us1000aw8q', '144km NNE of Palue, Indonesia', 'earthquake\r'), +(22542, '2017-10-25 11:58:15', -4.8552, 131.0906, 41.82, 5.5, 'mww', 'us1000awna', '204km WNW of Tual, Indonesia', 'earthquake\r'), +(22543, '2017-10-28 16:13:54', 86.8752, 54.1515, 10, 5.8, 'mww', 'us1000ay28', 'North of Franz Josef Land', 'earthquake\r'), +(22544, '2017-10-28 16:16:07', 86.8972, 53.2109, 10, 5.8, 'mww', 'us1000ay29', 'North of Franz Josef Land', 'earthquake\r'), +(22545, '2017-10-28 19:11:03', 86.9229, 55.2002, 10, 5.9, 'mww', 'us1000ay3r', 'North of Franz Josef Land', 'earthquake\r'), +(22546, '2017-10-30 22:37:19', -8.6014, 118.9841, 110.17, 5.5, 'mb', 'us1000aysa', '0km SE of Balai, Indonesia', 'earthquake\r'), +(22547, '2017-10-31 00:42:09', -21.6971, 169.1485, 24, 6.7, 'mww', 'us1000aytk', '131km E of Tadine, New Caledonia', 'earthquake\r'), +(22548, '2017-10-31 02:20:46', -21.4258, 168.9245, 10, 5.9, 'mww', 'us1000ayv5', '108km E of Tadine, New Caledonia', 'earthquake\r'), +(22549, '2017-10-31 04:58:54', -15.4963, -173.267, 10, 5.7, 'mww', 'us1000aywi', '72km NE of Hihifo, Tonga', 'earthquake\r'), +(22550, '2017-10-31 11:31:39', -3.8261, 127.7209, 4, 5.8, 'mww', 'us1000ayz3', '48km SW of Hila, Indonesia', 'earthquake\r'), +(22551, '2017-10-31 11:34:39', -3.7687, 127.6675, 8.14, 5.6, 'mww', 'us1000ayz4', '50km WSW of Hila, Indonesia', 'earthquake\r'), +(22552, '2017-10-31 11:50:48', -3.7449, 127.7517, 6, 6.1, 'mww', 'us1000ayz8', '41km WSW of Hila, Indonesia', 'earthquake\r'), +(22553, '2017-10-31 12:37:48', -3.8194, 127.769, 15.77, 5.7, 'mww', 'us1000az05', '43km SW of Hila, Indonesia', 'earthquake\r'), +(22554, '2017-11-01 00:09:30', -21.7278, 168.9342, 11, 6.1, 'mww', 'us1000azi3', '110km E of Tadine, New Caledonia', 'earthquake\r'), +(22555, '2017-11-01 02:23:58', -21.6484, 168.8585, 22, 6.6, 'mww', 'us1000azjt', '101km E of Tadine, New Caledonia', 'earthquake\r'), +(22556, '2017-11-01 05:09:00', -21.8066, 168.9818, 10, 5.9, 'mww', 'us1000azme', '117km ESE of Tadine, New Caledonia', 'earthquake\r'), +(22557, '2017-11-01 09:33:46', -21.7389, 168.8304, 10, 5.5, 'mww', 'us1000azrh', '100km ESE of Tadine, New Caledonia', 'earthquake\r'), +(22558, '2017-11-02 03:27:26', -21.8262, 168.8509, 7.9, 5.6, 'mww', 'us2000bfdc', '104km ESE of Tadine, New Caledonia', 'earthquake\r'), +(22559, '2017-11-03 11:52:09', 18.6597, -106.5643, 10, 5.7, 'mww', 'us2000bhp8', '197km SW of Tomatlan, Mexico', 'earthquake\r'), +(22560, '2017-11-04 09:00:19', -15.3197, -173.1682, 10, 6.8, 'mww', 'us2000bibm', '93km NE of Hihifo, Tonga', 'earthquake\r'), +(22561, '2017-11-04 14:08:55', -21.2361, 168.9614, 10, 5.7, 'mww', 'us2000bie2', '117km ENE of Tadine, New Caledonia', 'earthquake\r'), +(22562, '2017-11-04 15:24:32', -15.1585, -173.3848, 10, 5.6, 'mww', 'us2000bife', '95km NNE of Hihifo, Tonga', 'earthquake\r'), +(22563, '2017-11-05 01:35:29', -18.6496, -177.7449, 482.88, 5.5, 'mww', 'us2000biq7', '243km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22564, '2017-11-05 15:00:24', 11.6719, -61.1784, 47.22, 5.5, 'mww', 'us2000bivm', '66km SE of Saint David\'\'s, Grenada', 'earthquake\r'), +(22565, '2017-11-07 04:27:44', -21.6767, 168.6555, 10, 5.5, 'mww', 'us2000bjp9', '81km E of Tadine, New Caledonia', 'earthquake\r'), +(22566, '2017-11-07 09:01:40', -17.6808, -178.5471, 548, 5.7, 'mww', 'us2000bjrq', '260km ESE of Lambasa, Fiji', 'earthquake\r'), +(22567, '2017-11-07 21:26:38', -4.2433, 143.4846, 110.57, 6.5, 'mww', 'us2000bk15', '67km WSW of Angoram, Papua New Guinea', 'earthquake\r'), +(22568, '2017-11-08 07:35:12', -21.8761, -179.3823, 593.71, 5.7, 'mww', 'us2000bk9d', '153km SSW of Ndoi Island, Fiji', 'earthquake\r'), +(22569, '2017-11-09 07:42:11', 32.5208, 141.438, 12, 6, 'mww', 'us2000bkrv', '165km ESE of Hachijo-jima, Japan', 'earthquake\r'), +(22570, '2017-11-10 12:01:34', -41.4667, -84.1899, 10, 5.8, 'mww', 'us2000bldw', 'West Chile Rise', 'earthquake\r'), +(22571, '2017-11-11 00:36:15', -11.7424, -14.1142, 10, 6.1, 'mww', 'us2000blul', 'Ascension Island region', 'earthquake\r'), +(22572, '2017-11-12 18:18:17', 34.9109, 45.9592, 19, 7.3, 'mww', 'us2000bmcg', '29km S of Halabjah, Iraq', 'earthquake\r'), +(22573, '2017-11-12 22:24:07', 37.9353, 144.9308, 10.2, 5.9, 'mww', 'us2000bmfd', 'Off the east coast of Honshu, Japan', 'earthquake\r'), +(22574, '2017-11-13 02:28:24', 9.5147, -84.4865, 19.36, 6.5, 'mww', 'us2000bmhe', '18km W of Parrita, Costa Rica', 'earthquake\r'), +(22575, '2017-11-14 10:50:06', -18.1454, -178.0058, 596.92, 5.5, 'mww', 'us2000bn70', '286km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22576, '2017-11-14 18:44:00', -18.6299, -171.5225, 10, 5.5, 'mww', 'us2000bnem', '175km WNW of Alofi, Niue', 'earthquake\r'), +(22577, '2017-11-15 00:24:33', 13.0996, 143.7117, 123, 5.8, 'mww', 'us2000bnmq', '105km W of Merizo Village, Guam', 'earthquake\r'), +(22578, '2017-11-15 02:02:25', -59.0311, -17.1009, 10, 5.6, 'mww', 'us2000bnnl', 'East of the South Sandwich Islands', 'earthquake\r'), +(22579, '2017-11-15 05:29:33', 36.0735, 129.28, 10, 5.5, 'mww', 'us2000bnrs', '7km WSW of Heung-hai, South Korea', 'earthquake\r'), +(22580, '2017-11-16 07:02:38', -21.5423, 168.5096, 10, 5.9, 'mww', 'us2000bphs', '64km E of Tadine, New Caledonia', 'earthquake\r'), +(22581, '2017-11-16 09:43:34', 32.2203, 140.5499, 59, 5.8, 'mww', 'us2000bpkq', '118km SE of Hachijo-jima, Japan', 'earthquake\r'), +(22582, '2017-11-17 22:34:19', 29.8333, 94.9838, 8, 6.4, 'mww', 'us2000bqsn', '64km ENE of Nyingchi, China', 'earthquake\r'), +(22583, '2017-11-18 04:23:47', -2.9657, -79.707, 35, 5.5, 'mww', 'us2000bqvz', '13km ESE of Balao, Ecuador', 'earthquake\r'), +(22584, '2017-11-18 16:07:00', 2.4648, 128.1481, 8, 5.8, 'mww', 'us2000br1i', '82km N of Tobelo, Indonesia', 'earthquake\r'), +(22585, '2017-11-19 09:25:49', -21.6377, 168.6729, 14, 6.3, 'mww', 'us2000brbk', '82km E of Tadine, New Caledonia', 'earthquake\r'), +(22586, '2017-11-19 15:09:03', -21.5027, 168.5984, 13, 6.6, 'mww', 'us2000brgk', '74km E of Tadine, New Caledonia', 'earthquake\r'), +(22587, '2017-11-19 16:08:06', -21.2029, 168.5843, 5.94, 5.9, 'mww', 'us2000brh4', '82km ENE of Tadine, New Caledonia', 'earthquake\r'), +(22588, '2017-11-19 22:43:29', -21.3246, 168.6715, 10, 7, 'mww', 'us2000brlf', '85km ENE of Tadine, New Caledonia', 'earthquake\r'), +(22589, '2017-11-20 00:09:24', -21.4848, 168.8088, 10, 6, 'mww', 'us2000brnd', '96km E of Tadine, New Caledonia', 'earthquake\r'), +(22590, '2017-11-20 18:51:08', -14.7243, -175.0485, 9, 6, 'mww', 'us2000brz0', '194km NW of Hihifo, Tonga', 'earthquake\r'), +(22591, '2017-11-21 01:04:36', -51.9757, 139.6977, 10, 5.5, 'mww', 'us2000bs5i', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(22592, '2017-11-22 07:42:59', -36.5756, 177.5099, 15.91, 5.5, 'mww', 'us2000bsrh', '156km ENE of Tairua, New Zealand', 'earthquake\r'), +(22593, '2017-11-23 18:02:36', 27.1381, 130.3582, 11, 5.5, 'mww', 'us2000btkn', '161km SSE of Naze, Japan', 'earthquake\r'), +(22594, '2017-11-25 17:30:02', -20.6293, 172.5477, 10.35, 5.8, 'mww', 'us2000bubz', '202km NNE of Ile Hunter, New Caledonia', 'earthquake\r'), +(22595, '2017-11-27 07:11:12', -4.5746, 153.2269, 54, 6, 'mww', 'us2000burc', '24km ESE of Taron, Papua New Guinea', 'earthquake\r'), +(22596, '2017-11-28 13:15:45', 72.5993, 3.2746, 10, 5.5, 'mww', 'us2000bvcw', 'Norwegian Sea', 'earthquake\r'), +(22597, '2017-11-29 03:36:15', -25.6432, -13.8643, 10, 5.5, 'mww', 'us2000bvry', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(22598, '2017-11-29 06:29:07', -14.4095, -76.1594, 16.87, 5.7, 'mww', 'us2000bvsl', '53km WSW of Santiago, Peru', 'earthquake\r'), +(22599, '2017-11-29 22:32:23', 45.2018, 146.3012, 9.61, 5.5, 'mww', 'us1000bj3n', '124km W of Kuril\'\'sk, Russia', 'earthquake\r'), +(22600, '2017-11-29 23:53:50', -6.7362, 129.7816, 157, 5.5, 'mww', 'us1000bj4z', '216km NW of Saumlaki, Indonesia', 'earthquake\r'), +(22601, '2017-11-30 05:50:21', -4.3873, 143.8029, 116, 5.5, 'mww', 'us1000bj76', '46km SW of Angoram, Papua New Guinea', 'earthquake\r'), +(22602, '2017-11-30 06:32:51', -1.0802, -23.4323, 10, 6.5, 'mww', 'us1000bj7t', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22603, '2017-12-01 02:32:46', 30.7464, 57.307, 9, 6.1, 'mww', 'us1000bjnz', '55km NNE of Kerman, Iran', 'earthquake\r'), +(22604, '2017-12-01 02:49:58', -6.1346, 147.6564, 34, 6, 'mww', 'us1000bjph', '56km NNW of Finschhafen, Papua New Guinea', 'earthquake\r'), +(22605, '2017-12-01 05:20:28', -48.7787, 106.8254, 10, 5.5, 'mww', 'us1000bjr7', 'Southeast Indian Ridge', 'earthquake\r'), +(22606, '2017-12-03 11:19:05', -0.47, -80.3101, 17, 6.1, 'mww', 'us1000bkjh', '18km NE of Bahia de Caraquez, Ecuador', 'earthquake\r'), +(22607, '2017-12-04 00:08:09', -32.7469, -178.771, 38, 5.8, 'mww', 'us1000bkpn', '146km S of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22608, '2017-12-04 01:35:02', -13.9285, 170.3981, 10, 5.5, 'mww', 'us1000bkqv', 'Vanuatu region', 'earthquake\r'), +(22609, '2017-12-06 16:06:57', -0.6299, 123.6681, 28, 5.5, 'mww', 'us1000bms0', '104km ENE of Luwuk, Indonesia', 'earthquake\r'), +(22610, '2017-12-08 00:22:54', 10.1164, 140.2197, 12.79, 6.4, 'mww', 'us2000c1wt', '50km NW of Fais, Micronesia', 'earthquake\r'), +(22611, '2017-12-08 02:09:57', -30.5548, -178.4924, 12, 5.9, 'mww', 'us2000c1xc', '104km NNE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22612, '2017-12-08 09:51:08', 10.0116, 140.1871, 8, 6.3, 'mww', 'us2000c1zn', '45km NW of Fais, Micronesia', 'earthquake\r'), +(22613, '2017-12-08 23:42:14', -16.1147, -173.9172, 155, 5.7, 'mww', 'us2000c286', '25km SW of Hihifo, Tonga', 'earthquake\r'), +(22614, '2017-12-09 15:14:25', 10.0928, 140.2016, 10, 6.1, 'mww', 'us2000c2du', '50km NW of Fais, Micronesia', 'earthquake\r'), +(22615, '2017-12-11 10:50:01', -20.8328, -173.7212, 7, 5.7, 'mww', 'us2000c2te', '131km SSE of Pangai, Tonga', 'earthquake\r'), +(22616, '2017-12-11 17:29:10', -14.3337, 167.4429, 186, 5.6, 'mww', 'us2000c2vg', '51km SSW of Sola, Vanuatu', 'earthquake\r'), +(22617, '2017-12-11 19:00:57', -19.7083, -71.0591, 12, 5.5, 'mww', 'us2000c2xt', '111km WNW of Iquique, Chile', 'earthquake\r'), +(22618, '2017-12-12 08:43:18', 30.7372, 57.2795, 12, 6, 'mww', 'us2000c3ag', '53km NNE of Kerman, Iran', 'earthquake\r'), +(22619, '2017-12-12 21:41:31', 30.8275, 57.2982, 8, 6, 'mww', 'us2000c3mi', '63km NNE of Kerman, Iran', 'earthquake\r'), +(22620, '2017-12-13 18:03:44', -54.2189, 2.1628, 17, 6.5, 'mww', 'us2000c3y6', '80km WNW of Bouvet Island, Bouvet Island', 'earthquake\r'), +(22621, '2017-12-14 20:36:38', -21.2198, 169.5292, 23, 5.5, 'mww', 'us2000c4ki', '174km ENE of Tadine, New Caledonia', 'earthquake\r'), +(22622, '2017-12-15 16:47:58', -7.4921, 108.1743, 90, 6.5, 'mww', 'us2000c4v8', '1km E of Kampungbaru, Indonesia', 'earthquake\r'), +(22623, '2017-12-16 11:22:24', -17.3357, -177.5368, 391.9, 5.5, 'mww', 'us2000c57n', 'Fiji region', 'earthquake\r'), +(22624, '2017-12-16 22:40:50', -59.6236, -151.1228, 10, 5.5, 'mww', 'us2000c5bf', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22625, '2017-12-19 05:35:30', -21.8597, -114.3194, 10, 5.5, 'mww', 'us1000bsxu', 'Southern East Pacific Rise', 'earthquake\r'), +(22626, '2017-12-20 13:40:55', 30.6154, 132.0779, 10, 5.5, 'mww', 'us1000btna', '104km E of Nishinoomote, Japan', 'earthquake\r'), +(22627, '2017-12-21 03:00:19', 29.2899, 142.6475, 10, 5.8, 'mww', 'us1000bu46', '248km N of Chichi-shima, Japan', 'earthquake\r'), +(22628, '2017-12-22 14:44:18', 53.8592, 160.6039, 47.29, 5.5, 'mww', 'us1000bv11', '158km NE of Petropavlovsk-Kamchatskiy, Russia', 'earthquake\r'), +(22629, '2017-12-24 17:33:41', -15.3635, -172.9319, 38.11, 5.5, 'mww', 'us1000bvpy', '109km NE of Hihifo, Tonga', 'earthquake\r'), +(22630, '2017-12-25 12:02:30', -27.8848, 74.0048, 10, 5.5, 'mww', 'us1000bvyv', 'Mid-Indian Ridge', 'earthquake\r'), +(22631, '2017-12-28 17:20:19', 4.0803, 126.7919, 23.79, 5.7, 'mww', 'us1000bx7a', '207km SE of Sarangani, Philippines', 'earthquake\r'), +(22632, '2017-12-28 21:40:54', -56.5571, -142.1743, 10, 5.5, 'mww', 'us1000bz20', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22633, '2017-12-29 21:20:53', -53.0916, -117.4105, 10, 5.7, 'mww', 'us1000bxw9', 'Southern East Pacific Rise', 'earthquake\r'), +(22634, '2017-12-29 23:55:55', -5.4289, 150.844, 95.07, 5.7, 'mww', 'us1000bxyn', '78km E of Kimbe, Papua New Guinea', 'earthquake\r'), +(22635, '2018-01-02 14:57:19', -24.8235, 178.45, 579.49, 5.9, 'mww', 'us1000bz0y', 'South of the Fiji Islands', 'earthquake\r'), +(22636, '2018-01-03 21:30:22', 29.6374, 140.5205, 9.46, 5.5, 'mww', 'us1000bzhb', 'Izu Islands, Japan region', 'earthquake\r'), +(22637, '2018-01-07 06:47:16', 24.7382, 94.9055, 33, 5.6, 'mww', 'us1000c1my', '85km E of Yairipok, India', 'earthquake\r'), +(22638, '2018-01-09 00:05:54', 1.6755, -90.8224, 10, 5.8, 'mww', 'us1000c2ax', '272km N of Puerto Ayora, Ecuador', 'earthquake\r'), +(22639, '2018-01-10 02:51:33', 17.4825, -83.52, 19, 7.5, 'mww', 'us1000c2zy', '44km E of Great Swan Island, Honduras', 'earthquake\r'), +(22640, '2018-01-11 06:59:30', 33.7131, 45.7239, 10, 5.5, 'mww', 'us2000ci3s', '16km ESE of Mandali, Iraq', 'earthquake\r'), +(22641, '2018-01-11 17:53:34', -23.9514, 179.9604, 519.64, 5.5, 'mww', 'us2000ciek', 'South of the Fiji Islands', 'earthquake\r'), +(22642, '2018-01-11 18:26:24', 18.3719, 96.0717, 9, 6, 'mww', 'us2000cifa', '40km WSW of Pyu, Burma', 'earthquake\r'), +(22643, '2018-01-13 11:24:35', -11.1579, 163.0324, 11, 5.8, 'mww', 'us2000cj9r', '144km ESE of Kirakira, Solomon Islands', 'earthquake\r'), +(22644, '2018-01-14 09:18:46', -15.7675, -74.7092, 39, 7.1, 'mww', 'us2000cjfy', '38km SSW of Acari, Peru', 'earthquake\r'), +(22645, '2018-01-14 21:54:36', -4.77, 144.869, 55.92, 5.5, 'mww', 'us2000cjkg', '111km WNW of Madang, Papua New Guinea', 'earthquake\r'), +(22646, '2018-01-16 15:03:53', 10.9283, -86.3469, 22, 5.8, 'mww', 'us2000cjyj', '63km SW of San Juan del Sur, Nicaragua', 'earthquake\r'), +(22647, '2018-01-16 19:57:18', -19.4497, -179.2959, 666.76, 5.9, 'mww', 'us2000ck3t', '146km NNW of Ndoi Island, Fiji', 'earthquake\r'), +(22648, '2018-01-17 22:56:59', -30.0251, -177.743, 41.51, 5.8, 'mww', 'us2000ckj1', '85km S of Raoul Island, New Zealand', 'earthquake\r'), +(22649, '2018-01-18 12:08:54', 52.5167, 153.0124, 466.2, 5.8, 'mww', 'us2000ckqy', '265km WNW of Ozernovskiy, Russia', 'earthquake\r'), +(22650, '2018-01-18 17:48:41', -6.3958, 132.8126, 33, 5.6, 'mww', 'usd0008ke6', '80km S of Tual, Indonesia', 'earthquake\r'), +(22651, '2018-01-19 16:17:45', 26.6862, -111.0785, 10, 6.3, 'mww', 'us2000cl83', '78km NNE of Loreto, Mexico', 'earthquake\r'), +(22652, '2018-01-21 01:06:43', -18.8806, -69.4445, 116, 6.3, 'mww', 'us2000cm0f', '76km S of Putre, Chile', 'earthquake\r'), +(22653, '2018-01-23 06:34:55', -7.0924, 105.9632, 48.19, 5.9, 'mww', 'us2000cmwz', '29km SW of Panyaungan Timur, Indonesia', 'earthquake\r'), +(22654, '2018-01-23 09:31:41', 56.0039, -149.1658, 14.06, 7.9, 'mww', 'us2000cmy3', '280km SE of Kodiak, Alaska', 'earthquake\r'), +(22655, '2018-01-23 11:47:01', 56.4812, -149.1477, 32.65, 5.5, 'mb', 'us2000cn1j', '245km SE of Kodiak, Alaska', 'earthquake\r'), +(22656, '2018-01-23 23:09:10', -5.7774, -12.5434, 10, 5.6, 'mb', 'us2000cngh', 'Ascension Island region', 'earthquake\r'), +(22657, '2018-01-24 00:04:49', 56.546, -148.5352, 10, 5.5, 'mww', 'us2000cnh7', '272km ESE of Kodiak, Alaska', 'earthquake\r'), +(22658, '2018-01-24 10:51:19', 41.1034, 142.4323, 31, 6.3, 'mww', 'us2000cnnl', '101km ENE of Misawa, Japan', 'earthquake\r'), +(22659, '2018-01-25 01:15:58', 8.2527, 91.7665, 10, 5.8, 'mww', 'us2000cp4g', '173km W of Mohean, India', 'earthquake\r'), +(22660, '2018-01-25 02:10:35', 55.5423, 166.4497, 11.15, 6.2, 'mww', 'us2000cp4y', '48km NE of Nikol\'\'skoye, Russia', 'earthquake\r'), +(22661, '2018-01-25 10:41:15', -17.7869, -179.6108, 639.56, 5.8, 'mww', 'us2000cp7l', '185km SE of Lambasa, Fiji', 'earthquake\r'), +(22662, '2018-01-25 16:39:44', 40.4556, -126.3332, 8.88, 5.8, 'mww', 'us2000cpba', '175km W of Ferndale, California', 'earthquake\r'), +(22663, '2018-01-26 22:47:58', -3.5138, 145.8477, 10, 6.3, 'mww', 'us2000cq5t', '189km N of Madang, Papua New Guinea', 'earthquake\r'), +(22664, '2018-01-27 21:45:12', 7.2827, -79.6764, 9.8, 5.7, 'mww', 'us2000cqgn', '48km SE of Pedasi, Panama', 'earthquake\r'), +(22665, '2018-01-28 07:29:26', -3.7505, 148.71, 10, 5.5, 'mww', 'us2000cqzc', '249km SE of Lorengau, Papua New Guinea', 'earthquake\r'), +(22666, '2018-01-28 16:03:04', -53.0623, 9.6842, 10, 6.6, 'mww', 'us2000cqnn', 'Southwest of Africa', 'earthquake\r'), +(22667, '2018-01-28 22:46:16', 43.5517, -127.4685, 10, 5.5, 'mww', 'us2000cqrl', '252km WNW of Bandon, Oregon', 'earthquake\r'), +(22668, '2018-01-30 14:23:53', -15.8497, -74.6096, 34, 5.5, 'mww', 'us2000cr9m', '46km S of Acari, Peru', 'earthquake\r'), +(22669, '2018-01-31 07:07:00', 36.5261, 70.8507, 193.73, 6.2, 'mww', 'us2000crmu', '37km S of Jarm, Afghanistan', 'earthquake\r'), +(22670, '2018-01-31 11:49:38', -6.9051, 147.2141, 67.8, 5.6, 'mww', 'us2000crq6', '32km SE of Lae, Papua New Guinea', 'earthquake\r'), +(22671, '2018-01-31 16:37:06', 7.2401, -79.6427, 7, 5.6, 'mww', 'us2000crtj', '53km SE of Pedasi, Panama', 'earthquake\r'), +(22672, '2018-01-31 19:15:51', -10.7953, 164.3277, 8, 5.5, 'mww', 'us1000cdbe', '164km W of Lata, Solomon Islands', 'earthquake\r'), +(22673, '2018-02-01 04:18:31', -56.8969, -140.8435, 10, 5.6, 'mww', 'us1000cdjw', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22674, '2018-02-01 11:05:51', -16.5186, -177.4612, 10, 6, 'mww', 'us1000cdn0', '256km SSE of Sigave, Wallis and Futuna', 'earthquake\r'), +(22675, '2018-02-02 00:20:42', -0.2471, 125.1824, 38, 5.5, 'mww', 'us1000ce2h', '138km SE of Modayag, Indonesia', 'earthquake\r'), +(22676, '2018-02-02 11:37:53', -65.7721, -175.5695, 10, 5.8, 'mww', 'us1000ce9r', '270km NE of Scott Island Bank, Antarctica', 'earthquake\r'), +(22677, '2018-02-02 12:55:06', -65.8853, -175.5723, 10, 5.6, 'mww', 'us1000ceb4', '261km NE of Scott Island Bank, Antarctica', 'earthquake\r'), +(22678, '2018-02-04 13:24:33', 82.9855, -6.4562, 10, 5.5, 'mww', 'us1000cfmz', '219km NE of Nord, Greenland', 'earthquake\r'), +(22679, '2018-02-04 13:56:42', 24.1572, 121.7078, 12, 6.1, 'mww', 'us1000cfn6', '22km NNE of Hualian, Taiwan', 'earthquake\r'), +(22680, '2018-02-04 14:13:12', 24.1256, 121.7641, 9.14, 5.5, 'mww', 'us1000cfnf', '23km NE of Hualian, Taiwan', 'earthquake\r'), +(22681, '2018-02-06 15:50:43', 24.1338, 121.6586, 17, 6.4, 'mww', 'us1000chhc', '18km NNE of Hualian, Taiwan', 'earthquake\r'), +(22682, '2018-02-06 18:37:59', -18.9595, 169.4739, 243.29, 5.6, 'mww', 'us1000chl5', '68km NNE of Isangel, Vanuatu', 'earthquake\r'), +(22683, '2018-02-07 15:21:32', 24.0739, 121.7386, 15, 5.7, 'mww', 'us1000ci9y', '17km NE of Hualian, Taiwan', 'earthquake\r'), +(22684, '2018-02-08 02:29:17', 79.7637, 2.9411, 10, 5.7, 'mww', 'us2000cymg', 'Greenland Sea', 'earthquake\r'), +(22685, '2018-02-08 11:04:01', 52.5917, -179.3839, 211.45, 5.7, 'mww', 'us2000cysh', '99km NE of Semisopochnoi Island, Alaska', 'earthquake\r'), +(22686, '2018-02-08 21:19:25', -37.4387, -73.9794, 4.3, 5.6, 'mww', 'us2000cz4c', '35km NW of Lebu, Chile', 'earthquake\r'), +(22687, '2018-02-09 11:43:57', -17.8709, -178.6605, 556.91, 6, 'mww', 'us2000czgc', '263km SE of Lambasa, Fiji', 'earthquake\r'), +(22688, '2018-02-09 14:05:48', 18.9311, -104.6522, 13, 5.8, 'mww', 'us2000czig', '32km S of San Patricio, Mexico', 'earthquake\r'), +(22689, '2018-02-09 23:59:24', -21.3996, -179.2817, 604.22, 5.6, 'mww', 'us2000d004', '102km SW of Ndoi Island, Fiji', 'earthquake\r'), +(22690, '2018-02-10 22:50:49', -3.8176, 151.9248, 268, 5.8, 'mww', 'us2000d0ex', '50km NNW of Rabaul, Papua New Guinea', 'earthquake\r'), +(22691, '2018-02-11 16:38:15', -20.919, -179.1396, 631.16, 5.5, 'mww', 'us2000d0k7', '54km WSW of Ndoi Island, Fiji', 'earthquake\r'), +(22692, '2018-02-11 23:14:15', 13.8205, 146.4377, 10, 6, 'mww', 'us2000d0p1', '138km ESE of Rota, Northern Mariana Islands', 'earthquake\r'), +(22693, '2018-02-13 01:11:43', 13.8398, 146.3405, 11, 5.7, 'mww', 'us2000d18h', '127km ESE of Rota, Northern Mariana Islands', 'earthquake\r'), +(22694, '2018-02-13 02:03:04', 13.8029, 146.3351, 10, 5.6, 'mww', 'us2000d18y', '128km ESE of Rota, Northern Mariana Islands', 'earthquake\r'), +(22695, '2018-02-15 08:27:22', -0.0684, -17.8411, 10, 5.6, 'mww', 'us2000d2jg', 'North of Ascension Island', 'earthquake\r'), +(22696, '2018-02-16 23:39:39', 16.3855, -97.9787, 22, 7.2, 'mww', 'us2000d3km', '3km S of San Pedro Jicayan, Mexico', 'earthquake\r'), +(22697, '2018-02-17 00:36:52', 16.1557, -97.8665, 3.48, 5.8, 'mww', 'us2000d3m0', '15km SSW of Santiago Jamiltepec, Mexico', 'earthquake\r'), +(22698, '2018-02-19 06:56:58', 16.2857, -97.7314, 22, 5.9, 'mww', 'us2000d4lg', '9km E of Santiago Jamiltepec, Mexico', 'earthquake\r'), +(22699, '2018-02-25 16:28:40', 37.5968, 141.7329, 30.57, 5.6, 'mww', 'us2000d7pu', '65km ENE of Namie, Japan', 'earthquake\r'), +(22700, '2018-02-25 17:44:44', -6.0699, 142.7536, 25.21, 7.5, 'mww', 'us2000d7q6', '83km SW of Porgera, Papua New Guinea', 'earthquake\r'), +(22701, '2018-02-25 18:11:31', -5.8339, 142.263, 10, 5.7, 'mb', 'us2000d7r4', '111km WSW of Porgera, Papua New Guinea', 'earthquake\r'), +(22702, '2018-02-26 04:41:00', -5.4592, 151.8089, 20.16, 5.6, 'mww', 'us2000d7y3', '132km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(22703, '2018-02-26 08:26:57', -6.3991, 143.2581, 9, 5.9, 'mww', 'us2000d80x', '50km WSW of Mendi, Papua New Guinea', 'earthquake\r'), +(22704, '2018-02-26 11:56:09', -6.4973, 143.5497, 22, 5.8, 'mww', 'us2000d83z', '37km SSW of Mendi, Papua New Guinea', 'earthquake\r'), +(22705, '2018-02-26 13:34:54', -2.7774, 126.6859, 9, 6.1, 'mww', 'us2000d855', '44km NE of Airbuaya, Indonesia', 'earthquake\r'), +(22706, '2018-02-26 15:18:00', -6.5052, 143.255, 19, 6.3, 'mww', 'us2000d867', '56km SW of Mendi, Papua New Guinea', 'earthquake\r'), +(22707, '2018-02-27 05:17:58', -18.8679, 169.2903, 203, 5.5, 'mww', 'us2000d8mh', '75km N of Isangel, Vanuatu', 'earthquake\r'), +(22708, '2018-02-27 06:19:12', -6.4033, 143.0332, 12, 5.7, 'mww', 'us2000d8my', '72km WSW of Mendi, Papua New Guinea', 'earthquake\r'), +(22709, '2018-02-27 17:29:23', -60.2494, 150.7793, 10, 6.1, 'mww', 'us2000d8rl', 'West of Macquarie Island', 'earthquake\r'), +(22710, '2018-02-28 02:45:45', -6.1696, 142.4681, 16, 6.1, 'mww', 'us2000d90d', '112km SW of Porgera, Papua New Guinea', 'earthquake\r'), +(22711, '2018-03-02 02:20:12', -6.1353, 130.2782, 135, 5.9, 'mww', 'us2000damy', '231km NNW of Saumlaki, Indonesia', 'earthquake\r'), +(22712, '2018-03-04 14:33:21', -6.0741, 142.7211, 6, 5.7, 'mww', 'us2000dc23', '85km SW of Porgera, Papua New Guinea', 'earthquake\r'), +(22713, '2018-03-04 19:56:18', -6.331, 142.5994, 10, 6, 'mww', 'us2000dc52', '116km SW of Porgera, Papua New Guinea', 'earthquake\r'), +(22714, '2018-03-06 03:26:48', -6.2314, 142.4131, 10, 5.5, 'mb', 'us2000dcqh', '121km SW of Porgera, Papua New Guinea', 'earthquake\r'), +(22715, '2018-03-06 14:13:08', -6.3043, 142.6116, 20.49, 6.7, 'mww', 'us2000dcx1', '113km SW of Porgera, Papua New Guinea', 'earthquake\r'), +(22716, '2018-03-07 04:40:13', 45.7657, 152.3817, 32, 5.8, 'mww', 'us2000ddm5', 'East of the Kuril Islands', 'earthquake\r'), +(22717, '2018-03-07 13:49:17', -5.4456, 151.3913, 50, 5.6, 'mww', 'us2000ddra', '138km E of Kimbe, Papua New Guinea', 'earthquake\r'), +(22718, '2018-03-08 03:51:07', -3.3428, 130.9337, 10, 5.6, 'mww', 'us1000d19r', '224km E of Amahai, Indonesia', 'earthquake\r'), +(22719, '2018-03-08 08:49:46', -16.76, 35.4269, 17, 5.5, 'mww', 'us1000d1cy', '24km NE of Nsanje, Malawi', 'earthquake\r'), +(22720, '2018-03-08 17:39:51', -4.3762, 153.1996, 22.86, 6.8, 'mww', 'us1000d1kv', '21km ENE of Taron, Papua New Guinea', 'earthquake\r'), +(22721, '2018-03-09 11:06:08', -4.2814, 153.3875, 30, 5.8, 'mww', 'us1000d23h', '44km ENE of Taron, Papua New Guinea', 'earthquake\r'), +(22722, '2018-03-09 16:23:23', -21.0006, -178.606, 540.34, 5.7, 'mww', 'us1000d2bk', '40km SSE of Ndoi Island, Fiji', 'earthquake\r'), +(22723, '2018-05-17 18:42:13', 42.6846, 145.586, 30, 5.7, 'mww', 'us1000e7fh', '70km S of Nemuro, Japan', 'earthquake\r'), +(22724, '2018-03-10 14:27:53', -56.3638, -27.8642, 10, 5.5, 'mww', 'us1000d2ru', '55km NW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22725, '2018-03-10 21:45:36', -1.4235, -15.2095, 10, 5.9, 'mww', 'us1000d2w0', 'North of Ascension Island', 'earthquake\r'), +(22726, '2018-03-12 06:13:50', -46.3559, 95.9296, 10, 5.6, 'mww', 'us1000d3ae', 'Southeast Indian Ridge', 'earthquake\r'), +(22727, '2018-03-17 05:50:09', -47.6789, -13.509, 10, 5.7, 'mww', 'us1000d5k6', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(22728, '2018-03-22 07:26:27', -30.1742, -177.7218, 22.22, 5.5, 'mww', 'us1000d7el', '102km S of Raoul Island, New Zealand', 'earthquake\r'), +(22729, '2018-03-23 07:40:29', 12.6529, -44.5694, 10, 5.6, 'mww', 'us1000d7uw', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(22730, '2018-03-24 11:23:32', -5.4959, 151.4971, 33, 6.3, 'mww', 'us1000d8k9', '150km E of Kimbe, Papua New Guinea', 'earthquake\r'), +(22731, '2018-03-24 19:58:33', -45.7783, 96.0692, 10, 6, 'mww', 'us1000d8ny', 'Southeast Indian Ridge', 'earthquake\r'), +(22732, '2018-03-25 08:58:11', -7.3049, 128.4848, 144, 5.7, 'mww', 'us1000d8u9', 'Kepulauan Barat Daya, Indonesia', 'earthquake\r'), +(22733, '2018-03-25 14:28:35', -26.7926, -63.3697, 577.24, 5.6, 'mww', 'us1000d8vi', '29km NNW of El Hoyo, Argentina', 'earthquake\r'), +(22734, '2018-03-25 14:37:23', 32.5916, 140.6901, 50, 5.7, 'mww', 'us1000d8vk', '99km ESE of Hachijo-jima, Japan', 'earthquake\r'), +(22735, '2018-03-25 20:14:48', -6.6343, 129.8172, 169, 6.4, 'mww', 'us1000d8xh', '220km NW of Saumlaki, Indonesia', 'earthquake\r'), +(22736, '2018-03-26 09:51:00', -5.5024, 151.4025, 40, 6.7, 'mww', 'us1000d937', '139km E of Kimbe, Papua New Guinea', 'earthquake\r'), +(22737, '2018-03-29 18:51:12', -9.4211, 159.5792, 32, 5.8, 'mww', 'us1000day0', '40km W of Honiara, Solomon Islands', 'earthquake\r'), +(22738, '2018-03-29 21:25:37', -5.5321, 151.4999, 35, 6.9, 'mww', 'us1000db40', '150km E of Kimbe, Papua New Guinea', 'earthquake\r'), +(22739, '2018-03-29 22:51:21', -5.899, 151.8542, 10, 5.7, 'mb', 'us1000db5u', '176km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(22740, '2018-03-29 22:54:13', 38.7161, 69.9779, 5, 5.7, 'mb', 'us1000db5t', '11km SE of Roghun, Tajikistan', 'earthquake\r'), +(22741, '2018-04-02 05:57:36', -24.719, -176.8865, 92, 6.1, 'mww', 'us1000dcbs', 'South of the Fiji Islands', 'earthquake\r'), +(22742, '2018-04-02 13:40:35', -20.6588, -63.0058, 559, 6.8, 'mww', 'us1000dce2', '11km NNE of Carandayti, Bolivia', 'earthquake\r'), +(22743, '2018-04-02 23:23:18', 13.1086, -88.6821, 50, 5.9, 'mww', 'us1000dcru', '24km SW of Puerto El Triunfo, El Salvador', 'earthquake\r'), +(22744, '2018-04-03 09:14:06', 3.0594, 127.9812, 62.9, 5.5, 'mww', 'us1000ddj5', '147km N of Tobelo, Indonesia', 'earthquake\r'), +(22745, '2018-04-05 03:53:38', 6.8325, 126.7785, 34, 6, 'mww', 'us2000dus5', '43km ESE of Tarragona, Philippines', 'earthquake\r'), +(22746, '2018-04-05 09:07:59', -18.2946, -177.9138, 511, 5.8, 'mww', 'us2000duvm', '273km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22747, '2018-04-05 11:12:11', -20.381, -70.5855, 44, 5.5, 'mww', 'us2000dux6', '49km WSW of Iquique, Chile', 'earthquake\r'), +(22748, '2018-04-06 07:46:59', -1.4171, 138.2026, 10, 5.6, 'mww', 'us2000dveh', '297km WNW of Abepura, Indonesia', 'earthquake\r'), +(22749, '2018-04-07 02:56:51', -6.3608, 142.6662, 10, 5.5, 'mww', 'us2000dvvi', '110km W of Mendi, Papua New Guinea', 'earthquake\r'), +(22750, '2018-04-07 05:48:40', -5.8382, 142.5314, 18.07, 6.3, 'mww', 'us2000dvwq', '84km WSW of Porgera, Papua New Guinea', 'earthquake\r'), +(22751, '2018-04-08 16:32:32', 35.2588, 132.5528, 10.34, 5.7, 'mww', 'us2000dwh6', '9km NNE of Oda, Japan', 'earthquake\r'), +(22752, '2018-04-09 00:20:56', -57.6588, -27.8989, 245, 5.6, 'mww', 'us2000dwpi', '114km SSW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22753, '2018-04-10 10:19:34', -31.0258, -71.5292, 66, 6.2, 'mww', 'us2000dxfc', '56km SSW of Ovalle, Chile', 'earthquake\r'), +(22754, '2018-04-11 07:30:38', 15.6823, -95.0117, 25.6, 5.5, 'mww', 'us2000dxxe', '57km SSE of Salina Cruz, Mexico', 'earthquake\r'), +(22755, '2018-04-15 19:30:43', 1.4083, 126.8759, 34, 6, 'mww', 'us2000e0mq', '88km NW of Kota Ternate, Indonesia', 'earthquake\r'), +(22756, '2018-04-17 02:52:35', -3.5216, 131.3032, 10, 5.5, 'mww', 'us2000e1b6', '266km E of Amahai, Indonesia', 'earthquake\r'), +(22757, '2018-04-19 06:34:47', 28.3291, 51.6106, 10, 5.5, 'mww', 'us1000dngn', '103km SE of Bandar Bushehr, Iran', 'earthquake\r'), +(22758, '2018-04-19 21:09:17', -42.7797, 42.1877, 10, 6, 'mww', 'us1000dnuj', 'Prince Edward Islands region', 'earthquake\r'), +(22759, '2018-04-21 19:44:17', -48.9461, 123.5911, 10, 5.8, 'mww', 'us1000dq0e', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(22760, '2018-04-22 16:59:16', -15.4634, -174.4837, 10, 5.6, 'mww', 'us1000dqc2', '95km NW of Hihifo, Tonga', 'earthquake\r'), +(22761, '2018-04-23 07:37:11', -6.3107, 123.6455, 652.53, 5.5, 'mww', 'us1000dqj3', '148km SE of Baubau, Indonesia', 'earthquake\r'), +(22762, '2018-04-23 08:13:58', -1.2872, 138.425, 10, 5.5, 'mww', 'us1000dqk1', '282km WNW of Abepura, Indonesia', 'earthquake\r'), +(22763, '2018-04-24 02:29:53', 12.4928, -87.7466, 47.28, 5.6, 'mww', 'us1000dr32', '42km SW of Jiquilillo, Nicaragua', 'earthquake\r'), +(22764, '2018-04-24 08:53:22', 43.3482, 145.7259, 83, 5.5, 'mww', 'us1000dr71', '12km ENE of Nemuro, Japan', 'earthquake\r'), +(22765, '2018-04-24 21:57:00', -23.9432, 179.8003, 531.08, 5.5, 'mww', 'us1000drm0', 'South of the Fiji Islands', 'earthquake\r'), +(22766, '2018-04-26 16:55:58', -1.9046, 139.7802, 10, 5.6, 'mww', 'us1000dstu', '120km NW of Abepura, Indonesia', 'earthquake\r'), +(22767, '2018-04-29 22:23:06', -39.2647, 46.1195, 10, 5.9, 'mww', 'us1000dugu', 'Southwest Indian Ridge', 'earthquake\r'), +(22768, '2018-04-30 18:24:53', -15.9408, 168.3762, 266, 5.8, 'mww', 'us1000duuy', '104km E of Lakatoro, Vanuatu', 'earthquake\r'), +(22769, '2018-05-01 12:45:31', -16.6385, 177.145, 10, 5.6, 'mww', 'us1000dvav', '113km NNW of Lautoka, Fiji', 'earthquake\r'), +(22770, '2018-05-01 17:15:38', -56.6396, -142.0113, 10, 5.9, 'mww', 'us1000dvfv', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22771, '2018-05-01 19:47:54', -18.0199, -177.9375, 585, 5.9, 'mww', 'us1000dvii', 'Fiji region', 'earthquake\r'), +(22772, '2018-05-02 00:17:13', -24.2467, -111.8303, 10, 5.5, 'mww', 'us1000dvnc', 'Easter Island region', 'earthquake\r'), +(22773, '2018-05-02 06:31:32', -24.3311, -111.9198, 10, 5.5, 'mwb', 'us1000dvrn', 'Easter Island region', 'earthquake\r'), +(22774, '2018-05-02 06:32:49', -24.2723, -111.6328, 10, 6, 'mww', 'us1000dw7i', 'Easter Island region', 'earthquake\r'), +(22775, '2018-05-04 21:32:44', 19.3303333, -155.0175, 6.48, 5.73, 'ml', 'hv70116411', '18km SW of Leilani Estates, Hawaii', 'earthquake\r'), +(22776, '2018-05-04 22:32:55', 19.3181667, -154.9996667, 5.81, 6.9, 'mw', 'hv70116556', '19km SSW of Leilani Estates, Hawaii', 'earthquake\r'), +(22777, '2018-05-05 06:19:05', 14.5708, 123.9192, 18, 6.1, 'mww', 'us1000dym9', '64km NNW of Pandan, Philippines', 'earthquake\r'), +(22778, '2018-05-06 05:10:02', -34.7077, -107.6167, 10, 5.5, 'mww', 'us1000dz6a', 'Southern East Pacific Rise', 'earthquake\r'), +(22779, '2018-05-07 08:08:20', -20.905, 172.3103, 10, 5.6, 'mww', 'us1000dzt7', '167km N of Ile Hunter, New Caledonia', 'earthquake\r'), +(22780, '2018-05-08 08:14:11', 56.2956, -148.4314, 6, 5.5, 'mww', 'us1000e0j1', '293km ESE of Kodiak, Alaska', 'earthquake\r'), +(22781, '2018-05-09 07:57:55', -5.8822, 151.7836, 9, 6, 'mww', 'us1000e17w', '177km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(22782, '2018-05-09 10:41:46', 36.9942, 71.3822, 116, 6.2, 'mww', 'us1000e19e', '36km NW of Ishkashim, Tajikistan', 'earthquake\r'), +(22783, '2018-05-10 11:56:59', 10.1723, 125.6372, 29, 5.7, 'mww', 'us1000e1yr', '11km ESE of Libjo, Philippines', 'earthquake\r'), +(22784, '2018-05-10 18:02:29', 6.8698, 123.762, 535, 5.9, 'mww', 'us1000e26e', '29km WNW of Gadung, Philippines', 'earthquake\r'), +(22785, '2018-05-13 05:50:33', -21.1637, -173.7972, 10, 5.5, 'mww', 'us1000e3zd', '121km E of `Ohonua, Tonga', 'earthquake\r'), +(22786, '2018-05-14 18:14:47', -55.9159, -27.0565, 10, 5.5, 'mww', 'us1000e4vp', '87km N of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22787, '2018-05-15 15:48:10', -12.7763, 45.581, 17, 5.9, 'mww', 'us1000e5k1', '32km E of Pamandzi, Mayotte', 'earthquake\r'), +(22788, '2018-05-16 02:12:17', -3.7928, 138.5901, 90, 5.5, 'mww', 'us1000e61u', '249km E of Enarotali, Indonesia', 'earthquake\r'), +(22789, '2018-05-16 17:22:17', -33.781, -179.4968, 34, 5.9, 'mww', 'us1000e6hz', '266km SSW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22790, '2018-05-17 21:43:15', -31.9823, -179.9533, 284.39, 5.7, 'mww', 'us1000e7kx', '116km WSW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22791, '2018-05-18 01:45:31', -34.5886, -178.4143, 11, 6.1, 'mww', 'us1000e7qq', 'South of the Kermadec Islands', 'earthquake\r'), +(22792, '2018-05-20 00:42:15', -21.0684, -173.9833, 10, 5.6, 'mww', 'us1000e8t0', '104km ENE of `Ohonua, Tonga', 'earthquake\r'), +(22793, '2018-05-21 00:47:14', -12.8495, 45.6536, 10, 5.5, 'mww', 'us1000e952', '40km E of Pamandzi, Mayotte', 'earthquake\r'), +(22794, '2018-05-22 00:26:06', 12.8932, 145.4248, 10.99, 5.7, 'mww', 'us1000e9mu', '84km ESE of Inarajan Village, Guam', 'earthquake\r'), +(22795, '2018-05-22 09:43:32', -30.383, -179.0147, 226.35, 5.5, 'mww', 'us1000e9th', '116km N of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22796, '2018-05-22 19:30:53', -17.8629, -173.0498, 10, 5.5, 'mww', 'us1000ea3r', '131km NE of Neiafu, Tonga', 'earthquake\r'), +(22797, '2018-05-23 01:37:46', 55.2918, 161.8535, 30, 5.5, 'mww', 'us1000eaby', '111km SSW of Ust\'\'-Kamchatsk Staryy, Russia', 'earthquake\r'), +(22798, '2018-05-23 05:44:44', 7.4407, -36.2376, 10, 5.7, 'mww', 'us1000eae9', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22799, '2018-05-24 23:11:47', 0.8174, -29.54, 10, 5.6, 'mww', 'us1000ebnj', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22800, '2018-05-27 19:33:38', 53.4177, -163.6635, 16.63, 5.5, 'mww', 'us1000ed0t', '160km ESE of Akutan, Alaska', 'earthquake\r'), +(22801, '2018-06-01 04:52:31', -33.0391, -179.3984, 10, 5.6, 'mww', 'us1000eg6j', '184km SSW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22802, '2018-06-02 11:53:06', -14.9539, -172.8952, 10, 5.8, 'mww', 'us1000ehd9', '141km SSW of Gataivai, Samoa', 'earthquake\r'), +(22803, '2018-06-02 16:29:00', 4.5872, 126.6573, 23.1, 5.7, 'mww', 'us1000ehes', '160km SE of Sarangani, Philippines', 'earthquake\r'), +(22804, '2018-06-03 00:48:10', -19.4574, -173.7509, 13, 5.7, 'mww', 'us1000ehmb', '73km ENE of Pangai, Tonga', 'earthquake\r'), +(22805, '2018-06-06 18:51:35', -58.3596, -25.7565, 31, 5.6, 'mww', 'us1000ejvv', '87km NNE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(22806, '2018-06-12 23:08:28', -2.0196, 98.5876, 9, 5.9, 'mww', 'us1000epfe', '83km SW of Muara Siberut, Indonesia', 'earthquake\r'), +(22807, '2018-06-12 23:46:12', -1.9469, 98.6868, 10, 5.6, 'mb', 'us1000epg0', '69km WSW of Muara Siberut, Indonesia', 'earthquake\r'), +(22808, '2018-06-13 06:59:03', -1.9309, 98.6411, 19, 5.5, 'mww', 'us1000epp2', '73km WSW of Muara Siberut, Indonesia', 'earthquake\r'), +(22809, '2018-06-14 06:27:39', -45.8429, -76.3048, 10, 5.7, 'mww', 'us1000er8i', '275km W of Puerto Chacabuco, Chile', 'earthquake\r'), +(22810, '2018-06-14 18:12:16', 0.8541, -26.1264, 10, 5.5, 'mww', 'us1000esm8', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22811, '2018-06-15 00:57:13', -1.9442, 138.7944, 10, 5.6, 'mww', 'us1000erwa', '213km WNW of Abepura, Indonesia', 'earthquake\r'), +(22812, '2018-06-16 03:23:32', -16.278, -177.5936, 10, 5.9, 'mww', 'us1000eszl', '227km SSE of Sigave, Wallis and Futuna', 'earthquake\r'), +(22813, '2018-06-17 22:58:35', 34.8246, 135.6389, 10.34, 5.5, 'mww', 'us1000eu1c', '1km NW of Hirakata, Japan', 'earthquake\r'), +(22814, '2018-06-18 02:32:56', 14.1325, -90.7154, 99.17, 5.7, 'mww', 'us1000eu39', '12km SW of Guanagazapa, Guatemala', 'earthquake\r'), +(22815, '2018-06-18 07:09:41', -29.8815, -111.9572, 10, 5.8, 'mww', 'us1000eu9d', 'Easter Island region', 'earthquake\r'), +(22816, '2018-06-21 16:08:03', -24.267, -67.0505, 189, 5.6, 'mww', 'us1000exq6', '74km W of San Antonio de los Cobres, Argentina', 'earthquake\r'), +(22817, '2018-06-21 19:33:09', -22.606, -174.8973, 10, 5.6, 'mww', 'us1000exy4', '141km S of `Ohonua, Tonga', 'earthquake\r'), +(22818, '2018-06-21 21:13:33', -17.7905, 168.0568, 28, 6.1, 'mww', 'us1000ey2i', '28km WSW of Port-Vila, Vanuatu', 'earthquake\r'), +(22819, '2018-06-23 00:33:39', -10.2693, 161.1184, 23, 5.5, 'mww', 'us1000ez7w', '90km WNW of Kirakira, Solomon Islands', 'earthquake\r'), +(22820, '2018-06-24 18:43:43', -9.0189, -108.4669, 10, 5.9, 'mww', 'us1000f0fv', 'Central East Pacific Rise', 'earthquake\r'), +(22821, '2018-06-25 05:14:45', 36.6404, 21.3431, 10, 5.5, 'mww', 'us1000f0te', '37km WSW of Methoni, Greece', 'earthquake\r'), +(22822, '2018-06-25 10:52:42', 3.1336, -31.302, 10, 5.5, 'mww', 'us1000f11c', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22823, '2018-06-26 01:48:43', -59.5351, -29.6617, 25.28, 5.6, 'mww', 'us1000f1u8', '187km WSW of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(22824, '2018-06-26 09:15:37', -0.6503, -90.8795, 10, 5.5, 'mww', 'us1000f22r', '35km NNE of Puerto Villamil, Ecuador', 'earthquake\r'), +(22825, '2018-06-28 16:47:49', -15.1359, 167.4769, 115, 5.5, 'mww', 'us2000fqdy', '46km ESE of Port-Olry, Vanuatu', 'earthquake\r'), +(22826, '2018-06-30 03:56:49', 19.0222, -105.119, 15, 5.9, 'mww', 'us2000frwr', '49km WSW of San Patricio, Mexico', 'earthquake\r'), +(22827, '2018-07-01 20:45:43', 46.9633, 144.9542, 392.59, 5.6, 'mww', 'us2000ft89', '168km ESE of Dolinsk, Russia', 'earthquake\r'), +(22828, '2018-07-03 09:59:55', 5.8959, 125.1334, 97, 5.7, 'mww', 'us2000fvnq', '7km E of Tinoto, Philippines', 'earthquake\r'), +(22829, '2018-07-04 16:37:03', -14.9674, 167.3717, 113, 5.5, 'mww', 'us2000fwxz', '35km ENE of Port-Olry, Vanuatu', 'earthquake\r'), +(22830, '2018-07-06 01:40:05', 51.4994, 157.8404, 45, 6.1, 'mww', 'us2000fxyz', '91km E of Ozernovskiy, Russia', 'earthquake\r'), +(22831, '2018-07-06 23:35:43', -49.6301, 126.0404, 10, 5.5, 'mww', 'us2000fyrv', 'Western Indian-Antarctic Ridge', 'earthquake\r'), +(22832, '2018-07-07 11:23:50', 35.1073, 140.6424, 40, 5.9, 'mww', 'us2000fz0q', '28km SE of Ohara, Japan', 'earthquake\r'), +(22833, '2018-07-07 21:33:50', -30.5662, -178.0701, 35, 6, 'mww', 'us2000fzb7', '124km NE of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22834, '2018-07-08 01:08:28', -21.2766, 168.4961, 10, 5.5, 'mww', 'us2000fzfw', '70km ENE of Tadine, New Caledonia', 'earthquake\r'), +(22835, '2018-07-08 21:04:36', -19.0182, 169.4901, 255, 5.5, 'mww', 'us2000fzwt', '63km NNE of Isangel, Vanuatu', 'earthquake\r'), +(22836, '2018-07-10 10:26:22', -31.5986, 58.3456, 10, 5.6, 'mww', 'us2000g11i', 'Southwest Indian Ridge', 'earthquake\r'), +(22837, '2018-07-10 16:05:10', -31.5924, 58.1519, 10, 5.6, 'mww', 'us2000g1ay', 'Southwest Indian Ridge', 'earthquake\r'), +(22838, '2018-07-12 06:51:21', -23.337, -179.9115, 541.3, 5.5, 'mww', 'us2000g2se', 'South of the Fiji Islands', 'earthquake\r'), +(22839, '2018-07-13 09:46:49', -18.9279, 169.0467, 167, 6.4, 'mww', 'us2000g3up', '72km NNW of Isangel, Vanuatu', 'earthquake\r'), +(22840, '2018-07-15 01:57:19', 14.0625, 51.7365, 10, 6, 'mww', 'us2000g5b4', '137km SSE of Sayhut, Yemen', 'earthquake\r'), +(22841, '2018-07-15 01:59:09', 14.1481, 51.6354, 10, 5.5, 'mb', 'us2000g9ms', '124km SSE of Sayhut, Yemen', 'earthquake\r'), +(22842, '2018-07-15 13:09:16', 13.8484, 51.717, 10, 6, 'mww', 'us2000g5mh', '159km SSE of Sayhut, Yemen', 'earthquake\r'), +(22843, '2018-07-16 15:18:38', -61.368, 154.9731, 10, 5.8, 'mww', 'us2000g69z', 'Balleny Islands region', 'earthquake\r'), +(22844, '2018-07-17 07:02:53', -11.5936, 166.432, 37.96, 6, 'mww', 'us2000g6uy', '116km SE of Lata, Solomon Islands', 'earthquake\r'), +(22845, '2018-07-18 19:06:04', 54.4223, -160.7673, 29.65, 5.6, 'mww', 'us2000g83v', '87km WSW of Chernabura Island, Alaska', 'earthquake\r'), +(22846, '2018-07-19 13:31:54', 17.9318, -97.7158, 48.46, 5.8, 'mww', 'us2000g8sc', '15km NNE of Huajuapan de Leon, Mexico', 'earthquake\r'), +(22847, '2018-07-19 14:16:27', 54.443, -160.7975, 21.39, 5.8, 'mww', 'us2000g8tr', '88km WSW of Chernabura Island, Alaska', 'earthquake\r'), +(22848, '2018-07-19 18:30:33', -6.1139, 148.7302, 29.62, 6, 'mww', 'usd00090uc', '91km W of Kandrian, Papua New Guinea', 'earthquake\r'), +(22849, '2018-07-20 10:24:56', -28.027, -63.2284, 579, 5.6, 'mww', 'us2000g9l7', '22km ESE of Suncho Corral, Argentina', 'earthquake\r'), +(22850, '2018-07-20 23:56:01', 18.45, 145.993, 121, 5.6, 'mww', 'us2000gaa3', '44km NNE of Pagan, Northern Mariana Islands', 'earthquake\r'), +(22851, '2018-07-21 20:56:20', -48.2253, 99.6446, 10, 5.9, 'mww', 'us2000gaxd', 'Southeast Indian Ridge', 'earthquake\r'), +(22852, '2018-07-22 10:07:27', 34.5909, 46.1661, 12, 5.8, 'mww', 'us2000gb4d', '31km ENE of Sarpol-e Zahab, Iran', 'earthquake\r'), +(22853, '2018-07-22 20:39:17', 30.4313, 57.4531, 10, 5.6, 'mww', 'us2000gbea', '39km ENE of Kerman, Iran', 'earthquake\r'), +(22854, '2018-07-22 21:21:58', -18.9577, 168.8868, 103.46, 5.5, 'mww', 'us2000gbew', '76km NNW of Isangel, Vanuatu', 'earthquake\r'), +(22855, '2018-07-23 10:36:00', -0.2994, -19.252, 10, 6, 'mww', 'us2000gbr3', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22856, '2018-07-24 14:44:53', 41.8105, -126.8616, 10, 5.6, 'mww', 'us2000gcpa', '212km WSW of Gold Beach, Oregon', 'earthquake\r'), +(22857, '2018-07-25 19:45:05', -56.0621, -27.6807, 124.63, 5.7, 'mww', 'us2000gdsq', '76km NNW of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(22858, '2018-07-25 23:42:47', -29.311, -112.244, 10, 5.5, 'mww', 'us2000ge0q', 'Easter Island region', 'earthquake\r'), +(22859, '2018-07-28 09:28:18', -30.0553, -177.4533, 19, 5.7, 'mww', 'us2000gg23', '97km SSE of Raoul Island, New Zealand', 'earthquake\r'), +(22860, '2018-07-28 17:07:23', -7.1039, 122.7263, 578.16, 6, 'mww', 'us2000gg76', '150km N of Palue, Indonesia', 'earthquake\r'), +(22861, '2018-07-28 22:47:39', -8.2395, 116.508, 14, 6.4, 'mww', 'us2000ggbs', '5km WNW of Obelobel, Indonesia', 'earthquake\r'), +(22862, '2018-07-30 07:46:43', -9.7117, 150.8258, 10, 5.5, 'mww', 'us2000gh23', '82km NNE of Alotau, Papua New Guinea', 'earthquake\r'), +(22863, '2018-07-31 08:42:21', 37.1788, 141.0967, 10.9, 5.5, 'mww', 'us2000gi03', '23km NE of Iwaki, Japan', 'earthquake\r'), +(22864, '2018-08-03 18:50:54', -0.8711, -21.9958, 10, 5.8, 'mww', 'us1000g2vt', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22865, '2018-08-05 11:46:39', -8.2581, 116.4375, 34, 6.9, 'mww', 'us1000g3ub', '0km SW of Loloan, Indonesia', 'earthquake\r'), +(22866, '2018-08-05 12:49:55', -8.358, 116.1402, 31.26, 5.5, 'mb', 'us1000g3uy', '0km NW of Prawira, Indonesia', 'earthquake\r'), +(22867, '2018-08-07 13:57:10', 74.6458, 8.4549, 10, 5.7, 'mww', 'us1000g4rv', 'Greenland Sea', 'earthquake\r'), +(22868, '2018-08-07 15:12:58', 37.8857, 144.0549, 14.47, 5.5, 'mww', 'us1000g4th', '242km ESE of Ofunato, Japan', 'earthquake\r'), +(22869, '2018-08-09 05:25:32', -8.3065, 116.2304, 15, 5.9, 'mww', 'us1000g5n1', '6km SSW of Lokokrangan, Indonesia', 'earthquake\r'), +(22870, '2018-08-09 16:53:40', -33.3544, 2.4822, 10, 5.6, 'mww', 'us1000g5wh', 'South Atlantic Ocean', 'earthquake\r'), +(22871, '2018-08-09 19:21:52', 13.5731, -91.2308, 18, 5.6, 'mww', 'us1000g60s', '58km SW of Puerto San Jose, Guatemala', 'earthquake\r'), +(22872, '2018-08-10 18:09:24', -62.629, 165.6349, 10, 5.5, 'mww', 'us1000g6hd', 'Balleny Islands region', 'earthquake\r'), +(22873, '2018-08-10 18:12:07', 48.4593, 154.939, 27, 6, 'mww', 'us1000g6hl', '261km SSW of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(22874, '2018-08-11 12:15:38', -55.1535, 146.6239, 10, 5.7, 'mww', 'us1000g6w0', 'West of Macquarie Island', 'earthquake\r'), +(22875, '2018-08-12 14:58:54', 69.5619, -145.2998, 2.2, 6.3, 'ml', 'ak20076877', '90km SW of Kaktovik, Alaska', 'earthquake\r'), +(22876, '2018-08-12 16:02:09', 69.5493, -144.9518, 1, 5.5, 'ml', 'ak20077947', '82km SW of Kaktovik, Alaska', 'earthquake\r'), +(22877, '2018-08-12 19:41:35', -35.6828, -102.3747, 10, 5.5, 'mww', 'us1000g7ca', 'Southeast of Easter Island', 'earthquake\r'), +(22878, '2018-08-12 21:15:02', 69.5205, -144.3602, 1.7, 6.1, 'ml', 'ak20083478', '73km SSW of Kaktovik, Alaska', 'earthquake\r'), +(22879, '2018-08-14 03:29:52', -58.1339, -25.2725, 25, 6.1, 'mww', 'us1000g8kf', '123km NE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(22880, '2018-08-15 21:56:56', 51.4234, -178.0262, 33.93, 6.5, 'mww', 'us1000ga0z', '51km S of Tanaga Volcano, Alaska', 'earthquake\r'), +(22881, '2018-08-16 18:21:31', 23.3524, 143.3952, 11.24, 5.8, 'mwb', 'us1000gaqf', '262km SE of Iwo Jima, Japan', 'earthquake\r'), +(22882, '2018-08-16 18:22:53', 23.4226, 143.3187, 20, 6.3, 'mww', 'us1000gaqv', '251km SE of Iwo Jima, Japan', 'earthquake\r'), +(22883, '2018-08-17 15:35:02', -7.3718, 119.8017, 529, 6.5, 'mww', 'us1000gbi4', '114km NNW of Nggilat, Indonesia', 'earthquake\r'), +(22884, '2018-08-17 22:06:57', 23.4789, 143.3295, 18, 5.6, 'mww', 'us1000gbz1', '249km SE of Iwo Jima, Japan', 'earthquake\r'), +(22885, '2018-08-17 23:22:25', 8.7791, -83.1527, 15, 6.1, 'mww', 'us1000gc0k', '15km N of Golfito, Costa Rica', 'earthquake\r'), +(22886, '2018-08-18 19:39:07', 8.802, -77.2506, 10, 5.6, 'mww', 'us1000gcek', '32km N of Acandi, Colombia', 'earthquake\r'), +(22887, '2018-08-19 00:19:41', -18.1125, -178.153, 600, 8.2, 'mww', 'us1000gcii', '286km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22888, '2018-08-19 00:23:06', -18.4447, -177.6404, 575.76, 6.3, 'mb', 'us1000gcnc', '268km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22889, '2018-08-19 00:30:42', -18.0894, -178.1437, 580.21, 5.6, 'mb', 'us1000gitw', '289km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22890, '2018-08-19 00:33:00', -17.9445, -178.2003, 520.06, 5.7, 'mb', 'us1000gin0', 'Fiji region', 'earthquake\r'), +(22891, '2018-08-19 00:39:08', -17.9146, -177.9872, 575.52, 5.7, 'mb', 'us1000gil8', 'Fiji region', 'earthquake\r'), +(22892, '2018-08-19 00:55:44', -18.2293, -178.1002, 537.63, 5.6, 'mb', 'us1000gclj', '275km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22893, '2018-08-19 02:18:53', -18.2748, -178.3539, 618.29, 5.7, 'mb', 'us1000gcsb', '265km N of Ndoi Island, Fiji', 'earthquake\r'), +(22894, '2018-08-19 02:19:19', -18.0727, -178.021, 606.99, 5.6, 'mb', 'us1000giuq', '294km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22895, '2018-08-19 04:10:23', -8.3366, 116.5993, 16, 6.3, 'mww', 'us1000gcvr', '4km SW of Belanting, Indonesia', 'earthquake\r'), +(22896, '2018-08-19 04:28:59', -16.9783, -178.0332, 415.6, 6.4, 'mb', 'us1000gcwt', '282km ESE of Lambasa, Fiji', 'earthquake\r'), +(22897, '2018-08-19 14:56:27', -8.319, 116.6272, 21, 6.9, 'mww', 'us1000gda5', '1km S of Belanting, Indonesia', 'earthquake\r'), +(22898, '2018-08-19 15:04:03', -8.2842, 116.5942, 10, 5.6, 'mb', 'us1000giqe', '4km WNW of Belanting, Indonesia', 'earthquake\r'), +(22899, '2018-08-19 15:16:35', -8.3511, 116.5565, 10, 5.8, 'mb', 'us1000gdaz', '2km ENE of Sembalunlawang, Indonesia', 'earthquake\r'), +(22900, '2018-08-19 15:28:59', -8.391, 116.5568, 10, 5.5, 'mb', 'us1000gdb7', '1km ESE of Sembalunbumbung, Indonesia', 'earthquake\r'), +(22901, '2018-08-20 08:38:01', -18.1766, -178.1823, 535.37, 5.5, 'mww', 'us1000gdt6', '279km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22902, '2018-08-21 21:31:48', 10.7731, -62.9019, 146.82, 7.3, 'mww', 'us1000gez7', '24km ENE of Rio Caribe, Venezuela', 'earthquake\r'), +(22903, '2018-08-21 22:32:26', -16.0315, 168.1428, 9, 6.5, 'mww', 'us1000gf2g', '78km E of Lakatoro, Vanuatu', 'earthquake\r'), +(22904, '2018-08-22 09:31:46', 43.5637, -127.7166, 10, 6.2, 'mww', 'us1000gf8u', '272km WNW of Bandon, Oregon', 'earthquake\r'), +(22905, '2018-08-22 13:27:48', 10.6593, -62.9288, 108, 5.8, 'mww', 'us1000gfc8', '14km NW of Yaguaraparo, Venezuela', 'earthquake\r'), +(22906, '2018-08-22 18:49:36', -6.9675, 155.7284, 34, 5.8, 'mww', 'us1000gfkm', '76km SSE of Panguna, Papua New Guinea', 'earthquake\r'), +(22907, '2018-08-22 20:26:29', -52.7337, 27.9005, 10, 5.6, 'mww', 'us1000gfp8', 'South of Africa', 'earthquake\r'), +(22908, '2018-08-22 22:49:11', -61.178, 154.1673, 10, 5.6, 'mww', 'us1000gfru', 'Balleny Islands region', 'earthquake\r'), +(22909, '2018-08-23 03:35:12', 51.35, -177.7604, 20, 6.3, 'mww', 'us1000gfvg', '64km SSE of Tanaga Volcano, Alaska', 'earthquake\r'), +(22910, '2018-08-24 09:04:08', -11.0355, -70.8284, 630, 7.1, 'mww', 'us1000ggj4', '140km WNW of Iberia, Peru', 'earthquake\r'), +(22911, '2018-08-24 10:49:28', 10.5407, 91.7115, 10, 5.5, 'mb', 'us1000ggp5', '168km SW of Port Blair, India', 'earthquake\r'), +(22912, '2018-08-25 16:50:01', 52.0481, -171.0329, 4.6, 5.7, 'ml', 'ak20199531', '51km SSE of Amukta Island, Alaska', 'earthquake\r'), +(22913, '2018-08-25 16:50:01', 52.0948, -171.1246, 23, 5.9, 'mww', 'us1000gh9x', '44km SSE of Amukta Island, Alaska', 'earthquake\r'), +(22914, '2018-08-25 18:33:16', -8.422, 116.9263, 11.58, 5.5, 'mww', 'us1000ghbd', '10km N of Labuhanmapin, Indonesia', 'earthquake\r'), +(22915, '2018-08-25 22:13:26', 34.6111, 46.2422, 10, 6, 'mww', 'us1000ghda', '32km SW of Javanrud, Iran', 'earthquake\r'), +(22916, '2018-08-27 20:09:22', -61.7941, -58.0488, 49, 5.6, 'mww', 'us1000gi7m', 'South Shetland Islands', 'earthquake\r'), +(22917, '2018-08-28 07:08:11', -10.773, 124.1871, 14, 6.2, 'mww', 'us1000gii0', '94km SE of Kupang, Indonesia', 'earthquake\r'), +(22918, '2018-08-28 07:13:32', -10.631, 124.1363, 8.18, 5.7, 'mww', 'us1000giie', '79km SE of Kupang, Indonesia', 'earthquake\r'), +(22919, '2018-08-28 13:09:12', -18.0299, -177.9387, 600.62, 5.7, 'mww', 'us1000gimx', '300km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22920, '2018-08-28 22:35:13', 16.8044, 146.8395, 55, 6.4, 'mww', 'us1000gj78', '134km ENE of Anatahan, Northern Mariana Islands', 'earthquake\r'), +(22921, '2018-08-29 01:24:57', -16.426, 178.0367, 23, 5.8, 'mww', 'us1000gj9f', '143km W of Lambasa, Fiji', 'earthquake\r'), +(22922, '2018-08-29 03:51:56', -22.0295, 170.1262, 21.43, 7.1, 'mww', 'us1000gjaz', '202km WNW of Ile Hunter, New Caledonia', 'earthquake\r'), +(22923, '2018-08-30 16:24:47', -22.246, 170.2434, 11, 5.5, 'mww', 'us2000h5hs', '186km W of Ile Hunter, New Caledonia', 'earthquake\r'), +(22924, '2018-08-31 14:40:27', 13.5571, 120.8426, 116.3, 5.5, 'mww', 'us2000h5z6', '9km NNE of Odala, Philippines', 'earthquake\r'), +(22925, '2018-09-01 06:13:45', -28.9796, 74.5586, 10, 5.5, 'mww', 'us2000h6dj', 'Mid-Indian Ridge', 'earthquake\r'), +(22926, '2018-09-01 15:43:01', 27.9555, 139.9127, 435, 5.6, 'mww', 'us2000h6i8', '247km WNW of Chichi-shima, Japan', 'earthquake\r'), +(22927, '2018-09-03 02:16:20', -3.8856, 150.2748, 10, 5.5, 'mww', 'us2000h70q', '156km SSW of Kavieng, Papua New Guinea', 'earthquake\r'), +(22928, '2018-09-03 07:15:30', -3.8179, 150.1769, 10, 5.6, 'mww', 'us2000h72b', '153km SSW of Kavieng, Papua New Guinea', 'earthquake\r'), +(22929, '2018-09-03 20:35:50', -58.0118, -25.2632, 29.37, 5.6, 'mww', 'us2000h7aj', '135km NNE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(22930, '2018-09-03 21:52:56', 39.3941, 76.8783, 10, 5.5, 'mww', 'us2000h7ci', '72km ESE of Arzak, China', 'earthquake\r'), +(22931, '2018-09-03 23:37:18', 1.4387, -85.2615, 10, 5.9, 'mww', 'us2000h7e0', 'Off the coast of Ecuador', 'earthquake\r'), +(22932, '2018-09-05 00:36:23', -58.3179, -24.9323, 10, 5.6, 'mww', 'us2000h8h6', '121km NE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(22933, '2018-09-05 16:05:47', -24.0947, -174.8928, 10, 5.5, 'mb', 'us2000h8ry', 'South of Tonga', 'earthquake\r'), +(22934, '2018-09-05 18:07:59', 42.6861, 141.9294, 35, 6.6, 'mww', 'us2000h8ty', '27km ENE of Tomakomai, Japan', 'earthquake\r'), +(22935, '2018-09-06 05:13:39', -17.9849, -178.5242, 528.03, 5.5, 'mww', 'us2000h94x', '282km SE of Lambasa, Fiji', 'earthquake\r'), +(22936, '2018-09-06 15:49:19', -18.4743, 179.3502, 670.81, 7.9, 'mww', 'us2000h9e2', '102km ESE of Suva, Fiji', 'earthquake\r'), +(22937, '2018-09-06 15:56:41', -18.2769, 179.3142, 656.35, 5.7, 'mb', 'us2000hgln', '93km E of Suva, Fiji', 'earthquake\r'), +(22938, '2018-09-07 02:12:06', -2.2532, -78.7903, 110.5, 6.2, 'mww', 'us2000ha13', '7km SE of Alausi, Ecuador', 'earthquake\r'), +(22939, '2018-09-07 02:39:18', -28.8696, -69.9459, 93.13, 5.8, 'mww', 'us2000ha1k', '85km ESE of Vallenar, Chile', 'earthquake\r'), +(22940, '2018-09-07 06:23:39', 28.3261, 59.3199, 10, 5.6, 'mww', 'us2000ha5b', '127km SE of Bam, Iran', 'earthquake\r'), +(22941, '2018-09-08 02:31:31', 23.3322, 101.5779, 8, 5.7, 'mww', 'us2000hat7', '15km WSW of Lianzhu, China', 'earthquake\r'), +(22942, '2018-09-08 07:16:50', 7.2377, 126.4779, 10, 6.2, 'mww', 'us2000haxi', '7km WNW of Manay, Philippines', 'earthquake\r'), +(22943, '2018-09-08 10:02:48', -22.2271, 170.2029, 9, 5.8, 'mww', 'us2000haz0', '191km W of Ile Hunter, New Caledonia', 'earthquake\r'), +(22944, '2018-09-08 22:27:30', -24.2929, -175.7798, 10, 5.5, 'mww', 'us2000hb83', 'South of Tonga', 'earthquake\r'), +(22945, '2018-09-09 00:06:25', -24.9658, 179.8707, 489.11, 5.5, 'mww', 'us2000hb9n', 'South of the Fiji Islands', 'earthquake\r'), +(22946, '2018-09-09 19:31:35', -10.0207, 161.5025, 68, 6.5, 'mww', 'us2000hbk9', '66km NW of Kirakira, Solomon Islands', 'earthquake\r'), +(22947, '2018-09-10 04:19:03', -31.7447, -179.3728, 115, 6.9, 'mww', 'us2000hbpv', '56km SW of L\'\'Esperance Rock, New Zealand', 'earthquake\r'), +(22948, '2018-09-10 19:31:37', -21.988, 170.1584, 12, 6.3, 'mww', 'us2000hc1x', '200km WNW of Ile Hunter, New Caledonia', 'earthquake\r'), +(22949, '2018-09-13 11:38:05', -55.8773, -123.2114, 10, 5.5, 'mww', 'us2000hdy6', 'Southern East Pacific Rise', 'earthquake\r'), +(22950, '2018-09-14 15:50:18', -2.7371, 138.7747, 48, 5.8, 'mww', 'us2000hep2', '201km W of Abepura, Indonesia', 'earthquake\r'), +(22951, '2018-09-15 00:08:21', 26.7302, 129.6429, 9.32, 5.7, 'mww', 'us2000hewm', '166km E of Nago, Japan', 'earthquake\r'), +(22952, '2018-09-15 08:05:29', 26.6827, 129.6017, 10, 5.7, 'mww', 'us2000hf24', '162km E of Nago, Japan', 'earthquake\r'), +(22953, '2018-09-15 16:24:35', 26.5742, 129.5279, 10.2, 5.6, 'mww', 'us2000hf73', '154km E of Nago, Japan', 'earthquake\r'), +(22954, '2018-09-16 21:11:49', -25.415, 178.1991, 576, 6.5, 'mww', 'us2000hfjk', 'South of the Fiji Islands', 'earthquake\r'), +(22955, '2018-09-18 07:27:41', -37.8135, 49.7765, 10, 6, 'mww', 'us2000hg93', 'Southwest Indian Ridge', 'earthquake\r'), +(22956, '2018-09-18 11:57:53', -8.3108, 157.1926, 17, 5.9, 'mww', 'us2000hgcc', '44km ESE of Gizo, Solomon Islands', 'earthquake\r'), +(22957, '2018-09-18 12:38:36', -20.517, -178.1882, 516.25, 5.5, 'mww', 'us2000hgcm', '55km ENE of Ndoi Island, Fiji', 'earthquake\r'), +(22958, '2018-09-20 05:47:38', -9.0888, 158.3112, 15, 5.6, 'mww', 'us2000hhfi', '139km SW of Dadali, Solomon Islands', 'earthquake\r'), +(22959, '2018-09-21 03:40:41', -17.9071, -179.9776, 652.35, 5.9, 'mww', 'us2000hhzn', '169km E of Suva, Fiji', 'earthquake\r'), +(22960, '2018-09-21 03:41:42', -17.8343, -179.88, 638.64, 5.7, 'mwb', 'us2000hhzr', '175km SSE of Lambasa, Fiji', 'earthquake\r'), +(22961, '2018-09-21 12:49:28', 2.4191, -95.449, 10, 5.6, 'mww', 'us2000hi48', 'Galapagos Islands, Ecuador region', 'earthquake\r'), +(22962, '2018-09-23 05:52:15', 12.2222, 146.2385, 32, 5.8, 'mww', 'us2000hiwb', '199km SE of Inarajan Village, Guam', 'earthquake\r'), +(22963, '2018-09-26 00:37:34', -17.9807, -178.0855, 582.37, 5.8, 'mww', 'us2000hk13', 'Fiji region', 'earthquake\r'), +(22964, '2018-09-26 17:33:36', -34.9411, -107.6082, 10, 5.7, 'mww', 'us1000h2tp', 'Southern East Pacific Rise', 'earthquake\r'), +(22965, '2018-09-27 10:25:48', -58.1849, -9.5902, 10, 5.8, 'mww', 'us1000h36v', 'East of the South Sandwich Islands', 'earthquake\r'), +(22966, '2018-09-28 06:21:55', -26.4932, 67.5888, 10, 5.6, 'mww', 'us1000h3lz', 'Indian Ocean Triple Junction', 'earthquake\r'), +(22967, '2018-09-28 07:00:00', -0.4009, 119.7705, 4.99, 6.1, 'mww', 'us1000h3mf', '55km NNW of Palu, Indonesia', 'earthquake\r'), +(22968, '2018-09-28 07:06:40', -26.5126, 67.6195, 10, 5.7, 'mww', 'us1000h3ml', 'Indian Ocean Triple Junction', 'earthquake\r'), +(22969, '2018-09-28 10:02:45', -0.2559, 119.8462, 20, 7.5, 'mww', 'us1000h3p4', '70km N of Palu, Indonesia', 'earthquake\r'), +(22970, '2018-09-28 10:14:20', -0.0175, 119.7549, 10, 5.8, 'mb', 'us1000h3p8', '97km N of Palu, Indonesia', 'earthquake\r'), +(22971, '2018-09-28 10:16:49', -0.8748, 120.0342, 10, 5.7, 'mb', 'us1000h3rc', '18km E of Palu, Indonesia', 'earthquake\r'), +(22972, '2018-09-28 10:25:05', -1.0465, 119.9346, 10, 5.8, 'mb', 'us1000h3pn', '18km SSE of Palu, Indonesia', 'earthquake\r'), +(22973, '2018-09-28 10:50:25', -0.7806, 119.9147, 10, 5.6, 'mb', 'us1000h3r6', '13km NNE of Palu, Indonesia', 'earthquake\r'), +(22974, '2018-09-28 13:35:31', 0.0587, 119.6831, 10, 5.7, 'mb', 'us1000h3sd', '107km N of Palu, Indonesia', 'earthquake\r'), +(22975, '2018-09-30 10:52:23', -18.3604, -178.0633, 550, 6.7, 'mww', 'us1000h4l1', '262km NNE of Ndoi Island, Fiji', 'earthquake\r'), +(22976, '2018-10-01 23:59:43', -10.5585, 120.2424, 29, 6, 'mww', 'us1000h5eg', '40km S of Nggongi, Indonesia', 'earthquake\r'), +(22977, '2018-10-02 00:16:46', -10.4747, 120.1428, 26, 5.9, 'mww', 'us1000hf6g', '32km SSW of Nggongi Satu, Indonesia', 'earthquake\r'), +(22978, '2018-10-02 04:49:31', -10.4716, 120.1194, 17.58, 5.7, 'mww', 'us1000h5h5', '32km SSW of Nggongi Satu, Indonesia', 'earthquake\r'), +(22979, '2018-10-02 10:08:37', -17.836, 167.8359, 10, 5.7, 'mww', 'us1000h5k9', '52km WSW of Port-Vila, Vanuatu', 'earthquake\r'), +(22980, '2018-10-04 04:16:22', -17.8372, -178.5215, 590.03, 5.5, 'mww', 'us1000h6th', '272km SE of Lambasa, Fiji', 'earthquake\r'), +(22981, '2018-10-05 14:59:44', -5.6911, -11.5253, 10, 5.8, 'mww', 'us1000h7jc', 'Ascension Island region', 'earthquake\r'), +(22982, '2018-10-07 00:10:05', 7.6608, -37.7083, 10, 5.8, 'mww', 'us1000h8ar', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(22983, '2018-10-07 00:11:51', 20.0343, -73.0128, 24, 5.9, 'mww', 'us1000h8an', '21km WNW of Ti Port-de-Paix, Haiti', 'earthquake\r'), +(22984, '2018-10-07 01:06:51', -54.3895, -135.5267, 10, 5.6, 'mww', 'us1000h8fi', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(22985, '2018-10-07 17:42:22', -28.1213, -179.2646, 400, 5.6, 'mww', 'us1000h8g6', '184km NW of Raoul Island, New Zealand', 'earthquake\r'), +(22986, '2018-10-08 12:05:56', 23.6344, -108.9329, 7, 5.5, 'mww', 'us1000h8pv', '100km NE of San Jose del Cabo, Mexico', 'earthquake\r'), +(22987, '2018-10-09 07:45:12', 49.3959, 156.2425, 19, 6.1, 'mww', 'us1000h97j', '142km S of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(22988, '2018-10-10 02:02:59', -6.1493, 147.4563, 36.19, 5.5, 'mww', 'us1000h9sh', '67km NW of Finschhafen, Papua New Guinea', 'earthquake\r'), +(22989, '2018-10-10 18:44:55', -7.4525, 114.4553, 9, 6, 'mww', 'us1000ha6q', '40km NNE of Cungapmimbo, Indonesia', 'earthquake\r'), +(22990, '2018-10-10 20:45:25', -5.7433, 151.3533, 41.56, 6.1, 'mb', 'us1000ha9t', '135km E of Kimbe, Papua New Guinea', 'earthquake\r'), +(22991, '2018-10-10 20:48:20', -5.7012, 151.2046, 39, 7, 'mww', 'us1000haa3', '118km E of Kimbe, Papua New Guinea', 'earthquake\r'), +(22992, '2018-10-10 20:59:01', -5.9123, 151.0557, 45.11, 5.9, 'mww', 'us1000haab', '108km ESE of Kimbe, Papua New Guinea', 'earthquake\r'), +(22993, '2018-10-10 21:13:14', -5.924, 151.138, 19.63, 5.9, 'mww', 'us1000haaj', '117km ESE of Kimbe, Papua New Guinea', 'earthquake\r'), +(22994, '2018-10-10 22:00:35', -4.9624, 151.7231, 121, 6.2, 'mww', 'us1000habl', '90km SW of Kokopo, Papua New Guinea', 'earthquake\r'), +(22995, '2018-10-10 23:16:02', 49.2902, 156.2968, 20, 6.5, 'mww', 'us1000hacw', '154km S of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(22996, '2018-10-10 23:21:51', 49.2, 156.28, 10, 5.5, 'mb', 'us1000hcxa', '164km S of Severo-Kuril\'\'sk, Russia', 'earthquake\r'), +(22997, '2018-10-11 02:55:45', -4.9967, 126.7227, 15.06, 5.6, 'mww', 'us1000hafx', '136km S of Leksula, Indonesia', 'earthquake\r'), +(22998, '2018-10-12 02:52:03', -6.2888, 151.0308, 10, 5.6, 'mww', 'us1000hax9', '127km SE of Kimbe, Papua New Guinea', 'earthquake\r'), +(22999, '2018-10-12 09:40:14', -55.1233, -128.8784, 10, 5.6, 'mww', 'us1000hb0u', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(23000, '2018-10-12 21:09:49', 14.1973, -91.1973, 64.33, 5.7, 'mww', 'us1000hbcu', '11km E of Nueva Concepcion, Guatemala', 'earthquake\r'), +(23001, '2018-10-13 00:13:46', -13.6819, 167.2468, 197.43, 5.7, 'mww', 'us1000hbff', '39km NW of Sola, Vanuatu', 'earthquake\r'), +(23002, '2018-10-13 11:10:22', 52.8549, 153.2429, 461, 6.7, 'mww', 'us1000hbkz', '269km NW of Ozernovskiy, Russia', 'earthquake\r'), +(23003, '2018-10-14 05:05:34', -41.9377, 88.5051, 10, 5.7, 'mww', 'us1000hbw3', 'Southeast Indian Ridge', 'earthquake\r'), +(23004, '2018-10-14 12:41:14', -42.2917, 88.693, 10, 5.9, 'mww', 'us1000hbyr', 'Southeast Indian Ridge', 'earthquake\r'), +(23005, '2018-10-15 19:35:57', -6.0484, 151.2101, 10, 5.5, 'mww', 'us1000hcg6', '130km ESE of Kimbe, Papua New Guinea', 'earthquake\r'), +(23006, '2018-10-16 00:28:13', -21.9232, 169.4869, 12, 6.3, 'mww', 'us1000hcln', '170km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23007, '2018-10-16 01:03:44', -21.7427, 169.5217, 17, 6.5, 'mww', 'us1000hclz', '170km E of Tadine, New Caledonia', 'earthquake\r'), +(23008, '2018-10-16 01:14:36', -21.8109, 169.4727, 10, 5.7, 'mww', 'us1000hcm3', '167km E of Tadine, New Caledonia', 'earthquake\r'), +(23009, '2018-10-16 04:42:41', -21.9473, 169.5944, 10, 5.6, 'mww', 'us1000hcqb', '182km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23010, '2018-10-16 08:35:37', 0.95, -28.2193, 10, 5.5, 'mww', 'us1000hctj', 'Central Mid-Atlantic Ridge', 'earthquake\r'), +(23011, '2018-10-17 00:57:44', -11.6084, 166.3161, 35, 5.7, 'mww', 'us1000hd5b', '111km SSE of Lata, Solomon Islands', 'earthquake\r'), +(23012, '2018-10-17 03:57:25', -43.6202, -16.3319, 10, 5.5, 'mww', 'us1000hd7h', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(23013, '2018-10-19 05:55:13', -2.8208, 139.1169, 58, 5.5, 'mww', 'us1000he9l', '164km W of Abepura, Indonesia', 'earthquake\r'), +(23014, '2018-10-20 09:47:53', -6.5155, 128.2714, 358.83, 5.6, 'mww', 'us1000hexe', 'Banda Sea', 'earthquake\r'), +(23015, '2018-10-21 01:40:38', -29.5356, 60.7521, 10, 5.8, 'mww', 'us1000hf58', 'Southwest Indian Ridge', 'earthquake\r'), +(23016, '2018-10-22 05:39:40', 49.2586, -129.4124, 10, 6.5, 'mww', 'us1000hfgn', '214km SW of Port Hardy, Canada', 'earthquake\r'), +(23017, '2018-10-22 06:16:26', 49.3346, -129.289, 10, 6.8, 'mww', 'us1000hfgv', '202km SW of Port Hardy, Canada', 'earthquake\r'), +(23018, '2018-10-22 06:22:48', 49.297, -129.7237, 10, 6.5, 'mww', 'us1000hfh3', '227km SW of Port Hardy, Canada', 'earthquake\r'), +(23019, '2018-10-23 04:34:59', 24.1153, 122.6027, 30, 5.8, 'mww', 'us1000hfxx', '56km SW of Yonakuni, Japan', 'earthquake\r'), +(23020, '2018-10-23 11:55:38', -55.8078, -123.1023, 10, 5.5, 'mww', 'us1000hg31', 'Southern East Pacific Rise', 'earthquake\r'), +(23021, '2018-10-23 16:04:04', 23.9912, 122.6791, 31, 5.7, 'mww', 'us1000hg5i', '61km SSW of Yonakuni, Japan', 'earthquake\r'), +(23022, '2018-10-25 18:36:09', 38.3158, 141.785, 40, 5.7, 'mww', 'us1000hh6r', '43km ESE of Ishinomaki, Japan', 'earthquake\r'), +(23023, '2018-10-25 22:54:53', 37.5203, 20.5565, 14, 6.8, 'mww', 'us1000hhb1', '32km SW of Mouzaki, Greece', 'earthquake\r'), +(23024, '2018-10-26 03:04:54', 44.4943, 145.4594, 10, 5.6, 'mww', 'us1000hhe5', '57km NW of Otrada, Russia', 'earthquake\r'), +(23025, '2018-10-26 09:05:39', 17.4064, 147.8812, 8, 5.9, 'mww', 'us1000hhgs', '236km ESE of Pagan, Northern Mariana Islands', 'earthquake\r'), +(23026, '2018-10-28 00:38:12', 45.6575, 26.3972, 151, 5.5, 'mww', 'us1000hi43', '15km SE of Comandau, Romania', 'earthquake\r'), +(23027, '2018-10-28 22:23:53', 13.0346, -90.3687, 22, 6.1, 'mww', 'us1000hib5', '85km SW of Acajutla, El Salvador', 'earthquake\r'), +(23028, '2018-10-29 01:27:44', 31.6133, 140.2515, 94, 5.5, 'mww', 'us1000hiby', '168km SSE of Hachijo-jima, Japan', 'earthquake\r'), +(23029, '2018-10-29 06:54:21', -57.434, -66.3834, 10, 6.3, 'mww', 'us1000hied', 'Drake Passage', 'earthquake\r'), +(23030, '2018-10-29 20:17:23', -57.5496, -66.304, 10, 5.8, 'mww', 'us1000hip5', 'Drake Passage', 'earthquake\r'), +(23031, '2018-10-29 21:07:13', -57.5419, -66.1638, 10, 5.6, 'mww', 'us1000hiqv', 'Drake Passage', 'earthquake\r'), +(23032, '2018-10-29 23:26:09', -4.5739, -105.9149, 10, 5.8, 'mww', 'us1000hit9', 'Central East Pacific Rise', 'earthquake\r'), +(23033, '2018-10-30 02:13:39', -39.057, 174.9584, 225.48, 6.1, 'mww', 'us1000hiup', '63km ESE of Waitara, New Zealand', 'earthquake\r'), +(23034, '2018-10-30 15:12:01', 37.5124, 20.5076, 11, 5.7, 'mww', 'us1000hj1l', '36km SW of Mouzaki, Greece', 'earthquake\r'), +(23035, '2018-11-01 19:30:21', -58.0742, -25.2059, 29, 5.8, 'mww', 'us2000i5jk', '131km NE of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(23036, '2018-11-01 22:19:52', -19.5827, -69.2656, 102, 6.2, 'mww', 'us2000i5mj', '115km NE of Iquique, Chile', 'earthquake\r'), +(23037, '2018-11-02 11:01:16', 47.8334, 146.6972, 433, 6, 'mww', 'us2000i5tk', '202km SW of Vostok, Russia', 'earthquake\r'), +(23038, '2018-11-04 07:55:29', 7.7599, 123.867, 600.71, 6, 'mww', 'us2000i6mv', '10km SSE of Sapad, Philippines', 'earthquake\r'), +(23039, '2018-11-04 19:26:03', 44.5478, 145.6552, 9, 5.9, 'mww', 'us2000i6sc', '55km NNW of Otrada, Russia', 'earthquake\r'), +(23040, '2018-11-06 16:11:40', -22.1851, -174.5298, 10, 5.5, 'mww', 'us2000i7iz', '103km SSE of `Ohonua, Tonga', 'earthquake\r'), +(23041, '2018-11-09 01:49:40', 71.6312, -11.2431, 10, 6.7, 'mww', 'us1000hpim', '120km NW of Olonkinbyen, Svalbard and Jan Mayen', 'earthquake\r'), +(23042, '2018-11-09 07:39:17', -42.5965, -16.1562, 10, 5.5, 'mb', 'us1000hpl6', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(23043, '2018-11-09 07:54:53', -42.713, -16.0205, 10, 5.7, 'mww', 'us1000hple', 'Southern Mid-Atlantic Ridge', 'earthquake\r'), +(23044, '2018-11-10 08:02:17', -5.812, 151.7214, 51, 5.5, 'mww', 'us1000hq7w', '172km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(23045, '2018-11-10 08:33:21', -20.4538, -174.0081, 35, 6.1, 'mww', 'us1000hq85', '80km SSE of Pangai, Tonga', 'earthquake\r'), +(23046, '2018-11-11 14:04:00', 15.5653, -49.8719, 10, 6.3, 'mww', 'us1000hqkp', 'North Atlantic Ocean', 'earthquake\r'), +(23047, '2018-11-12 22:37:28', -3.076, -103.3972, 10, 5.6, 'mww', 'us1000hr1c', 'Central East Pacific Rise', 'earthquake\r'), +(23048, '2018-11-14 21:21:51', 55.6414, 161.9943, 49, 6.1, 'mww', 'us1000hrv1', '71km SSW of Ust\'\'-Kamchatsk Staryy, Russia', 'earthquake\r'), +(23049, '2018-11-14 23:01:22', -2.9068, 119.3922, 14.01, 5.5, 'mww', 'us1000hrxp', '4km NNE of Mamasa, Indonesia', 'earthquake\r'), +(23050, '2018-11-15 16:49:42', -56.8145, -25.572, 10, 5.5, 'mww', 'us1000hs5v', '100km E of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(23051, '2018-11-15 20:02:23', -56.7065, -25.546, 15, 6.4, 'mww', 'us1000hsaf', '101km E of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(23052, '2018-11-15 23:09:01', -56.2363, -122.0441, 10, 6.3, 'mww', 'us1000hsfz', 'Southern East Pacific Rise', 'earthquake\r'), +(23053, '2018-11-16 03:26:56', -10.5383, 163.1676, 10, 6.2, 'mww', 'us1000hsie', '136km E of Kirakira, Solomon Islands', 'earthquake\r'), +(23054, '2018-11-17 13:17:59', 15.5399, -49.907, 10, 5.5, 'mww', 'us1000ht5z', 'North Atlantic Ocean', 'earthquake\r'), +(23055, '2018-11-18 20:25:47', -17.8735, -178.9273, 540, 6.8, 'mww', 'us1000htm5', '241km SE of Lambasa, Fiji', 'earthquake\r'), +(23056, '2018-11-20 19:09:49', 30.42, 130.0667, 123, 5.5, 'mww', 'us1000hujf', '96km SSW of Makurazaki, Japan', 'earthquake\r'), +(23057, '2018-11-21 18:21:44', 59.955, -153.2658, 143.3, 5.7, 'ml', 'ak20386247', '65km SSW of Redoubt Volcano, Alaska', 'earthquake\r'), +(23058, '2018-11-22 16:07:05', -54.2265, -137.5052, 10, 5.9, 'mww', 'us1000hvfv', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(23059, '2018-11-23 10:51:59', -56.3023, -26.9882, 76, 5.6, 'mww', 'us1000hvn9', '46km NNE of Visokoi Island, South Georgia and the South Sandwich Islands', 'earthquake\r'), +(23060, '2018-11-24 15:42:01', -21.1184, -175.7911, 10, 5.6, 'mww', 'us1000hw5j', '59km W of Havelu, Tonga', 'earthquake\r'), +(23061, '2018-11-24 23:42:40', -47.9039, 165.4217, 10, 5.8, 'mww', 'us1000hw91', '261km SW of Riverton, New Zealand', 'earthquake\r'), +(23062, '2018-11-25 03:40:51', 13.1817, -81.0931, 10, 6, 'mww', 'us1000hwaj', '36km SE of Mountain, Colombia', 'earthquake\r'), +(23063, '2018-11-25 06:14:31', -28.9982, -177.321, 40, 5.6, 'mww', 'us1000hwb5', '63km ENE of Raoul Island, New Zealand', 'earthquake\r'), +(23064, '2018-11-25 16:37:33', 34.3609, 45.7443, 18, 6.3, 'mww', 'us1000hwdw', '15km SW of Sarpol-e Zahab, Iran', 'earthquake\r'), +(23065, '2018-11-25 20:56:36', 13.1647, -81.046, 10, 5.7, 'mww', 'us1000hwg8', '41km ESE of Mountain, Colombia', 'earthquake\r'), +(23066, '2018-11-25 23:57:26', 23.4043, 118.5785, 16, 5.7, 'mww', 'us1000hwix', '103km SE of Aozhong, China', 'earthquake\r'), +(23067, '2018-11-27 02:45:33', -17.8924, -178.571, 574.21, 5.7, 'mww', 'us1000hwwp', '272km SE of Lambasa, Fiji', 'earthquake\r'), +(23068, '2018-11-27 05:37:59', 19.3732, -108.3512, 10, 5.6, 'mww', 'us1000hwxu', '283km ENE of Socorro Island, Mexico', 'earthquake\r'), +(23069, '2018-11-27 12:03:27', -0.942, -13.8275, 10, 5.7, 'mww', 'us1000hwzq', 'North of Ascension Island', 'earthquake\r'), +(23070, '2018-11-27 15:41:20', -21.3682, 171.3341, 10, 5.7, 'mww', 'us1000hx1t', '136km NNW of Ile Hunter, New Caledonia', 'earthquake\r'), +(23071, '2018-11-27 19:34:46', 15.5797, -49.8369, 10, 5.5, 'mww', 'us1000hx62', 'North Atlantic Ocean', 'earthquake\r'), +(23072, '2018-11-29 20:21:45', 0.2267, 96.9976, 9.87, 5.8, 'mww', 'us1000hy0k', '258km SSE of Sinabang, Indonesia', 'earthquake\r'), +(23073, '2018-11-30 17:29:29', 61.3464, -149.9552, 46.7, 7, 'mww', 'ak20419010', '14km NNW of Anchorage, Alaska', 'earthquake\r'), +(23074, '2018-11-30 17:35:37', 61.2822, -149.9571, 40.8, 5.7, 'ml', 'ak20419042', '7km NNW of Anchorage, Alaska', 'earthquake\r'), +(23075, '2018-12-01 13:27:21', -7.3841, 128.7065, 136, 6.4, 'mww', 'us1000hzjp', '294km WNW of Saumlaki, Indonesia', 'earthquake\r'), +(23076, '2018-12-01 23:55:25', -33.9216, -72.401, 10, 5.5, 'mww', 'us1000i02j', '80km WSW of San Antonio, Chile', 'earthquake\r'), +(23077, '2018-12-02 22:32:48', -21.2525, 171.4529, 10, 5.5, 'mww', 'us1000i0sc', '141km NNW of Ile Hunter, New Caledonia', 'earthquake\r'), +(23078, '2018-12-02 23:13:53', -52.571, 17.9976, 10, 5.5, 'mww', 'us1000i0t9', 'Southwest of Africa', 'earthquake\r'), +(23079, '2018-12-03 14:00:08', -7.3617, 128.7477, 131, 5.5, 'mww', 'us1000i16h', '290km WNW of Saumlaki, Indonesia', 'earthquake\r'), +(23080, '2018-12-04 06:20:29', -56.2383, -124.1048, 10, 5.6, 'mww', 'us1000i1xx', 'Southern East Pacific Rise', 'earthquake\r'), +(23081, '2018-12-04 06:52:58', 2.3784, 126.8469, 36.76, 5.5, 'mww', 'us1000i1qd', '147km WNW of Tobelo, Indonesia', 'earthquake\r'), +(23082, '2018-12-05 04:14:36', -22.0161, 169.3495, 10, 6.3, 'mb', 'us1000i2gr', '160km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23083, '2018-12-05 04:18:08', -21.9496, 169.4266, 10, 7.5, 'mww', 'us1000i2gt', '165km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23084, '2018-12-05 04:28:43', -21.6078, 169.4388, 10, 5.9, 'mb', 'us1000i2hh', '161km E of Tadine, New Caledonia', 'earthquake\r'), +(23085, '2018-12-05 04:30:24', -21.8427, 169.147, 10, 5.9, 'mb', 'us1000i2h5', '134km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23086, '2018-12-05 04:31:24', -21.9051, 169.4844, 10, 5.7, 'mb', 'us1000i2i1', '170km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23087, '2018-12-05 04:35:11', -21.9944, 169.2763, 10, 5.5, 'mb', 'us2000isqv', '152km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23088, '2018-12-05 04:41:56', -21.7205, 169.2046, 10, 5.8, 'mb', 'us1000i2hk', '138km E of Tadine, New Caledonia', 'earthquake\r'), +(23089, '2018-12-05 06:43:04', -22.0629, 169.7331, 10, 6.6, 'mww', 'us1000i2k0', '199km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23090, '2018-12-06 01:02:46', -8.3948, 116.0135, 12, 5.5, 'mww', 'us1000i36p', '9km W of Karangsubagan, Indonesia', 'earthquake\r'), +(23091, '2018-12-06 23:27:00', -22.3519, 169.6372, 9, 5.9, 'mww', 'us1000i3ui', '201km ESE of Tadine, New Caledonia', 'earthquake\r'), +(23092, '2018-12-11 02:26:29', -58.5446, -26.3856, 133, 7.1, 'mww', 'us2000isc8', '54km N of Bristol Island, South Sandwich Islands', 'earthquake\r'), +(23093, '2018-12-12 13:13:56', -55.6687, -128.6641, 10, 6.3, 'mww', 'us2000isw3', 'Pacific-Antarctic Ridge', 'earthquake\r'), +(23094, '2018-12-16 09:42:37', -3.9226, 140.2323, 61.97, 6.1, 'mww', 'us2000iu2u', '147km SSW of Abepura, Indonesia', 'earthquake\r'), +(23095, '2018-12-16 09:48:21', -16.3371, 168.1512, 9, 5.5, 'mww', 'us2000iu3c', '82km ESE of Lakatoro, Vanuatu', 'earthquake\r'), +(23096, '2018-12-16 14:26:20', -23.3226, 112.4979, 10, 5.8, 'mww', 'us2000iu4a', '206km NW of Carnarvon, Australia', 'earthquake\r'), +(23097, '2018-12-19 01:37:41', -36.1378, -101.0723, 10, 6.3, 'mww', 'us2000iuya', 'Southeast of Easter Island', 'earthquake\r'), +(23098, '2018-12-19 03:38:38', 30.5546, -41.8401, 10, 5.7, 'mww', 'us2000iuyv', 'Northern Mid-Atlantic Ridge', 'earthquake\r'), +(23099, '2018-12-19 21:37:48', -6.0306, 149.8654, 31.68, 5.8, 'mww', 'us2000iv5f', '40km ENE of Kandrian, Papua New Guinea', 'earthquake\r'), +(23100, '2018-12-20 17:01:55', 55.0999, 164.6993, 16.56, 7.3, 'mww', 'us2000ivfw', '83km W of Nikol\'\'skoye, Russia', 'earthquake\r'), +(23101, '2018-12-20 17:09:05', 54.8999, 164.7724, 10, 5.9, 'mb', 'us2000j1rt', '84km WSW of Nikol\'\'skoye, Russia', 'earthquake\r'), +(23102, '2018-12-20 17:19:30', 55.1172, 164.7666, 10, 5.6, 'mb', 'us2000ivge', '78km W of Nikol\'\'skoye, Russia', 'earthquake\r'), +(23103, '2018-12-20 17:35:10', 54.8488, 164.6917, 10, 5.6, 'mb', 'us2000ivgx', '91km WSW of Nikol\'\'skoye, Russia', 'earthquake\r'), +(23104, '2018-12-21 06:33:52', -5.4764, 151.9565, 10, 5.9, 'mww', 'us2000ivs3', '128km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(23105, '2018-12-21 08:30:15', -5.3927, 151.9909, 10, 5.7, 'mww', 'us2000ivst', '118km SSW of Kokopo, Papua New Guinea', 'earthquake\r'), +(23106, '2018-12-21 18:19:36', 55.2636, 164.4617, 18.06, 5.5, 'mww', 'us2000iw0e', '97km W of Nikol\'\'skoye, Russia', 'earthquake\r'), +(23107, '2018-12-22 13:29:47', 55.2172, 164.6223, 10, 5.5, 'mww', 'us2000iwa7', '87km W of Nikol\'\'skoye, Russia', 'earthquake\r'), +(23108, '2018-12-22 14:25:01', -13.394, 166.8116, 42, 6, 'mww', 'us2000iwat', '96km NW of Sola, Vanuatu', 'earthquake\r'), +(23109, '2018-12-23 19:32:22', 30.4079, 87.62, 10, 5.8, 'mww', 'us2000iws8', '113km WSW of Jiajuedibu, China', 'earthquake\r'), +(23110, '2018-12-23 23:08:43', -20.3058, -175.0668, 113, 6.4, 'mww', 'us2000iwvb', '92km N of Nuku`alofa, Tonga', 'earthquake\r'), +(23111, '2018-12-24 00:18:07', 34.0702, 141.6992, 13.04, 5.6, 'mww', 'us2000iwwp', '174km SE of Katsuura, Japan', 'earthquake\r'), +(23112, '2018-12-24 00:43:11', 34.0647, 141.6485, 9.06, 5.5, 'mww', 'us2000iwx0', '171km SE of Katsuura, Japan', 'earthquake\r'), +(23113, '2018-12-24 10:41:40', 54.6074, 164.1721, 10, 5.6, 'mww', 'us2000ix38', '133km WSW of Nikol\'\'skoye, Russia', 'earthquake\r'), +(23114, '2018-12-24 12:41:19', 55.3787, 164.4915, 10, 6, 'mww', 'us2000ix3y', '97km WNW of Nikol\'\'skoye, Russia', 'earthquake\r'), +(23115, '2018-12-26 14:11:22', -17.2789, -174.0153, 120, 5.7, 'mww', 'us2000ixpr', '149km S of Hihifo, Tonga', 'earthquake\r'), +(23116, '2018-12-28 03:03:33', -1.4521, 134.085, 41, 5.7, 'mww', 'us2000iyhj', '64km S of Manokwari, Indonesia', 'earthquake\r'), +(23117, '2018-12-29 03:39:10', 5.8983, 126.9209, 60.21, 7, 'mww', 'us2000iyta', '96km ESE of Pondaguitan, Philippines', 'earthquake\r'), +(23118, '2018-12-30 08:39:12', -2.6772, 102.349, 166, 5.7, 'mww', 'us2000iz50', '89km NW of Lubuklinggau, Indonesia', 'earthquake\r'), +(23119, '2018-12-31 02:35:38', 54.4266, -161.5131, 31, 6, 'mww', 'us2000izcv', '114km SE of Cold Bay, Alaska', 'earthquake\r'); + +-- 2019-03-06 10:57:45 From ea02cd638433cf18b16461c5df13ce8715f8e45a Mon Sep 17 00:00:00 2001 From: Vivek Gawande Date: Thu, 7 Mar 2019 11:41:30 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c63102..a70d910 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ CREATE TABLE `earthquakes` ( ) ``` -2. Run the following command: +3. Run the following command: ``` mysqlimport --ignore-lines=1 --fields-terminated-by=, --fields-optionally-enclosed-by=\" --local -u root -p earthquake earthquakes.csv -``` \ No newline at end of file +```