Perhaps I don't understand, but I am trying to use esy-osmfilter, and I clearly don't understand what I am missing. Using the documentation here... I ran the sample.py, and there is no module run_filter. It's nowhere on my computer.
Can someone please help me with using this tool.
You are missing: from esy.osmfilter import run_filter
but this should be already in your sample.py file. Or did you miss: pip install esy-osmfilter
Cheers Adam