Coder Social home page Coder Social logo

Comments (6)

estebanzimanyi avatar estebanzimanyi commented on September 23, 2024

Obviously there are FUNDAMENTAL differences between MobilityDB and PostGIS-Trajectory.
I would suggest to read the extensive MobilityDB documentation in order to assess whether MobilityDB corresponds to what you are looking for.

from mobilitydb.

mschoema avatar mschoema commented on September 23, 2024

As a note to this, PostGIS-Trajectory provides a way to store trajectory data into a PostGIS LinestringM object, where the M-value stores the timestamps as second since EPOCH. This is built-in PostGIS, with mutliple functions that manipulate this type of data, such as ST_IsValidTrajectory, ST_ClosestPointOfApproach, ST_CPAWithin and more. This set of functions for trajectories is, however, quite limited.

MobilityDB, on the other hand, extends PostGIS with trajectory-specific data types (tgeompoint and tgeogpoint), as well as scalar temporal types (tbool, tint, ttext, tfloat). These data types are more flexible and efficient for storing trajectory data and also comes with a much wider range of functions and operators, that can be found in the MobilityDB documentation as Esteban pointed out. Note also that the MobilityDB types tgeometry and tgeography can be cast into their respective PostGIS trajectory type (geometry(LinestringM) and geography(LinestringM)), so the two projects are not mutually exclusive.

from mobilitydb.

amwps290 avatar amwps290 commented on September 23, 2024

@mschoema Where can I find his source code? Want to learn it。

from mobilitydb.

mschoema avatar mschoema commented on September 23, 2024

You can find the MobilityDB documentation at docs.mobilitydb.com/MobilityDB/develop/ and, if needed, there is also more information available on the main MobilityDB website, such as publication, the developers documentation and more.
The actual source code is here on github and you can also find some interesting information on the repository wiki.

from mobilitydb.

amwps290 avatar amwps290 commented on September 23, 2024

@mschoema the PostGIS-Trajectory code or other useful information.Thank you!

from mobilitydb.

mschoema avatar mschoema commented on September 23, 2024

Here are a few useful links related to PostGIS trajectories:

from mobilitydb.

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.