How to Install python-overpass in Ubuntu 18.04



Install python-overpass by entering the following commands in the terminal:

sudo apt update
sudo apt install python-overpass

Description:

wrapper for the OpenStreetMap Overpass API (Python 2)

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 .

Homepage: https://github.com/mvexel/overpass-api-python-wrapper

Version: 0.5.6-1

Section: universe/python