hello - i wanted to run a osmconvert & filter with the following goal - to get the following tags out of the datas: addr:street addr:housenumber addr:city so i decided to do the following command
but i failed - there were no streets no housenumbers and cities. Now i decidet to use overpass-API which seems to be less complicated. Can someone advice me here to go the first step. asked 19 Apr '14, 10:46 say_hello_to... neuhausr |
osmconvert is a bit picky when is comes to specifying csv field names. Especially extra whitespace characters seem to cause some issue. In your case you'll have to remove the superfluous space character between name and addr:street to get some results according to your csv string (of course only where this data exists in OSM in the first place).
answered 21 Apr '14, 07:27 mmd thank you for the help. It helps alot - and gives new starting points. Greetings
(13 Jun '14, 09:44)
say_hello_to...
|