mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

Command line interface and improvements #27

Closed willemarcel closed 8 years ago

willemarcel commented 9 years ago

Hi, Martijn

I was searching a tool to run queries on the overpass API and your project was almost exactly what I wanted, so I started building a command line interface and made some layout improvements. On the next days, I can put more some options on the CLI.

tbolender commented 9 years ago

Nice idea, especially useful when running tests by hand. Unfortunately I have no time to test it at the moment.

Please do not stick to the 80 line limit in PEP-8, I think 120 completely ok.

mvexel commented 9 years ago

I don't have time to test either :( but I agree the idea looks nice!

willemarcel commented 9 years ago

Hi, @mvexel

If you want I can publish it on pypi.

mvexel commented 9 years ago

Go for it! On Wed, Apr 1, 2015 at 7:59 PM Wille Marcel notifications@github.com wrote:

Hi, @mvexel https://github.com/mvexel

If you want I can publish it on pypi.

— Reply to this email directly or view it on GitHub https://github.com/mvexel/overpass-api-python-wrapper/pull/27#issuecomment-88691162 .

mvexel commented 8 years ago

Closing this in favor of the new PR here: #36