Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overpass explanation in README #177

Open
mmd-osm opened this issue Feb 19, 2021 · 1 comment
Open

Overpass explanation in README #177

mmd-osm opened this issue Feb 19, 2021 · 1 comment
Assignees

Comments

@mmd-osm
Copy link

mmd-osm commented Feb 19, 2021

Just wanted to quickly comment on your Overpass example in the README. The reason why this query aborts is not the rate limiting, but the missing timeout parameter you would have to provide. In that case, you can download all highway=cycleway ways in England without any issue.

[timeout:600][out:json];
area[name="England"];
(way(area)[highway=cycleway];>;);
out meta;

This is not to say that working with extracts is a bad idea (quite the contrary), it's just that the explanation is at odds with what's happening here.

@agila5 agila5 self-assigned this Feb 19, 2021
@agila5
Copy link
Collaborator

agila5 commented Feb 19, 2021

Hi @mmd-osm and thank you for your comments. Clearly, I should study the Overpass API user's manual and osmdata docs much better.

This is not to say that working with extracts is a bad idea (quite the contrary), it's just that the explanation is at odds with what's happening here.

I will run some tests during the weekend and then update the README. Again, thanks for the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants