From 26c2a8304326fd6db90c63da2d403040942f6c66 Mon Sep 17 00:00:00 2001 From: tmont Date: Mon, 28 Jun 2021 08:48:52 -0700 Subject: [PATCH] added 'Summer Olympics 2020' population data --- generate.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generate.js b/generate.js index 39279b7..ec846f5 100755 --- a/generate.js +++ b/generate.js @@ -172,6 +172,9 @@ const processRecords = async () => { return map; }, {}); + // setting olympics population based on data from + // https://www.statista.com/statistics/1090581/olympics-number-athletes-by-gender-since-1896/ + countryPopulationMap['Summer Olympics 2020'] = statePopulationMap['Summer Olympics 2020'] = 11238; countryPopulationMap['Diamond Princess'] = statePopulationMap['Diamond Princess'] = 3711; countryPopulationMap['MS Zaandam'] = 1829; countryPopulationMap['Kosovo'] = 1810463;