Mappymatch
Mappymatch is a pure-python package developed and open sourced by the National Renewable Energy Laboratory. It contains a collection of “Matchers” that enable matching a GPS trace (series of GPS coordinates) to a map.
The current Matchers are:
LCSSMatcherA matcher that implements the LCSS algorithm described in this paper. Works best with high resolution GPS traces.
OsrmMatcherA light matcher that pings an OSRM server to request map matching results. See the official documentation for more info.
ValhallaMatcherA matcher to ping a Valhalla server for map matching results.
Currently supported map formats are:
Open Street Maps
Documentation Index:
- Quickstart
- Install
- Examples
- API Reference
- Contributing
- Getting Started
- Select an issue
- Build from the source (First time only)
- Install Pre-Commit hooks (First time only)
- Setup Git workflow (First time only)
- Execute Changes and Git workflow
- Open a PR
- Finish the PR
- Best practices
- Previewing documentation locally
- Maintainer Information
- Tools in our toolbelt
- Changelog
- Contributors