mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
360 stars 89 forks source link

Support for PBF format #78

Closed CMCDragonkai closed 2 years ago

CMCDragonkai commented 7 years ago

https://github.com/drolbr/Overpass-API/issues/339

mvexel commented 7 years ago

That would be cool! I lack the time currently but keeping this open for sure.

mvexel commented 6 years ago

I see this is still open on the Overpass side, not much to do until that's done on that side.

Thinking about this, I am not quite sure what 'support' for PBF would look like. Could you elaborate @CMCDragonkai ?

CMCDragonkai commented 6 years ago

That the python api could output PBF as well as a format.

mvexel commented 5 years ago

We deliberately keep this project small in scope -- it simplifies interacting with the Overpass API, and passes the data retrieved from the Overpass API back to you to further process. If you want to save the data as PBF, there's other Python modules that can do that for you already, like pyosmium. Does that answer your question?