mocnik-science / osm-python-tools

A library to access OpenStreetMap related services
GNU General Public License v3.0
438 stars 48 forks source link

download changeset #52

Closed GeorgV closed 2 years ago

GeorgV commented 2 years ago
api.query('changeset/118474871')

works, but

api.query('changeset/118474871/download')

doesn't works (see https://wiki.openstreetmap.org/wiki/API_v0.6#Download:_GET_.2Fapi.2F0.6.2Fchangeset.2F.23id.2Fdownload)

Expectation: got a list of modified objects

mocnik-science commented 2 years ago

Dear @GeorgV, You are certainly right that the behaviour you propose would make sense. It is though yet not implemented yet, but I might do so for the next release. For now, you can only retrieve single elements using the API. Thanks for raising this issue. I will close it for now. I hope that this is fine. Best, Franz-Benjamin