我已经使用Gdal进行了一段时间的python编程,但突然间它停止了工作。即使对于最简单的代码,我也会收到错误消息:
import gdal
file='C:\Users\Documents\image.tif'
ds_in = gdal.Open(file)
ERROR 4:`C:\Users\Documents\image.tif' does not exist in the file system,
and is not recognised as a supported dataset name.