more accurate count of olympic athletes

This commit is contained in:
tmont 2021-08-02 12:26:36 -07:00
parent 26c2a83043
commit 5f93c5997e

View File

@ -173,8 +173,8 @@ const processRecords = async () => {
}, {});
// 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;
// https://www.nbcsports.com/northwest/tokyo-olympics/tokyo-olympics-numbers-participating-country-stats-and-facts
countryPopulationMap['Summer Olympics 2020'] = statePopulationMap['Summer Olympics 2020'] = 11091;
countryPopulationMap['Diamond Princess'] = statePopulationMap['Diamond Princess'] = 3711;
countryPopulationMap['MS Zaandam'] = 1829;
countryPopulationMap['Kosovo'] = 1810463;