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

Downloading your contributions from OpenStreetmap

0

Hi Everyone,

I am using OpenStreetMap web interface to contribute. Now I would like to download the data that I have contributed. I would like to create heatmap out of my contributions. Is there a tool or process that will help me in this?

Thanks, Sathya

asked 15 Sep '16, 18:16

sathyapendyala's gravatar image

sathyapendyala
16112
accept rate: 0%


2 Answers:

3

A heatmap with your contributions is provided by Your OSM Heat Map by Pascal Neis, along with other nice statistics at How did you contribute to OpenStreetMap?.

answered 15 Sep '16, 18:25

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

2

In overpass turbo, you can type

user:"username" global

in the query wizard to get objects whose last version was edited by you.

answered 17 Sep '16, 01:37

RicoElectrico's gravatar image

RicoElectrico
37161117
accept rate: 0%

edited 21 Sep '16, 17:13

1

Not OP, but do you happen to know if it is possible to get "touched" objects too with overpass?

(18 Sep '16, 09:45) joost schouppe

Depending on your definition of "touched". You can recurse from your nodes up to ways, just add way(bn); in a line after node(user:foo).

(21 Sep '16, 17:12) RicoElectrico

Source code available on GitHub .