我正在使用shapefile并使用ArcPy库。我的脚本是基于连接创建一个新的shapefile,我想知道如何将新连接的shapefile从环境位置移动到新文件夹。关于如何做到这一点的任何想法?
答案 0 :(得分:2)
选项#1:使用ArcPy拨打Copy_management,然后拨打Delete_management。
选项#2:使用Python移动shapefile。 shapefile只是一组具有相同基本名称但扩展名不同的文件(.shp,.shx等)。尝试glob获取shapefile中的文件,然后use Python to move the files。