[OSM-talk] osmosis question

2010-05-24 Thread Gary68
command: ~/osmosis/osmosis-0.30/bin/osmosis --read-xml-0.6 file=osmdata/hessen.osm --way-key-value keyValueList=highway.motorway --write-xml-0.6 file=bab.osm error: May 24, 2010 8:43:02 AM com.bretth.osmosis.core.Osmosis main SEVERE: Execution aborted.

Re: [OSM-talk] osmosis question

2010-05-24 Thread Frederik Ramm
Hi, Gary68 wrote: WHAT's wrong? Someone using 0.30 when 0.35 is current, that's wrong ;-) Bye Frederik -- Frederik Ramm ## eMail frede...@remote.org ## N49°00'09 E008°23'33 ___ talk mailing list talk@openstreetmap.org

Re: [OSM-talk] osmosis question

2010-05-24 Thread Gary68
ok, i'll give it a try. still the error message is strange... On Mon, 2010-05-24 at 09:39 +0200, Frederik Ramm wrote: Hi, Gary68 wrote: WHAT's wrong? Someone using 0.30 when 0.35 is current, that's wrong ;-) Bye Frederik ___ talk

Re: [OSM-talk] osmosis question

2010-05-24 Thread Brett Henderson
On Mon, May 24, 2010 at 4:45 PM, Gary68 g...@gary68.de wrote: command: ~/osmosis/osmosis-0.30/bin/osmosis --read-xml-0.6 file=osmdata/hessen.osm --way-key-value keyValueList=highway.motorway --write-xml-0.6 file=bab.osm error: May 24, 2010 8:43:02 AM com.bretth.osmosis.core.Osmosis main

[OSM-talk] osmosis question

2009-07-03 Thread Marco Lechner - FOSSGIS e.V.
is it possible to use osmosis filtering changesets to fit my AOI before applying it to my database? I'm thinking of something like: osmosis --read-xml-change file=changesets-090624.osm --apply-change --write-xml-change file=mychangeset.osm Or in general: what's the best way to keep my OSM

[OSM-talk] Osmosis question

2008-01-05 Thread Jeremy Adams
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

Re: [OSM-talk] Osmosis question

2008-01-05 Thread Jeremy Adams
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