An open API service indexing awesome lists of open source software.

https://github.com/umrlastig/mapmatcher

Map-matching of a track on a network with Hidden Markov Model
https://github.com/umrlastig/mapmatcher

map-matching

Last synced: 5 months ago
JSON representation

Map-matching of a track on a network with Hidden Markov Model

Awesome Lists containing this project

README

          

Matching GPS traces with MapMatcher
===================================

Le but de l’algorithme est de recaler des points d'observation sur un réseau. Un cas classique consiste à recaler des points GPS d'une voiture sur un réseau routier. L'algorithme prend en entrée un jeu de traces GPS et un réseau linéaire et fournit en sortie les points GPS recalés sur le réseau.

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/umrlastig/mapmatcher/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/umrlastig/mapmatcher/tree/master)
[![Maven Central](https://img.shields.io/maven-central/v/fr.umr-lastig/mapmatcher.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22fr.umr-lastig%22%20AND%20a:%22mapmatcher%22)
[![Software License](https://img.shields.io/badge/Licence-Cecill--C-blue.svg?style=flat)](https://github.com/umrlastig/mapmatcher/blob/master/LICENSE)

Installation
--------------