Is there a Python library for the OpenStreetMap Overpass API API?

I found this API for the main OpenStreetMap API http://wiki.openstreetmap.org/wiki/PythonOsmApi . Is there a similar Python API for overpass-api?

+4
source share
1 answer

There is a Python module for implementing the Overpass API to request OpenStreetMap data. Check this:

OpenStreetMap OverPass API Python Module

However, I must warn you that this is not supported, but as far as I know, there is no other API.

+1
source

All Articles