arcpy.da.NumpyArrayToFeatureClass with existing feature class

631
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
Occasional Contributor III
0 Kudos
1 Reply
JasonScheirer
Occasional Contributor III
It will fail.
0 Kudos