There was an error while loading. Please reload this page.
sudo apt-get install osmosis
osmosis --read-pbf file=$pbfinfile --bounding-box top=$maxlat left=$minlon bottom=$minlat right=$maxlon --write-pbf file=$pbfoutfile
osmosis --read-pbf file="$pbfinfile" --bounding-polygon file="$polyfile" --write-pbf file="$pbfoutfile"
sudo apt-get install osmctools
osmconvert $pbfinfile -b=$minlon,$minlat,$maxlon,$maxlat --out-pbf [--complete-ways | --complex-ways] -o=$pbfoutfile
osmconvert $pbfinfile -B=$polyfile --out-pbf [--complete-ways | --complex-ways] -o=$pbfoutfile
Keine Unterstützung für .pbf / .o5m Dateien.
???
<$osminfile ./osmchange -b=$minlon,$minlat,$maxlon,$maxlat >$osmoutfile
<$osminfile ./osmchange -B=$polyfile >$osmoutfile
sudo apt-get install default-jdk ant git clone https://github.com/PedaB/mapsplit.git cd mapsplit ant
Ein Verzeichnis zum Path hinzufügen: https://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path
mapsplit [-v] [-Xmx4G] $pbfinfile $pbfoutfile -p=$polyfile [-s=40000000,5000000,2000000]
time ./mapsplit -v -Xmx1200M ../test/switzerland-latest.osm.pbf ../test/mapsplit-out.osm.pbf -p=../test/polygon.poly -s=12000000,800000,300000
grösser 3m50