tobac-project / tobac

Tracking and object-based analysis of clouds
BSD 3-Clause "New" or "Revised" License
99 stars 53 forks source link

tracking reorders features in output #377

Open w-k-jones opened 10 months ago

w-k-jones commented 10 months ago

At present, the Dataframe returned by linking_trackpy is sorted by frame, rather than keeping the order in the input feature dataframe. This is a very minor issue, as ordinarily features produced by tobac are already in time order, but may cause issues for testing tracking output if features are created out of order.