Git Product home page Git Product logo

Comments (8)

anitagraser avatar anitagraser commented on May 30, 2024 1

I assume fastdtw's MIT license is compatible with BSD. There's not much code in https://github.com/slaypni/fastdtw so it may be better to add this functionality to MovingPandas directly than to add another dependency that doesn't seem to be under active development. But then again it seems to be Cython ... so not sure what that means for MovingPandas packaging.

from movingpandas.

anitagraser avatar anitagraser commented on May 30, 2024 1

Hausdorff distance looks like a quick win: https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.directed_hausdorff.html

from movingpandas.

miladad8 avatar miladad8 commented on May 30, 2024

Hi. are this measurements(DTW ,LCSS ,...) available on movingpandas?

from movingpandas.

anitagraser avatar anitagraser commented on May 30, 2024

So far, none of the above measurements has been implemented in MovingPandas. Do you happen to know a good existing Python implementation?

from movingpandas.

miladad8 avatar miladad8 commented on May 30, 2024

I've heard of fastdtw python library for measuring similatiry between trajectories, But don't know whether MovingPandas trajectories could be used as an input for this library or not. This library takes two array and a distance method as inputs for measuring similarity.

from movingpandas.

anitagraser avatar anitagraser commented on May 30, 2024

Potentially even easier: https://shapely.readthedocs.io/en/stable/manual.html#object.hausdorff_distance

from movingpandas.

miladad8 avatar miladad8 commented on May 30, 2024

i use this libraries

hope it helps.

from movingpandas.

anitagraser avatar anitagraser commented on May 30, 2024

Another potential library: https://github.com/cjekel/similarity_measures

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.