Issue on Shapefile Naming conventions in Arcpy

المشرف العام

Administrator
طاقم الإدارة
I have shapefile named `band-tailed_pigeon.shp which is fine and no problem on displaying or geoprocessing on Desktop but in Arcpy whrn I try to merge some layes to it I am getting this error



I tried to do the proccess with a simple name like sample.shp which it works but I HAVE TO keep the same name as we are using them in several projects.

Here is the code which I have

FinaloutLocation = "E:\\GIS\\Data\\Final\\band-tailed_pigeon.shp" inFeaturesToMerge = [dissolve_1, dissolve_2, dissolve_3, dissolve_4, dissolve_5] arcpy.Merge_management(inFeaturesToMerge, FinaloutLocation)

أكثر...
 
أعلى