删除矢量数据文件

  1. # 删除矢量数据文件
  2. if os.path.exists(out_shp)
  3. driver.DeleteDataSource(out_shp)
  4. ds2 = driver.CreateDataSource(out_shp)