Python 与开源 GIS : 关闭 矢量 数据、 释放 内存 与删除 数 据 2012-05-10 08:00 : bukunu : : 711 views (1 ) : 小 摘要: Destroy() feature.Destroy() . Destroy() 1 feature.Destroy() 1 dataSource.Destroy() 删除矢量数据 GIS shapefile mapinfo tab shapefile shp dbf GIS os OGR 1 2 3 if os.path.exists(out_shp): driver.DeleteDataSource(out_shp) ds2 = driver.CreateDataSource(out_shp) 2 标签: OGR, Python, GIS