osmcode / pyosmium

Python bindings for libosmium
https://osmcode.org/pyosmium
BSD 2-Clause "Simplified" License
317 stars 65 forks source link

Writer to have multiple input sources. #222

Closed LuposX closed 1 year ago

LuposX commented 1 year ago

One useful use case for the writer would be to split up a big .pbf file into many more smaller .pbf files, in order for that to work, it would need to be possible to specify multiple output files in the writer and to specify inside the writer in which file the node/way should be added. Alternatively does someone know a libary which would support sth. like that?