cowidev.vax.utils.orgs¶
cowidev.vax.utils.orgs._config_loader¶
- cowidev.vax.utils.orgs._config_loader.countries(config_path)[source]¶
List countries for which we source data from the organization.
- Returns:
List of countries sourced from the organization.
- Return type:
list
- cowidev.vax.utils.orgs._config_loader.countries_mapping(config_path)[source]¶
Get organization’s country mapping.
Note, only contains mappings for countries for which we source data from the organization.
- Returns:
ORG_COUNTRY_NAME -> OWID_COUNTRY_NAME
- Return type:
dict