Has anyone had trouble with `osmfilter` extracting irrelevant objects? For instance, I've said `--keep="amenity=pub"` but the output contains some non-matching things e.g. `power=generator`.
#OpenStreetMap
@slowe osmium tools and its tag-filter is what always worked for me without any issues whatsoever. It's also based on the high quality libosmium library underlying many OpenStreetMap tools and apps:
https://docs.osmcode.org/osmium/latest/osmium-tags-filter.html
Awesome little helpers
@djh Ooo. That looks good.
@djh So much quicker and easier to use than osmconvert/osmfilter/ogr2ogr. Thanks.
@slowe Awesome! The osmium library and the tools on top of it are wonderful and solid engineering!