This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Can I get changeset data of every changeset I’ve ever made?

1
1

Hi everyone, I don't know how it's called exactly but I want, for every changeset my OSM account has uploaded:

  • the changeset ID
  • the changeset date
  • the number of changes in the changeset
  • the changeset comment
  • the source
  • and if possible, the changeset bounding box

Is it possible to get these?

Thanks for your help.

asked 04 Sep '19, 07:13

Privatemajory's gravatar image

Privatemajory
1.1k142233
accept rate: 23%


One Answer:

5

You can download all changesets from planet.osm.org. The file https://planet.openstreetmap.org/planet/changesets-latest.osm.bz2 is updated once a week. It currently has 2.8 GByte!

Then you can filter this file using osmium-tool. The changeset-filter command can filter by user id or user name.

answered 04 Sep '19, 08:22

Jochen%20Topf's gravatar image

Jochen Topf
5.2k55074
accept rate: 31%

Thank you. I'll see if I'll be able to download then mess with that gigantic file.

(04 Sep '19, 09:13) Privatemajory

Source code available on GitHub .