import os import arcpy shapeFileName = r"c:\some\output.shp" outFeature = os.path.join(r"c:\new\folder", os.path.basename(shapeFileName)) arcpy.CopyFeatures_management(shapefileName, outFeature)
arcpy.CopyFeatures_management(shapefileName, outFeature)
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.