Note: I am not looking for any solutions starting from “import entire OSM history dump” as I still have no computer able to do this.
Note: I am not looking for GUI tools, I want to use it in a computer program
I know how to do each of these, and I done it as a throwaway half-baked solutions scattered across multiple scripts.
I know about libraries for low-level OSM API communication ( osmapi, osm_easy_api and more)
But is there some existing library able to do this kind of more high-level tasks? (ideally in Python)
Or should I write my own and it would not be reinventing a wheel?