climada.entity package¶
- climada.entity.disc_rates package
- climada.entity.exposures package
- climada.entity.exposures.base module
- climada.entity.exposures.black_marble module
- climada.entity.exposures.crop_production module
- climada.entity.exposures.gdp_asset module
- climada.entity.exposures.gpw_import module
- climada.entity.exposures.litpop module
- climada.entity.exposures.nightlight module
- climada.entity.exposures.open_street_map module
- climada.entity.exposures.spam_agrar module
- climada.entity.impact_funcs package
- climada.entity.impact_funcs.base module
- climada.entity.impact_funcs.drought module
- climada.entity.impact_funcs.impact_func_set module
- climada.entity.impact_funcs.relative_cropyield module
- climada.entity.impact_funcs.river_flood module
- climada.entity.impact_funcs.storm_europe module
- climada.entity.impact_funcs.trop_cyclone module
- climada.entity.measures package
climada.entity.entity_def module¶
-
class
climada.entity.entity_def.Entity[source]¶ Bases:
objectCollects exposures, impact functions, measures and discount rates. Default values set when empty constructor.
-
impact_funcs¶ impact functions
- Type
ImpactFucs
-
measures¶ measures
- Type
-
def_file¶ Default file from configuration file
- Type
str
-
read_mat(file_name, description='')[source]¶ Read MATLAB file of climada.
- Parameters
file_name (str, optional) – file name(s) or folder name containing the files to read
description (str or list(str), optional) – one description of the data or a description of each data file
- Raises
ValueError –
-
read_excel(file_name, description='')[source]¶ Read csv or xls or xlsx file following climada’s template.
- Parameters
file_name (str, optional) – file name(s) or folder name containing the files to read
description (str or list(str), optional) – one description of the data or a description of each data file
- Raises
ValueError –
-
climada.entity.tag module¶
-
class
climada.entity.tag.Tag(file_name='', description='')[source]¶ Bases:
objectSource data tag for Exposures, DiscRates, ImpactFuncSet, MeasureSet.
-
file_name¶ name of the source file
- Type
str
-
description¶ description of the data
- Type
str
-