All Projects → cyang-kth → Fmm

cyang-kth / Fmm

Licence: apache-2.0
Fast map matching, an open source framework in C++

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fmm

Blendergis
Blender addons to make the bridge between Blender and geographic data
Stars: ✭ 4,642 (+1193.04%)
Mutual labels:  gis, shapefile, openstreetmap
orange3-geo
🍊 🌍 Orange add-on for dealing with geography and geo-location
Stars: ✭ 22 (-93.87%)
Mutual labels:  openstreetmap, gps
gazetteer
OSM ElasticSearch geocoder and addresses exporter
Stars: ✭ 93 (-74.09%)
Mutual labels:  openstreetmap, gis
HMap
:earth: HMap | 基于openlayers的封装组件
Stars: ✭ 64 (-82.17%)
Mutual labels:  openstreetmap, gis
pyGISS
📡 A lightweight GIS Software in less than 100 lines of code
Stars: ✭ 114 (-68.25%)
Mutual labels:  gis, shapefile
shapefile-rs
Rust library to read & write shapefiles
Stars: ✭ 38 (-89.42%)
Mutual labels:  gis, shapefile
cloud-tileserver
Serve mapbox vectortiles via AWS stack
Stars: ✭ 48 (-86.63%)
Mutual labels:  openstreetmap, gis
pydriosm
PyDriosm: an open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap data
Stars: ✭ 42 (-88.3%)
Mutual labels:  openstreetmap, shapefile
osmcha
Python package to detect suspicious OSM changesets
Stars: ✭ 33 (-90.81%)
Mutual labels:  openstreetmap, gis
accessibility-cloud
👩🏽‍🦯🦮👩🏻‍🦽👩🏿‍🦼 the platform to exchange physical accessibility data in a standardized, future-proof, easy-to-use way.
Stars: ✭ 37 (-89.69%)
Mutual labels:  openstreetmap, gis
covid hospitals demographics
COVID-19 relevant data on hospital location / capacity, nursing home location / capacity, county demographics
Stars: ✭ 21 (-94.15%)
Mutual labels:  gis, shapefile
osm4scala
Scala and Spark library focused on reading OpenStreetMap Pbf files.
Stars: ✭ 62 (-82.73%)
Mutual labels:  openstreetmap, gis
gis-snippets
Some code snippets for GIS tasks
Stars: ✭ 45 (-87.47%)
Mutual labels:  gis, shapefile
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (-79.39%)
Mutual labels:  openstreetmap, gps
GeoNotes
A simple app to create georeferences notes.
Stars: ✭ 37 (-89.69%)
Mutual labels:  openstreetmap, gis
osm-export-tool-python
command line tool + Python library for exporting OSM in various file formats.
Stars: ✭ 32 (-91.09%)
Mutual labels:  openstreetmap, gis
GeoConvert
Converting between Geojson and GIS file formats
Stars: ✭ 32 (-91.09%)
Mutual labels:  gis, shapefile
Ffwdme.js
[DEPRECATED!] 🛑 A JavaScript toolkit that aims to bring interactive GPS driving directions to the mobile browser
Stars: ✭ 150 (-58.22%)
Mutual labels:  gps, gis
qgis-outdoor-map
QGIS project for an outdoor map based on OpenStreetMap data.
Stars: ✭ 20 (-94.43%)
Mutual labels:  openstreetmap, gis
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (-83.84%)
Mutual labels:  openstreetmap, gis
Linux / macOS Windows Wiki Docs
Build Status Build status Wiki Documentation

FMM is an open source map matching framework in C++ and Python. It solves the problem of matching noisy GPS data to a road network. The design considers maximizing performance, scalability and functionality.

Online demo

Check the online demo.

Features

  • High performance: C++ implementation using Rtree, optimized routing, parallel computing (OpenMP).
  • Python API: jupyter-notebook and web app
  • Scalibility: millions of GPS points and millions of road edges.
  • Multiple data format:
    • Road network in OpenStreetMap or ESRI shapefile.
    • GPS data in Point CSV, Trajectory CSV and Trajectory Shapefile (more details).
  • Detailed matching information: traversed path, geometry, individual matched edges, GPS error, etc. More information at here.
  • Multiple algorithms: FMM (for small and middle scale network) and STMatch (for large scale road network)
  • Platform support: Unix (ubuntu) , Mac and Windows(cygwin environment).
  • Hexagon match: 🎉 Match to the uber's h3 Hexagonal Hierarchical Geospatial Indexing System. Check the demo.

We encourage contribution with feature request, bug report or developping new map matching algorithms using the framework.

Screenshots of notebook

Map match to OSM road network by drawing

fmm_draw

Explore the factor of candidate size k, search radius and GPS error

fmm_explore

Explore detailed map matching information

fmm_detail

Explore with dual map

dual_map

Map match to hexagon by drawing

hex_draw

Explore the factor of hexagon level and interpolate

hex_explore

Source code of these screenshots are available at https://github.com/cyang-kth/fmm-examples.

Installation, example, tutorial and API.

Code docs for developer

Check https://cyang-kth.github.io/fmm/

Contact and citation

Can Yang, Ph.D. student at KTH, Royal Institute of Technology in Sweden

Email: cyang(at)kth.se

Homepage: https://people.kth.se/~cyang/

FMM originates from an implementation of this paper Fast map matching, an algorithm integrating hidden Markov model with precomputation. A post-print version of the paper can be downloaded at link. Substaintial new features have been added compared with the original paper.

Please cite fmm in your publications if it helps your research:

Can Yang & Gyozo Gidofalvi (2018) Fast map matching, an algorithm
integrating hidden Markov model with precomputation, International Journal of Geographical Information Science, 32:3, 547-570, DOI: 10.1080/13658816.2017.1400548

Bibtex file

@article{doi:10.1080/13658816.2017.1400548,
author = {Can Yang and Gyozo Gidofalvi},
title = {Fast map matching, an algorithm integrating hidden Markov model with precomputation},
journal = {International Journal of Geographical Information Science},
volume = {32},
number = {3},
pages = {547-570},
year  = {2018},
publisher = {Taylor & Francis},
doi = {10.1080/13658816.2017.1400548},
URL = {
        https://doi.org/10.1080/13658816.2017.1400548
},
eprint = {
        https://doi.org/10.1080/13658816.2017.1400548   
}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].