utdf2gmns.func_lib.cvt_link_df_to_dict
- utdf2gmns.func_lib.cvt_link_df_to_dict(df_link: DataFrame) dict[source]
Reformat the UTDF link dataframe to a dictionary of links with intersection id as keys
- Parameters:
df_link (pd.DataFrame) – UTDF link dataframe
- Returns:
a dictionary of links with keys are intersection ids and values are link data
- Return type:
dict