Robin Lovelace
Robin Lovelace
Result! 
Equivalent code in `osmdata` takes 2 seconds! ``` r library(osmdata) library(sf) system.time({ # around 2 seconds n = "louvain-la-neuve" v = "primary|secondary|cycleway" louvain = opq(n) %>% add_osm_feature("highway", v, value_exact =...
What version of GDAL are you both running? I'm on 3.4.0 ``` r library(sf) #> Linking to GEOS 3.10.1, GDAL 3.4.0, PROJ 8.2.0; sf_use_s2() is TRUE ``` Created on 2022-03-14...
Update, good news, it works for me :+1: ``` osmextract::oe_get( + place = "Netherlands", + query = paste0("SELECT * FROM lines WHERE osm_id IN (6429507)"), + download_directory = tempdir() +...
Looks like a minimum GDAL version to me.
Sure! My n. 1 priority would be upstream improvements to providers: it makes no sense that I can download West Yorkshire but not a region in India. Something @bdon can...
> My suggestion is: add docs and a first-class way for users to download a PBF "by hand", place it in the persistent directory and then reference it in the...
Sorry I've not had a chance to look at this yet, will try to take a peak asap but don't wait for me.
Hi @RdgoVillegas, can you provide more details? A hyperlink and pasted version of the text will help. Thanks for raising the issue.
I cannot see where the error message is. Could you try creating a 100% reproducible example with the reprex package? It's been a long time since I looked at this...