climada.entity package

climada.entity.entity_def module

climada.entity.tag module

class climada.entity.tag.Tag(file_name='', description='')[source]

Bases: object

Source data tag for Exposures, DiscRates, ImpactFuncSet, MeasureSet.

file_name

name of the source file

Type

str

description

description of the data

Type

str

__init__(file_name='', description='')[source]

Initialize values.

Parameters
  • file_name (str, optional) – file name to read

  • description (str, optional) – description of the data

append(tag)[source]

Append input Tag instance information to current Tag.