python-overpy
python-overpy copied to clipboard
Python Wrapper to access the Overpass API
Is it possible to dump the output to a GeoJSON file?
Hi guys, I am working on simulations and got stuck on while extracting data from OSM using overpy.Overpass API, I had a GPS data in the form of GPX format...
Overpass turbo supports some handy shortcuts. - {{geocodeId:name}} - {{geocodeArea:name}} - {{geocodeBbox:name}} - {{geocodeCoords:name}} http://wiki.openstreetmap.org/wiki/Overpass_turbo/Extended_Overpass_Queries
I tried to get the very fist basic example going but I always get the error: **Unknown content type: text/html; charset="utf-8"** My code: api = overpy.Overpass() result = api.query("node(50.745,7.17,50.75,7.18);out;") Any...
##### Issue type - Feature ##### Summary I have a self hosted OpenStreetMap server which can only be accessed using SSL connections. The certificates are however generated using certbot and...
In my opinion, there should have a method to query pure json or Xml without parsing it. Because it is not possible, we need to transform the object into json,...
Hi, I am using OpenStreetMap (josm) to create a map with nodes and ways .. etc. and I am uploading my data to a localhost "http://localhost:3000/api". If I wanna query...
I would like to calculate the compactness of an OSM way with the [Polsby-Popper test](https://en.wikipedia.org/wiki/Polsby-Popper_Test). Is this possible?
##### Issue type - Feature Idea ##### OverPy version ``` 0.4 ``` ##### OS - Windows 7 #### Python version - Python 3.6 ##### Summary It is possible to encounter...
Add a command-line interface. ``` $ overpy -i input.overpass -f format -o output.xml ```