Updated Updating the planet extracting data (markdown) authored by ltog's avatar ltog
......@@ -67,12 +67,16 @@ Ein Verzeichnis zum Path hinzufügen: https://unix.stackexchange.com/questions/2
## Benchmarks
### 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
### osmosis poly
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"
1m05
### mapsplit poly
time ./mapsplit -v -Xmx1200M ../test/switzerland-latest.osm.pbf ../test/mapsplit-out.osm.pbf -p=../test/polygon.poly -s=12000000,800000,300000
heap size error
grösser 3m50
# Zu klären
......
......