我已经看到了这一点,但是即使删除了文件名和附加编号之间的空格或分隔符,我仍然会收到相同的错误。对此有什么建议吗:
execGRASS("r.in.gdal",flags=c("o","overwrite"),
parameters=list(input=paste(path, paste("T", as.character(i),
sep=""), sep="/"), output=paste("T", as.character(i), sep="")))
ERROR 4: `F:/Desktop/Folder/T1' does not exist in the file system,
and is not recognised as a supported dataset name.
T1
我还检查了路径中是否不存在该特定文件。但令人惊讶的是它确实存在。
操作系统:Windows 10,草版本:7.0
谢谢。