Skip to content
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

How to get the road id which the track point is matched? #47

Open
Maxpicca-Li opened this issue Aug 15, 2021 · 1 comment
Open

How to get the road id which the track point is matched? #47

Maxpicca-Li opened this issue Aug 15, 2021 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@Maxpicca-Li
Copy link

Hello, Jagodki!

I have a problem again. I have run this model, but I suddenly found that the result does not mention the road id which the track point is matched. As for this model, how I can do to get that road id which I need in my experiment?

Sincerely,
Maxpicca

@jagodki
Copy link
Owner

jagodki commented Aug 19, 2021

Hi,

at the moment the plugin does not offer a direct method to find out, which track point was matched to which road line. Please have a look on the description of the attribute table of the resulting layer. You could use the information from the fields observation_id_start and observation_id_end. Both fields give you the information about which track point was matched to the first and last vertex of a line of the matched trajectory. You could calculate on which road segment these start and endpoints are located.

I will notice your request as a feature of a new plugin version.

Best Regards,
Christoph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants