我正在尝试使用osmar R语言包连接到OSM api。但我一直都会收到这个错误:
Error in function (type, msg, asError = TRUE) :
Could not resolve host: api.openstreetmap.org
我的代码如下:
library(raster)
library(osmar)
osm.extend <- corner_bbox(11.35149, 47.10107, 11.39610, 47.13505)
osm <- get_osm(osm.extend, source = osmsource_api())
[这里在get_osm()我得到的是恐怖!]
P.S:我实际上正在关注this文章,了解如何使用R从开放街道地图中提取标记数据。
我真的很感谢帮助解决这个问题。谢谢你的时间!