Re: [osmosis-dev] Reading file over http

2016-06-19 Thread Frederik Ramm
Hi, On 06/19/2016 09:09 PM, Stephen Knox wrote: > I should have said, I am using Osmosis as a Java library and don't have > access to the command line as I am using Platform as a service, so I guess > the same applies so long as I can find a decent Bzip converter to stream to > Osmosis?

[osmosis-dev] Reading file over http

2016-06-19 Thread Stephen Knox
On 06/19/2016 04:49 PM, Frederik Ramm wrote: > wget -O- http://somewhere/file.osm.bz2 | bzcat | osmosis --read-xml - > --do-something-else > Sadly the more efficient .osm.pbf files cannot be consumed in streaming > fashion due to Osmosis attempting to seek in the file. Thanks On 06/19/2016