mvexel / overpass-api-python-wrapper

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

pluggable helpers #105

Open mvexel opened 5 years ago

mvexel commented 5 years ago

I kind of like the idea of introducing pluggable helpers to extend the functionality of this module. Think of them as pre-cooked queries for specific purposes. The existing MapQuery and WayQuery are simple examples. However I would want the architecture to be such that anyone could contribute helpers easily by adding a .py file to some directory. Who wants to help with (thinking about) this?

mvexel commented 5 months ago

Keeping this open as an idea.. I still like it and would love to discuss as a future enhancement.