Hi, I'm developing a tool to evaluate and detect changesets that are possibly vandalism or importation, but the changeset query API is almost always not working. Is there some problem with the API? Example of query I'm doing: https://api.openstreetmap.org/api/0.6/changesets/?bbox=-73.9830625,-33.8689056,0.0,5.2842873&time=20150427T000000,20150427T000400&closed=true asked 08 Jun '15, 01:46 wille |
wille I suspect you are going about your project"the wrong way" You should probably be consuming the changeset replication feed http://planet.openstreetmap.org/replication/changesets/ and processing that as it comes in. answered 10 Jun '15, 10:12 SimonPoole ♦ |
How does the "not working" actually manifest itself? And isn't that bounding box a (very big) bit too large?
Hi, Simon.
It's always loading, but it never returns a result. The bbox is very big, but the time interval is small.
I tried now with a small bbox and the query worked. I'll try to divide my bbox in small bboxes.
Thanks for the help!