Open frafra opened 7 years ago
libosmium supports add_changeset since 2.6.0. It would be nice to have it in pyosmium too.
I presume you mean adding the function to SimpleWriter?
This need first a mutable version of osm.Changeset for this and then an implementation of the function itself.
Yes, I was referring to SimpleWriter.
libosmium supports add_changeset since 2.6.0. It would be nice to have it in pyosmium too.