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

How can I query for nodes created by a certain user. I found an example for a query on object which were last modified by a certain user but not for the creator.

asked 31 Mar '15, 10:57

Ogmios's gravatar image

Ogmios
766202639
accept rate: 25%


Unfortunately, that's not possible as of today, i.e. you cannot query for all version 1 objects and then filter that set of objects for a given user.

At this time, you can only query for data at a given timestamp, or how the data changed since a timestamp. Also note that previous object versions are only available up to the first ODbL planet in September 2012. Any object version created before that time wouldn't be available in Overpass API.

If you like you can create a new issue for your requirement on Github.

In conclusion, the information you're looking for is probably only available in a full history dump.

permanent link

answered 31 Mar '15, 11:28

mmd's gravatar image

mmd
5.7k15388
accept rate: 37%

edited 31 Mar '15, 11:34

Thanks a lot. This answers my question and gives me some Background knowledge.

(31 Mar '15, 12:19) Ogmios

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:

×483
×6

question asked: 31 Mar '15, 10:57

question was seen: 3,334 times

last updated: 31 Mar '15, 12:19

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