Sorry, I'm quite new to ArcGIS, but I've been struggling to find documentation showing how to do what I need. If someone could provide a code fragment, or point me towards existing samples, I'd appreciate it.
I have a Teradata table loaded with ST_GEOMETRY points. When I query the table, the results look like:
POINT (35.856971 -86.370195)
I understand this is ArcGIS's native format, but I don't understand how to load this directly into a Feature Class. I inherited some existing code which converts a string into a list into a Numpy array into NumPyArrayToFeatureClass(), but all that shouldn't be necessary, right?