I want to retrieve a map of all the roads that are a part of a particular relation. This can be a specific public transport route in a city, or its entire public transport network. I have the following input data:
For example, for the country of Moldova, relation Is it possible to filter this data with So far my best shot at it is In other words, I am removing all the ways that are not likely to be part of any route, but this is a very rough approach, and I suspect that I could get much better results if I could leverage the information about the relation itself. How can this be accomplished? asked 25 Jan '20, 16:57 ralien |
You can do this with Osmium using the getid command:
Osmium also has the tags-filter command to filter by tags if you need that, too. answered 25 Jan '20, 20:13 Jochen Topf Thanks, this does exactly what I wanted. I am marking it as the accepted answer, even though it is
(25 Jan '20, 20:52)
ralien
|