From dedef9d38ef85b696cc80a98d956af2fe59ce039 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:25:44 -0700 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=9A=A7=20Add=20script=20for=20gl?= =?UTF-8?q?obal=20per-country=20population=20sizes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/developer_scripts/get_population_weights | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/developer_scripts/get_population_weights b/scripts/developer_scripts/get_population_weights index 209aeacad..310f35993 100755 --- a/scripts/developer_scripts/get_population_weights +++ b/scripts/developer_scripts/get_population_weights @@ -28,6 +28,9 @@ def export_world_factbook(output): df = df.set_index('country') # Rename countries to match values in metadata + # NOTE: This has only been checked for countries in Asia. If population + # weights are used for other regions, it's likely that this will need to be + # updated. country_name_map = { "Korea, South": "South Korea", "Macau": "Macao",