hestia_earth.utils.model.linked_node

hestia_earth.utils.model.linked_node(node)[source]

Return a minimal version of the node.

Parameters

node (dict) – The Node, like a Cycle or a Source or a Term.

Returns

The node with only: @type, @id, name, termType and units fields.

Return type

dict