You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in issues already mentioned that there are no plans to add filtering functionality as osmium tags-filter or osmium getid or osmium removeid and etc. provided
most of this logic can be implemented wrapping osmium with subprocesses.run
however it would be nice to have python bindings to apply filtering logic
The text was updated successfully, but these errors were encountered:
lonvia
changed the title
osmium-tool bindings
Provide pre-filtering by id, tags etc.
Nov 27, 2022
There certainly won't be direct 1:1 bindings for the functions provided by osmium-tool but I do have vague ideas to provide fast pre-filtering directly in pyosmium. There are no concrete plans when this will happen.
in issues already mentioned that there are no plans to add filtering functionality as
osmium tags-filter
orosmium getid
orosmium removeid
and etc. providedmost of this logic can be implemented wrapping
osmium
withsubprocesses.run
however it would be nice to have python bindings to apply filtering logic
The text was updated successfully, but these errors were encountered: