-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't return states and nodes #15
Comments
I am facing the same error for a similar setup |
This probably means no matching is found. If you projected to meters than the values 2 and 1 are quite small (e.g. noise of only 1m is expected). More realistic values would be around 50m. You can increase the output by setting the logging level (using the logging module):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello dear developers! I am trying to use
LeuvenMapMatching
in my Master thesis.I am using the example with osmnx from documentation
https://leuvenmapmatching.readthedocs.io/en/latest/usage/openstreetmap.html#using-osmnx-and-geopandas
I have created
map_con
, graph osmnx from the example. Then, transformed GPS Points to CRS whichProject graph
use. Then ,implemented code from example :But it doesn't return any "states" or "nodes"
The text was updated successfully, but these errors were encountered: