timeatlas.metadata.Metadata.add

Metadata.add(items: Dict[str, Any])

Add an item to the metadata object

If the type is recognized in TimeAtlas (see types module), this method creates a instance of this type and adds in the Metadata.

Parameters

items – dict with the items to add

Returns

Metadata (self)