Can Yang

Results 24 comments of Can Yang

The problem seems to be an issue with fiona, try to check the version of osmnx The version it worked with is " 0.15.0 " https://github.com/cyang-kth/osm_mapmatching/issues/13

If your data is in unit of degrees, the current configuration is too large. Try to reduce radius and GPS error by a factor of 1e-5(1 degree=1e5 meters, 1 meter...

You could try other search radius and gps error, also check the direction of each edge to assure the direction of edge is consistent with the GPS movement.

I have not tried it yet but you should be able to install the binding for python 3 as long as the correct python version is found.

Some modifications should be made to this file: https://github.com/cyang-kth/fmm/blob/master/python/CMakeLists.txt

When I try with python 3 installation on a separate environment created by anaconda, I encountered a problem of segment fault when calling `from fmm import Network`, the error needs...

@ziXet Thanks for your interest in contributing to this repo. We have already implemented this feature but in another private branch/repo. We are working on a new paper on map...

Perhaps there is some problem with the compiler. You can check some online resources https://stackoverflow.com/questions/46414660/macos-cmake-and-openmp

Thanks for your interest. I have not tested this function, but it may be challenging.

Thanks a lot for your interest in contributing to this repo. I feel that creating and distributing this type of wheels helps a lot with installation of fmm. However, I...