<div dir="ltr">Hi OSM folks -- I'm a regular user of Osmium for doing some filtering of bicycle-accessible ways in OSM as part of an app I'm making. There are plenty of tags (bicycle=no, bicycle=sidepath, etc.) that I can successfully filter with "osmium tags-filter", but is there a similar way to filter by OSM ID?<div><br></div><div>There are specific ways that are correctly tagged on OSM as being bicycle accessible, but my users would like them removed from the app for various reasons, so changing the tagging on OSM would not be the right way to achieve this.</div><div><br></div><div>I have created a basic solution with pyosmium that reads a file and then writes only those nodes/ways/relations that aren't in a 'forbidden' list, but it is quite slow compared to native osmium commands, especially with country-sized extracts.</div><div><br></div><div>Is there a way to do something like "osmium id-filter w12134567", or should I just upgrade my tool to C and use libosmium instead?</div><div><br></div><div>Thanks,</div><div>Craig</div></div>