Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 637 Bytes

Road network and GPS trajectories

  • Input data
    • Road network data: data/edges.shp
    • GPS data: data/trips.shp, data/trips.csv, data/gps.csv
  • Output data
    • data/ubodt.txt: an upper bounded origin-destination table in CSV format
    • data/mr.txt: the map matching result in CSV format

Command line examples

Jupyter notebook examples

Web demo

OSMNX example