Martin Machyna

Results 30 comments of Martin Machyna

Fair point, I don't know how many tools depend on this behavior. CSV output behaves correctly as far as I remember (only problem is lack of error messages when query...

Ah OK. That makes sense then.

That was actually the original version. The problem was that csv output does not report when something goes wrong with the query and I couldn't distinguished failed requests or no...

Oh you mean the final count. That's an interesting trick I haven't thought of. Thanks! XML output works well now with a bit of crazy parsing `grep "lat"| cut -f...

I think it is totally possible to keep it simple with good defaults. 1. If the default type is set to `nwr` then user would write the code as now...

I've never wrote a vignette, but I could give it a try. By general procedure you mean how to split bbox, run several separate queries and then manually merge the...

Another option is to do the trimming on the server side (also means less downloaded data). _Possibility 1.:_ * Run Nominatim query and retrieve osm_id. `getbb("new York City", format_out =...

I agree. Having an option to trim locally by a custom polygon is a useful feature. I will start a new issue for the server side trimming.

This name change looks like a good strategy for transition.

Though e.g. Colchester is completely within SCCOG, because the same ways that define COG boundary also define the boundary of the town. So I would still expect it to be...