I suggest using os.path.join and os.path.basename. Try this: from osgeo import gdal import glob import os input_path = 'F:\\prep\\input' ...
確定! 回上一頁