This requires confirmation later, but I noticed on this StackOverflow discussion:
https://stackoverflow.com/questions/44560655/python-writelines-and-write-huge-time-difference
Why is there such a large difference in the file writing time for write() and writelines() even though it is the same data?
I have used ogr2osm for a while, and I notice that it can be quite slow on larger files. Like, unusually slow.
It seems the exporting can be sped up. Will investigate later.
This requires confirmation later, but I noticed on this StackOverflow discussion:
https://stackoverflow.com/questions/44560655/python-writelines-and-write-huge-time-difference
I have used ogr2osm for a while, and I notice that it can be quite slow on larger files. Like, unusually slow.
It seems the exporting can be sped up. Will investigate later.