├── .gitignore ├── README.md ├── img ├── demo1.gif ├── demo2.gif ├── demo3.gif ├── demo4.gif ├── dual.png ├── jupyter-demo.png ├── notebook.png ├── raw_data.png └── single.png └── stockholm_boundary.geojson /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/README.md -------------------------------------------------------------------------------- /img/demo1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/demo1.gif -------------------------------------------------------------------------------- /img/demo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/demo2.gif -------------------------------------------------------------------------------- /img/demo3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/demo3.gif -------------------------------------------------------------------------------- /img/demo4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/demo4.gif -------------------------------------------------------------------------------- /img/dual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/dual.png -------------------------------------------------------------------------------- /img/jupyter-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/jupyter-demo.png -------------------------------------------------------------------------------- /img/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/notebook.png -------------------------------------------------------------------------------- /img/raw_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/raw_data.png -------------------------------------------------------------------------------- /img/single.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/img/single.png -------------------------------------------------------------------------------- /stockholm_boundary.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyang-kth/osm_mapmatching/HEAD/stockholm_boundary.geojson --------------------------------------------------------------------------------