-
@dinomirMT @lucpappalard @iPif I wasn't joking when I told people that part of the motivation for writing the MovingPandas paper so early was that I wanted to be told that something like it already exists 🙃
-
@dinomirMT @lucpappalard @iPif Comparison: 1. #skmob TrajDataframes are Dataframes that can contain one or more trajectories from one or more moving objects. A #MovingPandas Trajectory has a GeoDataframe and describes exactly one trajectory
-
@dinomirMT @lucpappalard @iPif 2. #skmob provides lots of trajectory measures, stop detection & clustering and even trajectory generators but limited test coverage. #MovingPandas core has geometry functions like clipping and prediction function (separate branch) with corresponding tests
-
@dinomirMT @lucpappalard @iPif 3. I like #skmob's interactive plots but the implemented trajectory generalization is not very intuitive since it simply removes df rows based on their index. Even #MovingPandas simple Douglas-Peucker would look better (but it's slower)