Hi, I am testin to extract a .csv file from the germany-latest.osm.pbf including latitude, longitude, street, hausnumber, and city. But when I let the following command run, I get a csv file with mainly only latitude and longitude entries, all the other address information is missing: ./osmconvert germany-latest.osm.pbf --csv="@lat @lon addr:street addr:housenumber addr:city" -o=3.csv What am I doing wrong? Thank you for your help asked 18 Aug '16, 10:53 Stephano007 |
osmconvert doesn't do any filtering. So You can take a look at the companion tool osmfilter. It first requires using osmconvert to translate the .pbf into a format it understands, you will likely want the answered 18 Aug '16, 13:54 maxerickson |
Hey, I saw your Question and would like to ask you if you found a solution for your Problem. I am completely new here and Need a list with all adresses of Germany as you described in the title. Thank you very much in Advance! answered 11 Aug '20, 09:33 isabellauefler |