Guest User

Untitled

a guest
Jan 17th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ./osmosis-0.41/bin/osmosis \
  2. --read-pbf europe.osm.pbf \
  3. --tf accept-ways railway=* \
  4. --tf reject-relations \
  5. --used-node \
  6. --write-xml railway-ways.osm
  7.  
  8. ./osmosis-0.41/bin/osmosis \
  9. --read-pbf europe.osm.pbf \
  10. --tf accept-nodes railway=* \
  11. --tf reject-ways \
  12. --tf reject-relations \
  13. --write-xml railway-nodes.osm
  14.  
  15. ./osmosis-0.41/bin/osmosis \
  16. --read-xml railway-ways.osm \
  17. --read-xml railway-nodes.osm \
  18. --merge \
  19. --write-xml railways.osm
Add Comment
Please, Sign In to add comment