osmconverter exe not downloadable/findable

Hello everybody,

I want to work with the osm dataset for germany. As the pbf file is so large when unpacking, i want to convert it to a csv so i can read it in with a generator function and then pick out what I’m interested in. Therefor I need a osm.pbf to csv converter. Thats where osmconverter comes in.

However the download links for windows 64 bit is not working at the wiki: https://wiki.openstreetmap.org/wiki/Osmconvert#Writing_CSV_Files

Can anybody help me get the exe? I cant find it on the internet.

Thanks in advance :slight_smile:

Hy, wenn ich die ganzen PLZ als CSV haben will mache ich folgendes:

osmconvert DE.osm.pbf -o=temp.o5m

osmfilter temp.o5m --keep=“addr:postcode or postal_code” > temp.osm

osmconvert temp.osm --csv=“@lat @lon addr:postcode postal_code” --csv-separator=“,” > DE.csv