mark padgham

Results 362 comments of mark padgham

@FlxPo Thanks for the PR. It's definitely a good idea, but unfortunately doesn't generally speed things up at all in the full context of the `fill_overpass_data()` function: ``` r library...

That's awesome @mdsumner! This issue is actually pretty important, because we want `osmdata` to be maximally compliant with OSM itself, and this was one of the few notable cases in...

This is awesome stuff - thanks so much for your great work here Mike! I haven't had time to do anything about it in the last week, but will be...

@mdsumner I reiterate: This is such awesome and fundamentally important stuff you're developing here. My promised time to actively work on it is still a day or two away, but...

Addressing this would also require finally thinking about the by-now-four-year-old #55. In principle at the overpass side, each of these combinatorial possibilities (so from `nw` down) offers the possibility of...

Thanks @FlxPo - that looks like a very important improvement indeed! I'll check it out asap and get back to you.

Thanks @Mashin6, I've actually got code elsewhere that does exactly that. The handling of duplicates is already in-built via the `c` operator; you just have to expand each bbox part...

@Mashin6 yes, a vignette on splitting a bbox, running separate queries, and merging results is exactly what i mean. I've started a generic vignette template in #262 - feel free...

Thanks for the kind offer @ec-nebi, your help would be very much appreciated! What I had in mind there was a vignette demonstrating all of the possible ways of plotting,...

Yeah, for that kind of operation, `osmium` is by far the best. On my TODO list is wrapping the `src` code of that as an R package. I'll get to...