nodic_overlap: Function to search and solve overlaping problems, returning a list of dictionaries.
Description
Function to search and solve overlaping problems, returning a list of dictionaries.
Usage
nodic_overlap(dic, init_pos = "int_pos", fin_pos = "fin_pos")
Arguments
dic
The dictionary to be worked on.
init_pos
The name of the column which contains the initial positions.
fin_pos
The name of the column which contains the final positions.