Changes
Page history
Updated Updating the planet extracting data (markdown)
authored
Jan 24, 2015
by
ltog
Hide whitespace changes
Inline
Side-by-side
Updating-the-planet---extracting-data.md
View page @
54404b26
...
@@ -69,6 +69,7 @@ Ein Verzeichnis zum Path hinzufügen: https://unix.stackexchange.com/questions/2
...
@@ -69,6 +69,7 @@ Ein Verzeichnis zum Path hinzufügen: https://unix.stackexchange.com/questions/2
### osmosis bbox
### osmosis bbox
time osmosis --read-pbf file=switzerland-latest.osm.pbf --bounding-box top=47 left=7 bottom=46 right=8 --write-pbf file=osmosis-out.pbf
time osmosis --read-pbf file=switzerland-latest.osm.pbf --bounding-box top=47 left=7 bottom=46 right=8 --write-pbf file=osmosis-out.pbf
0m25
### osmosis poly
### osmosis poly
time osmosis --read-pbf file="switzerland-latest.osm.pbf" --bounding-polygon file="polygon.poly" --write-pbf file="osmosis-out.pbf"
time osmosis --read-pbf file="switzerland-latest.osm.pbf" --bounding-polygon file="polygon.poly" --write-pbf file="osmosis-out.pbf"
...
...
...
...