I have some external data which I've converted into .osm format, resulting in the following:
which I'd like to turn into:
(Before anyone asks, this is not for data that will result in any kind of importing into OSM! Am merely using the OSM toolchain, but with data coming from a shapefile.) I can't work out from the Osmosis Tag transform documentation how to do this, if it is even possible. I suppose I am thinking something along these lines, but this doesn't work:
asked 20 Jul '16, 16:25 fooquency edited 20 Jul '16, 16:32 |
I've no idea what you want to do with it after osmosis, but if the answer was "load it into a rendering database" note that osm2pgsql can do what you want via a lua script:
https://github.com/openstreetmap/osm2pgsql/blob/master/docs/lua.md