horizon icon indicating copy to clipboard operation
horizon copied to clipboard

Map matching (snapping GPS points to road graph) and routing library in Go

Results 5 horizon issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220319134239-a9b59b0215f8 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20220319134239-a9b59b0215f8&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello, Which does horizon use, edge-based or vertex-based algorithm/model? I think that the edge-based one can be represented by the trellis transition diagram whose nodes correspond to road-network links (=edges),...

documentation
good first issue
question

Hello, I think that the horizon's map-matching technology would be closely related to vehicle trajectory analysis. See, fo example: * [Traffic-state-reconstruction-using-Deep-CNN](https://github.com/bilzinet/Traffic-state-reconstruction-using-Deep-CNN) (github.com) Do you have any idea about that?

enhancement

Hello, For mitigating the distortion error in distance, $r$, arisen from spherical model (= S2 geometry), I think that ellipsoidal model would be better, and it would traditionally consist of...

enhancement

THE http api about search POI(Point of Information) from osm data? will take it into the todo list?

question