cyang-kth/fmm
Fast map matching, an open source framework in C++ observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3232
- days_rel: n/a
- days_push: 785
- n_releases_24m: 0
Adoption not part of the score
1048 stars · 227 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FMM is an open-source map matching framework in C++ with Python bindings that aligns noisy GPS trajectories to road networks using hidden Markov models with precomputation. It supports FMM and STMatch algorithms, scales to millions of points, and reads OpenStreetMap, shapefile, and Geopackage data.
Use cases
- match noisy GPS trajectories to a road network
- snap vehicle GPS points to OpenStreetMap roads
- reconstruct driving routes from GPS traces
- map match large trajectory datasets in parallel
- match GPS data to H3 hexagons
- process GPS CSV or shapefile trajectories in Python
When to choose
- you need high-performance, scalable map matching for millions of GPS points
- you want both C++ and Python APIs with CLI and Jupyter support
- your road network comes from OpenStreetMap or shapefiles
When to avoid
- you need map matching on non-road networks like indoor or transit maps
- you want a pure-Python solution without C++ compilation
- you need real-time streaming matching rather than batch processing
Facets
library · maturity active
geospatial parser cli sdk developer-tools windows cpp python cli map-matching gps-trajectories hidden-markov-model openstreetmap shapefile h3 trajectory-analysis road-network geospatial maps algorithms linux macos
2 sources
- readme: https://github.com/cyang-kth/fmm · fetched 2026-08-28 · 8a39192453b4
- homepage: https://fmm-wiki.github.io/ · fetched 2026-08-29 · a807fa967a22
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cyang-kth/fmm | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem