home.social

#movingpandas β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #movingpandas, aggregated by home.social.

  1. 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.

  2. New Trajectools 2.1 and MovingPandas 0.18Β releases

    Today marks the 2.1 release of for . This release adds multiple new algorithms and improvements. Since some improvements involve upstream functionality, I recommend to also update MovingPandas while you're at it.

    anitagraser.com/2024/05/20/new

  3. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook πŸ€·β€β™€οΈπŸ˜€

  4. πŸ₯³ for @movingpandas example are up and running:

    github.com/movingpandas/moving

    The setup takes a while but not longer than on

    I found it impossible to search for devcontainer examples with and , so maybe you'll find this one useful

  5. While working with , I noticed that the map zoom tool is not active by default.

    I think this may be one of the main reasons why users find GeoViews less intuitive than

    We can set the zoom tool active using:

    from holoviews import opts
    opts.defaults(opts.Overlay(active_tools=['wheel_zoom'])

    Full code and examples:

    movingpandas.github.io/movingp