File: faq.rst

package info (click to toggle)
python-overpy 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 556 kB
  • sloc: python: 2,235; xml: 1,055; makefile: 150
file content (11 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Frequently Asked Questions
==========================

429 Too Many Requests
---------------------

If too many requests are send from the same IP address the server blocks some requests to avoid that a user uses up all resources.
For more information have a look at the `Overpass API documentation <http://overpass-api.de/command_line.html>`_.

OverPy tries to fetch missing information automatically.
To limit the number of requests you should try to fetch all required information/data(relations, ways, nodes, tags, ...) with the initial query.