This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

pbf/osm-file: move multipolygon tags from members to relation

1

Hi,

I want to pre-process downloaded OSM-data (big files) for my own use. Regarding relations, type=multipolygon, attributes should be removed from outer ways and go solely to the relation itself, like described in https://wiki.openstreetmap.org/wiki/Multipolygon_relation#Tagging.

I will probably try to use some Python and Osmosis calls to do that. Or do you know of simpler way?

Thanks, Redoute

asked 29 Jan '12, 14:44

Redoute's gravatar image

Redoute
26114
accept rate: 0%

Source code available on GitHub .