You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running these lines of code should solve the problem (change 'leeds' to another city):
remotes::install_github("ropensci/osmextract")
q="select * from points where highway IN ('bus_stop')"bus_stop_leeds=osmextract::oe_get("leeds", query=q)
#> No exact match found for place = leeds and provider = geofabrik. Best match is Laos. #> Checking the other providers.#> An exact string match was found using provider = bbbike.#> Warning: The query selected a layer which is different from layer argument. We#> will ignore the layer argument.#> The chosen file was already detected in the download directory. Skip downloading.#> The corresponding gpkg file was already detected. Skip vectortranslate operations.#> Reading layer `points' from data source `/mnt/57982e2a-2874-4246-a6fe-115c199bc6bd/data/osm/geofabrik_Leeds.gpkg' using driver `GPKG'#> Simple feature collection with 10769 features and 10 fields#> geometry type: POINT#> dimension: XY#> bbox: xmin: -1.889932 ymin: 53.65001 xmax: -1.280304 ymax: 53.87993#> geographic CRS: WGS 84mapview::mapview(bus_stop_leeds)
Running these lines of code should solve the problem (change 'leeds' to another city):
Created on 2021-02-08 by the reprex package (v1.0.0)
The text was updated successfully, but these errors were encountered: