Git Product home page Git Product logo

Comments (6)

simonrmaskell avatar simonrmaskell commented on May 30, 2024 1

I was going to look up a dataset we played with a while back and you just reminded me that it was called geolife. That's certainly something we can start with.

Constraints can be soft but starting with none seems like a plan. We'll take a look and do things in a way where upgrading to more sophisticated algorithms will be easy later.

from movingpandas.

simonrmaskell avatar simonrmaskell commented on May 30, 2024

There's another project, Stone Soup (https://github.com/dstl/Stone-Soup) which aims to provide an open-source repo of "tracking" algorithms (including, but far from limited to, Kalman filters) and has recently been improved to make use of geospatial data structures similar to those that I think are part of movingpandas. Can you specify where any Kalman filter or related algorithms would sensibly sit and/or what the input/outputs would sensibly be?

from movingpandas.

anitagraser avatar anitagraser commented on May 30, 2024

Thank you for the pointer to Stone soup, Simon! The main reason for adding a Kalman filter is as a way to remove outliers from (or smooth jittery) GPS trajectories, It would be conceptually similar to the already existing TrajectoryGeneralizers: input is the raw trajectory, output is the cleaned trajectory.

from movingpandas.

simonrmaskell avatar simonrmaskell commented on May 30, 2024

Am i right to think that the outliers are uninformative? If the task is outlier removal for each sequence of reports, we probably want something a little more sophisticated than a kalman filter (eg an IMM, which is also in Stone Soup already). If we want to use other information to help (eg we know the trajectories are on a known road network), we could opt for something more sophisticated still (eg a particle filter). Are there specific use cases or example test data that exemplify the issue?

from movingpandas.

anitagraser avatar anitagraser commented on May 30, 2024

Outliers can be considered uninformative, often stemming from GPS errors or data transmission errors. So far, MovingPandas deals with unconstrained movement data (i.e. not network-constrained) so I'd prefer to start with methods that don't require additional data beyond the movement itself. I haven't compiled any test data for this usecase yet. Does Stone soup include some that we could use?

from movingpandas.

anitagraser avatar anitagraser commented on May 30, 2024

In the Geolife sample, we can find quite some noise: https://mybinder.org/v2/gh/anitagraser/movingpandas/binder-tag?filepath=tutorials/tutorial_getting_started.ipynb
image

from movingpandas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.