Can Yang

Results 12 issues of Can Yang

- It could happen that the ID field of a trajectory is an extremely long id, which could be unsuitable for int parsing, considering change the type to String -...

enhancement
to be fixed

This page contains a summary of common issues in using fmm. Firstly, make sure you pull the **latest version** of the program. ### Road network Road network should be downloaded...

discussion
Hint
info

Although fmm supports taking OSM file as input, the original OSM data are not modified when reading network data (e.g., there is no split or merge performed for long edges)....

Hint
info

An app can be designed for creating topology for OSM or generic shapefile. The problem of long edges missing intersection nodes should be addressed.

discussion
call for contribution
feature request

Add a preprocessing function to smooth noisy trajectory.

discussion
call for contribution

The parse function below reset the argc value to one. https://github.com/jarro2783/cxxopts/blob/b0f67a06de3446aa97a4943ad0ad6086460b2b61/include/cxxopts.hpp#L1333-L1334 That function should not change that value, which is out of expectation.

I think that a print() function can be useful to print out the configurations parsed by the user. The description can be reused during the printing. ``` cxxopts::Options options; auto...

enhancement