我已经多次使用包中的read_shape()
函数成功导入 shapefile,但现在遇到了一个奇怪的错误。tmaptools
对于某些 shapefile,该read_shape()
命令会产生消息:
“ogrInfo 中的错误(dsn = dsn,层 = 层,编码 = 编码,use_iconv = use_iconv,:找不到层”
对于其他 shapefile,我完全没有问题。这是我收到此错误的开放数据 shapefile 的示例:https ://opendata.arcgis.com/datasets/3605212dc7f0477cacb4cca884487e3d_0.zip?outSR=%7B%22wkid%22%3A32054%2C%22latestWkid%22% 3A32054%7D
我相信该错误可能与 tmap 包有关,因为我能够打开有问题的 shapefile,而在 QGIS 中没有问题。我正在运行当前版本的 RStudio、tmap 和 tmaptools。
有任何想法吗?