I need to use open street map data, specifically the street light (highway=street_light or street_lamp or lit=*) data and save it in a CSV file.
I can see the street lights in JOSM but I can't find a way to filter only the these 'highway' values, from the many tags displayed over a selected area, and save it in a CSV.
I used QGIS also and although there is an option to filter the tags I don't want, I can't see street_lights in it. The value for the tag 'highway' displayed here is 'traffic_light'. Is there any way to get what I want? Also, I need the node(lat, long) of every light. Please suggest.