[OSM-dev] (no subject)

2009-05-12 Thread Curt Nowak
Hi all, I am new to OpenStreetMap and osmosis and right now I am trying to filter an OSM map with the help of osmosis. I- Osmosis osmosis-latest.zip ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

[OSM-dev] Package Naming broken for Plugin?

2009-05-12 Thread Curt Nowak
of osmosis. Is the release date close and will package naming be fixed? Cheers, Curt -Ursprüngliche Nachricht- Von: Curt Nowak Gesendet: Dienstag, 12. Mai 2009 14:46 An: 'dev@openstreetmap.org' Betreff: Hi all, I am new to OpenStreetMap and osmosis and right now I am trying

Re: [OSM-dev] Package Naming broken for Plugin?

2009-05-12 Thread Curt Nowak
Right, there it is. Thank you both for the pointers. Curt -Ursprüngliche Nachricht- Von: marcus.wolsc...@googlemail.com [mailto:marcus.wolsc...@googlemail.com] Gesendet: Dienstag, 12. Mai 2009 15:46 An: Curt Nowak Cc: dev@openstreetmap.org Betreff: Re: [OSM-dev] Package Naming broken

[OSM-dev] Osmosis crash for large map import to osmbin format

2009-05-27 Thread Curt Nowak
Hi all, when trying to import a large map (Germany) into the osmbin format[1] using osmosis, the program crashes with the output shown at the end of this mail. I'd like to use the map of Germany for simple routing problems with the help of libosm[2]. So the osmbin format seemed like the best

Re: [OSM-dev] Osmosis crash for large map import to osmbin format

2009-05-28 Thread Curt Nowak
Great timing! Thanks a lot, Marcus and Brett. Can't wait to try the new version. -Ursprüngliche Nachricht- Von: marcus.wolsc...@googlemail.com [mailto:marcus.wolsc...@googlemail.com] Gesendet: Donnerstag, 28. Mai 2009 13:49 An: Brett Henderson Cc: Curt Nowak; dev@openstreetmap.org

Re: [OSM-dev] Osmosis crash for large map import to osmbin format

2009-05-28 Thread Curt Nowak
...@googlemail.com] Gesendet: Donnerstag, 28. Mai 2009 13:56 An: Curt Nowak Cc: dev@openstreetmap.org Betreff: Re: [OSM-dev] Osmosis crash for large map import to osmbin format Curt: BTW, for the next time you find an issue. You do know that http://apps.sourceforge.net/phpbb/travelingsales/ would

Re: [OSM-dev] Bin-test failed (different test)

2010-09-30 Thread Curt Nowak
Hello dev, I also tested osmosis 0.37-SNAPSHOT with the bin-support for various countries downloaded at Geofabrik. In contrast to the -xml tasks I *sometimes* ran into an exception using the -bin tasks in combination with the --used-node task. For my example I used slovenia.osm.pbf

[OSM-dev] Extracting just national boundaries

2011-08-04 Thread Curt Nowak
Hello, is there an easy way to extract only national boundaries from an osm/pbf file? Running osmosis with --tag-filter accept-relation boundary=administrative and then --tag-filter accept-relation admin_level=2 won't work because this will filter away members of admin_level=2 relations that are

Re: [OSM-dev] Extracting just national boundaries

2011-08-05 Thread Curt Nowak
-Ursprüngliche Nachricht- Von: mar...@gmx.eu [mailto:mar...@gmx.eu] Gesendet: Donnerstag, 4. August 2011 19:34 An: Curt Nowak; igor.podols...@vwi-stuttgart.de Cc: dev@openstreetmap.org Betreff: Re: [OSM-dev] Extracting just national boundaries Should work, yes. I too would suggest using

Re: [OSM-dev] Extracting just national boundaries

2011-08-05 Thread Curt Nowak
Hi Igor, in my Europe extract from geofabrik (18-July-2011 00:49) France is such an example. In this extract I'm talking about the (top-level?) relation with id=11980 (which has a member relation with id=1362232, which in turn has several member relations). Thanks for your help. Greetings

Re: [OSM-dev] Extracting just national boundaries

2011-08-07 Thread Curt Nowak
Hello Igor and Peter, I'll take a look into --cascading-relations. Maybe I can adapt something from there. I'm thinking it should be possible in two consecutive runs over a pbf/osm file: 1.Run: Read all relations and store their dependencies (maybe in a very simple database, or even in RAM)

Re: [OSM-dev] Extracting just national boundaries

2011-08-11 Thread Curt Nowak
, 7. August 2011 20:13 An: Curt Nowak; dev@openstreetmap.org Betreff: Re: [OSM-dev] Extracting just national boundaries Hi Curt, 1.Run: Read all relations and store their dependencies (maybe in a very simple database, or even in RAM) Then figure out which relations you *really* need. 2. Run

[OSM-dev] Osmosis 0.4 windows batch file: wrong classpath

2011-12-06 Thread Curt Nowak
Hi all, (I know, there must be an osmosis mailing list somewhere, but I guess some of this list's readers are interested as well.) That said, version 0.40 of osmosis (as can be downloaded from [1]) contains a wrong line in its bin/osmosis.bat file: set

[osmosis-dev] Buffered XML input

2011-12-08 Thread Curt Nowak
Hi all, browsing through the code of Omsosis-Xml, I noticed lines like inputStream = new FileInputStream(file); both in the run() method of org.openstreetmap.osmosis.xml.v0_6.FastXmlReader and org.openstreetmap.osmosis.xml.v0_6.XmlReader. Maybe I'm overlooking things but shouldn't that better