python-overpy
                                
                                
                                
                                    python-overpy copied to clipboard
                            
                            
                            
                        Python Wrapper to access the Overpass API
##### Issue type - Feature ##### Summary Tests should work perfectly without pytest-runner dependency.
##### Issue type - Bug Report #### Python version - Python 3.9 ##### Summary `pip install overpy` requires `wheel` and does not install wheel if it is not present on...
updates: - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0)
Hi, is that possible to get osm_timestamp ? i dont' find command in documentation thanks
##### Issue type - Feature ##### Summary Added options to keep the raw XML or JSON response along with the parsed result, and a method to return only the raw...
##### Issue type Documentation ##### Summary add example for relations
##### Issue type - Bugfix The code hangs when accessing a large query (e.g., all parks in California). This is because the code as written repeatedly adds to a string...
##### Issue type - Feature ##### Summary Hi, This introduces 2 main changes: - removed chunked read as this is no longer useful in python3. Related to #111 - add...
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.10.1)
##### Issue type - Feature Idea ##### Summary It would be nice if the [CSV output mode](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#CSV_output_mode) from Overpass would be supported.