Select to view content in your preferred language

arcpy.da.NumpyArrayToFeatureClass with existing feature class

700
1
Jump to solution
10-14-2013 09:17 AM
BrianBeck
New Contributor III
I have been learning about the NumpyArrayToFeatureClass function in the Data Access Module of Arcpy.  In the docs it says:

NumPyArrayToFeatureClass will not overwrite an existing feature class, even if the overwriteOutput environment is set to True.


However, there is no mention of whether this means that the function will fail or will it append data to an existing feature class.  Can anyone tell me if this will append data to an existing feature class?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JasonScheirer
Regular Contributor II
0 Kudos
1 Reply
JasonScheirer
Regular Contributor II
It will fail.
0 Kudos