我在编码 osm 数据时遇到问题。这是使用 osmar 包的可重现示例:
osmData <- osmar::get_osm(osmar::center_bbox(23.334360, 42.693180, 100, 100))
osmData$nodes$tags[80:100, ] #the output is not UTF-8
我还从https://download.geofabrik.de/europe/下载了一个行星文件
解压缩并与 osmar::get_osm 一起使用后,我仍然遇到同样的问题。西里尔字母不可读。
有什么想法可以解决这个问题吗?