esy-osmfilter missing modules errors

52 Views Asked by At

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.

1

There are 1 best solutions below

1
On

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