From bad6db885bd35d4d01b94c98f75b92fa68538997 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Sun, 25 Aug 2024 19:59:02 +0200 Subject: [PATCH 1/9] Add multiple dataset examples --- .../charts/dataset/lifeExpectancyVsGdp.ts | 1344 ++++ .../charts/dataset/possibleAsteroidImpact.ts | 6842 +++++++++++++++++ docs/data/charts/dataset/spaceLaunchesCost.ts | 87 + docs/data/charts/dataset/spaceWalks.ts | 2960 +++++++ docs/data/charts/dataset/stars.ts | 2149 ++++++ .../charts/scatter/VoronoiInteraction.tsx | 148 +- 6 files changed, 13500 insertions(+), 30 deletions(-) create mode 100644 docs/data/charts/dataset/lifeExpectancyVsGdp.ts create mode 100644 docs/data/charts/dataset/possibleAsteroidImpact.ts create mode 100644 docs/data/charts/dataset/spaceLaunchesCost.ts create mode 100644 docs/data/charts/dataset/spaceWalks.ts create mode 100644 docs/data/charts/dataset/stars.ts diff --git a/docs/data/charts/dataset/lifeExpectancyVsGdp.ts b/docs/data/charts/dataset/lifeExpectancyVsGdp.ts new file mode 100644 index 000000000000..43d8f2ee9d3a --- /dev/null +++ b/docs/data/charts/dataset/lifeExpectancyVsGdp.ts @@ -0,0 +1,1344 @@ +export const lifeExpectancyVsGdpPerCapita = [ + { + name: 'Afghanistan', + code: 'AFG', + lifeExpectancyAtBirth: 62.6587, + gdpPerCapita: 1928, + year: 2015, + continent: 'Asia', + }, + { + name: 'Albania', + code: 'ALB', + lifeExpectancyAtBirth: 78.6441, + gdpPerCapita: 10192.529, + year: 2015, + continent: 'Europe', + }, + { + name: 'Algeria', + code: 'DZA', + lifeExpectancyAtBirth: 75.622, + gdpPerCapita: 14007.894, + year: 2015, + continent: 'Africa', + }, + { + name: 'Angola', + code: 'AGO', + lifeExpectancyAtBirth: 60.6546, + gdpPerCapita: 8319.567, + year: 2015, + continent: 'Africa', + }, + { + name: 'Argentina', + code: 'ARG', + lifeExpectancyAtBirth: 76.7602, + gdpPerCapita: 19423.666, + year: 2015, + continent: 'South America', + }, + { + name: 'Armenia', + code: 'ARM', + lifeExpectancyAtBirth: 74.4361, + gdpPerCapita: 10076.352, + year: 2015, + continent: 'Asia', + }, + { + name: 'Australia', + code: 'AUS', + lifeExpectancyAtBirth: 82.6552, + gdpPerCapita: 48145.53, + year: 2015, + continent: 'Oceania', + }, + { + name: 'Austria', + code: 'AUT', + lifeExpectancyAtBirth: 81.1594, + gdpPerCapita: 41255.715, + year: 2015, + continent: 'Europe', + }, + { + name: 'Azerbaijan', + code: 'AZE', + lifeExpectancyAtBirth: 71.4512, + gdpPerCapita: 17463.758, + year: 2015, + continent: 'Asia', + }, + { + name: 'Bahrain', + code: 'BHR', + lifeExpectancyAtBirth: 79.4046, + gdpPerCapita: 38369.66, + year: 2015, + continent: 'Asia', + }, + { + name: 'Bangladesh', + code: 'BGD', + lifeExpectancyAtBirth: 70.4913, + gdpPerCapita: 3402.3213, + year: 2015, + continent: 'Asia', + }, + { + name: 'Barbados', + code: 'BRB', + lifeExpectancyAtBirth: 76.6502, + gdpPerCapita: 11849, + year: 2015, + continent: 'North America', + }, + { + name: 'Belarus', + code: 'BLR', + lifeExpectancyAtBirth: 73.9874, + gdpPerCapita: 18122.863, + year: 2015, + continent: 'Europe', + }, + { + name: 'Belgium', + code: 'BEL', + lifeExpectancyAtBirth: 80.8898, + gdpPerCapita: 39160.324, + year: 2015, + continent: 'Europe', + }, + { + name: 'Benin', + code: 'BEN', + lifeExpectancyAtBirth: 59.3771, + gdpPerCapita: 2055, + year: 2015, + continent: 'Africa', + }, + { + name: 'Bolivia', + code: 'BOL', + lifeExpectancyAtBirth: 67.3182, + gdpPerCapita: 6176.267, + year: 2015, + continent: 'South America', + }, + { + name: 'Bosnia and Herzegovina', + code: 'BIH', + lifeExpectancyAtBirth: 76.1819, + gdpPerCapita: 9639.478, + year: 2015, + continent: 'Europe', + }, + { + name: 'Botswana', + code: 'BWA', + lifeExpectancyAtBirth: 63.8183, + gdpPerCapita: 13980.036, + year: 2015, + continent: 'Africa', + }, + { + name: 'Brazil', + code: 'BRA', + lifeExpectancyAtBirth: 74.3325, + gdpPerCapita: 14583.982, + year: 2015, + continent: 'South America', + }, + { + name: 'Bulgaria', + code: 'BGR', + lifeExpectancyAtBirth: 74.6325, + gdpPerCapita: 16186.409, + year: 2015, + continent: 'Europe', + }, + { + name: 'Burkina Faso', + code: 'BFA', + lifeExpectancyAtBirth: 58.8454, + gdpPerCapita: 1456.9303, + year: 2015, + continent: 'Africa', + }, + { + name: 'Burundi', + code: 'BDI', + lifeExpectancyAtBirth: 60.2172, + gdpPerCapita: 694, + year: 2015, + continent: 'Africa', + }, + { + name: 'Cambodia', + code: 'KHM', + lifeExpectancyAtBirth: 69.8725, + gdpPerCapita: 3149.8743, + year: 2015, + continent: 'Asia', + }, + { + name: 'Cameroon', + code: 'CMR', + lifeExpectancyAtBirth: 59.658, + gdpPerCapita: 2718.3054, + year: 2015, + continent: 'Africa', + }, + { + name: 'Canada', + code: 'CAN', + lifeExpectancyAtBirth: 81.9246, + gdpPerCapita: 43761.527, + year: 2015, + continent: 'North America', + }, + { + name: 'Cape Verde', + code: 'CPV', + lifeExpectancyAtBirth: 74.6195, + gdpPerCapita: 6266, + year: 2015, + continent: 'Africa', + }, + { + name: 'Central African Republic', + code: 'CAF', + lifeExpectancyAtBirth: 52.793, + gdpPerCapita: 576, + year: 2015, + continent: 'Africa', + }, + { + name: 'Chad', + code: 'TCD', + lifeExpectancyAtBirth: 51.5888, + gdpPerCapita: 1802.3212, + year: 2015, + continent: 'Africa', + }, + { + name: 'Chile', + code: 'CHL', + lifeExpectancyAtBirth: 79.746, + gdpPerCapita: 21574.018, + year: 2015, + continent: 'South America', + }, + { + name: 'China', + code: 'CHN', + lifeExpectancyAtBirth: 76.9771, + gdpPerCapita: 13325.432, + year: 2015, + continent: 'Asia', + }, + { + name: 'Colombia', + code: 'COL', + lifeExpectancyAtBirth: 76.2573, + gdpPerCapita: 13237.291, + year: 2015, + continent: 'South America', + }, + { + name: 'Comoros', + code: 'COM', + lifeExpectancyAtBirth: 62.8956, + gdpPerCapita: 1696, + year: 2015, + continent: 'Africa', + }, + { + name: 'Congo', + code: 'COG', + lifeExpectancyAtBirth: 63.2329, + gdpPerCapita: 6079.4575, + year: 2015, + continent: 'Africa', + }, + { + name: 'Costa Rica', + code: 'CRI', + lifeExpectancyAtBirth: 79.0857, + gdpPerCapita: 13557.923, + year: 2015, + continent: 'North America', + }, + { + name: "Cote d'Ivoire", + code: 'CIV', + lifeExpectancyAtBirth: 57.7624, + gdpPerCapita: 3182.1077, + year: 2015, + continent: 'Africa', + }, + { + name: 'Croatia', + code: 'HRV', + lifeExpectancyAtBirth: 77.5599, + gdpPerCapita: 20025.754, + year: 2015, + continent: 'Europe', + }, + { + name: 'Cuba', + code: 'CUB', + lifeExpectancyAtBirth: 77.772, + gdpPerCapita: 7889, + year: 2015, + continent: 'North America', + }, + { + name: 'Cyprus', + code: 'CYP', + lifeExpectancyAtBirth: 80.9665, + gdpPerCapita: 25081.504, + year: 2015, + continent: 'Europe', + }, + { + name: 'Czechia', + code: 'CZE', + lifeExpectancyAtBirth: 78.58, + gdpPerCapita: 28437.604, + year: 2015, + continent: 'Europe', + }, + { + name: 'Democratic Republic of Congo', + code: 'COD', + lifeExpectancyAtBirth: 58.49, + gdpPerCapita: 806.7695, + year: 2015, + continent: 'Africa', + }, + { + name: 'Denmark', + code: 'DNK', + lifeExpectancyAtBirth: 80.738, + gdpPerCapita: 44940.887, + year: 2015, + continent: 'Europe', + }, + { + name: 'Djibouti', + code: 'DJI', + lifeExpectancyAtBirth: 61.957, + gdpPerCapita: 2941, + year: 2015, + continent: 'Africa', + }, + { + name: 'Dominica', + code: 'DMA', + lifeExpectancyAtBirth: 68.7266, + gdpPerCapita: 9319, + year: 2015, + continent: 'North America', + }, + { + name: 'Dominican Republic', + code: 'DOM', + lifeExpectancyAtBirth: 72.9531, + gdpPerCapita: 13765.119, + year: 2015, + continent: 'North America', + }, + { + name: 'Ecuador', + code: 'ECU', + lifeExpectancyAtBirth: 76.7893, + gdpPerCapita: 10878.766, + year: 2015, + continent: 'South America', + }, + { + name: 'Egypt', + code: 'EGY', + lifeExpectancyAtBirth: 70.4831, + gdpPerCapita: 11312.848, + year: 2015, + continent: 'Africa', + }, + { + name: 'El Salvador', + code: 'SLV', + lifeExpectancyAtBirth: 71.8143, + gdpPerCapita: 8109, + year: 2015, + continent: 'North America', + }, + { + name: 'Equatorial Guinea', + code: 'GNQ', + lifeExpectancyAtBirth: 60.1032, + gdpPerCapita: 37822, + year: 2015, + continent: 'Africa', + }, + { + name: 'Estonia', + code: 'EST', + lifeExpectancyAtBirth: 77.6563, + gdpPerCapita: 24473.66, + year: 2015, + continent: 'Europe', + }, + { + name: 'Eswatini', + code: 'SWZ', + lifeExpectancyAtBirth: 55.0192, + gdpPerCapita: 7969, + year: 2015, + continent: 'Africa', + }, + { + name: 'Ethiopia', + code: 'ETH', + lifeExpectancyAtBirth: 63.6492, + gdpPerCapita: 1601.2638, + year: 2015, + continent: 'Africa', + }, + { + name: 'Finland', + code: 'FIN', + lifeExpectancyAtBirth: 81.4178, + gdpPerCapita: 36986.7, + year: 2015, + continent: 'Europe', + }, + { + name: 'France', + code: 'FRA', + lifeExpectancyAtBirth: 82.1857, + gdpPerCapita: 37077.89, + year: 2015, + continent: 'Europe', + }, + { + name: 'Gabon', + code: 'GAB', + lifeExpectancyAtBirth: 65.4599, + gdpPerCapita: 17180, + year: 2015, + continent: 'Africa', + }, + { + name: 'Gambia', + code: 'GMB', + lifeExpectancyAtBirth: 62.494, + gdpPerCapita: 1786, + year: 2015, + continent: 'Africa', + }, + { + name: 'Georgia', + code: 'GEO', + lifeExpectancyAtBirth: 73.2972, + gdpPerCapita: 10629.594, + year: 2015, + continent: 'Asia', + }, + { + name: 'Germany', + code: 'DEU', + lifeExpectancyAtBirth: 80.5742, + gdpPerCapita: 44405.168, + year: 2015, + continent: 'Europe', + }, + { + name: 'Ghana', + code: 'GHA', + lifeExpectancyAtBirth: 63.1752, + gdpPerCapita: 3610.646, + year: 2015, + continent: 'Africa', + }, + { + name: 'Greece', + code: 'GRC', + lifeExpectancyAtBirth: 80.6676, + gdpPerCapita: 22696.203, + year: 2015, + continent: 'Europe', + }, + { + name: 'Guatemala', + code: 'GTM', + lifeExpectancyAtBirth: 72.103, + gdpPerCapita: 7126.9927, + year: 2015, + continent: 'North America', + }, + { + name: 'Guinea', + code: 'GIN', + lifeExpectancyAtBirth: 58.1336, + gdpPerCapita: 1364, + year: 2015, + continent: 'Africa', + }, + { + name: 'Guinea-Bissau', + code: 'GNB', + lifeExpectancyAtBirth: 59.1282, + gdpPerCapita: 1393, + year: 2015, + continent: 'Africa', + }, + { + name: 'Haiti', + code: 'HTI', + lifeExpectancyAtBirth: 63.2372, + gdpPerCapita: 1742, + year: 2015, + continent: 'North America', + }, + { + name: 'Honduras', + code: 'HND', + lifeExpectancyAtBirth: 72.4871, + gdpPerCapita: 4706, + year: 2015, + continent: 'North America', + }, + { + name: 'Hong Kong', + code: 'HKG', + lifeExpectancyAtBirth: 84.2888, + gdpPerCapita: 47653.695, + year: 2015, + continent: 'Asia', + }, + { + name: 'Hungary', + code: 'HUN', + lifeExpectancyAtBirth: 75.6517, + gdpPerCapita: 22993.375, + year: 2015, + continent: 'Europe', + }, + { + name: 'Iceland', + code: 'ISL', + lifeExpectancyAtBirth: 82.3508, + gdpPerCapita: 39756.527, + year: 2015, + continent: 'Europe', + }, + { + name: 'India', + code: 'IND', + lifeExpectancyAtBirth: 69.6363, + gdpPerCapita: 5869.8467, + year: 2015, + continent: 'Asia', + }, + { + name: 'Indonesia', + code: 'IDN', + lifeExpectancyAtBirth: 69.6989, + gdpPerCapita: 10432.305, + year: 2015, + continent: 'Asia', + }, + { + name: 'Iran', + code: 'IRN', + lifeExpectancyAtBirth: 75.1239, + gdpPerCapita: 16922.88, + year: 2015, + continent: 'Asia', + }, + { + name: 'Iraq', + code: 'IRQ', + lifeExpectancyAtBirth: 69.4403, + gdpPerCapita: 12574.508, + year: 2015, + continent: 'Asia', + }, + { + name: 'Ireland', + code: 'IRL', + lifeExpectancyAtBirth: 81.4163, + gdpPerCapita: 53196.598, + year: 2015, + continent: 'Europe', + }, + { + name: 'Israel', + code: 'ISR', + lifeExpectancyAtBirth: 82.0999, + gdpPerCapita: 31050.408, + year: 2015, + continent: 'Asia', + }, + { + name: 'Italy', + code: 'ITA', + lifeExpectancyAtBirth: 82.5255, + gdpPerCapita: 33620.742, + year: 2015, + continent: 'Europe', + }, + { + name: 'Jamaica', + code: 'JAM', + lifeExpectancyAtBirth: 72.394, + gdpPerCapita: 7268.231, + year: 2015, + continent: 'North America', + }, + { + name: 'Japan', + code: 'JPN', + lifeExpectancyAtBirth: 83.8928, + gdpPerCapita: 37053.176, + year: 2015, + continent: 'Asia', + }, + { + name: 'Jordan', + code: 'JOR', + lifeExpectancyAtBirth: 75.0112, + gdpPerCapita: 9307.248, + year: 2015, + continent: 'Asia', + }, + { + name: 'Kazakhstan', + code: 'KAZ', + lifeExpectancyAtBirth: 70.7265, + gdpPerCapita: 23782.562, + year: 2015, + continent: 'Asia', + }, + { + name: 'Kenya', + code: 'KEN', + lifeExpectancyAtBirth: 61.8922, + gdpPerCapita: 2921.3428, + year: 2015, + continent: 'Africa', + }, + { + name: 'Kuwait', + code: 'KWT', + lifeExpectancyAtBirth: 79.5624, + gdpPerCapita: 78261.195, + year: 2015, + continent: 'Asia', + }, + { + name: 'Kyrgyzstan', + code: 'KGZ', + lifeExpectancyAtBirth: 69.9963, + gdpPerCapita: 4772.76, + year: 2015, + continent: 'Asia', + }, + { + name: 'Laos', + code: 'LAO', + lifeExpectancyAtBirth: 66.67, + gdpPerCapita: 5559, + year: 2015, + continent: 'Asia', + }, + { + name: 'Latvia', + code: 'LVA', + lifeExpectancyAtBirth: 74.6854, + gdpPerCapita: 22179.42, + year: 2015, + continent: 'Europe', + }, + { + name: 'Lebanon', + code: 'LBN', + lifeExpectancyAtBirth: 79.2294, + gdpPerCapita: 12982.721, + year: 2015, + continent: 'Asia', + }, + { + name: 'Lesotho', + code: 'LSO', + lifeExpectancyAtBirth: 51.1014, + gdpPerCapita: 2710, + year: 2015, + continent: 'Africa', + }, + { + name: 'Liberia', + code: 'LBR', + lifeExpectancyAtBirth: 59.1485, + gdpPerCapita: 865, + year: 2015, + continent: 'Africa', + }, + { + name: 'Libya', + code: 'LBY', + lifeExpectancyAtBirth: 71.6982, + gdpPerCapita: 14720.548, + year: 2015, + continent: 'Africa', + }, + { + name: 'Lithuania', + code: 'LTU', + lifeExpectancyAtBirth: 74.6103, + gdpPerCapita: 23968.848, + year: 2015, + continent: 'Europe', + }, + { + name: 'Luxembourg', + code: 'LUX', + lifeExpectancyAtBirth: 81.8384, + gdpPerCapita: 54251.45, + year: 2015, + continent: 'Europe', + }, + { + name: 'Madagascar', + code: 'MDG', + lifeExpectancyAtBirth: 64.339, + gdpPerCapita: 1360.7545, + year: 2015, + continent: 'Africa', + }, + { + name: 'Malawi', + code: 'MWI', + lifeExpectancyAtBirth: 61.3781, + gdpPerCapita: 1144.3241, + year: 2015, + continent: 'Africa', + }, + { + name: 'Malaysia', + code: 'MYS', + lifeExpectancyAtBirth: 75.0942, + gdpPerCapita: 22550.342, + year: 2015, + continent: 'Asia', + }, + { + name: 'Mali', + code: 'MLI', + lifeExpectancyAtBirth: 58.3632, + gdpPerCapita: 1555.8046, + year: 2015, + continent: 'Africa', + }, + { + name: 'Malta', + code: 'MLT', + lifeExpectancyAtBirth: 82.9621, + gdpPerCapita: 28906.48, + year: 2015, + continent: 'Europe', + }, + { + name: 'Mauritania', + code: 'MRT', + lifeExpectancyAtBirth: 64.4847, + gdpPerCapita: 3424, + year: 2015, + continent: 'Africa', + }, + { + name: 'Mauritius', + code: 'MUS', + lifeExpectancyAtBirth: 74.9754, + gdpPerCapita: 18828, + year: 2015, + continent: 'Africa', + }, + { + name: 'Mexico', + code: 'MEX', + lifeExpectancyAtBirth: 74.6822, + gdpPerCapita: 16235.004, + year: 2015, + continent: 'North America', + }, + { + name: 'Moldova', + code: 'MDA', + lifeExpectancyAtBirth: 69.2396, + gdpPerCapita: 5784.4917, + year: 2015, + continent: 'Europe', + }, + { + name: 'Mongolia', + code: 'MNG', + lifeExpectancyAtBirth: 69.4977, + gdpPerCapita: 12398, + year: 2015, + continent: 'Asia', + }, + { + name: 'Montenegro', + code: 'MNE', + lifeExpectancyAtBirth: 76.7561, + gdpPerCapita: 17249, + year: 2015, + continent: 'Europe', + }, + { + name: 'Morocco', + code: 'MAR', + lifeExpectancyAtBirth: 72.9197, + gdpPerCapita: 7959.528, + year: 2015, + continent: 'Africa', + }, + { + name: 'Mozambique', + code: 'MOZ', + lifeExpectancyAtBirth: 58.1509, + gdpPerCapita: 1090.3977, + year: 2015, + continent: 'Africa', + }, + { + name: 'Myanmar', + code: 'MMR', + lifeExpectancyAtBirth: 65.5613, + gdpPerCapita: 4984.669, + year: 2015, + continent: 'Asia', + }, + { + name: 'Namibia', + code: 'NAM', + lifeExpectancyAtBirth: 60.7002, + gdpPerCapita: 9333.583, + year: 2015, + continent: 'Africa', + }, + { + name: 'Nepal', + code: 'NPL', + lifeExpectancyAtBirth: 67.4562, + gdpPerCapita: 2455, + year: 2015, + continent: 'Asia', + }, + { + name: 'Netherlands', + code: 'NLD', + lifeExpectancyAtBirth: 81.4821, + gdpPerCapita: 44912.664, + year: 2015, + continent: 'Europe', + }, + { + name: 'New Zealand', + code: 'NZL', + lifeExpectancyAtBirth: 81.9765, + gdpPerCapita: 34248.477, + year: 2015, + continent: 'Oceania', + }, + { + name: 'Nicaragua', + code: 'NIC', + lifeExpectancyAtBirth: 72.983, + gdpPerCapita: 4866, + year: 2015, + continent: 'North America', + }, + { + name: 'Niger', + code: 'NER', + lifeExpectancyAtBirth: 61.0827, + gdpPerCapita: 888.36847, + year: 2015, + continent: 'Africa', + }, + { + name: 'Nigeria', + code: 'NGA', + lifeExpectancyAtBirth: 51.8413, + gdpPerCapita: 5558.026, + year: 2015, + continent: 'Africa', + }, + { + name: 'North Korea', + code: 'PRK', + lifeExpectancyAtBirth: 72.7844, + gdpPerCapita: 1762.5167, + year: 2015, + continent: 'Asia', + }, + { + name: 'North Macedonia', + code: 'MKD', + lifeExpectancyAtBirth: 75.9814, + gdpPerCapita: 12412.94, + year: 2015, + continent: 'Europe', + }, + { + name: 'Norway', + code: 'NOR', + lifeExpectancyAtBirth: 82.2718, + gdpPerCapita: 82983.99, + year: 2015, + continent: 'Europe', + }, + { + name: 'Oman', + code: 'OMN', + lifeExpectancyAtBirth: 77.6869, + gdpPerCapita: 49926.875, + year: 2015, + continent: 'Asia', + }, + { + name: 'Pakistan', + code: 'PAK', + lifeExpectancyAtBirth: 65.6971, + gdpPerCapita: 4889.915, + year: 2015, + continent: 'Asia', + }, + { + name: 'Palestine', + code: 'PSE', + lifeExpectancyAtBirth: 74.4057, + gdpPerCapita: 5003, + year: 2015, + continent: 'Asia', + }, + { + name: 'Panama', + code: 'PAN', + lifeExpectancyAtBirth: 77.4684, + gdpPerCapita: 20723, + year: 2015, + continent: 'North America', + }, + { + name: 'Paraguay', + code: 'PRY', + lifeExpectancyAtBirth: 73.1905, + gdpPerCapita: 8188.404, + year: 2015, + continent: 'South America', + }, + { + name: 'Peru', + code: 'PER', + lifeExpectancyAtBirth: 75.6206, + gdpPerCapita: 11713.57, + year: 2015, + continent: 'South America', + }, + { + name: 'Philippines', + code: 'PHL', + lifeExpectancyAtBirth: 71.2684, + gdpPerCapita: 7070.4756, + year: 2015, + continent: 'Asia', + }, + { + name: 'Poland', + code: 'POL', + lifeExpectancyAtBirth: 77.4151, + gdpPerCapita: 24285.14, + year: 2015, + continent: 'Europe', + }, + { + name: 'Portugal', + code: 'PRT', + lifeExpectancyAtBirth: 81.2093, + gdpPerCapita: 24983.701, + year: 2015, + continent: 'Europe', + }, + { + name: 'Puerto Rico', + code: 'PRI', + lifeExpectancyAtBirth: 79.695, + gdpPerCapita: 35384, + year: 2015, + continent: 'North America', + }, + { + name: 'Qatar', + code: 'QAT', + lifeExpectancyAtBirth: 80.0639, + gdpPerCapita: 159800.19, + year: 2015, + continent: 'Asia', + }, + { + name: 'Romania', + code: 'ROU', + lifeExpectancyAtBirth: 74.7901, + gdpPerCapita: 19162.186, + year: 2015, + continent: 'Europe', + }, + { + name: 'Russia', + code: 'RUS', + lifeExpectancyAtBirth: 72.1006, + gdpPerCapita: 23607.953, + year: 2015, + continent: 'Europe', + }, + { + name: 'Rwanda', + code: 'RWA', + lifeExpectancyAtBirth: 65.2977, + gdpPerCapita: 1708.3467, + year: 2015, + continent: 'Africa', + }, + { + name: 'Saint Lucia', + code: 'LCA', + lifeExpectancyAtBirth: 73.1381, + gdpPerCapita: 10185, + year: 2015, + continent: 'North America', + }, + { + name: 'Sao Tome and Principe', + code: 'STP', + lifeExpectancyAtBirth: 67.2491, + gdpPerCapita: 3545, + year: 2015, + continent: 'Africa', + }, + { + name: 'Saudi Arabia', + code: 'SAU', + lifeExpectancyAtBirth: 76.9185, + gdpPerCapita: 51941.598, + year: 2015, + continent: 'Asia', + }, + { + name: 'Senegal', + code: 'SEN', + lifeExpectancyAtBirth: 66.8794, + gdpPerCapita: 2262.3123, + year: 2015, + continent: 'Africa', + }, + { + name: 'Serbia', + code: 'SRB', + lifeExpectancyAtBirth: 75.8172, + gdpPerCapita: 13013.854, + year: 2015, + continent: 'Europe', + }, + { + name: 'Seychelles', + code: 'SYC', + lifeExpectancyAtBirth: 73.6979, + gdpPerCapita: 25690, + year: 2015, + continent: 'Africa', + }, + { + name: 'Sierra Leone', + code: 'SLE', + lifeExpectancyAtBirth: 57.189, + gdpPerCapita: 1563, + year: 2015, + continent: 'Africa', + }, + { + name: 'Singapore', + code: 'SGP', + lifeExpectancyAtBirth: 82.8265, + gdpPerCapita: 67673.94, + year: 2015, + continent: 'Asia', + }, + { + name: 'Slovakia', + code: 'SVK', + lifeExpectancyAtBirth: 76.6493, + gdpPerCapita: 24647.719, + year: 2015, + continent: 'Europe', + }, + { + name: 'Slovenia', + code: 'SVN', + lifeExpectancyAtBirth: 80.8218, + gdpPerCapita: 26186.248, + year: 2015, + continent: 'Europe', + }, + { + name: 'South Africa', + code: 'ZAF', + lifeExpectancyAtBirth: 63.9499, + gdpPerCapita: 12009.91, + year: 2015, + continent: 'Africa', + }, + { + name: 'South Korea', + code: 'KOR', + lifeExpectancyAtBirth: 82.5605, + gdpPerCapita: 35357.52, + year: 2015, + continent: 'Asia', + }, + { + name: 'Spain', + code: 'ESP', + lifeExpectancyAtBirth: 82.6464, + gdpPerCapita: 32057.098, + year: 2015, + continent: 'Europe', + }, + { + name: 'Sri Lanka', + code: 'LKA', + lifeExpectancyAtBirth: 74.9275, + gdpPerCapita: 10784.185, + year: 2015, + continent: 'Asia', + }, + { + name: 'Sweden', + code: 'SWE', + lifeExpectancyAtBirth: 82.1834, + gdpPerCapita: 43782.457, + year: 2015, + continent: 'Europe', + }, + { + name: 'Switzerland', + code: 'CHE', + lifeExpectancyAtBirth: 82.8468, + gdpPerCapita: 60070.867, + year: 2015, + continent: 'Europe', + }, + { + name: 'Syria', + code: 'SYR', + lifeExpectancyAtBirth: 65.1239, + gdpPerCapita: 3464.0376, + year: 2015, + continent: 'Asia', + }, + { + name: 'Taiwan', + code: 'TWN', + lifeExpectancyAtBirth: 79.9471, + gdpPerCapita: 42438.46, + year: 2015, + continent: 'Asia', + }, + { + name: 'Tajikistan', + code: 'TJK', + lifeExpectancyAtBirth: 69.3059, + gdpPerCapita: 3784.3435, + year: 2015, + continent: 'Asia', + }, + { + name: 'Tanzania', + code: 'TZA', + lifeExpectancyAtBirth: 64.6507, + gdpPerCapita: 2505.9724, + year: 2015, + continent: 'Africa', + }, + { + name: 'Thailand', + code: 'THA', + lifeExpectancyAtBirth: 77.7166, + gdpPerCapita: 14960.908, + year: 2015, + continent: 'Asia', + }, + { + name: 'Togo', + code: 'TGO', + lifeExpectancyAtBirth: 59.3958, + gdpPerCapita: 1370, + year: 2015, + continent: 'Africa', + }, + { + name: 'Trinidad and Tobago', + code: 'TTO', + lifeExpectancyAtBirth: 74.5032, + gdpPerCapita: 32480.59, + year: 2015, + continent: 'North America', + }, + { + name: 'Tunisia', + code: 'TUN', + lifeExpectancyAtBirth: 75.6919, + gdpPerCapita: 11063.081, + year: 2015, + continent: 'Africa', + }, + { + name: 'Turkey', + code: 'TUR', + lifeExpectancyAtBirth: 76.646, + gdpPerCapita: 21519.33, + year: 2015, + continent: 'Asia', + }, + { + name: 'Turkmenistan', + code: 'TKM', + lifeExpectancyAtBirth: 68.7816, + gdpPerCapita: 17857.26, + year: 2015, + continent: 'Asia', + }, + { + name: 'Uganda', + code: 'UGA', + lifeExpectancyAtBirth: 61.0856, + gdpPerCapita: 2026.8052, + year: 2015, + continent: 'Africa', + }, + { + name: 'Ukraine', + code: 'UKR', + lifeExpectancyAtBirth: 73.4581, + gdpPerCapita: 8959.174, + year: 2015, + continent: 'Europe', + }, + { + name: 'United Arab Emirates', + code: 'ARE', + lifeExpectancyAtBirth: 79.2232, + gdpPerCapita: 71319.61, + year: 2015, + continent: 'Asia', + }, + { + name: 'United Kingdom', + code: 'GBR', + lifeExpectancyAtBirth: 80.9238, + gdpPerCapita: 37101.227, + year: 2015, + continent: 'Europe', + }, + { + name: 'United States', + code: 'USA', + lifeExpectancyAtBirth: 78.8694, + gdpPerCapita: 52808.152, + year: 2015, + continent: 'North America', + }, + { + name: 'Uruguay', + code: 'URY', + lifeExpectancyAtBirth: 77.4827, + gdpPerCapita: 19123.604, + year: 2015, + continent: 'South America', + }, + { + name: 'Uzbekistan', + code: 'UZB', + lifeExpectancyAtBirth: 70.4753, + gdpPerCapita: 9381.347, + year: 2015, + continent: 'Asia', + }, + { + name: 'Venezuela', + code: 'VEN', + lifeExpectancyAtBirth: 73.0064, + gdpPerCapita: 16333.083, + year: 2015, + continent: 'South America', + }, + { + name: 'Vietnam', + code: 'VNM', + lifeExpectancyAtBirth: 73.8763, + gdpPerCapita: 5776.465, + year: 2015, + continent: 'Asia', + }, + { + name: 'Yemen', + code: 'YEM', + lifeExpectancyAtBirth: 65.8734, + gdpPerCapita: 2820.6172, + year: 2015, + continent: 'Asia', + }, + { + name: 'Zambia', + code: 'ZMB', + lifeExpectancyAtBirth: 61.2078, + gdpPerCapita: 3454.3528, + year: 2015, + continent: 'Africa', + }, + { + name: 'Zimbabwe', + code: 'ZWE', + lifeExpectancyAtBirth: 59.5911, + gdpPerCapita: 1798.7872, + year: 2015, + continent: 'Africa', + }, +]; + +export const lifeExpectancyScatterSeries = Object.values( + lifeExpectancyVsGdpPerCapita + .map((d) => ({ + x: d.gdpPerCapita, + y: d.lifeExpectancyAtBirth, + id: d.code, + continent: d.continent, + })) + .reduce((acc, d) => { + if (!acc[d.continent]) { + acc[d.continent] = { + label: d.continent, + data: [], + }; + } + acc[d.continent].data.push(d); + return acc; + }, {} as any), +) as any; + +console.log(lifeExpectancyScatterSeries); diff --git a/docs/data/charts/dataset/possibleAsteroidImpact.ts b/docs/data/charts/dataset/possibleAsteroidImpact.ts new file mode 100644 index 000000000000..fbf6e91713e7 --- /dev/null +++ b/docs/data/charts/dataset/possibleAsteroidImpact.ts @@ -0,0 +1,6842 @@ +// Dataset from https://www.kaggle.com/datasets/nasa/asteroid-impacts + +export const possibleAsteroidImpact = [ + { + name: '2006 WP1', + periodStart: 2017, + periodEnd: 2017, + numberImpacts: 1, + cumulativeImpactProbability: 5.2e-9, + velocity: 17.77, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2013 YB', + periodStart: 2017, + periodEnd: 2046, + numberImpacts: 23, + cumulativeImpactProbability: 0.000076, + velocity: 8.98, + magnitude: 31.4, + diameterKm: 0.002, + }, + { + name: '2008 US', + periodStart: 2017, + periodEnd: 2062, + numberImpacts: 30, + cumulativeImpactProbability: 0.000016, + velocity: 18.33, + magnitude: 31.4, + diameterKm: 0.002, + }, + { + name: '2010 VR139', + periodStart: 2017, + periodEnd: 2076, + numberImpacts: 24, + cumulativeImpactProbability: 2e-7, + velocity: 4.99, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2015 ME131', + periodStart: 2017, + periodEnd: 2096, + numberImpacts: 85, + cumulativeImpactProbability: 2.3e-8, + velocity: 19.46, + magnitude: 19.2, + diameterKm: 0.497, + }, + { + name: '2010 XB73', + periodStart: 2017, + periodEnd: 2110, + numberImpacts: 55, + cumulativeImpactProbability: 2.8e-7, + velocity: 5.98, + magnitude: 22.5, + diameterKm: 0.11, + }, + { + name: '2005 TM173', + periodStart: 2017, + periodEnd: 2111, + numberImpacts: 123, + cumulativeImpactProbability: 9e-7, + velocity: 8.79, + magnitude: 24.1, + diameterKm: 0.052, + }, + { + name: '2006 SF281', + periodStart: 2017, + periodEnd: 2111, + numberImpacts: 514, + cumulativeImpactProbability: 0.0000019, + velocity: 4.49, + magnitude: 26.2, + diameterKm: 0.02, + }, + { + name: '2010 VP139', + periodStart: 2017, + periodEnd: 2112, + numberImpacts: 350, + cumulativeImpactProbability: 0.000018, + velocity: 2.04, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2014 HR197', + periodStart: 2017, + periodEnd: 2112, + numberImpacts: 187, + cumulativeImpactProbability: 7.9e-8, + velocity: 17.02, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2015 HV182', + periodStart: 2017, + periodEnd: 2113, + numberImpacts: 509, + cumulativeImpactProbability: 7.1e-7, + velocity: 7.78, + magnitude: 21.7, + diameterKm: 0.153, + }, + { + name: '2008 SH148', + periodStart: 2017, + periodEnd: 2113, + numberImpacts: 163, + cumulativeImpactProbability: 8.1e-7, + velocity: 9.47, + magnitude: 26.1, + diameterKm: 0.02, + }, + { + name: '2008 XK', + periodStart: 2017, + periodEnd: 2113, + numberImpacts: 171, + cumulativeImpactProbability: 6.1e-7, + velocity: 9.03, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2010 XC', + periodStart: 2017, + periodEnd: 2113, + numberImpacts: 332, + cumulativeImpactProbability: 0.0000033, + velocity: 3.96, + magnitude: 29.1, + diameterKm: 0.005, + }, + { + name: '2010 MY112', + periodStart: 2017, + periodEnd: 2114, + numberImpacts: 440, + cumulativeImpactProbability: 0.000007, + velocity: 2.1, + magnitude: 25.5, + diameterKm: 0.029, + }, + { + name: '2014 MO68', + periodStart: 2017, + periodEnd: 2114, + numberImpacts: 262, + cumulativeImpactProbability: 0.0000015, + velocity: 8.36, + magnitude: 23.5, + diameterKm: 0.067, + }, + { + name: '2009 FZ4', + periodStart: 2017, + periodEnd: 2114, + numberImpacts: 434, + cumulativeImpactProbability: 0.0000029, + velocity: 10.11, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2008 VS4', + periodStart: 2017, + periodEnd: 2114, + numberImpacts: 300, + cumulativeImpactProbability: 5.9e-7, + velocity: 8.31, + magnitude: 24.1, + diameterKm: 0.051, + }, + { + name: '2009 VZ39', + periodStart: 2017, + periodEnd: 2114, + numberImpacts: 924, + cumulativeImpactProbability: 0.0000071, + velocity: 6.33, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2014 JT79', + periodStart: 2017, + periodEnd: 2114, + numberImpacts: 861, + cumulativeImpactProbability: 0.000001, + velocity: 12.02, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2008 VL', + periodStart: 2017, + periodEnd: 2114, + numberImpacts: 615, + cumulativeImpactProbability: 0.000013, + velocity: 9.68, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2010 WW8', + periodStart: 2017, + periodEnd: 2114, + numberImpacts: 92, + cumulativeImpactProbability: 5.7e-7, + velocity: 4.45, + magnitude: 26.9, + diameterKm: 0.015, + }, + { + name: '2008 EM68', + periodStart: 2017, + periodEnd: 2115, + numberImpacts: 1144, + cumulativeImpactProbability: 0.000013, + velocity: 14.54, + magnitude: 27.8, + diameterKm: 0.01, + }, + { + name: '2015 HW182', + periodStart: 2017, + periodEnd: 2115, + numberImpacts: 174, + cumulativeImpactProbability: 5.7e-8, + velocity: 10.76, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2012 BP123', + periodStart: 2017, + periodEnd: 2115, + numberImpacts: 228, + cumulativeImpactProbability: 5.9e-7, + velocity: 4.6, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2008 EK68', + periodStart: 2017, + periodEnd: 2115, + numberImpacts: 315, + cumulativeImpactProbability: 0.000005, + velocity: 7.43, + magnitude: 29.8, + diameterKm: 0.004, + }, + { + name: '2005 ED224', + periodStart: 2018, + periodEnd: 2064, + numberImpacts: 6, + cumulativeImpactProbability: 0.000003, + velocity: 25.24, + magnitude: 24, + diameterKm: 0.054, + }, + { + name: '2014 MV67', + periodStart: 2018, + periodEnd: 2074, + numberImpacts: 6, + cumulativeImpactProbability: 1.8e-9, + velocity: 12.89, + magnitude: 19, + diameterKm: 0.541, + }, + { + name: '2016 JT38', + periodStart: 2018, + periodEnd: 2088, + numberImpacts: 32, + cumulativeImpactProbability: 6e-9, + velocity: 13.43, + magnitude: 21, + diameterKm: 0.212, + }, + { + name: '2008 JD33', + periodStart: 2018, + periodEnd: 2106, + numberImpacts: 133, + cumulativeImpactProbability: 1.1e-7, + velocity: 5.07, + magnitude: 27.9, + diameterKm: 0.01, + }, + { + name: '2005 NX55', + periodStart: 2018, + periodEnd: 2107, + numberImpacts: 72, + cumulativeImpactProbability: 2.2e-8, + velocity: 25.14, + magnitude: 21.9, + diameterKm: 0.142, + }, + { + name: '2008 UY91', + periodStart: 2018, + periodEnd: 2107, + numberImpacts: 36, + cumulativeImpactProbability: 2.1e-8, + velocity: 16.2, + magnitude: 24.6, + diameterKm: 0.041, + }, + { + name: '2014 OY391', + periodStart: 2018, + periodEnd: 2112, + numberImpacts: 128, + cumulativeImpactProbability: 8.8e-7, + velocity: 14.81, + magnitude: 26, + diameterKm: 0.022, + }, + { + name: '2010 JA43', + periodStart: 2018, + periodEnd: 2113, + numberImpacts: 96, + cumulativeImpactProbability: 8.4e-8, + velocity: 15.13, + magnitude: 21.6, + diameterKm: 0.159, + }, + { + name: '2015 HS182', + periodStart: 2018, + periodEnd: 2113, + numberImpacts: 122, + cumulativeImpactProbability: 5.9e-8, + velocity: 7.56, + magnitude: 25.8, + diameterKm: 0.024, + }, + { + name: '2011 CF66', + periodStart: 2018, + periodEnd: 2114, + numberImpacts: 808, + cumulativeImpactProbability: 0.000015, + velocity: 12.52, + magnitude: 27.8, + diameterKm: 0.01, + }, + { + name: '2016 AZ193', + periodStart: 2018, + periodEnd: 2114, + numberImpacts: 398, + cumulativeImpactProbability: 0.0000023, + velocity: 6.73, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2016 JO38', + periodStart: 2018, + periodEnd: 2115, + numberImpacts: 466, + cumulativeImpactProbability: 9.6e-7, + velocity: 7.41, + magnitude: 24.8, + diameterKm: 0.037, + }, + { + name: '2014 HD198', + periodStart: 2018, + periodEnd: 2115, + numberImpacts: 78, + cumulativeImpactProbability: 0.0000081, + velocity: 17.54, + magnitude: 29.6, + diameterKm: 0.004, + }, + { + name: '2006 QV89', + periodStart: 2019, + periodEnd: 2041, + numberImpacts: 12, + cumulativeImpactProbability: 0.000076, + velocity: 5.16, + magnitude: 25.3, + diameterKm: 0.03, + }, + { + name: '2008 VB4', + periodStart: 2019, + periodEnd: 2103, + numberImpacts: 22, + cumulativeImpactProbability: 1.5e-7, + velocity: 11.84, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2008 UV99', + periodStart: 2019, + periodEnd: 2111, + numberImpacts: 32, + cumulativeImpactProbability: 1.6e-7, + velocity: 15.6, + magnitude: 19.6, + diameterKm: 0.399, + }, + { + name: '2010 DJ77', + periodStart: 2019, + periodEnd: 2113, + numberImpacts: 53, + cumulativeImpactProbability: 6.2e-8, + velocity: 17.04, + magnitude: 21.1, + diameterKm: 0.2, + }, + { + name: '2014 ML67', + periodStart: 2019, + periodEnd: 2113, + numberImpacts: 33, + cumulativeImpactProbability: 7e-7, + velocity: 21.18, + magnitude: 24.2, + diameterKm: 0.05, + }, + { + name: '2004 ME6', + periodStart: 2019, + periodEnd: 2113, + numberImpacts: 51, + cumulativeImpactProbability: 1.6e-7, + velocity: 11.77, + magnitude: 22.6, + diameterKm: 0.1, + }, + { + name: '2007 FT3', + periodStart: 2019, + periodEnd: 2114, + numberImpacts: 138, + cumulativeImpactProbability: 0.0000011, + velocity: 17.05, + magnitude: 20, + diameterKm: 0.34, + }, + { + name: '2014 MA68', + periodStart: 2019, + periodEnd: 2115, + numberImpacts: 454, + cumulativeImpactProbability: 0.00002, + velocity: 4.95, + magnitude: 25.9, + diameterKm: 0.022, + }, + { + name: '2016 RP41', + periodStart: 2019, + periodEnd: 2115, + numberImpacts: 62, + cumulativeImpactProbability: 4.1e-8, + velocity: 8.46, + magnitude: 22.5, + diameterKm: 0.11, + }, + { + name: '2012 BL14', + periodStart: 2019, + periodEnd: 2115, + numberImpacts: 520, + cumulativeImpactProbability: 0.000017, + velocity: 19.82, + magnitude: 28.2, + diameterKm: 0.008, + }, + { + name: '2014 HN198', + periodStart: 2019, + periodEnd: 2115, + numberImpacts: 170, + cumulativeImpactProbability: 1.2e-7, + velocity: 9.65, + magnitude: 25.7, + diameterKm: 0.024, + }, + { + name: '2016 NL56', + periodStart: 2019, + periodEnd: 2116, + numberImpacts: 225, + cumulativeImpactProbability: 0.0000013, + velocity: 13.07, + magnitude: 21.4, + diameterKm: 0.188, + }, + { + name: '2001 YN2', + periodStart: 2020, + periodEnd: 2020, + numberImpacts: 1, + cumulativeImpactProbability: 1.4e-9, + velocity: 18.49, + magnitude: 24.9, + diameterKm: 0.035, + }, + { + name: '2001 UO', + periodStart: 2020, + periodEnd: 2020, + numberImpacts: 1, + cumulativeImpactProbability: 6.2e-10, + velocity: 16.28, + magnitude: 24.1, + diameterKm: 0.051, + }, + { + name: '2008 VM', + periodStart: 2020, + periodEnd: 2031, + numberImpacts: 3, + cumulativeImpactProbability: 0.000036, + velocity: 10.26, + magnitude: 30.2, + diameterKm: 0.003, + }, + { + name: '2001 CA21', + periodStart: 2020, + periodEnd: 2077, + numberImpacts: 6, + cumulativeImpactProbability: 6.5e-9, + velocity: 30.68, + magnitude: 18.5, + diameterKm: 0.679, + }, + { + name: '2016 JP38', + periodStart: 2020, + periodEnd: 2087, + numberImpacts: 28, + cumulativeImpactProbability: 1.8e-8, + velocity: 10.02, + magnitude: 24.4, + diameterKm: 0.044, + }, + { + name: '2008 YD3', + periodStart: 2020, + periodEnd: 2104, + numberImpacts: 45, + cumulativeImpactProbability: 1.9e-7, + velocity: 8.46, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2010 UJ', + periodStart: 2020, + periodEnd: 2108, + numberImpacts: 103, + cumulativeImpactProbability: 0.0000061, + velocity: 2.84, + magnitude: 26.2, + diameterKm: 0.019, + }, + { + name: '2010 AU118', + periodStart: 2020, + periodEnd: 2112, + numberImpacts: 38, + cumulativeImpactProbability: 1.8e-8, + velocity: 25.22, + magnitude: 16.2, + diameterKm: 1.9, + }, + { + name: '2009 TB', + periodStart: 2020, + periodEnd: 2112, + numberImpacts: 35, + cumulativeImpactProbability: 0.0000071, + velocity: 10.84, + magnitude: 29.2, + diameterKm: 0.005, + }, + { + name: '2016 WN55', + periodStart: 2020, + periodEnd: 2113, + numberImpacts: 48, + cumulativeImpactProbability: 0.0000048, + velocity: 0.34, + magnitude: 25.6, + diameterKm: 0.028, + }, + { + name: '2012 BK14', + periodStart: 2020, + periodEnd: 2113, + numberImpacts: 663, + cumulativeImpactProbability: 0.000049, + velocity: 3.67, + magnitude: 28, + diameterKm: 0.009, + }, + { + name: '2012 TC4', + periodStart: 2020, + periodEnd: 2114, + numberImpacts: 79, + cumulativeImpactProbability: 0.000085, + velocity: 6.51, + magnitude: 26.7, + diameterKm: 0.015, + }, + { + name: '2007 YM', + periodStart: 2020, + periodEnd: 2114, + numberImpacts: 239, + cumulativeImpactProbability: 0.0000044, + velocity: 7.69, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2015 HQ182', + periodStart: 2020, + periodEnd: 2114, + numberImpacts: 216, + cumulativeImpactProbability: 1.6e-7, + velocity: 6.9, + magnitude: 24.9, + diameterKm: 0.035, + }, + { + name: '2016 PO66', + periodStart: 2020, + periodEnd: 2115, + numberImpacts: 377, + cumulativeImpactProbability: 0.0000012, + velocity: 25.47, + magnitude: 21.9, + diameterKm: 0.138, + }, + { + name: '2010 XN69', + periodStart: 2020, + periodEnd: 2115, + numberImpacts: 147, + cumulativeImpactProbability: 0.000073, + velocity: 6.63, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2015 YV20', + periodStart: 2020, + periodEnd: 2115, + numberImpacts: 130, + cumulativeImpactProbability: 2.6e-7, + velocity: 5.94, + magnitude: 22.4, + diameterKm: 0.113, + }, + { + name: '2010 LJ68', + periodStart: 2020, + periodEnd: 2115, + numberImpacts: 39, + cumulativeImpactProbability: 3.5e-7, + velocity: 9.69, + magnitude: 22.9, + diameterKm: 0.089, + }, + { + name: '2015 HO182', + periodStart: 2020, + periodEnd: 2115, + numberImpacts: 49, + cumulativeImpactProbability: 4.8e-8, + velocity: 9.63, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2017 AA21', + periodStart: 2020, + periodEnd: 2116, + numberImpacts: 210, + cumulativeImpactProbability: 0.0000043, + velocity: 7.71, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2016 VA18', + periodStart: 2020, + periodEnd: 2116, + numberImpacts: 521, + cumulativeImpactProbability: 0.0000038, + velocity: 7.47, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2016 QY84', + periodStart: 2020, + periodEnd: 2116, + numberImpacts: 703, + cumulativeImpactProbability: 0.000036, + velocity: 3.15, + magnitude: 31.6, + diameterKm: 0.002, + }, + { + name: '2017 AE21', + periodStart: 2020, + periodEnd: 2117, + numberImpacts: 90, + cumulativeImpactProbability: 0.0000032, + velocity: 4.97, + magnitude: 25, + diameterKm: 0.034, + }, + { + name: '2017 AY20', + periodStart: 2021, + periodEnd: 2021, + numberImpacts: 1, + cumulativeImpactProbability: 1.5e-10, + velocity: 19.78, + magnitude: 20.1, + diameterKm: 0.33, + }, + { + name: '2008 UM1', + periodStart: 2021, + periodEnd: 2079, + numberImpacts: 5, + cumulativeImpactProbability: 5e-7, + velocity: 19.03, + magnitude: 31.6, + diameterKm: 0.002, + }, + { + name: '2010 CA55', + periodStart: 2021, + periodEnd: 2087, + numberImpacts: 6, + cumulativeImpactProbability: 6.3e-8, + velocity: 24.03, + magnitude: 22, + diameterKm: 0.14, + }, + { + name: '2010 XQ', + periodStart: 2021, + periodEnd: 2112, + numberImpacts: 60, + cumulativeImpactProbability: 1.9e-7, + velocity: 9.82, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2015 HM182', + periodStart: 2021, + periodEnd: 2112, + numberImpacts: 81, + cumulativeImpactProbability: 1e-7, + velocity: 7.25, + magnitude: 29, + diameterKm: 0.005, + }, + { + name: '2006 CD', + periodStart: 2021, + periodEnd: 2113, + numberImpacts: 56, + cumulativeImpactProbability: 1.9e-8, + velocity: 11.19, + magnitude: 21, + diameterKm: 0.214, + }, + { + name: '2016 PR66', + periodStart: 2021, + periodEnd: 2113, + numberImpacts: 26, + cumulativeImpactProbability: 2e-8, + velocity: 9.88, + magnitude: 23.3, + diameterKm: 0.073, + }, + { + name: '2011 CW46', + periodStart: 2021, + periodEnd: 2113, + numberImpacts: 14, + cumulativeImpactProbability: 9e-9, + velocity: 16.62, + magnitude: 24.7, + diameterKm: 0.039, + }, + { + name: '2015 MC131', + periodStart: 2021, + periodEnd: 2114, + numberImpacts: 30, + cumulativeImpactProbability: 5.9e-7, + velocity: 4.53, + magnitude: 25.1, + diameterKm: 0.033, + }, + { + name: '2014 JV79', + periodStart: 2021, + periodEnd: 2114, + numberImpacts: 164, + cumulativeImpactProbability: 2.9e-7, + velocity: 11.17, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2010 XP', + periodStart: 2021, + periodEnd: 2114, + numberImpacts: 63, + cumulativeImpactProbability: 9e-8, + velocity: 8.96, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2010 HP20', + periodStart: 2021, + periodEnd: 2115, + numberImpacts: 564, + cumulativeImpactProbability: 0.000041, + velocity: 7.66, + magnitude: 28.2, + diameterKm: 0.008, + }, + { + name: '2016 JG38', + periodStart: 2021, + periodEnd: 2115, + numberImpacts: 119, + cumulativeImpactProbability: 6.2e-8, + velocity: 17.18, + magnitude: 24.2, + diameterKm: 0.05, + }, + { + name: '2009 JF1', + periodStart: 2022, + periodEnd: 2022, + numberImpacts: 1, + cumulativeImpactProbability: 0.00024, + velocity: 23.92, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2010 CA', + periodStart: 2022, + periodEnd: 2022, + numberImpacts: 1, + cumulativeImpactProbability: 2.5e-9, + velocity: 14.7, + magnitude: 24.4, + diameterKm: 0.044, + }, + { + name: '2014 NJ65', + periodStart: 2022, + periodEnd: 2041, + numberImpacts: 4, + cumulativeImpactProbability: 7.3e-10, + velocity: 8.57, + magnitude: 19.3, + diameterKm: 0.461, + }, + { + name: '2007 SN6', + periodStart: 2022, + periodEnd: 2059, + numberImpacts: 2, + cumulativeImpactProbability: 6e-8, + velocity: 18.34, + magnitude: 25, + diameterKm: 0.033, + }, + { + name: '2015 BS516', + periodStart: 2022, + periodEnd: 2103, + numberImpacts: 30, + cumulativeImpactProbability: 2e-8, + velocity: 13.04, + magnitude: 19.9, + diameterKm: 0.36, + }, + { + name: '2009 FG', + periodStart: 2022, + periodEnd: 2103, + numberImpacts: 31, + cumulativeImpactProbability: 0.000008, + velocity: 9.12, + magnitude: 25.5, + diameterKm: 0.027, + }, + { + name: '2011 KF36', + periodStart: 2022, + periodEnd: 2106, + numberImpacts: 8, + cumulativeImpactProbability: 1.2e-9, + velocity: 22.32, + magnitude: 20.4, + diameterKm: 0.28, + }, + { + name: '2003 UM3', + periodStart: 2022, + periodEnd: 2112, + numberImpacts: 82, + cumulativeImpactProbability: 0.0000016, + velocity: 13.82, + magnitude: 28.1, + diameterKm: 0.008, + }, + { + name: '2007 KO4', + periodStart: 2022, + periodEnd: 2114, + numberImpacts: 248, + cumulativeImpactProbability: 0.0000042, + velocity: 13.71, + magnitude: 23.3, + diameterKm: 0.075, + }, + { + name: '2010 VO139', + periodStart: 2022, + periodEnd: 2114, + numberImpacts: 192, + cumulativeImpactProbability: 0.0000016, + velocity: 20.58, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2009 JE1', + periodStart: 2022, + periodEnd: 2114, + numberImpacts: 10, + cumulativeImpactProbability: 7.3e-8, + velocity: 6.03, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2006 GU2', + periodStart: 2022, + periodEnd: 2115, + numberImpacts: 61, + cumulativeImpactProbability: 0.000017, + velocity: 7.3, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2014 HJ198', + periodStart: 2022, + periodEnd: 2115, + numberImpacts: 114, + cumulativeImpactProbability: 6.4e-7, + velocity: 21.89, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2017 AR20', + periodStart: 2023, + periodEnd: 2023, + numberImpacts: 1, + cumulativeImpactProbability: 1.3e-10, + velocity: 18.52, + magnitude: 21.3, + diameterKm: 0.19, + }, + { + name: '2008 TE', + periodStart: 2023, + periodEnd: 2047, + numberImpacts: 3, + cumulativeImpactProbability: 0.000051, + velocity: 11.84, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2011 DX4', + periodStart: 2023, + periodEnd: 2108, + numberImpacts: 22, + cumulativeImpactProbability: 5.1e-8, + velocity: 17.65, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2010 DG77', + periodStart: 2023, + periodEnd: 2111, + numberImpacts: 144, + cumulativeImpactProbability: 0.0000015, + velocity: 2.39, + magnitude: 24.5, + diameterKm: 0.044, + }, + { + name: '2007 VD8', + periodStart: 2023, + periodEnd: 2112, + numberImpacts: 53, + cumulativeImpactProbability: 3.8e-7, + velocity: 12.62, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2016 LP10', + periodStart: 2023, + periodEnd: 2115, + numberImpacts: 32, + cumulativeImpactProbability: 0.00011, + velocity: 15.59, + magnitude: 29.5, + diameterKm: 0.004, + }, + { + name: '1991 BA', + periodStart: 2023, + periodEnd: 2115, + numberImpacts: 46, + cumulativeImpactProbability: 0.000011, + velocity: 17.23, + magnitude: 28.7, + diameterKm: 0.006, + }, + { + name: '2011 BH40', + periodStart: 2023, + periodEnd: 2115, + numberImpacts: 63, + cumulativeImpactProbability: 1.3e-7, + velocity: 5.31, + magnitude: 25.1, + diameterKm: 0.032, + }, + { + name: '2012 CS46', + periodStart: 2023, + periodEnd: 2115, + numberImpacts: 81, + cumulativeImpactProbability: 1.2e-7, + velocity: 6.26, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2005 WN3', + periodStart: 2024, + periodEnd: 2024, + numberImpacts: 1, + cumulativeImpactProbability: 1.1e-9, + velocity: 18.17, + magnitude: 29.9, + diameterKm: 0.004, + }, + { + name: '2005 BS1', + periodStart: 2024, + periodEnd: 2041, + numberImpacts: 3, + cumulativeImpactProbability: 5.1e-7, + velocity: 12.36, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2016 NP56', + periodStart: 2024, + periodEnd: 2068, + numberImpacts: 8, + cumulativeImpactProbability: 0.0000051, + velocity: 2.14, + magnitude: 26.2, + diameterKm: 0.019, + }, + { + name: '2015 FA345', + periodStart: 2024, + periodEnd: 2102, + numberImpacts: 23, + cumulativeImpactProbability: 1.5e-7, + velocity: 9.5, + magnitude: 24.1, + diameterKm: 0.052, + }, + { + name: '2017 AB21', + periodStart: 2024, + periodEnd: 2110, + numberImpacts: 25, + cumulativeImpactProbability: 5.6e-9, + velocity: 10.69, + magnitude: 20.7, + diameterKm: 0.243, + }, + { + name: '2015 KA158', + periodStart: 2024, + periodEnd: 2113, + numberImpacts: 41, + cumulativeImpactProbability: 3.3e-8, + velocity: 14, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2010 KJ37', + periodStart: 2024, + periodEnd: 2114, + numberImpacts: 47, + cumulativeImpactProbability: 1.9e-7, + velocity: 6.61, + magnitude: 23.9, + diameterKm: 0.055, + }, + { + name: '2016 JL38', + periodStart: 2024, + periodEnd: 2115, + numberImpacts: 110, + cumulativeImpactProbability: 5.7e-7, + velocity: 2.88, + magnitude: 26.2, + diameterKm: 0.02, + }, + { + name: '2012 CR', + periodStart: 2025, + periodEnd: 2025, + numberImpacts: 1, + cumulativeImpactProbability: 1.5e-10, + velocity: 14.21, + magnitude: 21, + diameterKm: 0.21, + }, + { + name: '2009 VA', + periodStart: 2025, + periodEnd: 2048, + numberImpacts: 16, + cumulativeImpactProbability: 0.000022, + velocity: 8.24, + magnitude: 28.6, + diameterKm: 0.006, + }, + { + name: '2012 BA77', + periodStart: 2025, + periodEnd: 2088, + numberImpacts: 23, + cumulativeImpactProbability: 0.000036, + velocity: 12.72, + magnitude: 25.8, + diameterKm: 0.023, + }, + { + name: '2011 FA23', + periodStart: 2025, + periodEnd: 2102, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000041, + velocity: 14.34, + magnitude: 28.9, + diameterKm: 0.006, + }, + { + name: '2014 HM199', + periodStart: 2025, + periodEnd: 2104, + numberImpacts: 2, + cumulativeImpactProbability: 4.9e-10, + velocity: 10.54, + magnitude: 23.7, + diameterKm: 0.063, + }, + { + name: '2010 LF64', + periodStart: 2025, + periodEnd: 2105, + numberImpacts: 6, + cumulativeImpactProbability: 6.7e-9, + velocity: 5.12, + magnitude: 23, + diameterKm: 0.086, + }, + { + name: '2011 AD3', + periodStart: 2025, + periodEnd: 2115, + numberImpacts: 65, + cumulativeImpactProbability: 1.8e-7, + velocity: 12.5, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2013 TP4', + periodStart: 2026, + periodEnd: 2026, + numberImpacts: 1, + cumulativeImpactProbability: 0.000062, + velocity: 25.3, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2014 JU79', + periodStart: 2026, + periodEnd: 2101, + numberImpacts: 12, + cumulativeImpactProbability: 7.4e-9, + velocity: 6.25, + magnitude: 23, + diameterKm: 0.083, + }, + { + name: '2011 AZ36', + periodStart: 2026, + periodEnd: 2114, + numberImpacts: 144, + cumulativeImpactProbability: 3e-7, + velocity: 7.4, + magnitude: 25.1, + diameterKm: 0.032, + }, + { + name: '2007 KE4', + periodStart: 2026, + periodEnd: 2115, + numberImpacts: 4, + cumulativeImpactProbability: 0.000003, + velocity: 10.09, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2010 XB', + periodStart: 2027, + periodEnd: 2029, + numberImpacts: 2, + cumulativeImpactProbability: 2.5e-7, + velocity: 19.67, + magnitude: 29.6, + diameterKm: 0.004, + }, + { + name: '1998 DK36', + periodStart: 2027, + periodEnd: 2100, + numberImpacts: 17, + cumulativeImpactProbability: 5.6e-7, + velocity: 6.19, + magnitude: 25, + diameterKm: 0.034, + }, + { + name: '2013 JA17', + periodStart: 2027, + periodEnd: 2111, + numberImpacts: 7, + cumulativeImpactProbability: 5.5e-9, + velocity: 9.72, + magnitude: 19.1, + diameterKm: 0.51, + }, + { + name: '2008 JL3', + periodStart: 2027, + periodEnd: 2113, + numberImpacts: 22, + cumulativeImpactProbability: 0.000085, + velocity: 8.42, + magnitude: 25.3, + diameterKm: 0.029, + }, + { + name: '2010 WC9', + periodStart: 2027, + periodEnd: 2115, + numberImpacts: 16, + cumulativeImpactProbability: 0.0000045, + velocity: 12.69, + magnitude: 23.4, + diameterKm: 0.07, + }, + { + name: '2016 VZ17', + periodStart: 2027, + periodEnd: 2116, + numberImpacts: 141, + cumulativeImpactProbability: 0.0000011, + velocity: 9.71, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2011 YC40', + periodStart: 2028, + periodEnd: 2050, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000014, + velocity: 10.94, + magnitude: 29.7, + diameterKm: 0.004, + }, + { + name: '2014 HE197', + periodStart: 2028, + periodEnd: 2098, + numberImpacts: 28, + cumulativeImpactProbability: 7.5e-9, + velocity: 16.56, + magnitude: 25.5, + diameterKm: 0.026, + }, + { + name: '2013 GM3', + periodStart: 2028, + periodEnd: 2114, + numberImpacts: 159, + cumulativeImpactProbability: 0.00015, + velocity: 7.14, + magnitude: 26.2, + diameterKm: 0.019, + }, + { + name: '2016 DA31', + periodStart: 2028, + periodEnd: 2116, + numberImpacts: 184, + cumulativeImpactProbability: 0.00013, + velocity: 13.6, + magnitude: 29.9, + diameterKm: 0.004, + }, + { + name: '2010 RK53', + periodStart: 2029, + periodEnd: 2029, + numberImpacts: 1, + cumulativeImpactProbability: 1.8e-8, + velocity: 8.23, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2017 BL30', + periodStart: 2029, + periodEnd: 2052, + numberImpacts: 9, + cumulativeImpactProbability: 0.00038, + velocity: 7.16, + magnitude: 23.3, + diameterKm: 0.073, + }, + { + name: '2005 UL6', + periodStart: 2029, + periodEnd: 2072, + numberImpacts: 5, + cumulativeImpactProbability: 4.2e-7, + velocity: 12.02, + magnitude: 24.5, + diameterKm: 0.042, + }, + { + name: '2015 DQ224', + periodStart: 2029, + periodEnd: 2089, + numberImpacts: 91, + cumulativeImpactProbability: 0.000068, + velocity: 14.59, + magnitude: 29.4, + diameterKm: 0.005, + }, + { + name: '2005 WG57', + periodStart: 2029, + periodEnd: 2105, + numberImpacts: 6, + cumulativeImpactProbability: 5.5e-7, + velocity: 9.88, + magnitude: 23.6, + diameterKm: 0.063, + }, + { + name: '2011 BA60', + periodStart: 2029, + periodEnd: 2106, + numberImpacts: 14, + cumulativeImpactProbability: 8.7e-9, + velocity: 14.69, + magnitude: 22, + diameterKm: 0.137, + }, + { + name: '2010 MZ112', + periodStart: 2029, + periodEnd: 2110, + numberImpacts: 186, + cumulativeImpactProbability: 0.0000086, + velocity: 1.54, + magnitude: 25.5, + diameterKm: 0.028, + }, + { + name: '2016 PA79', + periodStart: 2029, + periodEnd: 2116, + numberImpacts: 13, + cumulativeImpactProbability: 1.4e-8, + velocity: 10.42, + magnitude: 24.2, + diameterKm: 0.05, + }, + { + name: '2005 QK76', + periodStart: 2030, + periodEnd: 2083, + numberImpacts: 7, + cumulativeImpactProbability: 0.000077, + velocity: 19.66, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2008 CT1', + periodStart: 2030, + periodEnd: 2115, + numberImpacts: 163, + cumulativeImpactProbability: 0.00005, + velocity: 13.67, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2016 VF18', + periodStart: 2031, + periodEnd: 2082, + numberImpacts: 7, + cumulativeImpactProbability: 0.0000077, + velocity: 10.09, + magnitude: 29.8, + diameterKm: 0.004, + }, + { + name: '2008 WJ14', + periodStart: 2031, + periodEnd: 2087, + numberImpacts: 7, + cumulativeImpactProbability: 4e-9, + velocity: 10.58, + magnitude: 26.6, + diameterKm: 0.017, + }, + { + name: '2006 DM63', + periodStart: 2031, + periodEnd: 2088, + numberImpacts: 22, + cumulativeImpactProbability: 0.00012, + velocity: 10.37, + magnitude: 26.7, + diameterKm: 0.015, + }, + { + name: '2005 TH50', + periodStart: 2031, + periodEnd: 2101, + numberImpacts: 25, + cumulativeImpactProbability: 0.000027, + velocity: 4.88, + magnitude: 28, + diameterKm: 0.009, + }, + { + name: '2012 VJ38', + periodStart: 2031, + periodEnd: 2110, + numberImpacts: 16, + cumulativeImpactProbability: 0.00011, + velocity: 4.45, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2011 BP40', + periodStart: 2031, + periodEnd: 2111, + numberImpacts: 21, + cumulativeImpactProbability: 1.7e-7, + velocity: 3.39, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2011 ES4', + periodStart: 2031, + periodEnd: 2112, + numberImpacts: 48, + cumulativeImpactProbability: 0.000029, + velocity: 7.75, + magnitude: 25.7, + diameterKm: 0.025, + }, + { + name: '2007 UO6', + periodStart: 2031, + periodEnd: 2113, + numberImpacts: 11, + cumulativeImpactProbability: 0.000023, + velocity: 11.68, + magnitude: 27.3, + diameterKm: 0.011, + }, + { + name: '2009 WR52', + periodStart: 2031, + periodEnd: 2113, + numberImpacts: 51, + cumulativeImpactProbability: 0.00011, + velocity: 5.42, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2012 SY49', + periodStart: 2031, + periodEnd: 2114, + numberImpacts: 19, + cumulativeImpactProbability: 0.000015, + velocity: 15.65, + magnitude: 25.8, + diameterKm: 0.023, + }, + { + name: '2011 CF22', + periodStart: 2031, + periodEnd: 2115, + numberImpacts: 171, + cumulativeImpactProbability: 0.000054, + velocity: 18.81, + magnitude: 30.9, + diameterKm: 0.002, + }, + { + name: '2010 UE', + periodStart: 2032, + periodEnd: 2044, + numberImpacts: 2, + cumulativeImpactProbability: 1.1e-7, + velocity: 16.09, + magnitude: 29.6, + diameterKm: 0.004, + }, + { + name: '2017 AF21', + periodStart: 2032, + periodEnd: 2108, + numberImpacts: 12, + cumulativeImpactProbability: 1.9e-8, + velocity: 8.2, + magnitude: 25.1, + diameterKm: 0.033, + }, + { + name: '2009 XR1', + periodStart: 2032, + periodEnd: 2110, + numberImpacts: 13, + cumulativeImpactProbability: 1.7e-7, + velocity: 6.01, + magnitude: 29.3, + diameterKm: 0.005, + }, + { + name: '2011 EB74', + periodStart: 2032, + periodEnd: 2115, + numberImpacts: 328, + cumulativeImpactProbability: 0.00032, + velocity: 7.55, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2015 BY3', + periodStart: 2033, + periodEnd: 2080, + numberImpacts: 7, + cumulativeImpactProbability: 8e-7, + velocity: 16.56, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2001 BA16', + periodStart: 2033, + periodEnd: 2111, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000098, + velocity: 4.9, + magnitude: 25.8, + diameterKm: 0.023, + }, + { + name: '2010 MA113', + periodStart: 2033, + periodEnd: 2114, + numberImpacts: 469, + cumulativeImpactProbability: 0.0000052, + velocity: 3.06, + magnitude: 23.4, + diameterKm: 0.078, + }, + { + name: '2011 CU46', + periodStart: 2033, + periodEnd: 2115, + numberImpacts: 420, + cumulativeImpactProbability: 0.000018, + velocity: 16.18, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2011 YC63', + periodStart: 2034, + periodEnd: 2039, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000029, + velocity: 18.84, + magnitude: 29, + diameterKm: 0.005, + }, + { + name: '2015 BW516', + periodStart: 2034, + periodEnd: 2081, + numberImpacts: 8, + cumulativeImpactProbability: 0.000043, + velocity: 11.41, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2014 FE', + periodStart: 2034, + periodEnd: 2081, + numberImpacts: 11, + cumulativeImpactProbability: 0.0000031, + velocity: 19.86, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2008 CC71', + periodStart: 2034, + periodEnd: 2082, + numberImpacts: 23, + cumulativeImpactProbability: 0.00012, + velocity: 8.1, + magnitude: 24.9, + diameterKm: 0.036, + }, + { + name: '2010 VQ', + periodStart: 2034, + periodEnd: 2114, + numberImpacts: 56, + cumulativeImpactProbability: 0.00013, + velocity: 4.58, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2011 AZ22', + periodStart: 2034, + periodEnd: 2114, + numberImpacts: 9, + cumulativeImpactProbability: 9.3e-7, + velocity: 12.52, + magnitude: 28.6, + diameterKm: 0.006, + }, + { + name: '2011 SR52', + periodStart: 2034, + periodEnd: 2115, + numberImpacts: 4, + cumulativeImpactProbability: 7.6e-10, + velocity: 13.55, + magnitude: 15.6, + diameterKm: 2.579, + }, + { + name: '2010 KV7', + periodStart: 2034, + periodEnd: 2115, + numberImpacts: 56, + cumulativeImpactProbability: 0.000039, + velocity: 5.37, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2012 VE77', + periodStart: 2035, + periodEnd: 2035, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000024, + velocity: 15.28, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2004 XB45', + periodStart: 2035, + periodEnd: 2035, + numberImpacts: 1, + cumulativeImpactProbability: 3.9e-7, + velocity: 17.02, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2016 AQ164', + periodStart: 2035, + periodEnd: 2035, + numberImpacts: 1, + cumulativeImpactProbability: 8.2e-8, + velocity: 13.9, + magnitude: 29.9, + diameterKm: 0.004, + }, + { + name: '2016 EO28', + periodStart: 2035, + periodEnd: 2058, + numberImpacts: 18, + cumulativeImpactProbability: 0.00051, + velocity: 6.98, + magnitude: 29.1, + diameterKm: 0.005, + }, + { + name: '2014 MR67', + periodStart: 2035, + periodEnd: 2076, + numberImpacts: 2, + cumulativeImpactProbability: 6.9e-10, + velocity: 9.72, + magnitude: 23.7, + diameterKm: 0.062, + }, + { + name: '2016 NJ56', + periodStart: 2035, + periodEnd: 2079, + numberImpacts: 10, + cumulativeImpactProbability: 5.5e-8, + velocity: 4.94, + magnitude: 25.1, + diameterKm: 0.033, + }, + { + name: '2007 DX40', + periodStart: 2035, + periodEnd: 2114, + numberImpacts: 34, + cumulativeImpactProbability: 0.000039, + velocity: 15.55, + magnitude: 24.6, + diameterKm: 0.041, + }, + { + name: '2005 UA1', + periodStart: 2036, + periodEnd: 2036, + numberImpacts: 1, + cumulativeImpactProbability: 6.4e-8, + velocity: 14.68, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2006 DO62', + periodStart: 2036, + periodEnd: 2079, + numberImpacts: 11, + cumulativeImpactProbability: 0.0000018, + velocity: 11.01, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2016 DY30', + periodStart: 2036, + periodEnd: 2105, + numberImpacts: 6, + cumulativeImpactProbability: 3.2e-7, + velocity: 15.64, + magnitude: 30.5, + diameterKm: 0.003, + }, + { + name: '2006 WV29', + periodStart: 2036, + periodEnd: 2110, + numberImpacts: 13, + cumulativeImpactProbability: 0.0000042, + velocity: 16.77, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2011 CL50', + periodStart: 2036, + periodEnd: 2111, + numberImpacts: 68, + cumulativeImpactProbability: 0.000047, + velocity: 3.51, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '1994 GV', + periodStart: 2036, + periodEnd: 2115, + numberImpacts: 53, + cumulativeImpactProbability: 0.00016, + velocity: 8.09, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2014 HJ197', + periodStart: 2036, + periodEnd: 2115, + numberImpacts: 410, + cumulativeImpactProbability: 0.000018, + velocity: 4.51, + magnitude: 30.2, + diameterKm: 0.003, + }, + { + name: '2007 WW3', + periodStart: 2037, + periodEnd: 2037, + numberImpacts: 1, + cumulativeImpactProbability: 1.6e-10, + velocity: 10.28, + magnitude: 23.8, + diameterKm: 0.06, + }, + { + name: '2009 WQ52', + periodStart: 2037, + periodEnd: 2037, + numberImpacts: 1, + cumulativeImpactProbability: 3.3e-9, + velocity: 14.76, + magnitude: 28.2, + diameterKm: 0.008, + }, + { + name: '2014 GC49', + periodStart: 2038, + periodEnd: 2038, + numberImpacts: 1, + cumulativeImpactProbability: 2.3e-10, + velocity: 17.06, + magnitude: 28.6, + diameterKm: 0.007, + }, + { + name: '2004 RU109', + periodStart: 2038, + periodEnd: 2053, + numberImpacts: 5, + cumulativeImpactProbability: 4.3e-7, + velocity: 12.93, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2013 EV27', + periodStart: 2038, + periodEnd: 2070, + numberImpacts: 4, + cumulativeImpactProbability: 0.000025, + velocity: 12.37, + magnitude: 27, + diameterKm: 0.014, + }, + { + name: '2008 GY21', + periodStart: 2038, + periodEnd: 2105, + numberImpacts: 31, + cumulativeImpactProbability: 2.5e-7, + velocity: 11.1, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2011 WN69', + periodStart: 2038, + periodEnd: 2109, + numberImpacts: 3, + cumulativeImpactProbability: 3.1e-7, + velocity: 23.03, + magnitude: 26.2, + diameterKm: 0.019, + }, + { + name: '2014 HN199', + periodStart: 2038, + periodEnd: 2110, + numberImpacts: 14, + cumulativeImpactProbability: 1.1e-8, + velocity: 18.04, + magnitude: 26.4, + diameterKm: 0.017, + }, + { + name: '2008 XU2', + periodStart: 2039, + periodEnd: 2039, + numberImpacts: 1, + cumulativeImpactProbability: 2.1e-7, + velocity: 9.93, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2014 HE199', + periodStart: 2039, + periodEnd: 2039, + numberImpacts: 1, + cumulativeImpactProbability: 2.4e-8, + velocity: 14.5, + magnitude: 25, + diameterKm: 0.033, + }, + { + name: '2016 RQ41', + periodStart: 2039, + periodEnd: 2089, + numberImpacts: 3, + cumulativeImpactProbability: 1.5e-9, + velocity: 13.11, + magnitude: 20, + diameterKm: 0.33, + }, + { + name: '2016 JN38', + periodStart: 2039, + periodEnd: 2114, + numberImpacts: 93, + cumulativeImpactProbability: 0.0000065, + velocity: 19.51, + magnitude: 29.1, + diameterKm: 0.005, + }, + { + name: '2015 HZ182', + periodStart: 2039, + periodEnd: 2115, + numberImpacts: 8, + cumulativeImpactProbability: 4.1e-9, + velocity: 14.48, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2017 AT20', + periodStart: 2039, + periodEnd: 2116, + numberImpacts: 297, + cumulativeImpactProbability: 0.0000045, + velocity: 7.71, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2012 WQ3', + periodStart: 2040, + periodEnd: 2040, + numberImpacts: 1, + cumulativeImpactProbability: 1.9e-9, + velocity: 23.77, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2012 UE', + periodStart: 2040, + periodEnd: 2058, + numberImpacts: 6, + cumulativeImpactProbability: 4.4e-7, + velocity: 13.23, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2007 TX22', + periodStart: 2040, + periodEnd: 2086, + numberImpacts: 52, + cumulativeImpactProbability: 0.000034, + velocity: 8.87, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2012 CU', + periodStart: 2040, + periodEnd: 2100, + numberImpacts: 4, + cumulativeImpactProbability: 9.7e-7, + velocity: 10.94, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2007 DC', + periodStart: 2040, + periodEnd: 2108, + numberImpacts: 35, + cumulativeImpactProbability: 0.000011, + velocity: 6.71, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2016 CK137', + periodStart: 2040, + periodEnd: 2116, + numberImpacts: 84, + cumulativeImpactProbability: 0.00012, + velocity: 9.86, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2014 HN197', + periodStart: 2041, + periodEnd: 2041, + numberImpacts: 1, + cumulativeImpactProbability: 1.1e-10, + velocity: 8.92, + magnitude: 21, + diameterKm: 0.21, + }, + { + name: '2005 GQ33', + periodStart: 2041, + periodEnd: 2099, + numberImpacts: 14, + cumulativeImpactProbability: 8.5e-9, + velocity: 20.8, + magnitude: 23.7, + diameterKm: 0.063, + }, + { + name: '2008 EV84', + periodStart: 2041, + periodEnd: 2106, + numberImpacts: 4, + cumulativeImpactProbability: 5.6e-7, + velocity: 12.94, + magnitude: 25.3, + diameterKm: 0.029, + }, + { + name: '2014 HY198', + periodStart: 2041, + periodEnd: 2115, + numberImpacts: 234, + cumulativeImpactProbability: 0.000045, + velocity: 6.52, + magnitude: 29.6, + diameterKm: 0.004, + }, + { + name: '2001 VM5', + periodStart: 2042, + periodEnd: 2042, + numberImpacts: 1, + cumulativeImpactProbability: 1.4e-8, + velocity: 9.18, + magnitude: 24.9, + diameterKm: 0.036, + }, + { + name: '2007 VH189', + periodStart: 2042, + periodEnd: 2045, + numberImpacts: 3, + cumulativeImpactProbability: 2e-8, + velocity: 18.31, + magnitude: 23.4, + diameterKm: 0.073, + }, + { + name: '1995 CS', + periodStart: 2042, + periodEnd: 2073, + numberImpacts: 9, + cumulativeImpactProbability: 0.0000071, + velocity: 25.43, + magnitude: 25.5, + diameterKm: 0.028, + }, + { + name: '2015 KW157', + periodStart: 2042, + periodEnd: 2096, + numberImpacts: 6, + cumulativeImpactProbability: 6.8e-9, + velocity: 9.36, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2010 VW194', + periodStart: 2042, + periodEnd: 2109, + numberImpacts: 27, + cumulativeImpactProbability: 0.000068, + velocity: 7.31, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2015 YJ', + periodStart: 2042, + periodEnd: 2115, + numberImpacts: 52, + cumulativeImpactProbability: 0.0018, + velocity: 16.35, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2012 BY1', + periodStart: 2043, + periodEnd: 2074, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000035, + velocity: 18.2, + magnitude: 25.8, + diameterKm: 0.024, + }, + { + name: '2013 HT14', + periodStart: 2043, + periodEnd: 2077, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000023, + velocity: 20.53, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2001 GP2', + periodStart: 2043, + periodEnd: 2109, + numberImpacts: 29, + cumulativeImpactProbability: 0.00012, + velocity: 2.58, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2006 SC', + periodStart: 2043, + periodEnd: 2109, + numberImpacts: 8, + cumulativeImpactProbability: 0.0000017, + velocity: 12.21, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2016 DK1', + periodStart: 2043, + periodEnd: 2115, + numberImpacts: 33, + cumulativeImpactProbability: 0.00016, + velocity: 6.87, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2015 KH158', + periodStart: 2043, + periodEnd: 2115, + numberImpacts: 21, + cumulativeImpactProbability: 7e-8, + velocity: 14.5, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2017 CH1', + periodStart: 2044, + periodEnd: 2044, + numberImpacts: 1, + cumulativeImpactProbability: 2.3e-10, + velocity: 18.19, + magnitude: 17.9, + diameterKm: 0.9, + }, + { + name: '2013 RO30', + periodStart: 2044, + periodEnd: 2093, + numberImpacts: 8, + cumulativeImpactProbability: 0.000095, + velocity: 9.26, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2003 WT153', + periodStart: 2044, + periodEnd: 2103, + numberImpacts: 39, + cumulativeImpactProbability: 0.000017, + velocity: 4.41, + magnitude: 28.1, + diameterKm: 0.008, + }, + { + name: '2011 AM37', + periodStart: 2044, + periodEnd: 2114, + numberImpacts: 120, + cumulativeImpactProbability: 0.001, + velocity: 3.65, + magnitude: 29.7, + diameterKm: 0.004, + }, + { + name: '2011 AY22', + periodStart: 2044, + periodEnd: 2115, + numberImpacts: 31, + cumulativeImpactProbability: 0.000026, + velocity: 12.98, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2006 HX57', + periodStart: 2045, + periodEnd: 2065, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000032, + velocity: 10.53, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2008 PK9', + periodStart: 2045, + periodEnd: 2066, + numberImpacts: 12, + cumulativeImpactProbability: 7.8e-7, + velocity: 26.44, + magnitude: 23.2, + diameterKm: 0.078, + }, + { + name: '2017 BG92', + periodStart: 2045, + periodEnd: 2110, + numberImpacts: 25, + cumulativeImpactProbability: 0.000019, + velocity: 5.31, + magnitude: 28.6, + diameterKm: 0.006, + }, + { + name: '2015 KG158', + periodStart: 2045, + periodEnd: 2111, + numberImpacts: 38, + cumulativeImpactProbability: 0.00022, + velocity: 7.69, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2008 KN11', + periodStart: 2046, + periodEnd: 2046, + numberImpacts: 1, + cumulativeImpactProbability: 1.6e-8, + velocity: 13.83, + magnitude: 23.3, + diameterKm: 0.075, + }, + { + name: '2003 DW10', + periodStart: 2046, + periodEnd: 2058, + numberImpacts: 2, + cumulativeImpactProbability: 1.1e-7, + velocity: 7.83, + magnitude: 26.1, + diameterKm: 0.02, + }, + { + name: '2011 DU9', + periodStart: 2046, + periodEnd: 2059, + numberImpacts: 4, + cumulativeImpactProbability: 0.00022, + velocity: 8.77, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2010 VN1', + periodStart: 2046, + periodEnd: 2060, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000021, + velocity: 10.99, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2009 HW67', + periodStart: 2046, + periodEnd: 2079, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000021, + velocity: 22.63, + magnitude: 26.1, + diameterKm: 0.02, + }, + { + name: '2009 VT1', + periodStart: 2046, + periodEnd: 2081, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000026, + velocity: 6.97, + magnitude: 29.6, + diameterKm: 0.004, + }, + { + name: '2012 MF7', + periodStart: 2046, + periodEnd: 2092, + numberImpacts: 9, + cumulativeImpactProbability: 0.00022, + velocity: 8.7, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2008 UA202', + periodStart: 2046, + periodEnd: 2105, + numberImpacts: 63, + cumulativeImpactProbability: 0.000076, + velocity: 2.3, + magnitude: 29.4, + diameterKm: 0.004, + }, + { + name: '2015 VO142', + periodStart: 2046, + periodEnd: 2110, + numberImpacts: 15, + cumulativeImpactProbability: 0.0000037, + velocity: 2.82, + magnitude: 29, + diameterKm: 0.005, + }, + { + name: '2008 DB', + periodStart: 2046, + periodEnd: 2113, + numberImpacts: 37, + cumulativeImpactProbability: 0.000018, + velocity: 6.97, + magnitude: 25.7, + diameterKm: 0.025, + }, + { + name: '2012 QD8', + periodStart: 2047, + periodEnd: 2050, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000044, + velocity: 20.76, + magnitude: 23.1, + diameterKm: 0.081, + }, + { + name: '2013 WM', + periodStart: 2047, + periodEnd: 2105, + numberImpacts: 2, + cumulativeImpactProbability: 5.7e-7, + velocity: 35.41, + magnitude: 23.9, + diameterKm: 0.055, + }, + { + name: '2009 TD17', + periodStart: 2047, + periodEnd: 2113, + numberImpacts: 56, + cumulativeImpactProbability: 0.000024, + velocity: 6.57, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2005 VN5', + periodStart: 2047, + periodEnd: 2114, + numberImpacts: 29, + cumulativeImpactProbability: 0.000057, + velocity: 6.58, + magnitude: 27, + diameterKm: 0.014, + }, + { + name: '2008 ST', + periodStart: 2047, + periodEnd: 2114, + numberImpacts: 25, + cumulativeImpactProbability: 0.00007, + velocity: 3.24, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2014 WZ365', + periodStart: 2047, + periodEnd: 2114, + numberImpacts: 7, + cumulativeImpactProbability: 7.8e-8, + velocity: 11, + magnitude: 25.7, + diameterKm: 0.025, + }, + { + name: '2010 UH', + periodStart: 2047, + periodEnd: 2115, + numberImpacts: 45, + cumulativeImpactProbability: 0.000067, + velocity: 6.74, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2017 BO32', + periodStart: 2048, + periodEnd: 2094, + numberImpacts: 56, + cumulativeImpactProbability: 0.000011, + velocity: 8.76, + magnitude: 24.6, + diameterKm: 0.041, + }, + { + name: '2014 WA', + periodStart: 2049, + periodEnd: 2049, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000014, + velocity: 9.55, + magnitude: 28.2, + diameterKm: 0.008, + }, + { + name: '2002 CB19', + periodStart: 2049, + periodEnd: 2049, + numberImpacts: 1, + cumulativeImpactProbability: 1.9e-8, + velocity: 15.73, + magnitude: 24.8, + diameterKm: 0.038, + }, + { + name: '2008 KO', + periodStart: 2049, + periodEnd: 2052, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000014, + velocity: 23.49, + magnitude: 24.4, + diameterKm: 0.045, + }, + { + name: '2009 WJ6', + periodStart: 2049, + periodEnd: 2056, + numberImpacts: 2, + cumulativeImpactProbability: 1.8e-8, + velocity: 18.16, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2008 UB7', + periodStart: 2049, + periodEnd: 2100, + numberImpacts: 33, + cumulativeImpactProbability: 0.000066, + velocity: 18.47, + magnitude: 23.9, + diameterKm: 0.057, + }, + { + name: '2014 AG51', + periodStart: 2049, + periodEnd: 2110, + numberImpacts: 9, + cumulativeImpactProbability: 0.0000018, + velocity: 14.82, + magnitude: 30, + diameterKm: 0.003, + }, + { + name: '2013 HT150', + periodStart: 2049, + periodEnd: 2113, + numberImpacts: 75, + cumulativeImpactProbability: 0.000016, + velocity: 14.34, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2010 JL88', + periodStart: 2049, + periodEnd: 2115, + numberImpacts: 87, + cumulativeImpactProbability: 0.000055, + velocity: 14.87, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2008 LD', + periodStart: 2049, + periodEnd: 2115, + numberImpacts: 59, + cumulativeImpactProbability: 0.000089, + velocity: 4.13, + magnitude: 28.9, + diameterKm: 0.006, + }, + { + name: '2013 UR1', + periodStart: 2050, + periodEnd: 2050, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000017, + velocity: 21.69, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2010 DG1', + periodStart: 2050, + periodEnd: 2050, + numberImpacts: 1, + cumulativeImpactProbability: 1.4e-8, + velocity: 17.96, + magnitude: 24.4, + diameterKm: 0.044, + }, + { + name: '2013 RR43', + periodStart: 2050, + periodEnd: 2057, + numberImpacts: 2, + cumulativeImpactProbability: 1.4e-7, + velocity: 18.99, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2015 EO', + periodStart: 2050, + periodEnd: 2077, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000071, + velocity: 14.25, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2008 YC29', + periodStart: 2050, + periodEnd: 2114, + numberImpacts: 28, + cumulativeImpactProbability: 5.4e-7, + velocity: 10.79, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2011 BL45', + periodStart: 2050, + periodEnd: 2115, + numberImpacts: 51, + cumulativeImpactProbability: 0.0005, + velocity: 1.68, + magnitude: 27.2, + diameterKm: 0.013, + }, + { + name: '2015 XR169', + periodStart: 2050, + periodEnd: 2115, + numberImpacts: 122, + cumulativeImpactProbability: 0.00036, + velocity: 9.54, + magnitude: 28.8, + diameterKm: 0.006, + }, + { + name: '2006 BC8', + periodStart: 2050, + periodEnd: 2115, + numberImpacts: 24, + cumulativeImpactProbability: 0.0000047, + velocity: 13.18, + magnitude: 25.1, + diameterKm: 0.032, + }, + { + name: '2011 EC', + periodStart: 2051, + periodEnd: 2051, + numberImpacts: 1, + cumulativeImpactProbability: 8.9e-8, + velocity: 6.83, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2010 QG2', + periodStart: 2051, + periodEnd: 2064, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000021, + velocity: 12.88, + magnitude: 24.2, + diameterKm: 0.048, + }, + { + name: '2012 LJ', + periodStart: 2051, + periodEnd: 2072, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000035, + velocity: 18.69, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '1994 GK', + periodStart: 2051, + periodEnd: 2073, + numberImpacts: 6, + cumulativeImpactProbability: 0.000048, + velocity: 14.87, + magnitude: 24.2, + diameterKm: 0.048, + }, + { + name: '2011 BG10', + periodStart: 2051, + periodEnd: 2074, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000022, + velocity: 12.29, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2016 RD34', + periodStart: 2051, + periodEnd: 2093, + numberImpacts: 25, + cumulativeImpactProbability: 0.0019, + velocity: 1.14, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2011 SE58', + periodStart: 2052, + periodEnd: 2055, + numberImpacts: 2, + cumulativeImpactProbability: 2.3e-8, + velocity: 15.68, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2015 GB1', + periodStart: 2052, + periodEnd: 2090, + numberImpacts: 4, + cumulativeImpactProbability: 3.1e-7, + velocity: 7.29, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2011 BT59', + periodStart: 2052, + periodEnd: 2091, + numberImpacts: 3, + cumulativeImpactProbability: 1.1e-7, + velocity: 37.84, + magnitude: 20.8, + diameterKm: 0.24, + }, + { + name: '2008 YO2', + periodStart: 2052, + periodEnd: 2114, + numberImpacts: 46, + cumulativeImpactProbability: 0.0000055, + velocity: 16.48, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2014 GQ17', + periodStart: 2052, + periodEnd: 2115, + numberImpacts: 83, + cumulativeImpactProbability: 0.000056, + velocity: 5.42, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2005 VP', + periodStart: 2053, + periodEnd: 2094, + numberImpacts: 12, + cumulativeImpactProbability: 9.3e-8, + velocity: 12.86, + magnitude: 25.5, + diameterKm: 0.027, + }, + { + name: '2002 RB182', + periodStart: 2053, + periodEnd: 2110, + numberImpacts: 9, + cumulativeImpactProbability: 8.8e-7, + velocity: 14.75, + magnitude: 22.8, + diameterKm: 0.092, + }, + { + name: '2015 WN1', + periodStart: 2053, + periodEnd: 2114, + numberImpacts: 74, + cumulativeImpactProbability: 0.00012, + velocity: 8.88, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2007 DS7', + periodStart: 2053, + periodEnd: 2114, + numberImpacts: 19, + cumulativeImpactProbability: 0.000019, + velocity: 12.39, + magnitude: 25.8, + diameterKm: 0.023, + }, + { + name: '2011 FQ6', + periodStart: 2053, + periodEnd: 2115, + numberImpacts: 28, + cumulativeImpactProbability: 0.000048, + velocity: 10.5, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2012 HG2', + periodStart: 2053, + periodEnd: 2116, + numberImpacts: 318, + cumulativeImpactProbability: 0.002, + velocity: 3.32, + magnitude: 27, + diameterKm: 0.014, + }, + { + name: '2012 ES10', + periodStart: 2054, + periodEnd: 2064, + numberImpacts: 7, + cumulativeImpactProbability: 0.0000014, + velocity: 24.36, + magnitude: 23.7, + diameterKm: 0.061, + }, + { + name: '2016 GS134', + periodStart: 2054, + periodEnd: 2070, + numberImpacts: 2, + cumulativeImpactProbability: 3.6e-7, + velocity: 11.02, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '1996 TC1', + periodStart: 2054, + periodEnd: 2072, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000012, + velocity: 24.01, + magnitude: 23.9, + diameterKm: 0.055, + }, + { + name: '2005 TK50', + periodStart: 2054, + periodEnd: 2106, + numberImpacts: 2, + cumulativeImpactProbability: 1.5e-7, + velocity: 20.62, + magnitude: 28.9, + diameterKm: 0.006, + }, + { + name: '2016 BA15', + periodStart: 2054, + periodEnd: 2108, + numberImpacts: 14, + cumulativeImpactProbability: 0.000017, + velocity: 15.88, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2011 EM40', + periodStart: 2054, + periodEnd: 2113, + numberImpacts: 16, + cumulativeImpactProbability: 0.0000013, + velocity: 10.69, + magnitude: 28, + diameterKm: 0.009, + }, + { + name: '2013 XT23', + periodStart: 2055, + periodEnd: 2069, + numberImpacts: 2, + cumulativeImpactProbability: 1e-9, + velocity: 8.42, + magnitude: 24.7, + diameterKm: 0.039, + }, + { + name: '2011 TO', + periodStart: 2055, + periodEnd: 2076, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000093, + velocity: 8.55, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2014 HS197', + periodStart: 2055, + periodEnd: 2100, + numberImpacts: 9, + cumulativeImpactProbability: 3.4e-7, + velocity: 16.97, + magnitude: 29.4, + diameterKm: 0.004, + }, + { + name: '2007 HB15', + periodStart: 2055, + periodEnd: 2112, + numberImpacts: 33, + cumulativeImpactProbability: 0.00015, + velocity: 6.35, + magnitude: 27.8, + diameterKm: 0.01, + }, + { + name: '2009 BF58', + periodStart: 2055, + periodEnd: 2115, + numberImpacts: 27, + cumulativeImpactProbability: 0.000054, + velocity: 6.68, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2014 LJ', + periodStart: 2055, + periodEnd: 2115, + numberImpacts: 39, + cumulativeImpactProbability: 0.000015, + velocity: 3.61, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2016 NL39', + periodStart: 2055, + periodEnd: 2116, + numberImpacts: 85, + cumulativeImpactProbability: 0.00044, + velocity: 3.93, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2011 XC2', + periodStart: 2056, + periodEnd: 2056, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000025, + velocity: 20.75, + magnitude: 23, + diameterKm: 0.085, + }, + { + name: '1999 RZ31', + periodStart: 2056, + periodEnd: 2056, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000012, + velocity: 8.2, + magnitude: 23.8, + diameterKm: 0.059, + }, + { + name: '2016 CD30', + periodStart: 2056, + periodEnd: 2070, + numberImpacts: 7, + cumulativeImpactProbability: 0.000053, + velocity: 10.53, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2016 EV84', + periodStart: 2056, + periodEnd: 2080, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000024, + velocity: 7.41, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2007 XZ9', + periodStart: 2056, + periodEnd: 2089, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000011, + velocity: 13.01, + magnitude: 24.8, + diameterKm: 0.037, + }, + { + name: '2011 SO189', + periodStart: 2056, + periodEnd: 2090, + numberImpacts: 12, + cumulativeImpactProbability: 0.0001, + velocity: 12.98, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '1979 XB', + periodStart: 2056, + periodEnd: 2113, + numberImpacts: 5, + cumulativeImpactProbability: 9.9e-7, + velocity: 23.63, + magnitude: 18.6, + diameterKm: 0.657, + }, + { + name: '2013 PG10', + periodStart: 2056, + periodEnd: 2113, + numberImpacts: 7, + cumulativeImpactProbability: 0.0000083, + velocity: 6.87, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2012 EP10', + periodStart: 2056, + periodEnd: 2115, + numberImpacts: 39, + cumulativeImpactProbability: 0.000095, + velocity: 2.78, + magnitude: 29.2, + diameterKm: 0.005, + }, + { + name: '2011 UL169', + periodStart: 2057, + periodEnd: 2073, + numberImpacts: 6, + cumulativeImpactProbability: 0.000014, + velocity: 9.35, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2017 BY93', + periodStart: 2057, + periodEnd: 2079, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000034, + velocity: 19.03, + magnitude: 23.1, + diameterKm: 0.08, + }, + { + name: '2015 BE511', + periodStart: 2057, + periodEnd: 2103, + numberImpacts: 5, + cumulativeImpactProbability: 0.000064, + velocity: 9.88, + magnitude: 28.7, + diameterKm: 0.006, + }, + { + name: '2009 JL2', + periodStart: 2057, + periodEnd: 2113, + numberImpacts: 10, + cumulativeImpactProbability: 0.0000036, + velocity: 12.83, + magnitude: 26, + diameterKm: 0.022, + }, + { + name: '2014 HK197', + periodStart: 2057, + periodEnd: 2115, + numberImpacts: 16, + cumulativeImpactProbability: 3.3e-9, + velocity: 18.05, + magnitude: 26.7, + diameterKm: 0.015, + }, + { + name: '2009 CZ1', + periodStart: 2058, + periodEnd: 2102, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000011, + velocity: 17.81, + magnitude: 24.4, + diameterKm: 0.044, + }, + { + name: '2007 UD6', + periodStart: 2058, + periodEnd: 2106, + numberImpacts: 63, + cumulativeImpactProbability: 0.00009, + velocity: 5.99, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2015 HE183', + periodStart: 2058, + periodEnd: 2110, + numberImpacts: 34, + cumulativeImpactProbability: 0.0000045, + velocity: 13.75, + magnitude: 28.3, + diameterKm: 0.008, + }, + { + name: '2009 FJ', + periodStart: 2058, + periodEnd: 2111, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000014, + velocity: 8.94, + magnitude: 24.9, + diameterKm: 0.036, + }, + { + name: '2014 SR261', + periodStart: 2058, + periodEnd: 2111, + numberImpacts: 7, + cumulativeImpactProbability: 0.0000054, + velocity: 15.27, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2011 SM173', + periodStart: 2058, + periodEnd: 2112, + numberImpacts: 10, + cumulativeImpactProbability: 0.000053, + velocity: 14.25, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2012 XB112', + periodStart: 2058, + periodEnd: 2114, + numberImpacts: 18, + cumulativeImpactProbability: 0.00013, + velocity: 4.15, + magnitude: 29.8, + diameterKm: 0.004, + }, + { + name: '2009 BR5', + periodStart: 2059, + periodEnd: 2078, + numberImpacts: 3, + cumulativeImpactProbability: 2.7e-7, + velocity: 18, + magnitude: 22.1, + diameterKm: 0.13, + }, + { + name: '2006 XZ2', + periodStart: 2059, + periodEnd: 2102, + numberImpacts: 4, + cumulativeImpactProbability: 3.1e-7, + velocity: 9.06, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2015 SK7', + periodStart: 2059, + periodEnd: 2107, + numberImpacts: 5, + cumulativeImpactProbability: 7.3e-7, + velocity: 12.18, + magnitude: 28.8, + diameterKm: 0.006, + }, + { + name: '2007 FP3', + periodStart: 2059, + periodEnd: 2111, + numberImpacts: 11, + cumulativeImpactProbability: 0.0000022, + velocity: 9.65, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2013 NE24', + periodStart: 2059, + periodEnd: 2112, + numberImpacts: 13, + cumulativeImpactProbability: 0.0000054, + velocity: 10.83, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2008 FF5', + periodStart: 2060, + periodEnd: 2060, + numberImpacts: 1, + cumulativeImpactProbability: 5.2e-7, + velocity: 39.47, + magnitude: 23.1, + diameterKm: 0.081, + }, + { + name: '2013 NH6', + periodStart: 2060, + periodEnd: 2060, + numberImpacts: 1, + cumulativeImpactProbability: 2.6e-8, + velocity: 21.71, + magnitude: 23.4, + diameterKm: 0.073, + }, + { + name: '2012 SG58', + periodStart: 2060, + periodEnd: 2060, + numberImpacts: 1, + cumulativeImpactProbability: 2e-8, + velocity: 15.89, + magnitude: 23.1, + diameterKm: 0.083, + }, + { + name: '2014 DK10', + periodStart: 2060, + periodEnd: 2060, + numberImpacts: 1, + cumulativeImpactProbability: 3.6e-8, + velocity: 11.83, + magnitude: 27.8, + diameterKm: 0.01, + }, + { + name: '2009 YR', + periodStart: 2060, + periodEnd: 2087, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000087, + velocity: 3.12, + magnitude: 28, + diameterKm: 0.009, + }, + { + name: '99942 Apophis (2004 MN4)', + periodStart: 2060, + periodEnd: 2105, + numberImpacts: 12, + cumulativeImpactProbability: 0.0000089, + velocity: 5.85, + magnitude: 19.1, + diameterKm: 0.37, + }, + { + name: '2006 SR131', + periodStart: 2060, + periodEnd: 2113, + numberImpacts: 38, + cumulativeImpactProbability: 0.000034, + velocity: 8.46, + magnitude: 28, + diameterKm: 0.009, + }, + { + name: '2010 NN', + periodStart: 2060, + periodEnd: 2115, + numberImpacts: 29, + cumulativeImpactProbability: 0.000032, + velocity: 7.74, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2006 BO7', + periodStart: 2060, + periodEnd: 2115, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000011, + velocity: 9.83, + magnitude: 29.3, + diameterKm: 0.005, + }, + { + name: '2014 GN1', + periodStart: 2061, + periodEnd: 2061, + numberImpacts: 1, + cumulativeImpactProbability: 0.000021, + velocity: 21.23, + magnitude: 24.6, + diameterKm: 0.041, + }, + { + name: '2013 UJ5', + periodStart: 2061, + periodEnd: 2061, + numberImpacts: 1, + cumulativeImpactProbability: 1.1e-7, + velocity: 10.81, + magnitude: 28, + diameterKm: 0.009, + }, + { + name: '2015 TL21', + periodStart: 2061, + periodEnd: 2094, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000025, + velocity: 15.32, + magnitude: 26.4, + diameterKm: 0.017, + }, + { + name: '2008 CJ', + periodStart: 2061, + periodEnd: 2106, + numberImpacts: 2, + cumulativeImpactProbability: 9.5e-7, + velocity: 8.06, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '1993 HP1', + periodStart: 2061, + periodEnd: 2112, + numberImpacts: 9, + cumulativeImpactProbability: 0.0000016, + velocity: 9.85, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2013 GW38', + periodStart: 2061, + periodEnd: 2113, + numberImpacts: 13, + cumulativeImpactProbability: 0.0000064, + velocity: 10.26, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2009 BE', + periodStart: 2061, + periodEnd: 2114, + numberImpacts: 26, + cumulativeImpactProbability: 0.00065, + velocity: 11.46, + magnitude: 26.1, + diameterKm: 0.02, + }, + { + name: '2006 UQ216', + periodStart: 2061, + periodEnd: 2115, + numberImpacts: 7, + cumulativeImpactProbability: 0.0000033, + velocity: 3.73, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2007 VE8', + periodStart: 2062, + periodEnd: 2062, + numberImpacts: 1, + cumulativeImpactProbability: 0.000022, + velocity: 9.05, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2012 HB25', + periodStart: 2062, + periodEnd: 2062, + numberImpacts: 1, + cumulativeImpactProbability: 6.7e-9, + velocity: 8.95, + magnitude: 24.9, + diameterKm: 0.035, + }, + { + name: '2010 CR5', + periodStart: 2062, + periodEnd: 2075, + numberImpacts: 3, + cumulativeImpactProbability: 7.6e-8, + velocity: 23.6, + magnitude: 19.8, + diameterKm: 0.372, + }, + { + name: '2008 EX5', + periodStart: 2062, + periodEnd: 2083, + numberImpacts: 11, + cumulativeImpactProbability: 0.000027, + velocity: 9.92, + magnitude: 23.8, + diameterKm: 0.059, + }, + { + name: '2007 EE126', + periodStart: 2062, + periodEnd: 2092, + numberImpacts: 4, + cumulativeImpactProbability: 5.7e-8, + velocity: 30.8, + magnitude: 25.6, + diameterKm: 0.025, + }, + { + name: '2011 CA7', + periodStart: 2062, + periodEnd: 2092, + numberImpacts: 7, + cumulativeImpactProbability: 9e-7, + velocity: 8.91, + magnitude: 30.3, + diameterKm: 0.003, + }, + { + name: '2010 TW149', + periodStart: 2062, + periodEnd: 2113, + numberImpacts: 42, + cumulativeImpactProbability: 0.0000086, + velocity: 17.04, + magnitude: 25.9, + diameterKm: 0.023, + }, + { + name: '2016 CG18', + periodStart: 2062, + periodEnd: 2116, + numberImpacts: 53, + cumulativeImpactProbability: 0.00014, + velocity: 4.25, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2014 SR223', + periodStart: 2063, + periodEnd: 2063, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000022, + velocity: 15.23, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2008 EA9', + periodStart: 2063, + periodEnd: 2084, + numberImpacts: 9, + cumulativeImpactProbability: 0.000026, + velocity: 1.24, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2012 BG96', + periodStart: 2063, + periodEnd: 2098, + numberImpacts: 9, + cumulativeImpactProbability: 2.4e-9, + velocity: 8.68, + magnitude: 18.9, + diameterKm: 0.57, + }, + { + name: '2016 JA', + periodStart: 2064, + periodEnd: 2103, + numberImpacts: 10, + cumulativeImpactProbability: 4.5e-7, + velocity: 7.6, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2002 GM5', + periodStart: 2064, + periodEnd: 2113, + numberImpacts: 2, + cumulativeImpactProbability: 1.3e-7, + velocity: 20.38, + magnitude: 21.4, + diameterKm: 0.179, + }, + { + name: '2012 XK134', + periodStart: 2065, + periodEnd: 2065, + numberImpacts: 1, + cumulativeImpactProbability: 1.1e-7, + velocity: 4.95, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2010 XU', + periodStart: 2065, + periodEnd: 2065, + numberImpacts: 1, + cumulativeImpactProbability: 1.5e-10, + velocity: 6.22, + magnitude: 25.4, + diameterKm: 0.029, + }, + { + name: '2007 RC20', + periodStart: 2065, + periodEnd: 2106, + numberImpacts: 2, + cumulativeImpactProbability: 3.7e-9, + velocity: 5.12, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2011 DS', + periodStart: 2065, + periodEnd: 2108, + numberImpacts: 13, + cumulativeImpactProbability: 0.000014, + velocity: 6.54, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2015 RN35', + periodStart: 2065, + periodEnd: 2111, + numberImpacts: 9, + cumulativeImpactProbability: 0.000012, + velocity: 5.72, + magnitude: 23, + diameterKm: 0.085, + }, + { + name: '2008 WO2', + periodStart: 2065, + periodEnd: 2111, + numberImpacts: 10, + cumulativeImpactProbability: 0.000053, + velocity: 6.11, + magnitude: 29.8, + diameterKm: 0.004, + }, + { + name: '2007 UT3', + periodStart: 2065, + periodEnd: 2115, + numberImpacts: 5, + cumulativeImpactProbability: 2.8e-7, + velocity: 9.05, + magnitude: 25.7, + diameterKm: 0.024, + }, + { + name: '2009 ST171', + periodStart: 2066, + periodEnd: 2066, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000011, + velocity: 9.83, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2012 XL55', + periodStart: 2066, + periodEnd: 2066, + numberImpacts: 1, + cumulativeImpactProbability: 4.9e-8, + velocity: 19.09, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2014 KC45', + periodStart: 2066, + periodEnd: 2102, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000015, + velocity: 8.92, + magnitude: 29.4, + diameterKm: 0.004, + }, + { + name: '2010 TN55', + periodStart: 2066, + periodEnd: 2111, + numberImpacts: 21, + cumulativeImpactProbability: 0.0000028, + velocity: 25.37, + magnitude: 27, + diameterKm: 0.014, + }, + { + name: '2015 FU344', + periodStart: 2066, + periodEnd: 2111, + numberImpacts: 13, + cumulativeImpactProbability: 0.000014, + velocity: 9.92, + magnitude: 31, + diameterKm: 0.002, + }, + { + name: '2010 UY7', + periodStart: 2066, + periodEnd: 2115, + numberImpacts: 45, + cumulativeImpactProbability: 0.00023, + velocity: 3.87, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2012 PB20', + periodStart: 2066, + periodEnd: 2115, + numberImpacts: 8, + cumulativeImpactProbability: 0.0000027, + velocity: 4.03, + magnitude: 24.9, + diameterKm: 0.035, + }, + { + name: '2016 SR2', + periodStart: 2066, + periodEnd: 2116, + numberImpacts: 17, + cumulativeImpactProbability: 0.000057, + velocity: 5.95, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2015 XP', + periodStart: 2067, + periodEnd: 2067, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000012, + velocity: 8.23, + magnitude: 25.8, + diameterKm: 0.024, + }, + { + name: '2011 QF48', + periodStart: 2067, + periodEnd: 2067, + numberImpacts: 2, + cumulativeImpactProbability: 2e-7, + velocity: 19.93, + magnitude: 25.3, + diameterKm: 0.03, + }, + { + name: '2008 BN16', + periodStart: 2067, + periodEnd: 2083, + numberImpacts: 3, + cumulativeImpactProbability: 4e-8, + velocity: 18.98, + magnitude: 25.9, + diameterKm: 0.023, + }, + { + name: '2009 EJ1', + periodStart: 2067, + periodEnd: 2086, + numberImpacts: 3, + cumulativeImpactProbability: 1e-7, + velocity: 10.63, + magnitude: 28.2, + diameterKm: 0.008, + }, + { + name: '2007 CC27', + periodStart: 2067, + periodEnd: 2105, + numberImpacts: 40, + cumulativeImpactProbability: 0.00008, + velocity: 10.88, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2013 BR27', + periodStart: 2067, + periodEnd: 2106, + numberImpacts: 42, + cumulativeImpactProbability: 0.00003, + velocity: 10.95, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2009 WP6', + periodStart: 2067, + periodEnd: 2114, + numberImpacts: 63, + cumulativeImpactProbability: 0.000038, + velocity: 25.34, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2009 TH8', + periodStart: 2068, + periodEnd: 2100, + numberImpacts: 4, + cumulativeImpactProbability: 0.000012, + velocity: 13.03, + magnitude: 24.9, + diameterKm: 0.036, + }, + { + name: '2006 HF6', + periodStart: 2068, + periodEnd: 2110, + numberImpacts: 22, + cumulativeImpactProbability: 0.0000089, + velocity: 16.4, + magnitude: 24.5, + diameterKm: 0.043, + }, + { + name: '2008 TS10', + periodStart: 2068, + periodEnd: 2114, + numberImpacts: 19, + cumulativeImpactProbability: 0.000028, + velocity: 3.18, + magnitude: 28.8, + diameterKm: 0.006, + }, + { + name: '2012 DJ54', + periodStart: 2068, + periodEnd: 2115, + numberImpacts: 32, + cumulativeImpactProbability: 0.0002, + velocity: 5.43, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2016 FE15', + periodStart: 2068, + periodEnd: 2116, + numberImpacts: 3, + cumulativeImpactProbability: 6.2e-7, + velocity: 12.21, + magnitude: 28.8, + diameterKm: 0.006, + }, + { + name: '2016 DK2', + periodStart: 2069, + periodEnd: 2069, + numberImpacts: 1, + cumulativeImpactProbability: 7.5e-7, + velocity: 17.57, + magnitude: 29.1, + diameterKm: 0.005, + }, + { + name: '2005 XA8', + periodStart: 2069, + periodEnd: 2086, + numberImpacts: 21, + cumulativeImpactProbability: 0.000091, + velocity: 12.08, + magnitude: 25.6, + diameterKm: 0.025, + }, + { + name: '2015 VP64', + periodStart: 2069, + periodEnd: 2105, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000031, + velocity: 20.96, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2012 TP20', + periodStart: 2069, + periodEnd: 2107, + numberImpacts: 4, + cumulativeImpactProbability: 5.3e-7, + velocity: 7.31, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2000 SG344', + periodStart: 2069, + periodEnd: 2113, + numberImpacts: 104, + cumulativeImpactProbability: 0.0022, + velocity: 1.36, + magnitude: 24.8, + diameterKm: 0.037, + }, + { + name: '2012 AP10', + periodStart: 2069, + periodEnd: 2114, + numberImpacts: 81, + cumulativeImpactProbability: 0.00011, + velocity: 3.57, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2014 JR24', + periodStart: 2069, + periodEnd: 2115, + numberImpacts: 38, + cumulativeImpactProbability: 0.0012, + velocity: 3.72, + magnitude: 29.3, + diameterKm: 0.005, + }, + { + name: '2010 UK', + periodStart: 2069, + periodEnd: 2115, + numberImpacts: 20, + cumulativeImpactProbability: 0.000023, + velocity: 6.11, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2009 WW7', + periodStart: 2069, + periodEnd: 2115, + numberImpacts: 30, + cumulativeImpactProbability: 0.000022, + velocity: 8.2, + magnitude: 28.9, + diameterKm: 0.006, + }, + { + name: '2011 EB', + periodStart: 2070, + periodEnd: 2077, + numberImpacts: 3, + cumulativeImpactProbability: 0.000053, + velocity: 10.31, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2012 UU158', + periodStart: 2070, + periodEnd: 2078, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000019, + velocity: 12.28, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2014 HT197', + periodStart: 2070, + periodEnd: 2090, + numberImpacts: 3, + cumulativeImpactProbability: 1.1e-7, + velocity: 17.18, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2013 BL18', + periodStart: 2070, + periodEnd: 2092, + numberImpacts: 5, + cumulativeImpactProbability: 0.000024, + velocity: 14.19, + magnitude: 26, + diameterKm: 0.022, + }, + { + name: '2012 TV', + periodStart: 2070, + periodEnd: 2096, + numberImpacts: 12, + cumulativeImpactProbability: 0.000002, + velocity: 16.66, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2000 SZ162', + periodStart: 2070, + periodEnd: 2096, + numberImpacts: 2, + cumulativeImpactProbability: 3.8e-7, + velocity: 4.17, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2009 FQ32', + periodStart: 2070, + periodEnd: 2104, + numberImpacts: 5, + cumulativeImpactProbability: 5.2e-8, + velocity: 4.75, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2002 MN', + periodStart: 2070, + periodEnd: 2109, + numberImpacts: 13, + cumulativeImpactProbability: 0.0000061, + velocity: 10.37, + magnitude: 23.3, + diameterKm: 0.073, + }, + { + name: '2012 EK5', + periodStart: 2070, + periodEnd: 2111, + numberImpacts: 14, + cumulativeImpactProbability: 0.000037, + velocity: 15.13, + magnitude: 25.5, + diameterKm: 0.026, + }, + { + name: '2011 MX', + periodStart: 2070, + periodEnd: 2113, + numberImpacts: 21, + cumulativeImpactProbability: 0.000032, + velocity: 12.19, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2013 GA55', + periodStart: 2070, + periodEnd: 2114, + numberImpacts: 23, + cumulativeImpactProbability: 0.000039, + velocity: 9.34, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2015 TC25', + periodStart: 2070, + periodEnd: 2115, + numberImpacts: 13, + cumulativeImpactProbability: 0.00013, + velocity: 3.52, + magnitude: 29.5, + diameterKm: 0.004, + }, + { + name: '2014 OP2', + periodStart: 2071, + periodEnd: 2079, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000017, + velocity: 11.63, + magnitude: 29.1, + diameterKm: 0.005, + }, + { + name: '2013 VW13', + periodStart: 2071, + periodEnd: 2084, + numberImpacts: 9, + cumulativeImpactProbability: 0.00044, + velocity: 16.35, + magnitude: 26.2, + diameterKm: 0.019, + }, + { + name: '2010 JH110', + periodStart: 2071, + periodEnd: 2092, + numberImpacts: 3, + cumulativeImpactProbability: 0.000056, + velocity: 8.08, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2007 UN12', + periodStart: 2071, + periodEnd: 2111, + numberImpacts: 32, + cumulativeImpactProbability: 0.00029, + velocity: 1.57, + magnitude: 28.7, + diameterKm: 0.006, + }, + { + name: '2014 UY57', + periodStart: 2071, + periodEnd: 2111, + numberImpacts: 2, + cumulativeImpactProbability: 1.2e-7, + velocity: 9.03, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2004 PU42', + periodStart: 2071, + periodEnd: 2114, + numberImpacts: 25, + cumulativeImpactProbability: 0.000083, + velocity: 10.11, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2016 VB1', + periodStart: 2071, + periodEnd: 2115, + numberImpacts: 73, + cumulativeImpactProbability: 0.0012, + velocity: 5.45, + magnitude: 28.6, + diameterKm: 0.006, + }, + { + name: '2013 QM48', + periodStart: 2071, + periodEnd: 2115, + numberImpacts: 17, + cumulativeImpactProbability: 0.000004, + velocity: 7.47, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2016 LE10', + periodStart: 2072, + periodEnd: 2072, + numberImpacts: 2, + cumulativeImpactProbability: 3.3e-8, + velocity: 12.63, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2016 FA14', + periodStart: 2072, + periodEnd: 2077, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000015, + velocity: 15.24, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2010 TD', + periodStart: 2072, + periodEnd: 2091, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000027, + velocity: 18.86, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2016 AF2', + periodStart: 2072, + periodEnd: 2093, + numberImpacts: 3, + cumulativeImpactProbability: 3.1e-7, + velocity: 5.87, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2008 BC15', + periodStart: 2072, + periodEnd: 2094, + numberImpacts: 2, + cumulativeImpactProbability: 8.7e-7, + velocity: 20.64, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2008 EZ84', + periodStart: 2072, + periodEnd: 2114, + numberImpacts: 10, + cumulativeImpactProbability: 0.00022, + velocity: 7.91, + magnitude: 26.2, + diameterKm: 0.02, + }, + { + name: '2004 VM24', + periodStart: 2072, + periodEnd: 2114, + numberImpacts: 20, + cumulativeImpactProbability: 0.000015, + velocity: 12.86, + magnitude: 25.7, + diameterKm: 0.025, + }, + { + name: '2014 TL', + periodStart: 2072, + periodEnd: 2114, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000091, + velocity: 10.72, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2016 WT', + periodStart: 2072, + periodEnd: 2115, + numberImpacts: 36, + cumulativeImpactProbability: 0.000023, + velocity: 10.71, + magnitude: 29.7, + diameterKm: 0.004, + }, + { + name: '1997 UA11', + periodStart: 2073, + periodEnd: 2073, + numberImpacts: 1, + cumulativeImpactProbability: 4.4e-7, + velocity: 11.96, + magnitude: 25.1, + diameterKm: 0.032, + }, + { + name: '2015 FF36', + periodStart: 2073, + periodEnd: 2073, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000012, + velocity: 8.54, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2010 LV108', + periodStart: 2073, + periodEnd: 2073, + numberImpacts: 1, + cumulativeImpactProbability: 6e-10, + velocity: 9.06, + magnitude: 22.3, + diameterKm: 0.12, + }, + { + name: '2016 SK2', + periodStart: 2073, + periodEnd: 2081, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000021, + velocity: 13.64, + magnitude: 25.3, + diameterKm: 0.029, + }, + { + name: '2006 JY26', + periodStart: 2073, + periodEnd: 2110, + numberImpacts: 48, + cumulativeImpactProbability: 0.0097, + velocity: 2.98, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2007 EO88', + periodStart: 2073, + periodEnd: 2111, + numberImpacts: 8, + cumulativeImpactProbability: 0.0000089, + velocity: 10.95, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2009 SH1', + periodStart: 2073, + periodEnd: 2113, + numberImpacts: 24, + cumulativeImpactProbability: 7e-8, + velocity: 5.57, + magnitude: 29.9, + diameterKm: 0.004, + }, + { + name: '2013 RS43', + periodStart: 2073, + periodEnd: 2114, + numberImpacts: 27, + cumulativeImpactProbability: 0.000013, + velocity: 5.69, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2009 FP32', + periodStart: 2073, + periodEnd: 2115, + numberImpacts: 18, + cumulativeImpactProbability: 0.0000069, + velocity: 15.06, + magnitude: 27.8, + diameterKm: 0.01, + }, + { + name: '2010 VQ139', + periodStart: 2074, + periodEnd: 2078, + numberImpacts: 2, + cumulativeImpactProbability: 3.4e-10, + velocity: 8.03, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2010 JH80', + periodStart: 2074, + periodEnd: 2082, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000032, + velocity: 26.9, + magnitude: 24.5, + diameterKm: 0.042, + }, + { + name: '2014 GY44', + periodStart: 2074, + periodEnd: 2083, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000034, + velocity: 12.32, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2007 TL16', + periodStart: 2074, + periodEnd: 2092, + numberImpacts: 10, + cumulativeImpactProbability: 0.0000091, + velocity: 11.43, + magnitude: 26.2, + diameterKm: 0.019, + }, + { + name: '2012 VV76', + periodStart: 2074, + periodEnd: 2094, + numberImpacts: 2, + cumulativeImpactProbability: 4.8e-8, + velocity: 14.69, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2012 BN123', + periodStart: 2074, + periodEnd: 2110, + numberImpacts: 4, + cumulativeImpactProbability: 3.2e-9, + velocity: 10.13, + magnitude: 23.2, + diameterKm: 0.078, + }, + { + name: '2006 HE2', + periodStart: 2074, + periodEnd: 2111, + numberImpacts: 4, + cumulativeImpactProbability: 8.3e-7, + velocity: 5.02, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2008 ST7', + periodStart: 2074, + periodEnd: 2112, + numberImpacts: 24, + cumulativeImpactProbability: 0.000026, + velocity: 9.98, + magnitude: 24.1, + diameterKm: 0.052, + }, + { + name: '2000 SB45', + periodStart: 2074, + periodEnd: 2113, + numberImpacts: 98, + cumulativeImpactProbability: 0.00015, + velocity: 7.53, + magnitude: 24.3, + diameterKm: 0.046, + }, + { + name: '2016 TY55', + periodStart: 2074, + periodEnd: 2114, + numberImpacts: 16, + cumulativeImpactProbability: 0.000019, + velocity: 4.61, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2014 MB6', + periodStart: 2075, + periodEnd: 2075, + numberImpacts: 1, + cumulativeImpactProbability: 1.4e-8, + velocity: 13.07, + magnitude: 26.2, + diameterKm: 0.019, + }, + { + name: '2009 EW', + periodStart: 2075, + periodEnd: 2081, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000018, + velocity: 12.83, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2014 WA201', + periodStart: 2075, + periodEnd: 2084, + numberImpacts: 8, + cumulativeImpactProbability: 0.00013, + velocity: 11.57, + magnitude: 26.8, + diameterKm: 0.015, + }, + { + name: '2015 UH52', + periodStart: 2075, + periodEnd: 2101, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000011, + velocity: 11.19, + magnitude: 26, + diameterKm: 0.022, + }, + { + name: '2003 YS70', + periodStart: 2075, + periodEnd: 2107, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000077, + velocity: 3.16, + magnitude: 28.8, + diameterKm: 0.006, + }, + { + name: '2000 LG6', + periodStart: 2075, + periodEnd: 2115, + numberImpacts: 52, + cumulativeImpactProbability: 0.00099, + velocity: 2.11, + magnitude: 29, + diameterKm: 0.005, + }, + { + name: '2014 QF33', + periodStart: 2076, + periodEnd: 2076, + numberImpacts: 1, + cumulativeImpactProbability: 3.4e-8, + velocity: 23.29, + magnitude: 23.7, + diameterKm: 0.06, + }, + { + name: '2014 FX32', + periodStart: 2076, + periodEnd: 2108, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000031, + velocity: 9.05, + magnitude: 25.1, + diameterKm: 0.033, + }, + { + name: '2016 RR1', + periodStart: 2076, + periodEnd: 2113, + numberImpacts: 27, + cumulativeImpactProbability: 0.0002, + velocity: 6.75, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2004 VZ14', + periodStart: 2076, + periodEnd: 2114, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000021, + velocity: 15.26, + magnitude: 25.3, + diameterKm: 0.03, + }, + { + name: '2015 ET', + periodStart: 2076, + periodEnd: 2114, + numberImpacts: 9, + cumulativeImpactProbability: 0.0000026, + velocity: 11.63, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2016 WG', + periodStart: 2076, + periodEnd: 2115, + numberImpacts: 22, + cumulativeImpactProbability: 0.0000055, + velocity: 23.6, + magnitude: 23.3, + diameterKm: 0.074, + }, + { + name: '2012 YR1', + periodStart: 2077, + periodEnd: 2077, + numberImpacts: 1, + cumulativeImpactProbability: 5.6e-7, + velocity: 7.84, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2007 VF189', + periodStart: 2077, + periodEnd: 2077, + numberImpacts: 1, + cumulativeImpactProbability: 3.5e-8, + velocity: 11.47, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2012 RU16', + periodStart: 2077, + periodEnd: 2089, + numberImpacts: 2, + cumulativeImpactProbability: 1.1e-7, + velocity: 8.66, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2008 HJ', + periodStart: 2077, + periodEnd: 2114, + numberImpacts: 22, + cumulativeImpactProbability: 0.00023, + velocity: 7.53, + magnitude: 25.7, + diameterKm: 0.024, + }, + { + name: '2016 TH', + periodStart: 2077, + periodEnd: 2115, + numberImpacts: 30, + cumulativeImpactProbability: 0.000022, + velocity: 7.4, + magnitude: 29.4, + diameterKm: 0.004, + }, + { + name: '2008 UA92', + periodStart: 2078, + periodEnd: 2078, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000013, + velocity: 8.38, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2012 CQ46', + periodStart: 2078, + periodEnd: 2103, + numberImpacts: 4, + cumulativeImpactProbability: 1.5e-9, + velocity: 13.01, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2006 UJ185', + periodStart: 2078, + periodEnd: 2105, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000012, + velocity: 15.46, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2013 CY', + periodStart: 2078, + periodEnd: 2106, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000025, + velocity: 2.42, + magnitude: 28.2, + diameterKm: 0.008, + }, + { + name: '2014 QN266', + periodStart: 2078, + periodEnd: 2109, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000021, + velocity: 2.85, + magnitude: 26.2, + diameterKm: 0.019, + }, + { + name: '2007 XB23', + periodStart: 2078, + periodEnd: 2114, + numberImpacts: 9, + cumulativeImpactProbability: 6.6e-7, + velocity: 4.58, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2014 QC391', + periodStart: 2078, + periodEnd: 2115, + numberImpacts: 37, + cumulativeImpactProbability: 0.000059, + velocity: 7.61, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2006 QN111', + periodStart: 2079, + periodEnd: 2079, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000021, + velocity: 10.55, + magnitude: 23.8, + diameterKm: 0.06, + }, + { + name: '2010 UR7', + periodStart: 2079, + periodEnd: 2086, + numberImpacts: 3, + cumulativeImpactProbability: 0.000002, + velocity: 13.34, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2008 CM74', + periodStart: 2079, + periodEnd: 2100, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000024, + velocity: 4.07, + magnitude: 28, + diameterKm: 0.008, + }, + { + name: '2014 JU15', + periodStart: 2079, + periodEnd: 2114, + numberImpacts: 71, + cumulativeImpactProbability: 0.000054, + velocity: 10.34, + magnitude: 24.7, + diameterKm: 0.039, + }, + { + name: '2009 TM8', + periodStart: 2079, + periodEnd: 2114, + numberImpacts: 136, + cumulativeImpactProbability: 0.000077, + velocity: 7.96, + magnitude: 28.6, + diameterKm: 0.007, + }, + { + name: '2007 US51', + periodStart: 2079, + periodEnd: 2114, + numberImpacts: 8, + cumulativeImpactProbability: 0.0000067, + velocity: 15.29, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2001 SD286', + periodStart: 2080, + periodEnd: 2080, + numberImpacts: 1, + cumulativeImpactProbability: 5.2e-8, + velocity: 12.56, + magnitude: 25.2, + diameterKm: 0.03, + }, + { + name: '2002 AN129', + periodStart: 2080, + periodEnd: 2080, + numberImpacts: 1, + cumulativeImpactProbability: 2e-8, + velocity: 11.35, + magnitude: 26.1, + diameterKm: 0.021, + }, + { + name: '2008 GF1', + periodStart: 2080, + periodEnd: 2080, + numberImpacts: 1, + cumulativeImpactProbability: 9.7e-8, + velocity: 14.61, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2015 PS228', + periodStart: 2080, + periodEnd: 2102, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000029, + velocity: 2.55, + magnitude: 28.9, + diameterKm: 0.005, + }, + { + name: '2014 EU', + periodStart: 2080, + periodEnd: 2107, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000077, + velocity: 5.64, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2009 OW6', + periodStart: 2080, + periodEnd: 2115, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000049, + velocity: 6.65, + magnitude: 25.3, + diameterKm: 0.029, + }, + { + name: '2015 WP2', + periodStart: 2080, + periodEnd: 2115, + numberImpacts: 24, + cumulativeImpactProbability: 0.0001, + velocity: 12.62, + magnitude: 30.1, + diameterKm: 0.003, + }, + { + name: '2015 MN11', + periodStart: 2081, + periodEnd: 2081, + numberImpacts: 1, + cumulativeImpactProbability: 2.2e-9, + velocity: 21.06, + magnitude: 24.5, + diameterKm: 0.042, + }, + { + name: '2012 WR10', + periodStart: 2081, + periodEnd: 2096, + numberImpacts: 3, + cumulativeImpactProbability: 7.7e-7, + velocity: 2.73, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2013 FU13', + periodStart: 2081, + periodEnd: 2098, + numberImpacts: 3, + cumulativeImpactProbability: 0.000032, + velocity: 5.74, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2012 XM16', + periodStart: 2081, + periodEnd: 2107, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000021, + velocity: 12.68, + magnitude: 25.8, + diameterKm: 0.024, + }, + { + name: '2005 AU3', + periodStart: 2081, + periodEnd: 2114, + numberImpacts: 24, + cumulativeImpactProbability: 0.000012, + velocity: 14.4, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2012 VS76', + periodStart: 2081, + periodEnd: 2114, + numberImpacts: 9, + cumulativeImpactProbability: 0.000013, + velocity: 11.48, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2016 JA6', + periodStart: 2081, + periodEnd: 2115, + numberImpacts: 8, + cumulativeImpactProbability: 0.000004, + velocity: 11.34, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2007 TC14', + periodStart: 2082, + periodEnd: 2082, + numberImpacts: 1, + cumulativeImpactProbability: 1.2e-7, + velocity: 25.55, + magnitude: 22.1, + diameterKm: 0.13, + }, + { + name: '2016 FC1', + periodStart: 2082, + periodEnd: 2088, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000034, + velocity: 15.19, + magnitude: 29.1, + diameterKm: 0.005, + }, + { + name: '2006 YE', + periodStart: 2082, + periodEnd: 2089, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000016, + velocity: 6.05, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2016 TQ54', + periodStart: 2082, + periodEnd: 2113, + numberImpacts: 9, + cumulativeImpactProbability: 0.0000018, + velocity: 9, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2010 FN', + periodStart: 2082, + periodEnd: 2114, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000023, + velocity: 6.78, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2011 FQ16', + periodStart: 2082, + periodEnd: 2114, + numberImpacts: 4, + cumulativeImpactProbability: 6.4e-7, + velocity: 7.99, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2012 WS3', + periodStart: 2082, + periodEnd: 2115, + numberImpacts: 31, + cumulativeImpactProbability: 0.0000073, + velocity: 8.79, + magnitude: 25.9, + diameterKm: 0.022, + }, + { + name: '2011 BF40', + periodStart: 2083, + periodEnd: 2083, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000019, + velocity: 18.5, + magnitude: 24.8, + diameterKm: 0.037, + }, + { + name: '2012 QV17', + periodStart: 2083, + periodEnd: 2083, + numberImpacts: 1, + cumulativeImpactProbability: 2.5e-8, + velocity: 10.87, + magnitude: 25, + diameterKm: 0.033, + }, + { + name: '2008 EF32', + periodStart: 2083, + periodEnd: 2083, + numberImpacts: 1, + cumulativeImpactProbability: 6.5e-8, + velocity: 13.11, + magnitude: 29.4, + diameterKm: 0.005, + }, + { + name: '2014 HH196', + periodStart: 2083, + periodEnd: 2109, + numberImpacts: 2, + cumulativeImpactProbability: 3e-9, + velocity: 11.21, + magnitude: 28.2, + diameterKm: 0.008, + }, + { + name: '2012 DW60', + periodStart: 2083, + periodEnd: 2115, + numberImpacts: 14, + cumulativeImpactProbability: 0.000041, + velocity: 5.4, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2016 WQ1', + periodStart: 2084, + periodEnd: 2084, + numberImpacts: 1, + cumulativeImpactProbability: 8.1e-8, + velocity: 7.67, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2009 WZ53', + periodStart: 2084, + periodEnd: 2094, + numberImpacts: 3, + cumulativeImpactProbability: 8.3e-10, + velocity: 18.97, + magnitude: 24.1, + diameterKm: 0.052, + }, + { + name: '2016 TT', + periodStart: 2084, + periodEnd: 2095, + numberImpacts: 3, + cumulativeImpactProbability: 4.5e-7, + velocity: 11.59, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2002 VU17', + periodStart: 2084, + periodEnd: 2099, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000093, + velocity: 13.69, + magnitude: 24.8, + diameterKm: 0.038, + }, + { + name: '2008 EF85', + periodStart: 2084, + periodEnd: 2110, + numberImpacts: 3, + cumulativeImpactProbability: 1.6e-7, + velocity: 9.53, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2002 TY59', + periodStart: 2084, + periodEnd: 2114, + numberImpacts: 3, + cumulativeImpactProbability: 0.000025, + velocity: 8.22, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2006 WZ184', + periodStart: 2084, + periodEnd: 2114, + numberImpacts: 27, + cumulativeImpactProbability: 0.000011, + velocity: 7.26, + magnitude: 26.1, + diameterKm: 0.021, + }, + { + name: '2008 GM2', + periodStart: 2084, + periodEnd: 2114, + numberImpacts: 35, + cumulativeImpactProbability: 0.000023, + velocity: 4.61, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2009 XQ2', + periodStart: 2084, + periodEnd: 2114, + numberImpacts: 2, + cumulativeImpactProbability: 2.6e-10, + velocity: 26.18, + magnitude: 24.1, + diameterKm: 0.051, + }, + { + name: '2016 NK22', + periodStart: 2084, + periodEnd: 2115, + numberImpacts: 85, + cumulativeImpactProbability: 0.0007, + velocity: 6.88, + magnitude: 28.9, + diameterKm: 0.005, + }, + { + name: '2012 SU9', + periodStart: 2084, + periodEnd: 2115, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000013, + velocity: 10.88, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2017 BK30', + periodStart: 2085, + periodEnd: 2085, + numberImpacts: 2, + cumulativeImpactProbability: 1.4e-7, + velocity: 9.95, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2015 XQ129', + periodStart: 2085, + periodEnd: 2085, + numberImpacts: 1, + cumulativeImpactProbability: 5.3e-10, + velocity: 15.3, + magnitude: 24.4, + diameterKm: 0.044, + }, + { + name: '2008 XC1', + periodStart: 2085, + periodEnd: 2088, + numberImpacts: 2, + cumulativeImpactProbability: 1.2e-7, + velocity: 11.66, + magnitude: 23.7, + diameterKm: 0.063, + }, + { + name: '2014 HB177', + periodStart: 2085, + periodEnd: 2099, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000026, + velocity: 6.08, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2010 FD', + periodStart: 2085, + periodEnd: 2104, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000014, + velocity: 9.79, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2008 YV32', + periodStart: 2085, + periodEnd: 2107, + numberImpacts: 9, + cumulativeImpactProbability: 0.0000043, + velocity: 8.79, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2015 VL64', + periodStart: 2085, + periodEnd: 2109, + numberImpacts: 7, + cumulativeImpactProbability: 0.0000028, + velocity: 8.68, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2010 RM80', + periodStart: 2085, + periodEnd: 2115, + numberImpacts: 21, + cumulativeImpactProbability: 0.000011, + velocity: 5.36, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2016 XL23', + periodStart: 2086, + periodEnd: 2086, + numberImpacts: 1, + cumulativeImpactProbability: 8.2e-7, + velocity: 9.91, + magnitude: 29.3, + diameterKm: 0.005, + }, + { + name: '2004 BN41', + periodStart: 2086, + periodEnd: 2098, + numberImpacts: 2, + cumulativeImpactProbability: 5.2e-7, + velocity: 7.58, + magnitude: 25.8, + diameterKm: 0.024, + }, + { + name: '2014 UD57', + periodStart: 2086, + periodEnd: 2108, + numberImpacts: 4, + cumulativeImpactProbability: 0.000007, + velocity: 8.72, + magnitude: 25.8, + diameterKm: 0.023, + }, + { + name: '2016 EG28', + periodStart: 2086, + periodEnd: 2108, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000021, + velocity: 14.67, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2016 TQ18', + periodStart: 2086, + periodEnd: 2110, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000069, + velocity: 9.59, + magnitude: 26.3, + diameterKm: 0.018, + }, + { + name: '2009 TU', + periodStart: 2086, + periodEnd: 2111, + numberImpacts: 6, + cumulativeImpactProbability: 0.000021, + velocity: 15.15, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2012 BW13', + periodStart: 2086, + periodEnd: 2111, + numberImpacts: 10, + cumulativeImpactProbability: 0.000002, + velocity: 11.69, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2013 XS21', + periodStart: 2086, + periodEnd: 2111, + numberImpacts: 9, + cumulativeImpactProbability: 0.0000033, + velocity: 7.52, + magnitude: 29.4, + diameterKm: 0.004, + }, + { + name: '2011 VG9', + periodStart: 2086, + periodEnd: 2114, + numberImpacts: 6, + cumulativeImpactProbability: 3.2e-7, + velocity: 24.79, + magnitude: 22.2, + diameterKm: 0.121, + }, + { + name: '2012 BU1', + periodStart: 2086, + periodEnd: 2114, + numberImpacts: 20, + cumulativeImpactProbability: 0.00011, + velocity: 8.97, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2002 UV36', + periodStart: 2087, + periodEnd: 2087, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000097, + velocity: 8.06, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2007 EZ25', + periodStart: 2087, + periodEnd: 2087, + numberImpacts: 1, + cumulativeImpactProbability: 7.9e-8, + velocity: 20.73, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2010 GM23', + periodStart: 2087, + periodEnd: 2114, + numberImpacts: 29, + cumulativeImpactProbability: 0.000055, + velocity: 13.44, + magnitude: 24.7, + diameterKm: 0.04, + }, + { + name: '2015 VN64', + periodStart: 2088, + periodEnd: 2096, + numberImpacts: 3, + cumulativeImpactProbability: 7.1e-7, + velocity: 15.86, + magnitude: 27.5, + diameterKm: 0.01, + }, + { + name: '2007 EV', + periodStart: 2088, + periodEnd: 2109, + numberImpacts: 5, + cumulativeImpactProbability: 0.000005, + velocity: 10.58, + magnitude: 25, + diameterKm: 0.033, + }, + { + name: '2010 NH', + periodStart: 2089, + periodEnd: 2092, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000015, + velocity: 10.29, + magnitude: 25.7, + diameterKm: 0.025, + }, + { + name: '2010 CK19', + periodStart: 2089, + periodEnd: 2107, + numberImpacts: 4, + cumulativeImpactProbability: 8.7e-7, + velocity: 5.01, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2014 KS76', + periodStart: 2089, + periodEnd: 2107, + numberImpacts: 2, + cumulativeImpactProbability: 9.6e-8, + velocity: 7.18, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2016 WU', + periodStart: 2089, + periodEnd: 2110, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000024, + velocity: 7.05, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2011 BU59', + periodStart: 2089, + periodEnd: 2113, + numberImpacts: 11, + cumulativeImpactProbability: 0.0000085, + velocity: 11.34, + magnitude: 26.2, + diameterKm: 0.02, + }, + { + name: '2017 BD6', + periodStart: 2090, + periodEnd: 2090, + numberImpacts: 1, + cumulativeImpactProbability: 1e-9, + velocity: 9.28, + magnitude: 28.6, + diameterKm: 0.007, + }, + { + name: '2016 JB29', + periodStart: 2090, + periodEnd: 2090, + numberImpacts: 1, + cumulativeImpactProbability: 2.3e-7, + velocity: 8.56, + magnitude: 24.7, + diameterKm: 0.039, + }, + { + name: '2008 YC3', + periodStart: 2090, + periodEnd: 2092, + numberImpacts: 2, + cumulativeImpactProbability: 8.3e-9, + velocity: 6.24, + magnitude: 25.4, + diameterKm: 0.029, + }, + { + name: '2015 CL13', + periodStart: 2090, + periodEnd: 2106, + numberImpacts: 4, + cumulativeImpactProbability: 9.4e-8, + velocity: 13.69, + magnitude: 25.7, + diameterKm: 0.025, + }, + { + name: '2015 UR67', + periodStart: 2091, + periodEnd: 2091, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000049, + velocity: 11.63, + magnitude: 26.3, + diameterKm: 0.019, + }, + { + name: '2014 HO197', + periodStart: 2091, + periodEnd: 2091, + numberImpacts: 1, + cumulativeImpactProbability: 2.2e-10, + velocity: 14.63, + magnitude: 26, + diameterKm: 0.021, + }, + { + name: '2008 DA4', + periodStart: 2091, + periodEnd: 2100, + numberImpacts: 2, + cumulativeImpactProbability: 4.2e-7, + velocity: 11.13, + magnitude: 23.9, + diameterKm: 0.056, + }, + { + name: '2008 KT', + periodStart: 2091, + periodEnd: 2107, + numberImpacts: 4, + cumulativeImpactProbability: 2.9e-7, + velocity: 3, + magnitude: 28.2, + diameterKm: 0.008, + }, + { + name: '2008 JL24', + periodStart: 2091, + periodEnd: 2109, + numberImpacts: 2, + cumulativeImpactProbability: 4.3e-7, + velocity: 2.7, + magnitude: 29.6, + diameterKm: 0.004, + }, + { + name: '2016 WY', + periodStart: 2091, + periodEnd: 2114, + numberImpacts: 11, + cumulativeImpactProbability: 0.000097, + velocity: 3.24, + magnitude: 29.2, + diameterKm: 0.005, + }, + { + name: '2016 JB18', + periodStart: 2091, + periodEnd: 2116, + numberImpacts: 14, + cumulativeImpactProbability: 0.000081, + velocity: 3.25, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2006 CM10', + periodStart: 2092, + periodEnd: 2092, + numberImpacts: 1, + cumulativeImpactProbability: 2.4e-8, + velocity: 22.34, + magnitude: 21.7, + diameterKm: 0.15, + }, + { + name: '2013 RZ53', + periodStart: 2092, + periodEnd: 2103, + numberImpacts: 8, + cumulativeImpactProbability: 0.000013, + velocity: 1.25, + magnitude: 31.1, + diameterKm: 0.002, + }, + { + name: '2016 EP84', + periodStart: 2092, + periodEnd: 2106, + numberImpacts: 6, + cumulativeImpactProbability: 0.000036, + velocity: 2.33, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2010 TW54', + periodStart: 2092, + periodEnd: 2107, + numberImpacts: 7, + cumulativeImpactProbability: 0.0000042, + velocity: 7.77, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2006 BF56', + periodStart: 2092, + periodEnd: 2110, + numberImpacts: 11, + cumulativeImpactProbability: 0.0000079, + velocity: 26.18, + magnitude: 29.6, + diameterKm: 0.004, + }, + { + name: '2015 XH55', + periodStart: 2092, + periodEnd: 2110, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000014, + velocity: 7.14, + magnitude: 29.2, + diameterKm: 0.005, + }, + { + name: '2015 XA378', + periodStart: 2092, + periodEnd: 2115, + numberImpacts: 19, + cumulativeImpactProbability: 0.000053, + velocity: 17.9, + magnitude: 25.5, + diameterKm: 0.027, + }, + { + name: '2016 GK2', + periodStart: 2092, + periodEnd: 2116, + numberImpacts: 8, + cumulativeImpactProbability: 0.000046, + velocity: 9.12, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2011 DV10', + periodStart: 2093, + periodEnd: 2093, + numberImpacts: 1, + cumulativeImpactProbability: 9.3e-7, + velocity: 16.27, + magnitude: 24.8, + diameterKm: 0.038, + }, + { + name: '2003 UQ25', + periodStart: 2093, + periodEnd: 2093, + numberImpacts: 2, + cumulativeImpactProbability: 2.2e-7, + velocity: 18.01, + magnitude: 24.2, + diameterKm: 0.049, + }, + { + name: '2016 TM', + periodStart: 2093, + periodEnd: 2100, + numberImpacts: 2, + cumulativeImpactProbability: 3.9e-7, + velocity: 4.33, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2008 CB6', + periodStart: 2093, + periodEnd: 2107, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000096, + velocity: 7.43, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2015 EG7', + periodStart: 2093, + periodEnd: 2110, + numberImpacts: 3, + cumulativeImpactProbability: 3.2e-8, + velocity: 12.8, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2011 UC64', + periodStart: 2093, + periodEnd: 2114, + numberImpacts: 25, + cumulativeImpactProbability: 0.000019, + velocity: 14.05, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2009 WQ25', + periodStart: 2094, + periodEnd: 2094, + numberImpacts: 1, + cumulativeImpactProbability: 9.2e-8, + velocity: 16.94, + magnitude: 23.9, + diameterKm: 0.055, + }, + { + name: '2012 HE31', + periodStart: 2094, + periodEnd: 2094, + numberImpacts: 1, + cumulativeImpactProbability: 8.8e-8, + velocity: 10.6, + magnitude: 25.7, + diameterKm: 0.024, + }, + { + name: '2007 EN88', + periodStart: 2094, + periodEnd: 2104, + numberImpacts: 3, + cumulativeImpactProbability: 0.000001, + velocity: 12.16, + magnitude: 26.4, + diameterKm: 0.017, + }, + { + name: '2013 AB65', + periodStart: 2094, + periodEnd: 2113, + numberImpacts: 8, + cumulativeImpactProbability: 0.0000067, + velocity: 24.42, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2001 SB170', + periodStart: 2095, + periodEnd: 2095, + numberImpacts: 1, + cumulativeImpactProbability: 1e-8, + velocity: 22.48, + magnitude: 22.4, + diameterKm: 0.11, + }, + { + name: '2013 UO5', + periodStart: 2095, + periodEnd: 2095, + numberImpacts: 1, + cumulativeImpactProbability: 1.3e-10, + velocity: 10.26, + magnitude: 23.4, + diameterKm: 0.07, + }, + { + name: '2016 WN7', + periodStart: 2095, + periodEnd: 2100, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000031, + velocity: 6.16, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2012 CL17', + periodStart: 2095, + periodEnd: 2112, + numberImpacts: 18, + cumulativeImpactProbability: 0.0000014, + velocity: 21.54, + magnitude: 25.7, + diameterKm: 0.024, + }, + { + name: '2009 HC', + periodStart: 2095, + periodEnd: 2113, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000036, + velocity: 3.72, + magnitude: 24.8, + diameterKm: 0.038, + }, + { + name: '2010 RF12', + periodStart: 2095, + periodEnd: 2115, + numberImpacts: 52, + cumulativeImpactProbability: 0.065, + velocity: 5.1, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2014 YN', + periodStart: 2095, + periodEnd: 2115, + numberImpacts: 22, + cumulativeImpactProbability: 0.000061, + velocity: 3.27, + magnitude: 25.7, + diameterKm: 0.024, + }, + { + name: '1997 TC25', + periodStart: 2096, + periodEnd: 2096, + numberImpacts: 1, + cumulativeImpactProbability: 3e-7, + velocity: 9.89, + magnitude: 24.7, + diameterKm: 0.039, + }, + { + name: '2009 MU', + periodStart: 2096, + periodEnd: 2096, + numberImpacts: 1, + cumulativeImpactProbability: 6.8e-9, + velocity: 13.27, + magnitude: 24.5, + diameterKm: 0.042, + }, + { + name: '2013 PS13', + periodStart: 2096, + periodEnd: 2105, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000013, + velocity: 17.26, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2010 GV23', + periodStart: 2096, + periodEnd: 2105, + numberImpacts: 2, + cumulativeImpactProbability: 6.9e-8, + velocity: 5.42, + magnitude: 27.6, + diameterKm: 0.01, + }, + { + name: '2015 YM1', + periodStart: 2096, + periodEnd: 2115, + numberImpacts: 6, + cumulativeImpactProbability: 0.0000076, + velocity: 6.81, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2016 TG94', + periodStart: 2096, + periodEnd: 2116, + numberImpacts: 16, + cumulativeImpactProbability: 0.000015, + velocity: 8.74, + magnitude: 29.7, + diameterKm: 0.004, + }, + { + name: '2011 AK37', + periodStart: 2097, + periodEnd: 2097, + numberImpacts: 1, + cumulativeImpactProbability: 0.000006, + velocity: 11.87, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2016 FX13', + periodStart: 2097, + periodEnd: 2097, + numberImpacts: 1, + cumulativeImpactProbability: 2.2e-9, + velocity: 13.98, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2015 KH160', + periodStart: 2097, + periodEnd: 2107, + numberImpacts: 2, + cumulativeImpactProbability: 1.8e-8, + velocity: 29.2, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2016 EL1', + periodStart: 2097, + periodEnd: 2109, + numberImpacts: 3, + cumulativeImpactProbability: 2.7e-7, + velocity: 19.79, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2011 SE191', + periodStart: 2098, + periodEnd: 2098, + numberImpacts: 1, + cumulativeImpactProbability: 7.2e-9, + velocity: 14.57, + magnitude: 25.1, + diameterKm: 0.033, + }, + { + name: '2014 MG68', + periodStart: 2098, + periodEnd: 2098, + numberImpacts: 1, + cumulativeImpactProbability: 2e-10, + velocity: 14.37, + magnitude: 22.6, + diameterKm: 0.1, + }, + { + name: '2014 HD199', + periodStart: 2098, + periodEnd: 2098, + numberImpacts: 1, + cumulativeImpactProbability: 1.2e-10, + velocity: 17.01, + magnitude: 24.5, + diameterKm: 0.042, + }, + { + name: '2004 FH', + periodStart: 2098, + periodEnd: 2107, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000051, + velocity: 6.97, + magnitude: 26.1, + diameterKm: 0.02, + }, + { + name: '2016 YC13', + periodStart: 2098, + periodEnd: 2110, + numberImpacts: 2, + cumulativeImpactProbability: 3.2e-10, + velocity: 13, + magnitude: 26.7, + diameterKm: 0.015, + }, + { + name: '2015 HE1', + periodStart: 2098, + periodEnd: 2110, + numberImpacts: 2, + cumulativeImpactProbability: 2.5e-7, + velocity: 14.6, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2007 WP3', + periodStart: 2098, + periodEnd: 2114, + numberImpacts: 21, + cumulativeImpactProbability: 0.0000082, + velocity: 13.03, + magnitude: 23.5, + diameterKm: 0.067, + }, + { + name: '2005 GV190', + periodStart: 2099, + periodEnd: 2099, + numberImpacts: 1, + cumulativeImpactProbability: 1.2e-10, + velocity: 9.25, + magnitude: 18, + diameterKm: 0.87, + }, + { + name: '2013 VJ13', + periodStart: 2099, + periodEnd: 2099, + numberImpacts: 1, + cumulativeImpactProbability: 8.9e-10, + velocity: 16.09, + magnitude: 23.8, + diameterKm: 0.06, + }, + { + name: '2014 HM198', + periodStart: 2099, + periodEnd: 2104, + numberImpacts: 2, + cumulativeImpactProbability: 4.4e-10, + velocity: 9.54, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2005 TA', + periodStart: 2099, + periodEnd: 2114, + numberImpacts: 14, + cumulativeImpactProbability: 0.000018, + velocity: 4.8, + magnitude: 27.2, + diameterKm: 0.012, + }, + { + name: '2010 GH7', + periodStart: 2099, + periodEnd: 2115, + numberImpacts: 38, + cumulativeImpactProbability: 0.00011, + velocity: 5.05, + magnitude: 27.3, + diameterKm: 0.012, + }, + { + name: '2017 BE30', + periodStart: 2100, + periodEnd: 2100, + numberImpacts: 1, + cumulativeImpactProbability: 1.1e-7, + velocity: 16.69, + magnitude: 26.3, + diameterKm: 0.018, + }, + { + name: '2005 CC37', + periodStart: 2100, + periodEnd: 2100, + numberImpacts: 1, + cumulativeImpactProbability: 2.4e-8, + velocity: 8.45, + magnitude: 22.7, + diameterKm: 0.099, + }, + { + name: '2004 OD4', + periodStart: 2100, + periodEnd: 2100, + numberImpacts: 1, + cumulativeImpactProbability: 6.8e-8, + velocity: 8.45, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2012 UL171', + periodStart: 2100, + periodEnd: 2100, + numberImpacts: 1, + cumulativeImpactProbability: 4.2e-10, + velocity: 3.79, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2011 UM169', + periodStart: 2100, + periodEnd: 2107, + numberImpacts: 19, + cumulativeImpactProbability: 0.000017, + velocity: 13.95, + magnitude: 25, + diameterKm: 0.033, + }, + { + name: '2015 YC1', + periodStart: 2100, + periodEnd: 2108, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000015, + velocity: 8.16, + magnitude: 26.1, + diameterKm: 0.021, + }, + { + name: '2016 CH30', + periodStart: 2100, + periodEnd: 2112, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000089, + velocity: 5.46, + magnitude: 28, + diameterKm: 0.009, + }, + { + name: '2011 OB26', + periodStart: 2100, + periodEnd: 2115, + numberImpacts: 17, + cumulativeImpactProbability: 0.000044, + velocity: 11, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2016 WR55', + periodStart: 2100, + periodEnd: 2115, + numberImpacts: 9, + cumulativeImpactProbability: 0.0000032, + velocity: 14.12, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2014 OM207', + periodStart: 2101, + periodEnd: 2101, + numberImpacts: 2, + cumulativeImpactProbability: 0.00022, + velocity: 8.2, + magnitude: 29.1, + diameterKm: 0.005, + }, + { + name: '1991 VG', + periodStart: 2101, + periodEnd: 2101, + numberImpacts: 1, + cumulativeImpactProbability: 0.000046, + velocity: 1.02, + magnitude: 28.4, + diameterKm: 0.007, + }, + { + name: '2012 UU68', + periodStart: 2101, + periodEnd: 2101, + numberImpacts: 1, + cumulativeImpactProbability: 8.3e-9, + velocity: 6.89, + magnitude: 23.1, + diameterKm: 0.082, + }, + { + name: '2007 WT3', + periodStart: 2101, + periodEnd: 2101, + numberImpacts: 1, + cumulativeImpactProbability: 8.6e-10, + velocity: 19.92, + magnitude: 24.1, + diameterKm: 0.051, + }, + { + name: '2012 VZ19', + periodStart: 2101, + periodEnd: 2101, + numberImpacts: 2, + cumulativeImpactProbability: 4.5e-10, + velocity: 7.92, + magnitude: 25.6, + diameterKm: 0.025, + }, + { + name: '443104 (2013 XK22)', + periodStart: 2101, + periodEnd: 2102, + numberImpacts: 2, + cumulativeImpactProbability: 0.000019, + velocity: 6.9, + magnitude: 24.2, + diameterKm: 0.05, + }, + { + name: '2007 EH26', + periodStart: 2101, + periodEnd: 2103, + numberImpacts: 2, + cumulativeImpactProbability: 2.7e-8, + velocity: 20.19, + magnitude: 24.2, + diameterKm: 0.049, + }, + { + name: '2005 UC3', + periodStart: 2101, + periodEnd: 2109, + numberImpacts: 2, + cumulativeImpactProbability: 3.1e-7, + velocity: 7.81, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2002 XV90', + periodStart: 2101, + periodEnd: 2114, + numberImpacts: 4, + cumulativeImpactProbability: 1.7e-8, + velocity: 7.61, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2016 FW3', + periodStart: 2102, + periodEnd: 2102, + numberImpacts: 2, + cumulativeImpactProbability: 3.5e-7, + velocity: 8.79, + magnitude: 25.5, + diameterKm: 0.027, + }, + { + name: '2015 JC1', + periodStart: 2102, + periodEnd: 2102, + numberImpacts: 1, + cumulativeImpactProbability: 7.7e-8, + velocity: 15.25, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2016 WF7', + periodStart: 2102, + periodEnd: 2113, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000023, + velocity: 6.52, + magnitude: 28.7, + diameterKm: 0.006, + }, + { + name: '2009 RR', + periodStart: 2102, + periodEnd: 2114, + numberImpacts: 20, + cumulativeImpactProbability: 0.000013, + velocity: 12.95, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2015 TG24', + periodStart: 2102, + periodEnd: 2115, + numberImpacts: 15, + cumulativeImpactProbability: 0.0000085, + velocity: 9.84, + magnitude: 26.7, + diameterKm: 0.016, + }, + { + name: '2016 SU2', + periodStart: 2102, + periodEnd: 2115, + numberImpacts: 12, + cumulativeImpactProbability: 0.0000049, + velocity: 12.73, + magnitude: 27.7, + diameterKm: 0.01, + }, + { + name: '2006 WK130', + periodStart: 2103, + periodEnd: 2103, + numberImpacts: 1, + cumulativeImpactProbability: 2e-9, + velocity: 20.74, + magnitude: 22.4, + diameterKm: 0.11, + }, + { + name: '2014 OO6', + periodStart: 2103, + periodEnd: 2103, + numberImpacts: 1, + cumulativeImpactProbability: 4e-10, + velocity: 17.82, + magnitude: 23.3, + diameterKm: 0.075, + }, + { + name: '2015 VK1', + periodStart: 2103, + periodEnd: 2109, + numberImpacts: 2, + cumulativeImpactProbability: 4e-7, + velocity: 14.73, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2013 TV132', + periodStart: 2103, + periodEnd: 2111, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000023, + velocity: 9.16, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2006 UU17', + periodStart: 2103, + periodEnd: 2111, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000015, + velocity: 9.8, + magnitude: 26.4, + diameterKm: 0.018, + }, + { + name: '2014 CR13', + periodStart: 2103, + periodEnd: 2113, + numberImpacts: 16, + cumulativeImpactProbability: 0.000099, + velocity: 12.29, + magnitude: 25.7, + diameterKm: 0.024, + }, + { + name: '2016 CY135', + periodStart: 2103, + periodEnd: 2114, + numberImpacts: 5, + cumulativeImpactProbability: 0.0000016, + velocity: 6.74, + magnitude: 24.4, + diameterKm: 0.044, + }, + { + name: '2010 CS19', + periodStart: 2104, + periodEnd: 2104, + numberImpacts: 4, + cumulativeImpactProbability: 0.000048, + velocity: 6.82, + magnitude: 28, + diameterKm: 0.009, + }, + { + name: '2014 WE6', + periodStart: 2104, + periodEnd: 2109, + numberImpacts: 5, + cumulativeImpactProbability: 0.000052, + velocity: 4.42, + magnitude: 30.3, + diameterKm: 0.003, + }, + { + name: '2007 YS56', + periodStart: 2104, + periodEnd: 2113, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000061, + velocity: 9.14, + magnitude: 25.8, + diameterKm: 0.023, + }, + { + name: '2011 UD21', + periodStart: 2105, + periodEnd: 2105, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000093, + velocity: 1.29, + magnitude: 28.5, + diameterKm: 0.007, + }, + { + name: '2016 BE', + periodStart: 2105, + periodEnd: 2105, + numberImpacts: 1, + cumulativeImpactProbability: 1.7e-9, + velocity: 9.1, + magnitude: 23.6, + diameterKm: 0.066, + }, + { + name: '2009 SD15', + periodStart: 2105, + periodEnd: 2105, + numberImpacts: 1, + cumulativeImpactProbability: 1.3e-10, + velocity: 13.88, + magnitude: 26.9, + diameterKm: 0.014, + }, + { + name: '2016 AB166', + periodStart: 2106, + periodEnd: 2106, + numberImpacts: 1, + cumulativeImpactProbability: 6.4e-8, + velocity: 21.63, + magnitude: 24.4, + diameterKm: 0.044, + }, + { + name: '2004 GE2', + periodStart: 2106, + periodEnd: 2109, + numberImpacts: 2, + cumulativeImpactProbability: 4.9e-8, + velocity: 20.57, + magnitude: 21.4, + diameterKm: 0.18, + }, + { + name: '2003 XK', + periodStart: 2106, + periodEnd: 2110, + numberImpacts: 2, + cumulativeImpactProbability: 2e-8, + velocity: 18.04, + magnitude: 25.4, + diameterKm: 0.029, + }, + { + name: '2006 JE', + periodStart: 2106, + periodEnd: 2112, + numberImpacts: 4, + cumulativeImpactProbability: 0.0000022, + velocity: 26.36, + magnitude: 23.8, + diameterKm: 0.058, + }, + { + name: '2006 BM8', + periodStart: 2106, + periodEnd: 2115, + numberImpacts: 10, + cumulativeImpactProbability: 0.0000026, + velocity: 14.81, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2015 DA54', + periodStart: 2107, + periodEnd: 2107, + numberImpacts: 1, + cumulativeImpactProbability: 5.5e-8, + velocity: 23.13, + magnitude: 20.8, + diameterKm: 0.23, + }, + { + name: '2001 UD5', + periodStart: 2107, + periodEnd: 2107, + numberImpacts: 1, + cumulativeImpactProbability: 1.5e-8, + velocity: 16.73, + magnitude: 22.4, + diameterKm: 0.11, + }, + { + name: '2016 UR36', + periodStart: 2107, + periodEnd: 2107, + numberImpacts: 2, + cumulativeImpactProbability: 5.1e-8, + velocity: 17.96, + magnitude: 27.5, + diameterKm: 0.011, + }, + { + name: '2012 EZ1', + periodStart: 2107, + periodEnd: 2107, + numberImpacts: 2, + cumulativeImpactProbability: 9.4e-8, + velocity: 13.54, + magnitude: 28.8, + diameterKm: 0.006, + }, + { + name: '2013 BR15', + periodStart: 2107, + periodEnd: 2110, + numberImpacts: 2, + cumulativeImpactProbability: 1.3e-8, + velocity: 14.11, + magnitude: 25.1, + diameterKm: 0.032, + }, + { + name: '2016 LG10', + periodStart: 2108, + periodEnd: 2108, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000033, + velocity: 8.69, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2014 OX3', + periodStart: 2108, + periodEnd: 2108, + numberImpacts: 1, + cumulativeImpactProbability: 4.9e-8, + velocity: 12.82, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2007 CS5', + periodStart: 2108, + periodEnd: 2109, + numberImpacts: 2, + cumulativeImpactProbability: 1.3e-7, + velocity: 5, + magnitude: 24.5, + diameterKm: 0.042, + }, + { + name: '2016 FZ13', + periodStart: 2108, + periodEnd: 2114, + numberImpacts: 6, + cumulativeImpactProbability: 0.000022, + velocity: 4.3, + magnitude: 28.3, + diameterKm: 0.007, + }, + { + name: '2016 EM156', + periodStart: 2108, + periodEnd: 2116, + numberImpacts: 5, + cumulativeImpactProbability: 0.00002, + velocity: 8.81, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2016 AU193', + periodStart: 2109, + periodEnd: 2109, + numberImpacts: 1, + cumulativeImpactProbability: 3.1e-7, + velocity: 21.77, + magnitude: 25.3, + diameterKm: 0.03, + }, + { + name: '2008 OO8', + periodStart: 2109, + periodEnd: 2109, + numberImpacts: 1, + cumulativeImpactProbability: 6.3e-8, + velocity: 8.31, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2015 FC345', + periodStart: 2109, + periodEnd: 2109, + numberImpacts: 1, + cumulativeImpactProbability: 6.2e-7, + velocity: 6.76, + magnitude: 27.8, + diameterKm: 0.009, + }, + { + name: '2014 QJ365', + periodStart: 2109, + periodEnd: 2109, + numberImpacts: 1, + cumulativeImpactProbability: 5.8e-8, + velocity: 12.19, + magnitude: 27.4, + diameterKm: 0.011, + }, + { + name: '2014 OQ392', + periodStart: 2109, + periodEnd: 2109, + numberImpacts: 1, + cumulativeImpactProbability: 1.2e-10, + velocity: 11.89, + magnitude: 22.8, + diameterKm: 0.093, + }, + { + name: '2005 SO1', + periodStart: 2110, + periodEnd: 2110, + numberImpacts: 8, + cumulativeImpactProbability: 0.0000044, + velocity: 12.02, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2011 UR63', + periodStart: 2110, + periodEnd: 2110, + numberImpacts: 2, + cumulativeImpactProbability: 2.9e-7, + velocity: 12.57, + magnitude: 25.7, + diameterKm: 0.024, + }, + { + name: '2016 TQ2', + periodStart: 2110, + periodEnd: 2115, + numberImpacts: 7, + cumulativeImpactProbability: 0.0000038, + velocity: 15.21, + magnitude: 26.4, + diameterKm: 0.017, + }, + { + name: '2016 SA2', + periodStart: 2110, + periodEnd: 2116, + numberImpacts: 9, + cumulativeImpactProbability: 0.00016, + velocity: 5.19, + magnitude: 28.1, + diameterKm: 0.008, + }, + { + name: '2009 HS44', + periodStart: 2111, + periodEnd: 2111, + numberImpacts: 1, + cumulativeImpactProbability: 0.000007, + velocity: 18.29, + magnitude: 26.6, + diameterKm: 0.017, + }, + { + name: '2013 WZ44', + periodStart: 2111, + periodEnd: 2111, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000032, + velocity: 12.56, + magnitude: 25.7, + diameterKm: 0.025, + }, + { + name: '1993 UA', + periodStart: 2111, + periodEnd: 2111, + numberImpacts: 2, + cumulativeImpactProbability: 7.1e-7, + velocity: 9.4, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2012 TU231', + periodStart: 2111, + periodEnd: 2111, + numberImpacts: 1, + cumulativeImpactProbability: 4e-7, + velocity: 9.97, + magnitude: 26.2, + diameterKm: 0.02, + }, + { + name: '2014 WU200', + periodStart: 2111, + periodEnd: 2111, + numberImpacts: 2, + cumulativeImpactProbability: 0.0000014, + velocity: 1.73, + magnitude: 28.9, + diameterKm: 0.005, + }, + { + name: '2010 UZ7', + periodStart: 2111, + periodEnd: 2111, + numberImpacts: 1, + cumulativeImpactProbability: 3.1e-9, + velocity: 15.96, + magnitude: 24.7, + diameterKm: 0.039, + }, + { + name: '2004 DA53', + periodStart: 2111, + periodEnd: 2112, + numberImpacts: 3, + cumulativeImpactProbability: 0.0000017, + velocity: 9.35, + magnitude: 27.9, + diameterKm: 0.009, + }, + { + name: '2009 FZ10', + periodStart: 2111, + periodEnd: 2115, + numberImpacts: 5, + cumulativeImpactProbability: 0.000013, + velocity: 13.01, + magnitude: 25.5, + diameterKm: 0.027, + }, + { + name: '2016 WN1', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 1, + cumulativeImpactProbability: 0.000001, + velocity: 15.09, + magnitude: 25.3, + diameterKm: 0.029, + }, + { + name: '2016 TB57', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 1, + cumulativeImpactProbability: 1.1e-8, + velocity: 2.22, + magnitude: 26.1, + diameterKm: 0.02, + }, + { + name: '2010 UC7', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 8, + cumulativeImpactProbability: 0.000002, + velocity: 13.28, + magnitude: 24.7, + diameterKm: 0.038, + }, + { + name: '2012 BA102', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 1, + cumulativeImpactProbability: 0.000007, + velocity: 7.23, + magnitude: 26.5, + diameterKm: 0.017, + }, + { + name: '2014 CE', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000013, + velocity: 13.03, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2016 TC57', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 1, + cumulativeImpactProbability: 0.000001, + velocity: 8.74, + magnitude: 27, + diameterKm: 0.013, + }, + { + name: '2004 XG29', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 1, + cumulativeImpactProbability: 1.2e-7, + velocity: 5.09, + magnitude: 25.4, + diameterKm: 0.029, + }, + { + name: '2015 PL57', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 1, + cumulativeImpactProbability: 7e-8, + velocity: 3.82, + magnitude: 25.8, + diameterKm: 0.024, + }, + { + name: '2009 DM40', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 2, + cumulativeImpactProbability: 1.1e-8, + velocity: 8.88, + magnitude: 26.6, + diameterKm: 0.016, + }, + { + name: '2014 HC196', + periodStart: 2112, + periodEnd: 2112, + numberImpacts: 1, + cumulativeImpactProbability: 2e-10, + velocity: 10.36, + magnitude: 25.2, + diameterKm: 0.031, + }, + { + name: '2011 YQ1', + periodStart: 2113, + periodEnd: 2113, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000012, + velocity: 11.65, + magnitude: 25.6, + diameterKm: 0.026, + }, + { + name: '2016 GU2', + periodStart: 2113, + periodEnd: 2113, + numberImpacts: 1, + cumulativeImpactProbability: 9.2e-9, + velocity: 39.17, + magnitude: 24.1, + diameterKm: 0.052, + }, + { + name: '2011 UA64', + periodStart: 2113, + periodEnd: 2113, + numberImpacts: 1, + cumulativeImpactProbability: 3.3e-8, + velocity: 14.41, + magnitude: 27.1, + diameterKm: 0.013, + }, + { + name: '2000 WJ107', + periodStart: 2114, + periodEnd: 2114, + numberImpacts: 10, + cumulativeImpactProbability: 0.0000022, + velocity: 12.78, + magnitude: 23.1, + diameterKm: 0.081, + }, + { + name: '2016 FV13', + periodStart: 2114, + periodEnd: 2114, + numberImpacts: 1, + cumulativeImpactProbability: 0.00002, + velocity: 11.06, + magnitude: 25.9, + diameterKm: 0.023, + }, + { + name: '2015 DD54', + periodStart: 2114, + periodEnd: 2114, + numberImpacts: 1, + cumulativeImpactProbability: 0.0000026, + velocity: 6.7, + magnitude: 25.4, + diameterKm: 0.028, + }, + { + name: '2015 EG', + periodStart: 2115, + periodEnd: 2115, + numberImpacts: 1, + cumulativeImpactProbability: 3.4e-8, + velocity: 9.56, + magnitude: 25.7, + diameterKm: 0.025, + }, + { + name: '2014 KW76', + periodStart: 2115, + periodEnd: 2115, + numberImpacts: 1, + cumulativeImpactProbability: 2.8e-7, + velocity: 15, + magnitude: 28, + diameterKm: 0.008, + }, + { + name: '2012 FN', + periodStart: 2115, + periodEnd: 2115, + numberImpacts: 1, + cumulativeImpactProbability: 2.3e-8, + velocity: 3.27, + magnitude: 29.2, + diameterKm: 0.005, + }, + { + name: '101955 Bennu (1999 RQ36)', + periodStart: 2175, + periodEnd: 2199, + numberImpacts: 78, + cumulativeImpactProbability: 0.00037, + velocity: 5.99, + magnitude: 20.2, + diameterKm: 0.49, + }, + { + name: '410777 (2009 FD)', + periodStart: 2185, + periodEnd: 2198, + numberImpacts: 7, + cumulativeImpactProbability: 0.0016, + velocity: 15.87, + magnitude: 22.1, + diameterKm: 0.16, + }, + { + name: '29075 (1950 DA)', + periodStart: 2880, + periodEnd: 2880, + numberImpacts: 1, + cumulativeImpactProbability: 0.00012, + velocity: 14.1, + magnitude: 17.6, + diameterKm: 1.3, + }, +]; + +export const possibleAsteroidImpactProbabilityBySizeScatter = possibleAsteroidImpact.map( + (asteroid) => ({ + id: asteroid.name, + x: asteroid.diameterKm, + y: asteroid.cumulativeImpactProbability, + }), +); diff --git a/docs/data/charts/dataset/spaceLaunchesCost.ts b/docs/data/charts/dataset/spaceLaunchesCost.ts new file mode 100644 index 000000000000..6aceef47c037 --- /dev/null +++ b/docs/data/charts/dataset/spaceLaunchesCost.ts @@ -0,0 +1,87 @@ +export const spaceLaunchesCost = [ + { name: 'Angara', launchYear: 2014, costPerKG: 4500, launchClass: 'Heavy' }, + { name: 'Antares', launchYear: 2013, costPerKG: 13600, launchClass: 'Medium' }, + { name: 'Ariane 44', launchYear: 1988, costPerKG: 18300, launchClass: 'Medium' }, + { name: 'Ariane 5G', launchYear: 1997, costPerKG: 10200, launchClass: 'Heavy' }, + { name: 'Athena 1', launchYear: 1997, costPerKG: 19200, launchClass: 'Small' }, + { name: 'Atlas Centaur', launchYear: 1963, costPerKG: 29500, launchClass: 'Medium' }, + { name: 'Atlas II', launchYear: 1991, costPerKG: 18700, launchClass: 'Medium' }, + { name: 'Atlas III', launchYear: 2000, costPerKG: 16000, launchClass: 'Medium' }, + { name: 'Atlas V', launchYear: 2002, costPerKG: 8100, launchClass: 'Medium' }, + { name: 'Delta 3000-Series', launchYear: 1975, costPerKG: 21400, launchClass: 'Small' }, + { name: 'Delta 3910', launchYear: 1980, costPerKG: 32800, launchClass: 'Small' }, + { name: 'Delta E', launchYear: 1965, costPerKG: 177900, launchClass: 'Medium' }, + { name: 'Delta II', launchYear: 1990, costPerKG: 38800, launchClass: 'Medium' }, + { name: 'Delta III', launchYear: 1999, costPerKG: 18000, launchClass: 'Medium' }, + { name: 'Delta IV', launchYear: 2002, costPerKG: 10400, launchClass: 'Medium' }, + { name: 'Delta IV Heavy', launchYear: 2004, costPerKG: 11600, launchClass: 'Heavy' }, + { name: 'Dnepr', launchYear: 1999, costPerKG: 9600, launchClass: 'Medium' }, + { name: 'Electron', launchYear: 2018, costPerKG: 23100, launchClass: 'Small' }, + { name: 'Epsilon', launchYear: 2013, costPerKG: 34500, launchClass: 'Small' }, + { name: 'Falcon 1', launchYear: 2008, costPerKG: 12600, launchClass: 'Small' }, + { name: 'Falcon 9', launchYear: 2010, costPerKG: 2600, launchClass: 'Medium' }, + { name: 'Falcon Heavy', launchYear: 2018, costPerKG: 1500, launchClass: 'Heavy' }, + { name: 'GSLV', launchYear: 2001, costPerKG: 10000, launchClass: 'Medium' }, + { name: 'H-II', launchYear: 1994, costPerKG: 10500, launchClass: 'Medium' }, + { name: 'Kosmos', launchYear: 1962, costPerKG: 14900, launchClass: 'Small' }, + { name: 'Kuaizhou', launchYear: 2013, costPerKG: 10600, launchClass: 'Small' }, + { name: 'LVM3', launchYear: 2017, costPerKG: 8000, launchClass: 'Medium' }, + { name: 'Long March 11', launchYear: 2015, costPerKG: 10600, launchClass: 'Small' }, + { name: 'Long March 2A', launchYear: 1975, costPerKG: 17500, launchClass: 'Medium' }, + { name: 'Long March 2C', launchYear: 1982, costPerKG: 8300, launchClass: 'Medium' }, + { name: 'Long March 2D', launchYear: 1992, costPerKG: 9100, launchClass: 'Medium' }, + { name: 'Long March 2E', launchYear: 1990, costPerKG: 9900, launchClass: 'Medium' }, + { name: 'Long March 3A', launchYear: 1994, costPerKG: 8700, launchClass: 'Medium' }, + { name: 'Long March 3B', launchYear: 1997, costPerKG: 6200, launchClass: 'Medium' }, + { name: 'Long March 4B', launchYear: 1999, costPerKG: 7600, launchClass: 'Medium' }, + { name: 'Long March 5', launchYear: 2016, costPerKG: 7900, launchClass: 'Heavy' }, + { name: 'M-V', launchYear: 1997, costPerKG: 45800, launchClass: 'Small' }, + { name: 'Minotaur I', launchYear: 2000, costPerKG: 73100, launchClass: 'Small' }, + { name: 'Minotaur IV', launchYear: 2010, costPerKG: 30500, launchClass: 'Small' }, + { name: 'PSLV', launchYear: 1994, costPerKG: 8500, launchClass: 'Medium' }, + { name: 'Pegasus', launchYear: 1990, costPerKG: 41100, launchClass: 'Small' }, + { name: 'Pegasus XL', launchYear: 1996, costPerKG: 50600, launchClass: 'Small' }, + { name: 'Proton', launchYear: 1965, costPerKG: 8200, launchClass: 'Heavy' }, + { name: 'R-36 / Cyclone', launchYear: 1966, costPerKG: 8400, launchClass: 'Medium' }, + { name: 'Rokot', launchYear: 1994, costPerKG: 20600, launchClass: 'Small' }, + { name: 'Saturn V', launchYear: 1967, costPerKG: 5400, launchClass: 'Heavy' }, + { name: 'Scout', launchYear: 1961, costPerKG: 118500, launchClass: 'Small' }, + { name: 'Shavit', launchYear: 1988, costPerKG: 31100, launchClass: 'Small' }, + { name: 'Shian Quxian', launchYear: 2019, costPerKG: 17300, launchClass: 'Small' }, + { name: 'Shtil', launchYear: 1998, costPerKG: 19100, launchClass: 'Small' }, + { name: 'Soyuz', launchYear: 1966, costPerKG: 17900, launchClass: 'Medium' }, + { name: 'Space Shuttle', launchYear: 1981, costPerKG: 65400, launchClass: 'Heavy' }, + { name: 'Start', launchYear: 1993, costPerKG: 23600, launchClass: 'Small' }, + { name: 'Strela', launchYear: 2003, costPerKG: 11200, launchClass: 'Small' }, + { name: 'Taurus', launchYear: 1994, costPerKG: 34600, launchClass: 'Small' }, + { name: 'Titan II', launchYear: 1964, costPerKG: 30600, launchClass: 'Medium' }, + { name: 'Titan III+', launchYear: 1965, costPerKG: 21000, launchClass: 'Medium' }, + { name: 'Titan IV', launchYear: 1989, costPerKG: 30800, launchClass: 'Heavy' }, + { name: 'Vega', launchYear: 2012, costPerKG: 20000, launchClass: 'Small' }, + { name: 'Zenit 2', launchYear: 1985, costPerKG: 5100, launchClass: 'Medium' }, + { name: 'Zenit 3SL', launchYear: 1999, costPerKG: 8900, launchClass: 'Medium' }, +]; + +export const heavyLaunchesScatter = spaceLaunchesCost + .filter((launch) => launch.launchClass === 'Heavy') + .map((launch) => ({ + x: launch.launchYear, + y: launch.costPerKG, + id: launch.name, + })); + +export const mediumLaunchesScatter = spaceLaunchesCost + .filter((launch) => launch.launchClass === 'Medium') + .map((launch) => ({ + x: launch.launchYear, + y: launch.costPerKG, + id: launch.name, + })); + +export const smallLaunchesScatter = spaceLaunchesCost + .filter((launch) => launch.launchClass === 'Small') + .map((launch) => ({ + x: launch.launchYear, + y: launch.costPerKG, + id: launch.name, + })); diff --git a/docs/data/charts/dataset/spaceWalks.ts b/docs/data/charts/dataset/spaceWalks.ts new file mode 100644 index 000000000000..adaaea631dcf --- /dev/null +++ b/docs/data/charts/dataset/spaceWalks.ts @@ -0,0 +1,2960 @@ +export const spaceWalks = [ + { + number: 1, + country: 'USA', + crew: 'Ed White', + vehicle: 'Gemini IV', + date: '1965/06/03', + durationMinutes: 36, + }, + { + number: 3, + country: 'USA', + crew: 'Eugene Cernan', + vehicle: 'Gemini IX-A', + date: '1966/06/05', + durationMinutes: 127, + }, + { + number: 4, + country: 'USA', + crew: 'Mike Collins', + vehicle: 'Gemini X', + date: '1966/07/19', + durationMinutes: 50, + }, + { + number: 5, + country: 'USA', + crew: 'Mike Collins', + vehicle: 'Gemini X', + date: '1966/07/20', + durationMinutes: 39, + }, + { + number: 6, + country: 'USA', + crew: 'Richard Gordon', + vehicle: 'Gemini XI', + date: '1966/09/13', + durationMinutes: 44, + }, + { + number: 7, + country: 'USA', + crew: 'Richard Gordon', + vehicle: 'Gemini XI', + date: '1966/09/14', + durationMinutes: 130, + }, + { + number: 8, + country: 'USA', + crew: 'Buzz Aldrin', + vehicle: 'Gemini XII', + date: '1966/11/12', + durationMinutes: 149, + }, + { + number: 9, + country: 'USA', + crew: 'Buzz Aldrin', + vehicle: 'Gemini XII', + date: '1966/11/13', + durationMinutes: 126, + }, + { + number: 10, + country: 'USA', + crew: 'Buzz Aldrin', + vehicle: 'Gemini XII', + date: '1966/11/14', + durationMinutes: 55, + }, + { + number: 11, + country: 'USA', + crew: 'David Scott', + vehicle: 'Apollo 9', + date: '1969/03/06', + durationMinutes: 47, + }, + { + number: 12, + country: 'USA', + crew: 'Russ Schweickart', + vehicle: 'Apollo 9', + date: '1969/03/06', + durationMinutes: 51, + }, + { + number: 13, + country: 'USA', + crew: 'Neil Armstrong|Buzz Aldrin', + vehicle: 'Apollo 11', + date: '1969/07/20', + durationMinutes: 152, + }, + { + number: 14, + country: 'USA', + crew: 'Neil Armstrong|Buzz Aldrin', + vehicle: 'Apollo 11', + date: '1969/07/20', + durationMinutes: 5, + }, + { + number: 15, + country: 'USA', + crew: 'Allen Bean|Pete Conrad', + vehicle: 'Apollo 12', + date: '1969/11/19', + durationMinutes: 219, + }, + { + number: 16, + country: 'USA', + crew: 'Allen Bean|Pete Conrad', + vehicle: 'Apollo 12', + date: '1969/11/20', + durationMinutes: 228, + }, + { + number: 17, + country: 'USA', + crew: 'Allen Bean|Pete Conrad', + vehicle: 'Apollo 12', + date: '1969/11/20', + durationMinutes: 5, + }, + { + number: 18, + country: 'USA', + crew: 'Ed Mitchell|Alan Shepard', + vehicle: 'Apollo 14', + date: '1971/02/05', + durationMinutes: 288, + }, + { + number: 19, + country: 'USA', + crew: 'Ed Mitchell|Alan Shepard', + vehicle: 'Apollo 14', + date: '1971/02/06', + durationMinutes: 274, + }, + { + number: 20, + country: 'USA', + crew: 'Ed Mitchell|Alan Shepard', + vehicle: 'Apollo 14', + date: '1971/02/06', + durationMinutes: 5, + }, + { + number: 21, + country: 'USA', + crew: 'David Scott', + vehicle: 'Apollo 15', + date: '1971/07/30', + durationMinutes: 33, + }, + { + number: 22, + country: 'USA', + crew: 'David Scott|James Irwin', + vehicle: 'Apollo 15', + date: '1971/07/31', + durationMinutes: 394, + }, + { + number: 23, + country: 'USA', + crew: 'David Scott|James Irwin', + vehicle: 'Apollo 15', + date: '1971/08/01', + durationMinutes: 432, + }, + { + number: 24, + country: 'USA', + crew: 'David Scott|James Irwin', + vehicle: 'Apollo 15', + date: '1971/08/02', + durationMinutes: 289, + }, + { + number: 25, + country: 'USA', + crew: 'David Scott|James Irwin', + vehicle: 'Apollo 15', + date: '1971/08/02', + durationMinutes: 5, + }, + { + number: 26, + country: 'USA', + crew: 'Al Worden', + vehicle: 'Apollo 15', + date: '1971/08/05', + durationMinutes: 39, + }, + { + number: 27, + country: 'USA', + crew: 'John Young|Charles Duke', + vehicle: 'Apollo 16', + date: '1972/04/21', + durationMinutes: 431, + }, + { + number: 28, + country: 'USA', + crew: 'John Young|Charles Duke', + vehicle: 'Apollo 16', + date: '1972/04/22', + durationMinutes: 443, + }, + { + number: 29, + country: 'USA', + crew: 'John Young|Charles Duke', + vehicle: 'Apollo 16', + date: '1972/04/23', + durationMinutes: 340, + }, + { + number: 30, + country: 'USA', + crew: 'John Young|Charles Duke', + vehicle: 'Apollo 16', + date: '1972/04/23', + durationMinutes: 4, + }, + { + number: 31, + country: 'USA', + crew: 'Tom Mattingly', + vehicle: 'Apollo 16', + date: '1972/04/25', + durationMinutes: 83, + }, + { + number: 32, + country: 'USA', + crew: 'Harrison Schmidt|Eugene Cernan', + vehicle: 'Apollo 17', + date: '1972/12/11', + durationMinutes: 432, + }, + { + number: 33, + country: 'USA', + crew: 'Harrison Schmidt|Eugene Cernan', + vehicle: 'Apollo 17', + date: '1972/12/12', + durationMinutes: 457, + }, + { + number: 34, + country: 'USA', + crew: 'Harrison Schmidt|Eugene Cernan', + vehicle: 'Apollo 17', + date: '1972/12/13', + durationMinutes: 436, + }, + { + number: 35, + country: 'USA', + crew: 'Harrison Schmidt|Eugene Cernan', + vehicle: 'Apollo 17', + date: '1972/12/13', + durationMinutes: 8, + }, + { + number: 36, + country: 'USA', + crew: 'Ron Evans', + vehicle: 'Apollo 17', + date: '1972/12/17', + durationMinutes: 67, + }, + { + number: 37, + country: 'USA', + crew: 'Paul Weitz|Joe Kerwin', + vehicle: 'Skylab 2', + date: '1973/05/25', + durationMinutes: 40, + }, + { + number: 38, + country: 'USA', + crew: 'Pete Conrad|Joe Kerwin', + vehicle: 'Skylab 2', + date: '1973/06/07', + durationMinutes: 205, + }, + { + number: 39, + country: 'USA', + crew: 'Pete Conrad|Paul Weitz', + vehicle: 'Skylab 2', + date: '1973/06/19', + durationMinutes: 96, + }, + { + number: 40, + country: 'USA', + crew: 'Owen Garriott|Jack Lousma', + vehicle: 'Skylab 3', + date: '1973/08/06', + durationMinutes: 391, + }, + { + number: 41, + country: 'USA', + crew: 'Owen Garriott|Jack Lousma', + vehicle: 'Skylab 3', + date: '1973/08/24', + durationMinutes: 271, + }, + { + number: 42, + country: 'USA', + crew: 'Owen Garriott|Allen Bean', + vehicle: 'Skylab 3', + date: '1973/09/22', + durationMinutes: 161, + }, + { + number: 43, + country: 'USA', + crew: 'Ed Gibson|Bill Pogue', + vehicle: 'Skylab 4', + date: '1973/11/22', + durationMinutes: 393, + }, + { + number: 44, + country: 'USA', + crew: 'Gerald Carr|Bill Pogue', + vehicle: 'Skylab 4', + date: '1973/12/25', + durationMinutes: 421, + }, + { + number: 45, + country: 'USA', + crew: 'Gerald Carr|Ed Gibson', + vehicle: 'Skylab 4', + date: '1973/12/29', + durationMinutes: 209, + }, + { + number: 46, + country: 'USA', + crew: 'Gerald Carr|Ed Gibson', + vehicle: 'Skylab 4', + date: '1974/02/03', + durationMinutes: 319, + }, + { + number: 47, + country: 'USA', + crew: 'Story Musgrave|Don Peterson', + vehicle: 'STS-6', + date: '1983/04/07', + durationMinutes: 257, + }, + { + number: 48, + country: 'USA', + crew: 'Bob Stewart|Bruce McCandless', + vehicle: 'STS-41B', + date: '1984/02/07', + durationMinutes: 356, + }, + { + number: 49, + country: 'USA', + crew: 'Bob Stewart|Bruce McCandless', + vehicle: 'STS-41B', + date: '1984/02/09', + durationMinutes: 369, + }, + { + number: 50, + country: 'USA', + crew: 'James Van Hoften|George Nelson', + vehicle: 'STS-41C', + date: '1984/04/08', + durationMinutes: 173, + }, + { + number: 51, + country: 'USA', + crew: 'James Van Hoften|George Nelson', + vehicle: 'STS-41C', + date: '1984/04/11', + durationMinutes: 425, + }, + { + number: 52, + country: 'USA', + crew: 'Dave Leestma|Kathy Sullivan', + vehicle: 'STS-41G', + date: '1984/10/11', + durationMinutes: 209, + }, + { + number: 53, + country: 'USA', + crew: 'Joe Allen|Dale Gardner', + vehicle: 'STS-51A', + date: '1984/11/12', + durationMinutes: 362, + }, + { + number: 54, + country: 'USA', + crew: 'Joe Allen|Dale Gardner', + vehicle: 'STS-51A', + date: '1984/11/14', + durationMinutes: 348, + }, + { + number: 55, + country: 'USA', + crew: 'Dave Griggs|Jeff Hoffman', + vehicle: 'STS-51D', + date: '1985/04/16', + durationMinutes: 190, + }, + { + number: 56, + country: 'USA', + crew: 'James Van Hoften|Bill Fisher', + vehicle: 'STS-51I', + date: '1985/08/31', + durationMinutes: 429, + }, + { + number: 57, + country: 'USA', + crew: 'James Van Hoften|Bill Fisher', + vehicle: 'STS-51I', + date: '1985/09/01', + durationMinutes: 269, + }, + { + number: 58, + country: 'USA', + crew: 'Jerry Ross|Woody Spring', + vehicle: 'STS-61B', + date: '1985/11/29', + durationMinutes: 338, + }, + { + number: 59, + country: 'USA', + crew: 'Jerry Ross|Woody Spring', + vehicle: 'STS-61B', + date: '1985/12/01', + durationMinutes: 408, + }, + { + number: 60, + country: 'USA', + crew: 'Jerry Ross|Jay Apt', + vehicle: 'STS-37', + date: '1991/04/07', + durationMinutes: 266, + }, + { + number: 61, + country: 'USA', + crew: 'Jerry Ross|Jay Apt', + vehicle: 'STS-37', + date: '1991/04/08', + durationMinutes: 360, + }, + { + number: 62, + country: 'USA', + crew: 'Pierre Thuot|Rick Hieb', + vehicle: 'STS-49', + date: '1992/05/10', + durationMinutes: 223, + }, + { + number: 63, + country: 'USA', + crew: 'Pierre Thuot|Rick Hieb', + vehicle: 'STS-49', + date: '1992/05/11', + durationMinutes: 330, + }, + { + number: 64, + country: 'USA', + crew: 'Thuot/Hieb/Akers', + vehicle: 'STS-49', + date: '1992/05/13', + durationMinutes: 509, + }, + { + number: 65, + country: 'USA', + crew: 'Tom Akers|Kathy Thornton', + vehicle: 'STS-49', + date: '1992/05/14', + durationMinutes: 464, + }, + { + number: 66, + country: 'USA', + crew: 'Greg Harbaugh|Mario Runco', + vehicle: 'STS-54', + date: '1993/01/17', + durationMinutes: 268, + }, + { + number: 67, + country: 'USA', + crew: 'David Low|Jeff Wisoff', + vehicle: 'STS-57', + date: '1993/06/25', + durationMinutes: 350, + }, + { + number: 68, + country: 'USA', + crew: 'Carl Walz|Jim Newman', + vehicle: 'STS-51', + date: '1993/09/16', + durationMinutes: 425, + }, + { + number: 69, + country: 'USA', + crew: 'Story Musgrave|Jeff Hoffman', + vehicle: 'STS-61 /|HST-1', + date: '1993/12/04', + durationMinutes: 474, + }, + { + number: 70, + country: 'USA', + crew: 'Tom Akers|Kathy Thornton', + vehicle: 'STS-61 /|HST-1', + date: '1993/12/05', + durationMinutes: 396, + }, + { + number: 71, + country: 'USA', + crew: 'Story Musgrave|Jeff Hoffman', + vehicle: 'STS-61 /|HST-1', + date: '1993/12/06', + durationMinutes: 407, + }, + { + number: 72, + country: 'USA', + crew: 'Tom Akers|Kathy Thornton', + vehicle: 'STS-61 /|HST-1', + date: '1993/12/07', + durationMinutes: 410, + }, + { + number: 73, + country: 'USA', + crew: 'Story Musgrave|Jeff Hoffman', + vehicle: 'STS-61 /|HST-1', + date: '1993/12/08', + durationMinutes: 441, + }, + { + number: 74, + country: 'USA', + crew: 'Mark Lee|Carl Meade', + vehicle: 'STS-64', + date: '1994/09/16', + durationMinutes: 411, + }, + { + number: 75, + country: 'USA', + crew: 'Mike Foale|Bernard Harris', + vehicle: 'STS-63', + date: '1995/02/09', + durationMinutes: 279, + }, + { + number: 76, + country: 'USA', + crew: 'Jim Voss|Mike Gernhardt', + vehicle: 'STS-69', + date: '1995/09/16', + durationMinutes: 406, + }, + { + number: 77, + country: 'USA', + crew: 'Leroy Chiao|Dan Barry', + vehicle: 'STS-72', + date: '1996/01/15', + durationMinutes: 369, + }, + { + number: 78, + country: 'USA', + crew: 'Leroy Chiao|Winston Scott', + vehicle: '', + date: '1996/01/17', + durationMinutes: 413, + }, + { + number: 79, + country: 'USA', + crew: 'Linda Godwin|Rich Clifford', + vehicle: 'STS-76', + date: '1996/03/27', + durationMinutes: 363, + }, + { + number: 80, + country: 'USA', + crew: 'Mark Lee|Steve Smith', + vehicle: 'STS-82 /|HST-2', + date: '1997/02/13', + durationMinutes: 402, + }, + { + number: 81, + country: 'USA', + crew: 'Greg Harbaugh|Joe Tanner', + vehicle: 'STS-82 /|HST-2', + date: '1997/02/14', + durationMinutes: 447, + }, + { + number: 82, + country: 'USA', + crew: 'Mark Lee|Steve Smith', + vehicle: 'STS-82 /|HST-2', + date: '1997/02/15', + durationMinutes: 431, + }, + { + number: 83, + country: 'USA', + crew: 'Greg Harbaugh|Joe Tanner', + vehicle: 'STS-82 /|HST-2', + date: '1997/02/16', + durationMinutes: 394, + }, + { + number: 84, + country: 'USA', + crew: 'Mark Lee|Steve Smith', + vehicle: 'STS-82 /|HST-2', + date: '1997/02/17', + durationMinutes: 317, + }, + { + number: 85, + country: 'USA', + crew: 'Scott Parazynski|Vladimir Titov', + vehicle: 'STS-86', + date: '1997/10/01', + durationMinutes: 301, + }, + { + number: 86, + country: 'USA', + crew: 'Winston Scott|Takao Doi', + vehicle: 'STS-87', + date: '1997/11/24', + durationMinutes: 463, + }, + { + number: 87, + country: 'USA', + crew: 'Winston Scott|Takao Doi', + vehicle: 'STS-87', + date: '1997/12/03', + durationMinutes: 299, + }, + { + number: 88, + country: 'USA', + crew: 'Jerry Ross|Jim Newman', + vehicle: 'STS-88/2A', + date: '1998/12/07', + durationMinutes: 441, + }, + { + number: 89, + country: 'USA', + crew: 'Jerry Ross|Jim Newman', + vehicle: 'STS-88/2A', + date: '1998/12/09', + durationMinutes: 422, + }, + { + number: 90, + country: 'USA', + crew: 'Jerry Ross|Jim Newman', + vehicle: 'STS-88/2A', + date: '1998/12/12', + durationMinutes: 419, + }, + { + number: 91, + country: 'USA', + crew: 'Tammy Jernigan|Dan Barry', + vehicle: 'STS-96/2A.1', + date: '1999/05/29', + durationMinutes: 475, + }, + { + number: 92, + country: 'USA', + crew: 'Steve Smith|John Grunsfeld', + vehicle: 'STS-103/|HST-3A', + date: '1999/12/22', + durationMinutes: 495, + }, + { + number: 93, + country: 'USA', + crew: 'Mike Foale|Claude Nicollier', + vehicle: 'STS-103/|HST-3A', + date: '1999/12/23', + durationMinutes: 490, + }, + { + number: 94, + country: 'USA', + crew: 'Steve Smith|John Grunsfeld', + vehicle: 'STS-103/|HST-3A', + date: '1999/12/24', + durationMinutes: 488, + }, + { + number: 95, + country: 'USA', + crew: 'Jeff Williams|Jim Voss', + vehicle: 'STS-101/2A.2a', + date: '2000/05/21', + durationMinutes: 404, + }, + { + number: 96, + country: 'USA', + crew: 'Edward Lu|Yuri Malenchecko', + vehicle: 'STS-106/2A.2b', + date: '2000/09/11', + durationMinutes: 374, + }, + { + number: 97, + country: 'USA', + crew: 'Leroy Chiao|Bill McArthur', + vehicle: 'STS-92/3A', + date: '2000/10/15', + durationMinutes: 388, + }, + { + number: 98, + country: 'USA', + crew: 'Jeff Wisoff|Mike Lopez-Alegria', + vehicle: 'STS-92/3A', + date: '2000/10/16', + durationMinutes: 427, + }, + { + number: 99, + country: 'USA', + crew: 'Leroy Chiao|Bill McArthur', + vehicle: 'STS-92/3A', + date: '2000/10/17', + durationMinutes: 408, + }, + { + number: 100, + country: 'USA', + crew: 'Jeff Wisoff|Mike Lopez-Alegria', + vehicle: 'STS-92/3A', + date: '2000/10/18', + durationMinutes: 416, + }, + { + number: 101, + country: 'USA', + crew: 'Joe Tanner|Carlos Noriega', + vehicle: 'STS-97/4A', + date: '2000/12/03', + durationMinutes: 453, + }, + { + number: 102, + country: 'USA', + crew: 'Joe Tanner|Carlos Noriega', + vehicle: 'STS-97/4A', + date: '2000/12/05', + durationMinutes: 397, + }, + { + number: 103, + country: 'USA', + crew: 'Joe Tanner|Carlos Noriega', + vehicle: 'STS-97/4A', + date: '2000/12/07', + durationMinutes: 310, + }, + { + number: 104, + country: 'USA', + crew: 'Tom Jones|Bob Curbeam', + vehicle: 'STS-98/5A', + date: '2001/02/10', + durationMinutes: 454, + }, + { + number: 105, + country: 'USA', + crew: 'Tom Jones|Bob Curbeam', + vehicle: 'STS-98/5A', + date: '2001/02/12', + durationMinutes: 410, + }, + { + number: 106, + country: 'USA', + crew: 'Tom Jones|Bob Curbeam', + vehicle: 'STS-98/5A', + date: '2001/02/14', + durationMinutes: 325, + }, + { + number: 107, + country: 'USA', + crew: 'Jim Voss|Susan Helms', + vehicle: 'STS-102/5A.1', + date: '2001/03/10', + durationMinutes: 536, + }, + { + number: 108, + country: 'USA', + crew: 'Paul Richards|Andy Thomas', + vehicle: 'STS-102/5A.1', + date: '2001/03/12', + durationMinutes: 381, + }, + { + number: 109, + country: 'USA', + crew: 'Scott Parazynski|Chris Hadfield', + vehicle: 'STS-100/6A', + date: '2001/04/22', + durationMinutes: 430, + }, + { + number: 110, + country: 'USA', + crew: 'Scott Parazynski|Chris Hadfield', + vehicle: 'STS-100/6A', + date: '2001/04/24', + durationMinutes: 460, + }, + { + number: 111, + country: 'USA', + crew: 'Mike Gernhardt|Jim Reilly', + vehicle: 'STS-104/7A', + date: '2001/07/14', + durationMinutes: 359, + }, + { + number: 112, + country: 'USA', + crew: 'Mike Gernhardt|Jim Reilly', + vehicle: 'STS-104/7A', + date: '2001/07/17', + durationMinutes: 389, + }, + { + number: 113, + country: 'USA', + crew: 'Mike Gernhardt|Jim Reilly', + vehicle: 'STS-104/7A', + date: '2001/07/20', + durationMinutes: 242, + }, + { + number: 114, + country: 'USA', + crew: 'Dan Barry|Patrick Forrester', + vehicle: 'STS-105/7A.1', + date: '2001/08/16', + durationMinutes: 376, + }, + { + number: 115, + country: 'USA', + crew: 'Dan Barry|Patrick Forrester', + vehicle: 'STS-105/7A.1', + date: '2001/08/18', + durationMinutes: 329, + }, + { + number: 116, + country: 'USA', + crew: 'Linda Godwin|Dan Tani', + vehicle: 'STS-108/UF1', + date: '2001/12/10', + durationMinutes: 252, + }, + { + number: 117, + country: 'USA', + crew: 'Carl Walz|Dan Bursch', + vehicle: 'Incr-4', + date: '2002/02/20', + durationMinutes: 349, + }, + { + number: 118, + country: 'USA', + crew: 'John Grunsfeld|Rick Linnehan', + vehicle: 'STS-109/|HST-3B', + date: '2002/03/04', + durationMinutes: 421, + }, + { + number: 119, + country: 'USA', + crew: 'Jim Newman|Mike Massimino', + vehicle: 'STS-109/|HST-3B', + date: '2002/03/05', + durationMinutes: 436, + }, + { + number: 120, + country: 'USA', + crew: 'John Grunsfeld|Rick Linnehan', + vehicle: 'STS-109/|HST-3B', + date: '2002/03/06', + durationMinutes: 408, + }, + { + number: 121, + country: 'USA', + crew: 'Jim Newman|Mike Massimino', + vehicle: 'STS-109/|HST-3B', + date: '2002/03/07', + durationMinutes: 450, + }, + { + number: 122, + country: 'USA', + crew: 'John Grunsfeld|Rick Linnehan', + vehicle: 'STS-109/|HST-3B', + date: '2002/03/08', + durationMinutes: 440, + }, + { + number: 123, + country: 'USA', + crew: 'Steve Smith|Rex Walheim', + vehicle: 'STS-110/8A', + date: '2002/04/11', + durationMinutes: 468, + }, + { + number: 124, + country: 'USA', + crew: 'Jerry Ross|Lee Morin', + vehicle: 'STS-110/8A', + date: '2002/04/13', + durationMinutes: 450, + }, + { + number: 125, + country: 'USA', + crew: 'Steve Smith|Rex Walheim', + vehicle: 'STS-110/8A', + date: '2002/04/14', + durationMinutes: 387, + }, + { + number: 126, + country: 'USA', + crew: 'Jerry Ross|Lee Morin', + vehicle: 'STS-110/8A', + date: '2002/04/16', + durationMinutes: 397, + }, + { + number: 127, + country: 'USA', + crew: 'F. Chang-Diaz|Philippe Perrin', + vehicle: 'STS-111/UF2', + date: '2002/06/09', + durationMinutes: 434, + }, + { + number: 128, + country: 'USA', + crew: 'F. Chang-Diaz|Philippe Perrin', + vehicle: 'STS-111/UF2', + date: '2002/06/11', + durationMinutes: 300, + }, + { + number: 129, + country: 'USA', + crew: 'F. Chang-Diaz|Philippe Perrin', + vehicle: 'STS-111/UF2', + date: '2002/06/13', + durationMinutes: 436, + }, + { + number: 130, + country: 'USA', + crew: 'Dave Wolf|Piers Sellers', + vehicle: 'STS-112/9A', + date: '2002/10/10', + durationMinutes: 421, + }, + { + number: 131, + country: 'USA', + crew: 'Dave Wolf|Piers Sellers', + vehicle: 'STS-112/9A', + date: '2002/10/12', + durationMinutes: 364, + }, + { + number: 132, + country: 'USA', + crew: 'Dave Wolf|Piers Sellers', + vehicle: 'STS-112/9A', + date: '2002/10/14', + durationMinutes: 396, + }, + { + number: 133, + country: 'USA', + crew: 'Mike Lopez-Alegria|John Herrington', + vehicle: 'STS-113/11A', + date: '2002/11/26', + durationMinutes: 405, + }, + { + number: 134, + country: 'USA', + crew: 'Mike Lopez-Alegria|John Herrington', + vehicle: 'STS-113/11A', + date: '2002/11/28', + durationMinutes: 370, + }, + { + number: 135, + country: 'USA', + crew: 'Mike Lopez-Alegria|John Herrington', + vehicle: 'STS-113/11A', + date: '2002/11/30', + durationMinutes: 420, + }, + { + number: 136, + country: 'USA', + crew: 'Ken Bowersox|Don Pettit', + vehicle: 'Incr-6', + date: '2003/01/15', + durationMinutes: 411, + }, + { + number: 137, + country: 'USA', + crew: 'Ken Bowersox|Don Pettit', + vehicle: 'Incr-6', + date: '2003/04/08', + durationMinutes: 386, + }, + { + number: 138, + country: 'USA', + crew: 'Soichi Noguchi|Steve Robinson', + vehicle: 'STS-114/LF1', + date: '2005/07/30', + durationMinutes: 410, + }, + { + number: 139, + country: 'USA', + crew: 'Soichi Noguchi|Steve Robinson', + vehicle: 'STS-114/LF1', + date: '2005/08/01', + durationMinutes: 434, + }, + { + number: 140, + country: 'USA', + crew: 'Soichi Noguchi|Steve Robinson', + vehicle: 'STS-114/LF1', + date: '2005/08/03', + durationMinutes: 361, + }, + { + number: 141, + country: 'USA', + crew: 'Bill McArthur|Valeri Tokarev', + vehicle: 'Incr-12', + date: '2005/11/07', + durationMinutes: 322, + }, + { + number: 142, + country: 'USA', + crew: 'Piers Sellers|Mike Fossum', + vehicle: 'STS-121 / ULF1.1', + date: '2006/07/08', + durationMinutes: 451, + }, + { + number: 143, + country: 'USA', + crew: 'Piers Sellers|Mike Fossum', + vehicle: 'STS-121 / ULF1.1', + date: '2006/07/10', + durationMinutes: 407, + }, + { + number: 144, + country: 'USA', + crew: 'Piers Sellers|Mike Fossum', + vehicle: 'STS-121 / ULF1.1', + date: '2006/07/12', + durationMinutes: 431, + }, + { + number: 145, + country: 'USA', + crew: 'Jeff Williams|Thomas Reiter', + vehicle: 'Incr-13', + date: '2006/08/03', + durationMinutes: 354, + }, + { + number: 146, + country: 'USA', + crew: 'Joe Tanner|Heide Stefanyshyn-Piper', + vehicle: 'STS-115/12A', + date: '2006/09/12', + durationMinutes: 386, + }, + { + number: 147, + country: 'USA', + crew: 'Dan Burbank|Steve MacLean', + vehicle: 'STS-115/12A', + date: '2006/09/13', + durationMinutes: 431, + }, + { + number: 148, + country: 'USA', + crew: 'Joe Tanner|Heide Stefanyshyn-Piper', + vehicle: 'STS-115/12A', + date: '2006/09/15', + durationMinutes: 402, + }, + { + number: 149, + country: 'USA', + crew: 'Robert Curbeam|Christer Fuglesang', + vehicle: 'STS-116/12A.1', + date: '2006/12/12', + durationMinutes: 396, + }, + { + number: 150, + country: 'USA', + crew: 'Robert Curbeam|Christer Fuglesang', + vehicle: 'STS-116/12A.1', + date: '2006/12/14', + durationMinutes: 300, + }, + { + number: 151, + country: 'USA', + crew: 'Robert Curbeam|Sunita Williams', + vehicle: 'STS-116/12A.1', + date: '2006/12/16', + durationMinutes: 451, + }, + { + number: 152, + country: 'USA', + crew: 'Robert Curbeam|Christer Fuglesang', + vehicle: 'STS-116/12A.1', + date: '2006/12/18', + durationMinutes: 398, + }, + { + number: 153, + country: 'USA', + crew: 'Mike Lopez-Alegria|Sunita Williams', + vehicle: 'Incr-14', + date: '2007/01/31', + durationMinutes: 475, + }, + { + number: 154, + country: 'USA', + crew: 'Mike Lopez-Alegria|Sunita Williams', + vehicle: 'Incr-14', + date: '2007/02/04', + durationMinutes: 431, + }, + { + number: 170, + country: 'USA', + crew: 'Peggy Whitson|Dan Tani', + vehicle: 'Incr-16', + date: '2007/11/20', + durationMinutes: 436, + }, + { + number: 155, + country: 'USA', + crew: 'Mike Lopez-Alegria|Sunita Williams', + vehicle: 'Incr-14', + date: '2007/02/08', + durationMinutes: 400, + }, + { + number: 156, + country: 'USA', + crew: 'Jim Reilly|Danny Olivas', + vehicle: 'STS-117/13A', + date: '2007/06/11', + durationMinutes: 375, + }, + { + number: 157, + country: 'USA', + crew: 'Pat Forrester|Steve Swanson', + vehicle: 'STS-117/13A', + date: '2007/06/13', + durationMinutes: 436, + }, + { + number: 158, + country: 'USA', + crew: 'Danny Olivas|Jim Reilly', + vehicle: 'STS-117/13A', + date: '2007/06/15', + durationMinutes: 478, + }, + { + number: 159, + country: 'USA', + crew: 'Pat Forrester|Steve Swanson', + vehicle: 'STS-117/13A', + date: '2007/06/17', + durationMinutes: 389, + }, + { + number: 160, + country: 'USA', + crew: 'Clay Anderson|Fyodor Yurchikhin', + vehicle: 'Incr-15', + date: '2007/07/23', + durationMinutes: 461, + }, + { + number: 161, + country: 'USA', + crew: 'Rick Mastracchio|Dave Williams', + vehicle: 'STS-118/13A.1', + date: '2007/08/11', + durationMinutes: 377, + }, + { + number: 162, + country: 'USA', + crew: 'Rick Mastracchio|Dave Williams', + vehicle: 'STS-118/13A.1', + date: '2007/08/13', + durationMinutes: 388, + }, + { + number: 163, + country: 'USA', + crew: 'Rick Mastracchio|Clay Anderson', + vehicle: 'STS-118/13A.1', + date: '2007/08/15', + durationMinutes: 328, + }, + { + number: 164, + country: 'USA', + crew: 'Dave Williams|Clay Anderson', + vehicle: 'STS-118/13A.1', + date: '2007/08/18', + durationMinutes: 302, + }, + { + number: 165, + country: 'USA', + crew: 'Scott Parazynski|Doug Wheelock', + vehicle: 'STS-120/10A', + date: '2007/10/26', + durationMinutes: 374, + }, + { + number: 166, + country: 'USA', + crew: 'Scott Parazynski|Dan Tani', + vehicle: 'STS-120/10A', + date: '2007/10/28', + durationMinutes: 393, + }, + { + number: 167, + country: 'USA', + crew: 'Scott Parazynski|Doug Wheelock', + vehicle: 'STS-120/10A', + date: '2007/10/30', + durationMinutes: 428, + }, + { + number: 168, + country: 'USA', + crew: 'Scott Parazynski|Doug Wheelock', + vehicle: 'STS-120/10A', + date: '2007/11/03', + durationMinutes: 439, + }, + { + number: 169, + country: 'USA', + crew: 'Peggy Whitson|Yuri Malenchenko', + vehicle: 'Incr-16', + date: '2007/11/09', + durationMinutes: 415, + }, + { + number: 171, + country: 'USA', + crew: 'Peggy Whitson|Dan Tani', + vehicle: 'Incr-16', + date: '2007/11/24', + durationMinutes: 424, + }, + { + number: 172, + country: 'USA', + crew: 'Peggy Whitson|Dan Tani', + vehicle: 'Incr-16', + date: '2007/12/18', + durationMinutes: 416, + }, + { + number: 173, + country: 'USA', + crew: 'Peggy Whitson|Dan Tani', + vehicle: 'Incr-16', + date: '2008/01/30', + durationMinutes: 430, + }, + { + number: 174, + country: 'USA', + crew: 'Rex Walheim|Stan Love', + vehicle: 'STS-122/1E', + date: '2008/02/11', + durationMinutes: 478, + }, + { + number: 175, + country: 'USA', + crew: 'Rex Walheim|Hans Schlegel', + vehicle: 'STS-122/1E', + date: '2008/02/13', + durationMinutes: 405, + }, + { + number: 176, + country: 'USA', + crew: 'Rex Walheim|Stan Love', + vehicle: 'STS-122/1E', + date: '2008/02/15', + durationMinutes: 445, + }, + { + number: 177, + country: 'USA', + crew: 'Rick Linnehan|Garrett Reisman', + vehicle: 'STS-123/1JA', + date: '2008/03/14', + durationMinutes: 421, + }, + { + number: 178, + country: 'USA', + crew: 'Rick Linnehan|Mike Foreman', + vehicle: 'STS-123/1JA', + date: '2008/03/16', + durationMinutes: 428, + }, + { + number: 179, + country: 'USA', + crew: 'Rick Linnehan|Robert Behnken', + vehicle: 'STS-123/1JA', + date: '2008/03/18', + durationMinutes: 413, + }, + { + number: 180, + country: 'USA', + crew: 'Robert Behnken|Mike Foreman', + vehicle: 'STS-123/1JA', + date: '2008/03/21', + durationMinutes: 384, + }, + { + number: 181, + country: 'USA', + crew: 'Robert Behnken|Mike Foreman', + vehicle: 'STS-123/1JA', + date: '2008/03/22', + durationMinutes: 362, + }, + { + number: 182, + country: 'USA', + crew: 'Mike Fossum|Ron Garan', + vehicle: 'STS-124/1J', + date: '2008/06/03', + durationMinutes: 408, + }, + { + number: 183, + country: 'USA', + crew: 'Mike Fossum|Ron Garan', + vehicle: 'STS-124/1J', + date: '2008/06/05', + durationMinutes: 431, + }, + { + number: 184, + country: 'USA', + crew: 'Mike Fossum|Ron Garan', + vehicle: 'STS-124/1J', + date: '2008/06/08', + durationMinutes: 393, + }, + { + number: 185, + country: 'USA', + crew: 'Heide Stefanyshyn-Piper|Steve Bowen', + vehicle: 'STS-126/ULF2', + date: '2008/11/18', + durationMinutes: 412, + }, + { + number: 201, + country: 'USA', + crew: 'Chris Cassidy|Tom Marshburn', + vehicle: 'STS-127/2JA', + date: '2009/07/27', + durationMinutes: 294, + }, + { + number: 186, + country: 'USA', + crew: 'Heide Stefanyshyn-Piper|Shane Kimbrough', + vehicle: 'STS-126/ULF2', + date: '2008/11/20', + durationMinutes: 405, + }, + { + number: 187, + country: 'USA', + crew: 'Heide Stefanyshyn-Piper|Steve Bowen', + vehicle: 'STS-126/ULF2', + date: '2008/11/22', + durationMinutes: 417, + }, + { + number: 188, + country: 'USA', + crew: 'Steve Bowen|Shane Kimbrough', + vehicle: 'STS-126/ULF2', + date: '2008/11/24', + durationMinutes: 367, + }, + { + number: 189, + country: 'USA', + crew: 'Steve Swanson|Richard Arnold', + vehicle: 'STS-119/15A', + date: '2009/03/19', + durationMinutes: 367, + }, + { + number: 190, + country: 'USA', + crew: 'Steve Swanson|Joseph Acaba', + vehicle: 'STS-119/15A', + date: '2009/03/21', + durationMinutes: 390, + }, + { + number: 191, + country: 'USA', + crew: 'Richard Arnold|Joseph Acaba', + vehicle: 'STS-119/15A', + date: '2009/03/23', + durationMinutes: 387, + }, + { + number: 192, + country: 'USA', + crew: 'John Grunsfeld|Andrew Feustel', + vehicle: 'STS-125/HST 4', + date: '2009/05/14', + durationMinutes: 440, + }, + { + number: 193, + country: 'USA', + crew: 'Mike Massimino|Mike Good', + vehicle: 'STS-125/HST 4', + date: '2009/05/15', + durationMinutes: 476, + }, + { + number: 194, + country: 'USA', + crew: 'John Grunsfeld|Andrew Feustel', + vehicle: 'STS-125/HST 4', + date: '2009/05/16', + durationMinutes: 396, + }, + { + number: 195, + country: 'USA', + crew: 'Mike Massimino|Mike Good', + vehicle: 'STS-125/HST 4', + date: '2009/05/17', + durationMinutes: 482, + }, + { + number: 196, + country: 'USA', + crew: 'John Grunsfeld|Andrew Feustel', + vehicle: 'STS-125/HST 4', + date: '2009/05/18', + durationMinutes: 422, + }, + { + number: 197, + country: 'USA', + crew: 'Dave Wolf|Tim Kopra', + vehicle: 'STS-127/2JA', + date: '2009/07/18', + durationMinutes: 332, + }, + { + number: 198, + country: 'USA', + crew: 'Dave Wolf|Tom Marshburn', + vehicle: 'STS-127/2JA', + date: '2009/07/20', + durationMinutes: 412, + }, + { + number: 199, + country: 'USA', + crew: 'Dave Wolf|Chris Cassidy', + vehicle: 'STS-127/2JA', + date: '2009/07/22', + durationMinutes: 359, + }, + { + number: 200, + country: 'USA', + crew: 'Chris Cassidy|Tom Marshburn', + vehicle: 'STS-127/2JA', + date: '2009/07/24', + durationMinutes: 432, + }, + { + number: 202, + country: 'USA', + crew: 'Danny Olivas|Nicole Stott', + vehicle: 'STS-128/17A', + date: '2009/09/01', + durationMinutes: 395, + }, + { + number: 203, + country: 'USA', + crew: 'Danny Olivas|Christer Fugelsang', + vehicle: 'STS-128/17A', + date: '2009/09/03', + durationMinutes: 399, + }, + { + number: 204, + country: 'USA', + crew: 'Danny Olivas|Christer Fugelsang', + vehicle: 'STS-128/17A', + date: '2009/09/05', + durationMinutes: 421, + }, + { + number: 205, + country: 'USA', + crew: 'Mike Foreman|Robert Satcher', + vehicle: 'STS-129/ULF3', + date: '2009/11/19', + durationMinutes: 397, + }, + { + number: 206, + country: 'USA', + crew: 'Mike Foreman|Randy Bresnick', + vehicle: 'STS-129/ULF3', + date: '2009/11/21', + durationMinutes: 368, + }, + { + number: 207, + country: 'USA', + crew: 'Robert Satcher|Randy Bresnick', + vehicle: 'STS-129/ULF3', + date: '2009/11/23', + durationMinutes: 342, + }, + { + number: 208, + country: 'USA', + crew: 'Bob Behnken|Nick Patrick', + vehicle: 'STS-130/20A', + date: '2010/02/12', + durationMinutes: 392, + }, + { + number: 209, + country: 'USA', + crew: 'Bob Behnken|Nick Patrick', + vehicle: 'STS-130/20A', + date: '2010/02/14', + durationMinutes: 353, + }, + { + number: 210, + country: 'USA', + crew: 'Bob Behnken|Nick Patrick', + vehicle: 'STS-130/20A', + date: '2010/02/17', + durationMinutes: 348, + }, + { + number: 211, + country: 'USA', + crew: 'Rick Mastracchio|Clayton Anderson', + vehicle: 'STS-131/19A', + date: '2010/04/09', + durationMinutes: 388, + }, + { + number: 212, + country: 'USA', + crew: 'Rick Mastracchio|Clayton Anderson', + vehicle: 'STS-131/19A', + date: '2010/04/11', + durationMinutes: 446, + }, + { + number: 213, + country: 'USA', + crew: 'Rick Mastracchio|Clayton Anderson', + vehicle: 'STS-131/19A', + date: '2010/04/13', + durationMinutes: 384, + }, + { + number: 214, + country: 'USA', + crew: 'Garrett Reisman|Steve Bowen', + vehicle: 'STS-132/ULF4', + date: '2010/05/17', + durationMinutes: 445, + }, + { + number: 215, + country: 'USA', + crew: 'Steve Bowen|Michael Good', + vehicle: 'STS-132/ULF4', + date: '2010/05/19', + durationMinutes: 429, + }, + { + number: 216, + country: 'USA', + crew: 'Garrett Reisman|Michael Good', + vehicle: 'STS-132/ULF4', + date: '2010/05/21', + durationMinutes: 406, + }, + { + number: 217, + country: 'USA', + crew: 'Doug Wheellock Tracy Caldwell Dyson', + vehicle: 'Incr-24', + date: '2010/08/07', + durationMinutes: 483, + }, + { + number: 218, + country: 'USA', + crew: 'Doug Wheellock Tracy Caldwell Dyson', + vehicle: 'Incr-24', + date: '2010/08/11', + durationMinutes: 446, + }, + { + number: 219, + country: 'USA', + crew: 'Doug Wheellock Tracy Caldwell Dyson', + vehicle: 'Incr-24', + date: '2010/08/16', + durationMinutes: 440, + }, + { + number: 220, + country: 'USA', + crew: 'Steve Bowen|Alvin Drew', + vehicle: 'STS-133/ULF5', + date: '2011/02/28', + durationMinutes: 394, + }, + { + number: 221, + country: 'USA', + crew: 'Steve Bowen|Alvin Drew', + vehicle: 'STS-133/ULF5', + date: '2011/03/02', + durationMinutes: 374, + }, + { + number: 222, + country: 'USA', + crew: 'Andrew Feustel|Greg Chamitoff', + vehicle: 'STS-134/ULF6', + date: '2011/05/20', + durationMinutes: 379, + }, + { + number: 223, + country: 'USA', + crew: 'Andrew Feustel|Mike Fincke', + vehicle: 'STS-134/ULF6', + date: '2011/05/22', + durationMinutes: 487, + }, + { + number: 224, + country: 'USA', + crew: 'Andrew Feustel|Mike Fincke', + vehicle: 'STS-134/ULF6', + date: '2011/05/25', + durationMinutes: 414, + }, + { + number: 225, + country: 'USA', + crew: 'Mike Fincke|Greg Chamitoff', + vehicle: 'STS-134/ULF6', + date: '2011/05/27', + durationMinutes: 444, + }, + { + number: 226, + country: 'USA', + crew: 'Ron Garan|Mike Fossum', + vehicle: 'ISS-Incr 28 during STS-135/ULF7', + date: '2011/07/12', + durationMinutes: 391, + }, + { + number: 227, + country: 'USA', + crew: 'Sunita Williams|Akihiko Hoshide', + vehicle: 'ISS-Incr 32', + date: '2012/08/30', + durationMinutes: 497, + }, + { + number: 228, + country: 'USA', + crew: 'Sunita Williams|Akihiko Hoshide', + vehicle: 'ISS-Incr 32', + date: '2012/09/05', + durationMinutes: 388, + }, + { + number: 229, + country: 'USA', + crew: 'Sunita Williams|Akihiko Hoshide', + vehicle: 'ISS-Incr 32', + date: '2012/11/01', + durationMinutes: 398, + }, + { + number: 230, + country: 'USA', + crew: 'Chris Cassidy|Tom Marshburn', + vehicle: 'ISS Incr-35', + date: '2013/05/11', + durationMinutes: 331, + }, + { + number: 231, + country: 'USA', + crew: 'Chris Cassidy|Luca Parmitano', + vehicle: 'ISS Incr-36', + date: '2013/07/09', + durationMinutes: 367, + }, + { + number: 232, + country: 'USA', + crew: 'Chris Cassidy|Luca Parmitano', + vehicle: 'ISS Incr-36', + date: '2013/07/16', + durationMinutes: 92, + }, + { + number: 233, + country: 'Russia', + crew: 'Alexei Leonov', + vehicle: 'Voskhod 2', + date: '1965/03/18', + durationMinutes: 12, + }, + { + number: 234, + country: 'Russia', + crew: 'Aleksei Yeliseyov|Yevgeni Khrunov', + vehicle: 'Soyuz 4&5', + date: '1969/01/16', + durationMinutes: 37, + }, + { + number: 236, + country: 'Russia', + crew: 'Yuri Romanenko|Georgi Grechko', + vehicle: 'Soyuz 26|Salyut 6', + date: '1977/12/20', + durationMinutes: 88, + }, + { + number: 237, + country: 'Russia', + crew: 'Vladimir Kovalyonok|Alexandr Ivanchenkov', + vehicle: 'Soyuz 29|Salyut 6', + date: '1978/07/29', + durationMinutes: 125, + }, + { + number: 238, + country: 'Russia', + crew: 'Vladimir Lyakhov|Valeri Ryumin', + vehicle: 'Soyuz 32|Salyut 6', + date: '1979/08/15', + durationMinutes: 83, + }, + { + number: 239, + country: 'Russia', + crew: 'Anatoli Berezovsky|Valentin Lebedev', + vehicle: 'Soyuz T-5|Salyut 7', + date: '1982/07/30', + durationMinutes: 153, + }, + { + number: 240, + country: 'Russia', + crew: 'Vladimir Lyakhov|Alexandr Alexandrov', + vehicle: 'Soyuz T-9|Salyut 7', + date: '1983/11/01', + durationMinutes: 169, + }, + { + number: 241, + country: 'Russia', + crew: 'Vladimir Lyakhov|Alexandr Alexandrov', + vehicle: 'Soyuz T-9|Salyut 7', + date: '1983/11/03', + durationMinutes: 175, + }, + { + number: 242, + country: 'Russia', + crew: 'Leonid Kizim|Vladimir Solovyov', + vehicle: 'Soyuz T-10|Salyut 7', + date: '1984/04/23', + durationMinutes: 255, + }, + { + number: 243, + country: 'Russia', + crew: 'Leonid Kizim|Vladimir Solovyov', + vehicle: 'Soyuz T-10|Salyut 7', + date: '1984/04/26', + durationMinutes: 300, + }, + { + number: 244, + country: 'Russia', + crew: 'Leonid Kizim|Vladimir Solovyov', + vehicle: 'Soyuz T-10|Salyut 7', + date: '1984/04/29', + durationMinutes: 165, + }, + { + number: 245, + country: 'Russia', + crew: 'Leonid Kizim|Vladimir Solovyov', + vehicle: 'Soyuz T-10|Salyut 7', + date: '1984/05/04', + durationMinutes: 165, + }, + { + number: 246, + country: 'Russia', + crew: 'Leonid Kizim|Vladimir Solovyov', + vehicle: 'Soyuz T-10|Salyut 7', + date: '1984/05/18', + durationMinutes: 183, + }, + { + number: 247, + country: 'Russia', + crew: 'Leonid Kizim|Vladimir Solovyov', + vehicle: 'Soyuz T-10|Salyut 7', + date: '1984/08/08', + durationMinutes: 300, + }, + { + number: 248, + country: 'Russia', + crew: 'Svetlana Savitskaya|Vladimir Dzhanibekov', + vehicle: 'Soyuz T-12|Salyut 7', + date: '1984/07/25', + durationMinutes: 214, + }, + { + number: 249, + country: 'Russia', + crew: 'Vladimir Dzhanibekov|Victor Savinykh', + vehicle: 'Soyuz T-13|Salyut 7', + date: '1985/08/02', + durationMinutes: 298, + }, + { + number: 250, + country: 'Russia', + crew: 'Leonid Kizim|Vladimir Solovyov', + vehicle: 'Soyuz T-15|Salyut 7', + date: '1986/05/28', + durationMinutes: 220, + }, + { + number: 251, + country: 'Russia', + crew: 'Leonid Kizim|Vladimir Solovyov', + vehicle: 'Soyuz T-15|Salyut 7', + date: '1986/05/31', + durationMinutes: 301, + }, + { + number: 252, + country: 'Russia', + crew: 'Yuri Romanenko|Alexandr Laveykin', + vehicle: 'Soyuz TM-2|Mir', + date: '1987/04/11', + durationMinutes: 219, + }, + { + number: 253, + country: 'Russia', + crew: 'Yuri Romanenko|Alexandr Laveykin', + vehicle: 'Soyuz TM-2|Mir', + date: '1987/06/12', + durationMinutes: 113, + }, + { + number: 254, + country: 'Russia', + crew: 'Yuri Romanenko|Alexandr Laveykin', + vehicle: 'Soyuz TM-2|Mir', + date: '1987/06/16', + durationMinutes: 195, + }, + { + number: 255, + country: 'Russia', + crew: 'Vladimir Titov|Musa Manarov', + vehicle: 'Soyuz TM-4|Mir', + date: '1988/02/26', + durationMinutes: 250, + }, + { + number: 256, + country: 'Russia', + crew: 'Vladimir Titov|Musa Manarov', + vehicle: 'Soyuz TM-4|Mir', + date: '1988/06/30', + durationMinutes: 310, + }, + { + number: 257, + country: 'Russia', + crew: 'Vladimir Titov|Musa Manarov', + vehicle: 'Soyuz TM-4|Mir', + date: '1988/10/20', + durationMinutes: 252, + }, + { + number: 258, + country: 'Russia', + crew: 'Alexandr Volkov|Jean-Louc Chretien', + vehicle: 'Soyuz TM-7|Mir', + date: '1988/12/09', + durationMinutes: 357, + }, + { + number: 259, + country: 'Russia', + crew: 'Alexandr Viktorenko|Alexandr Serebrov', + vehicle: 'Soyuz TM-8|Mir', + date: '1990/01/08', + durationMinutes: 177, + }, + { + number: 285, + country: 'Russia', + crew: 'Valeri Tsibliyev|Alexandr Serebrov', + vehicle: 'Soyuz TM-17|Mir 16', + date: '1993/09/16', + durationMinutes: 259, + }, + { + number: 260, + country: 'Russia', + crew: 'Alexandr Viktorenko|Alexandr Serebrov', + vehicle: 'Soyuz TM-8|Mir', + date: '1990/01/11', + durationMinutes: 178, + }, + { + number: 261, + country: 'Russia', + crew: 'Alexandr Viktorenko|Alexandr Serebrov', + vehicle: 'Soyuz TM-8|Mir', + date: '1990/01/26', + durationMinutes: 182, + }, + { + number: 262, + country: 'Russia', + crew: 'Alexandr Viktorenko|Alexandr Serebrov', + vehicle: 'Soyuz TM-8|Mir', + date: '1990/02/01', + durationMinutes: 299, + }, + { + number: 263, + country: 'Russia', + crew: 'Alexandr Viktorenko|Alexandr Serebrov', + vehicle: 'Soyuz TM-8|Mir', + date: '1990/02/05', + durationMinutes: 225, + }, + { + number: 264, + country: 'Russia', + crew: 'Anatoli Solovyov|Alexandr Balandin', + vehicle: 'Soyuz TM-9|Mir', + date: '1990/07/17', + durationMinutes: 420, + }, + { + number: 265, + country: 'Russia', + crew: 'Anatoli Solovyov|Alexandr Balandin', + vehicle: 'Soyuz TM-9|Mir', + date: '1990/07/26', + durationMinutes: 232, + }, + { + number: 266, + country: 'Russia', + crew: 'Gennady Manakov|Gennady Strekalov', + vehicle: 'Soyuz TM-10|Mir', + date: '1990/10/29', + durationMinutes: 185, + }, + { + number: 267, + country: 'Russia', + crew: 'Victor Afanasyev|Musa Manarov', + vehicle: 'Soyuz TM-11|Mir', + date: '1991/01/07', + durationMinutes: 319, + }, + { + number: 268, + country: 'Russia', + crew: 'Victor Afanasyev|Musa Manarov', + vehicle: 'Soyuz TM-11|Mir', + date: '1991/01/23', + durationMinutes: 334, + }, + { + number: 269, + country: 'Russia', + crew: 'Victor Afanasyev|Musa Manarov', + vehicle: 'Soyuz TM-11|Mir', + date: '1991/01/26', + durationMinutes: 379, + }, + { + number: 270, + country: 'Russia', + crew: 'Victor Afanasyev|Musa Manarov', + vehicle: 'Soyuz TM-11|Mir', + date: '1991/04/25', + durationMinutes: 214, + }, + { + number: 271, + country: 'Russia', + crew: 'Sergei Krikalev|Anatoli Artsebarsky', + vehicle: 'Soyuz TM-12|Mir', + date: '1991/06/25', + durationMinutes: 298, + }, + { + number: 272, + country: 'Russia', + crew: 'Sergei Krikalev|Anatoli Artsebarsky', + vehicle: 'Soyuz TM-12|Mir', + date: '1991/06/28', + durationMinutes: 204, + }, + { + number: 273, + country: 'Russia', + crew: 'Sergei Krikalev|Anatoli Artsebarsky', + vehicle: 'Soyuz TM-12|Mir', + date: '1991/07/15', + durationMinutes: 356, + }, + { + number: 274, + country: 'Russia', + crew: 'Sergei Krikalev|Anatoli Artsebarsky', + vehicle: 'Soyuz TM-12|Mir', + date: '1991/07/19', + durationMinutes: 328, + }, + { + number: 275, + country: 'Russia', + crew: 'Sergei Krikalev|Anatoli Artsebarsky', + vehicle: 'Soyuz TM-12|Mir', + date: '1991/07/23', + durationMinutes: 342, + }, + { + number: 276, + country: 'Russia', + crew: 'Sergei Krikalev|Anatoli Artsebarsky', + vehicle: 'Soyuz TM-12|Mir', + date: '1991/07/27', + durationMinutes: 409, + }, + { + number: 277, + country: 'Russia', + crew: 'Alexandr Volkov|Sergei Krikalev', + vehicle: 'Soyuz TM-13|Mir', + date: '1992/02/20', + durationMinutes: 253, + }, + { + number: 278, + country: 'Russia', + crew: 'Alexandr Viktorenko|Alexandr Kaleri', + vehicle: 'Soyuz TM-14|Mir', + date: '1992/07/08', + durationMinutes: 123, + }, + { + number: 279, + country: 'Russia', + crew: 'Anatoli Solovyov|Sergei Avdeyev', + vehicle: 'Soyuz TM-15|Mir', + date: '1992/09/03', + durationMinutes: 236, + }, + { + number: 280, + country: 'Russia', + crew: 'Anatoli Solovyov|Sergei Avdeyev', + vehicle: 'Soyuz TM-15|Mir', + date: '1992/09/07', + durationMinutes: 308, + }, + { + number: 281, + country: 'Russia', + crew: 'Anatoli Solovyov|Sergei Avdeyev', + vehicle: 'Soyuz TM-15|Mir', + date: '1992/09/11', + durationMinutes: 344, + }, + { + number: 282, + country: 'Russia', + crew: 'Anatoli Solovyov|Sergei Avdeyev', + vehicle: 'Soyuz TM-15|Mir', + date: '1992/09/15', + durationMinutes: 213, + }, + { + number: 283, + country: 'Russia', + crew: 'Gennady Manakov|Alexandr Poleshchuk', + vehicle: 'Soyuz TM-16|Mir 15', + date: '1993/04/19', + durationMinutes: 325, + }, + { + number: 284, + country: 'Russia', + crew: 'Gennady Manakov|Alexandr Poleshchuk', + vehicle: 'Soyuz TM-16|Mir 15', + date: '1993/06/18', + durationMinutes: 272, + }, + { + number: 286, + country: 'Russia', + crew: 'Valeri Tsibliyev|Alexandr Serebrov', + vehicle: 'Soyuz TM-17|Mir 16', + date: '1993/09/20', + durationMinutes: 193, + }, + { + number: 287, + country: 'Russia', + crew: 'Valeri Tsibliyev|Alexandr Serebrov', + vehicle: 'Soyuz TM-17|Mir 16', + date: '1993/09/28', + durationMinutes: 111, + }, + { + number: 288, + country: 'Russia', + crew: 'Valeri Tsibliyev|Alexandr Serebrov', + vehicle: 'Soyuz TM-17|Mir 16', + date: '1993/10/22', + durationMinutes: 37, + }, + { + number: 289, + country: 'Russia', + crew: 'Valeri Tsibliyev|Alexandr Serebrov', + vehicle: 'Soyuz TM-17|Mir 16', + date: '1993/10/29', + durationMinutes: 252, + }, + { + number: 290, + country: 'Russia', + crew: 'Yuri Malenchenko|Talgat Musabeyev', + vehicle: 'Soyuz TM-18|Mir 17', + date: '1994/09/09', + durationMinutes: 305, + }, + { + number: 291, + country: 'Russia', + crew: 'Yuri Malenchenko|Talgat Musabeyev', + vehicle: 'Soyuz TM-18|Mir 17', + date: '1994/09/13', + durationMinutes: 365, + }, + { + number: 292, + country: 'Russia', + crew: 'Vladimir Dezhurov|Gennady Strekalov', + vehicle: 'Soyuz TM-19|Mir 18', + date: '1995/05/12', + durationMinutes: 368, + }, + { + number: 293, + country: 'Russia', + crew: 'Vladimir Dezhurov|Gennady Strekalov', + vehicle: 'Soyuz TM-19|Mir 18', + date: '1995/05/17', + durationMinutes: 410, + }, + { + number: 294, + country: 'Russia', + crew: 'Vladimir Dezhurov|Gennady Strekalov', + vehicle: 'Soyuz TM-19|Mir 18', + date: '1995/05/22', + durationMinutes: 315, + }, + { + number: 295, + country: 'Russia', + crew: 'Vladimir Dezhurov|Gennady Strekalov', + vehicle: 'Soyuz TM-19|Mir 18', + date: '1995/05/29', + durationMinutes: 21, + }, + { + number: 296, + country: 'Russia', + crew: 'Vladimir Dezhurov|Gennady Strekalov', + vehicle: 'Soyuz TM-19|Mir 18', + date: '1995/06/16', + durationMinutes: 23, + }, + { + number: 297, + country: 'Russia', + crew: 'Anatoly Solovyev|Nikola Budarin', + vehicle: 'Soyuz TM-20|Mir 19', + date: '1995/07/14', + durationMinutes: 334, + }, + { + number: 298, + country: 'Russia', + crew: 'Anatoly Solovyev|Nikola Budarin', + vehicle: 'Soyuz TM-20|Mir 19', + date: '1995/07/19', + durationMinutes: 186, + }, + { + number: 299, + country: 'Russia', + crew: 'Anatoly Solovyev|Nikola Budarin', + vehicle: 'Soyuz TM-20|Mir 19', + date: '1995/07/21', + durationMinutes: 344, + }, + { + number: 300, + country: 'Russia', + crew: 'Sergei Avdeyev|Thomas Reiter', + vehicle: 'Soyuz TM-X|Mir 20', + date: '1995/10/20', + durationMinutes: 316, + }, + { + number: 301, + country: 'Russia', + crew: 'Sergei Avdeyev|Yuri Gidzenko', + vehicle: 'Soyuz TM-X|Mir 20', + date: '1995/12/08', + durationMinutes: 32, + }, + { + number: 302, + country: 'Russia', + crew: 'Yuri Gidzenko|Thomas Reiter', + vehicle: 'Soyuz TM-X|Mir 20', + date: '1996/02/08', + durationMinutes: 186, + }, + { + number: 303, + country: 'Russia', + crew: 'Yuri Onufrenko|Yuri Usachev', + vehicle: 'Soyuz TM-23|Mir 21', + date: '1996/03/15', + durationMinutes: 351, + }, + { + number: 304, + country: 'Russia', + crew: 'Yuri Onufrenko|Yuri Usachev', + vehicle: 'Soyuz TM-23|Mir 21', + date: '1996/05/21', + durationMinutes: 320, + }, + { + number: 305, + country: 'Russia', + crew: 'Yuri Onufrenko|Yuri Usachev', + vehicle: 'Soyuz TM-23|Mir 21', + date: '1996/05/24', + durationMinutes: 343, + }, + { + number: 306, + country: 'Russia', + crew: 'Yuri Onufrenko|Yuri Usachev', + vehicle: 'Soyuz TM-23|Mir 21', + date: '1996/05/30', + durationMinutes: 260, + }, + { + number: 307, + country: 'Russia', + crew: 'Yuri Onufrenko|Yuri Usachev', + vehicle: 'Soyuz TM-23|Mir 21', + date: '1996/06/06', + durationMinutes: 214, + }, + { + number: 308, + country: 'Russia', + crew: 'Yuri Onufrenko|Yuri Usachev', + vehicle: 'Soyuz TM-23|Mir 21', + date: '1996/06/13', + durationMinutes: 342, + }, + { + number: 309, + country: 'Russia', + crew: 'Valery Korzun|Alexander Kaleri', + vehicle: 'Soyuz TM-24|Mir 22', + date: '1996/12/02', + durationMinutes: 357, + }, + { + number: 310, + country: 'Russia', + crew: 'Valery Korzun|Alexander Kaleri', + vehicle: 'Soyuz TM-24|Mir 22', + date: '1996/12/09', + durationMinutes: 396, + }, + { + number: 311, + country: 'Russia', + crew: 'Valeri Tsibliev|Jerry Linenger', + vehicle: 'Soyuz TM-25|Mir 23', + date: '1997/04/29', + durationMinutes: 297, + }, + { + number: 312, + country: 'Russia', + crew: 'Anatoly Solovyev|Pavel Vinogradov', + vehicle: 'Soyuz TM-26|Mir 24', + date: '1997/08/21', + durationMinutes: 330, + }, + { + number: 313, + country: 'Russia', + crew: 'Anatoly Solovyev|Mike Foale', + vehicle: 'Soyuz TM-26|Mir 24', + date: '1997/09/06', + durationMinutes: 360, + }, + { + number: 314, + country: 'Russia', + crew: 'Anatoly Solovyev|Pavel Vinogradov', + vehicle: 'Soyuz TM-26|Mir 24', + date: '1997/10/20', + durationMinutes: 370, + }, + { + number: 315, + country: 'Russia', + crew: 'Anatoly Solovyev|Pavel Vinogradov', + vehicle: 'Soyuz TM-26|Mir 24', + date: '1997/11/03', + durationMinutes: 365, + }, + { + number: 316, + country: 'Russia', + crew: 'Anatoly Solovyev|Pavel Vinogradov', + vehicle: 'Soyuz TM-26|Mir 24', + date: '1997/11/06', + durationMinutes: 379, + }, + { + number: 317, + country: 'Russia', + crew: 'Anatoly Solovyev|Pavel Vinogradov', + vehicle: 'Soyuz TM-26|Mir 24', + date: '1998/01/09', + durationMinutes: 186, + }, + { + number: 318, + country: 'Russia', + crew: 'Anatoly Solovyev|Dave Wolf', + vehicle: 'Soyuz TM-26|Mir 24', + date: '1998/01/14', + durationMinutes: 232, + }, + { + number: 320, + country: 'Russia', + crew: 'Talgat Musabeyev|Nikola Budarin', + vehicle: 'Soyuz TM-27|Mir 25', + date: '1998/04/01', + durationMinutes: 386, + }, + { + number: 321, + country: 'Russia', + crew: 'Talgat Musabeyev|Nikola Budarin', + vehicle: 'Soyuz TM-27|Mir 25', + date: '1998/04/06', + durationMinutes: 263, + }, + { + number: 322, + country: 'Russia', + crew: 'Talgat Musabeyev|Nikola Budarin', + vehicle: 'Soyuz TM-27|Mir 25', + date: '1998/04/11', + durationMinutes: 385, + }, + { + number: 323, + country: 'Russia', + crew: 'Talgat Musabeyev|Nikola Budarin', + vehicle: 'Soyuz TM-27|Mir 25', + date: '1998/04/17', + durationMinutes: 393, + }, + { + number: 324, + country: 'Russia', + crew: 'Talgat Musabeyev|Nikola Budarin', + vehicle: 'Soyuz TM-27|Mir 25', + date: '1998/04/22', + durationMinutes: 381, + }, + { + number: 325, + country: 'Russia', + crew: 'G. Padelka|Sergei Avdeyev', + vehicle: 'Soyuz TM-28|Mir 26', + date: '1998/09/15', + durationMinutes: 30, + }, + { + number: 326, + country: 'Russia', + crew: 'G. Padelka|Sergei Avdeyev', + vehicle: 'Soyuz TM-28|Mir 26', + date: '1998/11/10', + durationMinutes: 350, + }, + { + number: 327, + country: 'Russia', + crew: 'Victor Afanasyev|Jean-Pierre Heignere', + vehicle: 'Soyuz TM-29|Mir 27', + date: '1999/04/16', + durationMinutes: 379, + }, + { + number: 328, + country: 'Russia', + crew: 'Victor Afanasyev|Sergei Avdeyev', + vehicle: 'Soyuz TM-29|Mir 27', + date: '1999/07/23', + durationMinutes: 367, + }, + { + number: 329, + country: 'Russia', + crew: 'Victor Afanasyev|Sergei Avdeyev', + vehicle: 'Soyuz TM-29|Mir 27', + date: '1999/07/28', + durationMinutes: 322, + }, + { + number: 330, + country: 'Russia', + crew: 'Sergei Zaletin|Alexander Kaleri', + vehicle: 'Soyuz TM-30|Mir 28', + date: '2000/05/12', + durationMinutes: 330, + }, + { + number: 331, + country: 'Russia', + crew: 'Yuri Usachev|Jim Voss', + vehicle: 'ISS Incr-2', + date: '2001/06/08', + durationMinutes: 19, + }, + { + number: 332, + country: 'Russia', + crew: 'Vladimir Dezhurov|Mikhail Tyurin', + vehicle: 'ISS Incr-3', + date: '2001/10/08', + durationMinutes: 298, + }, + { + number: 333, + country: 'Russia', + crew: 'Vladimir Dezhurov|Mikhail Tyurin', + vehicle: 'ISS Incr-3', + date: '2001/10/15', + durationMinutes: 352, + }, + { + number: 334, + country: 'Russia', + crew: 'Vladimir Dezhurov|Frank Culbertson', + vehicle: 'ISS Incr-3', + date: '2001/11/12', + durationMinutes: 304, + }, + { + number: 335, + country: 'Russia', + crew: 'Vladimir Dezhurov|Mikhail Tyurin', + vehicle: 'ISS Incr-3', + date: '2001/12/03', + durationMinutes: 166, + }, + { + number: 336, + country: 'Russia', + crew: 'Yri Onufrienko|Carl Walz', + vehicle: 'ISS Incr-4', + date: '2002/01/14', + durationMinutes: 363, + }, + { + number: 337, + country: 'Russia', + crew: 'Yuri Onufrienko|Dan Bursch', + vehicle: 'ISS Incr-4', + date: '2002/01/25', + durationMinutes: 359, + }, + { + number: 338, + country: 'Russia', + crew: 'Valery Korzun|Peggy Whitson', + vehicle: 'ISS Incr-5', + date: '2002/08/16', + durationMinutes: 265, + }, + { + number: 339, + country: 'Russia', + crew: 'Valery Korzun|Sergei Treschev', + vehicle: 'ISS Incr-5', + date: '2002/08/26', + durationMinutes: 321, + }, + { + number: 340, + country: 'Russia', + crew: 'Alexander Kaleri|Mike Foale', + vehicle: 'ISS Incr-8', + date: '2004/02/26', + durationMinutes: 235, + }, + { + number: 341, + country: 'Russia', + crew: 'Gennady Padalka|Mike Fincke', + vehicle: 'ISS Incr-9', + date: '2004/06/24', + durationMinutes: 14, + }, + { + number: 342, + country: 'Russia', + crew: 'Gennady Padalka|Mike Fincke', + vehicle: 'ISS Incr-9', + date: '2004/06/30', + durationMinutes: 339, + }, + { + number: 343, + country: 'Russia', + crew: 'Gennady Padalka|Mike Fincke', + vehicle: 'ISS Incr-9', + date: '2004/08/03', + durationMinutes: 270, + }, + { + number: 344, + country: 'Russia', + crew: 'Gennady Padalka|Mike Fincke', + vehicle: 'ISS Incr-9', + date: '2004/09/03', + durationMinutes: 321, + }, + { + number: 345, + country: 'Russia', + crew: 'Leroy Chiao|Salizhan Sharipov', + vehicle: 'ISS Incr-10', + date: '2005/01/26', + durationMinutes: 328, + }, + { + number: 346, + country: 'Russia', + crew: 'Leroy Chiao|Salizhan Sharipov', + vehicle: 'ISS Incr-10', + date: '2005/03/28', + durationMinutes: 270, + }, + { + number: 364, + country: 'Russia', + crew: 'Dmitry Kondratiev|Oleg Skripochka', + vehicle: 'ISS Incr-26', + date: '2011/02/16', + durationMinutes: 291, + }, + { + number: 347, + country: 'Russia', + crew: 'Sergei Krikalev|John Phillips', + vehicle: 'ISS Incr-11', + date: '2005/08/18', + durationMinutes: 298, + }, + { + number: 348, + country: 'Russia', + crew: 'Valeri Tokarev|Bill McArthur', + vehicle: 'ISS Incr-12', + date: '2006/02/03', + durationMinutes: 344, + }, + { + number: 349, + country: 'Russia', + crew: 'Pavel Vinogradov|Jeff Williams', + vehicle: 'ISS Incr-13', + date: '2006/06/02', + durationMinutes: 391, + }, + { + number: 350, + country: 'Russia', + crew: 'Mikhail Tyurin|Michael Lopez-Alegria', + vehicle: 'ISS Incr-14', + date: '2006/11/22', + durationMinutes: 338, + }, + { + number: 351, + country: 'Russia', + crew: 'Mikhail Tyurin|Michael Lopez-Alegria', + vehicle: 'ISS Incr-14', + date: '2007/02/22', + durationMinutes: 378, + }, + { + number: 352, + country: 'Russia', + crew: 'Fyodor Yurchikhin|Oleg Kotov', + vehicle: 'ISS Incr-15', + date: '2007/05/30', + durationMinutes: 325, + }, + { + number: 353, + country: 'Russia', + crew: 'Fyodor Yurchikhin|Oleg Kotov', + vehicle: 'ISS Incr-15', + date: '2007/06/06', + durationMinutes: 337, + }, + { + number: 354, + country: 'Russia', + crew: 'Sergei Volkov|Oleg Kononenko', + vehicle: 'ISS Incr-17', + date: '2008/07/10', + durationMinutes: 379, + }, + { + number: 355, + country: 'Russia', + crew: 'Sergei Volkov|Oleg Kononenko', + vehicle: 'ISS Incr-17', + date: '2008/07/15', + durationMinutes: 354, + }, + { + number: 356, + country: 'Russia', + crew: 'Yuri Lonchakov|Mike Fincke', + vehicle: 'ISS Incr-18', + date: '2008/12/23', + durationMinutes: 339, + }, + { + number: 357, + country: 'Russia', + crew: 'Yuri Lonchakov|Mike Fincke', + vehicle: 'ISS Incr-18', + date: '2009/03/10', + durationMinutes: 288, + }, + { + number: 358, + country: 'Russia', + crew: 'Gennady Padalka|Mike Barratt', + vehicle: 'ISS Incr-19', + date: '2009/06/05', + durationMinutes: 294, + }, + { + number: 359, + country: 'Russia', + crew: 'Gennady Padalka|Mike Barratt', + vehicle: 'ISS Incr-19', + date: '2009/06/10', + durationMinutes: 12, + }, + { + number: 360, + country: 'Russia', + crew: 'Oleg Kotov|Maxim Suraev', + vehicle: 'ISS Incr-22', + date: '2010/01/14', + durationMinutes: 344, + }, + { + number: 361, + country: 'Russia', + crew: 'Fyodor Yurchikin|Mikhail Kornienko', + vehicle: 'ISS Incr-24', + date: '2010/07/27', + durationMinutes: 402, + }, + { + number: 362, + country: 'Russia', + crew: 'Fyodor Yurchikin|Oleg Skripochka', + vehicle: 'ISS Incr-25', + date: '2010/10/15', + durationMinutes: 387, + }, + { + number: 363, + country: 'Russia', + crew: 'Dmitry Kondratiev|Oleg Skripochka', + vehicle: 'ISS Incr-26', + date: '2011/01/21', + durationMinutes: 323, + }, + { + number: 365, + country: 'Russia', + crew: 'Sergei Volkov|Alexander Samokutyaev', + vehicle: 'ISS Incr-28', + date: '2011/08/03', + durationMinutes: 383, + }, + { + number: 366, + country: 'Russia', + crew: 'Oleg Kononenko|Anton Shkaplerov', + vehicle: 'ISS Incr-30', + date: '2012/02/16', + durationMinutes: 375, + }, + { + number: 367, + country: 'Russia', + crew: 'Gennady Padalka|Yuri Malenchenko', + vehicle: 'ISS Incr-32', + date: '2012/08/20', + durationMinutes: 351, + }, + { + number: 368, + country: 'Russia', + crew: 'Pavel Vinogradov|Roman Romanenko', + vehicle: 'ISS Incr-35', + date: '2013/04/19', + durationMinutes: 398, + }, + { + number: 369, + country: 'Russia', + crew: 'Fyodor Yurchikhin|Alexander Misurkin', + vehicle: 'ISS Incr-36', + date: '2013/06/24', + durationMinutes: 394, + }, + { + number: 370, + country: 'Russia', + crew: 'Fyodor Yurchikhin|Alexander Misurkin', + vehicle: 'ISS Incr-36', + date: '2013/08/16', + durationMinutes: 449, + }, +]; + +export const spaceWalksScatter = spaceWalks.map((spaceWalk) => ({ + x: new Date(spaceWalk.date).getTime(), + y: spaceWalk.durationMinutes, + id: spaceWalk.number, +})); + +export const spaceWalksRussiaScatter = spaceWalks + .filter((spaceWalk) => spaceWalk.country === 'Russia') + .map((spaceWalk) => ({ + x: new Date(spaceWalk.date).getTime(), + y: spaceWalk.durationMinutes, + id: spaceWalk.number, + })); + +export const spaceWalksUSAScatter = spaceWalks + .filter((spaceWalk) => spaceWalk.country === 'USA') + .map((spaceWalk) => ({ + x: new Date(spaceWalk.date).getTime(), + y: spaceWalk.durationMinutes, + id: spaceWalk.number, + })); diff --git a/docs/data/charts/dataset/stars.ts b/docs/data/charts/dataset/stars.ts new file mode 100644 index 000000000000..1c9b5c6976fd --- /dev/null +++ b/docs/data/charts/dataset/stars.ts @@ -0,0 +1,2149 @@ +// Dataset from https://www.kaggle.com/datasets/datascientist97/astronomical-data/data +// Temperature (K): Dive into the thermal properties of stars, crucial for understanding their lifecycle and energy output. +// Luminosity (L/Lo): Explore stellar brightness relative to our Sun (Lo = 3.828 x 10^26 Watts), offering insights into star size and energy production. +// Radius (R/Ro): Compare star sizes to our Sun (Ro = 6.995 x 10^8 m), essential for grasping stellar evolution and structure. +// Absolute Magnitude (Mv): Analyze intrinsic stellar brightness, standardized for comparative studies across vast cosmic distances. +// Star Type: Categorize celestial objects into six classes (0-Brown Dwarf, 1-Red Dwarf, 2-White Dwarf, 3-Main Sequence, 4-Supergiants, 5-Hypergiants), ideal for classification tasks. +// Star Color: Visualize the spectrum of stellar hues, providing clues about temperature and composition. +// Spectral Class: Examine the visual signatures of stars, offering insights into their chemical makeup and evolutionary stage. + +export const stars = [ + { + temperatureInK: 3042, + luminosity: 0.0005, + radius: 0.1542, + absoluteMagnitude: 16.6, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2600, + luminosity: 0.0003, + radius: 0.102, + absoluteMagnitude: 18.7, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2800, + luminosity: 0.0002, + radius: '', + absoluteMagnitude: 16.65, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 1939, + luminosity: 0.000138, + radius: 0.103, + absoluteMagnitude: 20.06, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2840, + luminosity: 0, + radius: 0.11, + absoluteMagnitude: 16.98, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2637, + luminosity: 0.00073, + radius: 0.127, + absoluteMagnitude: 17.22, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2600, + luminosity: 0.0004, + radius: 0.096, + absoluteMagnitude: 17.4, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2650, + luminosity: 0.00069, + radius: 0.11, + absoluteMagnitude: 17.45, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2700, + luminosity: 0.00018, + radius: 0.13, + absoluteMagnitude: 16.05, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3600, + luminosity: 0, + radius: 0.51, + absoluteMagnitude: 10.69, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3129, + luminosity: 0.0122, + radius: 0.3761, + absoluteMagnitude: 11.79, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3134, + luminosity: 0.0004, + radius: 0.196, + absoluteMagnitude: 13.21, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3628, + luminosity: 0.0055, + radius: 0.393, + absoluteMagnitude: 10.48, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2650, + luminosity: 0.0006, + radius: 0.14, + absoluteMagnitude: 11.782, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3340, + luminosity: 0.0038, + radius: 0.24, + absoluteMagnitude: 13.07, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2799, + luminosity: 0.0018, + radius: 0.16, + absoluteMagnitude: 14.79, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3692, + luminosity: 0.00367, + radius: 0.47, + absoluteMagnitude: 10.8, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3192, + luminosity: 0, + radius: 0.1967, + absoluteMagnitude: 13.53, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3441, + luminosity: 0.039, + radius: 0.351, + absoluteMagnitude: 11.18, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 25000, + luminosity: 0.056, + radius: 0.0084, + absoluteMagnitude: 10.58, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 7740, + luminosity: 0.00049, + radius: 0.01234, + absoluteMagnitude: 14.02, + type: 2, + color: 'White', + class: 'A', + }, + { + temperatureInK: 7220, + luminosity: 0.00017, + radius: 0.011, + absoluteMagnitude: 14.23, + type: 2, + color: 'White', + class: 'F', + }, + { + temperatureInK: 8500, + luminosity: 0.0005, + radius: 0.01, + absoluteMagnitude: 14.5, + type: 2, + color: '', + class: 'A', + }, + { + temperatureInK: 16500, + luminosity: 0.013, + radius: 0.014, + absoluteMagnitude: 11.89, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 12990, + luminosity: 0.000085, + radius: 0.00984, + absoluteMagnitude: 12.23, + type: 2, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 8570, + luminosity: 0.00081, + radius: 0.0097, + absoluteMagnitude: 14.2, + type: 2, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 7700, + luminosity: 0.00011, + radius: 0.0128, + absoluteMagnitude: 14.47, + type: 2, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 11790, + luminosity: 0.00015, + radius: 0.011, + absoluteMagnitude: 12.59, + type: 2, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 7230, + luminosity: 0.00008, + radius: 0.013, + absoluteMagnitude: 14.08, + type: 2, + color: 'Red', + class: 'F', + }, + { + temperatureInK: 39000, + luminosity: 204000, + radius: 10.6, + absoluteMagnitude: -4.7, + type: 3, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 30000, + luminosity: 28840, + radius: 6.3, + absoluteMagnitude: -4.2, + type: 3, + color: '', + class: 'B', + }, + { + temperatureInK: 15276, + luminosity: 1136, + radius: 7.2, + absoluteMagnitude: -1.97, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 9700, + luminosity: 74, + radius: 2.89, + absoluteMagnitude: 0.16, + type: 3, + color: 'White', + class: 'B', + }, + { + temperatureInK: 5800, + luminosity: 0.81, + radius: 0.9, + absoluteMagnitude: 5.05, + type: 3, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 8052, + luminosity: 8.7, + radius: 1.8, + absoluteMagnitude: 2.42, + type: 3, + color: 'White', + class: 'A', + }, + { + temperatureInK: 6757, + luminosity: 1.43, + radius: 1.12, + absoluteMagnitude: 2.41, + type: 3, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 5936, + luminosity: 1.357, + radius: 1.106, + absoluteMagnitude: 4.46, + type: 3, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 5587, + luminosity: 0.819, + radius: 0.99, + absoluteMagnitude: 5.03, + type: 3, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 3826, + luminosity: 200000, + radius: 19, + absoluteMagnitude: -6.93, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3365, + luminosity: 340000, + radius: 23, + absoluteMagnitude: -6.2, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3270, + luminosity: 150000, + radius: 88, + absoluteMagnitude: -6.02, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3200, + luminosity: 195000, + radius: 17, + absoluteMagnitude: -7.22, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3008, + luminosity: 0, + radius: 25, + absoluteMagnitude: -6, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3600, + luminosity: 320000, + radius: 29, + absoluteMagnitude: -6.6, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3575, + luminosity: 123000, + radius: 45, + absoluteMagnitude: -6.78, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3574, + luminosity: 200000, + radius: 89, + absoluteMagnitude: -5.24, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3625, + luminosity: 184000, + radius: 84, + absoluteMagnitude: -6.74, + type: 4, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 33750, + luminosity: 220000, + radius: 26, + absoluteMagnitude: -6.1, + type: 4, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 3490, + luminosity: 270000, + radius: 1520, + absoluteMagnitude: -9.4, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3834, + luminosity: 272000, + radius: 1183, + absoluteMagnitude: -9.2, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3749, + luminosity: 550000, + radius: 1648, + absoluteMagnitude: -8.05, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3650, + luminosity: 310000, + radius: 1324, + absoluteMagnitude: -7.79, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3450, + luminosity: 263000, + radius: 1349, + absoluteMagnitude: -11.75, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3660, + luminosity: 363000, + radius: 1673, + absoluteMagnitude: -11.92, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3450, + luminosity: 174000, + radius: 1284, + absoluteMagnitude: -11.28, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3535, + luminosity: 195000, + radius: 1546, + absoluteMagnitude: -11.36, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3341, + luminosity: 0.0056, + radius: 0.057, + absoluteMagnitude: 16.23, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3432, + luminosity: 0.00067, + radius: 0.19, + absoluteMagnitude: 16.94, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2983, + luminosity: 0.00024, + radius: 0.094, + absoluteMagnitude: 16.09, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2835, + luminosity: 0.00034, + radius: 0.0918, + absoluteMagnitude: 16.96, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2935, + luminosity: 0.00014, + radius: 0.116, + absoluteMagnitude: 18.89, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3295, + luminosity: 0.00098, + radius: '', + absoluteMagnitude: 17.13, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2945, + luminosity: 0.00032, + radius: 0.093, + absoluteMagnitude: 18.34, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2817, + luminosity: 0.00098, + radius: 0.0911, + absoluteMagnitude: 16.45, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2774, + luminosity: 0.00036, + radius: 0.118, + absoluteMagnitude: 17.39, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2871, + luminosity: 0.00072, + radius: 0.12, + absoluteMagnitude: 19.43, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3345, + luminosity: 0.021, + radius: 0.273, + absoluteMagnitude: 12.3, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3607, + luminosity: 0.022, + radius: 0.38, + absoluteMagnitude: 10.12, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3150, + luminosity: 0.0088, + radius: 0.35, + absoluteMagnitude: 11.94, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3550, + luminosity: 0.004, + radius: 0.291, + absoluteMagnitude: 10.89, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3180, + luminosity: 0.001, + radius: 0.35, + absoluteMagnitude: 11.76, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2890, + luminosity: 0.0034, + radius: 0.24, + absoluteMagnitude: 13.46, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3342, + luminosity: 0.0015, + radius: 0.307, + absoluteMagnitude: 11.87, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2621, + luminosity: 0.0006, + radius: 0.098, + absoluteMagnitude: 12.81, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3158, + luminosity: 0.00135, + radius: 0.161, + absoluteMagnitude: 13.98, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 7100, + luminosity: 0.00029, + radius: 0.012, + absoluteMagnitude: 14.09, + type: 2, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 10574, + luminosity: 0.00014, + radius: '', + absoluteMagnitude: 12.02, + type: 2, + color: 'White', + class: 'F', + }, + { + temperatureInK: 8930, + luminosity: 0.00056, + radius: 0.0095, + absoluteMagnitude: 13.78, + type: 2, + color: 'White', + class: 'A', + }, + { + temperatureInK: 17200, + luminosity: 0.00098, + radius: 0.015, + absoluteMagnitude: 12.45, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 14100, + luminosity: 0.00067, + radius: 0.0089, + absoluteMagnitude: 12.17, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 9675, + luminosity: 0.00045, + radius: 0.0109, + absoluteMagnitude: 13.98, + type: 2, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 12010, + luminosity: 0.00078, + radius: 0.0092, + absoluteMagnitude: 12.13, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 10980, + luminosity: 0.00074, + radius: 0.0087, + absoluteMagnitude: 11.19, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 13720, + luminosity: 0.00018, + radius: 0.00892, + absoluteMagnitude: 12.97, + type: 2, + color: 'White', + class: 'F', + }, + { + temperatureInK: 19860, + luminosity: 0, + radius: 0.0131, + absoluteMagnitude: 11.34, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 5300, + luminosity: 0.59, + radius: 0.91, + absoluteMagnitude: 5.49, + type: 3, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 4526, + luminosity: 0.153, + radius: 0.865, + absoluteMagnitude: 6.506, + type: 3, + color: '', + class: 'K', + }, + { + temperatureInK: 4077, + luminosity: 0.085, + radius: 0.795, + absoluteMagnitude: 6.228, + type: 3, + color: 'Yellow-White', + class: 'K', + }, + { + temperatureInK: 4980, + luminosity: 0.357, + radius: 1.13, + absoluteMagnitude: 4.78, + type: 3, + color: 'Yellow-White', + class: 'K', + }, + { + temperatureInK: 9030, + luminosity: 45, + radius: 2.63, + absoluteMagnitude: 1.45, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 11250, + luminosity: 672, + radius: 6.98, + absoluteMagnitude: -2.3, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 5112, + luminosity: 0.63, + radius: 0.876, + absoluteMagnitude: 4.68, + type: 3, + color: 'Red', + class: 'K', + }, + { + temperatureInK: 7720, + luminosity: 7.92, + radius: 1.34, + absoluteMagnitude: 2.44, + type: 3, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 12098, + luminosity: 689, + radius: 7.01, + absoluteMagnitude: 0.02, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 36108, + luminosity: 198000, + radius: 10.2, + absoluteMagnitude: -4.4, + type: 3, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 33300, + luminosity: 240000, + radius: '', + absoluteMagnitude: -6.5, + type: 4, + color: '', + class: 'B', + }, + { + temperatureInK: 40000, + luminosity: 813000, + radius: 14, + absoluteMagnitude: -6.23, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 23000, + luminosity: 127000, + radius: 36, + absoluteMagnitude: -5.76, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 17120, + luminosity: 235000, + radius: 83, + absoluteMagnitude: -6.89, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 11096, + luminosity: 112000, + radius: 12, + absoluteMagnitude: -5.91, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 14245, + luminosity: 231000, + radius: 42, + absoluteMagnitude: -6.12, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 24630, + luminosity: 363000, + radius: 63, + absoluteMagnitude: -5.83, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 12893, + luminosity: 184000, + radius: 36, + absoluteMagnitude: -6.34, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 24345, + luminosity: 142000, + radius: 57, + absoluteMagnitude: -6.24, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 33421, + luminosity: 352000, + radius: 67, + absoluteMagnitude: -5.79, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 3459, + luminosity: 100000, + radius: 1289, + absoluteMagnitude: -10.7, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3605, + luminosity: 126000, + radius: 1124, + absoluteMagnitude: -10.81, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3615, + luminosity: 200000, + radius: 1635, + absoluteMagnitude: -11.33, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3399, + luminosity: 117000, + radius: 1486, + absoluteMagnitude: -10.92, + type: 5, + color: 'Red', + class: 'M', + }, + + { + temperatureInK: 3553, + luminosity: 145000, + radius: 1324, + absoluteMagnitude: -11.03, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 4015, + luminosity: 282000, + radius: 1534, + absoluteMagnitude: -11.39, + type: 5, + color: 'Red', + class: 'K', + }, + { + temperatureInK: 3625, + luminosity: 74000, + radius: 876, + absoluteMagnitude: -10.25, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 6850, + luminosity: 229000, + radius: 1467, + absoluteMagnitude: -10.07, + type: 5, + color: 'Red', + class: 'G', + }, + { + temperatureInK: 3780, + luminosity: 200000, + radius: 1324, + absoluteMagnitude: -10.7, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3323, + luminosity: 0.00043, + radius: 0.0912, + absoluteMagnitude: 17.16, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3531, + luminosity: 0.00093, + radius: 0.0976, + absoluteMagnitude: 19.94, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3218, + luminosity: 0.00054, + radius: 0.11, + absoluteMagnitude: 20.02, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3146, + luminosity: 0.00015, + radius: 0.0932, + absoluteMagnitude: 16.92, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3511, + luminosity: 0.00064, + radius: 0.109, + absoluteMagnitude: 17.12, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3225, + luminosity: 0.00076, + radius: 0.121, + absoluteMagnitude: 19.63, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2935, + luminosity: 0.00087, + radius: 0.0932, + absoluteMagnitude: 16.88, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2861, + luminosity: 0.00019, + radius: 0.0899, + absoluteMagnitude: 16.71, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2856, + luminosity: 0.000896, + radius: 0.0782, + absoluteMagnitude: 19.56, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2731, + luminosity: 0.000437, + radius: 0.0856, + absoluteMagnitude: 18.09, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3095, + luminosity: 0.00019, + radius: 0.492, + absoluteMagnitude: 10.87, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3607, + luminosity: 0.00023, + radius: 0.38, + absoluteMagnitude: 10.34, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3100, + luminosity: 0.008, + radius: 0.31, + absoluteMagnitude: 11.17, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2989, + luminosity: 0.0087, + radius: 0.34, + absoluteMagnitude: 13.12, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3542, + luminosity: 0.0009, + radius: 0.62, + absoluteMagnitude: 14.23, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3243, + luminosity: 0.0023, + radius: 0.73, + absoluteMagnitude: 14.75, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3091, + luminosity: 0.0081, + radius: 0.24, + absoluteMagnitude: 11.43, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3598, + luminosity: 0.0011, + radius: 0.56, + absoluteMagnitude: 14.26, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3324, + luminosity: 0.0034, + radius: 0.34, + absoluteMagnitude: 12.23, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3541, + luminosity: 0.0013, + radius: 0.256, + absoluteMagnitude: 14.33, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 13420, + luminosity: 0.00059, + radius: 0.00981, + absoluteMagnitude: 13.67, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 18290, + luminosity: 0.0013, + radius: 0.00934, + absoluteMagnitude: 12.78, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 14520, + luminosity: 0.00082, + radius: 0.00972, + absoluteMagnitude: 11.92, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 11900, + luminosity: 0.00067, + radius: 0.00898, + absoluteMagnitude: 11.38, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 8924, + luminosity: 0.00028, + radius: 0.00879, + absoluteMagnitude: 14.87, + type: 2, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 12912, + luminosity: 0.00071, + radius: 0.00945, + absoluteMagnitude: 12.83, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 14732, + luminosity: 0.00011, + radius: 0.00892, + absoluteMagnitude: 12.89, + type: 2, + color: 'White', + class: 'F', + }, + { + temperatureInK: 7723, + luminosity: 0.00014, + radius: 0.00878, + absoluteMagnitude: 14.81, + type: 2, + color: 'White', + class: 'A', + }, + { + temperatureInK: 12984, + luminosity: 0.00088, + radius: 0.00996, + absoluteMagnitude: 11.23, + type: 2, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 29560, + luminosity: 188000, + radius: 6.02, + absoluteMagnitude: -4.01, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 8945, + luminosity: 38, + radius: 2.487, + absoluteMagnitude: 0.12, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 14060, + luminosity: 1092, + radius: 5.745, + absoluteMagnitude: -2.04, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 16390, + luminosity: 1278, + radius: 5.68, + absoluteMagnitude: -3.32, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 25070, + luminosity: 14500, + radius: 5.92, + absoluteMagnitude: -3.98, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 28700, + luminosity: 16790, + radius: 6.4, + absoluteMagnitude: -4.09, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 26140, + luminosity: 14520, + radius: 5.49, + absoluteMagnitude: -3.8, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 20120, + luminosity: 4720, + radius: 6.78, + absoluteMagnitude: -3.4, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 13023, + luminosity: 998, + radius: 6.21, + absoluteMagnitude: -1.38, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 37800, + luminosity: 202900, + radius: 6.86, + absoluteMagnitude: -4.56, + type: 3, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 25390, + luminosity: 223000, + radius: 57, + absoluteMagnitude: -5.92, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 11567, + luminosity: 251000, + radius: 36, + absoluteMagnitude: -6.245, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 12675, + luminosity: 0, + radius: 83, + absoluteMagnitude: -5.62, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 5752, + luminosity: 245000, + radius: 97, + absoluteMagnitude: -6.63, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 8927, + luminosity: 239000, + radius: 35, + absoluteMagnitude: -7.34, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 7282, + luminosity: 131000, + radius: 24, + absoluteMagnitude: -7.22, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 19923, + luminosity: 152000, + radius: 73, + absoluteMagnitude: -5.69, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 26373, + luminosity: 198000, + radius: 39, + absoluteMagnitude: -5.83, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 17383, + luminosity: 342900, + radius: 30, + absoluteMagnitude: -6.09, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 9373, + luminosity: 424520, + radius: 24, + absoluteMagnitude: -5.99, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 3570, + luminosity: 320000, + radius: 1480, + absoluteMagnitude: -7.58, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3500, + luminosity: 138000, + radius: 1420, + absoluteMagnitude: -8.18, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 4287, + luminosity: 630000, + radius: 1315, + absoluteMagnitude: -9.2, + type: 5, + color: 'Red', + class: 'K', + }, + { + temperatureInK: 26000, + luminosity: 316000, + radius: 1679, + absoluteMagnitude: -9.1, + type: 5, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 3600, + luminosity: 240000, + radius: 1190, + absoluteMagnitude: -7.89, + type: 5, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 18000, + luminosity: 200000, + radius: 1045, + absoluteMagnitude: -8.3, + type: 5, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 11000, + luminosity: 170000, + radius: 1779, + absoluteMagnitude: -9.9, + type: 5, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 12100, + luminosity: 120000, + radius: 708.9, + absoluteMagnitude: -7.84, + type: 5, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 24490, + luminosity: 248490, + radius: 1134.5, + absoluteMagnitude: -8.24, + type: 5, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 2831, + luminosity: 0.000231, + radius: 0.0915, + absoluteMagnitude: 16.21, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2914, + luminosity: 0.000631, + radius: 0.116, + absoluteMagnitude: 18.39, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3419, + luminosity: 0.000245, + radius: 0.126, + absoluteMagnitude: 17.56, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3218, + luminosity: 0.000452, + radius: 0.0987, + absoluteMagnitude: 17.34, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3453, + luminosity: 0.000621, + radius: 0.0773, + absoluteMagnitude: 17.08, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2889, + luminosity: 0.000352, + radius: 0.0973, + absoluteMagnitude: 16.93, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2968, + luminosity: 0.000461, + radius: 0.119, + absoluteMagnitude: 17.45, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3484, + luminosity: 0.000551, + radius: 0.0998, + absoluteMagnitude: 16.67, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2778, + luminosity: 0.000849, + radius: 0.112, + absoluteMagnitude: 19.45, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3523, + luminosity: 0.000957, + radius: 0.129, + absoluteMagnitude: 16.35, + type: 0, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3462, + luminosity: 0.0053, + radius: 0.148, + absoluteMagnitude: 11.47, + type: 1, + color: '', + class: 'M', + }, + { + temperatureInK: 3257, + luminosity: 0.0024, + radius: 0.46, + absoluteMagnitude: 10.73, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 2994, + luminosity: 0.0072, + radius: 0.28, + absoluteMagnitude: 13.45, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3212, + luminosity: 0.0016, + radius: 0.378, + absoluteMagnitude: 12.854, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3523, + luminosity: 0.0054, + radius: 0.319, + absoluteMagnitude: 12.43, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3598, + luminosity: 0.0027, + radius: 0.67, + absoluteMagnitude: 13.667, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3142, + luminosity: 0.00132, + radius: 0.258, + absoluteMagnitude: 14.12, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3496, + luminosity: 0.00125, + radius: 0.336, + absoluteMagnitude: 14.94, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3324, + luminosity: 0.0065, + radius: 0.471, + absoluteMagnitude: 12.78, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 3463, + luminosity: 0.0027, + radius: 0.675, + absoluteMagnitude: 14.776, + type: 1, + color: 'Red', + class: 'M', + }, + { + temperatureInK: 16790, + luminosity: 0.0014, + radius: 0.0121, + absoluteMagnitude: 12.87, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 15680, + luminosity: 0.00122, + radius: 0.0114, + absoluteMagnitude: 11.92, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 14982, + luminosity: 0.00118, + radius: 0.0113, + absoluteMagnitude: 12.23, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 13340, + luminosity: 0.00109, + radius: 0.0116, + absoluteMagnitude: 12.9, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 18340, + luminosity: 0.00134, + radius: 0.0124, + absoluteMagnitude: 11.22, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 19920, + luminosity: 0.00156, + radius: 0.0142, + absoluteMagnitude: 11.34, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 24020, + luminosity: 0.00159, + radius: 0.0127, + absoluteMagnitude: 10.55, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 23092, + luminosity: 0.00132, + radius: 0.0104, + absoluteMagnitude: 10.18, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 17920, + luminosity: 0.00111, + radius: 0.0106, + absoluteMagnitude: 11.66, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 19360, + luminosity: 0.00125, + radius: '', + absoluteMagnitude: 11.62, + type: 2, + color: 'Blue', + class: 'B', + }, + { + temperatureInK: 22350, + luminosity: 12450, + radius: 6.36, + absoluteMagnitude: -3.67, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 10012, + luminosity: 552, + radius: 5.856, + absoluteMagnitude: 0.013, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 13089, + luminosity: 788, + radius: 5.992, + absoluteMagnitude: -0.12, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 22012, + luminosity: 6748, + radius: 6.64, + absoluteMagnitude: -2.55, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 34190, + luminosity: 198200, + radius: 6.39, + absoluteMagnitude: -4.57, + type: 3, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 32460, + luminosity: 173800, + radius: 6.237, + absoluteMagnitude: -4.36, + type: 3, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 9320, + luminosity: 29, + radius: 1.91, + absoluteMagnitude: 1.236, + type: 3, + color: 'Blue-White', + class: 'A', + }, + { + temperatureInK: 19400, + luminosity: 10920, + radius: 6.03, + absoluteMagnitude: -3.08, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 17140, + luminosity: 883, + radius: 5.653, + absoluteMagnitude: -2.64, + type: 3, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 8250, + luminosity: 9.25, + radius: 1.93, + absoluteMagnitude: -0.98, + type: 3, + color: 'Yellow-White', + class: 'F', + }, + { + temperatureInK: 23678, + luminosity: 244290, + radius: 35, + absoluteMagnitude: -6.27, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 12749, + luminosity: 332520, + radius: '', + absoluteMagnitude: -7.02, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 9383, + luminosity: 342940, + radius: 98, + absoluteMagnitude: -6.98, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 23440, + luminosity: 537430, + radius: 81, + absoluteMagnitude: -5.975, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 16787, + luminosity: 246730, + radius: 62, + absoluteMagnitude: -6.35, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 18734, + luminosity: 224780, + radius: 46, + absoluteMagnitude: -7.45, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 9892, + luminosity: 593900, + radius: 80, + absoluteMagnitude: -7.262, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 10930, + luminosity: 783930, + radius: 25, + absoluteMagnitude: -6.224, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 23095, + luminosity: 347820, + radius: 86, + absoluteMagnitude: -5.905, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 21738, + luminosity: 748890, + radius: 92, + absoluteMagnitude: -7.346, + type: 4, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 24145, + luminosity: 382993, + radius: 1494, + absoluteMagnitude: -8.84, + type: 5, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 38234, + luminosity: 272830, + radius: 1356, + absoluteMagnitude: -9.29, + type: 5, + color: 'Blue', + class: '', + }, + { + temperatureInK: 32489, + luminosity: 648430, + radius: 1948.5, + absoluteMagnitude: -10.84, + type: 5, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 27739, + luminosity: 849420, + radius: 1252, + absoluteMagnitude: -7.59, + type: 5, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 21904, + luminosity: 748490, + radius: 1130, + absoluteMagnitude: -7.67, + type: 5, + color: 'Blue-White', + class: 'B', + }, + { + temperatureInK: 38940, + luminosity: 374830, + radius: 1356, + absoluteMagnitude: -9.93, + type: 5, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 30839, + luminosity: 834042, + radius: 1194, + absoluteMagnitude: -10.63, + type: 5, + color: 'Blue', + class: 'O', + }, + { + temperatureInK: 8829, + luminosity: 537493, + radius: 1423, + absoluteMagnitude: -10.73, + type: 5, + color: 'White', + class: 'A', + }, + { + temperatureInK: 9235, + luminosity: 404940, + radius: 1112, + absoluteMagnitude: -11.23, + type: 5, + color: 'White', + class: 'A', + }, + { + temperatureInK: 37882, + luminosity: 294903, + radius: 1783, + absoluteMagnitude: -7.8, + type: 5, + color: 'Blue', + class: 'O', + }, +]; + +export const starsScatterMagnitudeByTemperature = stars.map((star) => ({ + x: star.temperatureInK, + y: star.absoluteMagnitude, + id: star.color + star.type + star.class, +})); + +export const starsScatterMagnitudeByTemperatureByType = stars.reduce( + (acc, star) => { + acc[star.type].data.push({ + x: star.temperatureInK, + y: star.absoluteMagnitude, + id: star.color + star.type + star.class, + }); + return acc; + }, + [ + { + label: 'Brown Dwarf', + // color: 'indianred', + data: [], + }, + { + label: 'Red Dwarf', + // color: 'rosybrown', + data: [], + }, + { + label: 'White Dwarf', + // color: 'silver', + data: [], + }, + { + label: 'Main Sequence', + // color: 'skyblue', + data: [], + }, + { + label: 'Supergiants', + // color: 'coral', + data: [], + }, + { + label: 'Hypergiants', + // color: 'brown', + data: [], + }, + ] as any, +); diff --git a/docs/data/charts/scatter/VoronoiInteraction.tsx b/docs/data/charts/scatter/VoronoiInteraction.tsx index a654f22a66de..61a0768b53e4 100644 --- a/docs/data/charts/scatter/VoronoiInteraction.tsx +++ b/docs/data/charts/scatter/VoronoiInteraction.tsx @@ -5,32 +5,24 @@ import Checkbox from '@mui/material/Checkbox'; import Typography from '@mui/material/Typography'; import Slider from '@mui/material/Slider'; import { ScatterChart } from '@mui/x-charts/ScatterChart'; +import { + spaceWalksRussiaScatter, + spaceWalksUSAScatter, +} from '../dataset/spaceWalks'; +import { + heavyLaunchesScatter, + mediumLaunchesScatter, + smallLaunchesScatter, +} from '../dataset/spaceLaunchesCost'; +import { possibleAsteroidImpactProbabilityBySizeScatter } from '../dataset/possibleAsteroidImpact'; +import { starsScatterMagnitudeByTemperatureByType } from '../dataset/stars'; +import { lifeExpectancyScatterSeries } from '../dataset/lifeExpectancyVSGDP'; -const data = [ - { x1: 529.39, y1: 643.28, x2: 191.29, y2: -46.1, id: 'data-0' }, - { x1: 296.94, y1: 310.5, x2: -60.4, y2: 17.8, id: 'data-1' }, - { x1: 536.35, y1: 375.23, x2: 82.34, y2: 86.32, id: 'data-2' }, - { x1: 359.44, y1: 395.97, x2: 184.85, y2: 125.12, id: 'data-3' }, - { x1: 388.86, y1: 551.77, x2: -17.73, y2: -55.42, id: 'data-4' }, - { x1: 343.86, y1: 243.25, x2: 160.22, y2: -53.49, id: 'data-5' }, - { x1: 402.02, y1: 576.34, x2: 9.5, y2: 109.69, id: 'data-6' }, - { x1: 584.41, y1: 231.51, x2: 58.93, y2: 36.38, id: 'data-7' }, - { x1: 456.76, y1: 431.31, x2: -129.43, y2: 240.72, id: 'data-8' }, - { x1: 343.79, y1: 308.04, x2: 219.02, y2: -179.71, id: 'data-9' }, - { x1: 303.48, y1: 521.77, x2: -184.11, y2: 284.17, id: 'data-10' }, - { x1: 472.39, y1: 320.18, x2: -10.97, y2: -145.04, id: 'data-11' }, - { x1: 223.57, y1: 566.2, x2: 256.4, y2: 218.5, id: 'data-12' }, - { x1: 419.73, y1: 651.45, x2: 35.96, y2: -18.68, id: 'data-13' }, - { x1: 254.99, y1: 494.8, x2: 234.5, y2: 240.9, id: 'data-14' }, - { x1: 334.13, y1: 321.83, x2: 183.8, y2: 73.52, id: 'data-15' }, - { x1: 212.7, y1: 487.7, x2: 70.8, y2: 146.7, id: 'data-16' }, - { x1: 376.51, y1: 334.06, x2: -80.83, y2: -125.47, id: 'data-17' }, - { x1: 265.05, y1: 304.5, x2: -121.07, y2: -49.1, id: 'data-18' }, - { x1: 362.25, y1: 613.07, x2: -136.29, y2: -173.52, id: 'data-19' }, - { x1: 268.88, y1: 274.68, x2: -49.2, y2: 133.2, id: 'data-20' }, - { x1: 295.29, y1: 560.6, x2: 129.1, y2: 222, id: 'data-21' }, - { x1: 590.62, y1: 530.72, x2: -189.99, y2: 288.06, id: 'data-22' }, -]; +const formatter = new Intl.NumberFormat('en-US', { + style: 'currency', + currency: 'USD', + maximumFractionDigits: 0, +}); export default function VoronoiInteraction() { const [voronoiMaxRadius, setVoronoiMaxRadius] = React.useState(25); @@ -50,15 +42,111 @@ export default function VoronoiInteraction() { height={300} disableVoronoi={disableVoronoi} voronoiMaxRadius={undefinedRadius ? undefined : voronoiMaxRadius} - dataset={data} + margin={{ left: 60 }} + yAxis={[ + { + label: 'Life expectancy at birth', + valueFormatter: (value) => `${value} years`, + }, + ]} + xAxis={[ + { + scaleType: 'log', + label: 'GDP per capita', + max: 200_000, + min: 500, + valueFormatter: formatter.format, + }, + ]} + series={lifeExpectancyScatterSeries} + /> + `${value} K`, + reverse: true, + }, + ]} + series={starsScatterMagnitudeByTemperatureByType} + /> + + value < 1 ? `${value * 1000}m` : `${value} km`, + }, + ]} + series={[ + { + label: 'Asteroid', + data: possibleAsteroidImpactProbabilityBySizeScatter, + }, + ]} + /> + `${value}`, + }, + ]} + series={[ + { + label: 'Small', + data: smallLaunchesScatter, + }, + { + label: 'Medium', + data: mediumLaunchesScatter, + }, + { + label: 'Heavy', + data: heavyLaunchesScatter, + }, + ]} + /> + `${value / 60} h`, + }, + ]} + xAxis={[ + { + label: 'Year', + valueFormatter: (value) => `${new Date(value).getFullYear()}`, + }, + ]} series={[ { - label: 'Series A', - data: data.map((v) => ({ x: v.x1, y: v.y1, id: v.id })), + label: 'Russia', + data: spaceWalksRussiaScatter, }, { - label: 'Series B', - data: data.map((v) => ({ x: v.x2, y: v.y2, id: v.id })), + label: 'USA', + data: spaceWalksUSAScatter, }, ]} /> From 80d3a698fdee8b7a786c9413cc1643d3ec252e4e Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Sun, 25 Aug 2024 20:52:35 +0200 Subject: [PATCH 2/9] Add origins --- docs/data/charts/dataset/lifeExpectancyVsGdp.ts | 4 ++-- docs/data/charts/dataset/spaceLaunchesCost.ts | 2 ++ docs/data/charts/dataset/spaceWalks.ts | 2 ++ docs/data/charts/dataset/{stars.ts => starClassification.ts} | 0 docs/data/charts/scatter/VoronoiInteraction.tsx | 4 ++-- 5 files changed, 8 insertions(+), 4 deletions(-) rename docs/data/charts/dataset/{stars.ts => starClassification.ts} (100%) diff --git a/docs/data/charts/dataset/lifeExpectancyVsGdp.ts b/docs/data/charts/dataset/lifeExpectancyVsGdp.ts index 43d8f2ee9d3a..40e2f76ed42f 100644 --- a/docs/data/charts/dataset/lifeExpectancyVsGdp.ts +++ b/docs/data/charts/dataset/lifeExpectancyVsGdp.ts @@ -1,3 +1,5 @@ +// Dataset from https://ourworldindata.org/grapher/life-expectancy-vs-gdp-per-capita + export const lifeExpectancyVsGdpPerCapita = [ { name: 'Afghanistan', @@ -1340,5 +1342,3 @@ export const lifeExpectancyScatterSeries = Object.values( return acc; }, {} as any), ) as any; - -console.log(lifeExpectancyScatterSeries); diff --git a/docs/data/charts/dataset/spaceLaunchesCost.ts b/docs/data/charts/dataset/spaceLaunchesCost.ts index 6aceef47c037..7545695e1308 100644 --- a/docs/data/charts/dataset/spaceLaunchesCost.ts +++ b/docs/data/charts/dataset/spaceLaunchesCost.ts @@ -1,3 +1,5 @@ +// Dataset from https://ourworldindata.org/grapher/cost-space-launches-low-earth-orbit + export const spaceLaunchesCost = [ { name: 'Angara', launchYear: 2014, costPerKG: 4500, launchClass: 'Heavy' }, { name: 'Antares', launchYear: 2013, costPerKG: 13600, launchClass: 'Medium' }, diff --git a/docs/data/charts/dataset/spaceWalks.ts b/docs/data/charts/dataset/spaceWalks.ts index adaaea631dcf..20fe33ae81a2 100644 --- a/docs/data/charts/dataset/spaceWalks.ts +++ b/docs/data/charts/dataset/spaceWalks.ts @@ -1,3 +1,5 @@ +// Dataset from https://www.kaggle.com/datasets/nasa/space-walking-russian-and-us-evas/data + export const spaceWalks = [ { number: 1, diff --git a/docs/data/charts/dataset/stars.ts b/docs/data/charts/dataset/starClassification.ts similarity index 100% rename from docs/data/charts/dataset/stars.ts rename to docs/data/charts/dataset/starClassification.ts diff --git a/docs/data/charts/scatter/VoronoiInteraction.tsx b/docs/data/charts/scatter/VoronoiInteraction.tsx index 61a0768b53e4..12ddfb0048b6 100644 --- a/docs/data/charts/scatter/VoronoiInteraction.tsx +++ b/docs/data/charts/scatter/VoronoiInteraction.tsx @@ -15,8 +15,8 @@ import { smallLaunchesScatter, } from '../dataset/spaceLaunchesCost'; import { possibleAsteroidImpactProbabilityBySizeScatter } from '../dataset/possibleAsteroidImpact'; -import { starsScatterMagnitudeByTemperatureByType } from '../dataset/stars'; -import { lifeExpectancyScatterSeries } from '../dataset/lifeExpectancyVSGDP'; +import { starsScatterMagnitudeByTemperatureByType } from '../dataset/starClassification'; +import { lifeExpectancyScatterSeries } from '../dataset/lifeExpectancyVsGdp'; const formatter = new Intl.NumberFormat('en-US', { style: 'currency', From de9ab5113d61409617c0a0c9b0b897686e8c0afd Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Sun, 25 Aug 2024 21:13:42 +0200 Subject: [PATCH 3/9] update code --- .../data/charts/scatter/VoronoiInteraction.js | 148 ++++++++++++++---- 1 file changed, 118 insertions(+), 30 deletions(-) diff --git a/docs/data/charts/scatter/VoronoiInteraction.js b/docs/data/charts/scatter/VoronoiInteraction.js index 450b16d5d166..091e6b4e4613 100644 --- a/docs/data/charts/scatter/VoronoiInteraction.js +++ b/docs/data/charts/scatter/VoronoiInteraction.js @@ -5,32 +5,24 @@ import Checkbox from '@mui/material/Checkbox'; import Typography from '@mui/material/Typography'; import Slider from '@mui/material/Slider'; import { ScatterChart } from '@mui/x-charts/ScatterChart'; +import { + spaceWalksRussiaScatter, + spaceWalksUSAScatter, +} from '../dataset/spaceWalks'; +import { + heavyLaunchesScatter, + mediumLaunchesScatter, + smallLaunchesScatter, +} from '../dataset/spaceLaunchesCost'; +import { possibleAsteroidImpactProbabilityBySizeScatter } from '../dataset/possibleAsteroidImpact'; +import { starsScatterMagnitudeByTemperatureByType } from '../dataset/starClassification'; +import { lifeExpectancyScatterSeries } from '../dataset/lifeExpectancyVsGdp'; -const data = [ - { x1: 529.39, y1: 643.28, x2: 191.29, y2: -46.1, id: 'data-0' }, - { x1: 296.94, y1: 310.5, x2: -60.4, y2: 17.8, id: 'data-1' }, - { x1: 536.35, y1: 375.23, x2: 82.34, y2: 86.32, id: 'data-2' }, - { x1: 359.44, y1: 395.97, x2: 184.85, y2: 125.12, id: 'data-3' }, - { x1: 388.86, y1: 551.77, x2: -17.73, y2: -55.42, id: 'data-4' }, - { x1: 343.86, y1: 243.25, x2: 160.22, y2: -53.49, id: 'data-5' }, - { x1: 402.02, y1: 576.34, x2: 9.5, y2: 109.69, id: 'data-6' }, - { x1: 584.41, y1: 231.51, x2: 58.93, y2: 36.38, id: 'data-7' }, - { x1: 456.76, y1: 431.31, x2: -129.43, y2: 240.72, id: 'data-8' }, - { x1: 343.79, y1: 308.04, x2: 219.02, y2: -179.71, id: 'data-9' }, - { x1: 303.48, y1: 521.77, x2: -184.11, y2: 284.17, id: 'data-10' }, - { x1: 472.39, y1: 320.18, x2: -10.97, y2: -145.04, id: 'data-11' }, - { x1: 223.57, y1: 566.2, x2: 256.4, y2: 218.5, id: 'data-12' }, - { x1: 419.73, y1: 651.45, x2: 35.96, y2: -18.68, id: 'data-13' }, - { x1: 254.99, y1: 494.8, x2: 234.5, y2: 240.9, id: 'data-14' }, - { x1: 334.13, y1: 321.83, x2: 183.8, y2: 73.52, id: 'data-15' }, - { x1: 212.7, y1: 487.7, x2: 70.8, y2: 146.7, id: 'data-16' }, - { x1: 376.51, y1: 334.06, x2: -80.83, y2: -125.47, id: 'data-17' }, - { x1: 265.05, y1: 304.5, x2: -121.07, y2: -49.1, id: 'data-18' }, - { x1: 362.25, y1: 613.07, x2: -136.29, y2: -173.52, id: 'data-19' }, - { x1: 268.88, y1: 274.68, x2: -49.2, y2: 133.2, id: 'data-20' }, - { x1: 295.29, y1: 560.6, x2: 129.1, y2: 222, id: 'data-21' }, - { x1: 590.62, y1: 530.72, x2: -189.99, y2: 288.06, id: 'data-22' }, -]; +const formatter = new Intl.NumberFormat('en-US', { + style: 'currency', + currency: 'USD', + maximumFractionDigits: 0, +}); export default function VoronoiInteraction() { const [voronoiMaxRadius, setVoronoiMaxRadius] = React.useState(25); @@ -50,15 +42,111 @@ export default function VoronoiInteraction() { height={300} disableVoronoi={disableVoronoi} voronoiMaxRadius={undefinedRadius ? undefined : voronoiMaxRadius} - dataset={data} + margin={{ left: 60 }} + yAxis={[ + { + label: 'Life expectancy at birth', + valueFormatter: (value) => `${value} years`, + }, + ]} + xAxis={[ + { + scaleType: 'log', + label: 'GDP per capita', + max: 200_000, + min: 500, + valueFormatter: formatter.format, + }, + ]} + series={lifeExpectancyScatterSeries} + /> + `${value} K`, + reverse: true, + }, + ]} + series={starsScatterMagnitudeByTemperatureByType} + /> + + value < 1 ? `${value * 1000}m` : `${value} km`, + }, + ]} + series={[ + { + label: 'Asteroid', + data: possibleAsteroidImpactProbabilityBySizeScatter, + }, + ]} + /> + `${value}`, + }, + ]} + series={[ + { + label: 'Small', + data: smallLaunchesScatter, + }, + { + label: 'Medium', + data: mediumLaunchesScatter, + }, + { + label: 'Heavy', + data: heavyLaunchesScatter, + }, + ]} + /> + `${value / 60} h`, + }, + ]} + xAxis={[ + { + label: 'Year', + valueFormatter: (value) => `${new Date(value).getFullYear()}`, + }, + ]} series={[ { - label: 'Series A', - data: data.map((v) => ({ x: v.x1, y: v.y1, id: v.id })), + label: 'Russia', + data: spaceWalksRussiaScatter, }, { - label: 'Series B', - data: data.map((v) => ({ x: v.x2, y: v.y2, id: v.id })), + label: 'USA', + data: spaceWalksUSAScatter, }, ]} /> From 5daa2b9b6c456de105459ae0d97c9fb01c7be8ae Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Wed, 9 Oct 2024 18:15:20 +0200 Subject: [PATCH 4/9] add volcano dataset --- docs/data/charts/dataset/volcanoEruptions.ts | 2249 ++++++++++++++++++ 1 file changed, 2249 insertions(+) create mode 100644 docs/data/charts/dataset/volcanoEruptions.ts diff --git a/docs/data/charts/dataset/volcanoEruptions.ts b/docs/data/charts/dataset/volcanoEruptions.ts new file mode 100644 index 000000000000..cce925bdf9d6 --- /dev/null +++ b/docs/data/charts/dataset/volcanoEruptions.ts @@ -0,0 +1,2249 @@ +export const volcanoEruptions = [ + { + name: 'San Cristobal', + timesErupted: 35, + lastEruption: '2024-7-5', + firstRecordedEruption: '1528', + longestEruptionInDays: 545, + }, + { + name: 'Ambae', + timesErupted: 11, + lastEruption: '2024-6-29', + firstRecordedEruption: '1530', + longestEruptionInDays: 419, + }, + { + name: 'Karymsky', + timesErupted: 54, + lastEruption: '2024-6-20', + firstRecordedEruption: '-6600', + longestEruptionInDays: 5250, + }, + { + name: 'Home Reef', + timesErupted: 6, + lastEruption: '2024-6-10', + firstRecordedEruption: '1852', + longestEruptionInDays: 37, + }, + { + name: 'Kanlaon', + timesErupted: 30, + lastEruption: '2024-6-3', + firstRecordedEruption: '1866', + longestEruptionInDays: 206, + }, + { + name: 'Kilauea', + timesErupted: 73, + lastEruption: '2024-6-3', + firstRecordedEruption: '-4650', + longestEruptionInDays: 717, + }, + { + name: 'Kerinci', + timesErupted: 38, + lastEruption: '2024-5-28', + firstRecordedEruption: '1838', + longestEruptionInDays: 1149, + }, + { + name: 'Dempo', + timesErupted: 31, + lastEruption: '2024-5-27', + firstRecordedEruption: '1817-12-31', + longestEruptionInDays: 236, + }, + { + name: 'Suoh', + timesErupted: 2, + lastEruption: '2024-5-24', + firstRecordedEruption: '1933-7-10', + longestEruptionInDays: 26, + }, + { + name: 'Whakaari/White Island', + timesErupted: 37, + lastEruption: '2024-5-24', + firstRecordedEruption: '1826-12-1', + longestEruptionInDays: 3098, + }, + { + name: 'Ubinas', + timesErupted: 25, + lastEruption: '2024-5-6', + firstRecordedEruption: '-8560', + longestEruptionInDays: 1196, + }, + { + name: 'Ruang', + timesErupted: 13, + lastEruption: '2024-4-16', + firstRecordedEruption: '1808', + longestEruptionInDays: 400, + }, + { + name: 'Taal', + timesErupted: 39, + lastEruption: '2024-4-12', + firstRecordedEruption: '-3580', + longestEruptionInDays: 203, + }, + { + name: 'Atka Volcanic Complex', + timesErupted: 10, + lastEruption: '2024-3-27', + firstRecordedEruption: '1812', + longestEruptionInDays: 97, + }, + { + name: 'Barren Island', + timesErupted: 18, + lastEruption: '2024-3-15', + firstRecordedEruption: '-8060', + longestEruptionInDays: 1223, + }, + { + name: 'Fernandina', + timesErupted: 33, + lastEruption: '2024-3-2', + firstRecordedEruption: '950', + longestEruptionInDays: 179, + }, + { + name: 'Ambrym', + timesErupted: 56, + lastEruption: '2024-1-13', + firstRecordedEruption: '50', + longestEruptionInDays: 3860, + }, + { + name: 'Ahyi', + timesErupted: 10, + lastEruption: '2024-1-1', + firstRecordedEruption: '1934-7-15', + longestEruptionInDays: 204, + }, + { + name: 'Lewotobi', + timesErupted: 23, + lastEruption: '2023-12-23', + firstRecordedEruption: '1675', + longestEruptionInDays: 600, + }, + { + name: 'Kanaga', + timesErupted: 18, + lastEruption: '2023-12-18', + firstRecordedEruption: '-7300', + longestEruptionInDays: 325, + }, + { + name: 'Tengger Caldera', + timesErupted: 67, + lastEruption: '2023-12-13', + firstRecordedEruption: '-5260', + longestEruptionInDays: 366, + }, + { + name: 'Marapi', + timesErupted: 68, + lastEruption: '2023-12-3', + firstRecordedEruption: '1770', + longestEruptionInDays: 2765, + }, + { + name: 'Poas', + timesErupted: 61, + lastEruption: '2023-12-1', + firstRecordedEruption: '-7920', + longestEruptionInDays: 3288, + }, + { + name: 'Purace', + timesErupted: 27, + lastEruption: '2023-11-16', + firstRecordedEruption: '-160', + longestEruptionInDays: 24, + }, + { + name: 'Ioto', + timesErupted: 26, + lastEruption: '2023-10-18', + firstRecordedEruption: '-850', + longestEruptionInDays: 153, + }, + { + name: 'Ruby', + timesErupted: 3, + lastEruption: '2023-9-14', + firstRecordedEruption: '1966-4-21', + longestEruptionInDays: 25, + }, + { + name: 'Ulawun', + timesErupted: 46, + lastEruption: '2023-7-18', + firstRecordedEruption: '1700-3-11', + longestEruptionInDays: 840, + }, + { + name: 'Shishaldin', + timesErupted: 40, + lastEruption: '2023-7-11', + firstRecordedEruption: '-7550', + longestEruptionInDays: 518, + }, + { + name: 'Fagradalsfjall', + timesErupted: 3, + lastEruption: '2023-7-10', + firstRecordedEruption: '2021-3-19', + longestEruptionInDays: 182, + }, + { + name: 'Klyuchevskoy', + timesErupted: 110, + lastEruption: '2023-6-22', + firstRecordedEruption: '-3950', + longestEruptionInDays: 1051, + }, + { + name: 'Mayon', + timesErupted: 64, + lastEruption: '2023-4-27', + firstRecordedEruption: '-3100', + longestEruptionInDays: 637, + }, + { + name: 'East Epi', + timesErupted: 9, + lastEruption: '2023-1-31', + firstRecordedEruption: '1920-1-22', + longestEruptionInDays: 61, + }, + { + name: 'Chikurachki', + timesErupted: 28, + lastEruption: '2023-1-28', + firstRecordedEruption: '-9360', + longestEruptionInDays: 273, + }, + { + name: 'Lascar', + timesErupted: 32, + lastEruption: '2022-12-10', + firstRecordedEruption: '-7250', + longestEruptionInDays: 2997, + }, + { + name: 'Etna', + timesErupted: 147, + lastEruption: '2022-11-27', + firstRecordedEruption: '-6190', + longestEruptionInDays: 5019, + }, + { + name: 'San Miguel', + timesErupted: 41, + lastEruption: '2022-11-15', + firstRecordedEruption: '1510', + longestEruptionInDays: 210, + }, + { + name: 'Cotopaxi', + timesErupted: 85, + lastEruption: '2022-10-21', + firstRecordedEruption: '-7690', + longestEruptionInDays: 257, + }, + { + name: 'Chirinkotan', + timesErupted: 11, + lastEruption: '2022-10-7', + firstRecordedEruption: '1884', + longestEruptionInDays: 543, + }, + { + name: 'Nishinoshima', + timesErupted: 7, + lastEruption: '2022-10-1', + firstRecordedEruption: '1973-4-12', + longestEruptionInDays: 727, + }, + { + name: 'Alaid', + timesErupted: 15, + lastEruption: '2022-9-10', + firstRecordedEruption: '1790', + longestEruptionInDays: 317, + }, + { + name: 'Kaitoku Seamount', + timesErupted: 2, + lastEruption: '2022-8-18', + firstRecordedEruption: '1984-3-8', + longestEruptionInDays: 161, + }, + { + name: 'Turrialba', + timesErupted: 21, + lastEruption: '2022-7-17', + firstRecordedEruption: '-7260', + longestEruptionInDays: 117, + }, + { + name: 'Ebeko', + timesErupted: 20, + lastEruption: '2022-6-11', + firstRecordedEruption: '-390', + longestEruptionInDays: 1845, + }, + { + name: 'Bulusan', + timesErupted: 24, + lastEruption: '2022-6-5', + firstRecordedEruption: '-3050', + longestEruptionInDays: 358, + }, + { + name: 'Raung', + timesErupted: 68, + lastEruption: '2022-5-14', + firstRecordedEruption: '1593', + longestEruptionInDays: 804, + }, + { + name: 'Gaua', + timesErupted: 18, + lastEruption: '2022-5-3', + firstRecordedEruption: '1962-7-16', + longestEruptionInDays: 265, + }, + { + name: 'Sangeang Api', + timesErupted: 20, + lastEruption: '2022-2-17', + firstRecordedEruption: '1715', + longestEruptionInDays: 931, + }, + { + name: 'Wolf', + timesErupted: 16, + lastEruption: '2022-1-6', + firstRecordedEruption: '150', + longestEruptionInDays: 349, + }, + { + name: "Hunga Tonga-Hunga Ha'apai", + timesErupted: 7, + lastEruption: '2021-12-20', + firstRecordedEruption: '1110', + longestEruptionInDays: 34, + }, + { + name: 'Pinatubo', + timesErupted: 9, + lastEruption: '2021-11-30', + firstRecordedEruption: '-7460', + longestEruptionInDays: 153, + }, + { + name: 'Iliwerung', + timesErupted: 14, + lastEruption: '2021-11-28', + firstRecordedEruption: '1870', + longestEruptionInDays: 260, + }, + { + name: 'Asosan', + timesErupted: 172, + lastEruption: '2021-10-14', + firstRecordedEruption: '-8050', + longestEruptionInDays: 945, + }, + { + name: 'La Palma', + timesErupted: 14, + lastEruption: '2021-9-19', + firstRecordedEruption: '-6050', + longestEruptionInDays: 85, + }, + { + name: 'Fukutoku-Oka-no-Ba', + timesErupted: 10, + lastEruption: '2021-8-13', + firstRecordedEruption: '1904-11-14', + longestEruptionInDays: 324, + }, + { + name: 'Pavlof', + timesErupted: 45, + lastEruption: '2021-8-5', + firstRecordedEruption: '1762', + longestEruptionInDays: 1079, + }, + { + name: 'Pagan', + timesErupted: 21, + lastEruption: '2021-7-29', + firstRecordedEruption: '1340', + longestEruptionInDays: 1447, + }, + { + name: 'Sirung', + timesErupted: 11, + lastEruption: '2021-7-21', + firstRecordedEruption: '1934-6-14', + longestEruptionInDays: 240, + }, + { + name: 'Copahue', + timesErupted: 20, + lastEruption: '2021-7-2', + firstRecordedEruption: '-6820', + longestEruptionInDays: 551, + }, + { + name: 'Rincon de la Vieja', + timesErupted: 30, + lastEruption: '2021-6-28', + firstRecordedEruption: '-1820', + longestEruptionInDays: 1145, + }, + { + name: 'Krakatau', + timesErupted: 57, + lastEruption: '2021-5-25', + firstRecordedEruption: '250', + longestEruptionInDays: 1293, + }, + { + name: 'Great Sitkin', + timesErupted: 9, + lastEruption: '2021-5-25', + firstRecordedEruption: '1792-5-26', + longestEruptionInDays: 1179, + }, + { + name: 'Dieng Volcanic Complex', + timesErupted: 29, + lastEruption: '2021-4-29', + firstRecordedEruption: '-6590', + longestEruptionInDays: 82, + }, + { + name: 'Telica', + timesErupted: 46, + lastEruption: '2021-4-21', + firstRecordedEruption: '1527', + longestEruptionInDays: 1038, + }, + { + name: 'Veniaminof', + timesErupted: 24, + lastEruption: '2021-2-28', + firstRecordedEruption: '-1750', + longestEruptionInDays: 425, + }, + { + name: 'Semisopochnoi', + timesErupted: 6, + lastEruption: '2021-2-2', + firstRecordedEruption: '1873', + longestEruptionInDays: 821, + }, + { + name: 'Merapi', + timesErupted: 106, + lastEruption: '2020-12-31', + firstRecordedEruption: '-8780', + longestEruptionInDays: 4544, + }, + { + name: 'Soufriere St. Vincent', + timesErupted: 22, + lastEruption: '2020-12-27', + firstRecordedEruption: '-2380', + longestEruptionInDays: 328, + }, + { + name: 'Lewotolok', + timesErupted: 10, + lastEruption: '2020-11-27', + firstRecordedEruption: '1660', + longestEruptionInDays: 1326, + }, + { + name: 'Kikai', + timesErupted: 26, + lastEruption: '2020-10-6', + firstRecordedEruption: '-4350', + longestEruptionInDays: 478, + }, + { + name: 'Kuchinoerabujima', + timesErupted: 29, + lastEruption: '2020-8-29', + firstRecordedEruption: '-9520', + longestEruptionInDays: 122, + }, + { + name: 'Sinabung', + timesErupted: 5, + lastEruption: '2020-8-8', + firstRecordedEruption: '810', + longestEruptionInDays: 1741, + }, + { + name: 'Cleveland', + timesErupted: 22, + lastEruption: '2020-6-1', + firstRecordedEruption: '1893', + longestEruptionInDays: 1491, + }, + { + name: 'Soputan', + timesErupted: 41, + lastEruption: '2020-3-23', + firstRecordedEruption: '1450', + longestEruptionInDays: 1957, + }, + { + name: 'Sarychev Peak', + timesErupted: 20, + lastEruption: '2020-2-29', + firstRecordedEruption: '1765', + longestEruptionInDays: 636, + }, + { + name: 'Lateiki', + timesErupted: 10, + lastEruption: '2019-10-13', + firstRecordedEruption: '1781', + longestEruptionInDays: 72, + }, + { + name: 'Asamayama', + timesErupted: 129, + lastEruption: '2019-8-7', + firstRecordedEruption: '-7200', + longestEruptionInDays: 1972, + }, + { + name: 'Unnamed', + timesErupted: 9, + lastEruption: '2019-8-6', + firstRecordedEruption: '1907-7', + longestEruptionInDays: 8, + }, + { + name: 'Tangkuban Parahu', + timesErupted: 21, + lastEruption: '2019-7-26', + firstRecordedEruption: '-8020', + longestEruptionInDays: 129, + }, + { + name: 'Raikoke', + timesErupted: 4, + lastEruption: '2019-6-22', + firstRecordedEruption: '1765', + longestEruptionInDays: 9, + }, + { + name: 'Colima', + timesErupted: 79, + lastEruption: '2019-5-11', + firstRecordedEruption: '-7690', + longestEruptionInDays: 4958, + }, + { + name: 'Sangay', + timesErupted: 11, + lastEruption: '2019-3-26', + firstRecordedEruption: '1628-10', + longestEruptionInDays: 27965, + }, + { + name: 'Tinakula', + timesErupted: 24, + lastEruption: '2018-12-8', + firstRecordedEruption: '-1050', + longestEruptionInDays: 2044, + }, + { + name: 'Planchon-Peteroa', + timesErupted: 20, + lastEruption: '2018-11-7', + firstRecordedEruption: '-5080', + longestEruptionInDays: 180, + }, + { + name: 'Gamalama', + timesErupted: 67, + lastEruption: '2018-10-4', + firstRecordedEruption: '1510', + longestEruptionInDays: 408, + }, + { + name: 'Mayotte', + timesErupted: 4, + lastEruption: '2018-7-3', + firstRecordedEruption: '-4050', + longestEruptionInDays: 413, + }, + { + name: 'Manam', + timesErupted: 41, + lastEruption: '2018-5-10', + firstRecordedEruption: '1616-7-6', + longestEruptionInDays: 2290, + }, + { + name: 'Nyamulagira', + timesErupted: 48, + lastEruption: '2018-4-18', + firstRecordedEruption: '1550', + longestEruptionInDays: 2312, + }, + { + name: 'Kirishimayama', + timesErupted: 78, + lastEruption: '2018-3-1', + firstRecordedEruption: '-7050', + longestEruptionInDays: 346, + }, + { + name: 'Kusatsu-Shiranesan', + timesErupted: 28, + lastEruption: '2018-1-23', + firstRecordedEruption: '-6550', + longestEruptionInDays: 158, + }, + { + name: 'Agung', + timesErupted: 4, + lastEruption: '2017-11-21', + firstRecordedEruption: '1808', + longestEruptionInDays: 568, + }, + { + name: 'Semeru', + timesErupted: 63, + lastEruption: '2017-6-6', + firstRecordedEruption: '1818-11-8', + longestEruptionInDays: 15172, + }, + { + name: "Kick 'em Jenny", + timesErupted: 15, + lastEruption: '2017-4-29', + firstRecordedEruption: '1000', + longestEruptionInDays: 93, + }, + { + name: 'Aira', + timesErupted: 48, + lastEruption: '2017-3-25', + firstRecordedEruption: '-8050', + longestEruptionInDays: 22228, + }, + { + name: 'Kambalny', + timesErupted: 2, + lastEruption: '2017-3-24', + firstRecordedEruption: '1350', + longestEruptionInDays: 29, + }, + { + name: 'Bezymianny', + timesErupted: 67, + lastEruption: '2016-12-5', + firstRecordedEruption: '-7050', + longestEruptionInDays: 2810, + }, + { + name: 'Zhupanovsky', + timesErupted: 16, + lastEruption: '2016-11-20', + firstRecordedEruption: '-5050', + longestEruptionInDays: 426, + }, + { + name: 'Sabancaya', + timesErupted: 12, + lastEruption: '2016-11-6', + firstRecordedEruption: '-6600', + longestEruptionInDays: 3033, + }, + { + name: 'Rinjani', + timesErupted: 19, + lastEruption: '2016-8-1', + firstRecordedEruption: '-600', + longestEruptionInDays: 386, + }, + { + name: 'Zavodovski', + timesErupted: 2, + lastEruption: '2016-3-30', + firstRecordedEruption: '1819-12', + longestEruptionInDays: 77, + }, + { + name: 'Momotombo', + timesErupted: 19, + lastEruption: '2015-12-1', + firstRecordedEruption: '-2550', + longestEruptionInDays: 127, + }, + { + name: 'Langila', + timesErupted: 26, + lastEruption: '2015-10-22', + firstRecordedEruption: '1878', + longestEruptionInDays: 3212, + }, + { + name: 'Masaya', + timesErupted: 36, + lastEruption: '2015-10-3', + firstRecordedEruption: '-4050', + longestEruptionInDays: 7127, + }, + { + name: 'Tofua', + timesErupted: 11, + lastEruption: '2015-10-2', + firstRecordedEruption: '1774-6', + longestEruptionInDays: 3865, + }, + { + name: 'Lokon-Empung', + timesErupted: 30, + lastEruption: '2015-8-30', + firstRecordedEruption: '1375', + longestEruptionInDays: 1689, + }, + { + name: 'Pacaya', + timesErupted: 32, + lastEruption: '2015-6-7', + firstRecordedEruption: '400', + longestEruptionInDays: 8650, + }, + { + name: 'Axial Seamount', + timesErupted: 12, + lastEruption: '2015-4-23', + firstRecordedEruption: '410', + longestEruptionInDays: 2192, + }, + { + name: 'Calbuco', + timesErupted: 36, + lastEruption: '2015-4-22', + firstRecordedEruption: '-8460', + longestEruptionInDays: 374, + }, + { + name: 'Villarrica', + timesErupted: 152, + lastEruption: '2014-12-2', + firstRecordedEruption: '-7520', + longestEruptionInDays: 3544, + }, + { + name: 'Fogo', + timesErupted: 12, + lastEruption: '2014-11-23', + firstRecordedEruption: '1500', + longestEruptionInDays: 171, + }, + { + name: 'Saunders', + timesErupted: 7, + lastEruption: '2014-11-12', + firstRecordedEruption: '1819-12-29', + longestEruptionInDays: 4935, + }, + { + name: 'Monowai', + timesErupted: 25, + lastEruption: '2014-10-16', + firstRecordedEruption: '1977-4-16', + longestEruptionInDays: 525, + }, + { + name: 'Ontakesan', + timesErupted: 4, + lastEruption: '2014-9-27', + firstRecordedEruption: '1979-10-28', + longestEruptionInDays: 179, + }, + { + name: 'Rabaul', + timesErupted: 19, + lastEruption: '2014-7-7', + firstRecordedEruption: '683', + longestEruptionInDays: 2107, + }, + { + name: 'Slamet', + timesErupted: 42, + lastEruption: '2014-3-8', + firstRecordedEruption: '1772-8-11', + longestEruptionInDays: 193, + }, + { + name: 'Kelud', + timesErupted: 37, + lastEruption: '2014-2-13', + firstRecordedEruption: '-230', + longestEruptionInDays: 182, + }, + { + name: 'Kavachi', + timesErupted: 31, + lastEruption: '2014-1-29', + firstRecordedEruption: '1939-4-30', + longestEruptionInDays: 1368, + }, + { + name: 'Zubair Group', + timesErupted: 3, + lastEruption: '2013-9-28', + firstRecordedEruption: '1824', + longestEruptionInDays: 53, + }, + { + name: 'Etorofu-Yakeyama [Grozny Group]', + timesErupted: 7, + lastEruption: '2013-2-16', + firstRecordedEruption: '1968-2-16', + longestEruptionInDays: 94, + }, + { + name: 'Tungurahua', + timesErupted: 31, + lastEruption: '2012-12-14', + firstRecordedEruption: '-7750', + longestEruptionInDays: 3564, + }, + { + name: 'Tolbachik', + timesErupted: 58, + lastEruption: '2012-11-27', + firstRecordedEruption: '-7600', + longestEruptionInDays: 531, + }, + { + name: 'Tongariro', + timesErupted: 76, + lastEruption: '2012-11-21', + firstRecordedEruption: '-9850', + longestEruptionInDays: 634, + }, + { + name: 'Chirpoi', + timesErupted: 9, + lastEruption: '2012-11-11', + firstRecordedEruption: '1712-12-31', + longestEruptionInDays: 1437, + }, + { + name: 'Paluweh', + timesErupted: 9, + lastEruption: '2012-10-8', + firstRecordedEruption: '1650', + longestEruptionInDays: 805, + }, + { + name: 'Heard', + timesErupted: 11, + lastEruption: '2012-9-5', + firstRecordedEruption: '1910-3', + longestEruptionInDays: 4363, + }, + { + name: 'Galeras', + timesErupted: 36, + lastEruption: '2012-5-13', + firstRecordedEruption: '-7050', + longestEruptionInDays: 3286, + }, + { + name: 'Witori', + timesErupted: 19, + lastEruption: '2012-5-3', + firstRecordedEruption: '-7510', + longestEruptionInDays: 235, + }, + { + name: 'Grimsvotn', + timesErupted: 76, + lastEruption: '2011-5-21', + firstRecordedEruption: '-8230', + longestEruptionInDays: 90, + }, + { + name: 'Kizimen', + timesErupted: 11, + lastEruption: '2010-11-11', + firstRecordedEruption: '-8050', + longestEruptionInDays: 1036, + }, + { + name: 'Ekarma', + timesErupted: 3, + lastEruption: '2010-6-30', + firstRecordedEruption: '1767', + longestEruptionInDays: 41, + }, + { + name: 'Gorely', + timesErupted: 50, + lastEruption: '2010-6-6', + firstRecordedEruption: '-7400', + longestEruptionInDays: 778, + }, + { + name: 'Miyakejima', + timesErupted: 39, + lastEruption: '2010-4-10', + firstRecordedEruption: '-6450', + longestEruptionInDays: 682, + }, + { + name: 'Eyjafjallajokull', + timesErupted: 5, + lastEruption: '2010-3-20', + firstRecordedEruption: '550', + longestEruptionInDays: 377, + }, + { + name: 'Manda Hararo', + timesErupted: 2, + lastEruption: '2009-6-28', + firstRecordedEruption: '2007-8-12', + longestEruptionInDays: 3, + }, + { + name: 'Redoubt', + timesErupted: 97, + lastEruption: '2009-3-15', + firstRecordedEruption: '-9310', + longestEruptionInDays: 187, + }, + { + name: 'Koryaksky', + timesErupted: 7, + lastEruption: '2008-12-23', + firstRecordedEruption: '-5050', + longestEruptionInDays: 246, + }, + { + name: 'Akan', + timesErupted: 35, + lastEruption: '2008-11-18', + firstRecordedEruption: '-7050', + longestEruptionInDays: 227, + }, + { + name: 'Kasatochi', + timesErupted: 2, + lastEruption: '2008-8-7', + firstRecordedEruption: '1760', + longestEruptionInDays: 2, + }, + { + name: 'Reventador', + timesErupted: 26, + lastEruption: '2008-7-27', + firstRecordedEruption: '1541-4', + longestEruptionInDays: 5864, + }, + { + name: 'Krummel-Garbuna-Welcker', + timesErupted: 4, + lastEruption: '2008-7-13', + firstRecordedEruption: '150', + longestEruptionInDays: 83, + }, + { + name: 'Okmok', + timesErupted: 18, + lastEruption: '2008-7-12', + firstRecordedEruption: '-6310', + longestEruptionInDays: 464, + }, + { + name: 'Rumble III', + timesErupted: 6, + lastEruption: '2008-7-2', + firstRecordedEruption: '1958-7-9', + longestEruptionInDays: 1454, + }, + { + name: 'Chaiten', + timesErupted: 5, + lastEruption: '2008-5-2', + firstRecordedEruption: '-7750', + longestEruptionInDays: 1124, + }, + { + name: 'Egon', + timesErupted: 4, + lastEruption: '2008-4-15', + firstRecordedEruption: '2004-1-29', + longestEruptionInDays: 75, + }, + { + name: 'Ibu', + timesErupted: 5, + lastEruption: '2008-4-5', + firstRecordedEruption: '1911-8-30', + longestEruptionInDays: 5977, + }, + { + name: 'Llaima', + timesErupted: 56, + lastEruption: '2008-1-1', + firstRecordedEruption: '-7410', + longestEruptionInDays: 756, + }, + { + name: 'Talang', + timesErupted: 13, + lastEruption: '2007-11-27', + firstRecordedEruption: '1833-10', + longestEruptionInDays: 97, + }, + { + name: 'Anatahan', + timesErupted: 4, + lastEruption: '2007-11-27', + firstRecordedEruption: '2003-5-10', + longestEruptionInDays: 509, + }, + { + name: 'Ruapehu', + timesErupted: 64, + lastEruption: '2007-9-25', + firstRecordedEruption: '-9850', + longestEruptionInDays: 550, + }, + { + name: 'Gamkonora', + timesErupted: 13, + lastEruption: '2007-7-8', + firstRecordedEruption: '1564-12-31', + longestEruptionInDays: 142, + }, + { + name: 'Ritter Island', + timesErupted: 8, + lastEruption: '2007-5-19', + firstRecordedEruption: '1700-4-3', + longestEruptionInDays: 3, + }, + { + name: 'Lopevi', + timesErupted: 30, + lastEruption: '2007-4-21', + firstRecordedEruption: '1863', + longestEruptionInDays: 794, + }, + { + name: 'Karthala', + timesErupted: 34, + lastEruption: '2007-1-12', + firstRecordedEruption: '1050', + longestEruptionInDays: 55, + }, + { + name: 'Augustine', + timesErupted: 22, + lastEruption: '2005-12-9', + firstRecordedEruption: '-5420', + longestEruptionInDays: 477, + }, + { + name: 'Dabbahu', + timesErupted: 4, + lastEruption: '2005-9-26', + firstRecordedEruption: '-5850', + longestEruptionInDays: 3, + }, + { + name: 'Northern EPR at 9.8°N', + timesErupted: 17, + lastEruption: '2005-8-16', + firstRecordedEruption: '-5050', + longestEruptionInDays: 153, + }, + { + name: 'McDonald Islands', + timesErupted: 4, + lastEruption: '2005-7-12', + firstRecordedEruption: '1992-12-16', + longestEruptionInDays: 55, + }, + { + name: 'Santa Ana', + timesErupted: 13, + lastEruption: '2005-6-16', + firstRecordedEruption: '1521-12-31', + longestEruptionInDays: 107, + }, + { + name: 'Soufriere Hills', + timesErupted: 9, + lastEruption: '2005-4-15', + firstRecordedEruption: '-8050', + longestEruptionInDays: 3004, + }, + { + name: 'Popocatepetl', + timesErupted: 41, + lastEruption: '2005-1-9', + firstRecordedEruption: '-7150', + longestEruptionInDays: 7158, + }, + { + name: 'Suwanosejima', + timesErupted: 24, + lastEruption: '2004-10-23', + firstRecordedEruption: '1600', + longestEruptionInDays: 10042, + }, + { + name: 'St. Helens', + timesErupted: 40, + lastEruption: '2004-10-1', + firstRecordedEruption: '-2340', + longestEruptionInDays: 2406, + }, + { + name: 'Awu', + timesErupted: 16, + lastEruption: '2004-6-2', + firstRecordedEruption: '1646', + longestEruptionInDays: 75, + }, + { + name: 'Tokachidake', + timesErupted: 27, + lastEruption: '2004-2-25', + firstRecordedEruption: '-2650', + longestEruptionInDays: 156, + }, + { + name: 'Leroboleng', + timesErupted: 4, + lastEruption: '2003-6-26', + firstRecordedEruption: '1873', + longestEruptionInDays: 33, + }, + { + name: "Vailulu'u", + timesErupted: 3, + lastEruption: '2003-4-16', + firstRecordedEruption: '1973-7-10', + longestEruptionInDays: 20, + }, + { + name: 'Guagua Pichincha', + timesErupted: 33, + lastEruption: '2002-10-11', + firstRecordedEruption: '-7000', + longestEruptionInDays: 1022, + }, + { + name: 'Izu-Torishima', + timesErupted: 6, + lastEruption: '2002-8-12', + firstRecordedEruption: '1871-4', + longestEruptionInDays: 131, + }, + { + name: 'Nyiragongo', + timesErupted: 19, + lastEruption: '2002-5-17', + firstRecordedEruption: '1884', + longestEruptionInDays: 18197, + }, + { + name: 'Fuego', + timesErupted: 61, + lastEruption: '2002-1-4', + firstRecordedEruption: '-1580', + longestEruptionInDays: 8259, + }, + { + name: 'Avachinsky', + timesErupted: 55, + lastEruption: '2001-10-5', + firstRecordedEruption: '-6100', + longestEruptionInDays: 352, + }, + { + name: 'Inielika', + timesErupted: 2, + lastEruption: '2001-1-11', + firstRecordedEruption: '1905-11', + longestEruptionInDays: 64, + }, + { + name: 'Peuet Sague', + timesErupted: 7, + lastEruption: '2000-12-25', + firstRecordedEruption: '1918', + longestEruptionInDays: 51, + }, + { + name: 'Hokkaido-Komagatake', + timesErupted: 19, + lastEruption: '2000-9-4', + firstRecordedEruption: '-4600', + longestEruptionInDays: 81, + }, + { + name: 'Kaba', + timesErupted: 11, + lastEruption: '2000-8-22', + firstRecordedEruption: '1833-11-24', + longestEruptionInDays: 396, + }, + { + name: 'Mutnovsky', + timesErupted: 45, + lastEruption: '2000-6-30', + firstRecordedEruption: '-7550', + longestEruptionInDays: 85, + }, + { + name: 'Cameroon', + timesErupted: 19, + lastEruption: '?-2000-5', + firstRecordedEruption: '-450', + longestEruptionInDays: 123, + }, + { + name: 'Toya', + timesErupted: 13, + lastEruption: '2000-3-31', + firstRecordedEruption: '-6550', + longestEruptionInDays: 1682, + }, + { + name: 'Bagana', + timesErupted: 25, + lastEruption: '2000-2-28', + firstRecordedEruption: '1842-3-15', + longestEruptionInDays: 8928, + }, + { + name: 'Hekla', + timesErupted: 65, + lastEruption: '2000-2-26', + firstRecordedEruption: '-5850', + longestEruptionInDays: 213, + }, + { + name: 'Moyorodake [Medvezhia]', + timesErupted: 5, + lastEruption: '1999-10-7', + firstRecordedEruption: '-50', + longestEruptionInDays: 6, + }, + { + name: 'Sheveluch', + timesErupted: 102, + lastEruption: '1999-8-15', + firstRecordedEruption: '-8500', + longestEruptionInDays: 9133, + }, + { + name: 'Ijen', + timesErupted: 9, + lastEruption: '1999-6-28', + firstRecordedEruption: '-640', + longestEruptionInDays: 34, + }, + { + name: 'Batur', + timesErupted: 25, + lastEruption: '1999-3-15', + firstRecordedEruption: '1804', + longestEruptionInDays: 458, + }, + { + name: 'Terceira', + timesErupted: 15, + lastEruption: '1998-11-25', + firstRecordedEruption: '-6720', + longestEruptionInDays: 476, + }, + { + name: 'Niigata-Yakeyama', + timesErupted: 20, + lastEruption: '1998-3-30', + firstRecordedEruption: '-1900', + longestEruptionInDays: 82, + }, + { + name: 'Akita-Yakeyama', + timesErupted: 16, + lastEruption: '1997-8-16', + firstRecordedEruption: '-3050', + longestEruptionInDays: 2, + }, + { + name: 'Adatarayama', + timesErupted: 12, + lastEruption: '1996-9-1', + firstRecordedEruption: '-8050', + longestEruptionInDays: 80, + }, + { + name: 'North Gorda Ridge Segment', + timesErupted: 3, + lastEruption: '1996-2-28', + firstRecordedEruption: '-4840', + longestEruptionInDays: 16, + }, + { + name: "Kama'ehuakanaloa", + timesErupted: 4, + lastEruption: '1996-2-25', + firstRecordedEruption: '-7050', + longestEruptionInDays: 165, + }, + { + name: 'Unzendake', + timesErupted: 11, + lastEruption: '1996-2-10', + firstRecordedEruption: '-4050', + longestEruptionInDays: 1551, + }, + { + name: 'Kujusan', + timesErupted: 13, + lastEruption: '1995-10-11', + firstRecordedEruption: '-9160', + longestEruptionInDays: 164, + }, + { + name: 'Yakedake', + timesErupted: 38, + lastEruption: '1995-2-11', + firstRecordedEruption: '-7450', + longestEruptionInDays: 541, + }, + { + name: 'Makushin', + timesErupted: 19, + lastEruption: '1995-1-30', + firstRecordedEruption: '-6650', + longestEruptionInDays: 156, + }, + { + name: 'Long Island', + timesErupted: 11, + lastEruption: '1993-11-3', + firstRecordedEruption: '-2040', + longestEruptionInDays: 318, + }, + { + name: 'Iliboleng', + timesErupted: 20, + lastEruption: '1993-6-16', + firstRecordedEruption: '1885-9', + longestEruptionInDays: 365, + }, + { + name: 'Seguam', + timesErupted: 11, + lastEruption: '1993-5-28', + firstRecordedEruption: '-7300', + longestEruptionInDays: 95, + }, + { + name: 'Socorro', + timesErupted: 3, + lastEruption: '1993-1-29', + firstRecordedEruption: '-3090', + longestEruptionInDays: 391, + }, + { + name: 'Akutan', + timesErupted: 40, + lastEruption: '1992-12-18', + firstRecordedEruption: '-7620', + longestEruptionInDays: 222, + }, + { + name: 'Spurr', + timesErupted: 7, + lastEruption: '1992-6-27', + firstRecordedEruption: '-6050', + longestEruptionInDays: 82, + }, + { + name: 'Westdahl', + timesErupted: 7, + lastEruption: '1991-11-29', + firstRecordedEruption: '1795', + longestEruptionInDays: 45, + }, + { + name: 'Ranakah', + timesErupted: 2, + lastEruption: '1991-3-16', + firstRecordedEruption: '1987-12-28', + longestEruptionInDays: 474, + }, + { + name: 'Izu-Oshima', + timesErupted: 99, + lastEruption: '1990-10-4', + firstRecordedEruption: '-8450', + longestEruptionInDays: 1216, + }, + { + name: 'Kiska', + timesErupted: 4, + lastEruption: '1990-6-1', + firstRecordedEruption: '1962-1-24', + longestEruptionInDays: 5, + }, + { + name: 'Gareloi', + timesErupted: 12, + lastEruption: '1989-8-17', + firstRecordedEruption: '1790', + longestEruptionInDays: 365, + }, + { + name: 'Lonquimay', + timesErupted: 4, + lastEruption: '1988-12-25', + firstRecordedEruption: '1853-2', + longestEruptionInDays: 394, + }, + { + name: 'Kie Besi', + timesErupted: 8, + lastEruption: '1988-7-29', + firstRecordedEruption: '1550', + longestEruptionInDays: 220, + }, + { + name: 'Tupungatito', + timesErupted: 18, + lastEruption: '1987-11-28', + firstRecordedEruption: '1829', + longestEruptionInDays: 103, + }, + { + name: 'Macdonald', + timesErupted: 10, + lastEruption: '1987-6-4', + firstRecordedEruption: '1967-5-29', + longestEruptionInDays: 604, + }, + { + name: 'Sorikmarapi', + timesErupted: 7, + lastEruption: '1986-7-5', + firstRecordedEruption: '1829', + longestEruptionInDays: 9, + }, + { + name: 'Tacana', + timesErupted: 10, + lastEruption: '1986-2-16', + firstRecordedEruption: '-9450', + longestEruptionInDays: 119, + }, + { + name: 'Teahitia', + timesErupted: 4, + lastEruption: '1985-1-10', + firstRecordedEruption: '1982-3-16', + longestEruptionInDays: 208, + }, + { + name: 'Krafla', + timesErupted: 23, + lastEruption: '1984-9-4', + firstRecordedEruption: '-8500', + longestEruptionInDays: 221, + }, + { + name: 'Galunggung', + timesErupted: 6, + lastEruption: '1984-1-9', + firstRecordedEruption: '-2250', + longestEruptionInDays: 278, + }, + { + name: 'Colo', + timesErupted: 3, + lastEruption: '1983-7-18', + firstRecordedEruption: '1898-5-2', + longestEruptionInDays: 151, + }, + { + name: 'Chachadake [Tiatia]', + timesErupted: 4, + lastEruption: '1981-6-10', + firstRecordedEruption: '1812-8', + longestEruptionInDays: 15, + }, + { + name: 'Okataina', + timesErupted: 31, + lastEruption: '1981-5-16', + firstRecordedEruption: '-8050', + longestEruptionInDays: 68, + }, + { + name: 'Shikotsu', + timesErupted: 41, + lastEruption: '1981-2-27', + firstRecordedEruption: '-6950', + longestEruptionInDays: 157, + }, + { + name: 'Curacoa', + timesErupted: 2, + lastEruption: '1979-5-14', + firstRecordedEruption: '1973-7-11', + longestEruptionInDays: 5, + }, + { + name: 'Carran-Los Venados', + timesErupted: 3, + lastEruption: '1979-4-14', + firstRecordedEruption: '1907-4-9', + longestEruptionInDays: 108, + }, + { + name: 'Lautaro', + timesErupted: 9, + lastEruption: '1979-3-8', + firstRecordedEruption: '1876-10', + longestEruptionInDays: 22, + }, + { + name: 'Karkar', + timesErupted: 11, + lastEruption: '1979-1-12', + firstRecordedEruption: '-7140', + longestEruptionInDays: 208, + }, + { + name: 'Didicas', + timesErupted: 5, + lastEruption: '1978-1-6', + firstRecordedEruption: '1856-9-30', + longestEruptionInDays: 473, + }, + { + name: 'Azumayama', + timesErupted: 19, + lastEruption: '1977-12-7', + firstRecordedEruption: '-5700', + longestEruptionInDays: 189, + }, + { + name: 'Mahawu', + timesErupted: 7, + lastEruption: '1977-11-16', + firstRecordedEruption: '1788', + longestEruptionInDays: 17, + }, + { + name: 'Ukinrek Maars', + timesErupted: 2, + lastEruption: '1977-3-30', + firstRecordedEruption: '-350', + longestEruptionInDays: 9, + }, + { + name: 'Irazu', + timesErupted: 24, + lastEruption: '1977-3-3', + firstRecordedEruption: '-640', + longestEruptionInDays: 703, + }, + { + name: 'Soufriere Guadeloupe', + timesErupted: 16, + lastEruption: '1976-7-8', + firstRecordedEruption: '-7490', + longestEruptionInDays: 236, + }, + { + name: 'Trident', + timesErupted: 15, + lastEruption: '1974-7-15', + firstRecordedEruption: '1913-9', + longestEruptionInDays: 1135, + }, + { + name: 'Kuwae', + timesErupted: 12, + lastEruption: '1974-2-4', + firstRecordedEruption: '1425', + longestEruptionInDays: 224, + }, + { + name: 'Fukujin', + timesErupted: 3, + lastEruption: '1973-9-27', + firstRecordedEruption: '1951-7-15', + longestEruptionInDays: 159, + }, + { + name: 'Kolokol Group', + timesErupted: 9, + lastEruption: '1973-7-25', + firstRecordedEruption: '1780', + longestEruptionInDays: 28, + }, + { + name: 'Vestmannaeyjar', + timesErupted: 10, + lastEruption: '1973-1-23', + firstRecordedEruption: '-8050', + longestEruptionInDays: 1305, + }, + { + name: 'Erebus', + timesErupted: 20, + lastEruption: '1972-12-16', + firstRecordedEruption: '-8050', + longestEruptionInDays: 18870, + }, + { + name: 'Acatenango', + timesErupted: 8, + lastEruption: '1972-11-12', + firstRecordedEruption: '-2710', + longestEruptionInDays: 170, + }, + { + name: 'Rocard', + timesErupted: 3, + lastEruption: '1972-7-4', + firstRecordedEruption: '1966-3-9', + longestEruptionInDays: 15, + }, + { + name: 'Sundoro', + timesErupted: 11, + lastEruption: '1971-10-29', + firstRecordedEruption: '230', + longestEruptionInDays: 89, + }, + { + name: 'Akita-Komagatake', + timesErupted: 18, + lastEruption: '1970-9-18', + firstRecordedEruption: '-8800', + longestEruptionInDays: 130, + }, + { + name: 'Deception Island', + timesErupted: 24, + lastEruption: '1970-8-12', + firstRecordedEruption: '-6750', + longestEruptionInDays: 23, + }, + { + name: 'Moua Pihaa', + timesErupted: 2, + lastEruption: '1970-6-21', + firstRecordedEruption: '1969-4-22', + longestEruptionInDays: 7, + }, + { + name: 'Myojinsho', + timesErupted: 15, + lastEruption: '1970-1-29', + firstRecordedEruption: '1869-5-6', + longestEruptionInDays: 395, + }, + { + name: 'Iya', + timesErupted: 8, + lastEruption: '1969-1-27', + firstRecordedEruption: '1671', + longestEruptionInDays: 3, + }, + { + name: 'Arenal', + timesErupted: 27, + lastEruption: '1968-7-29', + firstRecordedEruption: '-5060', + longestEruptionInDays: 15480, + }, + { + name: 'Io-Torishima', + timesErupted: 9, + lastEruption: '1968-7-18', + firstRecordedEruption: '1664', + longestEruptionInDays: 164, + }, + { + name: 'Kelimutu', + timesErupted: 3, + lastEruption: '1968-6-3', + firstRecordedEruption: '1865', + longestEruptionInDays: 56, + }, + { + name: 'Kverkfjoll', + timesErupted: 8, + lastEruption: '1968-5-23', + firstRecordedEruption: '-7050', + longestEruptionInDays: 24, + }, + { + name: 'Nila', + timesErupted: 4, + lastEruption: '1968-5-7', + firstRecordedEruption: '1903-12-8', + longestEruptionInDays: 40, + }, + { + name: 'Erta Ale', + timesErupted: 4, + lastEruption: '1967-7-2', + firstRecordedEruption: '1906-5', + longestEruptionInDays: 20864, + }, + { + name: 'Izalco', + timesErupted: 51, + lastEruption: '1966-10-28', + firstRecordedEruption: '1770-2-23', + longestEruptionInDays: 1470, + }, + { + name: 'Suretamatai', + timesErupted: 3, + lastEruption: '1965-8-9', + firstRecordedEruption: '1856', + longestEruptionInDays: 327, + }, + { + name: 'Nasudake', + timesErupted: 20, + lastEruption: '1963-11-20', + firstRecordedEruption: '-8550', + longestEruptionInDays: 5, + }, + { + name: 'Askja', + timesErupted: 14, + lastEruption: '1961-10-26', + firstRecordedEruption: '-8910', + longestEruptionInDays: 39, + }, + { + name: 'Tristan da Cunha', + timesErupted: 2, + lastEruption: '1961-10-10', + firstRecordedEruption: '1700', + longestEruptionInDays: 155, + }, + { + name: 'Bam', + timesErupted: 17, + lastEruption: '1960-4-28', + firstRecordedEruption: '1872', + longestEruptionInDays: 883, + }, + { + name: 'Zavaritzki Caldera', + timesErupted: 2, + lastEruption: '1957-11-12', + firstRecordedEruption: '1923', + longestEruptionInDays: 18, + }, + { + name: 'Fayal', + timesErupted: 2, + lastEruption: '1957-9-27', + firstRecordedEruption: '1672-4-24', + longestEruptionInDays: 392, + }, + { + name: 'Visoke', + timesErupted: 2, + lastEruption: '1957-8-1', + firstRecordedEruption: '1891', + longestEruptionInDays: 2, + }, + { + name: 'Fonualei', + timesErupted: 6, + lastEruption: '1957-6-16', + firstRecordedEruption: '1791', + longestEruptionInDays: 121, + }, + { + name: 'Gede-Pangrango', + timesErupted: 22, + lastEruption: '1957-3-13', + firstRecordedEruption: '1747', + longestEruptionInDays: 81, + }, + { + name: 'Las Pilas-El Hoyo Complex', + timesErupted: 3, + lastEruption: '1954-10-29', + firstRecordedEruption: '1528', + longestEruptionInDays: 54, + }, + { + name: 'St. Andrew Strait', + timesErupted: 4, + lastEruption: '1953-6-27', + firstRecordedEruption: '-240', + longestEruptionInDays: 1311, + }, + { + name: 'Tao-Rusyr Caldera', + timesErupted: 2, + lastEruption: '1952-11-12', + firstRecordedEruption: '-5550', + longestEruptionInDays: 7, + }, + { + name: 'Nikko-Shiranesan', + timesErupted: 11, + lastEruption: '1952-7-16', + firstRecordedEruption: '-4150', + longestEruptionInDays: 62, + }, + { + name: 'Ciremai', + timesErupted: 6, + lastEruption: '1951-3-1', + firstRecordedEruption: '1698-2-3', + longestEruptionInDays: 197, + }, + { + name: 'Lamington', + timesErupted: 3, + lastEruption: '1951-1-17', + firstRecordedEruption: '-5980', + longestEruptionInDays: 1993, + }, + { + name: 'Santorini', + timesErupted: 12, + lastEruption: '1950-1-10', + firstRecordedEruption: '-1610', + longestEruptionInDays: 1575, + }, + { + name: 'Camiguin', + timesErupted: 4, + lastEruption: '1948-9-1', + firstRecordedEruption: '1827', + longestEruptionInDays: 1779, + }, + { + name: "Niuafo'ou", + timesErupted: 8, + lastEruption: '1946-9-9', + firstRecordedEruption: '1853-6-24', + longestEruptionInDays: 20, + }, + { + name: 'Michoacan-Guanajuato', + timesErupted: 10, + lastEruption: '1943-2-20', + firstRecordedEruption: '-7350', + longestEruptionInDays: 3292, + }, + { + name: 'Zaozan [Zaosan]', + timesErupted: 43, + lastEruption: '1940-5-18', + firstRecordedEruption: '-7600', + longestEruptionInDays: 550, + }, + { + name: 'Perbakti-Gagak', + timesErupted: 7, + lastEruption: '1939-4-6', + firstRecordedEruption: '-6450', + longestEruptionInDays: 2, + }, + { + name: 'Mocho-Choshuenco', + timesErupted: 2, + lastEruption: '1937-6-16', + firstRecordedEruption: '1864-11-1', + longestEruptionInDays: 2, + }, + { + name: 'Shiretoko-Iozan', + timesErupted: 6, + lastEruption: '1935-12', + firstRecordedEruption: '850', + longestEruptionInDays: 59, + }, + { + name: 'Stromboli', + timesErupted: 22, + lastEruption: '1934-2-2', + firstRecordedEruption: '-6050', + longestEruptionInDays: 33067, + }, + { + name: 'Dukono', + timesErupted: 5, + lastEruption: '1933-8-13', + firstRecordedEruption: '1550-11-20', + longestEruptionInDays: 33240, + }, + { + name: 'Hainan Volcanic Field', + timesErupted: 2, + lastEruption: '1933-6-26', + firstRecordedEruption: '1883', + longestEruptionInDays: 12, + }, + { + name: 'Kharimkotan', + timesErupted: 6, + lastEruption: '1933-1-8', + firstRecordedEruption: '1713', + longestEruptionInDays: 95, + }, + { + name: 'Aniakchak', + timesErupted: 16, + lastEruption: '1931-5-1', + firstRecordedEruption: '-6300', + longestEruptionInDays: 43, + }, + { + name: 'Pelee', + timesErupted: 54, + lastEruption: '1929-9-16', + firstRecordedEruption: '-8210', + longestEruptionInDays: 1261, + }, + { + name: 'Eldey', + timesErupted: 5, + lastEruption: '1926-6-5', + firstRecordedEruption: '1211-8-31', + longestEruptionInDays: 16, + }, + { + name: 'Tandikat-Singgalang', + timesErupted: 3, + lastEruption: '1924-4', + firstRecordedEruption: '1889-2-19', + longestEruptionInDays: 288, + }, + { + name: 'Babuyan Claro', + timesErupted: 7, + lastEruption: '1924', + firstRecordedEruption: '1652', + longestEruptionInDays: 2, + }, + { + name: 'Santa Maria', + timesErupted: 3, + lastEruption: '1922-6-22', + firstRecordedEruption: '1902-10-24', + longestEruptionInDays: 37310, + }, + { + name: 'Sumbing', + timesErupted: 3, + lastEruption: '1921-5-23', + firstRecordedEruption: '1730', + longestEruptionInDays: 11, + }, + { + name: 'Katla', + timesErupted: 128, + lastEruption: '1918-10-12', + firstRecordedEruption: '-6380', + longestEruptionInDays: 157, + }, + { + name: 'Banua Wuhu', + timesErupted: 6, + lastEruption: '1918-7-18', + firstRecordedEruption: '1835-4-23', + longestEruptionInDays: 501, + }, + { + name: 'San Salvador', + timesErupted: 5, + lastEruption: '1917-6-7', + firstRecordedEruption: '640-8', + longestEruptionInDays: 4654, + }, + { + name: 'Ragang', + timesErupted: 8, + lastEruption: '1916-7-16', + firstRecordedEruption: '1756', + longestEruptionInDays: 76, + }, + { + name: 'Lassen Volcanic Center', + timesErupted: 5, + lastEruption: '1914-5-30', + firstRecordedEruption: '800', + longestEruptionInDays: 1125, + }, + { + name: 'Vesuvius', + timesErupted: 54, + lastEruption: '1913-7-5', + firstRecordedEruption: '-6940', + longestEruptionInDays: 11230, + }, + { + name: 'Maipo', + timesErupted: 4, + lastEruption: '1912', + firstRecordedEruption: '1826-3-1', + longestEruptionInDays: 2, + }, + { + name: 'Wrangell', + timesErupted: 5, + lastEruption: '1911-4-14', + firstRecordedEruption: '190', + longestEruptionInDays: 519, + }, + { + name: 'Lolobau', + timesErupted: 3, + lastEruption: '1911', + firstRecordedEruption: '1100', + longestEruptionInDays: 426, + }, + { + name: 'Meru', + timesErupted: 4, + lastEruption: '1910-10-26', + firstRecordedEruption: '-5850', + longestEruptionInDays: 57, + }, + { + name: 'Tenerife', + timesErupted: 42, + lastEruption: '1909-11-18', + firstRecordedEruption: '-7550', + longestEruptionInDays: 97, + }, + { + name: 'Savaii', + timesErupted: 12, + lastEruption: '1905-8-4', + firstRecordedEruption: '-1990', + longestEruptionInDays: 18, + }, + { + name: 'Maruyama', + timesErupted: 2, + lastEruption: '1898-12-3', + firstRecordedEruption: '-1700', + longestEruptionInDays: 3, + }, + { + name: 'Lamongan', + timesErupted: 41, + lastEruption: '1898-2-5', + firstRecordedEruption: '1799', + longestEruptionInDays: 583, + }, + { + name: 'Vulcano', + timesErupted: 37, + lastEruption: '1888-8-2', + firstRecordedEruption: '-6550', + longestEruptionInDays: 597, + }, + { + name: 'Baker', + timesErupted: 11, + lastEruption: '1880-9-7', + firstRecordedEruption: '-7850', + longestEruptionInDays: 81, + }, + { + name: 'Sete Cidades', + timesErupted: 16, + lastEruption: '1880', + firstRecordedEruption: '-3050', + longestEruptionInDays: 25, + }, + { + name: 'Osorno', + timesErupted: 17, + lastEruption: '1869', + firstRecordedEruption: '-1710', + longestEruptionInDays: 657, + }, + { + name: 'Antuco', + timesErupted: 11, + lastEruption: '1869', + firstRecordedEruption: '-7750', + longestEruptionInDays: 3, + }, + { + name: 'Campi Flegrei del Mar di Sicilia', + timesErupted: 6, + lastEruption: '1867', + firstRecordedEruption: '-253', + longestEruptionInDays: 44, + }, + { + name: 'Hood', + timesErupted: 5, + lastEruption: '1865-9-21', + firstRecordedEruption: '-4940', + longestEruptionInDays: 2, + }, + { + name: 'Iwakisan', + timesErupted: 13, + lastEruption: '1863-3-23', + firstRecordedEruption: '-8050', + longestEruptionInDays: 101, + }, + { + name: 'Cosiguina', + timesErupted: 5, + lastEruption: '1859-8-25', + firstRecordedEruption: '1500', + longestEruptionInDays: 5, + }, + { + name: 'Guntur', + timesErupted: 24, + lastEruption: '1847-10-16', + firstRecordedEruption: '1690', + longestEruptionInDays: 55, + }, + { + name: 'Michinmahuida', + timesErupted: 7, + lastEruption: '1835-2-20', + firstRecordedEruption: '-8400', + longestEruptionInDays: 23, + }, + { + name: 'Almolonga', + timesErupted: 3, + lastEruption: '1818-1-16', + firstRecordedEruption: '800', + longestEruptionInDays: 154, + }, + { + name: 'Tutupaca', + timesErupted: 2, + lastEruption: '1802-3-20', + firstRecordedEruption: '1787', + longestEruptionInDays: 731, + }, + { + name: 'Fujisan', + timesErupted: 58, + lastEruption: '1707-12-16', + firstRecordedEruption: '-8540', + longestEruptionInDays: 69, + }, + { + name: 'Hakusan', + timesErupted: 20, + lastEruption: '1659-4-21', + firstRecordedEruption: '-7550', + longestEruptionInDays: 109, + }, + { + name: 'Picos Fissural Volcanic System', + timesErupted: 7, + lastEruption: '1652-10-19', + firstRecordedEruption: '-4040', + longestEruptionInDays: 7, + }, + { + name: 'Melebingoy', + timesErupted: 3, + lastEruption: '1640-12-26', + firstRecordedEruption: '-1920', + longestEruptionInDays: 8, + }, + { + name: 'Furnas', + timesErupted: 9, + lastEruption: '1630-9-3', + firstRecordedEruption: '-4570', + longestEruptionInDays: 60, + }, + { + name: 'Huaynaputina', + timesErupted: 2, + lastEruption: '1600-2-17', + firstRecordedEruption: '-7750', + longestEruptionInDays: 18, + }, + { + name: 'Agua de Pau', + timesErupted: 10, + lastEruption: '1564-2-10', + firstRecordedEruption: '-6750', + longestEruptionInDays: 2, + }, + { + name: 'Campi Flegrei', + timesErupted: 20, + lastEruption: '1538-9-29', + firstRecordedEruption: '-8480', + longestEruptionInDays: 7, + }, + { + name: 'Yasur', + timesErupted: 3, + lastEruption: '1270', + firstRecordedEruption: '434', + longestEruptionInDays: 275619, + }, + { + name: 'Yufu-Tsurumi', + timesErupted: 3, + lastEruption: '867-3-4', + firstRecordedEruption: '-200', + longestEruptionInDays: 61, + }, + { + name: 'Edgecumbe', + timesErupted: 4, + lastEruption: '-2360', + firstRecordedEruption: '-9300', + longestEruptionInDays: 102267, + }, +]; From a0f301722df2bb4749bbe9a9e6c7e33335de035a Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Wed, 9 Oct 2024 18:38:41 +0200 Subject: [PATCH 5/9] add volcanos --- docs/data/charts/dataset/volcanoEruptions.ts | 23 ++++++++----------- .../charts/scatter/VoronoiInteraction.tsx | 23 +++++++++++++++++++ docs/next-env.d.ts | 2 +- 3 files changed, 34 insertions(+), 14 deletions(-) diff --git a/docs/data/charts/dataset/volcanoEruptions.ts b/docs/data/charts/dataset/volcanoEruptions.ts index cce925bdf9d6..e8bc0eb92d5b 100644 --- a/docs/data/charts/dataset/volcanoEruptions.ts +++ b/docs/data/charts/dataset/volcanoEruptions.ts @@ -2225,13 +2225,6 @@ export const volcanoEruptions = [ firstRecordedEruption: '-8480', longestEruptionInDays: 7, }, - { - name: 'Yasur', - timesErupted: 3, - lastEruption: '1270', - firstRecordedEruption: '434', - longestEruptionInDays: 275619, - }, { name: 'Yufu-Tsurumi', timesErupted: 3, @@ -2239,11 +2232,15 @@ export const volcanoEruptions = [ firstRecordedEruption: '-200', longestEruptionInDays: 61, }, - { - name: 'Edgecumbe', - timesErupted: 4, - lastEruption: '-2360', - firstRecordedEruption: '-9300', - longestEruptionInDays: 102267, +]; + +export const volcanoEruptionsScatterSeries = [ + { + name: 'Volcanoes', + data: volcanoEruptions.map((d) => ({ + y: d.timesErupted, + x: d.longestEruptionInDays, + id: d.name, + })), }, ]; diff --git a/docs/data/charts/scatter/VoronoiInteraction.tsx b/docs/data/charts/scatter/VoronoiInteraction.tsx index 12ddfb0048b6..55d2463ed534 100644 --- a/docs/data/charts/scatter/VoronoiInteraction.tsx +++ b/docs/data/charts/scatter/VoronoiInteraction.tsx @@ -17,6 +17,7 @@ import { import { possibleAsteroidImpactProbabilityBySizeScatter } from '../dataset/possibleAsteroidImpact'; import { starsScatterMagnitudeByTemperatureByType } from '../dataset/starClassification'; import { lifeExpectancyScatterSeries } from '../dataset/lifeExpectancyVsGdp'; +import { volcanoEruptionsScatterSeries } from '../dataset/volcanoEruptions'; const formatter = new Intl.NumberFormat('en-US', { style: 'currency', @@ -38,6 +39,28 @@ export default function VoronoiInteraction() { return ( + `${value} years`, + }, + ]} + xAxis={[ + { + scaleType: 'log', + label: 'times erupted', + // max: 200_000, + // min: 500, + // valueFormatter: formatter.format, + }, + ]} + series={volcanoEruptionsScatterSeries} + /> // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. From c3876337ca79fb9f271c0e0707b649b9c5026e8d Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 10 Oct 2024 16:08:58 +0200 Subject: [PATCH 6/9] tests --- .../data/charts/dataset/starClassification.ts | 8 +- docs/data/charts/dataset/volcanoEruptions.ts | 1699 ++++++++++++++++- .../charts/scatter/VoronoiInteraction.tsx | 32 +- 3 files changed, 1708 insertions(+), 31 deletions(-) diff --git a/docs/data/charts/dataset/starClassification.ts b/docs/data/charts/dataset/starClassification.ts index 1c9b5c6976fd..65e96454bc82 100644 --- a/docs/data/charts/dataset/starClassification.ts +++ b/docs/data/charts/dataset/starClassification.ts @@ -2099,18 +2099,18 @@ export const stars = [ }, ]; -export const starsScatterMagnitudeByTemperature = stars.map((star) => ({ +export const starsScatterMagnitudeByTemperature = stars.map((star, i) => ({ x: star.temperatureInK, y: star.absoluteMagnitude, - id: star.color + star.type + star.class, + id: star.color + star.type + star.class + i, })); export const starsScatterMagnitudeByTemperatureByType = stars.reduce( - (acc, star) => { + (acc, star, i) => { acc[star.type].data.push({ x: star.temperatureInK, y: star.absoluteMagnitude, - id: star.color + star.type + star.class, + id: star.color + star.type + star.class + i, }); return acc; }, diff --git a/docs/data/charts/dataset/volcanoEruptions.ts b/docs/data/charts/dataset/volcanoEruptions.ts index e8bc0eb92d5b..bd87d2f690b9 100644 --- a/docs/data/charts/dataset/volcanoEruptions.ts +++ b/docs/data/charts/dataset/volcanoEruptions.ts @@ -1,2237 +1,3858 @@ +import { ScatterSeriesType } from '../../../../packages/x-charts/src'; + export const volcanoEruptions = [ { - name: 'San Cristobal', + id: 344020, + name: 'San Cristóbal', + country: 'Nicaragua', + continent: 'North America', + elevationInMeters: 1745, + landform: 'Composite', timesErupted: 35, lastEruption: '2024-7-5', firstRecordedEruption: '1528', longestEruptionInDays: 545, }, { + id: 257030, name: 'Ambae', + country: 'Vanuatu', + continent: 'Oceania', + elevationInMeters: 1496, + landform: 'Shield', timesErupted: 11, lastEruption: '2024-6-29', firstRecordedEruption: '1530', longestEruptionInDays: 419, }, { + id: 300130, name: 'Karymsky', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1513, + landform: 'Composite', timesErupted: 54, lastEruption: '2024-6-20', firstRecordedEruption: '-6600', longestEruptionInDays: 5250, }, { + id: 243080, name: 'Home Reef', + country: 'Tonga', + continent: 'Oceania', + elevationInMeters: -10, + landform: 'Composite', timesErupted: 6, lastEruption: '2024-6-10', firstRecordedEruption: '1852', longestEruptionInDays: 37, }, { + id: 272020, name: 'Kanlaon', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 2422, + landform: 'Composite', timesErupted: 30, lastEruption: '2024-6-3', firstRecordedEruption: '1866', longestEruptionInDays: 206, }, { - name: 'Kilauea', + id: 332010, + name: 'Kīlauea', + country: 'United States', + continent: 'North America', + elevationInMeters: 1222, + landform: 'Shield', timesErupted: 73, lastEruption: '2024-6-3', firstRecordedEruption: '-4650', longestEruptionInDays: 717, }, { + id: 261170, name: 'Kerinci', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3800, + landform: 'Composite', timesErupted: 38, lastEruption: '2024-5-28', firstRecordedEruption: '1838', longestEruptionInDays: 1149, }, { + id: 261230, name: 'Dempo', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3142, + landform: 'Composite', timesErupted: 31, lastEruption: '2024-5-27', firstRecordedEruption: '1817-12-31', longestEruptionInDays: 236, }, { + id: 261270, name: 'Suoh', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1000, + landform: 'Cluster', timesErupted: 2, lastEruption: '2024-5-24', firstRecordedEruption: '1933-7-10', longestEruptionInDays: 26, }, { + id: 241040, name: 'Whakaari/White Island', + country: 'New Zealand', + continent: 'Oceania', + elevationInMeters: 294, + landform: 'Composite', timesErupted: 37, lastEruption: '2024-5-24', firstRecordedEruption: '1826-12-1', longestEruptionInDays: 3098, }, { + id: 354020, name: 'Ubinas', + country: 'Peru', + continent: 'South America', + elevationInMeters: 5608, + landform: 'Composite', timesErupted: 25, lastEruption: '2024-5-6', firstRecordedEruption: '-8560', longestEruptionInDays: 1196, }, { + id: 267010, name: 'Ruang', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 725, + landform: 'Composite', timesErupted: 13, lastEruption: '2024-4-16', firstRecordedEruption: '1808', longestEruptionInDays: 400, }, { + id: 273070, name: 'Taal', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 311, + landform: 'Caldera', timesErupted: 39, lastEruption: '2024-4-12', firstRecordedEruption: '-3580', longestEruptionInDays: 203, }, { + id: 311160, name: 'Atka Volcanic Complex', + country: 'United States', + continent: 'North America', + elevationInMeters: 1518, + landform: 'Composite', timesErupted: 10, lastEruption: '2024-3-27', firstRecordedEruption: '1812', longestEruptionInDays: 97, }, { + id: 260010, name: 'Barren Island', + country: 'India', + continent: 'Asia', + elevationInMeters: 354, + landform: 'Composite', timesErupted: 18, lastEruption: '2024-3-15', firstRecordedEruption: '-8060', longestEruptionInDays: 1223, }, { + id: 353010, name: 'Fernandina', + country: 'Ecuador', + continent: 'South America', + elevationInMeters: 1476, + landform: 'Shield', timesErupted: 33, lastEruption: '2024-3-2', firstRecordedEruption: '950', longestEruptionInDays: 179, }, { + id: 257040, name: 'Ambrym', + country: 'Vanuatu', + continent: 'Oceania', + elevationInMeters: 1334, + landform: 'Shield', timesErupted: 56, lastEruption: '2024-1-13', firstRecordedEruption: '50', longestEruptionInDays: 3860, }, { + id: 284141, name: 'Ahyi', + country: 'United States', + continent: 'North America', + elevationInMeters: -75, + landform: 'Composite', timesErupted: 10, lastEruption: '2024-1-1', firstRecordedEruption: '1934-7-15', longestEruptionInDays: 204, }, { + id: 264180, name: 'Lewotobi', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1703, + landform: 'Composite', timesErupted: 23, lastEruption: '2023-12-23', firstRecordedEruption: '1675', longestEruptionInDays: 600, }, { + id: 311110, name: 'Kanaga', + country: 'United States', + continent: 'North America', + elevationInMeters: 1307, + landform: 'Composite', timesErupted: 18, lastEruption: '2023-12-18', firstRecordedEruption: '-7300', longestEruptionInDays: 325, }, { + id: 263310, name: 'Tengger Caldera', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2329, + landform: 'Composite', timesErupted: 67, lastEruption: '2023-12-13', firstRecordedEruption: '-5260', longestEruptionInDays: 366, }, { + id: 261140, name: 'Marapi', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2885, + landform: 'Composite', timesErupted: 68, lastEruption: '2023-12-3', firstRecordedEruption: '1770', longestEruptionInDays: 2765, }, { - name: 'Poas', + id: 345040, + name: 'Poás', + country: 'Costa Rica', + continent: 'North America', + elevationInMeters: 2697, + landform: 'Composite', timesErupted: 61, lastEruption: '2023-12-1', firstRecordedEruption: '-7920', longestEruptionInDays: 3288, }, { - name: 'Purace', + id: 351060, + name: 'Puracé', + country: 'Colombia', + continent: 'South America', + elevationInMeters: 4650, + landform: 'Composite', timesErupted: 27, lastEruption: '2023-11-16', firstRecordedEruption: '-160', longestEruptionInDays: 24, }, { + id: 284120, name: 'Ioto', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 169, + landform: 'Caldera', timesErupted: 26, lastEruption: '2023-10-18', firstRecordedEruption: '-850', longestEruptionInDays: 153, }, { + id: 284202, name: 'Ruby', + country: 'United States', + continent: 'North America', + elevationInMeters: -174, + landform: 'Composite', timesErupted: 3, lastEruption: '2023-9-14', firstRecordedEruption: '1966-4-21', longestEruptionInDays: 25, }, { + id: 252120, name: 'Ulawun', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 2334, + landform: 'Composite', timesErupted: 46, lastEruption: '2023-7-18', firstRecordedEruption: '1700-3-11', longestEruptionInDays: 840, }, { + id: 311360, name: 'Shishaldin', + country: 'United States', + continent: 'North America', + elevationInMeters: 2857, + landform: 'Composite', timesErupted: 40, lastEruption: '2023-7-11', firstRecordedEruption: '-7550', longestEruptionInDays: 518, }, { + id: 371032, name: 'Fagradalsfjall', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 250, + landform: 'Cluster', timesErupted: 3, lastEruption: '2023-7-10', firstRecordedEruption: '2021-3-19', longestEruptionInDays: 182, }, { + id: 300260, name: 'Klyuchevskoy', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 4754, + landform: 'Composite', timesErupted: 110, lastEruption: '2023-6-22', firstRecordedEruption: '-3950', longestEruptionInDays: 1051, }, { + id: 273030, name: 'Mayon', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 2462, + landform: 'Composite', timesErupted: 64, lastEruption: '2023-4-27', firstRecordedEruption: '-3100', longestEruptionInDays: 637, }, { + id: 257060, name: 'East Epi', + country: 'Vanuatu', + continent: 'Oceania', + elevationInMeters: 833, + landform: 'Cluster', timesErupted: 9, lastEruption: '2023-1-31', firstRecordedEruption: '1920-1-22', longestEruptionInDays: 61, }, { + id: 290360, name: 'Chikurachki', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1781, + landform: 'Composite', timesErupted: 28, lastEruption: '2023-1-28', firstRecordedEruption: '-9360', longestEruptionInDays: 273, }, { - name: 'Lascar', + id: 355100, + name: 'Láscar', + country: 'Chile', + continent: 'South America', + elevationInMeters: 5592, + landform: 'Composite', timesErupted: 32, lastEruption: '2022-12-10', firstRecordedEruption: '-7250', longestEruptionInDays: 2997, }, { + id: 211060, name: 'Etna', + country: 'Italy', + continent: 'Europe', + elevationInMeters: 3357, + landform: 'Composite', timesErupted: 147, lastEruption: '2022-11-27', firstRecordedEruption: '-6190', longestEruptionInDays: 5019, }, { + id: 343100, name: 'San Miguel', + country: 'El Salvador', + continent: 'North America', + elevationInMeters: 2130, + landform: 'Composite', timesErupted: 41, lastEruption: '2022-11-15', firstRecordedEruption: '1510', longestEruptionInDays: 210, }, { + id: 352050, name: 'Cotopaxi', + country: 'Ecuador', + continent: 'South America', + elevationInMeters: 5911, + landform: 'Composite', timesErupted: 85, lastEruption: '2022-10-21', firstRecordedEruption: '-7690', longestEruptionInDays: 257, }, { + id: 290260, name: 'Chirinkotan', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 724, + landform: 'Composite', timesErupted: 11, lastEruption: '2022-10-7', firstRecordedEruption: '1884', longestEruptionInDays: 543, }, { + id: 284096, name: 'Nishinoshima', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 100, + landform: 'Caldera', timesErupted: 7, lastEruption: '2022-10-1', firstRecordedEruption: '1973-4-12', longestEruptionInDays: 727, }, { + id: 290390, name: 'Alaid', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 2285, + landform: 'Composite', timesErupted: 15, lastEruption: '2022-9-10', firstRecordedEruption: '1790', longestEruptionInDays: 317, }, { + id: 284100, name: 'Kaitoku Seamount', + country: 'Japan', + continent: 'Asia', + elevationInMeters: -95, + landform: 'Composite', timesErupted: 2, lastEruption: '2022-8-18', firstRecordedEruption: '1984-3-8', longestEruptionInDays: 161, }, { + id: 345070, name: 'Turrialba', + country: 'Costa Rica', + continent: 'North America', + elevationInMeters: 3340, + landform: 'Composite', timesErupted: 21, lastEruption: '2022-7-17', firstRecordedEruption: '-7260', longestEruptionInDays: 117, }, { + id: 290380, name: 'Ebeko', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1103, + landform: 'Composite', timesErupted: 20, lastEruption: '2022-6-11', firstRecordedEruption: '-390', longestEruptionInDays: 1845, }, { + id: 273010, name: 'Bulusan', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 1535, + landform: 'Composite', timesErupted: 24, lastEruption: '2022-6-5', firstRecordedEruption: '-3050', longestEruptionInDays: 358, }, { + id: 263340, name: 'Raung', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3260, + landform: 'Composite', timesErupted: 68, lastEruption: '2022-5-14', firstRecordedEruption: '1593', longestEruptionInDays: 804, }, { + id: 257020, name: 'Gaua', + country: 'Vanuatu', + continent: 'Oceania', + elevationInMeters: 729, + landform: 'Composite', timesErupted: 18, lastEruption: '2022-5-3', firstRecordedEruption: '1962-7-16', longestEruptionInDays: 265, }, { + id: 264050, name: 'Sangeang Api', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1912, + landform: 'Composite', timesErupted: 20, lastEruption: '2022-2-17', firstRecordedEruption: '1715', longestEruptionInDays: 931, }, { + id: 353020, name: 'Wolf', + country: 'Ecuador', + continent: 'South America', + elevationInMeters: 1710, + landform: 'Shield', timesErupted: 16, lastEruption: '2022-1-6', firstRecordedEruption: '150', longestEruptionInDays: 349, }, { + id: 243040, name: "Hunga Tonga-Hunga Ha'apai", + country: 'Tonga', + continent: 'Oceania', + elevationInMeters: 114, + landform: 'Caldera', timesErupted: 7, lastEruption: '2021-12-20', firstRecordedEruption: '1110', longestEruptionInDays: 34, }, { + id: 273083, name: 'Pinatubo', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 1486, + landform: 'Composite', timesErupted: 9, lastEruption: '2021-11-30', firstRecordedEruption: '-7460', longestEruptionInDays: 153, }, { + id: 264250, name: 'Iliwerung', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 583, + landform: 'Composite', timesErupted: 14, lastEruption: '2021-11-28', firstRecordedEruption: '1870', longestEruptionInDays: 260, }, { + id: 282110, name: 'Asosan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1592, + landform: 'Caldera', timesErupted: 172, lastEruption: '2021-10-14', firstRecordedEruption: '-8050', longestEruptionInDays: 945, }, { + id: 383010, name: 'La Palma', + country: 'Spain', + continent: 'Europe', + elevationInMeters: 2426, + landform: 'Composite', timesErupted: 14, lastEruption: '2021-9-19', firstRecordedEruption: '-6050', longestEruptionInDays: 85, }, { + id: 284130, name: 'Fukutoku-Oka-no-Ba', + country: 'Japan', + continent: 'Asia', + elevationInMeters: -29, + landform: 'Composite', timesErupted: 10, lastEruption: '2021-8-13', firstRecordedEruption: '1904-11-14', longestEruptionInDays: 324, }, { + id: 312030, name: 'Pavlof', + country: 'United States', + continent: 'North America', + elevationInMeters: 2493, + landform: 'Composite', timesErupted: 45, lastEruption: '2021-8-5', firstRecordedEruption: '1762', longestEruptionInDays: 1079, }, { + id: 284170, name: 'Pagan', + country: 'United States', + continent: 'North America', + elevationInMeters: 570, + landform: 'Composite', timesErupted: 21, lastEruption: '2021-7-29', firstRecordedEruption: '1340', longestEruptionInDays: 1447, }, { + id: 264270, name: 'Sirung', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1347, + landform: 'Composite', timesErupted: 11, lastEruption: '2021-7-21', firstRecordedEruption: '1934-6-14', longestEruptionInDays: 240, }, { + id: 357090, name: 'Copahue', + country: 'Chile - Argentina', + continent: 'South America', + elevationInMeters: 2953, + landform: 'Composite', timesErupted: 20, lastEruption: '2021-7-2', firstRecordedEruption: '-6820', longestEruptionInDays: 551, }, { - name: 'Rincon de la Vieja', + id: 345020, + name: 'Rincón de la Vieja', + country: 'Costa Rica', + continent: 'North America', + elevationInMeters: 1916, + landform: 'Composite', timesErupted: 30, lastEruption: '2021-6-28', firstRecordedEruption: '-1820', longestEruptionInDays: 1145, }, { + id: 262000, name: 'Krakatau', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 285, + landform: 'Caldera', timesErupted: 57, lastEruption: '2021-5-25', firstRecordedEruption: '250', longestEruptionInDays: 1293, }, { + id: 311120, name: 'Great Sitkin', + country: 'United States', + continent: 'North America', + elevationInMeters: 1740, + landform: 'Composite', timesErupted: 9, lastEruption: '2021-5-25', firstRecordedEruption: '1792-5-26', longestEruptionInDays: 1179, }, { + id: 263200, name: 'Dieng Volcanic Complex', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2565, + landform: 'Composite', timesErupted: 29, lastEruption: '2021-4-29', firstRecordedEruption: '-6590', longestEruptionInDays: 82, }, { + id: 344040, name: 'Telica', + country: 'Nicaragua', + continent: 'North America', + elevationInMeters: 1036, + landform: 'Composite', timesErupted: 46, lastEruption: '2021-4-21', firstRecordedEruption: '1527', longestEruptionInDays: 1038, }, { + id: 312070, name: 'Veniaminof', + country: 'United States', + continent: 'North America', + elevationInMeters: 2507, + landform: 'Composite', timesErupted: 24, lastEruption: '2021-2-28', firstRecordedEruption: '-1750', longestEruptionInDays: 425, }, { + id: 311060, name: 'Semisopochnoi', + country: 'United States', + continent: 'North America', + elevationInMeters: 1221, + landform: 'Composite', timesErupted: 6, lastEruption: '2021-2-2', firstRecordedEruption: '1873', longestEruptionInDays: 821, }, { + id: 263250, name: 'Merapi', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2910, + landform: 'Composite', timesErupted: 106, lastEruption: '2020-12-31', firstRecordedEruption: '-8780', longestEruptionInDays: 4544, }, { - name: 'Soufriere St. Vincent', + id: 360150, + name: 'Soufrière St. Vincent', + country: 'Saint Vincent and the Grenadines', + continent: 'North America', + elevationInMeters: 1220, + landform: 'Composite', timesErupted: 22, lastEruption: '2020-12-27', firstRecordedEruption: '-2380', longestEruptionInDays: 328, }, { + id: 264230, name: 'Lewotolok', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1431, + landform: 'Composite', timesErupted: 10, lastEruption: '2020-11-27', firstRecordedEruption: '1660', longestEruptionInDays: 1326, }, { + id: 282060, name: 'Kikai', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 704, + landform: 'Caldera', timesErupted: 26, lastEruption: '2020-10-6', firstRecordedEruption: '-4350', longestEruptionInDays: 478, }, { + id: 282050, name: 'Kuchinoerabujima', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 657, + landform: 'Composite', timesErupted: 29, lastEruption: '2020-8-29', firstRecordedEruption: '-9520', longestEruptionInDays: 122, }, { + id: 261080, name: 'Sinabung', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2460, + landform: 'Composite', timesErupted: 5, lastEruption: '2020-8-8', firstRecordedEruption: '810', longestEruptionInDays: 1741, }, { + id: 311240, name: 'Cleveland', + country: 'United States', + continent: 'North America', + elevationInMeters: 1730, + landform: 'Composite', timesErupted: 22, lastEruption: '2020-6-1', firstRecordedEruption: '1893', longestEruptionInDays: 1491, }, { + id: 266030, name: 'Soputan', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1785, + landform: 'Composite', timesErupted: 41, lastEruption: '2020-3-23', firstRecordedEruption: '1450', longestEruptionInDays: 1957, }, { + id: 290240, name: 'Sarychev Peak', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1496, + landform: 'Composite', timesErupted: 20, lastEruption: '2020-2-29', firstRecordedEruption: '1765', longestEruptionInDays: 636, }, { + id: 243070, name: 'Lateiki', + country: 'Tonga', + continent: 'Oceania', + elevationInMeters: 43, + landform: 'Composite', timesErupted: 10, lastEruption: '2019-10-13', firstRecordedEruption: '1781', longestEruptionInDays: 72, }, { + id: 283110, name: 'Asamayama', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 2568, + landform: 'Composite', timesErupted: 129, lastEruption: '2019-8-7', firstRecordedEruption: '-7200', longestEruptionInDays: 1972, }, { + id: 243091, name: 'Unnamed', + country: 'Tonga', + continent: 'Oceania', + elevationInMeters: -40, + landform: 'Composite', timesErupted: 9, lastEruption: '2019-8-6', firstRecordedEruption: '1907-7', longestEruptionInDays: 8, }, { + id: 263090, name: 'Tangkuban Parahu', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2084, + landform: 'Composite', timesErupted: 21, lastEruption: '2019-7-26', firstRecordedEruption: '-8020', longestEruptionInDays: 129, }, { + id: 290250, name: 'Raikoke', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 551, + landform: 'Composite', timesErupted: 4, lastEruption: '2019-6-22', firstRecordedEruption: '1765', longestEruptionInDays: 9, }, { + id: 341040, name: 'Colima', + country: 'Mexico', + continent: 'North America', + elevationInMeters: 3850, + landform: 'Composite', timesErupted: 79, lastEruption: '2019-5-11', firstRecordedEruption: '-7690', longestEruptionInDays: 4958, }, { + id: 352090, name: 'Sangay', + country: 'Ecuador', + continent: 'South America', + elevationInMeters: 5286, + landform: 'Composite', timesErupted: 11, lastEruption: '2019-3-26', firstRecordedEruption: '1628-10', longestEruptionInDays: 27965, }, { + id: 256010, name: 'Tinakula', + country: 'Solomon Islands', + continent: 'Oceania', + elevationInMeters: 796, + landform: 'Composite', timesErupted: 24, lastEruption: '2018-12-8', firstRecordedEruption: '-1050', longestEruptionInDays: 2044, }, { - name: 'Planchon-Peteroa', + id: 357040, + name: 'Planchón-Peteroa', + country: 'Chile', + continent: 'South America', + elevationInMeters: 3977, + landform: 'Composite', timesErupted: 20, lastEruption: '2018-11-7', firstRecordedEruption: '-5080', longestEruptionInDays: 180, }, { + id: 268060, name: 'Gamalama', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1714, + landform: 'Composite', timesErupted: 67, lastEruption: '2018-10-4', firstRecordedEruption: '1510', longestEruptionInDays: 408, }, { + id: 233005, name: 'Mayotte', + country: 'France', + continent: 'Europe', + elevationInMeters: 660, + landform: 'Shield', timesErupted: 4, lastEruption: '2018-7-3', firstRecordedEruption: '-4050', longestEruptionInDays: 413, }, { + id: 251020, name: 'Manam', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 1807, + landform: 'Composite', timesErupted: 41, lastEruption: '2018-5-10', firstRecordedEruption: '1616-7-6', longestEruptionInDays: 2290, }, { + id: 223020, name: 'Nyamulagira', + country: 'DR Congo', + continent: 'Africa', + elevationInMeters: 3058, + landform: 'Shield', timesErupted: 48, lastEruption: '2018-4-18', firstRecordedEruption: '1550', longestEruptionInDays: 2312, }, { + id: 282090, name: 'Kirishimayama', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1700, + landform: 'Shield', timesErupted: 78, lastEruption: '2018-3-1', firstRecordedEruption: '-7050', longestEruptionInDays: 346, }, { + id: 283120, name: 'Kusatsu-Shiranesan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 2165, + landform: 'Composite', timesErupted: 28, lastEruption: '2018-1-23', firstRecordedEruption: '-6550', longestEruptionInDays: 158, }, { + id: 264020, name: 'Agung', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2997, + landform: 'Composite', timesErupted: 4, lastEruption: '2017-11-21', firstRecordedEruption: '1808', longestEruptionInDays: 568, }, { + id: 263300, name: 'Semeru', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3657, + landform: 'Composite', timesErupted: 63, lastEruption: '2017-6-6', firstRecordedEruption: '1818-11-8', longestEruptionInDays: 15172, }, { + id: 360160, name: "Kick 'em Jenny", + country: 'Grenada', + continent: 'North America', + elevationInMeters: -185, + landform: 'Composite', timesErupted: 15, lastEruption: '2017-4-29', firstRecordedEruption: '1000', longestEruptionInDays: 93, }, { + id: 282080, name: 'Aira', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1117, + landform: 'Caldera', timesErupted: 48, lastEruption: '2017-3-25', firstRecordedEruption: '-8050', longestEruptionInDays: 22228, }, { + id: 300010, name: 'Kambalny', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 2116, + landform: 'Composite', timesErupted: 2, lastEruption: '2017-3-24', firstRecordedEruption: '1350', longestEruptionInDays: 29, }, { + id: 300250, name: 'Bezymianny', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 2882, + landform: 'Composite', timesErupted: 67, lastEruption: '2016-12-5', firstRecordedEruption: '-7050', longestEruptionInDays: 2810, }, { + id: 300120, name: 'Zhupanovsky', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 2899, + landform: 'Composite', timesErupted: 16, lastEruption: '2016-11-20', firstRecordedEruption: '-5050', longestEruptionInDays: 426, }, { + id: 354006, name: 'Sabancaya', + country: 'Peru', + continent: 'South America', + elevationInMeters: 5960, + landform: 'Composite', timesErupted: 12, lastEruption: '2016-11-6', firstRecordedEruption: '-6600', longestEruptionInDays: 3033, }, { + id: 264030, name: 'Rinjani', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3726, + landform: 'Composite', timesErupted: 19, lastEruption: '2016-8-1', firstRecordedEruption: '-600', longestEruptionInDays: 386, }, { + id: 390130, name: 'Zavodovski', + country: 'United Kingdom', + continent: 'Europe', + elevationInMeters: 551, + landform: 'Composite', timesErupted: 2, lastEruption: '2016-3-30', firstRecordedEruption: '1819-12', longestEruptionInDays: 77, }, { + id: 344090, name: 'Momotombo', + country: 'Nicaragua', + continent: 'North America', + elevationInMeters: 1270, + landform: 'Composite', timesErupted: 19, lastEruption: '2015-12-1', firstRecordedEruption: '-2550', longestEruptionInDays: 127, }, { + id: 252010, name: 'Langila', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 1330, + landform: 'Composite', timesErupted: 26, lastEruption: '2015-10-22', firstRecordedEruption: '1878', longestEruptionInDays: 3212, }, { + id: 344100, name: 'Masaya', + country: 'Nicaragua', + continent: 'North America', + elevationInMeters: 594, + landform: 'Caldera', timesErupted: 36, lastEruption: '2015-10-3', firstRecordedEruption: '-4050', longestEruptionInDays: 7127, }, { + id: 243060, name: 'Tofua', + country: 'Tonga', + continent: 'Oceania', + elevationInMeters: 515, + landform: 'Caldera', timesErupted: 11, lastEruption: '2015-10-2', firstRecordedEruption: '1774-6', longestEruptionInDays: 3865, }, { + id: 266100, name: 'Lokon-Empung', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1580, + landform: 'Composite', timesErupted: 30, lastEruption: '2015-8-30', firstRecordedEruption: '1375', longestEruptionInDays: 1689, }, { + id: 342110, name: 'Pacaya', + country: 'Guatemala', + continent: 'North America', + elevationInMeters: 2569, + landform: 'Composite', timesErupted: 32, lastEruption: '2015-6-7', firstRecordedEruption: '400', longestEruptionInDays: 8650, }, { + id: 331021, name: 'Axial Seamount', + country: 'Undersea Features', + continent: 'N/A', + elevationInMeters: -1410, + landform: 'Cluster', timesErupted: 12, lastEruption: '2015-4-23', firstRecordedEruption: '410', longestEruptionInDays: 2192, }, { + id: 358020, name: 'Calbuco', + country: 'Chile', + continent: 'South America', + elevationInMeters: 1974, + landform: 'Composite', timesErupted: 36, lastEruption: '2015-4-22', firstRecordedEruption: '-8460', longestEruptionInDays: 374, }, { + id: 357120, name: 'Villarrica', + country: 'Chile', + continent: 'South America', + elevationInMeters: 2847, + landform: 'Composite', timesErupted: 152, lastEruption: '2014-12-2', firstRecordedEruption: '-7520', longestEruptionInDays: 3544, }, { + id: 384010, name: 'Fogo', + country: 'Cabo Verde', + continent: 'Africa', + elevationInMeters: 2829, + landform: 'Composite', timesErupted: 12, lastEruption: '2014-11-23', firstRecordedEruption: '1500', longestEruptionInDays: 171, }, { + id: 390090, name: 'Saunders', + country: 'United Kingdom', + continent: 'Europe', + elevationInMeters: 843, + landform: 'Composite', timesErupted: 7, lastEruption: '2014-11-12', firstRecordedEruption: '1819-12-29', longestEruptionInDays: 4935, }, { + id: 242050, name: 'Monowai', + country: 'New Zealand', + continent: 'Oceania', + elevationInMeters: -132, + landform: 'Composite', timesErupted: 25, lastEruption: '2014-10-16', firstRecordedEruption: '1977-4-16', longestEruptionInDays: 525, }, { + id: 283040, name: 'Ontakesan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 3067, + landform: 'Composite', timesErupted: 4, lastEruption: '2014-9-27', firstRecordedEruption: '1979-10-28', longestEruptionInDays: 179, }, { + id: 252140, name: 'Rabaul', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 688, + landform: 'Caldera', timesErupted: 19, lastEruption: '2014-7-7', firstRecordedEruption: '683', longestEruptionInDays: 2107, }, { + id: 263180, name: 'Slamet', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3428, + landform: 'Composite', timesErupted: 42, lastEruption: '2014-3-8', firstRecordedEruption: '1772-8-11', longestEruptionInDays: 193, }, { + id: 263280, name: 'Kelud', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1730, + landform: 'Composite', timesErupted: 37, lastEruption: '2014-2-13', firstRecordedEruption: '-230', longestEruptionInDays: 182, }, { + id: 255060, name: 'Kavachi', + country: 'Solomon Islands', + continent: 'Oceania', + elevationInMeters: -20, + landform: 'Composite', timesErupted: 31, lastEruption: '2014-1-29', firstRecordedEruption: '1939-4-30', longestEruptionInDays: 1368, }, { + id: 221020, name: 'Zubair Group', + country: 'Yemen', + continent: 'Asia', + elevationInMeters: 191, + landform: 'Shield', timesErupted: 3, lastEruption: '2013-9-28', firstRecordedEruption: '1824', longestEruptionInDays: 53, }, { + id: 290070, name: 'Etorofu-Yakeyama [Grozny Group]', + country: 'Japan - administered by Russia', + continent: 'Asia', + elevationInMeters: 1158, + landform: 'Composite', timesErupted: 7, lastEruption: '2013-2-16', firstRecordedEruption: '1968-2-16', longestEruptionInDays: 94, }, { + id: 352080, name: 'Tungurahua', + country: 'Ecuador', + continent: 'South America', + elevationInMeters: 5023, + landform: 'Composite', timesErupted: 31, lastEruption: '2012-12-14', firstRecordedEruption: '-7750', longestEruptionInDays: 3564, }, { + id: 300240, name: 'Tolbachik', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 3611, + landform: 'Shield', timesErupted: 58, lastEruption: '2012-11-27', firstRecordedEruption: '-7600', longestEruptionInDays: 531, }, { + id: 241080, name: 'Tongariro', + country: 'New Zealand', + continent: 'Oceania', + elevationInMeters: 1978, + landform: 'Composite', timesErupted: 76, lastEruption: '2012-11-21', firstRecordedEruption: '-9850', longestEruptionInDays: 634, }, { + id: 290150, name: 'Chirpoi', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 742, + landform: 'Composite', timesErupted: 9, lastEruption: '2012-11-11', firstRecordedEruption: '1712-12-31', longestEruptionInDays: 1437, }, { + id: 264150, name: 'Paluweh', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 875, + landform: 'Composite', timesErupted: 9, lastEruption: '2012-10-8', firstRecordedEruption: '1650', longestEruptionInDays: 805, }, { + id: 234010, name: 'Heard', + country: 'Australia', + continent: 'Oceania', + elevationInMeters: 2745, + landform: 'Composite', timesErupted: 11, lastEruption: '2012-9-5', firstRecordedEruption: '1910-3', longestEruptionInDays: 4363, }, { + id: 351080, name: 'Galeras', + country: 'Colombia', + continent: 'South America', + elevationInMeters: 4276, + landform: 'Composite', timesErupted: 36, lastEruption: '2012-5-13', firstRecordedEruption: '-7050', longestEruptionInDays: 3286, }, { + id: 252080, name: 'Witori', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 724, + landform: 'Caldera', timesErupted: 19, lastEruption: '2012-5-3', firstRecordedEruption: '-7510', longestEruptionInDays: 235, }, { - name: 'Grimsvotn', + id: 373010, + name: 'Grímsvötn', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 1719, + landform: 'Caldera', timesErupted: 76, lastEruption: '2011-5-21', firstRecordedEruption: '-8230', longestEruptionInDays: 90, }, { + id: 300230, name: 'Kizimen', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 2334, + landform: 'Composite', timesErupted: 11, lastEruption: '2010-11-11', firstRecordedEruption: '-8050', longestEruptionInDays: 1036, }, { + id: 290270, name: 'Ekarma', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1170, + landform: 'Composite', timesErupted: 3, lastEruption: '2010-6-30', firstRecordedEruption: '1767', longestEruptionInDays: 41, }, { + id: 300070, name: 'Gorely', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1799, + landform: 'Composite', timesErupted: 50, lastEruption: '2010-6-6', firstRecordedEruption: '-7400', longestEruptionInDays: 778, }, { + id: 284040, name: 'Miyakejima', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 775, + landform: 'Composite', timesErupted: 39, lastEruption: '2010-4-10', firstRecordedEruption: '-6450', longestEruptionInDays: 682, }, { - name: 'Eyjafjallajokull', + id: 372020, + name: 'Eyjafjallajökull', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 1651, + landform: 'Composite', timesErupted: 5, lastEruption: '2010-3-20', firstRecordedEruption: '550', longestEruptionInDays: 377, }, { + id: 221115, name: 'Manda Hararo', + country: 'Ethiopia', + continent: 'Africa', + elevationInMeters: 600, + landform: 'Shield', timesErupted: 2, lastEruption: '2009-6-28', firstRecordedEruption: '2007-8-12', longestEruptionInDays: 3, }, { + id: 313030, name: 'Redoubt', + country: 'United States', + continent: 'North America', + elevationInMeters: 3108, + landform: 'Composite', timesErupted: 97, lastEruption: '2009-3-15', firstRecordedEruption: '-9310', longestEruptionInDays: 187, }, { + id: 300090, name: 'Koryaksky', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 3430, + landform: 'Composite', timesErupted: 7, lastEruption: '2008-12-23', firstRecordedEruption: '-5050', longestEruptionInDays: 246, }, { + id: 285070, name: 'Akan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1499, + landform: 'Caldera', timesErupted: 35, lastEruption: '2008-11-18', firstRecordedEruption: '-7050', longestEruptionInDays: 227, }, { + id: 311130, name: 'Kasatochi', + country: 'United States', + continent: 'North America', + elevationInMeters: 314, + landform: 'Composite', timesErupted: 2, lastEruption: '2008-8-7', firstRecordedEruption: '1760', longestEruptionInDays: 2, }, { + id: 352010, name: 'Reventador', + country: 'Ecuador', + continent: 'South America', + elevationInMeters: 3562, + landform: 'Composite', timesErupted: 26, lastEruption: '2008-7-27', firstRecordedEruption: '1541-4', longestEruptionInDays: 5864, }, { + id: 252070, name: 'Krummel-Garbuna-Welcker', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 564, + landform: 'Composite', timesErupted: 4, lastEruption: '2008-7-13', firstRecordedEruption: '150', longestEruptionInDays: 83, }, { + id: 311290, name: 'Okmok', + country: 'United States', + continent: 'North America', + elevationInMeters: 1073, + landform: 'Shield', timesErupted: 18, lastEruption: '2008-7-12', firstRecordedEruption: '-6310', longestEruptionInDays: 464, }, { + id: 241130, name: 'Rumble III', + country: 'New Zealand', + continent: 'Oceania', + elevationInMeters: -220, + landform: 'Composite', timesErupted: 6, lastEruption: '2008-7-2', firstRecordedEruption: '1958-7-9', longestEruptionInDays: 1454, }, { - name: 'Chaiten', + id: 358041, + name: 'Chaitén', + country: 'Chile', + continent: 'South America', + elevationInMeters: 1122, + landform: 'Caldera', timesErupted: 5, lastEruption: '2008-5-2', firstRecordedEruption: '-7750', longestEruptionInDays: 1124, }, { + id: 264160, name: 'Egon', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1661, + landform: 'Composite', timesErupted: 4, lastEruption: '2008-4-15', firstRecordedEruption: '2004-1-29', longestEruptionInDays: 75, }, { + id: 268030, name: 'Ibu', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1325, + landform: 'Composite', timesErupted: 5, lastEruption: '2008-4-5', firstRecordedEruption: '1911-8-30', longestEruptionInDays: 5977, }, { + id: 357110, name: 'Llaima', + country: 'Chile', + continent: 'South America', + elevationInMeters: 3125, + landform: 'Composite', timesErupted: 56, lastEruption: '2008-1-1', firstRecordedEruption: '-7410', longestEruptionInDays: 756, }, { + id: 261160, name: 'Talang', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2575, + landform: 'Composite', timesErupted: 13, lastEruption: '2007-11-27', firstRecordedEruption: '1833-10', longestEruptionInDays: 97, }, { + id: 284200, name: 'Anatahan', + country: 'United States', + continent: 'North America', + elevationInMeters: 790, + landform: 'Composite', timesErupted: 4, lastEruption: '2007-11-27', firstRecordedEruption: '2003-5-10', longestEruptionInDays: 509, }, { + id: 241100, name: 'Ruapehu', + country: 'New Zealand', + continent: 'Oceania', + elevationInMeters: 2797, + landform: 'Composite', timesErupted: 64, lastEruption: '2007-9-25', firstRecordedEruption: '-9850', longestEruptionInDays: 550, }, { + id: 268040, name: 'Gamkonora', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1635, + landform: 'Composite', timesErupted: 13, lastEruption: '2007-7-8', firstRecordedEruption: '1564-12-31', longestEruptionInDays: 142, }, { + id: 251070, name: 'Ritter Island', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 75, + landform: 'Composite', timesErupted: 8, lastEruption: '2007-5-19', firstRecordedEruption: '1700-4-3', longestEruptionInDays: 3, }, { + id: 257050, name: 'Lopevi', + country: 'Vanuatu', + continent: 'Oceania', + elevationInMeters: 1413, + landform: 'Composite', timesErupted: 30, lastEruption: '2007-4-21', firstRecordedEruption: '1863', longestEruptionInDays: 794, }, { + id: 233010, name: 'Karthala', + country: 'Comoros', + continent: 'Africa', + elevationInMeters: 2361, + landform: 'Shield', timesErupted: 34, lastEruption: '2007-1-12', firstRecordedEruption: '1050', longestEruptionInDays: 55, }, { + id: 313010, name: 'Augustine', + country: 'United States', + continent: 'North America', + elevationInMeters: 1218, + landform: 'Composite', timesErupted: 22, lastEruption: '2005-12-9', firstRecordedEruption: '-5420', longestEruptionInDays: 477, }, { + id: 221113, name: 'Dabbahu', + country: 'Ethiopia', + continent: 'Africa', + elevationInMeters: 1401, + landform: 'Composite', timesErupted: 4, lastEruption: '2005-9-26', firstRecordedEruption: '-5850', longestEruptionInDays: 3, }, { + id: 334050, name: 'Northern EPR at 9.8°N', + country: 'Undersea Features', + continent: 'N/A', + elevationInMeters: -2500, + landform: 'Cluster', timesErupted: 17, lastEruption: '2005-8-16', firstRecordedEruption: '-5050', longestEruptionInDays: 153, }, { + id: 234011, name: 'McDonald Islands', + country: 'Australia', + continent: 'Oceania', + elevationInMeters: 230, + landform: 'Composite', timesErupted: 4, lastEruption: '2005-7-12', firstRecordedEruption: '1992-12-16', longestEruptionInDays: 55, }, { + id: 343020, name: 'Santa Ana', + country: 'El Salvador', + continent: 'North America', + elevationInMeters: 2381, + landform: 'Composite', timesErupted: 13, lastEruption: '2005-6-16', firstRecordedEruption: '1521-12-31', longestEruptionInDays: 107, }, { - name: 'Soufriere Hills', + id: 360050, + name: 'Soufrière Hills', + country: 'United Kingdom', + continent: 'Europe', + elevationInMeters: 915, + landform: 'Composite', timesErupted: 9, lastEruption: '2005-4-15', firstRecordedEruption: '-8050', longestEruptionInDays: 3004, }, { - name: 'Popocatepetl', + id: 341090, + name: 'Popocatépetl', + country: 'Mexico', + continent: 'North America', + elevationInMeters: 5393, + landform: 'Composite', timesErupted: 41, lastEruption: '2005-1-9', firstRecordedEruption: '-7150', longestEruptionInDays: 7158, }, { + id: 282030, name: 'Suwanosejima', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 796, + landform: 'Composite', timesErupted: 24, lastEruption: '2004-10-23', firstRecordedEruption: '1600', longestEruptionInDays: 10042, }, { + id: 321050, name: 'St. Helens', + country: 'United States', + continent: 'North America', + elevationInMeters: 2549, + landform: 'Composite', timesErupted: 40, lastEruption: '2004-10-1', firstRecordedEruption: '-2340', longestEruptionInDays: 2406, }, { + id: 267040, name: 'Awu', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1318, + landform: 'Composite', timesErupted: 16, lastEruption: '2004-6-2', firstRecordedEruption: '1646', longestEruptionInDays: 75, }, { + id: 285050, name: 'Tokachidake', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 2077, + landform: 'Composite', timesErupted: 27, lastEruption: '2004-2-25', firstRecordedEruption: '-2650', longestEruptionInDays: 156, }, { + id: 264200, name: 'Leroboleng', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1095, + landform: 'Composite', timesErupted: 4, lastEruption: '2003-6-26', firstRecordedEruption: '1873', longestEruptionInDays: 33, }, { + id: 244000, name: "Vailulu'u", + country: 'United States', + continent: 'North America', + elevationInMeters: -592, + landform: 'Shield', timesErupted: 3, lastEruption: '2003-4-16', firstRecordedEruption: '1973-7-10', longestEruptionInDays: 20, }, { + id: 352020, name: 'Guagua Pichincha', + country: 'Ecuador', + continent: 'South America', + elevationInMeters: 4784, + landform: 'Composite', timesErupted: 33, lastEruption: '2002-10-11', firstRecordedEruption: '-7000', longestEruptionInDays: 1022, }, { + id: 284090, name: 'Izu-Torishima', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 394, + landform: 'Composite', timesErupted: 6, lastEruption: '2002-8-12', firstRecordedEruption: '1871-4', longestEruptionInDays: 131, }, { + id: 223030, name: 'Nyiragongo', + country: 'DR Congo', + continent: 'Africa', + elevationInMeters: 3470, + landform: 'Composite', timesErupted: 19, lastEruption: '2002-5-17', firstRecordedEruption: '1884', longestEruptionInDays: 18197, }, { + id: 342090, name: 'Fuego', + country: 'Guatemala', + continent: 'North America', + elevationInMeters: 3763, + landform: 'Composite', timesErupted: 61, lastEruption: '2002-1-4', firstRecordedEruption: '-1580', longestEruptionInDays: 8259, }, { + id: 300100, name: 'Avachinsky', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 2717, + landform: 'Composite', timesErupted: 55, lastEruption: '2001-10-5', firstRecordedEruption: '-6100', longestEruptionInDays: 352, }, { + id: 264090, name: 'Inielika', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1559, + landform: 'Composite', timesErupted: 2, lastEruption: '2001-1-11', firstRecordedEruption: '1905-11', longestEruptionInDays: 64, }, { + id: 261030, name: 'Peuet Sague', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2785, + landform: 'Composite', timesErupted: 7, lastEruption: '2000-12-25', firstRecordedEruption: '1918', longestEruptionInDays: 51, }, { + id: 285020, name: 'Hokkaido-Komagatake', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1131, + landform: 'Composite', timesErupted: 19, lastEruption: '2000-9-4', firstRecordedEruption: '-4600', longestEruptionInDays: 81, }, { + id: 261220, name: 'Kaba', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1940, + landform: 'Composite', timesErupted: 11, lastEruption: '2000-8-22', firstRecordedEruption: '1833-11-24', longestEruptionInDays: 396, }, { + id: 300060, name: 'Mutnovsky', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 2288, + landform: 'Composite', timesErupted: 45, lastEruption: '2000-6-30', firstRecordedEruption: '-7550', longestEruptionInDays: 85, }, { + id: 224010, name: 'Cameroon', + country: 'Cameroon', + continent: 'Africa', + elevationInMeters: 4095, + landform: 'Composite', timesErupted: 19, lastEruption: '?-2000-5', firstRecordedEruption: '-450', longestEruptionInDays: 123, }, { + id: 285030, name: 'Toya', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 733, + landform: 'Composite', timesErupted: 13, lastEruption: '2000-3-31', firstRecordedEruption: '-6550', longestEruptionInDays: 1682, }, { + id: 255020, name: 'Bagana', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 1855, + landform: 'Composite', timesErupted: 25, lastEruption: '2000-2-28', firstRecordedEruption: '1842-3-15', longestEruptionInDays: 8928, }, { + id: 372070, name: 'Hekla', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 1490, + landform: 'Composite', timesErupted: 65, lastEruption: '2000-2-26', firstRecordedEruption: '-5850', longestEruptionInDays: 213, }, { + id: 290100, name: 'Moyorodake [Medvezhia]', + country: 'Japan - administered by Russia', + continent: 'Asia', + elevationInMeters: 1124, + landform: 'Composite', timesErupted: 5, lastEruption: '1999-10-7', firstRecordedEruption: '-50', longestEruptionInDays: 6, }, { + id: 300270, name: 'Sheveluch', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 3283, + landform: 'Composite', timesErupted: 102, lastEruption: '1999-8-15', firstRecordedEruption: '-8500', longestEruptionInDays: 9133, }, { + id: 263350, name: 'Ijen', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2769, + landform: 'Composite', timesErupted: 9, lastEruption: '1999-6-28', firstRecordedEruption: '-640', longestEruptionInDays: 34, }, { + id: 264010, name: 'Batur', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1711, + landform: 'Caldera', timesErupted: 25, lastEruption: '1999-3-15', firstRecordedEruption: '1804', longestEruptionInDays: 458, }, { + id: 382050, name: 'Terceira', + country: 'Portugal', + continent: 'Europe', + elevationInMeters: 1023, + landform: 'Composite', timesErupted: 15, lastEruption: '1998-11-25', firstRecordedEruption: '-6720', longestEruptionInDays: 476, }, { + id: 283090, name: 'Niigata-Yakeyama', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 2400, + landform: 'Minor ', timesErupted: 20, lastEruption: '1998-3-30', firstRecordedEruption: '-1900', longestEruptionInDays: 82, }, { + id: 283260, name: 'Akita-Yakeyama', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1366, + landform: 'Composite', timesErupted: 16, lastEruption: '1997-8-16', firstRecordedEruption: '-3050', longestEruptionInDays: 2, }, { + id: 283170, name: 'Adatarayama', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1728, + landform: 'Composite', timesErupted: 12, lastEruption: '1996-9-1', firstRecordedEruption: '-8050', longestEruptionInDays: 80, }, { + id: 331031, name: 'North Gorda Ridge Segment', + country: 'United States', + continent: 'North America', + elevationInMeters: -3000, + landform: 'Cluster', timesErupted: 3, lastEruption: '1996-2-28', firstRecordedEruption: '-4840', longestEruptionInDays: 16, }, { + id: 332000, name: "Kama'ehuakanaloa", + country: 'United States', + continent: 'North America', + elevationInMeters: -975, + landform: 'Shield', timesErupted: 4, lastEruption: '1996-2-25', firstRecordedEruption: '-7050', longestEruptionInDays: 165, }, { + id: 282100, name: 'Unzendake', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1483, + landform: 'Composite', timesErupted: 11, lastEruption: '1996-2-10', firstRecordedEruption: '-4050', longestEruptionInDays: 1551, }, { + id: 282120, name: 'Kujusan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1791, + landform: 'Composite', timesErupted: 13, lastEruption: '1995-10-11', firstRecordedEruption: '-9160', longestEruptionInDays: 164, }, { + id: 283070, name: 'Yakedake', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 2455, + landform: 'Composite', timesErupted: 38, lastEruption: '1995-2-11', firstRecordedEruption: '-7450', longestEruptionInDays: 541, }, { + id: 311310, name: 'Makushin', + country: 'United States', + continent: 'North America', + elevationInMeters: 1800, + landform: 'Composite', timesErupted: 19, lastEruption: '1995-1-30', firstRecordedEruption: '-6650', longestEruptionInDays: 156, }, { + id: 251050, name: 'Long Island', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 1280, + landform: 'Composite', timesErupted: 11, lastEruption: '1993-11-3', firstRecordedEruption: '-2040', longestEruptionInDays: 318, }, { + id: 264220, name: 'Iliboleng', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1659, + landform: 'Composite', timesErupted: 20, lastEruption: '1993-6-16', firstRecordedEruption: '1885-9', longestEruptionInDays: 365, }, { + id: 311180, name: 'Seguam', + country: 'United States', + continent: 'North America', + elevationInMeters: 1054, + landform: 'Composite', timesErupted: 11, lastEruption: '1993-5-28', firstRecordedEruption: '-7300', longestEruptionInDays: 95, }, { + id: 341021, name: 'Socorro', + country: 'Mexico', + continent: 'North America', + elevationInMeters: 1050, + landform: 'Shield', timesErupted: 3, lastEruption: '1993-1-29', firstRecordedEruption: '-3090', longestEruptionInDays: 391, }, { + id: 311320, name: 'Akutan', + country: 'United States', + continent: 'North America', + elevationInMeters: 1303, + landform: 'Composite', timesErupted: 40, lastEruption: '1992-12-18', firstRecordedEruption: '-7620', longestEruptionInDays: 222, }, { + id: 313040, name: 'Spurr', + country: 'United States', + continent: 'North America', + elevationInMeters: 3374, + landform: 'Composite', timesErupted: 7, lastEruption: '1992-6-27', firstRecordedEruption: '-6050', longestEruptionInDays: 82, }, { + id: 311340, name: 'Westdahl', + country: 'United States', + continent: 'North America', + elevationInMeters: 1563, + landform: 'Composite', timesErupted: 7, lastEruption: '1991-11-29', firstRecordedEruption: '1795', longestEruptionInDays: 45, }, { + id: 264071, name: 'Ranakah', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2288, + landform: 'Cluster', timesErupted: 2, lastEruption: '1991-3-16', firstRecordedEruption: '1987-12-28', longestEruptionInDays: 474, }, { + id: 284010, name: 'Izu-Oshima', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 746, + landform: 'Composite', timesErupted: 99, lastEruption: '1990-10-4', firstRecordedEruption: '-8450', longestEruptionInDays: 1216, }, { + id: 311020, name: 'Kiska', + country: 'United States', + continent: 'North America', + elevationInMeters: 1220, + landform: 'Composite', timesErupted: 4, lastEruption: '1990-6-1', firstRecordedEruption: '1962-1-24', longestEruptionInDays: 5, }, { + id: 311070, name: 'Gareloi', + country: 'United States', + continent: 'North America', + elevationInMeters: 1573, + landform: 'Composite', timesErupted: 12, lastEruption: '1989-8-17', firstRecordedEruption: '1790', longestEruptionInDays: 365, }, { + id: 357100, name: 'Lonquimay', + country: 'Chile', + continent: 'South America', + elevationInMeters: 2832, + landform: 'Composite', timesErupted: 4, lastEruption: '1988-12-25', firstRecordedEruption: '1853-2', longestEruptionInDays: 394, }, { + id: 268070, name: 'Kie Besi', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1357, + landform: 'Composite', timesErupted: 8, lastEruption: '1988-7-29', firstRecordedEruption: '1550', longestEruptionInDays: 220, }, { + id: 357010, name: 'Tupungatito', + country: 'Chile - Argentina', + continent: 'South America', + elevationInMeters: 5660, + landform: 'Composite', timesErupted: 18, lastEruption: '1987-11-28', firstRecordedEruption: '1829', longestEruptionInDays: 103, }, { + id: 333060, name: 'Macdonald', + country: 'France', + continent: 'Europe', + elevationInMeters: -39, + landform: 'Shield', timesErupted: 10, lastEruption: '1987-6-4', firstRecordedEruption: '1967-5-29', longestEruptionInDays: 604, }, { + id: 261120, name: 'Sorikmarapi', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2145, + landform: 'Composite', timesErupted: 7, lastEruption: '1986-7-5', firstRecordedEruption: '1829', longestEruptionInDays: 9, }, { - name: 'Tacana', + id: 341130, + name: 'Tacaná', + country: 'Mexico - Guatemala', + continent: 'North America', + elevationInMeters: 4064, + landform: 'Composite', timesErupted: 10, lastEruption: '1986-2-16', firstRecordedEruption: '-9450', longestEruptionInDays: 119, }, { + id: 333010, name: 'Teahitia', + country: 'France', + continent: 'Europe', + elevationInMeters: -1743, + landform: 'Composite', timesErupted: 4, lastEruption: '1985-1-10', firstRecordedEruption: '1982-3-16', longestEruptionInDays: 208, }, { + id: 373080, name: 'Krafla', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 800, + landform: 'Cluster', timesErupted: 23, lastEruption: '1984-9-4', firstRecordedEruption: '-8500', longestEruptionInDays: 221, }, { + id: 263140, name: 'Galunggung', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2168, + landform: 'Composite', timesErupted: 6, lastEruption: '1984-1-9', firstRecordedEruption: '-2250', longestEruptionInDays: 278, }, { + id: 266010, name: 'Colo', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 404, + landform: 'Composite', timesErupted: 3, lastEruption: '1983-7-18', firstRecordedEruption: '1898-5-2', longestEruptionInDays: 151, }, { + id: 290030, name: 'Chachadake [Tiatia]', + country: 'Japan - administered by Russia', + continent: 'Asia', + elevationInMeters: 1822, + landform: 'Composite', timesErupted: 4, lastEruption: '1981-6-10', firstRecordedEruption: '1812-8', longestEruptionInDays: 15, }, { + id: 241050, name: 'Okataina', + country: 'New Zealand', + continent: 'Oceania', + elevationInMeters: 1111, + landform: 'Cluster', timesErupted: 31, lastEruption: '1981-5-16', firstRecordedEruption: '-8050', longestEruptionInDays: 68, }, { + id: 285040, name: 'Shikotsu', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1320, + landform: 'Caldera', timesErupted: 41, lastEruption: '1981-2-27', firstRecordedEruption: '-6950', longestEruptionInDays: 157, }, { + id: 243102, name: 'Curacoa', + country: 'Tonga', + continent: 'Oceania', + elevationInMeters: -33, + landform: 'Composite', timesErupted: 2, lastEruption: '1979-5-14', firstRecordedEruption: '1973-7-11', longestEruptionInDays: 5, }, { - name: 'Carran-Los Venados', + id: 357140, + name: 'Carrán-Los Venados', + country: 'Chile', + continent: 'South America', + elevationInMeters: 1114, + landform: 'Cluster', timesErupted: 3, lastEruption: '1979-4-14', firstRecordedEruption: '1907-4-9', longestEruptionInDays: 108, }, { + id: 358060, name: 'Lautaro', + country: 'Chile', + continent: 'South America', + elevationInMeters: 3542, + landform: 'Composite', timesErupted: 9, lastEruption: '1979-3-8', firstRecordedEruption: '1876-10', longestEruptionInDays: 22, }, { + id: 251030, name: 'Karkar', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 1839, + landform: 'Composite', timesErupted: 11, lastEruption: '1979-1-12', firstRecordedEruption: '-7140', longestEruptionInDays: 208, }, { + id: 274020, name: 'Didicas', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 228, + landform: 'Composite', timesErupted: 5, lastEruption: '1978-1-6', firstRecordedEruption: '1856-9-30', longestEruptionInDays: 473, }, { + id: 283180, name: 'Azumayama', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1949, + landform: 'Composite', timesErupted: 19, lastEruption: '1977-12-7', firstRecordedEruption: '-5700', longestEruptionInDays: 189, }, { + id: 266110, name: 'Mahawu', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1299, + landform: 'Composite', timesErupted: 7, lastEruption: '1977-11-16', firstRecordedEruption: '1788', longestEruptionInDays: 17, }, { + id: 312131, name: 'Ukinrek Maars', + country: 'United States', + continent: 'North America', + elevationInMeters: 91, + landform: 'Minor ', timesErupted: 2, lastEruption: '1977-3-30', firstRecordedEruption: '-350', longestEruptionInDays: 9, }, { - name: 'Irazu', + id: 345060, + name: 'Irazú', + country: 'Costa Rica', + continent: 'North America', + elevationInMeters: 3436, + landform: 'Composite', timesErupted: 24, lastEruption: '1977-3-3', firstRecordedEruption: '-640', longestEruptionInDays: 703, }, { - name: 'Soufriere Guadeloupe', + id: 360060, + name: 'Soufrière Guadeloupe', + country: 'France', + continent: 'Europe', + elevationInMeters: 1467, + landform: 'Composite', timesErupted: 16, lastEruption: '1976-7-8', firstRecordedEruption: '-7490', longestEruptionInDays: 236, }, { + id: 312160, name: 'Trident', + country: 'United States', + continent: 'North America', + elevationInMeters: 1864, + landform: 'Composite', timesErupted: 15, lastEruption: '1974-7-15', firstRecordedEruption: '1913-9', longestEruptionInDays: 1135, }, { + id: 257070, name: 'Kuwae', + country: 'Vanuatu', + continent: 'Oceania', + elevationInMeters: -2, + landform: 'Caldera', timesErupted: 12, lastEruption: '1974-2-4', firstRecordedEruption: '1425', longestEruptionInDays: 224, }, { + id: 284133, name: 'Fukujin', + country: 'United States', + continent: 'North America', + elevationInMeters: -217, + landform: 'Composite', timesErupted: 3, lastEruption: '1973-9-27', firstRecordedEruption: '1951-7-15', longestEruptionInDays: 159, }, { + id: 290120, name: 'Kolokol Group', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1328, + landform: 'Composite', timesErupted: 9, lastEruption: '1973-7-25', firstRecordedEruption: '1780', longestEruptionInDays: 28, }, { + id: 372010, name: 'Vestmannaeyjar', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 283, + landform: 'Cluster', timesErupted: 10, lastEruption: '1973-1-23', firstRecordedEruption: '-8050', longestEruptionInDays: 1305, }, { + id: 390020, name: 'Erebus', + country: 'Antarctica', + continent: 'Antarctica', + elevationInMeters: 3794, + landform: 'Composite', timesErupted: 20, lastEruption: '1972-12-16', firstRecordedEruption: '-8050', longestEruptionInDays: 18870, }, { + id: 342080, name: 'Acatenango', + country: 'Guatemala', + continent: 'North America', + elevationInMeters: 3976, + landform: 'Composite', timesErupted: 8, lastEruption: '1972-11-12', firstRecordedEruption: '-2710', longestEruptionInDays: 170, }, { + id: 333020, name: 'Rocard', + country: 'France', + continent: 'Europe', + elevationInMeters: -2515, + landform: 'Composite', timesErupted: 3, lastEruption: '1972-7-4', firstRecordedEruption: '1966-3-9', longestEruptionInDays: 15, }, { + id: 263210, name: 'Sundoro', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3147, + landform: 'Composite', timesErupted: 11, lastEruption: '1971-10-29', firstRecordedEruption: '230', longestEruptionInDays: 89, }, { + id: 283230, name: 'Akita-Komagatake', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1637, + landform: 'Composite', timesErupted: 18, lastEruption: '1970-9-18', firstRecordedEruption: '-8800', longestEruptionInDays: 130, }, { + id: 390030, name: 'Deception Island', + country: 'Antarctica', + continent: 'Antarctica', + elevationInMeters: 602, + landform: 'Caldera', timesErupted: 24, lastEruption: '1970-8-12', firstRecordedEruption: '-6750', longestEruptionInDays: 23, }, { + id: 333030, name: 'Moua Pihaa', + country: 'France', + continent: 'Europe', + elevationInMeters: -312, + landform: 'Composite', timesErupted: 2, lastEruption: '1970-6-21', firstRecordedEruption: '1969-4-22', longestEruptionInDays: 7, }, { + id: 284070, name: 'Myojinsho', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 11, + landform: 'Caldera', timesErupted: 15, lastEruption: '1970-1-29', firstRecordedEruption: '1869-5-6', longestEruptionInDays: 395, }, { + id: 264110, name: 'Iya', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 618, + landform: 'Composite', timesErupted: 8, lastEruption: '1969-1-27', firstRecordedEruption: '1671', longestEruptionInDays: 3, }, { + id: 345033, name: 'Arenal', + country: 'Costa Rica', + continent: 'North America', + elevationInMeters: 1670, + landform: 'Composite', timesErupted: 27, lastEruption: '1968-7-29', firstRecordedEruption: '-5060', longestEruptionInDays: 15480, }, { + id: 282020, name: 'Io-Torishima', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 212, + landform: 'Composite', timesErupted: 9, lastEruption: '1968-7-18', firstRecordedEruption: '1664', longestEruptionInDays: 164, }, { + id: 264140, name: 'Kelimutu', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1639, + landform: 'Composite', timesErupted: 3, lastEruption: '1968-6-3', firstRecordedEruption: '1865', longestEruptionInDays: 56, }, { - name: 'Kverkfjoll', + id: 373050, + name: 'Kverkfjöll', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 1930, + landform: 'Composite', timesErupted: 8, lastEruption: '1968-5-23', firstRecordedEruption: '-7050', longestEruptionInDays: 24, }, { + id: 265060, name: 'Nila', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 781, + landform: 'Composite', timesErupted: 4, lastEruption: '1968-5-7', firstRecordedEruption: '1903-12-8', longestEruptionInDays: 40, }, { + id: 221080, name: 'Erta Ale', + country: 'Ethiopia', + continent: 'Africa', + elevationInMeters: 585, + landform: 'Shield', timesErupted: 4, lastEruption: '1967-7-2', firstRecordedEruption: '1906-5', longestEruptionInDays: 20864, }, { + id: 343030, name: 'Izalco', + country: 'El Salvador', + continent: 'North America', + elevationInMeters: 1950, + landform: 'Composite', timesErupted: 51, lastEruption: '1966-10-28', firstRecordedEruption: '1770-2-23', longestEruptionInDays: 1470, }, { + id: 257010, name: 'Suretamatai', + country: 'Vanuatu', + continent: 'Oceania', + elevationInMeters: 921, + landform: 'Composite', timesErupted: 3, lastEruption: '1965-8-9', firstRecordedEruption: '1856', longestEruptionInDays: 327, }, { + id: 283150, name: 'Nasudake', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1915, + landform: 'Composite', timesErupted: 20, lastEruption: '1963-11-20', firstRecordedEruption: '-8550', longestEruptionInDays: 5, }, { + id: 373060, name: 'Askja', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 1080, + landform: 'Composite', timesErupted: 14, lastEruption: '1961-10-26', firstRecordedEruption: '-8910', longestEruptionInDays: 39, }, { + id: 386010, name: 'Tristan da Cunha', + country: 'United Kingdom', + continent: 'Europe', + elevationInMeters: 2060, + landform: 'Shield', timesErupted: 2, lastEruption: '1961-10-10', firstRecordedEruption: '1700', longestEruptionInDays: 155, }, { + id: 251010, name: 'Bam', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 685, + landform: 'Composite', timesErupted: 17, lastEruption: '1960-4-28', firstRecordedEruption: '1872', longestEruptionInDays: 883, }, { + id: 290180, name: 'Zavaritzki Caldera', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 612, + landform: 'Caldera', timesErupted: 2, lastEruption: '1957-11-12', firstRecordedEruption: '1923', longestEruptionInDays: 18, }, { + id: 382010, name: 'Fayal', + country: 'Portugal', + continent: 'Europe', + elevationInMeters: 1041, + landform: 'Composite', timesErupted: 2, lastEruption: '1957-9-27', firstRecordedEruption: '1672-4-24', longestEruptionInDays: 392, }, { + id: 223050, name: 'Visoke', + country: 'DR Congo - Rwanda', + continent: 'Africa', + elevationInMeters: 3696, + landform: 'Composite', timesErupted: 2, lastEruption: '1957-8-1', firstRecordedEruption: '1891', longestEruptionInDays: 2, }, { + id: 243100, name: 'Fonualei', + country: 'Tonga', + continent: 'Oceania', + elevationInMeters: 188, + landform: 'Composite', timesErupted: 6, lastEruption: '1957-6-16', firstRecordedEruption: '1791', longestEruptionInDays: 121, }, { + id: 263060, name: 'Gede-Pangrango', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3026, + landform: 'Composite', timesErupted: 22, lastEruption: '1957-3-13', firstRecordedEruption: '1747', longestEruptionInDays: 81, }, { + id: 344080, name: 'Las Pilas-El Hoyo Complex', + country: 'Nicaragua', + continent: 'North America', + elevationInMeters: 1088, + landform: 'Composite', timesErupted: 3, lastEruption: '1954-10-29', firstRecordedEruption: '1528', longestEruptionInDays: 54, }, { + id: 250010, name: 'St. Andrew Strait', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 270, + landform: 'Composite', timesErupted: 4, lastEruption: '1953-6-27', firstRecordedEruption: '-240', longestEruptionInDays: 1311, }, { + id: 290310, name: 'Tao-Rusyr Caldera', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1272, + landform: 'Composite', timesErupted: 2, lastEruption: '1952-11-12', firstRecordedEruption: '-5550', longestEruptionInDays: 7, }, { + id: 283140, name: 'Nikko-Shiranesan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 2578, + landform: 'Shield', timesErupted: 11, lastEruption: '1952-7-16', firstRecordedEruption: '-4150', longestEruptionInDays: 62, }, { + id: 263170, name: 'Ciremai', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 3039, + landform: 'Composite', timesErupted: 6, lastEruption: '1951-3-1', firstRecordedEruption: '1698-2-3', longestEruptionInDays: 197, }, { + id: 253010, name: 'Lamington', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 1680, + landform: 'Composite', timesErupted: 3, lastEruption: '1951-1-17', firstRecordedEruption: '-5980', longestEruptionInDays: 1993, }, { + id: 212040, name: 'Santorini', + country: 'Greece', + continent: 'Europe', + elevationInMeters: 367, + landform: 'Shield', timesErupted: 12, lastEruption: '1950-1-10', firstRecordedEruption: '-1610', longestEruptionInDays: 1575, }, { + id: 271080, name: 'Camiguin', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 1552, + landform: 'Composite', timesErupted: 4, lastEruption: '1948-9-1', firstRecordedEruption: '1827', longestEruptionInDays: 1779, }, { + id: 243110, name: "Niuafo'ou", + country: 'Tonga', + continent: 'Oceania', + elevationInMeters: 260, + landform: 'Shield', timesErupted: 8, lastEruption: '1946-9-9', firstRecordedEruption: '1853-6-24', longestEruptionInDays: 20, }, { - name: 'Michoacan-Guanajuato', + id: 341060, + name: 'Michoacán-Guanajuato', + country: 'Mexico', + continent: 'North America', + elevationInMeters: 3860, + landform: 'Cluster', timesErupted: 10, lastEruption: '1943-2-20', firstRecordedEruption: '-7350', longestEruptionInDays: 3292, }, { + id: 283190, name: 'Zaozan [Zaosan]', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1841, + landform: 'Composite', timesErupted: 43, lastEruption: '1940-5-18', firstRecordedEruption: '-7600', longestEruptionInDays: 550, }, { + id: 263040, name: 'Perbakti-Gagak', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1726, + landform: 'Composite', timesErupted: 7, lastEruption: '1939-4-6', firstRecordedEruption: '-6450', longestEruptionInDays: 2, }, { + id: 357130, name: 'Mocho-Choshuenco', + country: 'Chile', + continent: 'South America', + elevationInMeters: 2422, + landform: 'Composite', timesErupted: 2, lastEruption: '1937-6-16', firstRecordedEruption: '1864-11-1', longestEruptionInDays: 2, }, { + id: 285090, name: 'Shiretoko-Iozan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1562, + landform: 'Composite', timesErupted: 6, lastEruption: '1935-12', firstRecordedEruption: '850', longestEruptionInDays: 59, }, { + id: 211040, name: 'Stromboli', + country: 'Italy', + continent: 'Europe', + elevationInMeters: 924, + landform: 'Composite', timesErupted: 22, lastEruption: '1934-2-2', firstRecordedEruption: '-6050', longestEruptionInDays: 33067, }, { + id: 268010, name: 'Dukono', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1273, + landform: 'Composite', timesErupted: 5, lastEruption: '1933-8-13', firstRecordedEruption: '1550-11-20', longestEruptionInDays: 33240, }, { + id: 275001, name: 'Hainan Volcanic Field', + country: 'China', + continent: 'Asia', + elevationInMeters: 196, + landform: 'Cluster', timesErupted: 2, lastEruption: '1933-6-26', firstRecordedEruption: '1883', longestEruptionInDays: 12, }, { + id: 290300, name: 'Kharimkotan', + country: 'Russia', + continent: 'Europe/Asia', + elevationInMeters: 1145, + landform: 'Composite', timesErupted: 6, lastEruption: '1933-1-8', firstRecordedEruption: '1713', longestEruptionInDays: 95, }, { + id: 312090, name: 'Aniakchak', + country: 'United States', + continent: 'North America', + elevationInMeters: 1341, + landform: 'Caldera', timesErupted: 16, lastEruption: '1931-5-1', firstRecordedEruption: '-6300', longestEruptionInDays: 43, }, { - name: 'Pelee', + id: 360120, + name: 'Pelée', + country: 'France', + continent: 'Europe', + elevationInMeters: 1372, + landform: 'Composite', timesErupted: 54, lastEruption: '1929-9-16', firstRecordedEruption: '-8210', longestEruptionInDays: 1261, }, { + id: 371022, name: 'Eldey', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 70, + landform: 'Cluster', timesErupted: 5, lastEruption: '1926-6-5', firstRecordedEruption: '1211-8-31', longestEruptionInDays: 16, }, { + id: 261150, name: 'Tandikat-Singgalang', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2854, + landform: 'Composite', timesErupted: 3, lastEruption: '1924-4', firstRecordedEruption: '1889-2-19', longestEruptionInDays: 288, }, { + id: 274030, name: 'Babuyan Claro', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 1064, + landform: 'Composite', timesErupted: 7, lastEruption: '1924', firstRecordedEruption: '1652', longestEruptionInDays: 2, }, { - name: 'Santa Maria', + id: 342030, + name: 'Santa María', + country: 'Guatemala', + continent: 'North America', + elevationInMeters: 3745, + landform: 'Composite', timesErupted: 3, lastEruption: '1922-6-22', firstRecordedEruption: '1902-10-24', longestEruptionInDays: 37310, }, { + id: 261180, name: 'Sumbing', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2507, + landform: 'Composite', timesErupted: 3, lastEruption: '1921-5-23', firstRecordedEruption: '1730', longestEruptionInDays: 11, }, { + id: 372030, name: 'Katla', + country: 'Iceland', + continent: 'Europe', + elevationInMeters: 1490, + landform: 'Cluster', timesErupted: 128, lastEruption: '1918-10-12', firstRecordedEruption: '-6380', longestEruptionInDays: 157, }, { + id: 267030, name: 'Banua Wuhu', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: -5, + landform: 'Composite', timesErupted: 6, lastEruption: '1918-7-18', firstRecordedEruption: '1835-4-23', longestEruptionInDays: 501, }, { + id: 343050, name: 'San Salvador', + country: 'El Salvador', + continent: 'North America', + elevationInMeters: 1893, + landform: 'Composite', timesErupted: 5, lastEruption: '1917-6-7', firstRecordedEruption: '640-8', longestEruptionInDays: 4654, }, { + id: 271060, name: 'Ragang', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 2790, + landform: 'Composite', timesErupted: 8, lastEruption: '1916-7-16', firstRecordedEruption: '1756', longestEruptionInDays: 76, }, { + id: 323080, name: 'Lassen Volcanic Center', + country: 'United States', + continent: 'North America', + elevationInMeters: 3187, + landform: 'Composite', timesErupted: 5, lastEruption: '1914-5-30', firstRecordedEruption: '800', longestEruptionInDays: 1125, }, { + id: 211020, name: 'Vesuvius', + country: 'Italy', + continent: 'Europe', + elevationInMeters: 1281, + landform: 'Composite', timesErupted: 54, lastEruption: '1913-7-5', firstRecordedEruption: '-6940', longestEruptionInDays: 11230, }, { + id: 357021, name: 'Maipo', + country: 'Chile - Argentina', + continent: 'South America', + elevationInMeters: 5323, + landform: 'Composite', timesErupted: 4, lastEruption: '1912', firstRecordedEruption: '1826-3-1', longestEruptionInDays: 2, }, { + id: 315020, name: 'Wrangell', + country: 'United States', + continent: 'North America', + elevationInMeters: 4278, + landform: 'Shield', timesErupted: 5, lastEruption: '1911-4-14', firstRecordedEruption: '190', longestEruptionInDays: 519, }, { + id: 252130, name: 'Lolobau', + country: 'Papua New Guinea', + continent: 'Oceania', + elevationInMeters: 878, + landform: 'Caldera', timesErupted: 3, lastEruption: '1911', firstRecordedEruption: '1100', longestEruptionInDays: 426, }, { + id: 222160, name: 'Meru', + country: 'Tanzania', + continent: 'Africa', + elevationInMeters: 4550, + landform: 'Composite', timesErupted: 4, lastEruption: '1910-10-26', firstRecordedEruption: '-5850', longestEruptionInDays: 57, }, { + id: 383030, name: 'Tenerife', + country: 'Spain', + continent: 'Europe', + elevationInMeters: 3715, + landform: 'Composite', timesErupted: 42, lastEruption: '1909-11-18', firstRecordedEruption: '-7550', longestEruptionInDays: 97, }, { - name: 'Savaii', + id: 244040, + name: "Savai'i", + country: 'Samoa', + continent: 'Oceania', + elevationInMeters: 1858, + landform: 'Shield', timesErupted: 12, lastEruption: '1905-8-4', firstRecordedEruption: '-1990', longestEruptionInDays: 18, }, { + id: 285061, name: 'Maruyama', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 2013, + landform: 'Composite', timesErupted: 2, lastEruption: '1898-12-3', firstRecordedEruption: '-1700', longestEruptionInDays: 3, }, { + id: 263320, name: 'Lamongan', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 1641, + landform: 'Composite', timesErupted: 41, lastEruption: '1898-2-5', firstRecordedEruption: '1799', longestEruptionInDays: 583, }, { + id: 211050, name: 'Vulcano', + country: 'Italy', + continent: 'Europe', + elevationInMeters: 500, + landform: 'Composite', timesErupted: 37, lastEruption: '1888-8-2', firstRecordedEruption: '-6550', longestEruptionInDays: 597, }, { + id: 321010, name: 'Baker', + country: 'United States', + continent: 'North America', + elevationInMeters: 3285, + landform: 'Composite', timesErupted: 11, lastEruption: '1880-9-7', firstRecordedEruption: '-7850', longestEruptionInDays: 81, }, { + id: 382080, name: 'Sete Cidades', + country: 'Portugal', + continent: 'Europe', + elevationInMeters: 842, + landform: 'Composite', timesErupted: 16, lastEruption: '1880', firstRecordedEruption: '-3050', longestEruptionInDays: 25, }, { + id: 358010, name: 'Osorno', + country: 'Chile', + continent: 'South America', + elevationInMeters: 2659, + landform: 'Composite', timesErupted: 17, lastEruption: '1869', firstRecordedEruption: '-1710', longestEruptionInDays: 657, }, { + id: 357080, name: 'Antuco', + country: 'Chile', + continent: 'South America', + elevationInMeters: 2979, + landform: 'Composite', timesErupted: 11, lastEruption: '1869', firstRecordedEruption: '-7750', longestEruptionInDays: 3, }, { + id: 211070, name: 'Campi Flegrei del Mar di Sicilia', + country: 'Italy', + continent: 'Europe', + elevationInMeters: -8, + landform: 'Cluster', timesErupted: 6, lastEruption: '1867', firstRecordedEruption: '-253', longestEruptionInDays: 44, }, { + id: 322010, name: 'Hood', + country: 'United States', + continent: 'North America', + elevationInMeters: 3426, + landform: 'Composite', timesErupted: 5, lastEruption: '1865-9-21', firstRecordedEruption: '-4940', longestEruptionInDays: 2, }, { + id: 283270, name: 'Iwakisan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1625, + landform: 'Composite', timesErupted: 13, lastEruption: '1863-3-23', firstRecordedEruption: '-8050', longestEruptionInDays: 101, }, { - name: 'Cosiguina', + id: 344010, + name: 'Cosigüina', + country: 'Nicaragua', + continent: 'North America', + elevationInMeters: 872, + landform: 'Composite', timesErupted: 5, lastEruption: '1859-8-25', firstRecordedEruption: '1500', longestEruptionInDays: 5, }, { + id: 263130, name: 'Guntur', + country: 'Indonesia', + continent: 'Asia', + elevationInMeters: 2251, + landform: 'Composite', timesErupted: 24, lastEruption: '1847-10-16', firstRecordedEruption: '1690', longestEruptionInDays: 55, }, { + id: 358040, name: 'Michinmahuida', + country: 'Chile', + continent: 'South America', + elevationInMeters: 2452, + landform: 'Composite', timesErupted: 7, lastEruption: '1835-2-20', firstRecordedEruption: '-8400', longestEruptionInDays: 23, }, { + id: 342040, name: 'Almolonga', + country: 'Guatemala', + continent: 'North America', + elevationInMeters: 3173, + landform: 'Composite', timesErupted: 3, lastEruption: '1818-1-16', firstRecordedEruption: '800', longestEruptionInDays: 154, }, { + id: 354040, name: 'Tutupaca', + country: 'Peru', + continent: 'South America', + elevationInMeters: 5801, + landform: 'Composite', timesErupted: 2, lastEruption: '1802-3-20', firstRecordedEruption: '1787', longestEruptionInDays: 731, }, { + id: 283030, name: 'Fujisan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 3776, + landform: 'Composite', timesErupted: 58, lastEruption: '1707-12-16', firstRecordedEruption: '-8540', longestEruptionInDays: 69, }, { + id: 283050, name: 'Hakusan', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 2702, + landform: 'Composite', timesErupted: 20, lastEruption: '1659-4-21', firstRecordedEruption: '-7550', longestEruptionInDays: 109, }, { + id: 382081, name: 'Picos Fissural Volcanic System', + country: 'Portugal', + continent: 'Europe', + elevationInMeters: 350, + landform: 'Cluster', timesErupted: 7, lastEruption: '1652-10-19', firstRecordedEruption: '-4040', longestEruptionInDays: 7, }, { - name: 'Melebingoy', + id: 271011, + name: 'Mélébingóy', + country: 'Philippines', + continent: 'Asia', + elevationInMeters: 1824, + landform: 'Composite', timesErupted: 3, lastEruption: '1640-12-26', firstRecordedEruption: '-1920', longestEruptionInDays: 8, }, { + id: 382100, name: 'Furnas', + country: 'Portugal', + continent: 'Europe', + elevationInMeters: 805, + landform: 'Composite', timesErupted: 9, lastEruption: '1630-9-3', firstRecordedEruption: '-4570', longestEruptionInDays: 60, }, { + id: 354030, name: 'Huaynaputina', + country: 'Peru', + continent: 'South America', + elevationInMeters: 4679, + landform: 'Composite', timesErupted: 2, lastEruption: '1600-2-17', firstRecordedEruption: '-7750', longestEruptionInDays: 18, }, { + id: 382090, name: 'Agua de Pau', + country: 'Portugal', + continent: 'Europe', + elevationInMeters: 947, + landform: 'Composite', timesErupted: 10, lastEruption: '1564-2-10', firstRecordedEruption: '-6750', longestEruptionInDays: 2, }, { + id: 211010, name: 'Campi Flegrei', + country: 'Italy', + continent: 'Europe', + elevationInMeters: 458, + landform: 'Caldera', timesErupted: 20, lastEruption: '1538-9-29', firstRecordedEruption: '-8480', longestEruptionInDays: 7, }, { + id: 257100, + name: 'Yasur', + country: 'Vanuatu', + continent: 'Oceania', + elevationInMeters: 361, + landform: 'Composite', + timesErupted: 3, + lastEruption: '1270', + firstRecordedEruption: '434', + longestEruptionInDays: 275619, + }, + { + id: 282130, name: 'Yufu-Tsurumi', + country: 'Japan', + continent: 'Asia', + elevationInMeters: 1584, + landform: 'Composite', timesErupted: 3, lastEruption: '867-3-4', firstRecordedEruption: '-200', longestEruptionInDays: 61, }, + { + id: 315040, + name: 'Edgecumbe', + country: 'United States', + continent: 'North America', + elevationInMeters: 970, + landform: 'Cluster', + timesErupted: 4, + lastEruption: '-2360', + firstRecordedEruption: '-9300', + longestEruptionInDays: 102267, + }, ]; export const volcanoEruptionsScatterSeries = [ @@ -2244,3 +3865,33 @@ export const volcanoEruptionsScatterSeries = [ })), }, ]; + +export const volcanoEruptionsScatterSeriesByContinent: ScatterSeriesType = Array.from( + new Set(volcanoEruptions.map((d) => d.continent)), +).map((continent) => ({ + type: 'scatter', + label: continent, + data: volcanoEruptions + .filter((d) => d.continent === continent) + .map((d) => ({ + y: d.elevationInMeters, + x: d.timesErupted, + id: d.name, + })), +})); + +export const volcanoEruptionsScatterSeriesByVolcanoType: ScatterSeriesType = Array.from( + new Set(volcanoEruptions.map((d) => d.landform)), +).map((landform) => ({ + type: 'scatter', + label: landform, + data: volcanoEruptions + .filter((d) => d.landform === landform) + .map((d) => ({ + y: d.elevationInMeters, + x: d.timesErupted, + id: d.name, + })), +})); + +console.log(volcanoEruptions.length); diff --git a/docs/data/charts/scatter/VoronoiInteraction.tsx b/docs/data/charts/scatter/VoronoiInteraction.tsx index 55d2463ed534..176822e9777f 100644 --- a/docs/data/charts/scatter/VoronoiInteraction.tsx +++ b/docs/data/charts/scatter/VoronoiInteraction.tsx @@ -17,7 +17,11 @@ import { import { possibleAsteroidImpactProbabilityBySizeScatter } from '../dataset/possibleAsteroidImpact'; import { starsScatterMagnitudeByTemperatureByType } from '../dataset/starClassification'; import { lifeExpectancyScatterSeries } from '../dataset/lifeExpectancyVsGdp'; -import { volcanoEruptionsScatterSeries } from '../dataset/volcanoEruptions'; +import { + volcanoEruptionsScatterSeries, + volcanoEruptionsScatterSeriesByContinent, + volcanoEruptionsScatterSeriesByVolcanoType, +} from '../dataset/volcanoEruptions'; const formatter = new Intl.NumberFormat('en-US', { style: 'currency', @@ -52,14 +56,36 @@ export default function VoronoiInteraction() { ]} xAxis={[ { - scaleType: 'log', + // scaleType: 'log', + label: 'times erupted', + // max: 200_000, + // min: 500, + // valueFormatter: formatter.format, + }, + ]} + series={volcanoEruptionsScatterSeriesByVolcanoType} + /> + `${value} years`, + }, + ]} + xAxis={[ + { + // scaleType: 'log', label: 'times erupted', // max: 200_000, // min: 500, // valueFormatter: formatter.format, }, ]} - series={volcanoEruptionsScatterSeries} + series={volcanoEruptionsScatterSeriesByContinent} /> Date: Thu, 10 Oct 2024 16:28:40 +0200 Subject: [PATCH 7/9] volcanodata --- docs/data/charts/dataset/volcanoEruptions.ts | 351 ++++++++++++++++-- .../charts/scatter/VoronoiInteraction.tsx | 2 +- 2 files changed, 324 insertions(+), 29 deletions(-) diff --git a/docs/data/charts/dataset/volcanoEruptions.ts b/docs/data/charts/dataset/volcanoEruptions.ts index bd87d2f690b9..cdca79545d2b 100644 --- a/docs/data/charts/dataset/volcanoEruptions.ts +++ b/docs/data/charts/dataset/volcanoEruptions.ts @@ -7,6 +7,7 @@ export const volcanoEruptions = [ country: 'Nicaragua', continent: 'North America', elevationInMeters: 1745, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 35, lastEruption: '2024-7-5', @@ -19,6 +20,7 @@ export const volcanoEruptions = [ country: 'Vanuatu', continent: 'Oceania', elevationInMeters: 1496, + mainType: 'Shield', landform: 'Shield', timesErupted: 11, lastEruption: '2024-6-29', @@ -31,6 +33,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1513, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 54, lastEruption: '2024-6-20', @@ -43,6 +46,7 @@ export const volcanoEruptions = [ country: 'Tonga', continent: 'Oceania', elevationInMeters: -10, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '2024-6-10', @@ -55,6 +59,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 2422, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 30, lastEruption: '2024-6-3', @@ -67,6 +72,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1222, + mainType: 'Shield', landform: 'Shield', timesErupted: 73, lastEruption: '2024-6-3', @@ -79,6 +85,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3800, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 38, lastEruption: '2024-5-28', @@ -91,6 +98,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3142, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 31, lastEruption: '2024-5-27', @@ -103,6 +111,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1000, + mainType: 'Caldera', landform: 'Cluster', timesErupted: 2, lastEruption: '2024-5-24', @@ -115,6 +124,7 @@ export const volcanoEruptions = [ country: 'New Zealand', continent: 'Oceania', elevationInMeters: 294, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 37, lastEruption: '2024-5-24', @@ -127,6 +137,7 @@ export const volcanoEruptions = [ country: 'Peru', continent: 'South America', elevationInMeters: 5608, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 25, lastEruption: '2024-5-6', @@ -139,6 +150,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 725, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 13, lastEruption: '2024-4-16', @@ -151,6 +163,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 311, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 39, lastEruption: '2024-4-12', @@ -163,6 +176,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1518, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 10, lastEruption: '2024-3-27', @@ -175,6 +189,7 @@ export const volcanoEruptions = [ country: 'India', continent: 'Asia', elevationInMeters: 354, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 18, lastEruption: '2024-3-15', @@ -187,6 +202,7 @@ export const volcanoEruptions = [ country: 'Ecuador', continent: 'South America', elevationInMeters: 1476, + mainType: 'Shield', landform: 'Shield', timesErupted: 33, lastEruption: '2024-3-2', @@ -199,6 +215,7 @@ export const volcanoEruptions = [ country: 'Vanuatu', continent: 'Oceania', elevationInMeters: 1334, + mainType: 'Shield', landform: 'Shield', timesErupted: 56, lastEruption: '2024-1-13', @@ -211,6 +228,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: -75, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 10, lastEruption: '2024-1-1', @@ -223,6 +241,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1703, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 23, lastEruption: '2023-12-23', @@ -235,6 +254,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1307, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 18, lastEruption: '2023-12-18', @@ -247,6 +267,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2329, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 67, lastEruption: '2023-12-13', @@ -259,6 +280,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2885, + mainType: 'Complex', landform: 'Composite', timesErupted: 68, lastEruption: '2023-12-3', @@ -271,6 +293,7 @@ export const volcanoEruptions = [ country: 'Costa Rica', continent: 'North America', elevationInMeters: 2697, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 61, lastEruption: '2023-12-1', @@ -283,6 +306,7 @@ export const volcanoEruptions = [ country: 'Colombia', continent: 'South America', elevationInMeters: 4650, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 27, lastEruption: '2023-11-16', @@ -295,6 +319,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 169, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 26, lastEruption: '2023-10-18', @@ -307,6 +332,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: -174, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '2023-9-14', @@ -319,6 +345,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 2334, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 46, lastEruption: '2023-7-18', @@ -331,6 +358,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 2857, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 40, lastEruption: '2023-7-11', @@ -343,6 +371,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 250, + mainType: 'Fissure vent', landform: 'Cluster', timesErupted: 3, lastEruption: '2023-7-10', @@ -355,6 +384,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 4754, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 110, lastEruption: '2023-6-22', @@ -367,6 +397,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 2462, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 64, lastEruption: '2023-4-27', @@ -379,6 +410,7 @@ export const volcanoEruptions = [ country: 'Vanuatu', continent: 'Oceania', elevationInMeters: 833, + mainType: 'Stratovolcano', landform: 'Cluster', timesErupted: 9, lastEruption: '2023-1-31', @@ -391,6 +423,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1781, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 28, lastEruption: '2023-1-28', @@ -403,6 +436,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 5592, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 32, lastEruption: '2022-12-10', @@ -415,6 +449,7 @@ export const volcanoEruptions = [ country: 'Italy', continent: 'Europe', elevationInMeters: 3357, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 147, lastEruption: '2022-11-27', @@ -427,6 +462,7 @@ export const volcanoEruptions = [ country: 'El Salvador', continent: 'North America', elevationInMeters: 2130, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 41, lastEruption: '2022-11-15', @@ -439,6 +475,7 @@ export const volcanoEruptions = [ country: 'Ecuador', continent: 'South America', elevationInMeters: 5911, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 85, lastEruption: '2022-10-21', @@ -451,6 +488,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 724, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '2022-10-7', @@ -463,6 +501,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 100, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 7, lastEruption: '2022-10-1', @@ -475,6 +514,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 2285, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 15, lastEruption: '2022-9-10', @@ -487,6 +527,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: -95, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '2022-8-18', @@ -499,6 +540,7 @@ export const volcanoEruptions = [ country: 'Costa Rica', continent: 'North America', elevationInMeters: 3340, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 21, lastEruption: '2022-7-17', @@ -511,6 +553,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1103, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 20, lastEruption: '2022-6-11', @@ -523,6 +566,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 1535, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 24, lastEruption: '2022-6-5', @@ -535,6 +579,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3260, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 68, lastEruption: '2022-5-14', @@ -547,6 +592,7 @@ export const volcanoEruptions = [ country: 'Vanuatu', continent: 'Oceania', elevationInMeters: 729, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 18, lastEruption: '2022-5-3', @@ -559,6 +605,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1912, + mainType: 'Complex', landform: 'Composite', timesErupted: 20, lastEruption: '2022-2-17', @@ -571,6 +618,7 @@ export const volcanoEruptions = [ country: 'Ecuador', continent: 'South America', elevationInMeters: 1710, + mainType: 'Shield', landform: 'Shield', timesErupted: 16, lastEruption: '2022-1-6', @@ -583,6 +631,7 @@ export const volcanoEruptions = [ country: 'Tonga', continent: 'Oceania', elevationInMeters: 114, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 7, lastEruption: '2021-12-20', @@ -595,6 +644,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 1486, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '2021-11-30', @@ -607,6 +657,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 583, + mainType: 'Complex', landform: 'Composite', timesErupted: 14, lastEruption: '2021-11-28', @@ -619,6 +670,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1592, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 172, lastEruption: '2021-10-14', @@ -631,6 +683,7 @@ export const volcanoEruptions = [ country: 'Spain', continent: 'Europe', elevationInMeters: 2426, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 14, lastEruption: '2021-9-19', @@ -643,6 +696,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: -29, + mainType: 'Pyroclastic cone', landform: 'Composite', timesErupted: 10, lastEruption: '2021-8-13', @@ -655,6 +709,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 2493, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 45, lastEruption: '2021-8-5', @@ -667,6 +722,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 570, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 21, lastEruption: '2021-7-29', @@ -679,6 +735,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1347, + mainType: 'Complex', landform: 'Composite', timesErupted: 11, lastEruption: '2021-7-21', @@ -691,6 +748,7 @@ export const volcanoEruptions = [ country: 'Chile - Argentina', continent: 'South America', elevationInMeters: 2953, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 20, lastEruption: '2021-7-2', @@ -703,6 +761,7 @@ export const volcanoEruptions = [ country: 'Costa Rica', continent: 'North America', elevationInMeters: 1916, + mainType: 'Complex', landform: 'Composite', timesErupted: 30, lastEruption: '2021-6-28', @@ -715,6 +774,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 285, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 57, lastEruption: '2021-5-25', @@ -727,6 +787,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1740, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '2021-5-25', @@ -739,6 +800,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2565, + mainType: 'Complex', landform: 'Composite', timesErupted: 29, lastEruption: '2021-4-29', @@ -751,6 +813,7 @@ export const volcanoEruptions = [ country: 'Nicaragua', continent: 'North America', elevationInMeters: 1036, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 46, lastEruption: '2021-4-21', @@ -763,6 +826,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 2507, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 24, lastEruption: '2021-2-28', @@ -775,6 +839,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1221, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '2021-2-2', @@ -787,6 +852,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2910, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 106, lastEruption: '2020-12-31', @@ -799,6 +865,7 @@ export const volcanoEruptions = [ country: 'Saint Vincent and the Grenadines', continent: 'North America', elevationInMeters: 1220, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 22, lastEruption: '2020-12-27', @@ -811,6 +878,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1431, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 10, lastEruption: '2020-11-27', @@ -823,6 +891,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 704, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 26, lastEruption: '2020-10-6', @@ -835,6 +904,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 657, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 29, lastEruption: '2020-8-29', @@ -847,6 +917,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2460, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 5, lastEruption: '2020-8-8', @@ -859,6 +930,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1730, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 22, lastEruption: '2020-6-1', @@ -871,6 +943,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1785, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 41, lastEruption: '2020-3-23', @@ -883,6 +956,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1496, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 20, lastEruption: '2020-2-29', @@ -895,6 +969,7 @@ export const volcanoEruptions = [ country: 'Tonga', continent: 'Oceania', elevationInMeters: 43, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 10, lastEruption: '2019-10-13', @@ -907,6 +982,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 2568, + mainType: 'Complex', landform: 'Composite', timesErupted: 129, lastEruption: '2019-8-7', @@ -919,6 +995,7 @@ export const volcanoEruptions = [ country: 'Tonga', continent: 'Oceania', elevationInMeters: -40, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '2019-8-6', @@ -931,6 +1008,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2084, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 21, lastEruption: '2019-7-26', @@ -943,6 +1021,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 551, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '2019-6-22', @@ -955,6 +1034,7 @@ export const volcanoEruptions = [ country: 'Mexico', continent: 'North America', elevationInMeters: 3850, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 79, lastEruption: '2019-5-11', @@ -967,6 +1047,7 @@ export const volcanoEruptions = [ country: 'Ecuador', continent: 'South America', elevationInMeters: 5286, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '2019-3-26', @@ -979,6 +1060,7 @@ export const volcanoEruptions = [ country: 'Solomon Islands', continent: 'Oceania', elevationInMeters: 796, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 24, lastEruption: '2018-12-8', @@ -991,6 +1073,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 3977, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 20, lastEruption: '2018-11-7', @@ -1003,6 +1086,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1714, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 67, lastEruption: '2018-10-4', @@ -1015,6 +1099,7 @@ export const volcanoEruptions = [ country: 'France', continent: 'Europe', elevationInMeters: 660, + mainType: 'Shield', landform: 'Shield', timesErupted: 4, lastEruption: '2018-7-3', @@ -1027,6 +1112,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 1807, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 41, lastEruption: '2018-5-10', @@ -1039,6 +1125,7 @@ export const volcanoEruptions = [ country: 'DR Congo', continent: 'Africa', elevationInMeters: 3058, + mainType: 'Shield', landform: 'Shield', timesErupted: 48, lastEruption: '2018-4-18', @@ -1051,6 +1138,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1700, + mainType: 'Shield', landform: 'Shield', timesErupted: 78, lastEruption: '2018-3-1', @@ -1063,6 +1151,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 2165, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 28, lastEruption: '2018-1-23', @@ -1075,6 +1164,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2997, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '2017-11-21', @@ -1087,6 +1177,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3657, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 63, lastEruption: '2017-6-6', @@ -1099,6 +1190,7 @@ export const volcanoEruptions = [ country: 'Grenada', continent: 'North America', elevationInMeters: -185, + mainType: 'Complex', landform: 'Composite', timesErupted: 15, lastEruption: '2017-4-29', @@ -1111,6 +1203,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1117, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 48, lastEruption: '2017-3-25', @@ -1123,6 +1216,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 2116, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '2017-3-24', @@ -1135,6 +1229,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 2882, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 67, lastEruption: '2016-12-5', @@ -1147,6 +1242,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 2899, + mainType: 'Compound', landform: 'Composite', timesErupted: 16, lastEruption: '2016-11-20', @@ -1159,6 +1255,7 @@ export const volcanoEruptions = [ country: 'Peru', continent: 'South America', elevationInMeters: 5960, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 12, lastEruption: '2016-11-6', @@ -1171,6 +1268,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3726, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 19, lastEruption: '2016-8-1', @@ -1183,6 +1281,7 @@ export const volcanoEruptions = [ country: 'United Kingdom', continent: 'Europe', elevationInMeters: 551, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '2016-3-30', @@ -1195,6 +1294,7 @@ export const volcanoEruptions = [ country: 'Nicaragua', continent: 'North America', elevationInMeters: 1270, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 19, lastEruption: '2015-12-1', @@ -1207,6 +1307,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 1330, + mainType: 'Complex', landform: 'Composite', timesErupted: 26, lastEruption: '2015-10-22', @@ -1219,6 +1320,7 @@ export const volcanoEruptions = [ country: 'Nicaragua', continent: 'North America', elevationInMeters: 594, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 36, lastEruption: '2015-10-3', @@ -1231,6 +1333,7 @@ export const volcanoEruptions = [ country: 'Tonga', continent: 'Oceania', elevationInMeters: 515, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 11, lastEruption: '2015-10-2', @@ -1243,6 +1346,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1580, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 30, lastEruption: '2015-8-30', @@ -1255,6 +1359,7 @@ export const volcanoEruptions = [ country: 'Guatemala', continent: 'North America', elevationInMeters: 2569, + mainType: 'Complex', landform: 'Composite', timesErupted: 32, lastEruption: '2015-6-7', @@ -1267,6 +1372,7 @@ export const volcanoEruptions = [ country: 'Undersea Features', continent: 'N/A', elevationInMeters: -1410, + mainType: 'Fissure vent', landform: 'Cluster', timesErupted: 12, lastEruption: '2015-4-23', @@ -1279,6 +1385,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 1974, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 36, lastEruption: '2015-4-22', @@ -1291,6 +1398,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 2847, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 152, lastEruption: '2014-12-2', @@ -1303,6 +1411,7 @@ export const volcanoEruptions = [ country: 'Cabo Verde', continent: 'Africa', elevationInMeters: 2829, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 12, lastEruption: '2014-11-23', @@ -1315,6 +1424,7 @@ export const volcanoEruptions = [ country: 'United Kingdom', continent: 'Europe', elevationInMeters: 843, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '2014-11-12', @@ -1327,6 +1437,7 @@ export const volcanoEruptions = [ country: 'New Zealand', continent: 'Oceania', elevationInMeters: -132, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 25, lastEruption: '2014-10-16', @@ -1339,6 +1450,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 3067, + mainType: 'Complex', landform: 'Composite', timesErupted: 4, lastEruption: '2014-9-27', @@ -1351,6 +1463,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 688, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 19, lastEruption: '2014-7-7', @@ -1363,6 +1476,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3428, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 42, lastEruption: '2014-3-8', @@ -1375,6 +1489,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1730, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 37, lastEruption: '2014-2-13', @@ -1387,6 +1502,7 @@ export const volcanoEruptions = [ country: 'Solomon Islands', continent: 'Oceania', elevationInMeters: -20, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 31, lastEruption: '2014-1-29', @@ -1399,6 +1515,7 @@ export const volcanoEruptions = [ country: 'Yemen', continent: 'Asia', elevationInMeters: 191, + mainType: 'Shield', landform: 'Shield', timesErupted: 3, lastEruption: '2013-9-28', @@ -1411,6 +1528,7 @@ export const volcanoEruptions = [ country: 'Japan - administered by Russia', continent: 'Asia', elevationInMeters: 1158, + mainType: 'Complex', landform: 'Composite', timesErupted: 7, lastEruption: '2013-2-16', @@ -1423,6 +1541,7 @@ export const volcanoEruptions = [ country: 'Ecuador', continent: 'South America', elevationInMeters: 5023, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 31, lastEruption: '2012-12-14', @@ -1435,6 +1554,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 3611, + mainType: 'Shield', landform: 'Shield', timesErupted: 58, lastEruption: '2012-11-27', @@ -1447,6 +1567,7 @@ export const volcanoEruptions = [ country: 'New Zealand', continent: 'Oceania', elevationInMeters: 1978, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 76, lastEruption: '2012-11-21', @@ -1459,6 +1580,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 742, + mainType: 'Caldera', landform: 'Composite', timesErupted: 9, lastEruption: '2012-11-11', @@ -1471,6 +1593,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 875, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '2012-10-8', @@ -1483,6 +1606,7 @@ export const volcanoEruptions = [ country: 'Australia', continent: 'Oceania', elevationInMeters: 2745, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '2012-9-5', @@ -1495,6 +1619,7 @@ export const volcanoEruptions = [ country: 'Colombia', continent: 'South America', elevationInMeters: 4276, + mainType: 'Complex', landform: 'Composite', timesErupted: 36, lastEruption: '2012-5-13', @@ -1507,6 +1632,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 724, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 19, lastEruption: '2012-5-3', @@ -1519,6 +1645,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 1719, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 76, lastEruption: '2011-5-21', @@ -1531,6 +1658,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 2334, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '2010-11-11', @@ -1543,6 +1671,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1170, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '2010-6-30', @@ -1555,6 +1684,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1799, + mainType: 'Caldera', landform: 'Composite', timesErupted: 50, lastEruption: '2010-6-6', @@ -1567,6 +1697,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 775, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 39, lastEruption: '2010-4-10', @@ -1579,6 +1710,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 1651, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 5, lastEruption: '2010-3-20', @@ -1591,6 +1723,7 @@ export const volcanoEruptions = [ country: 'Ethiopia', continent: 'Africa', elevationInMeters: 600, + mainType: 'Shield', landform: 'Shield', timesErupted: 2, lastEruption: '2009-6-28', @@ -1603,6 +1736,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 3108, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 97, lastEruption: '2009-3-15', @@ -1615,6 +1749,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 3430, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '2008-12-23', @@ -1627,6 +1762,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1499, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 35, lastEruption: '2008-11-18', @@ -1639,6 +1775,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 314, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '2008-8-7', @@ -1651,6 +1788,7 @@ export const volcanoEruptions = [ country: 'Ecuador', continent: 'South America', elevationInMeters: 3562, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 26, lastEruption: '2008-7-27', @@ -1663,6 +1801,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 564, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '2008-7-13', @@ -1675,6 +1814,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1073, + mainType: 'Shield', landform: 'Shield', timesErupted: 18, lastEruption: '2008-7-12', @@ -1687,6 +1827,7 @@ export const volcanoEruptions = [ country: 'New Zealand', continent: 'Oceania', elevationInMeters: -220, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '2008-7-2', @@ -1699,6 +1840,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 1122, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 5, lastEruption: '2008-5-2', @@ -1711,6 +1853,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1661, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '2008-4-15', @@ -1723,6 +1866,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1325, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 5, lastEruption: '2008-4-5', @@ -1735,6 +1879,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 3125, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 56, lastEruption: '2008-1-1', @@ -1747,6 +1892,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2575, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 13, lastEruption: '2007-11-27', @@ -1759,6 +1905,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 790, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '2007-11-27', @@ -1771,6 +1918,7 @@ export const volcanoEruptions = [ country: 'New Zealand', continent: 'Oceania', elevationInMeters: 2797, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 64, lastEruption: '2007-9-25', @@ -1783,6 +1931,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1635, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 13, lastEruption: '2007-7-8', @@ -1795,6 +1944,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 75, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 8, lastEruption: '2007-5-19', @@ -1807,6 +1957,7 @@ export const volcanoEruptions = [ country: 'Vanuatu', continent: 'Oceania', elevationInMeters: 1413, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 30, lastEruption: '2007-4-21', @@ -1819,6 +1970,7 @@ export const volcanoEruptions = [ country: 'Comoros', continent: 'Africa', elevationInMeters: 2361, + mainType: 'Shield', landform: 'Shield', timesErupted: 34, lastEruption: '2007-1-12', @@ -1831,6 +1983,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1218, + mainType: 'Lava dome', landform: 'Composite', timesErupted: 22, lastEruption: '2005-12-9', @@ -1843,6 +1996,7 @@ export const volcanoEruptions = [ country: 'Ethiopia', continent: 'Africa', elevationInMeters: 1401, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '2005-9-26', @@ -1855,6 +2009,7 @@ export const volcanoEruptions = [ country: 'Undersea Features', continent: 'N/A', elevationInMeters: -2500, + mainType: 'Fissure vent', landform: 'Cluster', timesErupted: 17, lastEruption: '2005-8-16', @@ -1867,6 +2022,7 @@ export const volcanoEruptions = [ country: 'Australia', continent: 'Oceania', elevationInMeters: 230, + mainType: 'Complex', landform: 'Composite', timesErupted: 4, lastEruption: '2005-7-12', @@ -1879,6 +2035,7 @@ export const volcanoEruptions = [ country: 'El Salvador', continent: 'North America', elevationInMeters: 2381, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 13, lastEruption: '2005-6-16', @@ -1891,6 +2048,7 @@ export const volcanoEruptions = [ country: 'United Kingdom', continent: 'Europe', elevationInMeters: 915, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '2005-4-15', @@ -1903,6 +2061,7 @@ export const volcanoEruptions = [ country: 'Mexico', continent: 'North America', elevationInMeters: 5393, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 41, lastEruption: '2005-1-9', @@ -1915,6 +2074,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 796, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 24, lastEruption: '2004-10-23', @@ -1927,6 +2087,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 2549, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 40, lastEruption: '2004-10-1', @@ -1939,6 +2100,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1318, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 16, lastEruption: '2004-6-2', @@ -1951,6 +2113,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 2077, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 27, lastEruption: '2004-2-25', @@ -1963,6 +2126,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1095, + mainType: 'Complex', landform: 'Composite', timesErupted: 4, lastEruption: '2003-6-26', @@ -1975,6 +2139,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: -592, + mainType: 'Shield', landform: 'Shield', timesErupted: 3, lastEruption: '2003-4-16', @@ -1987,6 +2152,7 @@ export const volcanoEruptions = [ country: 'Ecuador', continent: 'South America', elevationInMeters: 4784, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 33, lastEruption: '2002-10-11', @@ -1999,6 +2165,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 394, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '2002-8-12', @@ -2011,6 +2178,7 @@ export const volcanoEruptions = [ country: 'DR Congo', continent: 'Africa', elevationInMeters: 3470, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 19, lastEruption: '2002-5-17', @@ -2023,6 +2191,7 @@ export const volcanoEruptions = [ country: 'Guatemala', continent: 'North America', elevationInMeters: 3763, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 61, lastEruption: '2002-1-4', @@ -2035,6 +2204,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 2717, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 55, lastEruption: '2001-10-5', @@ -2047,6 +2217,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1559, + mainType: 'Complex', landform: 'Composite', timesErupted: 2, lastEruption: '2001-1-11', @@ -2059,6 +2230,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2785, + mainType: 'Complex', landform: 'Composite', timesErupted: 7, lastEruption: '2000-12-25', @@ -2071,6 +2243,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1131, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 19, lastEruption: '2000-9-4', @@ -2083,6 +2256,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1940, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '2000-8-22', @@ -2095,6 +2269,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 2288, + mainType: 'Complex', landform: 'Composite', timesErupted: 45, lastEruption: '2000-6-30', @@ -2107,6 +2282,7 @@ export const volcanoEruptions = [ country: 'Cameroon', continent: 'Africa', elevationInMeters: 4095, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 19, lastEruption: '?-2000-5', @@ -2119,6 +2295,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 733, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 13, lastEruption: '2000-3-31', @@ -2131,6 +2308,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 1855, + mainType: 'Lava cone', landform: 'Composite', timesErupted: 25, lastEruption: '2000-2-28', @@ -2143,6 +2321,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 1490, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 65, lastEruption: '2000-2-26', @@ -2155,6 +2334,7 @@ export const volcanoEruptions = [ country: 'Japan - administered by Russia', continent: 'Asia', elevationInMeters: 1124, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 5, lastEruption: '1999-10-7', @@ -2167,6 +2347,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 3283, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 102, lastEruption: '1999-8-15', @@ -2179,6 +2360,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2769, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '1999-6-28', @@ -2191,6 +2373,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1711, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 25, lastEruption: '1999-3-15', @@ -2203,30 +2386,20 @@ export const volcanoEruptions = [ country: 'Portugal', continent: 'Europe', elevationInMeters: 1023, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 15, lastEruption: '1998-11-25', firstRecordedEruption: '-6720', longestEruptionInDays: 476, }, - { - id: 283090, - name: 'Niigata-Yakeyama', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 2400, - landform: 'Minor ', - timesErupted: 20, - lastEruption: '1998-3-30', - firstRecordedEruption: '-1900', - longestEruptionInDays: 82, - }, { id: 283260, name: 'Akita-Yakeyama', country: 'Japan', continent: 'Asia', elevationInMeters: 1366, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 16, lastEruption: '1997-8-16', @@ -2239,6 +2412,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1728, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 12, lastEruption: '1996-9-1', @@ -2251,6 +2425,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: -3000, + mainType: 'Fissure vent', landform: 'Cluster', timesErupted: 3, lastEruption: '1996-2-28', @@ -2263,6 +2438,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: -975, + mainType: 'Shield', landform: 'Shield', timesErupted: 4, lastEruption: '1996-2-25', @@ -2275,6 +2451,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1483, + mainType: 'Complex', landform: 'Composite', timesErupted: 11, lastEruption: '1996-2-10', @@ -2287,6 +2464,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1791, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 13, lastEruption: '1995-10-11', @@ -2299,6 +2477,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 2455, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 38, lastEruption: '1995-2-11', @@ -2311,6 +2490,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1800, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 19, lastEruption: '1995-1-30', @@ -2323,6 +2503,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 1280, + mainType: 'Complex', landform: 'Composite', timesErupted: 11, lastEruption: '1993-11-3', @@ -2335,6 +2516,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1659, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 20, lastEruption: '1993-6-16', @@ -2347,6 +2529,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1054, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '1993-5-28', @@ -2359,6 +2542,7 @@ export const volcanoEruptions = [ country: 'Mexico', continent: 'North America', elevationInMeters: 1050, + mainType: 'Shield', landform: 'Shield', timesErupted: 3, lastEruption: '1993-1-29', @@ -2371,6 +2555,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1303, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 40, lastEruption: '1992-12-18', @@ -2383,6 +2568,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 3374, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '1992-6-27', @@ -2395,6 +2581,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1563, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '1991-11-29', @@ -2407,6 +2594,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2288, + mainType: 'Lava dome', landform: 'Cluster', timesErupted: 2, lastEruption: '1991-3-16', @@ -2419,6 +2607,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 746, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 99, lastEruption: '1990-10-4', @@ -2431,6 +2620,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1220, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '1990-6-1', @@ -2443,6 +2633,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1573, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 12, lastEruption: '1989-8-17', @@ -2455,6 +2646,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 2832, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '1988-12-25', @@ -2467,6 +2659,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1357, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 8, lastEruption: '1988-7-29', @@ -2479,6 +2672,7 @@ export const volcanoEruptions = [ country: 'Chile - Argentina', continent: 'South America', elevationInMeters: 5660, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 18, lastEruption: '1987-11-28', @@ -2491,6 +2685,7 @@ export const volcanoEruptions = [ country: 'France', continent: 'Europe', elevationInMeters: -39, + mainType: 'Shield', landform: 'Shield', timesErupted: 10, lastEruption: '1987-6-4', @@ -2503,6 +2698,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2145, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '1986-7-5', @@ -2515,6 +2711,7 @@ export const volcanoEruptions = [ country: 'Mexico - Guatemala', continent: 'North America', elevationInMeters: 4064, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 10, lastEruption: '1986-2-16', @@ -2527,6 +2724,7 @@ export const volcanoEruptions = [ country: 'France', continent: 'Europe', elevationInMeters: -1743, + mainType: 'Compound', landform: 'Composite', timesErupted: 4, lastEruption: '1985-1-10', @@ -2539,6 +2737,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 800, + mainType: 'Caldera', landform: 'Cluster', timesErupted: 23, lastEruption: '1984-9-4', @@ -2551,6 +2750,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2168, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '1984-1-9', @@ -2563,6 +2763,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 404, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1983-7-18', @@ -2575,6 +2776,7 @@ export const volcanoEruptions = [ country: 'Japan - administered by Russia', continent: 'Asia', elevationInMeters: 1822, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '1981-6-10', @@ -2587,6 +2789,7 @@ export const volcanoEruptions = [ country: 'New Zealand', continent: 'Oceania', elevationInMeters: 1111, + mainType: 'Lava dome', landform: 'Cluster', timesErupted: 31, lastEruption: '1981-5-16', @@ -2599,6 +2802,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1320, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 41, lastEruption: '1981-2-27', @@ -2611,6 +2815,7 @@ export const volcanoEruptions = [ country: 'Tonga', continent: 'Oceania', elevationInMeters: -33, + mainType: 'Complex', landform: 'Composite', timesErupted: 2, lastEruption: '1979-5-14', @@ -2623,6 +2828,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 1114, + mainType: 'Pyroclastic cone', landform: 'Cluster', timesErupted: 3, lastEruption: '1979-4-14', @@ -2635,6 +2841,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 3542, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '1979-3-8', @@ -2647,6 +2854,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 1839, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '1979-1-12', @@ -2659,6 +2867,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 228, + mainType: 'Compound', landform: 'Composite', timesErupted: 5, lastEruption: '1978-1-6', @@ -2671,6 +2880,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1949, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 19, lastEruption: '1977-12-7', @@ -2683,30 +2893,20 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1299, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '1977-11-16', firstRecordedEruption: '1788', longestEruptionInDays: 17, }, - { - id: 312131, - name: 'Ukinrek Maars', - country: 'United States', - continent: 'North America', - elevationInMeters: 91, - landform: 'Minor ', - timesErupted: 2, - lastEruption: '1977-3-30', - firstRecordedEruption: '-350', - longestEruptionInDays: 9, - }, { id: 345060, name: 'Irazú', country: 'Costa Rica', continent: 'North America', elevationInMeters: 3436, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 24, lastEruption: '1977-3-3', @@ -2719,6 +2919,7 @@ export const volcanoEruptions = [ country: 'France', continent: 'Europe', elevationInMeters: 1467, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 16, lastEruption: '1976-7-8', @@ -2731,6 +2932,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1864, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 15, lastEruption: '1974-7-15', @@ -2743,6 +2945,7 @@ export const volcanoEruptions = [ country: 'Vanuatu', continent: 'Oceania', elevationInMeters: -2, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 12, lastEruption: '1974-2-4', @@ -2755,6 +2958,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: -217, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1973-9-27', @@ -2767,6 +2971,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1328, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '1973-7-25', @@ -2779,6 +2984,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 283, + mainType: 'Fissure vent', landform: 'Cluster', timesErupted: 10, lastEruption: '1973-1-23', @@ -2791,6 +2997,7 @@ export const volcanoEruptions = [ country: 'Antarctica', continent: 'Antarctica', elevationInMeters: 3794, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 20, lastEruption: '1972-12-16', @@ -2803,6 +3010,7 @@ export const volcanoEruptions = [ country: 'Guatemala', continent: 'North America', elevationInMeters: 3976, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 8, lastEruption: '1972-11-12', @@ -2815,6 +3023,7 @@ export const volcanoEruptions = [ country: 'France', continent: 'Europe', elevationInMeters: -2515, + mainType: 'Cone', landform: 'Composite', timesErupted: 3, lastEruption: '1972-7-4', @@ -2827,6 +3036,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3147, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '1971-10-29', @@ -2839,6 +3049,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1637, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 18, lastEruption: '1970-9-18', @@ -2851,6 +3062,7 @@ export const volcanoEruptions = [ country: 'Antarctica', continent: 'Antarctica', elevationInMeters: 602, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 24, lastEruption: '1970-8-12', @@ -2863,6 +3075,7 @@ export const volcanoEruptions = [ country: 'France', continent: 'Europe', elevationInMeters: -312, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '1970-6-21', @@ -2875,6 +3088,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 11, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 15, lastEruption: '1970-1-29', @@ -2887,6 +3101,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 618, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 8, lastEruption: '1969-1-27', @@ -2899,6 +3114,7 @@ export const volcanoEruptions = [ country: 'Costa Rica', continent: 'North America', elevationInMeters: 1670, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 27, lastEruption: '1968-7-29', @@ -2911,6 +3127,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 212, + mainType: 'Complex', landform: 'Composite', timesErupted: 9, lastEruption: '1968-7-18', @@ -2923,6 +3140,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1639, + mainType: 'Complex', landform: 'Composite', timesErupted: 3, lastEruption: '1968-6-3', @@ -2935,6 +3153,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 1930, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 8, lastEruption: '1968-5-23', @@ -2947,6 +3166,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 781, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '1968-5-7', @@ -2959,6 +3179,7 @@ export const volcanoEruptions = [ country: 'Ethiopia', continent: 'Africa', elevationInMeters: 585, + mainType: 'Shield', landform: 'Shield', timesErupted: 4, lastEruption: '1967-7-2', @@ -2971,6 +3192,7 @@ export const volcanoEruptions = [ country: 'El Salvador', continent: 'North America', elevationInMeters: 1950, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 51, lastEruption: '1966-10-28', @@ -2983,6 +3205,7 @@ export const volcanoEruptions = [ country: 'Vanuatu', continent: 'Oceania', elevationInMeters: 921, + mainType: 'Complex', landform: 'Composite', timesErupted: 3, lastEruption: '1965-8-9', @@ -2995,6 +3218,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1915, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 20, lastEruption: '1963-11-20', @@ -3007,6 +3231,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 1080, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 14, lastEruption: '1961-10-26', @@ -3019,6 +3244,7 @@ export const volcanoEruptions = [ country: 'United Kingdom', continent: 'Europe', elevationInMeters: 2060, + mainType: 'Shield', landform: 'Shield', timesErupted: 2, lastEruption: '1961-10-10', @@ -3031,6 +3257,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 685, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 17, lastEruption: '1960-4-28', @@ -3043,6 +3270,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 612, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 2, lastEruption: '1957-11-12', @@ -3055,6 +3283,7 @@ export const volcanoEruptions = [ country: 'Portugal', continent: 'Europe', elevationInMeters: 1041, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '1957-9-27', @@ -3067,6 +3296,7 @@ export const volcanoEruptions = [ country: 'DR Congo - Rwanda', continent: 'Africa', elevationInMeters: 3696, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '1957-8-1', @@ -3079,6 +3309,7 @@ export const volcanoEruptions = [ country: 'Tonga', continent: 'Oceania', elevationInMeters: 188, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '1957-6-16', @@ -3091,6 +3322,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3026, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 22, lastEruption: '1957-3-13', @@ -3103,6 +3335,7 @@ export const volcanoEruptions = [ country: 'Nicaragua', continent: 'North America', elevationInMeters: 1088, + mainType: 'Complex', landform: 'Composite', timesErupted: 3, lastEruption: '1954-10-29', @@ -3115,6 +3348,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 270, + mainType: 'Complex', landform: 'Composite', timesErupted: 4, lastEruption: '1953-6-27', @@ -3127,6 +3361,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1272, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '1952-11-12', @@ -3139,6 +3374,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 2578, + mainType: 'Shield', landform: 'Shield', timesErupted: 11, lastEruption: '1952-7-16', @@ -3151,6 +3387,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 3039, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '1951-3-1', @@ -3163,6 +3400,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 1680, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1951-1-17', @@ -3175,6 +3413,7 @@ export const volcanoEruptions = [ country: 'Greece', continent: 'Europe', elevationInMeters: 367, + mainType: 'Shield', landform: 'Shield', timesErupted: 12, lastEruption: '1950-1-10', @@ -3187,6 +3426,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 1552, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '1948-9-1', @@ -3199,6 +3439,7 @@ export const volcanoEruptions = [ country: 'Tonga', continent: 'Oceania', elevationInMeters: 260, + mainType: 'Shield', landform: 'Shield', timesErupted: 8, lastEruption: '1946-9-9', @@ -3211,6 +3452,7 @@ export const volcanoEruptions = [ country: 'Mexico', continent: 'North America', elevationInMeters: 3860, + mainType: 'Volcanic field', landform: 'Cluster', timesErupted: 10, lastEruption: '1943-2-20', @@ -3223,6 +3465,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1841, + mainType: 'Complex', landform: 'Composite', timesErupted: 43, lastEruption: '1940-5-18', @@ -3235,6 +3478,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1726, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '1939-4-6', @@ -3247,6 +3491,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 2422, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '1937-6-16', @@ -3259,6 +3504,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1562, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '1935-12', @@ -3271,6 +3517,7 @@ export const volcanoEruptions = [ country: 'Italy', continent: 'Europe', elevationInMeters: 924, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 22, lastEruption: '1934-2-2', @@ -3283,6 +3530,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1273, + mainType: 'Complex', landform: 'Composite', timesErupted: 5, lastEruption: '1933-8-13', @@ -3295,6 +3543,7 @@ export const volcanoEruptions = [ country: 'China', continent: 'Asia', elevationInMeters: 196, + mainType: 'Volcanic field', landform: 'Cluster', timesErupted: 2, lastEruption: '1933-6-26', @@ -3307,6 +3556,7 @@ export const volcanoEruptions = [ country: 'Russia', continent: 'Europe/Asia', elevationInMeters: 1145, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 6, lastEruption: '1933-1-8', @@ -3319,6 +3569,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 1341, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 16, lastEruption: '1931-5-1', @@ -3331,6 +3582,7 @@ export const volcanoEruptions = [ country: 'France', continent: 'Europe', elevationInMeters: 1372, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 54, lastEruption: '1929-9-16', @@ -3343,6 +3595,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 70, + mainType: 'Fissure vent', landform: 'Cluster', timesErupted: 5, lastEruption: '1926-6-5', @@ -3355,6 +3608,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2854, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1924-4', @@ -3367,6 +3621,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 1064, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '1924', @@ -3379,6 +3634,7 @@ export const volcanoEruptions = [ country: 'Guatemala', continent: 'North America', elevationInMeters: 3745, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1922-6-22', @@ -3391,6 +3647,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2507, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1921-5-23', @@ -3403,6 +3660,7 @@ export const volcanoEruptions = [ country: 'Iceland', continent: 'Europe', elevationInMeters: 1490, + mainType: 'Fissure vent', landform: 'Cluster', timesErupted: 128, lastEruption: '1918-10-12', @@ -3415,6 +3673,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: -5, + mainType: 'Complex', landform: 'Composite', timesErupted: 6, lastEruption: '1918-7-18', @@ -3427,6 +3686,7 @@ export const volcanoEruptions = [ country: 'El Salvador', continent: 'North America', elevationInMeters: 1893, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 5, lastEruption: '1917-6-7', @@ -3439,6 +3699,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 2790, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 8, lastEruption: '1916-7-16', @@ -3451,6 +3712,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 3187, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 5, lastEruption: '1914-5-30', @@ -3463,6 +3725,7 @@ export const volcanoEruptions = [ country: 'Italy', continent: 'Europe', elevationInMeters: 1281, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 54, lastEruption: '1913-7-5', @@ -3475,6 +3738,7 @@ export const volcanoEruptions = [ country: 'Chile - Argentina', continent: 'South America', elevationInMeters: 5323, + mainType: 'Caldera', landform: 'Composite', timesErupted: 4, lastEruption: '1912', @@ -3487,6 +3751,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 4278, + mainType: 'Shield', landform: 'Shield', timesErupted: 5, lastEruption: '1911-4-14', @@ -3499,6 +3764,7 @@ export const volcanoEruptions = [ country: 'Papua New Guinea', continent: 'Oceania', elevationInMeters: 878, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 3, lastEruption: '1911', @@ -3511,6 +3777,7 @@ export const volcanoEruptions = [ country: 'Tanzania', continent: 'Africa', elevationInMeters: 4550, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 4, lastEruption: '1910-10-26', @@ -3523,6 +3790,7 @@ export const volcanoEruptions = [ country: 'Spain', continent: 'Europe', elevationInMeters: 3715, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 42, lastEruption: '1909-11-18', @@ -3535,6 +3803,7 @@ export const volcanoEruptions = [ country: 'Samoa', continent: 'Oceania', elevationInMeters: 1858, + mainType: 'Shield', landform: 'Shield', timesErupted: 12, lastEruption: '1905-8-4', @@ -3547,6 +3816,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 2013, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '1898-12-3', @@ -3559,6 +3829,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 1641, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 41, lastEruption: '1898-2-5', @@ -3571,6 +3842,7 @@ export const volcanoEruptions = [ country: 'Italy', continent: 'Europe', elevationInMeters: 500, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 37, lastEruption: '1888-8-2', @@ -3583,6 +3855,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 3285, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '1880-9-7', @@ -3595,6 +3868,7 @@ export const volcanoEruptions = [ country: 'Portugal', continent: 'Europe', elevationInMeters: 842, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 16, lastEruption: '1880', @@ -3607,6 +3881,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 2659, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 17, lastEruption: '1869', @@ -3619,6 +3894,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 2979, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 11, lastEruption: '1869', @@ -3631,6 +3907,7 @@ export const volcanoEruptions = [ country: 'Italy', continent: 'Europe', elevationInMeters: -8, + mainType: 'Volcanic field', landform: 'Cluster', timesErupted: 6, lastEruption: '1867', @@ -3643,6 +3920,7 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 3426, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 5, lastEruption: '1865-9-21', @@ -3655,6 +3933,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1625, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 13, lastEruption: '1863-3-23', @@ -3667,6 +3946,7 @@ export const volcanoEruptions = [ country: 'Nicaragua', continent: 'North America', elevationInMeters: 872, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 5, lastEruption: '1859-8-25', @@ -3679,6 +3959,7 @@ export const volcanoEruptions = [ country: 'Indonesia', continent: 'Asia', elevationInMeters: 2251, + mainType: 'Complex', landform: 'Composite', timesErupted: 24, lastEruption: '1847-10-16', @@ -3691,6 +3972,7 @@ export const volcanoEruptions = [ country: 'Chile', continent: 'South America', elevationInMeters: 2452, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 7, lastEruption: '1835-2-20', @@ -3703,6 +3985,7 @@ export const volcanoEruptions = [ country: 'Guatemala', continent: 'North America', elevationInMeters: 3173, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1818-1-16', @@ -3715,6 +3998,7 @@ export const volcanoEruptions = [ country: 'Peru', continent: 'South America', elevationInMeters: 5801, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '1802-3-20', @@ -3727,6 +4011,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 3776, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 58, lastEruption: '1707-12-16', @@ -3739,6 +4024,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 2702, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 20, lastEruption: '1659-4-21', @@ -3751,6 +4037,7 @@ export const volcanoEruptions = [ country: 'Portugal', continent: 'Europe', elevationInMeters: 350, + mainType: 'Fissure vent', landform: 'Cluster', timesErupted: 7, lastEruption: '1652-10-19', @@ -3763,6 +4050,7 @@ export const volcanoEruptions = [ country: 'Philippines', continent: 'Asia', elevationInMeters: 1824, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1640-12-26', @@ -3775,6 +4063,7 @@ export const volcanoEruptions = [ country: 'Portugal', continent: 'Europe', elevationInMeters: 805, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 9, lastEruption: '1630-9-3', @@ -3787,6 +4076,7 @@ export const volcanoEruptions = [ country: 'Peru', continent: 'South America', elevationInMeters: 4679, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 2, lastEruption: '1600-2-17', @@ -3799,6 +4089,7 @@ export const volcanoEruptions = [ country: 'Portugal', continent: 'Europe', elevationInMeters: 947, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 10, lastEruption: '1564-2-10', @@ -3811,6 +4102,7 @@ export const volcanoEruptions = [ country: 'Italy', continent: 'Europe', elevationInMeters: 458, + mainType: 'Caldera', landform: 'Caldera', timesErupted: 20, lastEruption: '1538-9-29', @@ -3823,6 +4115,7 @@ export const volcanoEruptions = [ country: 'Vanuatu', continent: 'Oceania', elevationInMeters: 361, + mainType: 'Stratovolcano', landform: 'Composite', timesErupted: 3, lastEruption: '1270', @@ -3835,6 +4128,7 @@ export const volcanoEruptions = [ country: 'Japan', continent: 'Asia', elevationInMeters: 1584, + mainType: 'Lava dome', landform: 'Composite', timesErupted: 3, lastEruption: '867-3-4', @@ -3847,13 +4141,14 @@ export const volcanoEruptions = [ country: 'United States', continent: 'North America', elevationInMeters: 970, + mainType: 'Volcanic field', landform: 'Cluster', timesErupted: 4, lastEruption: '-2360', firstRecordedEruption: '-9300', longestEruptionInDays: 102267, }, -]; +].filter((v) => v.longestEruptionInDays < 10000); export const volcanoEruptionsScatterSeries = [ { @@ -3866,7 +4161,7 @@ export const volcanoEruptionsScatterSeries = [ }, ]; -export const volcanoEruptionsScatterSeriesByContinent: ScatterSeriesType = Array.from( +export const volcanoEruptionsScatterSeriesByContinent: ScatterSeriesType[] = Array.from( new Set(volcanoEruptions.map((d) => d.continent)), ).map((continent) => ({ type: 'scatter', @@ -3880,7 +4175,7 @@ export const volcanoEruptionsScatterSeriesByContinent: ScatterSeriesType = Array })), })); -export const volcanoEruptionsScatterSeriesByVolcanoType: ScatterSeriesType = Array.from( +export const volcanoEruptionsScatterSeriesByVolcanoType: ScatterSeriesType[] = Array.from( new Set(volcanoEruptions.map((d) => d.landform)), ).map((landform) => ({ type: 'scatter', @@ -3889,7 +4184,7 @@ export const volcanoEruptionsScatterSeriesByVolcanoType: ScatterSeriesType = Arr .filter((d) => d.landform === landform) .map((d) => ({ y: d.elevationInMeters, - x: d.timesErupted, + x: d.longestEruptionInDays, id: d.name, })), })); diff --git a/docs/data/charts/scatter/VoronoiInteraction.tsx b/docs/data/charts/scatter/VoronoiInteraction.tsx index 176822e9777f..ffce062c5ac5 100644 --- a/docs/data/charts/scatter/VoronoiInteraction.tsx +++ b/docs/data/charts/scatter/VoronoiInteraction.tsx @@ -56,7 +56,7 @@ export default function VoronoiInteraction() { ]} xAxis={[ { - // scaleType: 'log', + scaleType: 'log', label: 'times erupted', // max: 200_000, // min: 500, From 02cf83f50f0c5757d0bc9b314b9ba4d2bd71b6f5 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 10 Oct 2024 17:05:28 +0200 Subject: [PATCH 8/9] improve dataset --- docs/data/charts/dataset/volcanoEruptions.ts | 52 ++++++++++---------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/docs/data/charts/dataset/volcanoEruptions.ts b/docs/data/charts/dataset/volcanoEruptions.ts index cdca79545d2b..98cd2911b9ec 100644 --- a/docs/data/charts/dataset/volcanoEruptions.ts +++ b/docs/data/charts/dataset/volcanoEruptions.ts @@ -31,7 +31,7 @@ export const volcanoEruptions = [ id: 300130, name: 'Karymsky', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1513, mainType: 'Stratovolcano', landform: 'Composite', @@ -382,7 +382,7 @@ export const volcanoEruptions = [ id: 300260, name: 'Klyuchevskoy', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 4754, mainType: 'Stratovolcano', landform: 'Composite', @@ -421,7 +421,7 @@ export const volcanoEruptions = [ id: 290360, name: 'Chikurachki', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1781, mainType: 'Stratovolcano', landform: 'Composite', @@ -486,7 +486,7 @@ export const volcanoEruptions = [ id: 290260, name: 'Chirinkotan', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 724, mainType: 'Stratovolcano', landform: 'Composite', @@ -512,7 +512,7 @@ export const volcanoEruptions = [ id: 290390, name: 'Alaid', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 2285, mainType: 'Stratovolcano', landform: 'Composite', @@ -551,7 +551,7 @@ export const volcanoEruptions = [ id: 290380, name: 'Ebeko', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1103, mainType: 'Stratovolcano', landform: 'Composite', @@ -954,7 +954,7 @@ export const volcanoEruptions = [ id: 290240, name: 'Sarychev Peak', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1496, mainType: 'Stratovolcano', landform: 'Composite', @@ -1019,7 +1019,7 @@ export const volcanoEruptions = [ id: 290250, name: 'Raikoke', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 551, mainType: 'Stratovolcano', landform: 'Composite', @@ -1214,7 +1214,7 @@ export const volcanoEruptions = [ id: 300010, name: 'Kambalny', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 2116, mainType: 'Stratovolcano', landform: 'Composite', @@ -1227,7 +1227,7 @@ export const volcanoEruptions = [ id: 300250, name: 'Bezymianny', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 2882, mainType: 'Stratovolcano', landform: 'Composite', @@ -1240,7 +1240,7 @@ export const volcanoEruptions = [ id: 300120, name: 'Zhupanovsky', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 2899, mainType: 'Compound', landform: 'Composite', @@ -1552,7 +1552,7 @@ export const volcanoEruptions = [ id: 300240, name: 'Tolbachik', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 3611, mainType: 'Shield', landform: 'Shield', @@ -1578,7 +1578,7 @@ export const volcanoEruptions = [ id: 290150, name: 'Chirpoi', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 742, mainType: 'Caldera', landform: 'Composite', @@ -1656,7 +1656,7 @@ export const volcanoEruptions = [ id: 300230, name: 'Kizimen', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 2334, mainType: 'Stratovolcano', landform: 'Composite', @@ -1669,7 +1669,7 @@ export const volcanoEruptions = [ id: 290270, name: 'Ekarma', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1170, mainType: 'Stratovolcano', landform: 'Composite', @@ -1682,7 +1682,7 @@ export const volcanoEruptions = [ id: 300070, name: 'Gorely', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1799, mainType: 'Caldera', landform: 'Composite', @@ -1747,7 +1747,7 @@ export const volcanoEruptions = [ id: 300090, name: 'Koryaksky', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 3430, mainType: 'Stratovolcano', landform: 'Composite', @@ -2202,7 +2202,7 @@ export const volcanoEruptions = [ id: 300100, name: 'Avachinsky', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 2717, mainType: 'Stratovolcano', landform: 'Composite', @@ -2267,7 +2267,7 @@ export const volcanoEruptions = [ id: 300060, name: 'Mutnovsky', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 2288, mainType: 'Complex', landform: 'Composite', @@ -2345,7 +2345,7 @@ export const volcanoEruptions = [ id: 300270, name: 'Sheveluch', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 3283, mainType: 'Stratovolcano', landform: 'Composite', @@ -2969,7 +2969,7 @@ export const volcanoEruptions = [ id: 290120, name: 'Kolokol Group', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1328, mainType: 'Stratovolcano', landform: 'Composite', @@ -3268,7 +3268,7 @@ export const volcanoEruptions = [ id: 290180, name: 'Zavaritzki Caldera', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 612, mainType: 'Caldera', landform: 'Caldera', @@ -3359,7 +3359,7 @@ export const volcanoEruptions = [ id: 290310, name: 'Tao-Rusyr Caldera', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1272, mainType: 'Stratovolcano', landform: 'Composite', @@ -3554,7 +3554,7 @@ export const volcanoEruptions = [ id: 290300, name: 'Kharimkotan', country: 'Russia', - continent: 'Europe/Asia', + continent: 'Asia', elevationInMeters: 1145, mainType: 'Stratovolcano', landform: 'Composite', @@ -4148,7 +4148,9 @@ export const volcanoEruptions = [ firstRecordedEruption: '-9300', longestEruptionInDays: 102267, }, -].filter((v) => v.longestEruptionInDays < 10000); +] + .filter((v) => v.longestEruptionInDays < 10000) + .filter((v) => v.continent !== 'N/A' && v.continent !== 'Antarctica'); export const volcanoEruptionsScatterSeries = [ { From 7b752421ef519c532a53974ba47404ac52ce0060 Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 10 Oct 2024 17:07:40 +0200 Subject: [PATCH 9/9] remove volcano and life expectancy data --- .../charts/dataset/lifeExpectancyVsGdp.ts | 1344 ------ docs/data/charts/dataset/volcanoEruptions.ts | 4194 ----------------- .../data/charts/scatter/VoronoiInteraction.js | 1 - .../charts/scatter/VoronoiInteraction.tsx | 78 - 4 files changed, 5617 deletions(-) delete mode 100644 docs/data/charts/dataset/lifeExpectancyVsGdp.ts delete mode 100644 docs/data/charts/dataset/volcanoEruptions.ts diff --git a/docs/data/charts/dataset/lifeExpectancyVsGdp.ts b/docs/data/charts/dataset/lifeExpectancyVsGdp.ts deleted file mode 100644 index 40e2f76ed42f..000000000000 --- a/docs/data/charts/dataset/lifeExpectancyVsGdp.ts +++ /dev/null @@ -1,1344 +0,0 @@ -// Dataset from https://ourworldindata.org/grapher/life-expectancy-vs-gdp-per-capita - -export const lifeExpectancyVsGdpPerCapita = [ - { - name: 'Afghanistan', - code: 'AFG', - lifeExpectancyAtBirth: 62.6587, - gdpPerCapita: 1928, - year: 2015, - continent: 'Asia', - }, - { - name: 'Albania', - code: 'ALB', - lifeExpectancyAtBirth: 78.6441, - gdpPerCapita: 10192.529, - year: 2015, - continent: 'Europe', - }, - { - name: 'Algeria', - code: 'DZA', - lifeExpectancyAtBirth: 75.622, - gdpPerCapita: 14007.894, - year: 2015, - continent: 'Africa', - }, - { - name: 'Angola', - code: 'AGO', - lifeExpectancyAtBirth: 60.6546, - gdpPerCapita: 8319.567, - year: 2015, - continent: 'Africa', - }, - { - name: 'Argentina', - code: 'ARG', - lifeExpectancyAtBirth: 76.7602, - gdpPerCapita: 19423.666, - year: 2015, - continent: 'South America', - }, - { - name: 'Armenia', - code: 'ARM', - lifeExpectancyAtBirth: 74.4361, - gdpPerCapita: 10076.352, - year: 2015, - continent: 'Asia', - }, - { - name: 'Australia', - code: 'AUS', - lifeExpectancyAtBirth: 82.6552, - gdpPerCapita: 48145.53, - year: 2015, - continent: 'Oceania', - }, - { - name: 'Austria', - code: 'AUT', - lifeExpectancyAtBirth: 81.1594, - gdpPerCapita: 41255.715, - year: 2015, - continent: 'Europe', - }, - { - name: 'Azerbaijan', - code: 'AZE', - lifeExpectancyAtBirth: 71.4512, - gdpPerCapita: 17463.758, - year: 2015, - continent: 'Asia', - }, - { - name: 'Bahrain', - code: 'BHR', - lifeExpectancyAtBirth: 79.4046, - gdpPerCapita: 38369.66, - year: 2015, - continent: 'Asia', - }, - { - name: 'Bangladesh', - code: 'BGD', - lifeExpectancyAtBirth: 70.4913, - gdpPerCapita: 3402.3213, - year: 2015, - continent: 'Asia', - }, - { - name: 'Barbados', - code: 'BRB', - lifeExpectancyAtBirth: 76.6502, - gdpPerCapita: 11849, - year: 2015, - continent: 'North America', - }, - { - name: 'Belarus', - code: 'BLR', - lifeExpectancyAtBirth: 73.9874, - gdpPerCapita: 18122.863, - year: 2015, - continent: 'Europe', - }, - { - name: 'Belgium', - code: 'BEL', - lifeExpectancyAtBirth: 80.8898, - gdpPerCapita: 39160.324, - year: 2015, - continent: 'Europe', - }, - { - name: 'Benin', - code: 'BEN', - lifeExpectancyAtBirth: 59.3771, - gdpPerCapita: 2055, - year: 2015, - continent: 'Africa', - }, - { - name: 'Bolivia', - code: 'BOL', - lifeExpectancyAtBirth: 67.3182, - gdpPerCapita: 6176.267, - year: 2015, - continent: 'South America', - }, - { - name: 'Bosnia and Herzegovina', - code: 'BIH', - lifeExpectancyAtBirth: 76.1819, - gdpPerCapita: 9639.478, - year: 2015, - continent: 'Europe', - }, - { - name: 'Botswana', - code: 'BWA', - lifeExpectancyAtBirth: 63.8183, - gdpPerCapita: 13980.036, - year: 2015, - continent: 'Africa', - }, - { - name: 'Brazil', - code: 'BRA', - lifeExpectancyAtBirth: 74.3325, - gdpPerCapita: 14583.982, - year: 2015, - continent: 'South America', - }, - { - name: 'Bulgaria', - code: 'BGR', - lifeExpectancyAtBirth: 74.6325, - gdpPerCapita: 16186.409, - year: 2015, - continent: 'Europe', - }, - { - name: 'Burkina Faso', - code: 'BFA', - lifeExpectancyAtBirth: 58.8454, - gdpPerCapita: 1456.9303, - year: 2015, - continent: 'Africa', - }, - { - name: 'Burundi', - code: 'BDI', - lifeExpectancyAtBirth: 60.2172, - gdpPerCapita: 694, - year: 2015, - continent: 'Africa', - }, - { - name: 'Cambodia', - code: 'KHM', - lifeExpectancyAtBirth: 69.8725, - gdpPerCapita: 3149.8743, - year: 2015, - continent: 'Asia', - }, - { - name: 'Cameroon', - code: 'CMR', - lifeExpectancyAtBirth: 59.658, - gdpPerCapita: 2718.3054, - year: 2015, - continent: 'Africa', - }, - { - name: 'Canada', - code: 'CAN', - lifeExpectancyAtBirth: 81.9246, - gdpPerCapita: 43761.527, - year: 2015, - continent: 'North America', - }, - { - name: 'Cape Verde', - code: 'CPV', - lifeExpectancyAtBirth: 74.6195, - gdpPerCapita: 6266, - year: 2015, - continent: 'Africa', - }, - { - name: 'Central African Republic', - code: 'CAF', - lifeExpectancyAtBirth: 52.793, - gdpPerCapita: 576, - year: 2015, - continent: 'Africa', - }, - { - name: 'Chad', - code: 'TCD', - lifeExpectancyAtBirth: 51.5888, - gdpPerCapita: 1802.3212, - year: 2015, - continent: 'Africa', - }, - { - name: 'Chile', - code: 'CHL', - lifeExpectancyAtBirth: 79.746, - gdpPerCapita: 21574.018, - year: 2015, - continent: 'South America', - }, - { - name: 'China', - code: 'CHN', - lifeExpectancyAtBirth: 76.9771, - gdpPerCapita: 13325.432, - year: 2015, - continent: 'Asia', - }, - { - name: 'Colombia', - code: 'COL', - lifeExpectancyAtBirth: 76.2573, - gdpPerCapita: 13237.291, - year: 2015, - continent: 'South America', - }, - { - name: 'Comoros', - code: 'COM', - lifeExpectancyAtBirth: 62.8956, - gdpPerCapita: 1696, - year: 2015, - continent: 'Africa', - }, - { - name: 'Congo', - code: 'COG', - lifeExpectancyAtBirth: 63.2329, - gdpPerCapita: 6079.4575, - year: 2015, - continent: 'Africa', - }, - { - name: 'Costa Rica', - code: 'CRI', - lifeExpectancyAtBirth: 79.0857, - gdpPerCapita: 13557.923, - year: 2015, - continent: 'North America', - }, - { - name: "Cote d'Ivoire", - code: 'CIV', - lifeExpectancyAtBirth: 57.7624, - gdpPerCapita: 3182.1077, - year: 2015, - continent: 'Africa', - }, - { - name: 'Croatia', - code: 'HRV', - lifeExpectancyAtBirth: 77.5599, - gdpPerCapita: 20025.754, - year: 2015, - continent: 'Europe', - }, - { - name: 'Cuba', - code: 'CUB', - lifeExpectancyAtBirth: 77.772, - gdpPerCapita: 7889, - year: 2015, - continent: 'North America', - }, - { - name: 'Cyprus', - code: 'CYP', - lifeExpectancyAtBirth: 80.9665, - gdpPerCapita: 25081.504, - year: 2015, - continent: 'Europe', - }, - { - name: 'Czechia', - code: 'CZE', - lifeExpectancyAtBirth: 78.58, - gdpPerCapita: 28437.604, - year: 2015, - continent: 'Europe', - }, - { - name: 'Democratic Republic of Congo', - code: 'COD', - lifeExpectancyAtBirth: 58.49, - gdpPerCapita: 806.7695, - year: 2015, - continent: 'Africa', - }, - { - name: 'Denmark', - code: 'DNK', - lifeExpectancyAtBirth: 80.738, - gdpPerCapita: 44940.887, - year: 2015, - continent: 'Europe', - }, - { - name: 'Djibouti', - code: 'DJI', - lifeExpectancyAtBirth: 61.957, - gdpPerCapita: 2941, - year: 2015, - continent: 'Africa', - }, - { - name: 'Dominica', - code: 'DMA', - lifeExpectancyAtBirth: 68.7266, - gdpPerCapita: 9319, - year: 2015, - continent: 'North America', - }, - { - name: 'Dominican Republic', - code: 'DOM', - lifeExpectancyAtBirth: 72.9531, - gdpPerCapita: 13765.119, - year: 2015, - continent: 'North America', - }, - { - name: 'Ecuador', - code: 'ECU', - lifeExpectancyAtBirth: 76.7893, - gdpPerCapita: 10878.766, - year: 2015, - continent: 'South America', - }, - { - name: 'Egypt', - code: 'EGY', - lifeExpectancyAtBirth: 70.4831, - gdpPerCapita: 11312.848, - year: 2015, - continent: 'Africa', - }, - { - name: 'El Salvador', - code: 'SLV', - lifeExpectancyAtBirth: 71.8143, - gdpPerCapita: 8109, - year: 2015, - continent: 'North America', - }, - { - name: 'Equatorial Guinea', - code: 'GNQ', - lifeExpectancyAtBirth: 60.1032, - gdpPerCapita: 37822, - year: 2015, - continent: 'Africa', - }, - { - name: 'Estonia', - code: 'EST', - lifeExpectancyAtBirth: 77.6563, - gdpPerCapita: 24473.66, - year: 2015, - continent: 'Europe', - }, - { - name: 'Eswatini', - code: 'SWZ', - lifeExpectancyAtBirth: 55.0192, - gdpPerCapita: 7969, - year: 2015, - continent: 'Africa', - }, - { - name: 'Ethiopia', - code: 'ETH', - lifeExpectancyAtBirth: 63.6492, - gdpPerCapita: 1601.2638, - year: 2015, - continent: 'Africa', - }, - { - name: 'Finland', - code: 'FIN', - lifeExpectancyAtBirth: 81.4178, - gdpPerCapita: 36986.7, - year: 2015, - continent: 'Europe', - }, - { - name: 'France', - code: 'FRA', - lifeExpectancyAtBirth: 82.1857, - gdpPerCapita: 37077.89, - year: 2015, - continent: 'Europe', - }, - { - name: 'Gabon', - code: 'GAB', - lifeExpectancyAtBirth: 65.4599, - gdpPerCapita: 17180, - year: 2015, - continent: 'Africa', - }, - { - name: 'Gambia', - code: 'GMB', - lifeExpectancyAtBirth: 62.494, - gdpPerCapita: 1786, - year: 2015, - continent: 'Africa', - }, - { - name: 'Georgia', - code: 'GEO', - lifeExpectancyAtBirth: 73.2972, - gdpPerCapita: 10629.594, - year: 2015, - continent: 'Asia', - }, - { - name: 'Germany', - code: 'DEU', - lifeExpectancyAtBirth: 80.5742, - gdpPerCapita: 44405.168, - year: 2015, - continent: 'Europe', - }, - { - name: 'Ghana', - code: 'GHA', - lifeExpectancyAtBirth: 63.1752, - gdpPerCapita: 3610.646, - year: 2015, - continent: 'Africa', - }, - { - name: 'Greece', - code: 'GRC', - lifeExpectancyAtBirth: 80.6676, - gdpPerCapita: 22696.203, - year: 2015, - continent: 'Europe', - }, - { - name: 'Guatemala', - code: 'GTM', - lifeExpectancyAtBirth: 72.103, - gdpPerCapita: 7126.9927, - year: 2015, - continent: 'North America', - }, - { - name: 'Guinea', - code: 'GIN', - lifeExpectancyAtBirth: 58.1336, - gdpPerCapita: 1364, - year: 2015, - continent: 'Africa', - }, - { - name: 'Guinea-Bissau', - code: 'GNB', - lifeExpectancyAtBirth: 59.1282, - gdpPerCapita: 1393, - year: 2015, - continent: 'Africa', - }, - { - name: 'Haiti', - code: 'HTI', - lifeExpectancyAtBirth: 63.2372, - gdpPerCapita: 1742, - year: 2015, - continent: 'North America', - }, - { - name: 'Honduras', - code: 'HND', - lifeExpectancyAtBirth: 72.4871, - gdpPerCapita: 4706, - year: 2015, - continent: 'North America', - }, - { - name: 'Hong Kong', - code: 'HKG', - lifeExpectancyAtBirth: 84.2888, - gdpPerCapita: 47653.695, - year: 2015, - continent: 'Asia', - }, - { - name: 'Hungary', - code: 'HUN', - lifeExpectancyAtBirth: 75.6517, - gdpPerCapita: 22993.375, - year: 2015, - continent: 'Europe', - }, - { - name: 'Iceland', - code: 'ISL', - lifeExpectancyAtBirth: 82.3508, - gdpPerCapita: 39756.527, - year: 2015, - continent: 'Europe', - }, - { - name: 'India', - code: 'IND', - lifeExpectancyAtBirth: 69.6363, - gdpPerCapita: 5869.8467, - year: 2015, - continent: 'Asia', - }, - { - name: 'Indonesia', - code: 'IDN', - lifeExpectancyAtBirth: 69.6989, - gdpPerCapita: 10432.305, - year: 2015, - continent: 'Asia', - }, - { - name: 'Iran', - code: 'IRN', - lifeExpectancyAtBirth: 75.1239, - gdpPerCapita: 16922.88, - year: 2015, - continent: 'Asia', - }, - { - name: 'Iraq', - code: 'IRQ', - lifeExpectancyAtBirth: 69.4403, - gdpPerCapita: 12574.508, - year: 2015, - continent: 'Asia', - }, - { - name: 'Ireland', - code: 'IRL', - lifeExpectancyAtBirth: 81.4163, - gdpPerCapita: 53196.598, - year: 2015, - continent: 'Europe', - }, - { - name: 'Israel', - code: 'ISR', - lifeExpectancyAtBirth: 82.0999, - gdpPerCapita: 31050.408, - year: 2015, - continent: 'Asia', - }, - { - name: 'Italy', - code: 'ITA', - lifeExpectancyAtBirth: 82.5255, - gdpPerCapita: 33620.742, - year: 2015, - continent: 'Europe', - }, - { - name: 'Jamaica', - code: 'JAM', - lifeExpectancyAtBirth: 72.394, - gdpPerCapita: 7268.231, - year: 2015, - continent: 'North America', - }, - { - name: 'Japan', - code: 'JPN', - lifeExpectancyAtBirth: 83.8928, - gdpPerCapita: 37053.176, - year: 2015, - continent: 'Asia', - }, - { - name: 'Jordan', - code: 'JOR', - lifeExpectancyAtBirth: 75.0112, - gdpPerCapita: 9307.248, - year: 2015, - continent: 'Asia', - }, - { - name: 'Kazakhstan', - code: 'KAZ', - lifeExpectancyAtBirth: 70.7265, - gdpPerCapita: 23782.562, - year: 2015, - continent: 'Asia', - }, - { - name: 'Kenya', - code: 'KEN', - lifeExpectancyAtBirth: 61.8922, - gdpPerCapita: 2921.3428, - year: 2015, - continent: 'Africa', - }, - { - name: 'Kuwait', - code: 'KWT', - lifeExpectancyAtBirth: 79.5624, - gdpPerCapita: 78261.195, - year: 2015, - continent: 'Asia', - }, - { - name: 'Kyrgyzstan', - code: 'KGZ', - lifeExpectancyAtBirth: 69.9963, - gdpPerCapita: 4772.76, - year: 2015, - continent: 'Asia', - }, - { - name: 'Laos', - code: 'LAO', - lifeExpectancyAtBirth: 66.67, - gdpPerCapita: 5559, - year: 2015, - continent: 'Asia', - }, - { - name: 'Latvia', - code: 'LVA', - lifeExpectancyAtBirth: 74.6854, - gdpPerCapita: 22179.42, - year: 2015, - continent: 'Europe', - }, - { - name: 'Lebanon', - code: 'LBN', - lifeExpectancyAtBirth: 79.2294, - gdpPerCapita: 12982.721, - year: 2015, - continent: 'Asia', - }, - { - name: 'Lesotho', - code: 'LSO', - lifeExpectancyAtBirth: 51.1014, - gdpPerCapita: 2710, - year: 2015, - continent: 'Africa', - }, - { - name: 'Liberia', - code: 'LBR', - lifeExpectancyAtBirth: 59.1485, - gdpPerCapita: 865, - year: 2015, - continent: 'Africa', - }, - { - name: 'Libya', - code: 'LBY', - lifeExpectancyAtBirth: 71.6982, - gdpPerCapita: 14720.548, - year: 2015, - continent: 'Africa', - }, - { - name: 'Lithuania', - code: 'LTU', - lifeExpectancyAtBirth: 74.6103, - gdpPerCapita: 23968.848, - year: 2015, - continent: 'Europe', - }, - { - name: 'Luxembourg', - code: 'LUX', - lifeExpectancyAtBirth: 81.8384, - gdpPerCapita: 54251.45, - year: 2015, - continent: 'Europe', - }, - { - name: 'Madagascar', - code: 'MDG', - lifeExpectancyAtBirth: 64.339, - gdpPerCapita: 1360.7545, - year: 2015, - continent: 'Africa', - }, - { - name: 'Malawi', - code: 'MWI', - lifeExpectancyAtBirth: 61.3781, - gdpPerCapita: 1144.3241, - year: 2015, - continent: 'Africa', - }, - { - name: 'Malaysia', - code: 'MYS', - lifeExpectancyAtBirth: 75.0942, - gdpPerCapita: 22550.342, - year: 2015, - continent: 'Asia', - }, - { - name: 'Mali', - code: 'MLI', - lifeExpectancyAtBirth: 58.3632, - gdpPerCapita: 1555.8046, - year: 2015, - continent: 'Africa', - }, - { - name: 'Malta', - code: 'MLT', - lifeExpectancyAtBirth: 82.9621, - gdpPerCapita: 28906.48, - year: 2015, - continent: 'Europe', - }, - { - name: 'Mauritania', - code: 'MRT', - lifeExpectancyAtBirth: 64.4847, - gdpPerCapita: 3424, - year: 2015, - continent: 'Africa', - }, - { - name: 'Mauritius', - code: 'MUS', - lifeExpectancyAtBirth: 74.9754, - gdpPerCapita: 18828, - year: 2015, - continent: 'Africa', - }, - { - name: 'Mexico', - code: 'MEX', - lifeExpectancyAtBirth: 74.6822, - gdpPerCapita: 16235.004, - year: 2015, - continent: 'North America', - }, - { - name: 'Moldova', - code: 'MDA', - lifeExpectancyAtBirth: 69.2396, - gdpPerCapita: 5784.4917, - year: 2015, - continent: 'Europe', - }, - { - name: 'Mongolia', - code: 'MNG', - lifeExpectancyAtBirth: 69.4977, - gdpPerCapita: 12398, - year: 2015, - continent: 'Asia', - }, - { - name: 'Montenegro', - code: 'MNE', - lifeExpectancyAtBirth: 76.7561, - gdpPerCapita: 17249, - year: 2015, - continent: 'Europe', - }, - { - name: 'Morocco', - code: 'MAR', - lifeExpectancyAtBirth: 72.9197, - gdpPerCapita: 7959.528, - year: 2015, - continent: 'Africa', - }, - { - name: 'Mozambique', - code: 'MOZ', - lifeExpectancyAtBirth: 58.1509, - gdpPerCapita: 1090.3977, - year: 2015, - continent: 'Africa', - }, - { - name: 'Myanmar', - code: 'MMR', - lifeExpectancyAtBirth: 65.5613, - gdpPerCapita: 4984.669, - year: 2015, - continent: 'Asia', - }, - { - name: 'Namibia', - code: 'NAM', - lifeExpectancyAtBirth: 60.7002, - gdpPerCapita: 9333.583, - year: 2015, - continent: 'Africa', - }, - { - name: 'Nepal', - code: 'NPL', - lifeExpectancyAtBirth: 67.4562, - gdpPerCapita: 2455, - year: 2015, - continent: 'Asia', - }, - { - name: 'Netherlands', - code: 'NLD', - lifeExpectancyAtBirth: 81.4821, - gdpPerCapita: 44912.664, - year: 2015, - continent: 'Europe', - }, - { - name: 'New Zealand', - code: 'NZL', - lifeExpectancyAtBirth: 81.9765, - gdpPerCapita: 34248.477, - year: 2015, - continent: 'Oceania', - }, - { - name: 'Nicaragua', - code: 'NIC', - lifeExpectancyAtBirth: 72.983, - gdpPerCapita: 4866, - year: 2015, - continent: 'North America', - }, - { - name: 'Niger', - code: 'NER', - lifeExpectancyAtBirth: 61.0827, - gdpPerCapita: 888.36847, - year: 2015, - continent: 'Africa', - }, - { - name: 'Nigeria', - code: 'NGA', - lifeExpectancyAtBirth: 51.8413, - gdpPerCapita: 5558.026, - year: 2015, - continent: 'Africa', - }, - { - name: 'North Korea', - code: 'PRK', - lifeExpectancyAtBirth: 72.7844, - gdpPerCapita: 1762.5167, - year: 2015, - continent: 'Asia', - }, - { - name: 'North Macedonia', - code: 'MKD', - lifeExpectancyAtBirth: 75.9814, - gdpPerCapita: 12412.94, - year: 2015, - continent: 'Europe', - }, - { - name: 'Norway', - code: 'NOR', - lifeExpectancyAtBirth: 82.2718, - gdpPerCapita: 82983.99, - year: 2015, - continent: 'Europe', - }, - { - name: 'Oman', - code: 'OMN', - lifeExpectancyAtBirth: 77.6869, - gdpPerCapita: 49926.875, - year: 2015, - continent: 'Asia', - }, - { - name: 'Pakistan', - code: 'PAK', - lifeExpectancyAtBirth: 65.6971, - gdpPerCapita: 4889.915, - year: 2015, - continent: 'Asia', - }, - { - name: 'Palestine', - code: 'PSE', - lifeExpectancyAtBirth: 74.4057, - gdpPerCapita: 5003, - year: 2015, - continent: 'Asia', - }, - { - name: 'Panama', - code: 'PAN', - lifeExpectancyAtBirth: 77.4684, - gdpPerCapita: 20723, - year: 2015, - continent: 'North America', - }, - { - name: 'Paraguay', - code: 'PRY', - lifeExpectancyAtBirth: 73.1905, - gdpPerCapita: 8188.404, - year: 2015, - continent: 'South America', - }, - { - name: 'Peru', - code: 'PER', - lifeExpectancyAtBirth: 75.6206, - gdpPerCapita: 11713.57, - year: 2015, - continent: 'South America', - }, - { - name: 'Philippines', - code: 'PHL', - lifeExpectancyAtBirth: 71.2684, - gdpPerCapita: 7070.4756, - year: 2015, - continent: 'Asia', - }, - { - name: 'Poland', - code: 'POL', - lifeExpectancyAtBirth: 77.4151, - gdpPerCapita: 24285.14, - year: 2015, - continent: 'Europe', - }, - { - name: 'Portugal', - code: 'PRT', - lifeExpectancyAtBirth: 81.2093, - gdpPerCapita: 24983.701, - year: 2015, - continent: 'Europe', - }, - { - name: 'Puerto Rico', - code: 'PRI', - lifeExpectancyAtBirth: 79.695, - gdpPerCapita: 35384, - year: 2015, - continent: 'North America', - }, - { - name: 'Qatar', - code: 'QAT', - lifeExpectancyAtBirth: 80.0639, - gdpPerCapita: 159800.19, - year: 2015, - continent: 'Asia', - }, - { - name: 'Romania', - code: 'ROU', - lifeExpectancyAtBirth: 74.7901, - gdpPerCapita: 19162.186, - year: 2015, - continent: 'Europe', - }, - { - name: 'Russia', - code: 'RUS', - lifeExpectancyAtBirth: 72.1006, - gdpPerCapita: 23607.953, - year: 2015, - continent: 'Europe', - }, - { - name: 'Rwanda', - code: 'RWA', - lifeExpectancyAtBirth: 65.2977, - gdpPerCapita: 1708.3467, - year: 2015, - continent: 'Africa', - }, - { - name: 'Saint Lucia', - code: 'LCA', - lifeExpectancyAtBirth: 73.1381, - gdpPerCapita: 10185, - year: 2015, - continent: 'North America', - }, - { - name: 'Sao Tome and Principe', - code: 'STP', - lifeExpectancyAtBirth: 67.2491, - gdpPerCapita: 3545, - year: 2015, - continent: 'Africa', - }, - { - name: 'Saudi Arabia', - code: 'SAU', - lifeExpectancyAtBirth: 76.9185, - gdpPerCapita: 51941.598, - year: 2015, - continent: 'Asia', - }, - { - name: 'Senegal', - code: 'SEN', - lifeExpectancyAtBirth: 66.8794, - gdpPerCapita: 2262.3123, - year: 2015, - continent: 'Africa', - }, - { - name: 'Serbia', - code: 'SRB', - lifeExpectancyAtBirth: 75.8172, - gdpPerCapita: 13013.854, - year: 2015, - continent: 'Europe', - }, - { - name: 'Seychelles', - code: 'SYC', - lifeExpectancyAtBirth: 73.6979, - gdpPerCapita: 25690, - year: 2015, - continent: 'Africa', - }, - { - name: 'Sierra Leone', - code: 'SLE', - lifeExpectancyAtBirth: 57.189, - gdpPerCapita: 1563, - year: 2015, - continent: 'Africa', - }, - { - name: 'Singapore', - code: 'SGP', - lifeExpectancyAtBirth: 82.8265, - gdpPerCapita: 67673.94, - year: 2015, - continent: 'Asia', - }, - { - name: 'Slovakia', - code: 'SVK', - lifeExpectancyAtBirth: 76.6493, - gdpPerCapita: 24647.719, - year: 2015, - continent: 'Europe', - }, - { - name: 'Slovenia', - code: 'SVN', - lifeExpectancyAtBirth: 80.8218, - gdpPerCapita: 26186.248, - year: 2015, - continent: 'Europe', - }, - { - name: 'South Africa', - code: 'ZAF', - lifeExpectancyAtBirth: 63.9499, - gdpPerCapita: 12009.91, - year: 2015, - continent: 'Africa', - }, - { - name: 'South Korea', - code: 'KOR', - lifeExpectancyAtBirth: 82.5605, - gdpPerCapita: 35357.52, - year: 2015, - continent: 'Asia', - }, - { - name: 'Spain', - code: 'ESP', - lifeExpectancyAtBirth: 82.6464, - gdpPerCapita: 32057.098, - year: 2015, - continent: 'Europe', - }, - { - name: 'Sri Lanka', - code: 'LKA', - lifeExpectancyAtBirth: 74.9275, - gdpPerCapita: 10784.185, - year: 2015, - continent: 'Asia', - }, - { - name: 'Sweden', - code: 'SWE', - lifeExpectancyAtBirth: 82.1834, - gdpPerCapita: 43782.457, - year: 2015, - continent: 'Europe', - }, - { - name: 'Switzerland', - code: 'CHE', - lifeExpectancyAtBirth: 82.8468, - gdpPerCapita: 60070.867, - year: 2015, - continent: 'Europe', - }, - { - name: 'Syria', - code: 'SYR', - lifeExpectancyAtBirth: 65.1239, - gdpPerCapita: 3464.0376, - year: 2015, - continent: 'Asia', - }, - { - name: 'Taiwan', - code: 'TWN', - lifeExpectancyAtBirth: 79.9471, - gdpPerCapita: 42438.46, - year: 2015, - continent: 'Asia', - }, - { - name: 'Tajikistan', - code: 'TJK', - lifeExpectancyAtBirth: 69.3059, - gdpPerCapita: 3784.3435, - year: 2015, - continent: 'Asia', - }, - { - name: 'Tanzania', - code: 'TZA', - lifeExpectancyAtBirth: 64.6507, - gdpPerCapita: 2505.9724, - year: 2015, - continent: 'Africa', - }, - { - name: 'Thailand', - code: 'THA', - lifeExpectancyAtBirth: 77.7166, - gdpPerCapita: 14960.908, - year: 2015, - continent: 'Asia', - }, - { - name: 'Togo', - code: 'TGO', - lifeExpectancyAtBirth: 59.3958, - gdpPerCapita: 1370, - year: 2015, - continent: 'Africa', - }, - { - name: 'Trinidad and Tobago', - code: 'TTO', - lifeExpectancyAtBirth: 74.5032, - gdpPerCapita: 32480.59, - year: 2015, - continent: 'North America', - }, - { - name: 'Tunisia', - code: 'TUN', - lifeExpectancyAtBirth: 75.6919, - gdpPerCapita: 11063.081, - year: 2015, - continent: 'Africa', - }, - { - name: 'Turkey', - code: 'TUR', - lifeExpectancyAtBirth: 76.646, - gdpPerCapita: 21519.33, - year: 2015, - continent: 'Asia', - }, - { - name: 'Turkmenistan', - code: 'TKM', - lifeExpectancyAtBirth: 68.7816, - gdpPerCapita: 17857.26, - year: 2015, - continent: 'Asia', - }, - { - name: 'Uganda', - code: 'UGA', - lifeExpectancyAtBirth: 61.0856, - gdpPerCapita: 2026.8052, - year: 2015, - continent: 'Africa', - }, - { - name: 'Ukraine', - code: 'UKR', - lifeExpectancyAtBirth: 73.4581, - gdpPerCapita: 8959.174, - year: 2015, - continent: 'Europe', - }, - { - name: 'United Arab Emirates', - code: 'ARE', - lifeExpectancyAtBirth: 79.2232, - gdpPerCapita: 71319.61, - year: 2015, - continent: 'Asia', - }, - { - name: 'United Kingdom', - code: 'GBR', - lifeExpectancyAtBirth: 80.9238, - gdpPerCapita: 37101.227, - year: 2015, - continent: 'Europe', - }, - { - name: 'United States', - code: 'USA', - lifeExpectancyAtBirth: 78.8694, - gdpPerCapita: 52808.152, - year: 2015, - continent: 'North America', - }, - { - name: 'Uruguay', - code: 'URY', - lifeExpectancyAtBirth: 77.4827, - gdpPerCapita: 19123.604, - year: 2015, - continent: 'South America', - }, - { - name: 'Uzbekistan', - code: 'UZB', - lifeExpectancyAtBirth: 70.4753, - gdpPerCapita: 9381.347, - year: 2015, - continent: 'Asia', - }, - { - name: 'Venezuela', - code: 'VEN', - lifeExpectancyAtBirth: 73.0064, - gdpPerCapita: 16333.083, - year: 2015, - continent: 'South America', - }, - { - name: 'Vietnam', - code: 'VNM', - lifeExpectancyAtBirth: 73.8763, - gdpPerCapita: 5776.465, - year: 2015, - continent: 'Asia', - }, - { - name: 'Yemen', - code: 'YEM', - lifeExpectancyAtBirth: 65.8734, - gdpPerCapita: 2820.6172, - year: 2015, - continent: 'Asia', - }, - { - name: 'Zambia', - code: 'ZMB', - lifeExpectancyAtBirth: 61.2078, - gdpPerCapita: 3454.3528, - year: 2015, - continent: 'Africa', - }, - { - name: 'Zimbabwe', - code: 'ZWE', - lifeExpectancyAtBirth: 59.5911, - gdpPerCapita: 1798.7872, - year: 2015, - continent: 'Africa', - }, -]; - -export const lifeExpectancyScatterSeries = Object.values( - lifeExpectancyVsGdpPerCapita - .map((d) => ({ - x: d.gdpPerCapita, - y: d.lifeExpectancyAtBirth, - id: d.code, - continent: d.continent, - })) - .reduce((acc, d) => { - if (!acc[d.continent]) { - acc[d.continent] = { - label: d.continent, - data: [], - }; - } - acc[d.continent].data.push(d); - return acc; - }, {} as any), -) as any; diff --git a/docs/data/charts/dataset/volcanoEruptions.ts b/docs/data/charts/dataset/volcanoEruptions.ts deleted file mode 100644 index 98cd2911b9ec..000000000000 --- a/docs/data/charts/dataset/volcanoEruptions.ts +++ /dev/null @@ -1,4194 +0,0 @@ -import { ScatterSeriesType } from '../../../../packages/x-charts/src'; - -export const volcanoEruptions = [ - { - id: 344020, - name: 'San Cristóbal', - country: 'Nicaragua', - continent: 'North America', - elevationInMeters: 1745, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 35, - lastEruption: '2024-7-5', - firstRecordedEruption: '1528', - longestEruptionInDays: 545, - }, - { - id: 257030, - name: 'Ambae', - country: 'Vanuatu', - continent: 'Oceania', - elevationInMeters: 1496, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 11, - lastEruption: '2024-6-29', - firstRecordedEruption: '1530', - longestEruptionInDays: 419, - }, - { - id: 300130, - name: 'Karymsky', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1513, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 54, - lastEruption: '2024-6-20', - firstRecordedEruption: '-6600', - longestEruptionInDays: 5250, - }, - { - id: 243080, - name: 'Home Reef', - country: 'Tonga', - continent: 'Oceania', - elevationInMeters: -10, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '2024-6-10', - firstRecordedEruption: '1852', - longestEruptionInDays: 37, - }, - { - id: 272020, - name: 'Kanlaon', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 2422, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 30, - lastEruption: '2024-6-3', - firstRecordedEruption: '1866', - longestEruptionInDays: 206, - }, - { - id: 332010, - name: 'Kīlauea', - country: 'United States', - continent: 'North America', - elevationInMeters: 1222, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 73, - lastEruption: '2024-6-3', - firstRecordedEruption: '-4650', - longestEruptionInDays: 717, - }, - { - id: 261170, - name: 'Kerinci', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3800, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 38, - lastEruption: '2024-5-28', - firstRecordedEruption: '1838', - longestEruptionInDays: 1149, - }, - { - id: 261230, - name: 'Dempo', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3142, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 31, - lastEruption: '2024-5-27', - firstRecordedEruption: '1817-12-31', - longestEruptionInDays: 236, - }, - { - id: 261270, - name: 'Suoh', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1000, - mainType: 'Caldera', - landform: 'Cluster', - timesErupted: 2, - lastEruption: '2024-5-24', - firstRecordedEruption: '1933-7-10', - longestEruptionInDays: 26, - }, - { - id: 241040, - name: 'Whakaari/White Island', - country: 'New Zealand', - continent: 'Oceania', - elevationInMeters: 294, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 37, - lastEruption: '2024-5-24', - firstRecordedEruption: '1826-12-1', - longestEruptionInDays: 3098, - }, - { - id: 354020, - name: 'Ubinas', - country: 'Peru', - continent: 'South America', - elevationInMeters: 5608, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 25, - lastEruption: '2024-5-6', - firstRecordedEruption: '-8560', - longestEruptionInDays: 1196, - }, - { - id: 267010, - name: 'Ruang', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 725, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 13, - lastEruption: '2024-4-16', - firstRecordedEruption: '1808', - longestEruptionInDays: 400, - }, - { - id: 273070, - name: 'Taal', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 311, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 39, - lastEruption: '2024-4-12', - firstRecordedEruption: '-3580', - longestEruptionInDays: 203, - }, - { - id: 311160, - name: 'Atka Volcanic Complex', - country: 'United States', - continent: 'North America', - elevationInMeters: 1518, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 10, - lastEruption: '2024-3-27', - firstRecordedEruption: '1812', - longestEruptionInDays: 97, - }, - { - id: 260010, - name: 'Barren Island', - country: 'India', - continent: 'Asia', - elevationInMeters: 354, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 18, - lastEruption: '2024-3-15', - firstRecordedEruption: '-8060', - longestEruptionInDays: 1223, - }, - { - id: 353010, - name: 'Fernandina', - country: 'Ecuador', - continent: 'South America', - elevationInMeters: 1476, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 33, - lastEruption: '2024-3-2', - firstRecordedEruption: '950', - longestEruptionInDays: 179, - }, - { - id: 257040, - name: 'Ambrym', - country: 'Vanuatu', - continent: 'Oceania', - elevationInMeters: 1334, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 56, - lastEruption: '2024-1-13', - firstRecordedEruption: '50', - longestEruptionInDays: 3860, - }, - { - id: 284141, - name: 'Ahyi', - country: 'United States', - continent: 'North America', - elevationInMeters: -75, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 10, - lastEruption: '2024-1-1', - firstRecordedEruption: '1934-7-15', - longestEruptionInDays: 204, - }, - { - id: 264180, - name: 'Lewotobi', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1703, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 23, - lastEruption: '2023-12-23', - firstRecordedEruption: '1675', - longestEruptionInDays: 600, - }, - { - id: 311110, - name: 'Kanaga', - country: 'United States', - continent: 'North America', - elevationInMeters: 1307, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 18, - lastEruption: '2023-12-18', - firstRecordedEruption: '-7300', - longestEruptionInDays: 325, - }, - { - id: 263310, - name: 'Tengger Caldera', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2329, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 67, - lastEruption: '2023-12-13', - firstRecordedEruption: '-5260', - longestEruptionInDays: 366, - }, - { - id: 261140, - name: 'Marapi', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2885, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 68, - lastEruption: '2023-12-3', - firstRecordedEruption: '1770', - longestEruptionInDays: 2765, - }, - { - id: 345040, - name: 'Poás', - country: 'Costa Rica', - continent: 'North America', - elevationInMeters: 2697, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 61, - lastEruption: '2023-12-1', - firstRecordedEruption: '-7920', - longestEruptionInDays: 3288, - }, - { - id: 351060, - name: 'Puracé', - country: 'Colombia', - continent: 'South America', - elevationInMeters: 4650, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 27, - lastEruption: '2023-11-16', - firstRecordedEruption: '-160', - longestEruptionInDays: 24, - }, - { - id: 284120, - name: 'Ioto', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 169, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 26, - lastEruption: '2023-10-18', - firstRecordedEruption: '-850', - longestEruptionInDays: 153, - }, - { - id: 284202, - name: 'Ruby', - country: 'United States', - continent: 'North America', - elevationInMeters: -174, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '2023-9-14', - firstRecordedEruption: '1966-4-21', - longestEruptionInDays: 25, - }, - { - id: 252120, - name: 'Ulawun', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 2334, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 46, - lastEruption: '2023-7-18', - firstRecordedEruption: '1700-3-11', - longestEruptionInDays: 840, - }, - { - id: 311360, - name: 'Shishaldin', - country: 'United States', - continent: 'North America', - elevationInMeters: 2857, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 40, - lastEruption: '2023-7-11', - firstRecordedEruption: '-7550', - longestEruptionInDays: 518, - }, - { - id: 371032, - name: 'Fagradalsfjall', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 250, - mainType: 'Fissure vent', - landform: 'Cluster', - timesErupted: 3, - lastEruption: '2023-7-10', - firstRecordedEruption: '2021-3-19', - longestEruptionInDays: 182, - }, - { - id: 300260, - name: 'Klyuchevskoy', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 4754, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 110, - lastEruption: '2023-6-22', - firstRecordedEruption: '-3950', - longestEruptionInDays: 1051, - }, - { - id: 273030, - name: 'Mayon', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 2462, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 64, - lastEruption: '2023-4-27', - firstRecordedEruption: '-3100', - longestEruptionInDays: 637, - }, - { - id: 257060, - name: 'East Epi', - country: 'Vanuatu', - continent: 'Oceania', - elevationInMeters: 833, - mainType: 'Stratovolcano', - landform: 'Cluster', - timesErupted: 9, - lastEruption: '2023-1-31', - firstRecordedEruption: '1920-1-22', - longestEruptionInDays: 61, - }, - { - id: 290360, - name: 'Chikurachki', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1781, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 28, - lastEruption: '2023-1-28', - firstRecordedEruption: '-9360', - longestEruptionInDays: 273, - }, - { - id: 355100, - name: 'Láscar', - country: 'Chile', - continent: 'South America', - elevationInMeters: 5592, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 32, - lastEruption: '2022-12-10', - firstRecordedEruption: '-7250', - longestEruptionInDays: 2997, - }, - { - id: 211060, - name: 'Etna', - country: 'Italy', - continent: 'Europe', - elevationInMeters: 3357, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 147, - lastEruption: '2022-11-27', - firstRecordedEruption: '-6190', - longestEruptionInDays: 5019, - }, - { - id: 343100, - name: 'San Miguel', - country: 'El Salvador', - continent: 'North America', - elevationInMeters: 2130, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 41, - lastEruption: '2022-11-15', - firstRecordedEruption: '1510', - longestEruptionInDays: 210, - }, - { - id: 352050, - name: 'Cotopaxi', - country: 'Ecuador', - continent: 'South America', - elevationInMeters: 5911, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 85, - lastEruption: '2022-10-21', - firstRecordedEruption: '-7690', - longestEruptionInDays: 257, - }, - { - id: 290260, - name: 'Chirinkotan', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 724, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '2022-10-7', - firstRecordedEruption: '1884', - longestEruptionInDays: 543, - }, - { - id: 284096, - name: 'Nishinoshima', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 100, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 7, - lastEruption: '2022-10-1', - firstRecordedEruption: '1973-4-12', - longestEruptionInDays: 727, - }, - { - id: 290390, - name: 'Alaid', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 2285, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 15, - lastEruption: '2022-9-10', - firstRecordedEruption: '1790', - longestEruptionInDays: 317, - }, - { - id: 284100, - name: 'Kaitoku Seamount', - country: 'Japan', - continent: 'Asia', - elevationInMeters: -95, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '2022-8-18', - firstRecordedEruption: '1984-3-8', - longestEruptionInDays: 161, - }, - { - id: 345070, - name: 'Turrialba', - country: 'Costa Rica', - continent: 'North America', - elevationInMeters: 3340, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 21, - lastEruption: '2022-7-17', - firstRecordedEruption: '-7260', - longestEruptionInDays: 117, - }, - { - id: 290380, - name: 'Ebeko', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1103, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 20, - lastEruption: '2022-6-11', - firstRecordedEruption: '-390', - longestEruptionInDays: 1845, - }, - { - id: 273010, - name: 'Bulusan', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 1535, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 24, - lastEruption: '2022-6-5', - firstRecordedEruption: '-3050', - longestEruptionInDays: 358, - }, - { - id: 263340, - name: 'Raung', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3260, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 68, - lastEruption: '2022-5-14', - firstRecordedEruption: '1593', - longestEruptionInDays: 804, - }, - { - id: 257020, - name: 'Gaua', - country: 'Vanuatu', - continent: 'Oceania', - elevationInMeters: 729, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 18, - lastEruption: '2022-5-3', - firstRecordedEruption: '1962-7-16', - longestEruptionInDays: 265, - }, - { - id: 264050, - name: 'Sangeang Api', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1912, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 20, - lastEruption: '2022-2-17', - firstRecordedEruption: '1715', - longestEruptionInDays: 931, - }, - { - id: 353020, - name: 'Wolf', - country: 'Ecuador', - continent: 'South America', - elevationInMeters: 1710, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 16, - lastEruption: '2022-1-6', - firstRecordedEruption: '150', - longestEruptionInDays: 349, - }, - { - id: 243040, - name: "Hunga Tonga-Hunga Ha'apai", - country: 'Tonga', - continent: 'Oceania', - elevationInMeters: 114, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 7, - lastEruption: '2021-12-20', - firstRecordedEruption: '1110', - longestEruptionInDays: 34, - }, - { - id: 273083, - name: 'Pinatubo', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 1486, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '2021-11-30', - firstRecordedEruption: '-7460', - longestEruptionInDays: 153, - }, - { - id: 264250, - name: 'Iliwerung', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 583, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 14, - lastEruption: '2021-11-28', - firstRecordedEruption: '1870', - longestEruptionInDays: 260, - }, - { - id: 282110, - name: 'Asosan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1592, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 172, - lastEruption: '2021-10-14', - firstRecordedEruption: '-8050', - longestEruptionInDays: 945, - }, - { - id: 383010, - name: 'La Palma', - country: 'Spain', - continent: 'Europe', - elevationInMeters: 2426, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 14, - lastEruption: '2021-9-19', - firstRecordedEruption: '-6050', - longestEruptionInDays: 85, - }, - { - id: 284130, - name: 'Fukutoku-Oka-no-Ba', - country: 'Japan', - continent: 'Asia', - elevationInMeters: -29, - mainType: 'Pyroclastic cone', - landform: 'Composite', - timesErupted: 10, - lastEruption: '2021-8-13', - firstRecordedEruption: '1904-11-14', - longestEruptionInDays: 324, - }, - { - id: 312030, - name: 'Pavlof', - country: 'United States', - continent: 'North America', - elevationInMeters: 2493, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 45, - lastEruption: '2021-8-5', - firstRecordedEruption: '1762', - longestEruptionInDays: 1079, - }, - { - id: 284170, - name: 'Pagan', - country: 'United States', - continent: 'North America', - elevationInMeters: 570, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 21, - lastEruption: '2021-7-29', - firstRecordedEruption: '1340', - longestEruptionInDays: 1447, - }, - { - id: 264270, - name: 'Sirung', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1347, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 11, - lastEruption: '2021-7-21', - firstRecordedEruption: '1934-6-14', - longestEruptionInDays: 240, - }, - { - id: 357090, - name: 'Copahue', - country: 'Chile - Argentina', - continent: 'South America', - elevationInMeters: 2953, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 20, - lastEruption: '2021-7-2', - firstRecordedEruption: '-6820', - longestEruptionInDays: 551, - }, - { - id: 345020, - name: 'Rincón de la Vieja', - country: 'Costa Rica', - continent: 'North America', - elevationInMeters: 1916, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 30, - lastEruption: '2021-6-28', - firstRecordedEruption: '-1820', - longestEruptionInDays: 1145, - }, - { - id: 262000, - name: 'Krakatau', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 285, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 57, - lastEruption: '2021-5-25', - firstRecordedEruption: '250', - longestEruptionInDays: 1293, - }, - { - id: 311120, - name: 'Great Sitkin', - country: 'United States', - continent: 'North America', - elevationInMeters: 1740, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '2021-5-25', - firstRecordedEruption: '1792-5-26', - longestEruptionInDays: 1179, - }, - { - id: 263200, - name: 'Dieng Volcanic Complex', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2565, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 29, - lastEruption: '2021-4-29', - firstRecordedEruption: '-6590', - longestEruptionInDays: 82, - }, - { - id: 344040, - name: 'Telica', - country: 'Nicaragua', - continent: 'North America', - elevationInMeters: 1036, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 46, - lastEruption: '2021-4-21', - firstRecordedEruption: '1527', - longestEruptionInDays: 1038, - }, - { - id: 312070, - name: 'Veniaminof', - country: 'United States', - continent: 'North America', - elevationInMeters: 2507, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 24, - lastEruption: '2021-2-28', - firstRecordedEruption: '-1750', - longestEruptionInDays: 425, - }, - { - id: 311060, - name: 'Semisopochnoi', - country: 'United States', - continent: 'North America', - elevationInMeters: 1221, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '2021-2-2', - firstRecordedEruption: '1873', - longestEruptionInDays: 821, - }, - { - id: 263250, - name: 'Merapi', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2910, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 106, - lastEruption: '2020-12-31', - firstRecordedEruption: '-8780', - longestEruptionInDays: 4544, - }, - { - id: 360150, - name: 'Soufrière St. Vincent', - country: 'Saint Vincent and the Grenadines', - continent: 'North America', - elevationInMeters: 1220, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 22, - lastEruption: '2020-12-27', - firstRecordedEruption: '-2380', - longestEruptionInDays: 328, - }, - { - id: 264230, - name: 'Lewotolok', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1431, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 10, - lastEruption: '2020-11-27', - firstRecordedEruption: '1660', - longestEruptionInDays: 1326, - }, - { - id: 282060, - name: 'Kikai', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 704, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 26, - lastEruption: '2020-10-6', - firstRecordedEruption: '-4350', - longestEruptionInDays: 478, - }, - { - id: 282050, - name: 'Kuchinoerabujima', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 657, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 29, - lastEruption: '2020-8-29', - firstRecordedEruption: '-9520', - longestEruptionInDays: 122, - }, - { - id: 261080, - name: 'Sinabung', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2460, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 5, - lastEruption: '2020-8-8', - firstRecordedEruption: '810', - longestEruptionInDays: 1741, - }, - { - id: 311240, - name: 'Cleveland', - country: 'United States', - continent: 'North America', - elevationInMeters: 1730, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 22, - lastEruption: '2020-6-1', - firstRecordedEruption: '1893', - longestEruptionInDays: 1491, - }, - { - id: 266030, - name: 'Soputan', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1785, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 41, - lastEruption: '2020-3-23', - firstRecordedEruption: '1450', - longestEruptionInDays: 1957, - }, - { - id: 290240, - name: 'Sarychev Peak', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1496, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 20, - lastEruption: '2020-2-29', - firstRecordedEruption: '1765', - longestEruptionInDays: 636, - }, - { - id: 243070, - name: 'Lateiki', - country: 'Tonga', - continent: 'Oceania', - elevationInMeters: 43, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 10, - lastEruption: '2019-10-13', - firstRecordedEruption: '1781', - longestEruptionInDays: 72, - }, - { - id: 283110, - name: 'Asamayama', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 2568, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 129, - lastEruption: '2019-8-7', - firstRecordedEruption: '-7200', - longestEruptionInDays: 1972, - }, - { - id: 243091, - name: 'Unnamed', - country: 'Tonga', - continent: 'Oceania', - elevationInMeters: -40, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '2019-8-6', - firstRecordedEruption: '1907-7', - longestEruptionInDays: 8, - }, - { - id: 263090, - name: 'Tangkuban Parahu', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2084, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 21, - lastEruption: '2019-7-26', - firstRecordedEruption: '-8020', - longestEruptionInDays: 129, - }, - { - id: 290250, - name: 'Raikoke', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 551, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2019-6-22', - firstRecordedEruption: '1765', - longestEruptionInDays: 9, - }, - { - id: 341040, - name: 'Colima', - country: 'Mexico', - continent: 'North America', - elevationInMeters: 3850, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 79, - lastEruption: '2019-5-11', - firstRecordedEruption: '-7690', - longestEruptionInDays: 4958, - }, - { - id: 352090, - name: 'Sangay', - country: 'Ecuador', - continent: 'South America', - elevationInMeters: 5286, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '2019-3-26', - firstRecordedEruption: '1628-10', - longestEruptionInDays: 27965, - }, - { - id: 256010, - name: 'Tinakula', - country: 'Solomon Islands', - continent: 'Oceania', - elevationInMeters: 796, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 24, - lastEruption: '2018-12-8', - firstRecordedEruption: '-1050', - longestEruptionInDays: 2044, - }, - { - id: 357040, - name: 'Planchón-Peteroa', - country: 'Chile', - continent: 'South America', - elevationInMeters: 3977, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 20, - lastEruption: '2018-11-7', - firstRecordedEruption: '-5080', - longestEruptionInDays: 180, - }, - { - id: 268060, - name: 'Gamalama', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1714, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 67, - lastEruption: '2018-10-4', - firstRecordedEruption: '1510', - longestEruptionInDays: 408, - }, - { - id: 233005, - name: 'Mayotte', - country: 'France', - continent: 'Europe', - elevationInMeters: 660, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 4, - lastEruption: '2018-7-3', - firstRecordedEruption: '-4050', - longestEruptionInDays: 413, - }, - { - id: 251020, - name: 'Manam', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 1807, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 41, - lastEruption: '2018-5-10', - firstRecordedEruption: '1616-7-6', - longestEruptionInDays: 2290, - }, - { - id: 223020, - name: 'Nyamulagira', - country: 'DR Congo', - continent: 'Africa', - elevationInMeters: 3058, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 48, - lastEruption: '2018-4-18', - firstRecordedEruption: '1550', - longestEruptionInDays: 2312, - }, - { - id: 282090, - name: 'Kirishimayama', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1700, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 78, - lastEruption: '2018-3-1', - firstRecordedEruption: '-7050', - longestEruptionInDays: 346, - }, - { - id: 283120, - name: 'Kusatsu-Shiranesan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 2165, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 28, - lastEruption: '2018-1-23', - firstRecordedEruption: '-6550', - longestEruptionInDays: 158, - }, - { - id: 264020, - name: 'Agung', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2997, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2017-11-21', - firstRecordedEruption: '1808', - longestEruptionInDays: 568, - }, - { - id: 263300, - name: 'Semeru', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3657, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 63, - lastEruption: '2017-6-6', - firstRecordedEruption: '1818-11-8', - longestEruptionInDays: 15172, - }, - { - id: 360160, - name: "Kick 'em Jenny", - country: 'Grenada', - continent: 'North America', - elevationInMeters: -185, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 15, - lastEruption: '2017-4-29', - firstRecordedEruption: '1000', - longestEruptionInDays: 93, - }, - { - id: 282080, - name: 'Aira', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1117, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 48, - lastEruption: '2017-3-25', - firstRecordedEruption: '-8050', - longestEruptionInDays: 22228, - }, - { - id: 300010, - name: 'Kambalny', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 2116, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '2017-3-24', - firstRecordedEruption: '1350', - longestEruptionInDays: 29, - }, - { - id: 300250, - name: 'Bezymianny', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 2882, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 67, - lastEruption: '2016-12-5', - firstRecordedEruption: '-7050', - longestEruptionInDays: 2810, - }, - { - id: 300120, - name: 'Zhupanovsky', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 2899, - mainType: 'Compound', - landform: 'Composite', - timesErupted: 16, - lastEruption: '2016-11-20', - firstRecordedEruption: '-5050', - longestEruptionInDays: 426, - }, - { - id: 354006, - name: 'Sabancaya', - country: 'Peru', - continent: 'South America', - elevationInMeters: 5960, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 12, - lastEruption: '2016-11-6', - firstRecordedEruption: '-6600', - longestEruptionInDays: 3033, - }, - { - id: 264030, - name: 'Rinjani', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3726, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 19, - lastEruption: '2016-8-1', - firstRecordedEruption: '-600', - longestEruptionInDays: 386, - }, - { - id: 390130, - name: 'Zavodovski', - country: 'United Kingdom', - continent: 'Europe', - elevationInMeters: 551, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '2016-3-30', - firstRecordedEruption: '1819-12', - longestEruptionInDays: 77, - }, - { - id: 344090, - name: 'Momotombo', - country: 'Nicaragua', - continent: 'North America', - elevationInMeters: 1270, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 19, - lastEruption: '2015-12-1', - firstRecordedEruption: '-2550', - longestEruptionInDays: 127, - }, - { - id: 252010, - name: 'Langila', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 1330, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 26, - lastEruption: '2015-10-22', - firstRecordedEruption: '1878', - longestEruptionInDays: 3212, - }, - { - id: 344100, - name: 'Masaya', - country: 'Nicaragua', - continent: 'North America', - elevationInMeters: 594, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 36, - lastEruption: '2015-10-3', - firstRecordedEruption: '-4050', - longestEruptionInDays: 7127, - }, - { - id: 243060, - name: 'Tofua', - country: 'Tonga', - continent: 'Oceania', - elevationInMeters: 515, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 11, - lastEruption: '2015-10-2', - firstRecordedEruption: '1774-6', - longestEruptionInDays: 3865, - }, - { - id: 266100, - name: 'Lokon-Empung', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1580, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 30, - lastEruption: '2015-8-30', - firstRecordedEruption: '1375', - longestEruptionInDays: 1689, - }, - { - id: 342110, - name: 'Pacaya', - country: 'Guatemala', - continent: 'North America', - elevationInMeters: 2569, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 32, - lastEruption: '2015-6-7', - firstRecordedEruption: '400', - longestEruptionInDays: 8650, - }, - { - id: 331021, - name: 'Axial Seamount', - country: 'Undersea Features', - continent: 'N/A', - elevationInMeters: -1410, - mainType: 'Fissure vent', - landform: 'Cluster', - timesErupted: 12, - lastEruption: '2015-4-23', - firstRecordedEruption: '410', - longestEruptionInDays: 2192, - }, - { - id: 358020, - name: 'Calbuco', - country: 'Chile', - continent: 'South America', - elevationInMeters: 1974, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 36, - lastEruption: '2015-4-22', - firstRecordedEruption: '-8460', - longestEruptionInDays: 374, - }, - { - id: 357120, - name: 'Villarrica', - country: 'Chile', - continent: 'South America', - elevationInMeters: 2847, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 152, - lastEruption: '2014-12-2', - firstRecordedEruption: '-7520', - longestEruptionInDays: 3544, - }, - { - id: 384010, - name: 'Fogo', - country: 'Cabo Verde', - continent: 'Africa', - elevationInMeters: 2829, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 12, - lastEruption: '2014-11-23', - firstRecordedEruption: '1500', - longestEruptionInDays: 171, - }, - { - id: 390090, - name: 'Saunders', - country: 'United Kingdom', - continent: 'Europe', - elevationInMeters: 843, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '2014-11-12', - firstRecordedEruption: '1819-12-29', - longestEruptionInDays: 4935, - }, - { - id: 242050, - name: 'Monowai', - country: 'New Zealand', - continent: 'Oceania', - elevationInMeters: -132, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 25, - lastEruption: '2014-10-16', - firstRecordedEruption: '1977-4-16', - longestEruptionInDays: 525, - }, - { - id: 283040, - name: 'Ontakesan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 3067, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2014-9-27', - firstRecordedEruption: '1979-10-28', - longestEruptionInDays: 179, - }, - { - id: 252140, - name: 'Rabaul', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 688, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 19, - lastEruption: '2014-7-7', - firstRecordedEruption: '683', - longestEruptionInDays: 2107, - }, - { - id: 263180, - name: 'Slamet', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3428, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 42, - lastEruption: '2014-3-8', - firstRecordedEruption: '1772-8-11', - longestEruptionInDays: 193, - }, - { - id: 263280, - name: 'Kelud', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1730, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 37, - lastEruption: '2014-2-13', - firstRecordedEruption: '-230', - longestEruptionInDays: 182, - }, - { - id: 255060, - name: 'Kavachi', - country: 'Solomon Islands', - continent: 'Oceania', - elevationInMeters: -20, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 31, - lastEruption: '2014-1-29', - firstRecordedEruption: '1939-4-30', - longestEruptionInDays: 1368, - }, - { - id: 221020, - name: 'Zubair Group', - country: 'Yemen', - continent: 'Asia', - elevationInMeters: 191, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 3, - lastEruption: '2013-9-28', - firstRecordedEruption: '1824', - longestEruptionInDays: 53, - }, - { - id: 290070, - name: 'Etorofu-Yakeyama [Grozny Group]', - country: 'Japan - administered by Russia', - continent: 'Asia', - elevationInMeters: 1158, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 7, - lastEruption: '2013-2-16', - firstRecordedEruption: '1968-2-16', - longestEruptionInDays: 94, - }, - { - id: 352080, - name: 'Tungurahua', - country: 'Ecuador', - continent: 'South America', - elevationInMeters: 5023, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 31, - lastEruption: '2012-12-14', - firstRecordedEruption: '-7750', - longestEruptionInDays: 3564, - }, - { - id: 300240, - name: 'Tolbachik', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 3611, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 58, - lastEruption: '2012-11-27', - firstRecordedEruption: '-7600', - longestEruptionInDays: 531, - }, - { - id: 241080, - name: 'Tongariro', - country: 'New Zealand', - continent: 'Oceania', - elevationInMeters: 1978, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 76, - lastEruption: '2012-11-21', - firstRecordedEruption: '-9850', - longestEruptionInDays: 634, - }, - { - id: 290150, - name: 'Chirpoi', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 742, - mainType: 'Caldera', - landform: 'Composite', - timesErupted: 9, - lastEruption: '2012-11-11', - firstRecordedEruption: '1712-12-31', - longestEruptionInDays: 1437, - }, - { - id: 264150, - name: 'Paluweh', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 875, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '2012-10-8', - firstRecordedEruption: '1650', - longestEruptionInDays: 805, - }, - { - id: 234010, - name: 'Heard', - country: 'Australia', - continent: 'Oceania', - elevationInMeters: 2745, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '2012-9-5', - firstRecordedEruption: '1910-3', - longestEruptionInDays: 4363, - }, - { - id: 351080, - name: 'Galeras', - country: 'Colombia', - continent: 'South America', - elevationInMeters: 4276, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 36, - lastEruption: '2012-5-13', - firstRecordedEruption: '-7050', - longestEruptionInDays: 3286, - }, - { - id: 252080, - name: 'Witori', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 724, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 19, - lastEruption: '2012-5-3', - firstRecordedEruption: '-7510', - longestEruptionInDays: 235, - }, - { - id: 373010, - name: 'Grímsvötn', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 1719, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 76, - lastEruption: '2011-5-21', - firstRecordedEruption: '-8230', - longestEruptionInDays: 90, - }, - { - id: 300230, - name: 'Kizimen', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 2334, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '2010-11-11', - firstRecordedEruption: '-8050', - longestEruptionInDays: 1036, - }, - { - id: 290270, - name: 'Ekarma', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1170, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '2010-6-30', - firstRecordedEruption: '1767', - longestEruptionInDays: 41, - }, - { - id: 300070, - name: 'Gorely', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1799, - mainType: 'Caldera', - landform: 'Composite', - timesErupted: 50, - lastEruption: '2010-6-6', - firstRecordedEruption: '-7400', - longestEruptionInDays: 778, - }, - { - id: 284040, - name: 'Miyakejima', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 775, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 39, - lastEruption: '2010-4-10', - firstRecordedEruption: '-6450', - longestEruptionInDays: 682, - }, - { - id: 372020, - name: 'Eyjafjallajökull', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 1651, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 5, - lastEruption: '2010-3-20', - firstRecordedEruption: '550', - longestEruptionInDays: 377, - }, - { - id: 221115, - name: 'Manda Hararo', - country: 'Ethiopia', - continent: 'Africa', - elevationInMeters: 600, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 2, - lastEruption: '2009-6-28', - firstRecordedEruption: '2007-8-12', - longestEruptionInDays: 3, - }, - { - id: 313030, - name: 'Redoubt', - country: 'United States', - continent: 'North America', - elevationInMeters: 3108, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 97, - lastEruption: '2009-3-15', - firstRecordedEruption: '-9310', - longestEruptionInDays: 187, - }, - { - id: 300090, - name: 'Koryaksky', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 3430, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '2008-12-23', - firstRecordedEruption: '-5050', - longestEruptionInDays: 246, - }, - { - id: 285070, - name: 'Akan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1499, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 35, - lastEruption: '2008-11-18', - firstRecordedEruption: '-7050', - longestEruptionInDays: 227, - }, - { - id: 311130, - name: 'Kasatochi', - country: 'United States', - continent: 'North America', - elevationInMeters: 314, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '2008-8-7', - firstRecordedEruption: '1760', - longestEruptionInDays: 2, - }, - { - id: 352010, - name: 'Reventador', - country: 'Ecuador', - continent: 'South America', - elevationInMeters: 3562, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 26, - lastEruption: '2008-7-27', - firstRecordedEruption: '1541-4', - longestEruptionInDays: 5864, - }, - { - id: 252070, - name: 'Krummel-Garbuna-Welcker', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 564, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2008-7-13', - firstRecordedEruption: '150', - longestEruptionInDays: 83, - }, - { - id: 311290, - name: 'Okmok', - country: 'United States', - continent: 'North America', - elevationInMeters: 1073, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 18, - lastEruption: '2008-7-12', - firstRecordedEruption: '-6310', - longestEruptionInDays: 464, - }, - { - id: 241130, - name: 'Rumble III', - country: 'New Zealand', - continent: 'Oceania', - elevationInMeters: -220, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '2008-7-2', - firstRecordedEruption: '1958-7-9', - longestEruptionInDays: 1454, - }, - { - id: 358041, - name: 'Chaitén', - country: 'Chile', - continent: 'South America', - elevationInMeters: 1122, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 5, - lastEruption: '2008-5-2', - firstRecordedEruption: '-7750', - longestEruptionInDays: 1124, - }, - { - id: 264160, - name: 'Egon', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1661, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2008-4-15', - firstRecordedEruption: '2004-1-29', - longestEruptionInDays: 75, - }, - { - id: 268030, - name: 'Ibu', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1325, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 5, - lastEruption: '2008-4-5', - firstRecordedEruption: '1911-8-30', - longestEruptionInDays: 5977, - }, - { - id: 357110, - name: 'Llaima', - country: 'Chile', - continent: 'South America', - elevationInMeters: 3125, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 56, - lastEruption: '2008-1-1', - firstRecordedEruption: '-7410', - longestEruptionInDays: 756, - }, - { - id: 261160, - name: 'Talang', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2575, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 13, - lastEruption: '2007-11-27', - firstRecordedEruption: '1833-10', - longestEruptionInDays: 97, - }, - { - id: 284200, - name: 'Anatahan', - country: 'United States', - continent: 'North America', - elevationInMeters: 790, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2007-11-27', - firstRecordedEruption: '2003-5-10', - longestEruptionInDays: 509, - }, - { - id: 241100, - name: 'Ruapehu', - country: 'New Zealand', - continent: 'Oceania', - elevationInMeters: 2797, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 64, - lastEruption: '2007-9-25', - firstRecordedEruption: '-9850', - longestEruptionInDays: 550, - }, - { - id: 268040, - name: 'Gamkonora', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1635, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 13, - lastEruption: '2007-7-8', - firstRecordedEruption: '1564-12-31', - longestEruptionInDays: 142, - }, - { - id: 251070, - name: 'Ritter Island', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 75, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 8, - lastEruption: '2007-5-19', - firstRecordedEruption: '1700-4-3', - longestEruptionInDays: 3, - }, - { - id: 257050, - name: 'Lopevi', - country: 'Vanuatu', - continent: 'Oceania', - elevationInMeters: 1413, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 30, - lastEruption: '2007-4-21', - firstRecordedEruption: '1863', - longestEruptionInDays: 794, - }, - { - id: 233010, - name: 'Karthala', - country: 'Comoros', - continent: 'Africa', - elevationInMeters: 2361, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 34, - lastEruption: '2007-1-12', - firstRecordedEruption: '1050', - longestEruptionInDays: 55, - }, - { - id: 313010, - name: 'Augustine', - country: 'United States', - continent: 'North America', - elevationInMeters: 1218, - mainType: 'Lava dome', - landform: 'Composite', - timesErupted: 22, - lastEruption: '2005-12-9', - firstRecordedEruption: '-5420', - longestEruptionInDays: 477, - }, - { - id: 221113, - name: 'Dabbahu', - country: 'Ethiopia', - continent: 'Africa', - elevationInMeters: 1401, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2005-9-26', - firstRecordedEruption: '-5850', - longestEruptionInDays: 3, - }, - { - id: 334050, - name: 'Northern EPR at 9.8°N', - country: 'Undersea Features', - continent: 'N/A', - elevationInMeters: -2500, - mainType: 'Fissure vent', - landform: 'Cluster', - timesErupted: 17, - lastEruption: '2005-8-16', - firstRecordedEruption: '-5050', - longestEruptionInDays: 153, - }, - { - id: 234011, - name: 'McDonald Islands', - country: 'Australia', - continent: 'Oceania', - elevationInMeters: 230, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2005-7-12', - firstRecordedEruption: '1992-12-16', - longestEruptionInDays: 55, - }, - { - id: 343020, - name: 'Santa Ana', - country: 'El Salvador', - continent: 'North America', - elevationInMeters: 2381, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 13, - lastEruption: '2005-6-16', - firstRecordedEruption: '1521-12-31', - longestEruptionInDays: 107, - }, - { - id: 360050, - name: 'Soufrière Hills', - country: 'United Kingdom', - continent: 'Europe', - elevationInMeters: 915, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '2005-4-15', - firstRecordedEruption: '-8050', - longestEruptionInDays: 3004, - }, - { - id: 341090, - name: 'Popocatépetl', - country: 'Mexico', - continent: 'North America', - elevationInMeters: 5393, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 41, - lastEruption: '2005-1-9', - firstRecordedEruption: '-7150', - longestEruptionInDays: 7158, - }, - { - id: 282030, - name: 'Suwanosejima', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 796, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 24, - lastEruption: '2004-10-23', - firstRecordedEruption: '1600', - longestEruptionInDays: 10042, - }, - { - id: 321050, - name: 'St. Helens', - country: 'United States', - continent: 'North America', - elevationInMeters: 2549, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 40, - lastEruption: '2004-10-1', - firstRecordedEruption: '-2340', - longestEruptionInDays: 2406, - }, - { - id: 267040, - name: 'Awu', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1318, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 16, - lastEruption: '2004-6-2', - firstRecordedEruption: '1646', - longestEruptionInDays: 75, - }, - { - id: 285050, - name: 'Tokachidake', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 2077, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 27, - lastEruption: '2004-2-25', - firstRecordedEruption: '-2650', - longestEruptionInDays: 156, - }, - { - id: 264200, - name: 'Leroboleng', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1095, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 4, - lastEruption: '2003-6-26', - firstRecordedEruption: '1873', - longestEruptionInDays: 33, - }, - { - id: 244000, - name: "Vailulu'u", - country: 'United States', - continent: 'North America', - elevationInMeters: -592, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 3, - lastEruption: '2003-4-16', - firstRecordedEruption: '1973-7-10', - longestEruptionInDays: 20, - }, - { - id: 352020, - name: 'Guagua Pichincha', - country: 'Ecuador', - continent: 'South America', - elevationInMeters: 4784, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 33, - lastEruption: '2002-10-11', - firstRecordedEruption: '-7000', - longestEruptionInDays: 1022, - }, - { - id: 284090, - name: 'Izu-Torishima', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 394, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '2002-8-12', - firstRecordedEruption: '1871-4', - longestEruptionInDays: 131, - }, - { - id: 223030, - name: 'Nyiragongo', - country: 'DR Congo', - continent: 'Africa', - elevationInMeters: 3470, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 19, - lastEruption: '2002-5-17', - firstRecordedEruption: '1884', - longestEruptionInDays: 18197, - }, - { - id: 342090, - name: 'Fuego', - country: 'Guatemala', - continent: 'North America', - elevationInMeters: 3763, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 61, - lastEruption: '2002-1-4', - firstRecordedEruption: '-1580', - longestEruptionInDays: 8259, - }, - { - id: 300100, - name: 'Avachinsky', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 2717, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 55, - lastEruption: '2001-10-5', - firstRecordedEruption: '-6100', - longestEruptionInDays: 352, - }, - { - id: 264090, - name: 'Inielika', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1559, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 2, - lastEruption: '2001-1-11', - firstRecordedEruption: '1905-11', - longestEruptionInDays: 64, - }, - { - id: 261030, - name: 'Peuet Sague', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2785, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 7, - lastEruption: '2000-12-25', - firstRecordedEruption: '1918', - longestEruptionInDays: 51, - }, - { - id: 285020, - name: 'Hokkaido-Komagatake', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1131, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 19, - lastEruption: '2000-9-4', - firstRecordedEruption: '-4600', - longestEruptionInDays: 81, - }, - { - id: 261220, - name: 'Kaba', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1940, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '2000-8-22', - firstRecordedEruption: '1833-11-24', - longestEruptionInDays: 396, - }, - { - id: 300060, - name: 'Mutnovsky', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 2288, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 45, - lastEruption: '2000-6-30', - firstRecordedEruption: '-7550', - longestEruptionInDays: 85, - }, - { - id: 224010, - name: 'Cameroon', - country: 'Cameroon', - continent: 'Africa', - elevationInMeters: 4095, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 19, - lastEruption: '?-2000-5', - firstRecordedEruption: '-450', - longestEruptionInDays: 123, - }, - { - id: 285030, - name: 'Toya', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 733, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 13, - lastEruption: '2000-3-31', - firstRecordedEruption: '-6550', - longestEruptionInDays: 1682, - }, - { - id: 255020, - name: 'Bagana', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 1855, - mainType: 'Lava cone', - landform: 'Composite', - timesErupted: 25, - lastEruption: '2000-2-28', - firstRecordedEruption: '1842-3-15', - longestEruptionInDays: 8928, - }, - { - id: 372070, - name: 'Hekla', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 1490, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 65, - lastEruption: '2000-2-26', - firstRecordedEruption: '-5850', - longestEruptionInDays: 213, - }, - { - id: 290100, - name: 'Moyorodake [Medvezhia]', - country: 'Japan - administered by Russia', - continent: 'Asia', - elevationInMeters: 1124, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 5, - lastEruption: '1999-10-7', - firstRecordedEruption: '-50', - longestEruptionInDays: 6, - }, - { - id: 300270, - name: 'Sheveluch', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 3283, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 102, - lastEruption: '1999-8-15', - firstRecordedEruption: '-8500', - longestEruptionInDays: 9133, - }, - { - id: 263350, - name: 'Ijen', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2769, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '1999-6-28', - firstRecordedEruption: '-640', - longestEruptionInDays: 34, - }, - { - id: 264010, - name: 'Batur', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1711, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 25, - lastEruption: '1999-3-15', - firstRecordedEruption: '1804', - longestEruptionInDays: 458, - }, - { - id: 382050, - name: 'Terceira', - country: 'Portugal', - continent: 'Europe', - elevationInMeters: 1023, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 15, - lastEruption: '1998-11-25', - firstRecordedEruption: '-6720', - longestEruptionInDays: 476, - }, - { - id: 283260, - name: 'Akita-Yakeyama', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1366, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 16, - lastEruption: '1997-8-16', - firstRecordedEruption: '-3050', - longestEruptionInDays: 2, - }, - { - id: 283170, - name: 'Adatarayama', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1728, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 12, - lastEruption: '1996-9-1', - firstRecordedEruption: '-8050', - longestEruptionInDays: 80, - }, - { - id: 331031, - name: 'North Gorda Ridge Segment', - country: 'United States', - continent: 'North America', - elevationInMeters: -3000, - mainType: 'Fissure vent', - landform: 'Cluster', - timesErupted: 3, - lastEruption: '1996-2-28', - firstRecordedEruption: '-4840', - longestEruptionInDays: 16, - }, - { - id: 332000, - name: "Kama'ehuakanaloa", - country: 'United States', - continent: 'North America', - elevationInMeters: -975, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 4, - lastEruption: '1996-2-25', - firstRecordedEruption: '-7050', - longestEruptionInDays: 165, - }, - { - id: 282100, - name: 'Unzendake', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1483, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 11, - lastEruption: '1996-2-10', - firstRecordedEruption: '-4050', - longestEruptionInDays: 1551, - }, - { - id: 282120, - name: 'Kujusan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1791, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 13, - lastEruption: '1995-10-11', - firstRecordedEruption: '-9160', - longestEruptionInDays: 164, - }, - { - id: 283070, - name: 'Yakedake', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 2455, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 38, - lastEruption: '1995-2-11', - firstRecordedEruption: '-7450', - longestEruptionInDays: 541, - }, - { - id: 311310, - name: 'Makushin', - country: 'United States', - continent: 'North America', - elevationInMeters: 1800, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 19, - lastEruption: '1995-1-30', - firstRecordedEruption: '-6650', - longestEruptionInDays: 156, - }, - { - id: 251050, - name: 'Long Island', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 1280, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 11, - lastEruption: '1993-11-3', - firstRecordedEruption: '-2040', - longestEruptionInDays: 318, - }, - { - id: 264220, - name: 'Iliboleng', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1659, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 20, - lastEruption: '1993-6-16', - firstRecordedEruption: '1885-9', - longestEruptionInDays: 365, - }, - { - id: 311180, - name: 'Seguam', - country: 'United States', - continent: 'North America', - elevationInMeters: 1054, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '1993-5-28', - firstRecordedEruption: '-7300', - longestEruptionInDays: 95, - }, - { - id: 341021, - name: 'Socorro', - country: 'Mexico', - continent: 'North America', - elevationInMeters: 1050, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 3, - lastEruption: '1993-1-29', - firstRecordedEruption: '-3090', - longestEruptionInDays: 391, - }, - { - id: 311320, - name: 'Akutan', - country: 'United States', - continent: 'North America', - elevationInMeters: 1303, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 40, - lastEruption: '1992-12-18', - firstRecordedEruption: '-7620', - longestEruptionInDays: 222, - }, - { - id: 313040, - name: 'Spurr', - country: 'United States', - continent: 'North America', - elevationInMeters: 3374, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '1992-6-27', - firstRecordedEruption: '-6050', - longestEruptionInDays: 82, - }, - { - id: 311340, - name: 'Westdahl', - country: 'United States', - continent: 'North America', - elevationInMeters: 1563, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '1991-11-29', - firstRecordedEruption: '1795', - longestEruptionInDays: 45, - }, - { - id: 264071, - name: 'Ranakah', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2288, - mainType: 'Lava dome', - landform: 'Cluster', - timesErupted: 2, - lastEruption: '1991-3-16', - firstRecordedEruption: '1987-12-28', - longestEruptionInDays: 474, - }, - { - id: 284010, - name: 'Izu-Oshima', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 746, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 99, - lastEruption: '1990-10-4', - firstRecordedEruption: '-8450', - longestEruptionInDays: 1216, - }, - { - id: 311020, - name: 'Kiska', - country: 'United States', - continent: 'North America', - elevationInMeters: 1220, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1990-6-1', - firstRecordedEruption: '1962-1-24', - longestEruptionInDays: 5, - }, - { - id: 311070, - name: 'Gareloi', - country: 'United States', - continent: 'North America', - elevationInMeters: 1573, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 12, - lastEruption: '1989-8-17', - firstRecordedEruption: '1790', - longestEruptionInDays: 365, - }, - { - id: 357100, - name: 'Lonquimay', - country: 'Chile', - continent: 'South America', - elevationInMeters: 2832, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1988-12-25', - firstRecordedEruption: '1853-2', - longestEruptionInDays: 394, - }, - { - id: 268070, - name: 'Kie Besi', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1357, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 8, - lastEruption: '1988-7-29', - firstRecordedEruption: '1550', - longestEruptionInDays: 220, - }, - { - id: 357010, - name: 'Tupungatito', - country: 'Chile - Argentina', - continent: 'South America', - elevationInMeters: 5660, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 18, - lastEruption: '1987-11-28', - firstRecordedEruption: '1829', - longestEruptionInDays: 103, - }, - { - id: 333060, - name: 'Macdonald', - country: 'France', - continent: 'Europe', - elevationInMeters: -39, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 10, - lastEruption: '1987-6-4', - firstRecordedEruption: '1967-5-29', - longestEruptionInDays: 604, - }, - { - id: 261120, - name: 'Sorikmarapi', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2145, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '1986-7-5', - firstRecordedEruption: '1829', - longestEruptionInDays: 9, - }, - { - id: 341130, - name: 'Tacaná', - country: 'Mexico - Guatemala', - continent: 'North America', - elevationInMeters: 4064, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 10, - lastEruption: '1986-2-16', - firstRecordedEruption: '-9450', - longestEruptionInDays: 119, - }, - { - id: 333010, - name: 'Teahitia', - country: 'France', - continent: 'Europe', - elevationInMeters: -1743, - mainType: 'Compound', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1985-1-10', - firstRecordedEruption: '1982-3-16', - longestEruptionInDays: 208, - }, - { - id: 373080, - name: 'Krafla', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 800, - mainType: 'Caldera', - landform: 'Cluster', - timesErupted: 23, - lastEruption: '1984-9-4', - firstRecordedEruption: '-8500', - longestEruptionInDays: 221, - }, - { - id: 263140, - name: 'Galunggung', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2168, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '1984-1-9', - firstRecordedEruption: '-2250', - longestEruptionInDays: 278, - }, - { - id: 266010, - name: 'Colo', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 404, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1983-7-18', - firstRecordedEruption: '1898-5-2', - longestEruptionInDays: 151, - }, - { - id: 290030, - name: 'Chachadake [Tiatia]', - country: 'Japan - administered by Russia', - continent: 'Asia', - elevationInMeters: 1822, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1981-6-10', - firstRecordedEruption: '1812-8', - longestEruptionInDays: 15, - }, - { - id: 241050, - name: 'Okataina', - country: 'New Zealand', - continent: 'Oceania', - elevationInMeters: 1111, - mainType: 'Lava dome', - landform: 'Cluster', - timesErupted: 31, - lastEruption: '1981-5-16', - firstRecordedEruption: '-8050', - longestEruptionInDays: 68, - }, - { - id: 285040, - name: 'Shikotsu', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1320, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 41, - lastEruption: '1981-2-27', - firstRecordedEruption: '-6950', - longestEruptionInDays: 157, - }, - { - id: 243102, - name: 'Curacoa', - country: 'Tonga', - continent: 'Oceania', - elevationInMeters: -33, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1979-5-14', - firstRecordedEruption: '1973-7-11', - longestEruptionInDays: 5, - }, - { - id: 357140, - name: 'Carrán-Los Venados', - country: 'Chile', - continent: 'South America', - elevationInMeters: 1114, - mainType: 'Pyroclastic cone', - landform: 'Cluster', - timesErupted: 3, - lastEruption: '1979-4-14', - firstRecordedEruption: '1907-4-9', - longestEruptionInDays: 108, - }, - { - id: 358060, - name: 'Lautaro', - country: 'Chile', - continent: 'South America', - elevationInMeters: 3542, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '1979-3-8', - firstRecordedEruption: '1876-10', - longestEruptionInDays: 22, - }, - { - id: 251030, - name: 'Karkar', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 1839, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '1979-1-12', - firstRecordedEruption: '-7140', - longestEruptionInDays: 208, - }, - { - id: 274020, - name: 'Didicas', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 228, - mainType: 'Compound', - landform: 'Composite', - timesErupted: 5, - lastEruption: '1978-1-6', - firstRecordedEruption: '1856-9-30', - longestEruptionInDays: 473, - }, - { - id: 283180, - name: 'Azumayama', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1949, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 19, - lastEruption: '1977-12-7', - firstRecordedEruption: '-5700', - longestEruptionInDays: 189, - }, - { - id: 266110, - name: 'Mahawu', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1299, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '1977-11-16', - firstRecordedEruption: '1788', - longestEruptionInDays: 17, - }, - { - id: 345060, - name: 'Irazú', - country: 'Costa Rica', - continent: 'North America', - elevationInMeters: 3436, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 24, - lastEruption: '1977-3-3', - firstRecordedEruption: '-640', - longestEruptionInDays: 703, - }, - { - id: 360060, - name: 'Soufrière Guadeloupe', - country: 'France', - continent: 'Europe', - elevationInMeters: 1467, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 16, - lastEruption: '1976-7-8', - firstRecordedEruption: '-7490', - longestEruptionInDays: 236, - }, - { - id: 312160, - name: 'Trident', - country: 'United States', - continent: 'North America', - elevationInMeters: 1864, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 15, - lastEruption: '1974-7-15', - firstRecordedEruption: '1913-9', - longestEruptionInDays: 1135, - }, - { - id: 257070, - name: 'Kuwae', - country: 'Vanuatu', - continent: 'Oceania', - elevationInMeters: -2, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 12, - lastEruption: '1974-2-4', - firstRecordedEruption: '1425', - longestEruptionInDays: 224, - }, - { - id: 284133, - name: 'Fukujin', - country: 'United States', - continent: 'North America', - elevationInMeters: -217, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1973-9-27', - firstRecordedEruption: '1951-7-15', - longestEruptionInDays: 159, - }, - { - id: 290120, - name: 'Kolokol Group', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1328, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '1973-7-25', - firstRecordedEruption: '1780', - longestEruptionInDays: 28, - }, - { - id: 372010, - name: 'Vestmannaeyjar', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 283, - mainType: 'Fissure vent', - landform: 'Cluster', - timesErupted: 10, - lastEruption: '1973-1-23', - firstRecordedEruption: '-8050', - longestEruptionInDays: 1305, - }, - { - id: 390020, - name: 'Erebus', - country: 'Antarctica', - continent: 'Antarctica', - elevationInMeters: 3794, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 20, - lastEruption: '1972-12-16', - firstRecordedEruption: '-8050', - longestEruptionInDays: 18870, - }, - { - id: 342080, - name: 'Acatenango', - country: 'Guatemala', - continent: 'North America', - elevationInMeters: 3976, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 8, - lastEruption: '1972-11-12', - firstRecordedEruption: '-2710', - longestEruptionInDays: 170, - }, - { - id: 333020, - name: 'Rocard', - country: 'France', - continent: 'Europe', - elevationInMeters: -2515, - mainType: 'Cone', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1972-7-4', - firstRecordedEruption: '1966-3-9', - longestEruptionInDays: 15, - }, - { - id: 263210, - name: 'Sundoro', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3147, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '1971-10-29', - firstRecordedEruption: '230', - longestEruptionInDays: 89, - }, - { - id: 283230, - name: 'Akita-Komagatake', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1637, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 18, - lastEruption: '1970-9-18', - firstRecordedEruption: '-8800', - longestEruptionInDays: 130, - }, - { - id: 390030, - name: 'Deception Island', - country: 'Antarctica', - continent: 'Antarctica', - elevationInMeters: 602, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 24, - lastEruption: '1970-8-12', - firstRecordedEruption: '-6750', - longestEruptionInDays: 23, - }, - { - id: 333030, - name: 'Moua Pihaa', - country: 'France', - continent: 'Europe', - elevationInMeters: -312, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1970-6-21', - firstRecordedEruption: '1969-4-22', - longestEruptionInDays: 7, - }, - { - id: 284070, - name: 'Myojinsho', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 11, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 15, - lastEruption: '1970-1-29', - firstRecordedEruption: '1869-5-6', - longestEruptionInDays: 395, - }, - { - id: 264110, - name: 'Iya', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 618, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 8, - lastEruption: '1969-1-27', - firstRecordedEruption: '1671', - longestEruptionInDays: 3, - }, - { - id: 345033, - name: 'Arenal', - country: 'Costa Rica', - continent: 'North America', - elevationInMeters: 1670, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 27, - lastEruption: '1968-7-29', - firstRecordedEruption: '-5060', - longestEruptionInDays: 15480, - }, - { - id: 282020, - name: 'Io-Torishima', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 212, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 9, - lastEruption: '1968-7-18', - firstRecordedEruption: '1664', - longestEruptionInDays: 164, - }, - { - id: 264140, - name: 'Kelimutu', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1639, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1968-6-3', - firstRecordedEruption: '1865', - longestEruptionInDays: 56, - }, - { - id: 373050, - name: 'Kverkfjöll', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 1930, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 8, - lastEruption: '1968-5-23', - firstRecordedEruption: '-7050', - longestEruptionInDays: 24, - }, - { - id: 265060, - name: 'Nila', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 781, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1968-5-7', - firstRecordedEruption: '1903-12-8', - longestEruptionInDays: 40, - }, - { - id: 221080, - name: 'Erta Ale', - country: 'Ethiopia', - continent: 'Africa', - elevationInMeters: 585, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 4, - lastEruption: '1967-7-2', - firstRecordedEruption: '1906-5', - longestEruptionInDays: 20864, - }, - { - id: 343030, - name: 'Izalco', - country: 'El Salvador', - continent: 'North America', - elevationInMeters: 1950, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 51, - lastEruption: '1966-10-28', - firstRecordedEruption: '1770-2-23', - longestEruptionInDays: 1470, - }, - { - id: 257010, - name: 'Suretamatai', - country: 'Vanuatu', - continent: 'Oceania', - elevationInMeters: 921, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1965-8-9', - firstRecordedEruption: '1856', - longestEruptionInDays: 327, - }, - { - id: 283150, - name: 'Nasudake', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1915, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 20, - lastEruption: '1963-11-20', - firstRecordedEruption: '-8550', - longestEruptionInDays: 5, - }, - { - id: 373060, - name: 'Askja', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 1080, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 14, - lastEruption: '1961-10-26', - firstRecordedEruption: '-8910', - longestEruptionInDays: 39, - }, - { - id: 386010, - name: 'Tristan da Cunha', - country: 'United Kingdom', - continent: 'Europe', - elevationInMeters: 2060, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 2, - lastEruption: '1961-10-10', - firstRecordedEruption: '1700', - longestEruptionInDays: 155, - }, - { - id: 251010, - name: 'Bam', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 685, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 17, - lastEruption: '1960-4-28', - firstRecordedEruption: '1872', - longestEruptionInDays: 883, - }, - { - id: 290180, - name: 'Zavaritzki Caldera', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 612, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 2, - lastEruption: '1957-11-12', - firstRecordedEruption: '1923', - longestEruptionInDays: 18, - }, - { - id: 382010, - name: 'Fayal', - country: 'Portugal', - continent: 'Europe', - elevationInMeters: 1041, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1957-9-27', - firstRecordedEruption: '1672-4-24', - longestEruptionInDays: 392, - }, - { - id: 223050, - name: 'Visoke', - country: 'DR Congo - Rwanda', - continent: 'Africa', - elevationInMeters: 3696, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1957-8-1', - firstRecordedEruption: '1891', - longestEruptionInDays: 2, - }, - { - id: 243100, - name: 'Fonualei', - country: 'Tonga', - continent: 'Oceania', - elevationInMeters: 188, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '1957-6-16', - firstRecordedEruption: '1791', - longestEruptionInDays: 121, - }, - { - id: 263060, - name: 'Gede-Pangrango', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3026, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 22, - lastEruption: '1957-3-13', - firstRecordedEruption: '1747', - longestEruptionInDays: 81, - }, - { - id: 344080, - name: 'Las Pilas-El Hoyo Complex', - country: 'Nicaragua', - continent: 'North America', - elevationInMeters: 1088, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1954-10-29', - firstRecordedEruption: '1528', - longestEruptionInDays: 54, - }, - { - id: 250010, - name: 'St. Andrew Strait', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 270, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1953-6-27', - firstRecordedEruption: '-240', - longestEruptionInDays: 1311, - }, - { - id: 290310, - name: 'Tao-Rusyr Caldera', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1272, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1952-11-12', - firstRecordedEruption: '-5550', - longestEruptionInDays: 7, - }, - { - id: 283140, - name: 'Nikko-Shiranesan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 2578, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 11, - lastEruption: '1952-7-16', - firstRecordedEruption: '-4150', - longestEruptionInDays: 62, - }, - { - id: 263170, - name: 'Ciremai', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 3039, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '1951-3-1', - firstRecordedEruption: '1698-2-3', - longestEruptionInDays: 197, - }, - { - id: 253010, - name: 'Lamington', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 1680, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1951-1-17', - firstRecordedEruption: '-5980', - longestEruptionInDays: 1993, - }, - { - id: 212040, - name: 'Santorini', - country: 'Greece', - continent: 'Europe', - elevationInMeters: 367, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 12, - lastEruption: '1950-1-10', - firstRecordedEruption: '-1610', - longestEruptionInDays: 1575, - }, - { - id: 271080, - name: 'Camiguin', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 1552, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1948-9-1', - firstRecordedEruption: '1827', - longestEruptionInDays: 1779, - }, - { - id: 243110, - name: "Niuafo'ou", - country: 'Tonga', - continent: 'Oceania', - elevationInMeters: 260, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 8, - lastEruption: '1946-9-9', - firstRecordedEruption: '1853-6-24', - longestEruptionInDays: 20, - }, - { - id: 341060, - name: 'Michoacán-Guanajuato', - country: 'Mexico', - continent: 'North America', - elevationInMeters: 3860, - mainType: 'Volcanic field', - landform: 'Cluster', - timesErupted: 10, - lastEruption: '1943-2-20', - firstRecordedEruption: '-7350', - longestEruptionInDays: 3292, - }, - { - id: 283190, - name: 'Zaozan [Zaosan]', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1841, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 43, - lastEruption: '1940-5-18', - firstRecordedEruption: '-7600', - longestEruptionInDays: 550, - }, - { - id: 263040, - name: 'Perbakti-Gagak', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1726, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '1939-4-6', - firstRecordedEruption: '-6450', - longestEruptionInDays: 2, - }, - { - id: 357130, - name: 'Mocho-Choshuenco', - country: 'Chile', - continent: 'South America', - elevationInMeters: 2422, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1937-6-16', - firstRecordedEruption: '1864-11-1', - longestEruptionInDays: 2, - }, - { - id: 285090, - name: 'Shiretoko-Iozan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1562, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '1935-12', - firstRecordedEruption: '850', - longestEruptionInDays: 59, - }, - { - id: 211040, - name: 'Stromboli', - country: 'Italy', - continent: 'Europe', - elevationInMeters: 924, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 22, - lastEruption: '1934-2-2', - firstRecordedEruption: '-6050', - longestEruptionInDays: 33067, - }, - { - id: 268010, - name: 'Dukono', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1273, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 5, - lastEruption: '1933-8-13', - firstRecordedEruption: '1550-11-20', - longestEruptionInDays: 33240, - }, - { - id: 275001, - name: 'Hainan Volcanic Field', - country: 'China', - continent: 'Asia', - elevationInMeters: 196, - mainType: 'Volcanic field', - landform: 'Cluster', - timesErupted: 2, - lastEruption: '1933-6-26', - firstRecordedEruption: '1883', - longestEruptionInDays: 12, - }, - { - id: 290300, - name: 'Kharimkotan', - country: 'Russia', - continent: 'Asia', - elevationInMeters: 1145, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 6, - lastEruption: '1933-1-8', - firstRecordedEruption: '1713', - longestEruptionInDays: 95, - }, - { - id: 312090, - name: 'Aniakchak', - country: 'United States', - continent: 'North America', - elevationInMeters: 1341, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 16, - lastEruption: '1931-5-1', - firstRecordedEruption: '-6300', - longestEruptionInDays: 43, - }, - { - id: 360120, - name: 'Pelée', - country: 'France', - continent: 'Europe', - elevationInMeters: 1372, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 54, - lastEruption: '1929-9-16', - firstRecordedEruption: '-8210', - longestEruptionInDays: 1261, - }, - { - id: 371022, - name: 'Eldey', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 70, - mainType: 'Fissure vent', - landform: 'Cluster', - timesErupted: 5, - lastEruption: '1926-6-5', - firstRecordedEruption: '1211-8-31', - longestEruptionInDays: 16, - }, - { - id: 261150, - name: 'Tandikat-Singgalang', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2854, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1924-4', - firstRecordedEruption: '1889-2-19', - longestEruptionInDays: 288, - }, - { - id: 274030, - name: 'Babuyan Claro', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 1064, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '1924', - firstRecordedEruption: '1652', - longestEruptionInDays: 2, - }, - { - id: 342030, - name: 'Santa María', - country: 'Guatemala', - continent: 'North America', - elevationInMeters: 3745, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1922-6-22', - firstRecordedEruption: '1902-10-24', - longestEruptionInDays: 37310, - }, - { - id: 261180, - name: 'Sumbing', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2507, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1921-5-23', - firstRecordedEruption: '1730', - longestEruptionInDays: 11, - }, - { - id: 372030, - name: 'Katla', - country: 'Iceland', - continent: 'Europe', - elevationInMeters: 1490, - mainType: 'Fissure vent', - landform: 'Cluster', - timesErupted: 128, - lastEruption: '1918-10-12', - firstRecordedEruption: '-6380', - longestEruptionInDays: 157, - }, - { - id: 267030, - name: 'Banua Wuhu', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: -5, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 6, - lastEruption: '1918-7-18', - firstRecordedEruption: '1835-4-23', - longestEruptionInDays: 501, - }, - { - id: 343050, - name: 'San Salvador', - country: 'El Salvador', - continent: 'North America', - elevationInMeters: 1893, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 5, - lastEruption: '1917-6-7', - firstRecordedEruption: '640-8', - longestEruptionInDays: 4654, - }, - { - id: 271060, - name: 'Ragang', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 2790, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 8, - lastEruption: '1916-7-16', - firstRecordedEruption: '1756', - longestEruptionInDays: 76, - }, - { - id: 323080, - name: 'Lassen Volcanic Center', - country: 'United States', - continent: 'North America', - elevationInMeters: 3187, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 5, - lastEruption: '1914-5-30', - firstRecordedEruption: '800', - longestEruptionInDays: 1125, - }, - { - id: 211020, - name: 'Vesuvius', - country: 'Italy', - continent: 'Europe', - elevationInMeters: 1281, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 54, - lastEruption: '1913-7-5', - firstRecordedEruption: '-6940', - longestEruptionInDays: 11230, - }, - { - id: 357021, - name: 'Maipo', - country: 'Chile - Argentina', - continent: 'South America', - elevationInMeters: 5323, - mainType: 'Caldera', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1912', - firstRecordedEruption: '1826-3-1', - longestEruptionInDays: 2, - }, - { - id: 315020, - name: 'Wrangell', - country: 'United States', - continent: 'North America', - elevationInMeters: 4278, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 5, - lastEruption: '1911-4-14', - firstRecordedEruption: '190', - longestEruptionInDays: 519, - }, - { - id: 252130, - name: 'Lolobau', - country: 'Papua New Guinea', - continent: 'Oceania', - elevationInMeters: 878, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 3, - lastEruption: '1911', - firstRecordedEruption: '1100', - longestEruptionInDays: 426, - }, - { - id: 222160, - name: 'Meru', - country: 'Tanzania', - continent: 'Africa', - elevationInMeters: 4550, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 4, - lastEruption: '1910-10-26', - firstRecordedEruption: '-5850', - longestEruptionInDays: 57, - }, - { - id: 383030, - name: 'Tenerife', - country: 'Spain', - continent: 'Europe', - elevationInMeters: 3715, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 42, - lastEruption: '1909-11-18', - firstRecordedEruption: '-7550', - longestEruptionInDays: 97, - }, - { - id: 244040, - name: "Savai'i", - country: 'Samoa', - continent: 'Oceania', - elevationInMeters: 1858, - mainType: 'Shield', - landform: 'Shield', - timesErupted: 12, - lastEruption: '1905-8-4', - firstRecordedEruption: '-1990', - longestEruptionInDays: 18, - }, - { - id: 285061, - name: 'Maruyama', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 2013, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1898-12-3', - firstRecordedEruption: '-1700', - longestEruptionInDays: 3, - }, - { - id: 263320, - name: 'Lamongan', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 1641, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 41, - lastEruption: '1898-2-5', - firstRecordedEruption: '1799', - longestEruptionInDays: 583, - }, - { - id: 211050, - name: 'Vulcano', - country: 'Italy', - continent: 'Europe', - elevationInMeters: 500, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 37, - lastEruption: '1888-8-2', - firstRecordedEruption: '-6550', - longestEruptionInDays: 597, - }, - { - id: 321010, - name: 'Baker', - country: 'United States', - continent: 'North America', - elevationInMeters: 3285, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '1880-9-7', - firstRecordedEruption: '-7850', - longestEruptionInDays: 81, - }, - { - id: 382080, - name: 'Sete Cidades', - country: 'Portugal', - continent: 'Europe', - elevationInMeters: 842, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 16, - lastEruption: '1880', - firstRecordedEruption: '-3050', - longestEruptionInDays: 25, - }, - { - id: 358010, - name: 'Osorno', - country: 'Chile', - continent: 'South America', - elevationInMeters: 2659, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 17, - lastEruption: '1869', - firstRecordedEruption: '-1710', - longestEruptionInDays: 657, - }, - { - id: 357080, - name: 'Antuco', - country: 'Chile', - continent: 'South America', - elevationInMeters: 2979, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 11, - lastEruption: '1869', - firstRecordedEruption: '-7750', - longestEruptionInDays: 3, - }, - { - id: 211070, - name: 'Campi Flegrei del Mar di Sicilia', - country: 'Italy', - continent: 'Europe', - elevationInMeters: -8, - mainType: 'Volcanic field', - landform: 'Cluster', - timesErupted: 6, - lastEruption: '1867', - firstRecordedEruption: '-253', - longestEruptionInDays: 44, - }, - { - id: 322010, - name: 'Hood', - country: 'United States', - continent: 'North America', - elevationInMeters: 3426, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 5, - lastEruption: '1865-9-21', - firstRecordedEruption: '-4940', - longestEruptionInDays: 2, - }, - { - id: 283270, - name: 'Iwakisan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1625, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 13, - lastEruption: '1863-3-23', - firstRecordedEruption: '-8050', - longestEruptionInDays: 101, - }, - { - id: 344010, - name: 'Cosigüina', - country: 'Nicaragua', - continent: 'North America', - elevationInMeters: 872, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 5, - lastEruption: '1859-8-25', - firstRecordedEruption: '1500', - longestEruptionInDays: 5, - }, - { - id: 263130, - name: 'Guntur', - country: 'Indonesia', - continent: 'Asia', - elevationInMeters: 2251, - mainType: 'Complex', - landform: 'Composite', - timesErupted: 24, - lastEruption: '1847-10-16', - firstRecordedEruption: '1690', - longestEruptionInDays: 55, - }, - { - id: 358040, - name: 'Michinmahuida', - country: 'Chile', - continent: 'South America', - elevationInMeters: 2452, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 7, - lastEruption: '1835-2-20', - firstRecordedEruption: '-8400', - longestEruptionInDays: 23, - }, - { - id: 342040, - name: 'Almolonga', - country: 'Guatemala', - continent: 'North America', - elevationInMeters: 3173, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1818-1-16', - firstRecordedEruption: '800', - longestEruptionInDays: 154, - }, - { - id: 354040, - name: 'Tutupaca', - country: 'Peru', - continent: 'South America', - elevationInMeters: 5801, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1802-3-20', - firstRecordedEruption: '1787', - longestEruptionInDays: 731, - }, - { - id: 283030, - name: 'Fujisan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 3776, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 58, - lastEruption: '1707-12-16', - firstRecordedEruption: '-8540', - longestEruptionInDays: 69, - }, - { - id: 283050, - name: 'Hakusan', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 2702, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 20, - lastEruption: '1659-4-21', - firstRecordedEruption: '-7550', - longestEruptionInDays: 109, - }, - { - id: 382081, - name: 'Picos Fissural Volcanic System', - country: 'Portugal', - continent: 'Europe', - elevationInMeters: 350, - mainType: 'Fissure vent', - landform: 'Cluster', - timesErupted: 7, - lastEruption: '1652-10-19', - firstRecordedEruption: '-4040', - longestEruptionInDays: 7, - }, - { - id: 271011, - name: 'Mélébingóy', - country: 'Philippines', - continent: 'Asia', - elevationInMeters: 1824, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1640-12-26', - firstRecordedEruption: '-1920', - longestEruptionInDays: 8, - }, - { - id: 382100, - name: 'Furnas', - country: 'Portugal', - continent: 'Europe', - elevationInMeters: 805, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 9, - lastEruption: '1630-9-3', - firstRecordedEruption: '-4570', - longestEruptionInDays: 60, - }, - { - id: 354030, - name: 'Huaynaputina', - country: 'Peru', - continent: 'South America', - elevationInMeters: 4679, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 2, - lastEruption: '1600-2-17', - firstRecordedEruption: '-7750', - longestEruptionInDays: 18, - }, - { - id: 382090, - name: 'Agua de Pau', - country: 'Portugal', - continent: 'Europe', - elevationInMeters: 947, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 10, - lastEruption: '1564-2-10', - firstRecordedEruption: '-6750', - longestEruptionInDays: 2, - }, - { - id: 211010, - name: 'Campi Flegrei', - country: 'Italy', - continent: 'Europe', - elevationInMeters: 458, - mainType: 'Caldera', - landform: 'Caldera', - timesErupted: 20, - lastEruption: '1538-9-29', - firstRecordedEruption: '-8480', - longestEruptionInDays: 7, - }, - { - id: 257100, - name: 'Yasur', - country: 'Vanuatu', - continent: 'Oceania', - elevationInMeters: 361, - mainType: 'Stratovolcano', - landform: 'Composite', - timesErupted: 3, - lastEruption: '1270', - firstRecordedEruption: '434', - longestEruptionInDays: 275619, - }, - { - id: 282130, - name: 'Yufu-Tsurumi', - country: 'Japan', - continent: 'Asia', - elevationInMeters: 1584, - mainType: 'Lava dome', - landform: 'Composite', - timesErupted: 3, - lastEruption: '867-3-4', - firstRecordedEruption: '-200', - longestEruptionInDays: 61, - }, - { - id: 315040, - name: 'Edgecumbe', - country: 'United States', - continent: 'North America', - elevationInMeters: 970, - mainType: 'Volcanic field', - landform: 'Cluster', - timesErupted: 4, - lastEruption: '-2360', - firstRecordedEruption: '-9300', - longestEruptionInDays: 102267, - }, -] - .filter((v) => v.longestEruptionInDays < 10000) - .filter((v) => v.continent !== 'N/A' && v.continent !== 'Antarctica'); - -export const volcanoEruptionsScatterSeries = [ - { - name: 'Volcanoes', - data: volcanoEruptions.map((d) => ({ - y: d.timesErupted, - x: d.longestEruptionInDays, - id: d.name, - })), - }, -]; - -export const volcanoEruptionsScatterSeriesByContinent: ScatterSeriesType[] = Array.from( - new Set(volcanoEruptions.map((d) => d.continent)), -).map((continent) => ({ - type: 'scatter', - label: continent, - data: volcanoEruptions - .filter((d) => d.continent === continent) - .map((d) => ({ - y: d.elevationInMeters, - x: d.timesErupted, - id: d.name, - })), -})); - -export const volcanoEruptionsScatterSeriesByVolcanoType: ScatterSeriesType[] = Array.from( - new Set(volcanoEruptions.map((d) => d.landform)), -).map((landform) => ({ - type: 'scatter', - label: landform, - data: volcanoEruptions - .filter((d) => d.landform === landform) - .map((d) => ({ - y: d.elevationInMeters, - x: d.longestEruptionInDays, - id: d.name, - })), -})); - -console.log(volcanoEruptions.length); diff --git a/docs/data/charts/scatter/VoronoiInteraction.js b/docs/data/charts/scatter/VoronoiInteraction.js index 091e6b4e4613..89d8ddf36325 100644 --- a/docs/data/charts/scatter/VoronoiInteraction.js +++ b/docs/data/charts/scatter/VoronoiInteraction.js @@ -16,7 +16,6 @@ import { } from '../dataset/spaceLaunchesCost'; import { possibleAsteroidImpactProbabilityBySizeScatter } from '../dataset/possibleAsteroidImpact'; import { starsScatterMagnitudeByTemperatureByType } from '../dataset/starClassification'; -import { lifeExpectancyScatterSeries } from '../dataset/lifeExpectancyVsGdp'; const formatter = new Intl.NumberFormat('en-US', { style: 'currency', diff --git a/docs/data/charts/scatter/VoronoiInteraction.tsx b/docs/data/charts/scatter/VoronoiInteraction.tsx index ffce062c5ac5..a992394d47e5 100644 --- a/docs/data/charts/scatter/VoronoiInteraction.tsx +++ b/docs/data/charts/scatter/VoronoiInteraction.tsx @@ -16,18 +16,6 @@ import { } from '../dataset/spaceLaunchesCost'; import { possibleAsteroidImpactProbabilityBySizeScatter } from '../dataset/possibleAsteroidImpact'; import { starsScatterMagnitudeByTemperatureByType } from '../dataset/starClassification'; -import { lifeExpectancyScatterSeries } from '../dataset/lifeExpectancyVsGdp'; -import { - volcanoEruptionsScatterSeries, - volcanoEruptionsScatterSeriesByContinent, - volcanoEruptionsScatterSeriesByVolcanoType, -} from '../dataset/volcanoEruptions'; - -const formatter = new Intl.NumberFormat('en-US', { - style: 'currency', - currency: 'USD', - maximumFractionDigits: 0, -}); export default function VoronoiInteraction() { const [voronoiMaxRadius, setVoronoiMaxRadius] = React.useState(25); @@ -43,72 +31,6 @@ export default function VoronoiInteraction() { return ( - `${value} years`, - }, - ]} - xAxis={[ - { - scaleType: 'log', - label: 'times erupted', - // max: 200_000, - // min: 500, - // valueFormatter: formatter.format, - }, - ]} - series={volcanoEruptionsScatterSeriesByVolcanoType} - /> - `${value} years`, - }, - ]} - xAxis={[ - { - // scaleType: 'log', - label: 'times erupted', - // max: 200_000, - // min: 500, - // valueFormatter: formatter.format, - }, - ]} - series={volcanoEruptionsScatterSeriesByContinent} - /> - `${value} years`, - }, - ]} - xAxis={[ - { - scaleType: 'log', - label: 'GDP per capita', - max: 200_000, - min: 500, - valueFormatter: formatter.format, - }, - ]} - series={lifeExpectancyScatterSeries} - />