-
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. |
Beta Was this translation helpful? Give feedback.
Answered by
lonvia
Dec 22, 2022
Replies: 1 comment 1 reply
-
You can simply have multiple writers open in parallel, each for a different file, and then choose for each node/way/relation the appropriate writer. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LuposX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can simply have multiple writers open in parallel, each for a different file, and then choose for each node/way/relation the appropriate writer.