home.social
  1. Even more human research:

    Elkin-Frankston et al. (2025). Beyond boundaries: a location-based toolkit for quantifying group dynamics in diverse contexts. Cogn. Research 10, 10 (2025).
    doi.org/10.1186/s41235-025-006

    "We first segmented time periods when the group was in motion by identifying break periods using the stop detection feature from the MovingPandas Python package"

  2. New research using yours truely:

    Koszewski et al. (2025). Utilizing IoT Sensors and Spatial Data Mining for Analysis of Urban Space Actors’ Behavior in University Campus Space Design.
    doi.org/10.3390/s25051393

    "Trajectories were processed by the MovingPandas Python library, which offers several valuable processing algorithms"

    For the full list of publications we're aware of, check out:

    github.com/movingpandas/moving

  3. Our KalmanSmootherCV implementation is actually using the excellent library. Check them out:

    stonesoup.readthedocs.io/en/v1

  4. Pleasure to see more and more use from students:

    "we utilize the stop detection tools provided by MovingPandas"

    Wicaksono, S. B. (2024). From Data Cleaning to Predictive Models: A Strategic Approach to Analyzing Bus and Ship Trajectories. Master Thesis in Data Science, Department of Mathemetics, University of Padova.

    thesis.unipd.it/handle/20.500.

  5. And most recently in :

    Van Deursen, J., Creany, N., Smith, B., Freimund, W., Avgar, T., & Monz, C. A. (2024). Recreation specialization: Resource selection functions as a predictive tool for . Applied Geography, 167, 103276. - " and packages in were used to analyze the GPS data collected and calculate the thirteen spatio-temporal metrics"

    sciencedirect.com/science/arti

  6. Our first citation of the year 🎉

    Glad to add Lei et al. (2024) "Predicting vessel arrival times on inland waterways" to the list: github.com/movingpandas/moving

    "the historical voyages are processed with the movingpandas library and stored as GeoDataFrames"

  7. If you had issues with version 0.17.0 in your 3.9 and 3.8 environments, please update to version 0.17.1 released today

    movingpandas.org

  8. Enjoy the latest convenience features for exploration:
    ✅ Support for tons of different units for distance, time, speed, and acceleration movingpandas.org/units
    ✅ Interactive plots visualizing values along the trajectory as well as movement direction

    For example: visualizing Traces
    movingpandas.org/examples

  9. We're happy to announce that the new version 0.16 has just been released 🎉

    This is the first release to support 2.0

    In addition, new features include:
    🎈 New custom unit support for distance, speed, and acceleration functions
    🎈 Improved plots with arrow markers to indicate direction

    More details:
    github.com/movingpandas/moving

  10. We've just merged a long-awaited feature: different distance, speed, and acceleration units support

    github.com/movingpandas/moving

    This should make working with the results much more user-friendly than the basic SI units we have provided so far