mvexel / overpass-api-python-wrapper

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

New example `plot_state_border` #107

Closed Fju closed 5 years ago

Fju commented 5 years ago

I added a new example which plots the border of a German federal state using matplotlib.

Since the query is quite big (~2 MB), the servers response will be saved in a local XML file. I also provided a sample output plot in the example's README.md. I created a separate directory for this example to not pollute the example folder.

Have a nice day!

mvexel commented 5 years ago

that's an interesting one, thanks!