File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
climada/entity/impact_funcs Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,17 @@ class CountryCode(Enum):
4040 Enum class that links ISO country codes (both iso3a and iso3n) to specific regions and
4141 associated impact function IDs.
4242
43- Attributes:
44- iso3a (dict): A mapping of region names to lists of 3-letter ISO country codes (iso3a).
45- iso3n (dict): A mapping of region names to lists of numeric ISO country codes (iso3n).
46- impf_id (dict): A mapping of region names to corresponding impact function IDs.
47- region_name (dict): A mapping of region names to their descriptive names.
48- """
43+ Attributes
44+ ----------
45+ ISO3A: dict
46+ A mapping of region names to lists of 3-letter ISO country codes (iso3a).
47+ ISO3N: dict
48+ A mapping of region names to lists of numeric ISO country codes (iso3n).
49+ IMPF_ID: dict
50+ A mapping of region names to corresponding impact function IDs.
51+ REGION_NAME: dict
52+ A mapping of region names to their descriptive names.
53+ """ "
4954
5055 # fmt: off
5156 ISO3N = {
You can’t perform that action at this time.
0 commit comments