### Things I know we will need to change in funtracks: - Add tracksdata dependency - Tracks object - instead of having a networkx graph, they will have a tracksdata graph - remove the segmentation - Any actions that update the segmentation need to use the tracksdata graph API to update them - Anywhere else we use networkx outside of Tracks (which shouldn't happen but does), we replace with tracksdata API calls ### Things we will need to change in finn: - TrackLabels uses tracksdata GraphArrayView instead of np.array for the segmentation ... infinite colormap hell, presumably 🤷♀️ ### Need: - Test graph in sql