Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
252 views

I have code in R that drew maps for me using osmdata. It was working fine for quite a while, and then suddenly stopped working despite nothing about the code changing. I assumed this meant that ...
0 votes
1 answer
186 views

I am trying to query osm data in R using the following code: library(osmdata) bb <- getbb('North Goa, India') q <- opq(bbox = bb, osm_types = c("node", "way", "lines&...
0 votes
0 answers
78 views

I'm trying to extract data from osm to use in an anlysis, but I'm having trouble with sf::st_intersection. Reprex below, # load libraries library(osmdata) # osmdata co = opq_osm_id(type = "...
1 vote
1 answer
141 views

Looking at OpenStreeMap underlying data I see that the data that I want is at the relation level and when I query the OSM using osmdata in R I cannot get this data. https://www.openstreetmap.org/...
0 votes
2 answers
248 views

I'm attemping to generate a map of the state of Louisiana and the parishes (i.e., counties) within it using osmdata and ggplot in R. This is where I'm at currently: library(osmdata) library(ggplot2) ...
1 vote
1 answer
89 views

I'm trying to plot the boroughs of Montreal in R and show the name of each borough on the map. However, the following code doesn't seem to plot the map properly as it doesn't show all boroughs: ...
1 vote
0 answers
493 views

I've been trying to install some new packages on R, one of them being 'osmdata'. When I install it, I get this error: Do you want to attempt to install these from sources? (Yes/no/cancel) no ...
0 votes
1 answer
252 views

I'm extracting data from OpenStreetMap using osmdata, and from the query I get a set of points, lines, polygons, and multipolygons. Somehow, when trying to plot multipolygons, leaflet and tmap do not ...
Maël's user avatar
  • 53k
0 votes
1 answer
219 views

I am having troubles with the German Umlaute (ä, ü, ö) and other signs when using osmdata in R. I can successfully get the data via query (notice the Ü in the bounding box in the first line, it is ...
0 votes
1 answer
299 views

I have a problem working with plotting a polygon obtained by osmdata. First, I get the polygon of the object using this code library(osmdata) loespejo_mersal <- opq_osm_id (type = "way", ...
2 votes
1 answer
388 views

I would like to use osmdata and get the other_tags as explicit columns. Example code: library(osmextract) library(osmdata) itsleeds = oe_get("ITS Leeds") oe_get_keys(itsleeds) I am ...
tzema's user avatar
  • 471

AltStyle によって変換されたページ (->オリジナル) /