Tao Tao
Tao Tao
Sure. You can find the code and data in this [repo](https://github.com/vtao1989/mm_test). The data contains GPS points of two trips. I used the tiles built from [PA, US](https://download.geofabrik.de/north-america/us/pennsylvania-latest.osm.pbf). The repo does...
@nilsnolde Thanks for your prompt reply. I think that's the issue. I just found another related issue. Every time pyvalhalla returns the RuntimeError (listed below), if I run the map...
I have tried in the simple Python environment but it did not work. The same issue occurred. Error handling helps skipped the current loop when the map matching failed but...
Thank you. I have tested the same process by using the Valhalla docker image. It worked well.
I was using Python 3.10.6 on Windows 10. My pyvalhalla version is 3.0.3.
Anyway, the docker Valhalla works well for me. I will try Linux someday in the future. Thank you again. You guys really do a great job! This package helps a...
I tested on a Linux machine today and the map matching still did not work (return "Segmentation fault") after a RuntimeError happened. Not all RuntimeError caused this issue. For example,...