TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Map Matching in a Programmer's Perspective

40 pointsby hodgesmralmost 8 years ago

2 comments

risalmost 8 years ago
That&#x27;s fun - when I was working on this problem a few years ago and unable to find sufficient academic literature on the subject I thought I&#x27;d &quot;invented&quot; what turns out to be known as the Viterbi algorithm (duh) and hadn&#x27;t thought too much of it. Turns out what I thought I&#x27;d invented is also a HMM, which is doubly funny because I&#x27;ve never <i>quite</i> managed to wrap my head around HMMs (though several times I&#x27;ve tried). It&#x27;s interesting how a lot of algorithms are a lot more intuitive than most of the rigorous academic notation make them seem...<p>Code for anyone interested <a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;ris&#x2F;tsbp&#x2F;src" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;ris&#x2F;tsbp&#x2F;src</a> <a href="http:&#x2F;&#x2F;wiki.openstreetmap.org&#x2F;wiki&#x2F;That_Shouldnt_Be_Possible" rel="nofollow">http:&#x2F;&#x2F;wiki.openstreetmap.org&#x2F;wiki&#x2F;That_Shouldnt_Be_Possible</a><p>Interesting to look back on the code and see that as much effort is spent on heuristics trying to decide where in the track to spend the calculation effort than anything else.
评论 #14740909 未加载
drewdaalmost 8 years ago
If you&#x27;d like to try map matching as a hosted API right away, see screenshots, demos, and more at <a href="https:&#x2F;&#x2F;mapzen.com&#x2F;blog&#x2F;map-matching&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mapzen.com&#x2F;blog&#x2F;map-matching&#x2F;</a><p>Context: This is a link in to Valhalla documentation. Valhalla is an open-source routing engine led by Mapzen. We also offer it as a hosted SaaS on mapzen.com<p>Disclaimer: I work for Mapzen.