Trajectory Analysis Using PostGIS

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Benjamin Trigona-Harany from Planet brings us 'Trajectory Analysis Using PostGIS'.
    PostGIS supports geometries with a Z dimension and geometries with M (measure) values, but there are not a lot of examples of both of these being used together. One use case is the analysis of airplane tracks which requires both - that is to say every vertex has an altitude and a timestamp. This talk will show how live positional data transmitted from aircraft can be accessed in a PostGIS database. I will then show how a sequence of these positions can be represented effectively as LINESTRINGZM geometries which can be analyzed as trajectories using native PostGIS functions. With spatial SQL, we can do things such as determine anomalous changes in an aircraft's velocity or altitude and find the exact point in time at which two aircraft came closest to one another. The focus on the talk will be showing how future work on large datasets of ADS-B data can be done using PostGIS and other open-source geospatial tools.
    LInks:
    www.opensky-network.org
    www.jaxartes.net/pages/ads-b
    github.com/bosth/plpygis
    github.com/bosth/geofdw
    github.com/bosth/opensky-postgis-docker
    bosth@sfu.ca

Комментарии • 3

  • @israel-info
    @israel-info 7 месяцев назад +1

    Great talk, i wish i had the presentation...

  • @regix1964
    @regix1964 9 месяцев назад +1

    great talk

  • @abdelhameedhamdy
    @abdelhameedhamdy 7 месяцев назад

    Awesome, according to the definition of a trajectory, we cannot add speed as M value, but what if we wanted to add timestamp + speed in M value, I think it is not applicable I guess.