-
Notifications
You must be signed in to change notification settings - Fork 51
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
GPS match in 3D map #22
Comments
Hi Bruno, that is a really good question. At the moment, the plugin uses only the x- and y-coordinates for the calculations (z- and m-values will be ignored). 3D calculations would be a great improvement because a lot of road infrastructure is not on the same height (e.g. bridges, motorway junctions). The calculations I realized by myself can be easily edited for 3D-coordinates. The main problem will be the functions from the PyQGIS API. I am not sure, if e.g. the Dijkstra-Algorithm of PyQGIS uses 3D-coordinates if available. That has to be investigated. I will create a new project from this issue to have a look on the 3D-support. But I am very busy with another project and I planned a new major release of the plugin for the next months. So I am not sure, if I can work on your question already this year or not before next year. Sincerely, |
Thanks for your great feedback @jagodki . Kind Regards, |
Hello, I am a graduate student. I would like to ask you how to draw the corresponding vehicle track on the map according to the existing GPS data set of vehicles (including longitude and latitude).Thank you. Looking forward to your reply. |
@love-freedom777 I moved your question into a new issue, because it has nothing to do with the original question of this issue. In issue #24 we can discuss your question (I already answered you there) in detail and take this issue clean 😺 |
Hi @jagodki ,
It is more a question than a issue. My question is if we can use this offline map matching for 3D mapping, i.e., match GPS points in a 3D map.
Regards,
Bruno
The text was updated successfully, but these errors were encountered: