Re: [OSM-talk] need advice for clever query or script

2014-08-31 Thread Richard Z.
On Sat, Aug 30, 2014 at 02:09:34AM +0200, Imre Samu wrote: I have got one problem, some of the queries with most bridges do not load into JOSM. Josm says contacting the server and thats all. strange ... :( maybe timeout when generate JOSM data? my impression was that the problem was on

Re: [OSM-talk] need advice for clever query or script

2014-08-29 Thread Imre Samu
Hi Richard, clever query or script maybe you can use OSM OPL format this ad-hoc query, and process the data with sed, awk, grep . my draft ubuntu script - with comments. https://gist.github.com/ImreSamu/be49fd1ce511975325d2#file-bridge_swing-sh result ( Overpass-Wizard Query - but you can

Re: [OSM-talk] need advice for clever query or script

2014-08-29 Thread SomeoneElse
On 28/08/2014 11:39, Richard Z. wrote: To make things complicated - a few days ago one contributor did a well meant effort to convert all bridge=swing - bridge=movable+bridge:movable=swing and reverted that edit because there were too many errors in it. Hence doing a naive search for user

Re: [OSM-talk] need advice for clever query or script

2014-08-29 Thread Richard Z.
On Fri, Aug 29, 2014 at 02:22:10PM +0200, Imre Samu wrote: Hi Imre, thousands thanks - everything seems to work perfectly as described. one question - if I would want to compile osmium myself the README says that no files need to be build and doesn't say where osmium comes from? Richard

Re: [OSM-talk] need advice for clever query or script

2014-08-29 Thread Imre Samu
if I would want to compile osmium myself the README says that no files need to be build and doesn't say where osmium comes from? I have used the code and instructions from this 2 repo https://github.com/osmcode/libosmium ( osmium library ) https://github.com/osmcode/osmium-tool (

Re: [OSM-talk] need advice for clever query or script

2014-08-29 Thread Richard Z.
On Fri, Aug 29, 2014 at 04:12:08PM +0200, Imre Samu wrote: if I would want to compile osmium myself the README says that no files need to be build and doesn't say where osmium comes from? I have used the code and instructions from this 2 repo https://github.com/osmcode/libosmium (

Re: [OSM-talk] need advice for clever query or script

2014-08-29 Thread Imre Samu
I have cleaned my Dockerfile - maybe you can use. ( if you replace RUN to sudo - you can install line - by line ) https://gist.github.com/ImreSamu/5447252a4e750fd8c61e#file-dockerfile_for_install_osmium_tool good luck :) Imre 2014-08-29 16:37 GMT+02:00 Richard Z. ricoz@gmail.com:

Re: [OSM-talk] need advice for clever query or script

2014-08-29 Thread Richard Z.
On Fri, Aug 29, 2014 at 02:22:10PM +0200, Imre Samu wrote: Hi Imre, I have got one problem, some of the queries with most bridges do not load into JOSM. Josm says contacting the server and thats all. When I share the query the shorturl looks like the one bellow so it seems to be somehow an

Re: [OSM-talk] need advice for clever query or script

2014-08-29 Thread Imre Samu
I have got one problem, some of the queries with most bridges do not load into JOSM. Josm says contacting the server and thats all. strange ... :( maybe timeout when generate JOSM data? but you can optimize the query some tips: *#1. if you know wich country - replace the global keyword

[OSM-talk] need advice for clever query or script

2014-08-28 Thread Richard Z.
Hi, trying to clean up bridge=swing as far as possible. There was at least user in the past who used the combination systematically wrong, so I want to split the result by user who introduced the bridge=swing. To make things complicated - a few days ago one contributor did a well meant effort