Skip to content

Commit

Permalink
fixup! 🚧 Add script for global per-country population sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Jun 7, 2024
1 parent 88c1397 commit dedef9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/developer_scripts/get_population_weights
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dedef9d

Please sign in to comment.