mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
360 stars 89 forks source link

Is there a possibility to query a local Overpass db? #94

Closed Erhanjinn closed 6 years ago

Erhanjinn commented 6 years ago

Hi,

is there a possibility to query a local .osm copy of data? Can I make the Overpass API to switch to local a db? Therefore not to make HTTP requests over the internet?

Thanks!

tbolender commented 6 years ago

I am afraid this is not possible. The library requires a running server which parses and processes the query. However, you could run a local Overpass instance using your files. For more information about the installation procedure see here.