iduedu.join_urban_graphs

iduedu.join_urban_graphs(left, right, *, graph_type=None, node_conflict='left')[source]

Join two compatible UrbanGraph objects by concatenating node and edge tables.

Shared node indexes are allowed and are merged according to node_conflict. Edge keys must be unique across both graphs because duplicate edges are ambiguous at this layer.

Return type:

UrbanGraph

Parameters: