NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm successfully managed to filter all nodes of a specific type by using osmfilter:

osmfilter austria.o5m --keep="highway=speed_camera"

Now I have got a lot of nodes like this:

<node id="3906966442" lat="48.2975844" lon="14.2988663" version="1" timestamp="2015-12-23T18:18:11Z" changeset="36131585" uid="180830" user="flaimo">
    <tag k="highway" v="speed_camera"/>
    <tag k="maxspeed" v="50"/>
</node>

However in addition to the maxspeed value I'd also be interested in the name of the street where this node is attached too. Is there any way (except manual reverse lookup for every node) to fetch all the related street names? Using alternative tools or APIs (like Overpass) would be fine too.

asked 25 Apr '16, 09:07

hohl's gravatar image

hohl
21112
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483
×60

question asked: 25 Apr '16, 09:07

question was seen: 2,321 times

last updated: 26 Apr '16, 16:48

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum