gedidb.SpatialConsolidationPlan#

class gedidb.SpatialConsolidationPlan(plan_dict: Dict[int, Dict[str, List[str]]])[source]#
__init__(plan_dict: Dict[int, Dict[str, List[str]]])[source]#

Initialize the spatial consolidation plan.

Parameters:

plan_dict (Dict[int, Dict[str, List[str]]]) – Dictionary where keys are node IDs and values are dictionaries with ‘num_fragments’ and ‘fragment_uris’.

Methods

__init__(plan_dict)

Initialize the spatial consolidation plan.

dump()

Dump the full plan as a dictionary.

items()

Iterate over node IDs and their corresponding details.