[OSM-dev] osmosis applied to latest planet

Christopher Schmidt crschmidt at metacarta.com
Thu Oct 25 03:56:41 BST 2007


Short summary:

http://labs.metacarta.com/osm/ is running planet + the osmosis patch 
from a few hours ago... I think. If someone could check out an area they
edited after the plaent dump yesterday, and tlel me if they see it, in
the map, that would be great.

Long Description: 

Grabbed the latest planet and imported it this morning. Then, a couple
hours ago, I grabbed the 24-25 osmosis diff.

Applied it with

crschmidt at hypercube:~/osmosis-0.20$ time JAVACMD=~/jdk1.6.0_03/bin/java bin/osmosis --read-xml file="/mnt/agami/openstreetmap/planet/planet-latest.osm" --read-xml-change file="/mnt/agami/openstreetmap/planet/2007-10-24--10-25-00:01:01.osc" --apply-change --write-xml file="/mnt/agami/openstreetmap/planet/planet-latest-patched.osm"
Oct 24, 2007 5:55:23 PM com.bretth.osmosis.core.Osmosis main
INFO: Osmosis Version 0.20
Oct 24, 2007 5:55:23 PM com.bretth.osmosis.core.Osmosis main
INFO: Preparing pipeline.
Oct 24, 2007 5:55:23 PM com.bretth.osmosis.core.Osmosis main
INFO: Launching pipeline execution.
Oct 24, 2007 5:55:23 PM com.bretth.osmosis.core.Osmosis main
INFO: Pipeline executing, waiting for completion.
Oct 24, 2007 6:18:51 PM com.bretth.osmosis.core.Osmosis main
INFO: Pipeline complete.

real    23m28.066s
user    28m19.018s
sys     4m8.984s

Then loaded up the resulting planet into postgres:

crschmidt at hypercube:~/osm/osm2pgsql$ time ./osm2pgsql -c
/mnt/agami/openstreetmap/planet/planet-latest-patched.osm
osm2pgsql SVN version 0.50-20071010 $Rev: 4895 $

Setting up table: planet_osm_point
Setting up table: planet_osm_line
Setting up table: planet_osm_polygon
Setting up table: planet_osm_roads

Reading in file:
/mnt/agami/openstreetmap/planet/planet-latest-patched.osm
Processing: Node(65540k) Way(6064k) Relation(2k)
Writing rel(2k)

Writing way(377k)

Node stats: total(65540650), max(86147485)
Way stats: total(6064117), max(10278438)
Relation stats: total(2457), max(2667)

real    45m51.167s
user    29m28.675s
sys     0m29.066s


And cleared the TileCache, and am now regenerating tiles. 

Regards,
-- 
Christopher Schmidt
MetaCarta




More information about the dev mailing list