<div dir="ltr">I'm seeking some help in getting a 60,000 node overpass query to complete. <div><br></div><div>In the past I could generally get the query to complete by running it once, cancelling it, then running it a second time (maybe the 2nd time more data was cached). Now I get either infinite timeout or a server rejection.</div>
<div style><br></div><div style>The query is:</div><div style><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div style><div style><osm-script timeout="990" element-limit="1073741824"></div>
</div><div style><div style><query type="node"></div></div><div style><div style> <has-kv k="amenity" v="drinking_water"/></div></div><div style><div style></query></div></div>
<div style><div style><print/></div></div><div style><div style></osm-script></div></div></blockquote><div style><div><br></div><div><div>In the past I ran this same query via XAPI on mapquest, but that server has bit-rotted into uselessness.</div>
</div><div><br></div></div><div><div>Overpass servers I have tried include:<br></div><div> <a href="http://api.openstreetmap.fr/api/interpreter">api.openstreetmap.fr/api/interpreter</a><br></div><div> <a href="http://api.openstreetmap.fr/oapi/interpreter">api.openstreetmap.fr/oapi/interpreter</a> <br>
</div><div> <a href="http://overpass-api.de/api/interpreter">overpass-api.de/api/interpreter</a><br></div><div> <a href="http://overpass.osm.rambler.ru/cgi/interpreter">overpass.osm.rambler.ru/cgi/interpreter</a></div>
<div> <a href="http://overpass-turbo.eu/">overpass-turbo.eu/</a> (via web interface)<br></div></div><div><br></div><div style>Using:</div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div style>
wget --tries=1 --timeout=0 --post-file=drinking_water_overpass.xml<br>example://<a href="http://overpass-api.de/api/interpreter">overpass-api.de/api/interpreter</a> -O output.osm</div></div></blockquote><div>I'm referencing <a href="http://wiki.openstreetmap.org/wiki/Overpass_API">http://wiki.openstreetmap.org/wiki/Overpass_API</a> for instructions and a public server list.<br>
</div><div><br></div><div style>I'm willing to break the query into parts, or run the query at specific times of day, but at the moment I'm lost in getting this working again. Is there any automated system for breaking the planet into smaller bounding boxes? Any other ways to cooperate with the servers for larger queries?</div>
</div>