Hi, Can anybody please explain to me why this Overpass API query returns in part duplicate rows? Is there anyway I can automatically remove the duplicates?
Best regards, Willy asked 12 Aug '16, 19:20 friesewoudloper |
One Answer:
I think I've got the answer. I changed the output format to xml. Then I saw in the output that all the duplicate rows have a parameter Willy answered 12 Aug '16, 19:37 friesewoudloper |
The main issue here is that CSV output doesn't really play well with the
diff
setting. You probably should file an issue for that: https://github.com/drolbr/Overpass-API/issues