【python】根据数据模板创建shapefile
#!/usr/bin/env pythonn# -*- coding: utf-8 -*-n# @File : copyShapefile.pyn# @Author: huifern# @Date : 2018-4-28nfrom os.path import existsnnimport gdalnnfrom osgeo import ogrnfrom os import removenng…
#!/usr/bin/env pythonn# -*- coding: utf-8 -*-n# @File : copyShapefile.pyn# @Author: huifern# @Date : 2018-4-28nfrom os.path import existsnnimport gdalnnfrom osgeo import ogrnfrom os import removenng…