DinoTools / python-overpy

Python Wrapper to access the Overpass API
https://python-overpy.readthedocs.io/
MIT License
243 stars 58 forks source link

Query without parsing #79

Open gabriel9130 opened 5 years ago

gabriel9130 commented 5 years ago

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, which is not easy at all...

Thank you!