I need to parse a .pbf file in Python, but using The problem is that if I It might have something to do with using a protocol buffer library, but Google's own tutorial only shows how to read a whole file at once. I can't do that, because the files I'm handling are too large for memory (think planet.osm.pbf), so I need to do it piece by piece. How should I approach this? Am I asking in the right place? asked 01 Oct '21, 11:53 fsaler |