fmm

Fast map matching, an open source framework in C++

APACHE-2.0 License

Stars
891
Committers
4

Bot releases are visible (Hide)

fmm - OSM removed Latest Release

Published by cyang-kth almost 4 years ago

  • The function to read the network file directly from OSM data is removed.
  • Header file is also installed into the system locations.
fmm -

Published by cyang-kth almost 4 years ago

Features

  • Read network from OSM/shapefile
  • Web demo
  • fmm and stmatch
  • hexagon matching
fmm - v0.0.3 marked

Published by cyang-kth over 4 years ago

This release is not used for production use, it is just a marker as a lot of important features are planned to be added to the repo.

Updated features:

  • Bugs fixed in version inconsistency
  • Contribution code, issue template added.
fmm - v0.0.2 (2020-2-1)

Published by cyang-kth over 4 years ago

Added

  • Log level added in the configuration file

Changed

  • Index of nodes and edges is maintained by the network together with id.
  • UBODT rows now store node and edge index instead of ID
  • Code formatted and cleaned #36
  • Remove pointer with reference
  • Routing with boost graph library is removed with custom heap #42
  • Network graph omp is removed. The function is moved to network graph.
fmm - Initial version tagged

Published by cyang-kth over 4 years ago

Features

  • Input with shapefile and output with CSV
  • Custom output fields
  • Web demo
  • Python API
  • OpenMP support