Guest User

Untitled

a guest
Jan 21st, 2019
2,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. osmosis
  2. --read-pbf switzerland.osm.pbf
  3. --tf accept-nodes sport=* amenity=* leisure=*
  4. --tf accept-ways sport=* amenity=* leisure=*
  5. --tf reject-relations
  6. --write-pgsql host=128.178.1.1 database=myDB user=myUsn password=myPwd
  7.  
  8. osmosis
  9. --read-pbf switzerland.osm.pbf
  10. --tf accept-nodes sport=* amenity=* leisure=*
  11. --tf reject-ways
  12. --tf reject-relations
  13. --read-pbf switzerland.osm.pbf
  14. --tf accept-ways sport=* amenity=* leisure=*
  15. --tf reject-relations
  16. --used-node
  17. --merge
  18. --write-pgsql host=128.178.1.1 database=myDB user=myUsn password=myPwd
  19.  
  20. osmosis
  21. --read-pbf switzerland.osm.pbf
  22. --tf accept-nodes sport=*
  23. --tf accept-ways sport=*
  24. --tf reject-relations
  25. --read-pbf file=switzerland.osm.pbf
  26. --tf accept-nodes amenity=*
  27. --tf accept-ways amenity=*
  28. --tf reject-relations
  29. --read-pbf file=switzerland.osm.pbf
  30. --tf accept-nodes leisure=*
  31. --tf accept-ways leisure=*
  32. --tf reject-relations
  33. --merge --merge
  34. --write-pgsql host=128.178.1.1 database=myDB user=myUsn password=myPwd
Add Comment
Please, Sign In to add comment