skytracker.utils.conversions.country_code_to_country_name#
- skytracker.utils.conversions.country_code_to_country_name(country_code: str) str#
Get the country name from a ISO 3166-1 A-2 country code
- Parameters:
country_code (str) – ISO 3166-1 A-2 country code (i.e. “FR”, “DE”)
- Returns:
corresponding country name (i.e. “France”, “Germany”)
- Return type:
str