python-overpass

Wrapper for the OpenStreetMap Overpass API (Python 2)
  https://github.com/mvexel/overpass-api-python-wrapper
  0
  no reviews



Overpass is a Python module providing a thin wrapper around the OpenStreetMap Overpass API, which is a read-only API that serves up custom selected parts of the OSM map data. It acts as a database over the web: the client sends a query to the API and gets back the data set that corresponds to the query.

This package contains the Python 2 version of overpass .