NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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%


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.

permanent link

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
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×127
×11

question asked: 04 Sep '19, 07:13

question was seen: 1,506 times

last updated: 04 Sep '19, 09:13

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum