[OSM-dev] Quick way to remove specific nodes/ways/relations with osmium?
marqqs at gmx.eu
marqqs at gmx.eu
Tue Mar 23 15:59:01 UTC 2021
Well, you could do this with osmfilter tool:
https://wiki.openstreetmap.org/wiki/Osmfilter#Special_Tags
Example:
osmfilter input_file.o5m --drop-ways="@id=1001 =1004 =1007"
-o=output_file.o5m
Greetings
Markus
Am 11.03.21 um 15:38 schrieb Craig Durkin:
> but is there a similar
> way to filter by OSM ID?
>
> 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.
More information about the dev
mailing list