osmcode / pyosmium

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

Support writing of ChangeSets #39

Open frafra opened 7 years ago

frafra commented 7 years ago

libosmium supports add_changeset since 2.6.0. It would be nice to have it in pyosmium too.

lonvia commented 7 years ago

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.

frafra commented 7 years ago

Yes, I was referring to SimpleWriter.