Hi, I want to get all data added(contributed) by a particular user to OSM. How to do? http://www.openstreetmap.org/user/Rajavelu_M/history shows data added by me with map. But I want data (without map) in JSON/XML or any other format. Thanks in advance. asked 18 Apr '17, 16:41 Rajavelu_M |
Overpass can be used to query data that was last touched by a user or a set of users. You can use a query like:
Try it. Move the map and run again for any other area. The object counts are at the bottom. This should be fairly accurate if you run it everyday for edits in a 24 hour time range using a more specific query since it is unlikely for the objects to have been modified by another user so soon. You can see some more query examples here: answered 19 Apr '17, 08:44 PlaneMad |
Hey you can try using owesome with the following query.
Please note this project could be rough and only has data for 2017. Else you could simply use overpass answered 19 Apr '17, 07:50 kepta |
Do you want data you modified as well as data you added?
If data was modified after you added it, do you want the latest version or the version you added?
Yes. I need data modified as well as added by me(or any particular user).
If data modified, i don't need the latest version. version which was added by me is enough.