The syntax is wrong on the command below.  I meant something like this:

osmosis --read-xml file="planet-latest.osm" Outpipe.0="mypipe" --bounding-
polygon file="united_states2pts.txt" Inpipe.0="mypipe" --write-xml
file="usa.osm" --bounding-polygon file="new_york2pts.txt" Inpipe.0="mypipe" --
write-xml file="newyork.osm" 

-Jeremy

Original Message -----------------------
It is possible to read in the planet file and process multiple bounding 
polygons into multiple files with osmosis?

As an example, say I wanted to extract data from the latest planet for the 
entire united states as well as several states.  Do I have to run osmosis for 
each file I want to create, or can it do one run through the planet while 
dumping the appropriate data into each file?

Something like this maybe?

osmosis --read-xml file="planet-latest.osm" Outpipe.0="mypipe" 
--bounding-polygon file="united_states2pts.txt" Inpipe.0="mypipe" --write-xml 
file="usa.osm" --bounding-polygon file="new_york2pts.txt" file="newyork.osm" 
Inpipe.0="mypipe"

and so on for each area I want exported.


_______________________________________________
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk


_______________________________________________
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk

Reply via email to